/*==================================================================
Table of Contents:
=Item
----------------------------------------------------------------- */


body {
	font-size: 1.0em;
}

/* ---------------------------------------------
=Header
---------------------------------------------- */






#site-title,
.home #site-title {
	background: url(../images/logo-don-miguel.png) no-repeat 0 0;
	left: 50%;
	height: 130px;
	margin: 0 0 0 -165px;
	position: absolute;
	top: 0;
	width: 330px;
}


#header {
	margin-bottom: 0;
}

#header .inner {
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#header .menu-toggle {
	display: none;
}

#header .promo-container {
	background-color: transparent;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 0;
	width: auto;
	z-index: 51;
}

#header .fb-like {
	float: left;
	padding-top: 10px;
	position: relative;
	visibility: visible;
}

#header .search-form {
	background-color: rgba(255,255,255,0.6);
	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;
	float: right;
	margin-left: 10px;
	padding: 7px 15px 15px;
	width: 160px;
}

#header .search-form form {
	width: 100%;
}

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

#header .search-form input[type=text] {
	width: 80%;
}






/* ---------------------------------------------
=Main Navigation
---------------------------------------------- */
#site-navigation {
	background-color: transparent;
	border-radius: 0;
	margin-top: 0;
	padding-top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.menu {
	background-color: #7d6140;
	display: block;
	margin-bottom: 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.menu li {
	background-color: #7d6140;
	display: inline-block;
	height: 100%;
	margin-bottom: 0;
}

.menu a {
	border-bottom-width: 0;
	color: #e4cca3;
	display: block;
	font-family: 'Courgette', sans-serif;
	font-size: 17px;
	line-height: 20px;
	padding: 15px 12px;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(79,44,32,0.95);
}

.menu a:hover {
	color: #f4e9db;
}

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


/* ---------------------------------------------
=Utility Navigation
---------------------------------------------- */
.utility-menu {
	background-color: transparent;
	border-bottom-width: 0;
	display: block;
	font-family: 'Averia Serif Libre', sans-serif;
	margin: 0 0 95px 41px;
	overflow: hidden;
	padding-top: 15px;
	width: 300px;
}

.utility-menu li {
	float: left;
	line-height: 16px;
	padding: 0 13px;
	width: auto;
}

.utility-menu li:first-child {
	border-right: solid 1px #92856a;
}

.utility-menu li:first-child a {
	border-right-width: 0;
}

.utility-menu a {
	color: #3A2915 !important;
	border-bottom-width: 0;
	color: #603913;
	padding: 0;
}

.utility-menu a:hover {
	text-decoration: underline;
}

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

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




.home #hero {
	margin-bottom: 0;
	padding-top: 0;
}

#hero {
	margin-bottom: 15px;
	padding-top: 20px;
}




#content article {
	margin-bottom: 10px;
	width: 90%;
}

.home #content article {
	padding-bottom: 5px;
}



#primary > #content {
	float: right;
	margin-right: 3%;
	width: 68%;
}



.sidebar {
	padding-top: 10px;
	width: 190px;
}



.sidebar .featured-image {
	display: block;
	left: -10px;
	position: absolute;
	top: -170px;
	z-index: 100;
}

.sidebar .product-details {
	margin-bottom: 0;
}

.sidebar .product-details li {
	border-width: 0;
	overflow: visible;
}

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

.sidebar .product-details h3 {
	background-color: transparent;
	margin-bottom: 14px;
	padding: 0 10px;
}

.sidebar .product-details h4 {
	padding: 0 10px;
}

.sidebar .product-details p {
	padding: 0 10px;
}

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




/* ---------------------------------------------
=Sidebar Navigation
---------------------------------------------- */
.sidebar-menu,
.right-column {
	display: block;
	margin-bottom: 22px;
	position: relative;
}

.right-column {
	margin: 0 auto 22px;
}

.sidebar-menu {
	margin-left: 10px;
}

.secondary-menu,
.product-details {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px 0;
	width: 170px;
}

.secondary-menu li {
	padding: 0 15px;
}

.secondary-menu li.current-menu-item {
	background-color: #f2e2a9;
}

.secondary-menu li.current-menu-item li.current-menu-item {
	background-color: transparent;
}

.secondary-menu a {
	border-bottom: solid 1px #84765f;
	color: #603913;
	font-size: 13px;
	font-weight: 500;
	display: block;
	line-height: 16px;
	outline-width: 0;
	padding: 8px 0;
	text-decoration: none;
}

.secondary-menu a:hover {
	text-decoration: underline;
}

.secondary-menu li:last-child a,
.secondary-menu li:last-child .sub-menu li:last-child a {
	border-width: 0;
}

.secondary-menu .sub-menu {
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	margin: 0 -15px;
}

.secondary-menu .sub-menu li a {
	padding: 5px 0 5px 15px;
}

.secondary-menu .sub-menu li:last-child a {
	border-bottom: solid 1px #84765f;
}

.secondary-menu .sub-menu a {
	border-width: 0;
	color: #9e6f40;
}

.secondary-menu .sub-menu a:hover {
	color: #603913;
}

.secondary-menu .current-menu-item .sub-menu,
.secondary-menu .current-page-ancestor .sub-menu,
.secondary-menu .current-page-parent .sub-menu{
	display: block;
}




.secondary-menu:before,
.product-details:before {
	background: url(../images/bg-divider-sidebar.png) no-repeat 0 0;
	top: -10px;
	content: " ";
	display: block;
	height: 21px;
	left: -14px;
	position: absolute;
	width: 200px;
}

.product-details:before {
	top: 0;
}

.secondary-menu:after,
.product-details:after {
	background: url(../images/bg-divider-sidebar.png) no-repeat 0 0;
	bottom: -12px;
	content: " ";
	display: block;
	height: 21px;
	left: -14px;
	position: absolute;
	width: 200px;
}


.sidebar .ingredients:before {
	background: url(../images/bg-divider-sidebar.png) no-repeat 0 0;
	top: -10px;
	content: " ";
	display: block;
	height: 21px;
	left: -14px;
	position: absolute;
	width: 200px;
}





.single-recipe #content .featured-image {
	float: right;
	margin: 0 0 12px 20px;
}




.product-grid .product-row {
	overflow: visible;
}

.product-grid .product-row:first-child {

}

.single-product {
	float: left;
	width: 50%;
}

.product-grid .product-row:first-child .single-product:nth-child(2n+1),
.product-grid .product-row:nth-child(even) .single-product:nth-child(2n),
.product-grid .product-row:nth-child(odd) .single-product:nth-child(1),
.product-grid .product-row:nth-child(3) .single-product:nth-child(3) {
	clear: left;
}


/* zzz */

/* ---------------------------------------------
=Promos
---------------------------------------------- */
.promo-container {
	margin: 0 auto 20px;
	text-align: center;
	width: 98%;
}

.promo {
	display: inline-block;
	margin-bottom: 20px;
}

.promo-container .promo:nth-of-type(2n+2) {
	margin-left: 20px;
}

/*.promo-container .promo:first-child {
	margin-right: 20px;
}*/




.weather {
	margin-bottom: 35px;
}

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

.weather-wrapper:nth-child(odd) {
	clear: left;
}

.awesome-weather-wrap {
	clear: none;
	margin: 0 15px 15px 0;
	width: 45%;
}

.awesome-weather-wrap:nth-child(odd) {
	clear: left;
}


