/*
	Theme Name: Be Strong Theme
	Description: This is a child theme for the Genesis Framework.
	Author: My New Favorite Design
	Author URI: http://www.mynewfavoritedesign.com
	Version: 99.1.0.0
 
	Tags: black, orange, white, 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: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:'lato',font-weight: 300; sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */


@font-face {
    font-family: 'kristimedium';
    src: url('fonts/kristi-webfont.eot');
    src: url('fonts/kristi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kristi-webfont.woff') format('woff'),
         url('fonts/kristi-webfont.ttf') format('truetype'),
         url('fonts/kristi-webfont.svg#kristimedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/montserrat-regular.eot');
    src: url('fonts/montserrat-regular.eot') format('embedded-opentype'),
         url('fonts/montserrat-regular.woff') format('woff'),
         url('fonts/montserrat-regular.ttf') format('truetype'),
         url('fonts/montserrat-regular.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'ralewaythin';
    src: url('fonts/raleway-thin-webfont.eot');
    src: url('fonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-thin-webfont.woff') format('woff'),
         url('fonts/raleway-thin-webfont.ttf') format('truetype'),
         url('fonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold-webfont.eot');
    src: url('fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-semibold-webfont.woff') format('woff'),
         url('fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium-webfont.eot');
    src: url('fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium-webfont.woff') format('woff'),
         url('fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-light-webfont.eot');
    src: url('fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-light-webfont.woff') format('woff'),
         url('fonts/raleway-light-webfont.ttf') format('truetype'),
         url('fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'honey_scriptlight';
    src: url('fonts/honeyscript-light-webfont.eot');
    src: url('fonts/honeyscript-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/honeyscript-light-webfont.woff') format('woff'),
         url('fonts/honeyscript-light-webfont.ttf') format('truetype'),
         url('fonts/honeyscript-light-webfont.svg#honey_scriptlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.625;
	background-color: #fff;
	color: #000;
	text-align: justify;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #62676B;
	color: #fff;
}

::selection {
	background-color: #62676B;
	color: #fff;
}

a {
	color: #a9beb5;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #a9beb5;
border-bottom: none;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #62676B;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #62676B;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #717264;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 25px;
	font-size: 2.5rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */
.sidebar
input,
select,
textarea {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background-color: #fff;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	//text-transform: uppercase;
	padding: 5px;
	width: 100%;
	border: none !important;
}




input,
select,
textarea {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background-color: #fff;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	//text-transform: uppercase;
	padding: 5px;
	padding: .5rem;
	width: 100%;
	font-weight: lighter;
border: 1px #dddddd solid !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
border: 1px #000 solid !important;
text-align: left !important;
text-transform: initial !important;
}

input:focus,
textarea:focus {
	border: o;
	outline: none;
}

::-moz-placeholder {
	color: #000;
	font-weight: lighter;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #a9beb5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	//text-transform: uppercase;
	width: auto;
background-color: #616364;
margin: 0px;
font-size: 1.2rem;
padding: 0.5rem;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #555555;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
background: #fff;
margin: 0 auto;
width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 20px;
padding-top: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 560px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-primary  img.centered, .aligncenter {
margin-bottom: 0rem !important;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 220px;
background: #f3f3f3 !important;
}

.sidebar-sidebar-content .sidebar-primary {
	width: 300px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}



/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


.my-recent-posts li a {
	margin-right: -40px;
	padding: 10px;
	border: 1px #62676b solid;
	background-color: #fff;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0 !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
text-transform: uppercase;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #f3f3f3;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #62676B;
	font-family: 'MontserratRegular';
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title a {
	font-family: 'MontserratRegular';
	text-transform: uppercase;
	text-align: left;
	font-weight: lighter;
	line-height: 20px;
font-size: 20px;
	text-decoration: none;
	color: #f0a89a;
}

.entry-title li a {
	font-family: 'MontserratRegular';
	text-transform: uppercase;
	text-align: left;
	font-weight: lighter;
	line-height: 20px;
font-size: 20px;
	text-decoration: none;
	color: #f0a89a;
}

.entry-title {
	font-family: 'MontserratRegular';
	text-transform: uppercase;
	text-align: left;
	font-weight: lighter;
	line-height: 20px;
	font-size: 20px;
	text-decoration: none;
	color: #f0a89a;
background: url('images/whisk1.png') no-repeat scroll left 0px transparent;
padding-left: 10rem;
margin-bottom: 5px !important;
}

.entry-title a:hover {
	color: #a9beb5;
}


.widget-title {
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
	padding: 2px;
	padding-bottom: 15px;
	background: transparent;
	width: 100%;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'MontserratRegular';
	color: #4e5255;
	border: none;
}


.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 5px;
}

.featured-content .entry-title {
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content .entry-image {
display: block;
    margin-left: auto;
    margin-right: auto;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
background: url('images/twitter.png') no-repeat scroll left 0px transparent;
	margin-bottom: 16px !important;
	margin-bottom: 1.6rem !important;
padding-left: 30px !important;
text-transform: inital !important;
font-size: 16px !important;
list-style-type:none;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
    padding: 40px 0;
    padding: 4rem 0;
}



/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 260px;
height: 180px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}


.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}


/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}


/* Logo, hide text */

.header-image .site-header {
background: url(images/logo.png) no-repeat left;
background-color: #FFF;
max-width: 1000px;
height: 180px;
margin: 0px auto;
margin-top: 0px;
background-position: center left;
}

.header-image .site-header .wrap {
padding: 0;
}

.header-image .site-title a {
float: left;
max-width: 400px;
height: 200px;
width: 100%;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
margin-top: 3%;
	float: right;
	text-align: center;
	width: 680px !important;
max-height: 50px;
}

.header-image .site-header .widget-area {
	padding: 40px 10px;
	padding: 4rem 1rem;
}

.site-header .search-form {
	float: right;
margin-top: -43px;
}

.site-header input, select, textarea {
border: none !important;
text-align: center !important;
//text-transform: uppercase !important;
background: transparent !important;
}

.footer-widgets input, select, textarea {
border: 1px #dddddd solid !important;
text-align: left !important;
text-transform: initial !important;
background: #fff !important;
}

.comment-form input, select, textarea {
text-align: left !important;
text-transform: initial !important;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary .genesis-nav-menu  {
	clear: both;
	width: 100%;
word-spacing: 2px;
padding-right: 5px;
padding-left: 5px;
background: none repeat scroll 0% 0% #a9beb5;
    z-index:99;
    top: 0;
}

.nav-primary .genesis-nav-menu a {
	text-align: center;
	font-size: 14px;	
color: #fff;
	line-height: 1.5;
font-family: 'MontserratRegular';
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #a9beb5;
border: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #a9beb5;
border-top: 1px #fff solid;
}

.genesis-nav-menu > .menu-item > a {
text-transform: uppercase;
	 float: none;
  list-style-type: none;
  width: 150px;
}

.genesis-nav-menu a {
	border: none;
	color: #4e5255;
	display: block;
	position: relative;
font-size: 14px !important;
font-size: 1.4rem !important;
text-align: center;
	margin: 3px;
	padding: 4px;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 150px !important;
	z-index: 9999;
	height: 15px;
}

.genesis-nav-menu .sub-menu a {
border-top: 1px #fff dashed;
	background-color: #f0a89a;
	color: #fff;
	font-weight: 300px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.4rem;
	 letter-spacing: 0;
	word-spacing: 0;
	 padding: .5rem;
    position: relative;
    width: 150px !important;
	margin: 0;
    line-height: 1.5;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
color: #333;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: 0 0 0 70px;
border-top: none;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}



/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
float: left;
font-size: 18px;
word-spacing: 2px;
padding-right: 5px;
padding-left: 5px;
z-index: 99;
width: 100%;
background: none repeat scroll 0% 0% #A9BEB5 !important;
border: medium none !important;
}


.nav-secondary {
	text-align: center;
	font-size: 18px;
word-spacing: 2px;
padding-right: 5px;
padding-left: 5px;
background: none repeat scroll 0% 0% #a9beb5 !important;
    z-index:99;
    width: 100%;
border: none !important;
}


.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary a:hover {
color: #F0A89A;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #a9beb5;
}


/* Utility Bar
--------------------------------------------- */
.utility-bar {
display: none !important;
}

.utility-bar .wrap {
background: transparent !important;
}

.utility-bar a {
	color: #a9beb5;
}

.utility-bar a:hover {
	text-decoration: none;
}

.utility-bar-right {
margin-top: 0px;
max-height: 80px;
width: 40%;
float: right;
text-align: right;
}

.utility-bar-left p,
.utility-bar-right p {
font-family: 'MontserratRegular';
text-transform: uppercase;
padding: 0;
}

.utility-bar-left .widget-title {
margin: 0;
font-family: 'MontserratRegular';
color: #605F5F;
font-size: 18px;
text-transform: uppercase;
}

.utility-bar-left {
	float: left;
text-align: center;
color: #fff;
width: 55%;
clear: both;
overflow: hidden;
font-family: 'MontserratRegular';
text-transform: uppercase;
font-size: 16px;
background: transparent !important;
padding: 20px;
}

.utility-bar input[type="search"] {
	background: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
	border-radius: 0;
}

.utility-bar .enews-widget input[type="submit"] {
	border: none;
	background: url('images/optinbutton.png') no-repeat scroll center 0px transparent;
	text-transform: uppercase;
	color: transparent;
	width: 125px;
	height: 125px;
box-shadow: none !important;
float: right;
margin: 10px 20px 0 0;
}

.utility-bar .enews-widget input {
	height: 30px;
	width: 125px !important;
	float: left;
margin: 20px 0 15px 12px;
background: none repeat scroll 0% 0% #FCF7F2;
color: #605F5F;
font-size: 13px;
box-shadow: 5px 4px 4px #D0D0D0 inset;
font-weight: bold;
border: none;
text-align: center;
text-transform: uppercase;
}

.utility-bar .widget-area {
	text-align: right;
	width: 750px;
}

#genesis-responsive-slider {
border: none !important;
padding-top: 40px !important;
}


/*
Custom Landing Page Design
------------------------------------------------- */
.custom-landing .site-footer,
.custom-landing .site-footer p  {
background: #fff !important;
}

.site-container {
}

.custom-landing .site-container {
}

.custom-landing .entry {
padding-right: 0;
padding-left: 0;
}

.custom-landing .site-inner .wrap {
max-width: 1140px;
background: #fff repeat scroll 0% 0% transparent !important;
margin: 0px auto;
padding-top: 2rem;
}

.custom-landing .content .entry {
	border: none;
}

.custom-landing .landing-two,
.custom-landing .landing-three {
margin-top: 0px;
float: left;
text-align: left;
width: 50%;
}

.custom-landing .landing-two {
padding-right: 20px;
padding-top: 0px;
margin-left: 0px;
padding-left: 0px;
}

.custom-landing .landing-three {
padding-left: 20px;
padding-top: 0px;
}

.custom-landing .landing-one,
.custom-landing .landing-four {
margin-top: 20px;
margin-bottom: 5px;
}

.custom-landing .landing-one {
border-bottom: 2px dashed #a9b3b5;
}


.custom-landing .landing-four {
display: block;
clear: both;
overflow: hidden;
text-align: center;
margin-top: 10px;
padding-top: 40px;
border-top: 2px dashed #a9b3b5;
}

.custom-landing .landing-two,
.custom-landing .landing-three {
margin-bottom: 50px;
}

.landing-widgets h2 {
margin: 0px;
padding: 2px;
font-size: 12px;
text-transform: uppercase;
text-align: center;
color: #a9beb5;
max-width: 250px;
}

.landing-widgets a {
text-align: center;
color: #62676B;
}


.landing-widgets a:hover {
text-align: center;
color: #a9beb5;
border: none;
}


.custom-landing .entry {
    float: left;
}


.featured-content .entry, .featuredpost .post,.custom-landing .post {
margin-left: 2%;
    margin-bottom: 1.5rem;
    padding: 0px;
    text-align: center;
background: transparent !important;
}

.landing-widgets .enews {
	color: #000;
    background: none repeat scroll 0% 0% #a9beb5;
    padding: 2rem;
    text-align: center;
margin-top: 20px;
}

.landing-widgets .enews p {
margin: 5px;
text-align: center;
}

.landing-widgets .enews-widget .widget-title {
	color: #fff;
margin: 5px;
padding-top: 0 !important;
}

.landing-widgets  .widget-title {
margin: 5px;
padding-top: 40px;
color: #a9beb5;
}

.landing-widgets .enews-widget input {
font-size: 1.2rem;
padding: 0.5rem;
width: 100%;
margin-bottom: 1.6rem;
border: none !important;
}

.landing-widgets .enews-widget input:focus {
	border: 1px solid #ddd;
}

.landing-widgets .user-profile {
margin-top: 35px;
background: none repeat scroll 0% 0% #a9beb5;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
}

.landing-widgets .user-profile .widget-title {
color: #fff;
}

.landing-widgets .user-profile p {
margin: 5px;
}

.landing-widgets .enews-widget input[type="submit"] {
	background-color: #616364;
	color: #fff;
margin: 0px;
width: 100%;
text-align: center;
text-transform: uppercase;
}

.landing-widgets .enews-widget input:hover[type="submit"] {
	color: #a9beb5;
}

/*

Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px 30px 20px;
	padding: 2rem 3rem 2rem;
}

.entry-content a {
	border: none;
	color: #a9beb5;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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;
}

.entry-content .search-form {
	width: 50%;
}



.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
border-bottom: 1px #a9beb5 dashed;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.category .archive-pagination,
.entry-pagination {
margin: 0;
	margin: 0;
}


.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	color: #a9beb5;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: transparent;
	text-transform: uppercase;
	color: #555;
border: none;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}
.pagination-previous.alignleft a {
	font-size: 14px;
	text-transform: uppercase;
padding-left: 10px !important;
font-weight: bold !important;
}

.pagination-next.alignright a {
	font-size: 14px;
	text-transform: uppercase;
padding-right: 10px !important;
font-weight: bold !important;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */


.sidebar {
	background-color: transparent;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	color: #a9beb5;
	border-bottom: 0;
	color: #62676B;
text-align: center;
}

h4.widgettitle {
font-family: 'honey_scriptlight';
text-transform: initial;
text-align: center;
font-weight: lighter;
line-height: 40px;
font-size: 40px;
text-decoration: none;
color: #a9beb5;
margin-bottom: 5px;
padding-bottom: 5px;
}

.sidebar-primary .widget {
	font-family: 'Lato', sans-serif;
	text-transform: initial;
	font-weight: lighter;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4e5255;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 10px;
padding-bottom: 90px;
	border-radius: 0;
	letter-spacing: 0;
text-align: justify;
background: url('images/pinkbowls.png') no-repeat scroll center bottom 0px transparent;
background-origin: padding-box;
clear: both;
display: block;
overflow: hidden;
}

#text-44.widget.widget_text,
#text-7.widget.widget_text,
#text-43.widget.widget_text,
#text-47.widget.widget_text,
#text-46.widget.widget_text {
background: none !important;
padding-bottom: 10px !important;
}


.sidebar-secondary .widget {
	font-family: 'Lato', sans-serif;
	text-transform: initial;
	font-weight: lighter;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4e5255;
	background: #f3f3f3;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 10px;
	border-radius: 0;
	letter-spacing: 0;
text-align: justify;
}


.sidebar-secondary img.alignleft {
padding: 0 !important;
margin-left: -10px !important;
margin-right: 0px !important;
max-width: 180px !important;
}

.sidebar .widget a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	border-bottom: 0;
	color: #a9beb5;
}

.sidebar .widget h2 {
background: none repeat scroll 0% 0% #a9beb5;
    color: #000 !important;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    padding: 0.3rem 0.8rem;
    //text-transform: uppercase;
}

.sidebar .widget h2 a {
background: transparent;
    color: #fff !important;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    padding: 0.3rem 0.8rem;
    //text-transform: uppercase;
}

.sidebar .widget h2 a:hover {
background: transparent;
    color: #717264 !important;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    padding: 0.3rem 0.8rem;
    //text-transform: uppercase;
}

#featured-post-2 a, 
#featured-post-2 img {
    border: no !important;
}


.sidebar .widget ul noindent {
	line-height: 20px;
	width: 300px;
	padding: 2px;
}

.sidebar .widget a:hover {
	color: #555;
border-bottom: none;
}





/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

/* FOOTER--------------------------------------------- */

.footer-widgets {
	text-transform: uppercase;
	background: url('images/brickwall.png') repeat scroll center 0px transparent;
	color: #62676B;
	text-align: justify;
	font-size: 14px;
	font-size: 1.4rem;
width: 100%;
margin-top: 10px;
}

.footer-widgets .wrap {	
padding: 20px 0px 20px;
	padding: 2rem 0 2rem;
    background: url('images/brickwall.png') repeat scroll center 0px transparent !important;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;

.footer-widgets a {
	border: 0;
	color: #a9beb5;
}

.footer-widgets a:hover {
	color: #555;
border-bottom: #555 solid;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.footer-widgets .search-form input {
font-family: "Lato",Helvetica,Arial,sans-serif;    
background-color: #FFF;   
border-radius: 0px;    
color: #000;    
font-size: 1.4rem;    
text-align: center;    
text-transform: uppercase;    
padding: 5px;    
width: 100%;    
border: 1px solid #999999;
}

}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: url('images/brickwall.png') repeat scroll center 0px transparent;
	color: #62676B;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0px;
	text-align: center;
}

.site-footer a {
background: transparent;
	border: 0;
	border-bottom: 0;
	text-transform: uppercase;
	color: #a9beb5;
}

.footer-widgets .widget-title {
	color: #62676B;
	text-decoration: none;
	letter-spacing: .5px;
	background: transparent;
	width: 100%;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: 'MontserratRegular';
	text-align: center;
	font-size: 14px;
	border: none;
}

.footer-widgets .widget-area {
padding-right: 10px;
padding-left: 10px;
}


.my-recent-posts li a {
	margin-right: -40px;
	padding: 2px;
	padding: 10px;
	border: 1px #62676b solid;
	background-color: #fff;
}

.site-footer p {
background: url('images/brickwall.png') repeat scroll center 0px transparent;
	margin-bottom: 0;
    margin-bottom: 0px;
padding: 30px;
}


input.button {
	border: none;
	background: #8f8a87;
	text-transform: uppercase;
	color: white;
	width: 50px;
	height: 45px;
	border-radius: 0;
	margin: 0, 0, 20px, 0;
	position: relative;
	top: -27px;
}

.entry-content a:hover {
	color: #a9beb5;
border: none;
}

.entry-meta {
	color: #62676B;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
text-align: left;
padding-left: 7rem;
}

.entry-meta a {
	border-bottom: 0;
	text-transform: uppercase;
}



button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #616364;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #a9beb5;
}

.entry-content .button:hover {
	background-color: #a9beb5;
	color: #fff;
}

.button {
	display: inline-block;
	background-color: #8f8a87;
}


input.button {
	border: none;
	background: #8f8a87;
	text-transform: uppercase;
	color: white;
	width: 50px;
	height: 45px;
	border-radius: 0;
	margin: 0, 0, 20px, 0;
	position: relative;
	top: -27px;
}


ul.archives {
margin-left: 0;
margin-top: 2rem;
}
 
ul.archives > li {
margin-left: 0;
margin-bottom: 4rem;
}

 
.monthly-archives > li {
margin-bottom: 2rem;
}
 
.monthly-archives {
margin-top: 3rem;
}

.page-template-page_custom_archive-php .entry-content ul li {
list-style-type: none;
list-style-image: none;
}
 
.page-template-page_custom_archive-php .entry-content ol li li, .page-template-page_custom_archive-php .entry-content ul li li {
margin-left: 3rem;
}

.user-profile {
padding: 2rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
background: #f3f3f3;
}

.footer-widgets .user-profile {
padding: .5rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
background: transparent;
text-transform: initial;
}





/* SIDEBARS--------------------------------------------- */


.sidebar .widget li {
	padding: 2px;
	margin: 5px;
}

.sidebar .widget ul noindent {
	line-height: 20px;
	width: 300px;
	padding: 2px;
}



button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #a9beb5;
}

.entry-content .button:hover {
	background-color: #a9beb5;
	color: #fff;
}

.button {
	display: inline-block;
	background-color: #8f8a87;
}

/* PAGINATION--------------------------------------------- */

.pagination-previous.alignleft a {
	font-size: 14px;
	text-transform: uppercase;
}

.pagination-next.alignright a {
	font-size: 14px;
	text-transform: uppercase;
}

.archive-pagination,
.entry-pagination {
	font-size: 12px;
	font-size: 1.4rem;
	margin: 5px;
margin-bottom: 10px;
	background: #fff;
	text-transform: uppercase;
	color: #62676B;
border: 2px #F0A89A dotted !important;
}

.archive-pagination li a {
	border-radius: 0;
	background: #fff;
	text-transform: uppercase;
	color: #a9beb5;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: transparent;
	text-transform: uppercase;
	color: #62676B;
}



/* Categories Grid
----------------------------------------- */

.categories-grid h5.category-title a {
font-size: 16px;
text-align: center;
color: #62676B;
text-transform: uppercase;
font-family: 'MontserratRegular';
font-weight: lighter;
}

h5.category-title {
font-size: 16px;
text-align: center;
color: #4E5255;
text-transform: uppercase;
font-family: 'MontserratRegular';
font-weight: lighter;
}

.category .entry-title,
.category .entry-title a {
word-wrap: break-word;
background: none !important;
padding-left: 0rem !important;
text-align: center;
}

.portfolio .entry-title a {
font-size: 16px;
text-align: center;
color: #4E5255;
text-transform: uppercase;
font-family: 'MontserratRegular';
font-weight: lighter;
}

#cat-name {
margin-bottom: 1rem;
font-size: 18px;
text-align: center;
color: #4E5255;
text-transform: uppercase;
font-family: 'MontserratRegular';
font-weight: lighter;
margin-top: 0;
}
 
.categories-grid .entry-header {
display: none;
}

 
.category .entry {
border: none;
}

.category .archive-pagination {
border: none;
}

.categories-grid .category-item {
margin-bottom: 40px;
}


.categories-grid .category-item p {
margin-top: 10px;
margin-bottom: 10px;
}

.category .entry-meta {
display: none;
}

.category  .entry-title a {
font-size: 15px;
}

.entry-header .entry-categories {
font-size: 17px;
text-transform: uppercase;
text-align: center;
}


/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li a {
	font-family: 'fontello';
}



/* Genesis eNews Extended
--------------------------------------------- */

.sidebar-primary .enews {
	color: #62676B;
    background: none repeat scroll 0% 0% #a9beb5;
    padding: 2rem;
    text-align: center;
}

.sidebar-primary .enews p {
margin: 5px;
text-align: center;
}

.sidebar-primary .enews-widget .widget-title {
	color: #fff;
margin: 5px;
}

.sidebar-primary .enews-widget input {
font-size: 1.2rem;
padding: 0.5rem;
width: 100%;
margin-bottom: 1.6rem;
}

.sidebar-primary .enews-widget input:focus {
	border: 1px solid #ddd;
}

.sidebar-primary .enews-widget input[type="submit"] {
	background-color: #616364;
	color: #fff;
margin: 0px;
width: 100%;
}

.sidebar-primary .enews-widget input:hover[type="submit"] {
	color: #a9beb5;
}

.sidebar-secondary .enews {
	color: #62676B;
    background: none repeat scroll 0% 0% #d2d0cf;
    padding: 2rem;
    text-align: center;
}

.sidebar-secondary .enews p {
margin: 5px;
text-align: center;
}

.sidebar-secondary .enews-widget .widget-title {
	color: #62676B;
margin: 5px;
}

.sidebar-secondary .enews-widget input {
font-size: 1.2rem;
padding: 0.5rem;
width: 100%;
margin-bottom: 1.6rem;
}

.sidebar-secondary .enews-widget input:focus {
	border: 1px solid #ddd;
}

.sidebar-secondary .enews-widget input[type="submit"] {
	background-color: #616364;
	color: #fff;
margin: 0px;
width: 100%;
}

.sidebar-secondary .enews-widget input:hover[type="submit"] {
	color: #a9beb5;
}


#featured-post-2 .entry {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 0px;
}

#featured-post-2 a {
font-size: 14px;
text-align: center;
color: #62676B;
}

#featured-post-2 h2 {
margin: 0px;
padding: 2px;
font-size: 16px;
line-height: 16px;
text-align: center;
text-transform: uppercase;
}

#featured-post-2 img {
margin-bottom: .2rem;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
 
.search-form {
position: relative;
}
 
.search-form input[type="submit"] {
position: absolute;
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 20px/1 'dashicons';
vertical-align: top;
clip: inherit;
width: 20px;
height: 20px;
background: transparent;
color: #999;
right: 5px;
top: 8px;
}
 
.search-form input[type="submit"]:hover {
color: #a9beb5;
}
 
.site-header .search-form {
width: 189px;
}

.ui-tabs .post {
background: transparent !important;
}

.ui-tabs ul.ui-tabs-nav {
font-size: 11px;
text-align: center;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

.site-header .widget-area {
width: 400px;
}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

.header-image .site-title,
.header-image .title-area,
.header-image .site-title a,
.site-header .widget-area {
margin: 0 auto !important;
width: 100% !important;
}

.site-header .search-form {
display: none;
}

.simple-social-icons ul {
align: center;
}


.header-image .site-header {
margin-left: 0%;
    background-position: center center !important;
    min-height: 220px !important;
}


.entry-content {
background-color: #FFF;
padding: 20px 10px 20px;
padding: 2rem 1rem 2rem;
}

.utility-bar .enews-widget input[type="submit"] {
background: url('images/optinbutton.png') no-repeat scroll center 0px transparent;
background-size: 85px 75px !important;
height: 90px !important;
width: 90px !important;
margin: 0 !important;
margin-right: 5%;
}

.utility-bar {
max-height: 150px !important;
}


}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}


.header-image .site-title,
.header-image .title-area,
.header-image .site-title a,
.site-header .widget-area {
position: relative;
margin: 0 auto !important;
width: 100% !important;
}


.site-inner {
padding-left: 2%;
padding-right: 2%;
padding-top: 2rem;
}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 4px 4px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

.site-header .widget-area,
.simple-social-icons ul {
position: relative;
margin: 0 auto !important;
width: 100% !important;
}


.nav-primary {
	word-spacing: 0px;
	text-align: center;
	font-size: 12px;
background: none repeat scroll 0% 0% #a9beb5;
padding: 4px;
display: table;
margin: 0px auto;
z-index: 9999;
}

.genesis-nav-menu {
background: #333;
font-size: 14px;
color: #fff;
}

.genesis-nav-menu > .menu-item > a {
width: 125px;
color: #fff;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f0a89a;
	color: #333;
	font-weight: 300px;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
	font-size: 1.2rem;
	 letter-spacing: 0;
	word-spacing: 0;
	 padding: .4rem;
    line-height: .75;
    position: relative;
    width: 125px;
	margin: 0;
}

.menu-secondary,
.nav-secondary,
.menu-secondary > li:first-child a  {
display: none;
}



.entry-title {
margin-top: 10px;
}


}


@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

.nav-primary.fix {
display: none !important;
}

}


 .site-header {
background: #fff;  
}

.nav-secondary,
.menu.genesis-nav-menu.menu-secondary {
background: #fff;  
}

a.recipe-button{
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: .03em;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #aabeb5;
    margin: 0 5px;
    padding: 2px 12px 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.recipe-button:hover{
	background-color:#F0A89A
}

.recipes-top  {
    padding: 2rem;
    background: none repeat scroll 0% 0% #f2f2f2;
}

.recipes-top h4.widgettitle {
margin-top: 5px;
color: #F0A89A;
}

.recipes-top .widget {
    margin-right: 1%;
    width: 32%;
display: inline-block;
}

.recipes-bottom .widget {
border-bottom: 1px solid #ddd;
    padding: 2rem 0px;
}

.recipes-bottom {
    margin-top: 2rem;
}

.recipes-bottom h2,
.recipes-bottom h2 a {
    margin: 0px;
    padding: 7px !important;
    font-size: 14px;
font-size: 1.4 rem;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
color: #62676B;
font-family: Lato,sans-serif;
font-weight: 700;
color: #62676B !important;
background: none !important;
}

.recipes-bottom h2 a:hover {
color: #a9beb5 !important;
}

.recipes-bottom  h4.widgettitle {
margin-top: 2rem;
padding: 1rem;
}

 .more-from-category a {
    background: none repeat scroll 0% 0% #a9beb5;
    color: #fff !important;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    padding: 0.3rem 0.8rem;
    text-transform: uppercase;
}

 .more-from-category a:hover {
    background: none repeat scroll 0% 0% #a9beb5;
    color: #717264 !important;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    padding: 0.3rem 0.8rem;
    text-transform: uppercase;
}

.more-from-category,
.archive-pagination {
    clear: both;
    display: block;
    float: none;
    text-align: center;
}

.recipes-bottom .entry {
    float: left;
    margin-left: 2rem;
    width: 23.0769%;
}

.single-product .sidebar {
display: none;
}

.single-product .entry-title {
background: none !important;
}

.sidebar .widget a {
text-transform: uppercase;
color: #717264;
}

.sidebar .widget a:hover {
color: #a9beb5;
}

.genesis-nav-menu .widget {
float: right;
}
 
.genesis-nav-menu .simple-social-icons ul li {
margin-bottom: 0 !important;
margin-top: 0rem !important;
}

.genesis-nav-menu .widget-area {
float: right;
padding-top: 0rem;
}

.simple-social-icons ul li a, 
.simple-social-icons ul li a:hover {
margin-top: none !important;
border-radius: 0px;
font-size: 20px !important;
}

/* Sticky Primary nav */
 
.nav-primary.fix {
position: fixed !important;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
max-width: 100%;
overflow: visible;
/*background: rgba(255, 255, 255, 0.92);*/
}
 
.admin-bar .nav-primary.fix {
top: 28px;
}