/*
	Theme Name: The Cottage Mama
	Description: This is the custom theme created for the Genesis Framework.
	Author: Emily White Designs
	Author URI: https://www.emilywhitedesigns.com/

	Version: 1.9

	Tags: blue, ping, yellow, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.9

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'SamanthaUprightPRO';
	src: url('fonts/2775DF_0_0.eot');
	src: url('fonts/2775DF_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2775DF_0_0.woff') format('woff'),
		 url('fonts/2775DF_0_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}

.nrelate_default .nr_title {
font-size: 30px!important;
margin-top: 10px!important;
margin-bottom: 5px;
}



/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem

	Further reading on the use and compatibility of rems:

	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem

*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
	color: #666;
}

a,
h2 a:hover {
	color: #11bfb2;
	text-decoration: none;
}

a:hover {
	color: #fc8686;
}

.post-info,
.post-meta,
#description {
	color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: 'SamanthaUprightPRO', cursive;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 40px;
	font-size: 2.5rem;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 30px;
	font-size: 1.875rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 24px;
	font-size: 1.5rem;
}

h5 {
font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-size: 1.125rem;
line-height: 1.5rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}

body,
p {
	font-size: 16px;
	font-size: 1.0rem;
	line-height: 1.5rem;
}

/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
	font-weight: normal;
}

.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

body.home {
	background: #f9c5c5;
}

.home #wrap {
	background: url(images/home-bg.jpg) repeat;
	padding-top: 76px;
	padding-top: 4.75rem;
	position: relative;
}

.home #wrap:before {
	background: url(images/home-border-top.png) repeat-x;
	content: "";
	height: 57px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.wrap {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	margin: 0 auto;
	max-width: 1136px;
	overflow: hidden;
	padding: 0 30px;
	padding: 0 1.875rem;
}

.home .wrap {
	max-width: 1150px;
}

#inner {
	clear: both;
	overflow: hidden;
	padding-top: 16px;
	padding-top: 1rem;
}

.home #inner {
	padding: 0;
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30.555555555%; /* 352px / 1152px */
}

.sidebar {
	width: 317px;
}

#header .widget-area {
	width: 49%;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
	width: 67.72093%;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

.home #header .widget-area {
	display: none;
}

/* 04c - Header ----------- */

.custom-header #header {
	background-position: 30px 15px !important;
	margin: 0 auto;
	max-width: 1136px;
	min-height: 140px;
	overflow: hidden;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.home #header {
	background-position: center center !important;
	margin-bottom: 30px;
	margin-bottom: 1.875;
	max-width: 100%;
	padding: 0;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 145px;
	overflow: hidden;
	text-indent: -9999px;
	width: 533px;
}

.home.header-image #title,
.home.header-image #title a,
.home.header-image #title-area {
	width: 100%;
}

.cottagemama-home.header-image #title-area {
	float: none;
	margin: 0 auto;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
	position: relative;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content img {
	margin-bottom: 10px;
	margin-top: 10px;
}


.entry-content,
.entry-content p {
	line-height: 1.625;
}

.genesis-feature .entry-content {
	padding-bottom: 4px;
	padding-bottom: .25rem;
}

.entry-content p {
	margin-bottom: 12px;
	margin-bottom: .75rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	background: url(images/post-info-bg.png) 0 2px no-repeat;
	display: inline-block;
	height: 55px;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 54px;
}

.recipe-template .post-info {
	display: none;
}

.post-info .date {
	color: #fff;
}

.tcm-date {
	font-size: 27px;
	font-size: 1.688rem;
	height: 32px;
}

.tcm-month {
	font-size: 11px;
	font-size: .688rem;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	overflow: hidden;
	padding: 18px;
	padding: 1.125rem;
}




/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.cottagemama #megaMenu{
	float: none;
	margin: 0 auto;
	max-width: 1076px !important;
}

.cottagemama #megaMenu.megaResponsiveToggle ul.megaMenu {
	background: url(images/nav-bg.png) no-repeat top center;
}

.cottagemama #megaMenu ul.megaMenu > li > a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 11px 15px;
	padding: .688rem .938rem;
	position: relative;
	text-transform: uppercase;
}

.cottagemama #megaMenu ul.megaMenu > li > a:hover {
	color: #f9eba2;
}

.cottagemama #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1,
.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
	background-color: #11bfb2;
	border-color: #e0e0e0;
}

.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg > li.megaReg-with-sub > a::after,
.cottagemama #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a::after,
.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a::after,
.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator::after,
.cottagemama #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator::after,
.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator::after{
	border-top-color: #fff;
}

.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after,
.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after {
	border-left-color: #fff;
}

.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.megaReg-with-sub > a,
.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.megaReg-with-sub > span.um-anchoremulator,
.cottagemama #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a,
.cottagemama #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator,
.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a,
.cottagemama #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator{
	padding-right: 20px;
}

.cottagemama #megaMenu ul li.ss-nav-menu-reg ul.sub-menu li a,
.cottagemama #megaMenu ul li.ss-nav-menu-reg ul.sub-menu li span.um-anchoremulator {
	color: #fff;
	font-size: 14px;
}

.cottagemama #megaMenu ul li.ss-nav-menu-reg ul.sub-menu li a:hover,
.cottagemama #megaMenu ul li.ss-nav-menu-reg ul.sub-menu li span.um-anchoremulator:hover {
	background-color: #fc8686;
}

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	background: url(images/nav-bg.png) no-repeat;
	text-align: center;
	padding-left: 6px;
	padding-left: .375rem;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: none;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 12px 15px;
	position: relative;
	text-transform: uppercase;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	color: #f9eba2;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #11bfb2;
	border: 1px solid #fff;
	border-top: none;
	color: white;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	font-size: .75rem;
	padding: 10px;
	padding: .625rem;
	position: relative;
	text-transform: none;
	width: 170px;
}

.genesis-nav-menu li li a:hover {
	background-color: #fc8686;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 192px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 192px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Sub menu indicators
--------------------------------------------- */

.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 12px;
	padding-left: 0.5rem;
	speak: none;
	vertical-align: top;
}

ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size: 12px;
	padding-left: 1rem;
	speak: none;
	vertical-align: top;
}

.sidr ul.sub-menu li.menu-item-has-children > a:after {
	display: none;
}

div.sidr li a,
div.sidr .menu-item a {
	width: auto;
}

.slide-nav-link {
	margin-bottom: 30px;
}

/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

#reply-title {
	font-size: 29px;
	font-size: 1.813rem;
}


.entry-title {
	margin: 0 0 16px 64px;
	margin: 0 0 1rem 4rem;
}

.page .entry-title {
	margin-left: 0;
}

.visual-archive h2 {
	font-family: 'SamanthaUprightPRO', cursive;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
}
.visual-archive h2 a {
	color: #11bfb2;
}

.visual-archive h2 a:hover {
	color: #fc8686;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation {
	font-size: 14px;
	font-size: .875rem;
	float: right;
	clear: both;
}

.navigation li {
	display: inline-block;
	margin-top: 32px;
	margin-top: 2rem;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #f7f2df;
	color: #666;
	cursor: pointer;
	margin-left: 5px;
	padding: 4px 10px 8px;
	padding: .25rem .625rem .5rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #666;
	color: #fff;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 0px;
	margin-left: 0rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-bottom: 8px;
	padding-bottom: .5rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

#sidebar .widget_text:first-of-type {
	background: #f7f2df;
	padding: 17px;
}

#sidebar .widget_text:first-of-type img {
	border: 3px solid #fff;
    margin: 6px 16px 15px 0;
	max-width: 120px;
}

#sidebar .widget_text:first-of-type p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 5px;
}

#sidebar .widget_text:first-of-type .about-link {
    font-family: 'SamanthaUprightPRO', cursive;
	font-size: 24px;
	text-align: center;
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	background: #25beb1;
	clear: both;
	position: relative;
}

.home #footer {
	background: url(images/home-footer-bg.png) left top repeat-x;
}

.home #footer:before {
	display: none;
}

#footer .wrap {
	overflow: hidden;
	padding: 8px 0 16px;
	padding: .5rem 0 1rem;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

#footer .credits p {
	color: #fff;
	font-size: 10px;
	font-size: .625rem;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

#footer .credits a {
	color: #666;
	text-decoration: none;
}

.home #footer .credits p,
.home #footer .credits a {
	color: #fff;
margin-top:150px;
}

#footer .credits a:hover {
	text-decoration: underline;
}

.home #footer{
	padding-top: 57px;
}

.home #footer .wrap {
	background-color: #f9c5c5;
	max-width: none;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	background: url(images/footer-bg.jpg) repeat;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 48px 0 16px;
	padding: 3rem 0 1rem;
	position: relative;
	text-align: center;
}

.footer-widgets:before {
	background: url(images/footer-border.jpg) repeat-x;
	content: "";
	height: 32px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-widgets .wrap {
	padding: 8px 30px 0;
	padding: .5rem 1.875rem 0;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	border: 5px solid #25beb1;
	background: #fff;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding: 5px 15px 35px;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #11bfb2;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 10px 18px;
	padding: .625rem 1.125rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #fc8686;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

#home-featured img,
.genesis-feature img,
.genesis-grid img {
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.45);
	background: #fff;
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.45);
	margin: 10px 15px 15px 10px;
	padding: 5px;
}

.genesis-feature img {
	margin: 10px auto 15px;
}

#home-featured img {
	max-width: none;
	margin: 6px 4px 6px 6px;
}

img.tabber-book {
	display: block;
	margin: 24px auto;
	margin: 1.5rem auto;
}

.footer-widgets img.tabber-book {
	margin-bottom: 0;
}

/*
14 The Cottage Mama Custom
---------------------------------------------------------------------------------------------------- */

.genesis-grid,
.genesis-feature {
	background: url(images/dashed-border.png) left bottom repeat-x;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

a.more-link {
	background: url(images/cont-reading.png) 0 0 no-repeat;
	color: #11bfb2;
	display: inline-block;
	float: right;
	height: 35px;
	right: 0;
	bottom: 0;
	margin-top: 16px;
	margin-top: 1rem;
	text-decoration: none;
	text-indent: -9999px;
	width: 144px;

}

a.more-link:hover {

}

.genesis-feature,
.genesis-grid {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.before-content-ad {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

#slider-featured-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 1020px;
}

.slider {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background: url(images/slider-bg.png) no-repeat;
	background-size: contain;
	float: left;
	margin: 12px auto 0;
	width: 784px;
	min-height: 475px;
	padding: 20px 20px 55px 20px;
	padding: 1.25rem 1.25rem 3.438rem 1.25rem;
}



.slider .wrap {
	padding: 0;
}

#home-featured {
	float: right;
	max-width: 220px;
}

#home-featured .wrap {
	padding: 0;
}

#home-featured img:hover {
	opacity: .7;
}

#header .enews-widget {
	width: 191px;
}

#header .enews {
	background: url(images/header-sub-bg.png) left -26px no-repeat;
	float: left;
	height: 155px;
	text-align: center;
	padding-top: 12px;
	padding-top: .75rem;
	width: 191px;
}

.enews p.before {
	font-family: 'SamanthaUprightPRO', cursive;
	font-size: 25px;
	font-size: 1.563rem;
	padding-bottom: 10px;
	padding-bottom: .625rem;
	text-align: center;
}

.enews p.after {
	font-size: 11px;
	font-size: .688rem;
	margin-top: 8px;
	margin-top: .5rem;
	text-align: center;
	line-height: 1.2;
}

#header .enews input {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #666666;
	letter-spacing: 1px;
	font-size: 8px;
	font-size: .5rem;
	padding: 6px;
	padding: .375rem;
	text-align: center;
	text-transform: uppercase;
	width: 158px;
}

.header-extras {
	float: right;
}

.social {
	text-align: center;
}

.social a {
	display: inline-block;
	height: 96px;
	margin: 0 4px;
	margin: 0 .25rem;
	width: 37px;
}

.header-extras .social .twitter-ribbon {
	background: url(images/social-ribbons.png) -1px -1px no-repeat;
}

.header-extras .social .pinterest-ribbon {
	background: url(images/social-ribbons.png) -46px -1px no-repeat;
}

.header-extras .social .facebook-ribbon {
	background: url(images/social-ribbons.png) -93px -1px no-repeat;
}

.header-extras .social .gplus-ribbon {
	background: url(images/social-ribbons.png) -138px -1px no-repeat;
}

.header-extras .social .instagram-ribbon {
	background: url(images/social-ribbons.png) -184px -1px no-repeat;
}

.header-extras .social .dots-ribbon {
	background: url(images/social-ribbons.png) -230px -1px no-repeat;
}

.header-extras .social .rss-ribbon {
	background: url(images/social-ribbons.png) -279px -1px no-repeat;
}

.header-extras .social .twitter-ribbon:hover {
	background: url(images/social-ribbons.png) 0 -112px no-repeat;
}

.header-extras .social .pinterest-ribbon:hover {
	background: url(images/social-ribbons.png) -46px -111px no-repeat;
}

.header-extras .social .facebook-ribbon:hover {
	background: url(images/social-ribbons.png) -93px -111px no-repeat;
}

.header-extras .social .gplus-ribbon:hover {
	background: url(images/social-ribbons.png) -138px -111px no-repeat;
}

.header-extras .social .instagram-ribbon:hover {
	background: url(images/social-ribbons.png) -184px -111px no-repeat;
}

.header-extras .social .dots-ribbon:hover {
	background: url(images/social-ribbons.png) -230px -111px no-repeat;
}

.header-extras .social .rss-ribbon:hover {
	background: url(images/social-ribbons.png) -279px -111px no-repeat;
}

.header-extras .genesis-search {
	background: #f7f2df;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 10px 8px;
	padding: .625rem .5rem;
	overflow: hidden;
}

.header-extras .genesis-search input {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: 2px;
	padding: 4px 6px;
	padding: .25rem .375rem;
	text-transform: uppercase;
	width: 258px;

}

.genesis-search input[type="submit"] {
	background: url(images/mag-glass.png) center center no-repeat;
	display: inline-block;
	height: 23px;
	position: relative;
	text-indent: -9999px;
	width: 40px;
}

#footer-widgets h4.widgettitle {
	font-size: 40px;
	font-size: 2.5rem;
	text-align: center;
}

#footer-widgets .social a {
	display: inline-block;
	height: 33px;
	margin: 0 4px;
	margin: 0 .25rem;
	width: 32px;
}

#footer-widgets .social a:hover {
	opacity: .5;
}

#footer-widgets .social .twitter-circle {
	background: url(images/social-circles.png) 0 0 no-repeat;
}

#footer-widgets .social .pinterest-circle {
	background: url(images/social-circles.png) -37px 0 no-repeat;
}

#footer-widgets .social .facebook-circle {
	background: url(images/social-circles.png) -75px 0 no-repeat;
}

#footer-widgets .social .gplus-circle {
	background: url(images/social-circles.png) -113px 0 no-repeat;
}

#footer-widgets .social .instagram-circle {
	background: url(images/social-circles.png) -150px 0 no-repeat;
}

#footer-widgets .social .dots-circle {
	background: url(images/social-circles.png) -187px 0 no-repeat;
}

#footer-widgets .social .rss-circle {
	background: url(images/social-circles.png) -225px 0 no-repeat;
}

.after-content-sub .enews .sub-title {
	font-family: 'SamanthaUprightPRO', cursive;
	font-size: 36px;
	font-size: 2.250rem;
}

.after-content-sub .enews p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.after-content-sub .enews input,
#footer-widgets .enews input {
	color: #666;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 6px;
	text-transform: uppercase;
	width: 225px;
}

#footer-widgets .enews input {
	border: 1px solid #666;
	width: 190px;
}

.after-content-sub .enews input[type="submit"],
#footer-widgets .enews input[type="submit"] {
	background: #666;
	color: #fff;
	display: inline-block;
	height: auto;
	position: relative;
	width: auto;
}

#footer-widgets .enews input[type="submit"] {
	font-size: 10px;
	margin-left: -4px;
}

.after-content-sub {
	background: #F7F2DF;
	padding: 16px;
	margin: 24px auto;
	margin: 1.5rem auto;
	text-align: center;
}

.widget_archive select,
.widget_categories select {
	border-radius: 0;
	color: #666;
	margin: 0 auto;
	padding: 8px;
	padding: .5rem;
	width: 80%;
}

.tabber-widget img.alignleft {
	margin: 0 4px 4px 0;
	margin: 0 .25rem .25rem 0;
}

.cottagemama .tabber-widget-basic-light .tabber-widget-content {
	background: #f7f2df;
}

.cottagemama .tabber-widget-basic-light ul.tabber-widget-tabs a.selected,
.cottagemama .tabber-widget-basic-light ul.tabber-widget-tabs a.selected:hover {
	background: #f7f2df;
	border-bottom: none !important;
	font-size: 11px;
	font-size: .688rem;
	margin: 0;
	padding: 4px 8px;
	padding: .25rem .5rem;
}

.cottagemama .tabber-widget-basic-light ul.tabber-widget-tabs a {
	background: #fff;
	font-size: 11px;
	font-size: .688rem;
	margin: 0;
	padding: 4px 8px;
	padding: .25rem .5rem;
	text-transform: uppercase;
}

.cottagemama .tabber-widget-basic-light ul.tabber-widget-tabs a:hover {
	background: #f7f2df;
}

.cottagemama .tabber-widget-basic-light .tabber-widget-content .tabber-widget-title {
	display: none;
}

.sidebar h4.widgettitle {
	color: #FC8686;
	border-bottom: 1px dashed #999;
		font-family: 'SamanthaUprightPRO', cursive;
	font-size: 40px;
	font-size: 2.5rem;
	padding: 0 0 0 10px;
	padding: 0 0 0 .625rem;
	text-align: left;


}

.ad-center {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto .75rem;
}

.ad-left {
	float: left;
	margin: 0 0 10px 4px;
	margin: 0 0 .625rem .25rem;
}

.ad-right {
	float: right;
	margin: 0 4px 10px 0;
	margin: 0 .25rem .625rem 0;
}

.visual-archive img {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.visual-archive img:hover {
	opacity: .5;
}

.recipe-template .entry {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

#tab-tabber_widget-2-1 #text-13 a {
	color: #11bfb2 !important;
	}

#tab-tabber_widget-2-1 #text-13 a:hover {
	color: #fc8686 !important;
	}

#tab-tabber_widget-2-3,
#tab-tabber_widget-2-4 {
	padding: 24px 0;
	padding: 1.5rem 0;
	text-align: center;
}

.post-nav {
	padding: 8px 0;
	padding: .5rem 0;
	overflow: hidden;
}

.nav-previous {
	float: left;

}

.nav-previous a {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background: url(images/prevpost.png) no-repeat;
	display: block;
	width: 260px;
	padding: 28px 0 2px 25px;
	padding: 1.75rem 0 .125rem 1.563rem;
	word-wrap: normal;
}

.nav-next {
	float: right;
}

.nav-next a {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background: url(images/nextpost.png) no-repeat right top;
	display: block;
	width: 260px;
	padding: 28px 25px 2px 0;
	padding: 1.75rem 1.563rem .125rem 0;
	text-align: right;
	word-wrap: normal;
}

.shop-slider {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	height: 520px;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item:first-child > a {
	padding-left: 24px;
}

.cottagemama.woocommerce .related ul li.product,
.cottagemama.woocommerce .related ul.products li.product,
.cottagemama.woocommerce .upsells.products ul li.product,
.cottagemama.woocommerce .upsells.products ul.products li.product,
.cottagemama.woocommerce-page .related ul li.product,
.cottagemama.woocommerce-page .related ul.products li.product,
.cottagemama.woocommerce-page .upsells.products ul li.product,
.cottagemama.woocommerce-page .upsells.products ul.products li.product {
	max-width: 150px;
}

.nrelate {
	overflow: hidden;
}

.nr_panel {
	display: block;
	float: left;
	margin-left: 2.3%;
	text-align: center;
	width: 18.1%;
}

.nr_img_div {
	display: block;
}

.nr_panel:first-of-type {
	margin-left: 0;
}

.footer-widgets .woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	margin-right: 15px;
	width: auto;
}

.sidebar .gs-featured-content-entry {
	margin-bottom: 8px;
	max-width: 145px;
	text-align: center;
}

.sidebar .gs-featured-content-entry h2 a {
	font-size: 16px;
	line-height: 1.4;
}

.sidebar .entry:nth-of-type(odd) {
	clear: both;
	float: left;
}

.sidebar .entry:nth-of-type(even) {
	float: right;
}

div#popup-box-sxzw-1 .popupally-inner-sxzw-1 .logo-img-sxzw {
	margin-right: 0;
}

/*
15 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1135px) {

	#nav {
		background: url(images/mob-nav-bg-top.png) repeat-x left top, url(images/mob-nav-bg-bottom.png) repeat-x left bottom;
		background-color: #11bfb2;
	}

	.genesis-nav-menu.menu-primary,
	.genesis-nav-menu.menu-secondary {
		background: none;
		padding: 0;
		text-align: center;
	}

	.genesis-nav-menu li {
		float: none;
	}

}

@media only screen and (max-width: 1130px) {

	#footer-widgets .enews input[type="submit"] {
		margin-top: 4px;
	}

}

@media only screen and (max-width: 1105px) {

	.custom-header #header {
		background-position: center 15px !important;
	}

	.header-image #title-area {
		float: none;
		width: 100%;
	}

	#header .widget-area {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		float: none;
		overflow: hidden;
		width: 600px;
	}

	#header .enews {
		background-position: left top;
		height: 165px;
		padding-top: 32px;
		padding-top: 2rem;
	}

	.header-extras {
		margin-top: 20px;
		margin-top: 1.5rem;
	}

	.shop-slider {
		height: 0;
		padding-bottom: 71.327684%;
		width: 100%;
	}

	.ad-left,
	.ad-right {
		display: block;
		float: none;
		margin: 5px auto;
		margin: .313rem auto;
	}

}

@media only screen and (max-width: 1071px) {

	.cottagemama #megaMenu.megaResponsiveToggle ul.megaMenu {
		background: url(images/mob-nav-bg-top.png) repeat-x left top, url(images/mob-nav-bg-bottom.png) repeat-x left bottom;
		background-color: #11bfb2;
		text-align: center;
	}

	.cottagemama #megaMenu ul.megaMenu > li {
		float: none;
	}

	.content-sidebar #content {
		width: 65%;
	}

}


@media only screen and (max-width: 1024px) {

	.home #wrap,
	#slider-featured-wrap,
	#wrap {
		width: 100%;
	}

	.slider {
		float: none;
	}

	#home-featured {
		float: none;
		margin: 0 auto;
		max-width: 784px;
		text-align: center;
	}

	.home-featured-1,
	.home-featured-2,
	.home-featured-3 {
		display: inline-block;
	}

	.home-featured-2 {
		margin: 0 10px;
	}

}

@media only screen and (max-width: 1000px) {

		.content-sidebar #content {
			width: 62%;
	}

	#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item:first-child > a {
	padding-left: 15px;
	}

}

@media only screen and (max-width: 920px) {

		.content-sidebar #content {
			width: 59%;
	}

}

@media only screen and (max-width: 850px) {

		.content-sidebar #content {
			width: 55%;
	}

}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 770px) {

	.slider {
		min-height: 0;
		padding: 2.69650478% 2.69650478%  11.578947% 2.69650478%;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#title-area,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	.wrap {
		padding: 0 4%;
	}

	.genesis-feature img {
		box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		width: 96%;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

	#title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	#footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}

	.ad-left {
		float: left;
		margin: 0 0 10px 4px;
		margin: 0 0 .625rem .25rem;
	}

	.ad-right {
		float: right;
		margin: 0 4px 10px 0;
		margin: 0 .25rem .625rem 0;
	}

	#wrap .sidebar {
		display: block;
		float: none;
		margin: 0 auto;
		overflow: hidden;
		width: 317px;
	}

}

@media only screen and (max-width: 767px) {

	.cottagemama #megaMenu #megaMenuToggle {
		color: #fff;
		background-color: #11bfb2;
		font-size: 18px;
		font-size: 1.125rem;
	}

	.cottagemama #megaMenu {
		width: 100% !important;
		max-width: 420px !important;
	}

	.cottagemama.woocommerce div.product div.images,
	.cottagemama.woocommerce-page div.product div.images,
	.cottagemama.woocommerce #content div.product div.images,
	.cottagemama.woocommerce-page #content div.product div.images,
	.cottagemama.woocommerce div.product div.summary,
	.cottagemama.woocommerce-page div.product div.summary,
	.cottagemama.woocommerce #content div.product div.summary,
	.cottagemama.woocommerce-page #content div.product div.summary {
		float: none;
		width: 100%;
	}

}

@media only screen and (max-width: 580px) {

	#wrap {
		width: 100%;
	}

	#header .enews,
	.header-extras {
		float: none;
	}

	#header .enews {
		display: none;
	}

	#header .enews-widget{
		margin: 0 auto;
	}


	#header .wrap {
		padding: 0;
	}

}


@media only screen and (max-width: 532px) {

	.custom-header #header {
		background-size: contain !important;
	}

	.header-image #title,
	.header-image #title a,
	.header-image #title-area {
		float: none;
		height: 0;
		padding-bottom: 27.2045028%;
		min-height: 0;
		width: 100%;
	}

}



/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	html {
		font-size: 87.5%; /* 14px base */
	}

	.sidebar h4.widgettitle {
		padding: 10px 0;
		padding: .714rem 0;
	}

	#header .search-form {
		width: 100%;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.one-third {
		float: none;
		margin: 24px auto;
		text-align: center;
	}

	.nr_panel {
		margin-bottom: 5%;
		margin-left: 5%;
		width: 47.5%;
	}

	.nr_panel:nth-of-type(odd) {
		margin-left: 0;
		clear: both;
	}

}

@media only screen and (max-width: 343px) {

	#header .enews input[type="submit"] {
		width: 1px;
	}

	.wrap #sidebar {
		width: 100%;
	}

	.genesis-feature img {
		width: 90%;
	}

	.sidebar h4.widgettitle {
		background-image: none;
	}

	.ad-left,
	.ad-right {
		display: block;
		float: none;
		margin: 5px auto;
		margin: .313rem auto;
	}

}
