/*
Theme Name: Don Miguel WordPress
Theme URI: 
Author: Riester
Author URI: http://riester.com
Description: To be used with the WP-FRMWRK theme.
Version: 1.0
License: 
License URI: 
Tags:
Template: wp-frmwrk
Template Version: 1.2
*/

/*==================================================================
Table of Contents:
=Defaults
=Layout
=Header
=Main Navigation
=Utility Navigation
=Hero
----------------------------------------------------------------- */

/* ---------------------------------------------
=Defaults
---------------------------------------------- */
body {
	background: #d8c9ad url(assets/images/bg-body-texture.jpg) repeat-y 50% 0;
	color: #603913;
	font-family: 'franklin-gothic-urw', sans-serif;
	font-size: 0.85em;
}

::-moz-selection { background: #d5d4d0; color: #363636; text-shadow: none; }
::selection { background: #d5d4d0; color: #363636; text-shadow: none; }

ul, ol, p {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #a83129;
	font-family: 'Averia Serif Libre', sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0.65em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 { font-size: 1.84615em; }
h2 { font-size: 1.69230em; }
h3 { font-size: 1.53846em; margin-bottom: 0.45em; }
h4 { font-size: 1.38461em; margin-bottom: 0.4em; }
h5 { font-size: 1.230769em; margin-bottom: 0.4em; }
h6 { font-size: 1em; margin-bottom: 0.4em; }

a, a:visited {
	color: #005030;
	text-decoration: underline;
	outline: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a:hover, a:focus { color: #002b0e; }
a:hover { text-decoration: none; }
p a, p a:visited { line-height: inherit; }

img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

p img {
	margin-top: 0;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* ---------------------------------------------
=Header
---------------------------------------------- */
#header {
	background: #d8c9ad url(assets/images/bg-header-texture.png) repeat-x 50% 0;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35);
	margin-bottom: 45px;
	position: relative;
}

.home #header {
	margin-bottom: 0;
}

#header .inner {
	min-height: 45px;
	padding-bottom: 50px;
	position: relative;
}

#site-title {
	background: url(assets/images/logo-don-miguel-mobile.png) no-repeat 50% 0;
	bottom: -40px;
	height: 85px;
	margin: 0 auto;
	position: absolute;
	text-indent: -999em;
	width: 100%;
	z-index: 50;
}

.home #site-title {
	background: url(assets/images/logo-don-miguel-mobile-white.png) no-repeat 50% 0;
}

#site-title a {
	display: block;
	height: 100%;
	outline-width: 0;
}

#header .promo-container {
	background-color: #ede7d7;
	margin: 0 auto;
	overflow: hidden;
	width: 96%;
}

#header .fb-like {
	position: absolute;
	visibility: hidden;
}

#header .search-form {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0 0;
	position: relative;
	text-align: left;
	width: 78%;
	z-index: 20;
}

#header .search-form form {
	margin: 0 auto;
	overflow: hidden;
	width: 90%;
}

#header .search-form label {
	display: none;
}

#header .search-form input[type=text] {
	background-color: transparent;
	border-width: 0;
	border-bottom-width: 1px;
	float: left;
	width: 83%;
}

#header .search-form input[type=text]:focus {
	border-bottom-color: #4A3515;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#header #searchsubmit-header,
#searchsubmit {
	background: url(assets/images/button-search.png) no-repeat 50% 0;
	border-width: 0;
	float: left;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 0;
	padding: 0;
	text-indent: -999em;
	width: 20px;
}


/* ---------------------------------------------
=Main Navigation
---------------------------------------------- */
#site-navigation {
	background-color: #ede7d7;
	
	margin: -24px auto 0;
	overflow: hidden;
	padding-top: 36px;
	position: relative;
	width: 96%;
	z-index: 10;

	border-radius: 0 0 50% 50% / 0 0 12px 12px;
	-moz-border-radius: 0 0 50% 50% / 0 0 12px 12px;
	-webkit-border-radius: 0 0 50% 50% / 0 0 12px 12px;
}

.navigation {
	position: relative;
}

.menu {
	background-color: #785e40;
	display: none;
	margin: 0 auto 18px;
	width: 92%;
}

.menu li {
	
	margin-bottom: 3px;
	text-align: center;
}



.menu a {
	border-bottom: solid 1px #ddd2ba;
	color: #e4cca3;
	display: block;
	font-size: 14px;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(79,44,32,0.95);
}

.menu .sub-menu,
.menu .sub-menu .sub-menu {
	display: none;
}

.menu .current-menu-item .sub-menu,
.menu .current-page-ancestor .sub-menu,
.menu .current-page-parent .sub-menu {

}

.menu .current-menu-item > .sub-menu,
.menu .current-page-ancestor .current-page-parent > .sub-menu {
	background-color: #3a2915;
	display: block;
}

.menu .current-page-ancestor > .sub-menu {
	background-color: #584025;
	display: block;
}

.menu .current-menu-item >:first-child,
.menu .current-page-ancestor .current-page-parent .current-menu-item a {
	color: #fff;
}

.menu-toggle {
	background: url(assets/images/bg-menu-toggle.png) no-repeat 50% 50%;
	cursor: pointer;
	height: 24px;
	margin: -36px 0 12px 8px;
	position: relative;
	text-indent: -999em;
	width: 36px;
	z-index: 50;
}


/* ---------------------------------------------
=Utility Navigation
---------------------------------------------- */
.utility-menu {
	background-color: #785e40;
	display: none;
	margin: 0 auto;
	overflow: hidden;
	width: 92%;
}

.utility-menu li {
	font-size: 14px;
}

.utility-menu a {
	border-bottom: solid 1px #ddd2ba;
	color: #e4cca3;
	display: block;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
}

.utility-menu .sub-menu,
.utility-menu .sub-menu .sub-menu {
	display: none;
}

.utility-menu .current-menu-item > .sub-menu,
.utility-menu .current-page-ancestor .current-page-parent > .sub-menu {
	background-color: #3a2915;
	display: block;
}

.utility-menu .current-page-ancestor > .sub-menu {
	background-color: #584025;
	display: block;
}

.utility-menu .current-menu-item >:first-child,
.utility-menu .current-page-ancestor .current-page-parent .current-menu-item a {
	color: #fff;
}

.utility-menu .product-locator {
	display: none;
}





/* ---------------------------------------------
=Hero
---------------------------------------------- */
#hero {
	margin: 0 auto 10px;
	position: relative;
	width: 96%;
	z-index: 10;
}

.home #hero {
	width: 100%;
}

#hero {
	text-align: center;
}

#hero .inner {
	height: 100%;
}

#hero .inner img {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}






/* ---------------------------------------------
=Flexslider
---------------------------------------------- */
.flexslider {
	width: 100%;
}

.flexslider .flex-viewport {
	width: 100%;
	z-index: 10;
}

.flexslider .slides {

}

.flexslider .slide-container {
	
}


.flexslider .inactive-slide {
	display: none;
}

.flexslider .slide a {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.flexslider .slide .frame {
	display: none;
}

.flexslider .slide .content {
	background: url(assets/images/bg-red-fabric-texture.png) repeat 50% 50%;
}




.flexslider .slide a {
	display: block;
	height: 100%;
	outline-width: 0;
	position: absolute;
	text-indent: -999em;
	width: 100%;
	z-index: 25;
}

.flexslider .slide .left-image {
	display: none;
}

.flexslider .slide .right-image {
	margin: 0 auto;
}

#hero .flexslider .slide .product-spotlight {
	margin-top: -100px;
	z-index: 100;
}

.flexslider .slide .content {
	border-top: solid 7px #6b2424;
	border-bottom: solid 7px #6b2424;
}


.flex-control-nav {
	bottom: 16%;
	height: 15px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100px;
	z-index: 50;
}

.flex-control-nav li {
	float: left;
	margin: 0 10px 0 0;
}

.flex-control-nav a {
	background: url(assets/images/bg-slider-nav.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 15px;
	text-decoration: none;
	text-indent: -999em;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	width: 15px;
}

.flex-control-nav a.flex-active,
.flex-control-nav a:hover {
	background-position: 0 -15px;
}

.flex-control-nav a.flex-active {
	cursor: auto;
}




/* ---------------------------------------------
=Layout
---------------------------------------------- */

#primary {
	margin: 0 auto;
	width: 100%;
}

#content {
	padding-bottom: 5px;
}

#content article {
	margin: 0 auto 5px;
	padding-bottom: 1px;
	width: 86%;
}

.sidebar {
	position: relative;
}

.left-column {
	
}

.right-column {
	
}

.fb-comments .fb_iframe_widget,
.fb-comments .fb_iframe_widget[style],
.fb-comments .fb_iframe_widget span,
.fb-comments .fb_iframe_widget iframe[style] {
	width: 100% !important;
}

/* ---------------------------------------------
=Sidebar
---------------------------------------------- */
.sidebar .newsletter-signup {
	background: url(assets/images/bg-tan-fabric-texture.png) repeat 0 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 22px;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
}

.newsletter-signup h4 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
	padding: 0 14px;
	text-transform: capitalize;
}

.newsletter-signup p {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 4px;
	padding: 0 10px;
}

.newsletter-signup .gform_wrapper {
	background: -moz-linear-gradient(top,  rgba(251,193,73,0) 0%, rgba(251,193,73,1) 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,193,73,0)), color-stop(70%,rgba(251,193,73,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,193,73,0) 0%,rgba(251,193,73,1) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,193,73,0) 0%,rgba(251,193,73,1) 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,193,73,0) 0%,rgba(251,193,73,1) 70%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,193,73,0) 0%,rgba(251,193,73,1) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbc149', endColorstr='#fbc149',GradientType=0 ); /* IE6-9 */
	margin: 0;
	max-width: 100%;
	padding: 25px 12px 18px;
	position: relative;
}

.newsletter-signup #gforms_confirmation_message {
	background: -moz-linear-gradient(top,  rgba(251,193,73,0) 0%, rgba(251,193,73,1) 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,193,73,0)), color-stop(70%,rgba(251,193,73,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,193,73,0) 0%,rgba(251,193,73,1) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,193,73,0) 0%,rgba(251,193,73,1) 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,193,73,0) 0%,rgba(251,193,73,1) 70%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,193,73,0) 0%,rgba(251,193,73,1) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbc149', endColorstr='#fbc149',GradientType=0 ); /* IE6-9 */
	margin: 0;
	max-width: 100%;
	padding: 25px 12px 18px;
	position: relative;
}

.newsletter-signup .gform_wrapper form {
	margin: 0 auto;
	overflow: hidden;
	width: 88%;
}

.newsletter-signup .gform_wrapper .gform_body {
	float: left;
	padding-left: 6%;
	width: 90%;
}

.newsletter-signup .gform_wrapper .top_label input.medium,
.search-form input[type=text] {
	border: solid 1px #fff;
	border-bottom-color: #4a3515;
	color: #603913;
	font-size: 13px;
	font-style: italic;
	padding: 3px 3% !important;
	width: 89%;
}

.newsletter-signup .gform_wrapper .top_label input.medium:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.newsletter-signup .gform_wrapper .gform_footer {
	float: left;
	margin: 0 0 0 -10%;
	padding: 0;
}

.newsletter-signup .gform_wrapper .gform_footer input.button,
.newsletter-signup .gform_wrapper .gform_footer input[type="submit"] {
	background: transparent url(assets/images/button-circle-arrow.png) no-repeat 0 0;
	border-width: 0;
	height: 26px;
	padding: 0;
	text-indent: -999em;
	width: 32px;
}

.newsletter-signup .gform_wrapper .gform_footer input.button:hover,
.newsletter-signup .gform_wrapper .gform_footer input[type="submit"]:hover {
	background-position: 0 -26px;
}

.newsletter-signup ::-webkit-input-placeholder,
.search-form ::-webkit-input-placeholder {
   color: #603913;
}

.newsletter-signup :-moz-placeholder,
.search-form :-moz-placeholder { /* Firefox 18- */
   color: #603913;
   opacity: 1;
}

.newsletter-signup ::-moz-placeholder,
.search-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #603913;
   opacity: 1; 
}

.newsletter-signup :-ms-input-placeholder,
.search-form :-ms-input-placeholder {  
   color: #603913; 
}

.newsletter-signup .gform_wrapper ul li.gfield,
.newsletter-signup .gform_wrapper .gform_footer {
	clear: none;
}

.newsletter-signup:before {
	background: url(assets/images/bg-red-fabric-texture.png) repeat-x 0 50%;
	top: 0;
	content: "";
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
}

.newsletter-signup:after {
	background: url(assets/images/bg-red-fabric-texture.png) repeat-x 0 50%;
	bottom: 0;
	content: "";
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
}




.sidebar .product-locator {
	text-align: center;
}

.sidebar .product-locator a {
	background: url(assets/images/promo-product-locator.png) no-repeat 0 50%;
	color: #a83129;
	display: block;
	font-family: 'Averia Serif Libre', sans-serif;
	font-size: 16px;
	height: 96px;
	line-height: 17px;
	margin: 0 auto;
	padding-top: 69px;
	text-decoration: none;
	width: 192px;
}

.sidebar .featured-image {
	display: none;
}

.sidebar .product-details {
	background-color: rgba(255, 255, 255, 0.5);
	border-top: solid 1px #d4d1c9;
	margin-bottom: 15px;
}

.sidebar .product-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .product-details li {
	border-bottom: solid 1px #d4d1c9;
	overflow: hidden;
	position: relative;
}

.sidebar .product-details li.active {
	padding: 8px 0;
}

.sidebar .product-details h3 {
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 0;
	padding: 5px 10px;
}

.sidebar .product-details h3 a {
	background: url(assets/images/icon-arrow-down.png) no-repeat right 50%;
	color: #a83129;
	display: block;
	outline-width: 0;
	text-decoration: none;
}

.sidebar .product-details h3 a.selected {
	background: url(assets/images/icon-arrow-up.png) no-repeat right 50%;
}

.sidebar .nutrition-facts {
	display: block;
	margin: 0 auto 10px;
}

.sidebar .product-details h4 {
	font-size: 12px;
	margin-bottom: 0;
	padding: 0 15px;
}

.sidebar .product-details p {
	font-size: 10px;
	line-height: 13px;
	padding: 0 15px;
}

.sidebar .product-details h3.ingredients {
	margin-bottom: 0;
	padding-top: 10px;
}

.sidebar .product-details h3.sku {
	margin-bottom: 0;
	padding-top: 10px;
}

.sidebar .sku:before {
    background: url(http://www.don.webdraft2019.com/wp-content/themes/don-miguel/assets/images/bg-divider-sidebar.png) no-repeat 0 0;
    top: -10px;
    content: " ";
    display: block;
    height: 21px;
    left: -14px;
    position: absolute;
    width: 200px;
}


/* ---------------------------------------------
=Sidebar Navigation
---------------------------------------------- */
.sidebar-menu {
	display: none;
}

.page-recipes .sidebar-menu {
	display: block;
}




/* ---------------------------------------------
=Promos
---------------------------------------------- */
.promo-container {

}

.promo {
	margin: 0 auto 15px;
	position: relative;
	text-align: left;
	width: 300px;	
}

.promo a.promo-link {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.promo h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
	text-align: center;
}

.promo h3 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 3px;
}

.promo p {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

.promo .cta {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.promo-details,
.single-product .product-info {
	border: solid 2px #572600;
	border-radius: 50% / 16px;
	min-height: 165px;
	overflow: hidden;
	position: relative;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	z-index: 10;
	

	-moz-box-shadow: inset 0 0 16px #572600;
	-webkit-box-shadow: inset 0 0 16px #572600;
	box-shadow: inset 0 0 16px #572600;
}

.promo-details .featured-image {
	float: left;
	margin-right: 15px;
}

.promo-details .content {
	float: left;
	padding-top: 12px;
	width: 145px;
}

.promo:after,
.single-product .product:after {
	background-color: transparent;
	box-shadow: 0 15px 20px 3px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 15px 20px 3px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 15px 20px 3px rgba(0,0,0,0.9);
	bottom: 20px;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin-left: -48%;
	position: absolute;
	width: 96%;
	z-index: 5;
}

.promo-details,
.promo-details h3,
.promo-details a {
	color: #fff;
}

.promo .green,
.single-product .green {
	background: url(assets/images/bg-green-fabric-texture.png) repeat 0 0;
}

.promo .yellow,
.single-product .yellow {
	background: url(assets/images/bg-yellow-fabric-texture.png) repeat 0 0;
}

.promo .red,
.single-product .red {
	background: url(assets/images/bg-red-fabric-texture.png) repeat 0 0;
}

.promo .tan,
.single-product .tan {
	background: url(assets/images/bg-tan-fabric-texture.png) repeat 0 0;
}

.promo .brown,
.single-product .brown {
	background: url(assets/images/bg-brown-fabric-texture.png) repeat 0 0;
}

/* zzz */

.other-products-container {
	clear: both;
	margin-bottom: 25px;
	text-align: center;
}

.other-products-container h5 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	position: relative;
}

.single-product {
	margin-bottom: 20px;
	width: 100%;
}

.single-product .product {
	margin: 0 auto 15px;
	min-height: auto;
	position: relative;
	width: 70%;
}

.single-product .product-info {
	display: block;
	min-height: 130px;
	padding: 4px 0;
	position: relative;
	width: 98%;
	z-index: 10;
}

.single-product .product-info a {
	display: block;
	min-height: 100%;
	width: 100%;
}

.single-product .featured-image {
	height: 150px;
}

.single-product h4 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 auto;
	width: 70%;
}

.single-product h4 a {
	color: #603913;
	text-decoration: none;
}

.single-product h4 a:hover {
	text-decoration: underline;
}

.single-product h6 {
	color: #005030;
	font-size: 15px;
	line-height: 16px;
	margin: 0 auto;
	text-transform: uppercase;
	width: 70%;
}

.single-product h6 a {
	color: #005030;
	text-decoration: none;
}

.single-product h6 a:hover {
	text-decoration: underline;
}

.product-grid {
	margin-left: -3%;
	text-align: center;
}

.product-grid .product-row {
	margin-bottom: 40px;
	overflow: hidden;
}

.product-grid .single-product h6 {
	text-transform: capitalize;
}

.product-grid .single-product .product {
	width: 78%;
}



.search-results .page-header {
	background: url(assets/images/bg-divider-full.png) no-repeat 0 bottom;
	margin: 0 auto 20px;
	padding: 0 30px 10px;
}

.search-results .page-title {
	margin-bottom: 5px;
}

.search-results .page-header h5 {
	margin-bottom: 15px;
}

.search-results #searchform div {
	margin-bottom: 10px;
	overflow: hidden;
}

.search-results #searchform label {
	display: none;
}

.search-results #searchform input[type=text] {
	border-width: 0;
	border-bottom: solid 1px #4a3515;
	color: #603913;
	float: left;
	font-size: 13px;
	font-style: italic;
	margin: 0 10px 8px 0;
	padding: 3px 5px;
	width: 80%;
}


.search-results .entry-title {
	font-size: 20px;
	margin-bottom: 3px;
}

.search-results .entry-title a {
	text-decoration: none;
}

.search-results .entry-title a:hover,
.search-results .entry-summary cite a:hover {
	text-decoration: underline;
}
.search-results .entry-summary p {
	margin-bottom: 0.15em;
}

.search-results .entry-summary cite {
	color: #A83129;
	font-size: 0.85em;
}

.search-results .entry-summary cite a {
	color: #A83129;
	text-decoration: none;
}

.search-results .post-divider {
	border-bottom: solid 1px #beb195;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

#search-nav {
	background: url(assets/images/bg-divider-full.png) no-repeat 0 25px;
	padding: 50px 0 20px;
	text-align: center;
}

#search-nav li {
	display: inline-block;
}

.page-numbers {
	font-family: 'Averia Serif Libre', sans-serif;
	font-size: 20px;
	line-height: 20px;
}

.page-numbers a,
.page-numbers span {
	color: #6a5554;
	display: block;
	margin: 0 3px;
	outline-width: 0;
	padding: 2px 7px;
	text-decoration: none;
}

.page-numbers .current,
.page-numbers a:hover {
	background-color: #fff;
	color: #A83129;
}

.page-numbers .prev {
	background: url(assets/images/icon-arrow-left.png) no-repeat 0 0;
	height: 24px;
	padding: 0;
	text-indent: -999em;
	width: 27px;
}

.page-numbers .next {
	background: url(assets/images/icon-arrow-right.png) no-repeat 0 0;
	height: 24px;
	padding: 0;
	text-indent: -999em;
	width: 27px;
}

.page-numbers .prev:hover,
.page-numbers .next:hover {
	background-color: transparent;
	opacity: 0.8;
}







form,
fieldset {
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
	background-color: #fff;
	border: 1px solid #e1dacb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #777;
	display: block;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 6px 4px !important;
	width: 210px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid #c9c1b3;
	color: #444;
	box-shadow:  0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
}

input[type="file"] {
	font-size: 0.7em;
}

select {
	padding: 0;
}

textarea {
	min-height: 60px;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

select {
	margin-left: 0 !important;
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,
legend span {
	color: #444;
	font-size: 13px;
	font-weight: normal;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: rgb(151,124,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(151,124,92,1) 0%, rgba(108,86,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,124,92,1)), color-stop(100%,rgba(108,86,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(151,124,92,1) 0%,rgba(108,86,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(151,124,92,1) 0%,rgba(108,86,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(151,124,92,1) 0%,rgba(108,86,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(151,124,92,1) 0%,rgba(108,86,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#977c5c', endColorstr='#6c563a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #572600;
	border-top: 1px solid #937145;
	border-left: 1px solid #937145;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #E4CCA3;
	cursor: pointer;
	display: inline-block;
	font-family: 'Courgette', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 20px;
	padding: 8px 20px;
	text-decoration: none;
	text-shadow: 0 1px rgba(51, 51, 51, .75);
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 8px 20px !important
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: rgb(177,150,116); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(177,150,116,1) 0%, rgba(151,124,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,150,116,1)), color-stop(100%,rgba(151,124,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(177,150,116,1) 0%,rgba(151,124,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(177,150,116,1) 0%,rgba(151,124,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(177,150,116,1) 0%,rgba(151,124,92,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(177,150,116,1) 0%,rgba(151,124,92,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19674', endColorstr='#977c5c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #937145;
	border-top: 1px solid #b18d5f;
	border-left: 1px solid #b18d5f;
	color: #fff;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: rgb(151,124,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(151,124,92,1) 0%, rgba(108,86,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,124,92,1)), color-stop(100%,rgba(108,86,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(151,124,92,1) 0%,rgba(108,86,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(151,124,92,1) 0%,rgba(108,86,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(151,124,92,1) 0%,rgba(108,86,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(151,124,92,1) 0%,rgba(108,86,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#977c5c', endColorstr='#6c563a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #937145;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 100%;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


.gform_wrapper {
	margin: 0 !important;
}

.page-submit-a-recipe #content .gform_body,
.page-contact-us #content .gform_body {
	background-color: rgba(246,244,240,0.5);
	padding: 20px;
}

.gform_wrapper h2.gsection_title {
	font-size: 1.53846em !important;
	font-weight: normal !important;
}

.gform_wrapper .gsection {
	border-bottom: 1px solid #BEB195 !important;
}

.gform_wrapper .top_label .gfield_label {
	margin-left: 4px !important;
}

.gform_wrapper .gfield_description {
	font-size: 0.75em !important;
	font-style: italic;
	padding-top: 3px !important;
	padding-left: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
	min-height: 20px !important
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	float: none !important;
	width: 100% !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
	width: 46% !important;
}

.gform_wrapper .disclaimer {
	font-size: 0.75em;
	padding-top: 20px;
}

.gform_wrapper .top_label .agree .gfield_label {
	display: none;
}

.gform_wrapper .ginput_complex {
	margin-bottom: 8px;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
	margin-bottom: 8px;
}

.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}

.gform_wrapper .top_label .specific-product .gfield_label {
	display: none;
}

img.ui-datepicker-trigger {
	margin-top: 5px;
}



.single-recipe {

}

.single-recipe #content .featured-image {
	margin: 0 auto 12px;
	position: relative;
}

.single-recipe #content .featured-image img {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #BEB195;
	margin-top: 5px;
	padding: 6px;
}



.single-recipe .featured-image img {
	display: block;
	position: relative;
	z-index: 10;
}

ol.instructions li {
	margin-bottom: 12px;
}

ol.instructions img {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #BEB195;
	margin-top: 5px;
	padding: 6px;
}



.entry-content {

}

.entry-content .share {
	margin-bottom: 15px;
	overflow: hidden;
}

.share a:first-child {
	float: left;
	margin-top: 1px !important;
	margin-right: 10px !important;
}



.weather-wrapper {
	float: left;
	margin-bottom: 15px;
}

.awesome-weather-wrap {
	float: left;
	margin: 0 auto 15px;
	width: 100%;
}


/* ---------------------------------------------
=Footer
---------------------------------------------- */
#footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 92%;
}

#footer h6 {
	color: #603913;
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
	margin: 0 auto 27px;
	text-align: center;
	text-transform: capitalize;
	width: 82%;
}

.other-brands-menu {
	position: relative;
	text-align: center;
}

.other-brands-menu li {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 13px;
}

.other-brands-menu a {
	display: inline-block;
	text-indent: -999em;
}

.other-brands-menu .lavictoria a {
	background: url(https://www.donmiguel.com/wp-content/uploads/La_Victoria_Logo111.png) no-repeat 0 0;
	height: 88px;
	width: 132px;
}

.other-brands-menu .wholly-guacamole a {
	background: url(assets/images/logo-wholly-guacamole.png) no-repeat 0 0;
	height: 54px;
	width: 138px;
}

.other-brands-menu .chi-chis a {
	background: url(assets/images/logo-chi-chis.png) no-repeat 0 0;
	height: 54px;
	width: 120px;
}

.footer-menu {
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
}

.footer-menu li {
	display: inline-block;
	padding: 0 11px;
}

#footer a {
	color: #603913;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#footer .copy {
	font-size: 11px;
	margin-bottom: 0;
	text-align: center;
}


/* ---------------------------------------------
=Promotions & Coupons
---------------------------------------------- */
body.page-promotions-coupons .promotions-coupons-entry-form_wrapper .promotions-coupons-entry-form .gform_body .left_label .gfield_label {
	width:					15%;
}

body.page-promotions-coupons .promotions-coupons-entry-form_wrapper .promotions-coupons-entry-form .gform_body .left_label ul.gfield_checkbox {
	margin-left:			16% !important;
}

body.page-promotions-coupons .promotions-coupons-entry-form_wrapper .promotions-coupons-entry-form .gform_body .ginput_container div.g-recaptcha div div {
	float:					left;
}

body.page-promotions-coupons .promotions-coupons-entry-form_wrapper .promotions-coupons-entry-form .gform_footer {
	margin-left:			17%;
}
/* }}} */

.c-announcement {
		padding-top: 6px;
    padding-bottom: 0.54545455em;
    background: url(assets/images/bg-green-fabric-texture.png) repeat 0 0;
    -webkit-background-size: 94.5px 15px;
    -moz-background-size: 94.5px 15px;
    -o-background-size: 94.5px 15px;
    background-size: 94.5px 15px;
	}

	.c-announcement__content-container {
    zoom: 1;
    max-width: 54.54545455em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.90909091em;
    padding-right: 0.90909091em;
    position: relative;
}

.c-announcement__content-container:before, .c-announcement__content-container:after {
    content: " ";
    display: table;
}

.c-announcement__prefix {
    font-family: Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    color: #00bb59;
}

.c-announcement__link {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    margin: -5px 40px 0px 0px;
    margin: -0.3125rem 2.5rem 0rem 0rem;
    text-decoration: none;
    font-weight: 300;
}

.c-announcement__link:hover {
    color: #00bb59;
}

.c-announcement__link:link, .c-announcement__link:visited, .c-announcement__link:active {
    color: #fff;
}

.nowrap {
    white-space: nowrap;
}

.c-announcement__arrow-icon {
    display: inline-block;
}

.c-announcement__arrow-icon .icon__img {
    width: 12px;
    height: 12px;
    fill: #008841;
}

svg:not(:root) {
    overflow: hidden;
}

.c-announcement__arrow-icon .icon__img svg * {
    fill: currentColor;
}

.c-announcement__arrow-icon .icon__img svg * {
    fill: currentColor;
}

@media only screen and (min-width: 32.5em) {
	.c-announcement__content-container {
	    padding-right: 4%;
	}
}