/*

	Theme Name: Simple Quinoa

	Theme URI: http://www.simplyquinoa.com

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: Heather Jones

	Author URI: http://www.vivalaviolette.com/

	Version: 2.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.0

 

	License: GPL-2.0+

	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

 

 

/* 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

		- Home Page

		- Entries

		- After Entry

		- Pagination

		- Comments

	- Sidebars

	- Footer Widgets

	- Site Footer

	- Theme Colors

		- Metro Pro Blue

		- Metro Pro Green

		- Metro Pro Pink

		- Metro Pro Red

	- Media Queries

		- Retina Display

		- max-width: 1139px

		- max-width: 1023px

		- max-width: 767px

		- max-width: 320px



*/





/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* Baseline Reset (normalize.css 2.1.2)

	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:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{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-content:before,

.entry-pagination:before,

.entry:before,

.footer-widgets:before,

.nav-primary:before,

.nav-secondary:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.widget:before,

.wrap:before {

	content: " ";

	display: table;

}



.archive-pagination:after,

.clearfix:after,

.entry-content:after,

.entry-pagination:after,

.entry:after,

.footer-widgets:after,

.nav-primary:after,

.nav-secondary:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.widget:after,

.wrap:after {

	clear: both;

	content: " ";

	display: table;

}





/*

Defaults

---------------------------------------------------------------------------------------------------- */



/* Typographical Elements

--------------------------------------------- */



html {

	font-size: 62.5%; /* 10px browser default */

}



body {

	background-color: #FCF8E6;

	color: #222;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	font-size: 16px;

	font-size: 1.6rem;

	font-weight: 300;

	line-height: 1.625;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button {



}



::-moz-selection {

	background-color: #666;

	color: #fff;

}



::selection {

	background-color: #666;

	color: #fff;

}



a {

	color: #f0513c;

}



a:hover {

	color: #222;

}



p {

	margin: 0 0 16px;

	margin: 0 0 1.6rem;

	padding: 0;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



blockquote,

blockquote::before {

	color: #999;

}



blockquote {

	margin: 0;

	padding: 24px 40px;

	padding: 2.4rem 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: #666;

	color: #ddd;

}



cite {

	font-style: normal;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #666;

	font-weight: 400;

	line-height: 1.2;

	margin: 0 0 16px;

	margin: 0 0 1.6rem;

	padding: 0;

	font-family: 'Raleway';

}



h1 {

	font-size: 28px;

	font-size: 2.8rem;

}



h2 {

	font-size: 24px;

	font-size: 2.4rem;

}



h3 {

	font-size: 20px;

	font-size: 2rem;

}



h4 {

	font-size: 20px;

	font-size: 2rem;

}



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;

}



.featured-content img,

.gallery img {

	width: auto; /* IE8 */

}



/* Forms

--------------------------------------------- */



input,

select,

textarea {

	background-color: #e6f4f4;

	border: 2px solid #fff;

	box-shadow: 0;

	color: #999;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 16px;

	padding: 1.6rem;

	width: 100%;

}



input:focus,

textarea:focus {

	border: 1px solid #999;

	outline: none;

}



::-moz-placeholder {

	color: #999;

	opacity: 1;

}



::-webkit-input-placeholder {

	color: #999;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button,

.entry-content .button {

	background-color: #4EB8BA;

	border: none;

	box-shadow: none;

	color: #fff;

	cursor: pointer;

	padding: 16px 24px;

	padding: 1.6rem 2.4rem;

	text-transform: uppercase;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.entry-content .button:hover {

	background-color: #9ac57c;
	color: #fff;

}



.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-container {

	background-color: #fff;

	margin: 0 auto;

	margin: 0 auto;

	max-width: 1140px;

	overflow: hidden;

	padding: 0 36px;

	padding: 0 3.6rem;

}



.site-inner {
  clear: both;
  padding-top: 3.2rem;
  border-top: 2px solid #f9ecc7;
}



.wrap {

	margin: 0 auto;

	max-width: 1140px;

}



/* 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: 868px;

}



.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: 60%;

}





.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: 500px;

}



.full-width-content .content {

	width: 100%;



}





.full-width-content .content .entry-title {
	text-align: center;
}

.metro-pro-landing .site-container {

	max-width: 772px;

}



.metro-pro-landing .site-inner,

.metro-pro-landing .entry {

	padding: 0;

}



/* Primary Sidebar */



.sidebar-primary {

  float: right;

  padding: 0 20px;

  width: 332px;

}



.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* Secondary Sidebar */



.sidebar-secondary {

	float: left;

	width: 164px;

}



.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}





/* Column Classes

--------------------------------------------- */



.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;

}





/*

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 {

	overflow: hidden;

	width: 100%;
	


}


.site-header .widget-area .search-form input[type="search"] {
  background: url("images/search.png") no-repeat scroll 15px 10px #e6f4f4;
  border: 0 none;
  padding: 1rem 1rem 1rem 4.4rem;
  display: none;
}

.home .site-header .widget-area .search-form input[type="search"] {
  background: url("images/search.png") no-repeat scroll 15px 10px #e6f4f4;
  border: 0 none;
  padding: 1rem 1rem 1rem 4.4rem;
  display: block;
}

.search-form input[type="search"] {
  background: url("images/search.png") no-repeat scroll 15px 10px #e6f4f4;
  border: 0 none;
  padding: 1rem 1rem 1rem 4.4rem;
  display: block;
}


.search-form input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 12px;

	margin: 0 auto 1.2rem;

}



a.alignnone img,

img.alignnone {

	margin-bottom: 12px;

	margin-bottom: 1.2rem;

}



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



a.alignleft img,

img.alignleft,

.wp-caption.alignleft {

	margin: 0 24px 12px 0;

	margin: 0 2.4rem 1.2rem 0;

}



a.alignright img,

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;

	margin: 0;

	text-align: center;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td {

	text-align: center;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

	margin-bottom: 20px;

	margin-bottom: 2rem;

}



.archive-description,

.author-box,

.sticky {

	background-color: #f5f5f5;

	margin-bottom: 48px;

	margin-bottom: 4.8rem;

	overflow: hidden;

	padding: 32px;

	padding: 3.2rem;

}



.author-box p {

	margin: 0;

}



.author-box .avatar {

	margin-right: 24px;

	margin-right: 2.4rem;

}



.author-box h1 {

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 4px;

	margin-bottom: 0.4rem;

}



/* Titles

--------------------------------------------- */



.entry-title {

	font-size: 28px;

	font-size: 2.8rem;

	font-weight: 400;

}



.entry-title a, .sidebar .widget-title a {

  color: #f0513c;

  text-decoration: none;

}

.widget-title {
		background: url(images/leaf.png) no-repeat left;
	color: #666;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1pt;
  line-height: 1;
  margin-bottom: 1.6rem;
  padding: 5px 5px 5px 2.5rem;
  text-align: left;
  text-transform: uppercase;
 }



.entry-title a:hover {

	color: #f0513c;

}



.content .home-top .entry-title {

	font-size: 24px;

	font-size: 2.4rem;

}



.after-entry .widget-title,

.archive-title,

.comments-title,

.widget .entry-title {

	font-size: 20px;

	font-size: 2rem;

}



.comment-respond h3, .entry-comments h3 {
  font-family: 'Montserrat',sans-serif;
  font-size: 2rem;
  letter-spacing: 1pt;
  line-height: 1;
  margin-bottom: 1.6rem;
  padding-left: 0px;
  text-transform: uppercase;
}


.widget-title {
  font-family: 'Montserrat',sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1pt;
  line-height: 1;
  margin-bottom: 1.6rem;
  padding-left: 30px;
  text-transform: uppercase;
}




.home-middle .widget-title {
	background: url(images/leaf.png) no-repeat left;
	color: #666;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1pt;
  line-height: 1;
  margin-bottom: 1.6rem;
  padding: 5px 5px 5px 2.5rem;
  text-align: left;
  text-transform: uppercase;
}



.comment-respond h3:before,

.entry-comments h3:before,

.widget-title:before {

	margin-right: 10px;

	margin-right: 1rem;

}



.comment-respond h3:after,

.entry-comments h3:after,

.widget-title:after {

	margin-left: 10px;

	margin-left: 1rem;

}

.after-entry .enews p {
  margin-bottom: 2rem;
  text-align: center;
  color:  #666;
  font-style: italic;
}

.after-entry .widget-title,

.enews-widget .widget-title {



	text-shadow: none;

}





/*

Widgets

---------------------------------------------------------------------------------------------------- */



/* Featured Content

--------------------------------------------- */



.featured-content .entry {

	background: none;

	margin-bottom: 16px;

	margin-bottom: 1.6rem;

	padding: 0;

}



.featured-content .entry p, .home-bottom .featured-content {
  float: left;
  margin-bottom: 0;
  width: 48%;
}

.home-bottom .featured-content img {
	border: 1px dotted #f9e890;
	padding: 1rem;
}


.featured-content .entry-title {

	margin-bottom: 8px;

	margin-bottom: 0.8rem;

}



.home-bottom .featured-content .entry-title {

	margin: 8px 0;

	margin: 0.8rem 0;

}



.home-bottom .featured-content .widget-title {

	margin-bottom: 20px;

	margin-bottom: 2rem;

}



.home-bottom .featured-content .entry {

	border-bottom: 0px solid #f5f5f5;

}



.metro-pro-home .home-bottom .entry {
  margin-bottom: 2rem;
  padding-bottom: 0.15rem;
}



.home-bottom .featured-content .entry-content p,

.home-bottom .featured-content img {

	margin-bottom: 0;

}





/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */

.sidebar .enews-widget {
  background: url("images/join.png") no-repeat scroll center top #FCE4A2;
  color: #666666;
  font-size: 13px;
  line-height: 16px;
  padding: 6.8rem 1.5rem 3.2rem;
}

.sidebar .enews-widget h3, .sidebar .enews-widget h2 {
	text-align: center;
}



.sidebar .enews-widget .widget-title {

	color: #4eb8ba;

}



.sidebar .enews-widget input {

	margin-bottom: 16px;

	margin-bottom: 1.6rem;

}



.sidebar .enews-widget input[type="submit"] {

	background-color: #4eb8ba;

	color: #fff;

	margin: 0;

	width: 100%;

}



.sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

	color: #666;

}



.sidebar .enews-widget input {

	background-color: #fff;

	box-shadow: none;

	margin-bottom: 12px;

	margin-bottom: 1.2rem;

}



.after-entry .enews-widget input {

	width: 50%;

}



.after-entry .enews-widget input[type="submit"] {

	width: auto;

}



/* Genesis Latest Tweets

--------------------------------------------- */



.latest-tweets ul li {

	margin-bottom: 16px;

	margin-bottom: 1.6rem;

}



/* Gravity Forms

--------------------------------------------- */



.site-inner div.gform_wrapper input[type="text"],

.site-inner div.gform_wrapper textarea,

.site-inner div.gform_wrapper .ginput_complex label {

	font-size: 16px;

	font-size: 1.6rem;

	padding: 16px;

	padding: 1.6rem;

}



.site-inner 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;

}



.site-inner div.gform_wrapper input[type="submit"] {

	font-size: 14px;

	font-size: 1.4rem;

}



/* Jetpack

--------------------------------------------- */



img#wpstats {

	display: none;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

	background: url(images/logo.png) no-repeat left;

	padding: 0;

	overflow: display;



}



.header-image .site-header {

	padding: 0;

}



/* Title Area

--------------------------------------------- */



.title-area {

	float: left;

	padding: 0;

	width: 360px;

}



.site-title {

	font-family: 'Montserrat', sans-serif;

	font-size: 48px;

	font-size: 4.8rem;

	line-height: 1;

	margin: 0 0 16px;

	margin: 0 0 1.6rem;

	text-transform: uppercase;

}



.site-title a,

.site-title a:hover {

	color: #fff;

	display: inline-block;

	padding: 16px;

	padding: 1.6rem;

	text-decoration: none;

}



.site-description {

	color: #999;

	font-size: 16px;

	font-size: 1.6rem;

	line-height: 1;

	margin: 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-title,

.header-image .title-area {

	min-height: 100px;

	padding: 0;

}

.header-image .site-title a {

  max-width: 970px;

  min-height: 130px;

  padding: 0;

}

/* Widget Area

--------------------------------------------- */



.site-header .widget-area {
  border-left: 0px double #fad970;
  float: right;
  margin-top: 40px;
  width: 620px;
}


.site-header .widget {
  margin-bottom: 6px;
  word-wrap: break-word;
}

.site-header .search-form {
  float: right;
  margin-right: 20px;
  margin-top: 0;
  width: 240px;
}


.site-header .widget-area .genesis-nav-menu a {
  color: #666666;
  display: block;
  font-family: 'Raleway';
  padding: 1.6rem 1.4rem 1.4rem;
  position: relative;
  text-decoration: none;
font-size: 15px;
}


/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	clear: both;

	color: #fff;

	font-size: 14px;

	font-size: 1.4rem;

	line-height: 1;

	margin: 0;

	padding: 0;

	width: 100%;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	margin: 0;

	padding: 0;

	text-align: left;

}



.genesis-nav-menu a {

	color: #666;

	display: block;

	padding: 16px 20px 14px;

	padding: 1.6rem 2rem 1.4rem;

	position: relative;

	text-decoration: none;
	
	font-family: 'Raleway';

}



.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a {

	color: #4eb8ba;

}



.genesis-nav-menu .sub-menu {

	left: -9999px;

	margin: 0;

	opacity: 0;

	padding: 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: 175px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

  background-color: #eee;

  font-size: 1.2rem;

  padding: 1.2rem 1.6rem;

  position: relative;

  width: 175px;


}



.genesis-nav-menu .sub-menu .sub-menu {

	margin: -36px 0 0 174px;

}



.genesis-nav-menu .menu-item:hover {

	position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



.genesis-nav-menu > .right {

	display: inline-block;

	float: right;

	list-style-type: none;

	padding: 16px 20px 14px;

	padding: 1.6rem 2rem 1.4rem;

	text-transform: uppercase;

}



.genesis-nav-menu > .right > a {

	background: none;

	display: inline;

	padding: 0;

}



.genesis-nav-menu > .right > a:hover {

	color: #f0513c;

}



.genesis-nav-menu > .rss > a {

	margin-left: 48px;

	margin-left: 4.8rem;

}



.genesis-nav-menu > .search {

	padding: 0;

}



.genesis-nav-menu .search-form {

	width: 100%;
	display: none;

}

.home .genesis-nav-menu .search-form {

	width: 100%;
	display: inline;

}



.genesis-nav-menu .search-form input[type="search"] {
  box-shadow: none;
  font-size: 1.2rem;
  margin-right: 4rem;
  margin-top: 0.5rem;
  padding: 1rem 1.4rem 1rem 4.4rem;
}


/* Site Header Navigation

--------------------------------------------- */



.site-header ul.genesis-nav-menu {
  padding-top: 0rem;
  text-align: right;
border-top: 0px double #fad970;
}


.site-header .sub-menu .sub-menu {

	margin-top: -55px;

}



/* Primary Navigation

--------------------------------------------- */



.nav-primary {

	  border: 6px double #F9E890;

display:none;
		text-align: center;

}

.nav-primary a {

  color: #666666;
  display: block;
  font-family: 'Raleway';
  font-size: 17px;
  padding: 16px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}


.nav-primary a:hover,

.nav-primary .current-menu-item > a {



	color: #4EB8BA;

}



.nav-primary .sub-menu a {

	padding: 16px 20px;

	padding: 1.6rem 2rem;

}



.nav-primary .sub-menu a:hover {


	color: #f0513c;

}



.nav-primary .sub-menu .sub-menu {

	margin: -44px 0 0 174px;

}



/* Secondary Navigation

--------------------------------------------- */



.nav-secondary {

	background-color: #666;

	text-align: right;

}



.nav-secondary a {

	font-size: 12px;

	font-size: 1.2rem;

	font-weight: 700;

	line-height: 1;

	padding: 16px;

	padding: 1.6rem;

}



.nav-secondary .sub-menu a:hover {

	background-color: #f0513c;

	color: #fff;

}





/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Home Page

--------------------------------------------- */



.home-middle {

	overflow: hidden;

}



.home-middle-right {

	width: 52%;

}



.home-middle-left {

	float: left;
	
	width: 46%;

}

.home-middle-left .entry-title {

	border-top: 0px solid #f6f6f6;
	padding: .5rem 0;
}

.enews p {
  font-size: 1.5rem;
  line-height: 1.625;
  text-align: left;
}

.home-bottom .enews-widget {
  background: #fcf8e6;
  padding: 1rem;
}

.home-bottom .enews-widget {
	border: 6px double #fbd65c;
	padding: 1rem;
}

.home-bottom .enews-widget .widget-title {
  color: #4EB8BA;
  font-size: 24px;
  text-align: center;
}

.home-bottom .enews-widget p {
	color: #666;
	text-align: center;
	margin-top: -1rem;
}

.home-bottom .enews-widget input {
	width:35%;
	float: left;
	margin-right: 2%;
}

.home-bottom .enews-widget input[type="submit"] {
  background: url("images/click.png") no-repeat scroll center center #FBD65C;
  border-radius: 30px;
  color: #FFFFFF;
  float: left;
  margin: 0 25%!important;
  padding: 1.7rem;
  text-indent: -9999px;
  width: 70%;
}

.home-middle-right {

	float: right;

}

.home-middle-right .featured-content .entry {
  float: left;
  margin: 0 1%;
  width: 48%;
}

.home-middle-right  a.alignnone img, .home-middle-right  img.alignnone {
  margin-bottom: 0.15rem;
}

.home-middle-right  img:hover {
	opacity: .75;
}



/* Entries

--------------------------------------------- */



.entry,

.page.page-template-page_blog-php .entry {


	margin-bottom: 48px;

	margin-bottom: 4.8rem;

	padding-bottom: 32px;

	padding-bottom: 3.2rem;

}



.page .entry {

	background: none;

}



.single .entry {

	background: none;

	margin-bottom: 32px;

	margin-bottom: 3.2rem;

	padding: 0;

}



.entry-content a {

	color: #f0513c;

}



.entry-content a:hover {

	color: #666;

}



.entry-content ol,

.entry-content p,

.entry-content ul,

.quote-caption {

	margin-bottom: 26px;

	margin-bottom: 2.6rem;

}



.entry-content ol li,

.entry-content ul li {

	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,

.entry-content .wp-caption p {

	margin-bottom: 0;

}



.entry-meta {

	color: #999;

	font-size: 12px;

	font-size: 1.2rem;

	text-transform: uppercase;

}



.entry-meta a {

	color: #999;

	text-decoration: none;

}



.entry-meta a:hover {

	color: #222;

}



.entry-header .entry-meta {

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}



.entry-meta .entry-comments::before {

	margin: 0 6px 0 2px;

	margin: 0 0.6rem 0 0.2rem;

}



.entry-meta .entry-categories,

.entry-meta .entry-tags {

	display: block;

}



.content .entry-meta .entry-comments-link {

	float: right;

}



.content .entry-meta .entry-comments-link a {

	background-color: #f0513c;

	color: #fff;

	padding: 8px 16px;

	padding: 0.8rem 1.6rem;

}



.content .entry-meta .entry-comments-link a:hover {

	background-color: #666;

	color: #fff;

}



/* After Entry

--------------------------------------------- */



.after-entry,

.after-entry .wrap {

	overflow: hidden;

}



.after-entry {


	background-size: 8px 8px;

	margin-top: 32px;

	margin-top: 3.2rem;

	text-align: center;

}



.after-entry .wrap {

	background-color: #fff;


}



.after-entry p {

	margin-bottom: 20px;

	margin-bottom: 2rem;

}



/* Pagination

--------------------------------------------- */



.archive-pagination {

	font-size: 14px;

	font-size: 1.4rem;

	margin: 40px 0;

	margin: 4rem 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #666;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	padding: 8px 12px;

	padding: 0.8rem 1.2rem;

	text-decoration: none;

}



.archive-pagination li a:hover,

.archive-pagination li.active a {

	background-color: #f0513c;

}



/* Comments

--------------------------------------------- */



.entry-comments,

.entry-pings {

	margin-bottom: 40px;

	margin-bottom: 4rem;

}



p.form-submit,

.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;

	margin-top: 24px;

	margin-top: 2.4rem;

	padding: 32px;

	padding: 3.2rem;

}



.comment-list li li {

	margin-right: -32px;

	margin-right: -3.2rem;

}



.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;

}



.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 24px;

	padding: 2.4rem;

	display: none;

}



p.subscribe-to-comments {

	padding: 24px 0 16px;

	padding: 2.4rem 0 1.6rem;

}



/*

Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

	display: inline;

	font-size: 15px;

	font-size: 1.5rem;

}



.sidebar p:last-child,

.sidebar ul {

	margin: 0;

}


.widget li {
  list-style-type: none;
  margin-left: 0px;
  padding: 0;
  word-wrap: break-word;
}

.sidebar .widget li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
  word-wrap: break-word;
}



.sidebar ul > li:last-child {

	margin-bottom: 0;

}



.widget {
  margin-bottom: 1.45rem;
  word-wrap: break-word;
}



.sidebar .search-form {

	width: 100%;

}



a.social-buttons {

	background-color: #666;

	border-right: 1px solid #fff;

	color: #ffffff;

	float: left;

	font-size: 10px;

	font-size: 1rem;

	overflow: hidden;

	padding: 8px 0;

	padding: 0.8rem 0;

	text-align: center;

	text-decoration: none;

	text-transform: uppercase;

	width: 25%;

}



a.social-buttons.last {

	border: none;

}



a.social-buttons:hover {

	background-color: #f0513c;

}





/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */

/*SLIDE-IN CTA
--------------------------------------------- */

.footer-widgets {
  background-color: #FFFFFF;
  clear: both;
  font-size: 1.5rem;
  margin: 0rem auto;
  max-width: 1140px;
  padding: 3.6rem 3.6rem 0;
}


.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3 {

	width: 332px;

}



.footer-widgets-1 {

	margin-right: 36px;

}



.footer-widgets-1,

.footer-widgets-2 {

	float: left;

}



.footer-widgets-3 {

	float: right;

}



.footer-widgets .widget {

	margin-bottom: 36px;

	margin-bottom: 3.6rem;

}



.footer-widgets .search-form {

	width: 100%;

}





/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	background-color: #f0513c;

	color: #fff;

	font-size: 12px;

	font-size: 1.2rem;

	font-weight: 700;

	padding: 16px;

	padding: 1.6rem;

	text-align: center;

}



.site-footer a {

	color: #fff;

	text-decoration: none;	

}



.site-footer a:hover {

	color: #FAD85D;

}



.site-footer p {

	margin: 0;

}



/*

Theme Colors

---------------------------------------------------------------------------------------------------- */



/* Metro Pro Blue

--------------------------------------------- */



.metro-pro-blue .entry-title a:hover,

.metro-pro-blue .genesis-nav-menu > .right > a:hover,

.metro-pro-blue .site-footer a:hover,

.metro-pro-blue a,

.metro-pro-blue h2 a:hover {

	color: #5bb1f9;

}



.metro-pro-blue .entry-title a,

.metro-pro-blue .entry-meta a:hover,

.metro-pro-blue a:hover {

	color: #222;

}



.metro-pro-blue .entry-meta a {

	color: #999;

}



.metro-pro-blue .archive-pagination li a:hover,

.metro-pro-blue .entry-comments-link a,

.metro-pro-blue .entry-comments-link a:hover,

.metro-pro-blue .genesis-nav-menu a,

.metro-pro-blue .site-footer a,

.metro-pro-blue .site-title a,

.metro-pro-blue .site-title a:hover,

.metro-pro-blue a.social-buttons {

	color: #fff;

}



.metro-pro-blue h2 a,

.metro-pro-blue h2 a:visited {

	color: #666;

}



.metro-pro-blue .archive-pagination li a:hover,

.metro-pro-blue .archive-pagination li.active a,

.metro-pro-blue .btn:hover,

.metro-pro-blue .content .entry-comments-link a,

.metro-pro-blue .enews-widget input:hover[type="submit"],

.metro-pro-blue .genesis-nav-menu .current-menu-item > a,

.metro-pro-blue .genesis-nav-menu a:hover,

.metro-pro-blue .sidebar .enews-widget input[type="submit"],

.metro-pro-blue .site-title a,

.metro-pro-blue a.social-buttons:hover,

.metro-pro-blue button:hover,

.metro-pro-blue input:hover[type="button"],

.metro-pro-blue input:hover[type="reset"],

.metro-pro-blue input:hover[type="submit"] {

	background-color: #5bb1f9;

}



.metro-pro-blue .entry-comments-link a:hover {

	background-color: #666;

}



.metro-pro-blue .sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}



.metro-pro-blue .genesis-nav-menu > .right > a,

.metro-pro-blue.header-image .site-title a {

	background: none;

}



/* Metro Pro Green

--------------------------------------------- */



.metro-pro-green .entry-title a:hover,

.metro-pro-green .genesis-nav-menu > .right > a:hover,

.metro-pro-green .site-footer a:hover,

.metro-pro-green a,

.metro-pro-green h2 a:hover {

	color: #21c250;

}



.metro-pro-green .entry-title a,

.metro-pro-green .entry-meta a:hover,

.metro-pro-green a:hover {

	color: #222;

}



.metro-pro-green .entry-meta a {

	color: #999;

}



.metro-pro-green .archive-pagination li a:hover,

.metro-pro-green .entry-comments-link a,

.metro-pro-green .entry-comments-link a:hover,

.metro-pro-green .genesis-nav-menu a,

.metro-pro-green .site-footer a,

.metro-pro-green .site-title a,

.metro-pro-green .site-title a:hover,

.metro-pro-green a.social-buttons {

	color: #fff;

}



.metro-pro-green h2 a,

.metro-pro-green h2 a:visited {

	color: #666;

}



.metro-pro-green .archive-pagination li a:hover,

.metro-pro-green .archive-pagination li.active a,

.metro-pro-green .btn:hover,

.metro-pro-green .content .entry-comments-link a,

.metro-pro-green .enews-widget input:hover[type="submit"],

.metro-pro-green .genesis-nav-menu .current-menu-item > a,

.metro-pro-green .genesis-nav-menu a:hover,

.metro-pro-green .sidebar .enews-widget input[type="submit"],

.metro-pro-green .site-title a,

.metro-pro-green a.social-buttons:hover,

.metro-pro-green button:hover,

.metro-pro-green input:hover[type="button"],

.metro-pro-green input:hover[type="reset"],

.metro-pro-green input:hover[type="submit"] {

	background-color: #21c250;

}



.metro-pro-green .entry-comments-link a:hover {

	background-color: #666;

}



.metro-pro-green .sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}



.metro-pro-green .genesis-nav-menu > .right > a,

.metro-pro-green.header-image .site-title a {

	background: none;

}



/* Metro Pro Pink

--------------------------------------------- */



.metro-pro-pink .entry-title a:hover,

.metro-pro-pink .genesis-nav-menu > .right > a:hover,

.metro-pro-pink .site-footer a:hover,

.metro-pro-pink a,

.metro-pro-pink h2 a:hover {

	color: #d1548e;

}



.metro-pro-pink .entry-title a,

.metro-pro-pink .entry-meta a:hover,

.metro-pro-pink a:hover {

	color: #222;

}



.metro-pro-pink .entry-meta a {

	color: #999;

}



.metro-pro-pink .archive-pagination li a:hover,

.metro-pro-pink .entry-comments-link a,

.metro-pro-pink .entry-comments-link a:hover,

.metro-pro-pink .genesis-nav-menu a,

.metro-pro-pink .site-footer a,

.metro-pro-pink .site-title a,

.metro-pro-pink .site-title a:hover,

.metro-pro-pink a.social-buttons {

	color: #fff;

}



.metro-pro-pink h2 a,

.metro-pro-pink h2 a:visited {

	color: #666;

}



.metro-pro-pink .archive-pagination li a:hover,

.metro-pro-pink .archive-pagination li.active a,

.metro-pro-pink .btn:hover,

.metro-pro-pink .content .entry-comments-link a,

.metro-pro-pink .enews-widget input:hover[type="submit"],

.metro-pro-pink .genesis-nav-menu .current-menu-item > a,

.metro-pro-pink .genesis-nav-menu a:hover,

.metro-pro-pink .sidebar .enews-widget input[type="submit"],

.metro-pro-pink .site-title a,

.metro-pro-pink a.social-buttons:hover,

.metro-pro-pink button:hover,

.metro-pro-pink input:hover[type="button"],

.metro-pro-pink input:hover[type="reset"],

.metro-pro-pink input:hover[type="submit"] {

	background-color: #d1548e;

}



.metro-pro-pink .entry-comments-link a:hover {

	background-color: #666;

}



.metro-pro-pink .sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}



.metro-pro-pink .genesis-nav-menu > .right > a,

.metro-pro-pink.header-image .site-title a {

	background: none;

}



/* Metro Pro Red

--------------------------------------------- */



.metro-pro-red .entry-title a:hover,

.metro-pro-red .genesis-nav-menu > .right > a:hover,

.metro-pro-red .site-footer a:hover,

.metro-pro-red a,

.metro-pro-red h2 a:hover {

	color: #ef4f4f;

}



.metro-pro-red .entry-title a,

.metro-pro-red .entry-meta a:hover,

.metro-pro-red a:hover {

	color: #222;

}



.metro-pro-red .entry-meta a {

	color: #999;

}



.metro-pro-red .archive-pagination li a:hover,

.metro-pro-red .entry-comments-link a,

.metro-pro-red .entry-comments-link a:hover,

.metro-pro-red .genesis-nav-menu a,

.metro-pro-red .site-footer a,

.metro-pro-red .site-title a,

.metro-pro-red .site-title a:hover,

.metro-pro-red a.social-buttons {

	color: #fff;

}



.metro-pro-red h2 a,

.metro-pro-red h2 a:visited {

	color: #666;

}



.metro-pro-red .archive-pagination li a:hover,

.metro-pro-red .archive-pagination li.active a,

.metro-pro-red .btn:hover,

.metro-pro-red .content .entry-comments-link a,

.metro-pro-red .enews-widget input:hover[type="submit"],

.metro-pro-red .genesis-nav-menu .current-menu-item > a,

.metro-pro-red .genesis-nav-menu a:hover,

.metro-pro-red .sidebar .enews-widget input[type="submit"],

.metro-pro-red .site-title a,

.metro-pro-red a.social-buttons:hover,

.metro-pro-red button:hover,

.metro-pro-red input:hover[type="button"],

.metro-pro-red input:hover[type="reset"],

.metro-pro-red input:hover[type="submit"] {

	background-color: #ef4f4f;

}



.metro-pro-red .entry-comments-link a:hover {

	background-color: #666;

}



.metro-pro-red .sidebar .enews-widget input:hover[type="submit"] {

	background-color: #fff;

}



.metro-pro-red .genesis-nav-menu > .right > a,

.metro-pro-red.header-image .site-title a {

	background: none;

}





/*

Media Queries

---------------------------------------------------------------------------------------------------- */





@media only screen and (max-width: 1139px) {

#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  padding: 1rem 5.5rem!important;
}

	.footer-widgets,

	.site-container,

	.wrap {

		max-width: 960px;

	}

.flexslider .slides img {
  display: none!important;
  max-width: 100%;
}

	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 688px;

	}



	.content {

		width: 580px;

	}



	.site-header .widget-area {

		width:50%;

	}



	.content-sidebar-sidebar .content,

	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content {

		width: 380px;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.home-middle-left,

	.home-middle-right,

	.sidebar-primary,

	.title-area {

		width: 272px;

	}

.home-middle-left {
  width: 550px!important;
}

.ctas {
  width: 25%;
  float: right;
}

}



@media only screen and (max-width: 1023px) {

#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  padding: 1rem 2.5rem!important;

}
.home-middle-left {
  width: 300px !important;
}

	.footer-widgets,

	.site-container,

	.wrap {

		max-width: 772px;

	}
.flexslider .slides img {
  display: none;
  max-width: 100%;
}


	.content-sidebar-sidebar .content-sidebar-wrap,

	.content-sidebar-sidebar .content,

	.content,

	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content,

	.sidebar-primary,

	.sidebar-secondary,

	.sidebar-sidebar-content .content-sidebar-wrap,

	.sidebar-sidebar-content .content,

	.site-header .widget-area,

	.title-area {

		width: 100%;

	}



	.header-image .site-title a {

		float: none;

		margin: 0 auto;

	}



	.entry-footer .entry-meta,

	.sidebar .widget,

	.site-header,

	.entry-comments,

	.comment-respond {

		padding: 0;

	}






	.genesis-nav-menu,

	.site-description,

	.site-footer p,

	.site-header hgroup,

	.site-header .search-form,

	.site-title {

		text-align: center;

	}



	.genesis-nav-menu a {

		padding: 16px;

		padding: 1.6rem;

	}



	.site-header .search-form {

		margin: 16px auto ;

		margin: 1.6rem auto;

		width: 100%;

	}



	.genesis-nav-menu li.alignleft,

	.genesis-nav-menu li.right {

		

	}



	.entry-footer .entry-meta {

		margin: 0;

		padding-top: 12px;

		padding-top: 1.2rem;

	}



	.home-middle-left,

	.home-middle-right {

		width: 332px;

	}



	.sidebar .widget.enews-widget {

		padding: 40px;

		padding: 4rem;

	}



	.footer-widgets-1 {

		margin: 0;

	}



	.site-footer {

		padding: 24px;

		padding: 2.4rem;

	}

.site-header {
  background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll top center;
  padding: 0;
}

.simple-social-icons ul {
	float: none;
	text-align: center;
}

.simple-social-icons ul li {
	display: inline-block;
	float: none !important;
}



.header-image .site-title, .header-image .title-area {
  padding: 0;
  display: none;
}

.full-width-content .content {
  padding: 0px;
  width: 100%;
}
.home .site-header .widget-area .search-form input[type="search"] {
  display: none!important;
}

.site-header .widget {
  margin-bottom: 6px;
  padding-top: 30px;
  word-wrap: break-word;
}

.full-width-content .content {
  padding: 0 10px;
  width: 100%;
}

}



@media only screen and (max-width: 767px) {

.full-width-content .content {
  padding: 0 10px;
  width: 100%;
}


.pick img {
  float: none;
  margin: 0 auto !important;
  text-align: center;
  display: list-item;
}

.site-header ul.genesis-nav-menu {
  display: none;
}

.footer-widgets .enews-widget .widget-title {
  background: none;
}


.site-header .widget {
 
  margin-top: 120px;
  word-wrap: break-word;
}

#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  padding: 1rem 2.5rem!important;

}

.home-bottom .featured-content .entry-content p {
  display: none;
  margin-bottom: 0;
}

.after-entry .wrap {
  background-color: #fff;
  padding: 0;
}

.ctas img {
  margin: 0 0.3% 0.5%;
  width: 48%;
}

	body {

		font-size: 14px;

		font-size: 1.4rem;

	}
.flexslider .slides img {
  display: none;
  max-width: 100%;
}


	.footer-widgets,

	.site-container {

		width: 94%;

	}



	.site-container {

		padding: 20px 5%;

		padding: 2rem 5%;

	}



	.five-sixths,

	.four-sixths,

	.home-middle-left,

	.home-middle-right,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fourths,

	.three-sixths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin: 0;

		width: 100%;

	}



	.genesis-nav-menu a,

	.nav-primary .sub-menu a {

		font-size: 12px;

		font-size: 1.2rem;

		padding: 12px;

		padding: 1.2rem;

	}



	.nav-secondary a,

	.nav-secondary .sub-menu a {

		font-size: 11px;

		font-size: 1.1rem;

		padding: 10px 8px;

		padding: 1rem 0.8rem;

	}



	.genesis-nav-menu .sub-menu .sub-menu {

		margin: -31px 0 0 199px;

	}



	.nav-primary .sub-menu .sub-menu {

		margin: -36px 0 0 199px;

	}



	.entry-title {

		font-size: 30px;

		font-size: 3rem;

	}



	.after-entry .enews-widget input,

	.after-entry .enews-widget input[type="submit"] {

		width: 100%;

		margin-bottom: 10px;

		margin-bottom: 1rem;

	}



	.footer-widgets {

		padding: 20px 5% 0;

		padding: 2rem 5% 0;

	}

.home-bottom .featured-content .entry-content p {
  display: none;
  margin-bottom: 0;
}

.featured-content .entry p, .home-bottom .featured-content {
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.site-header .widget-area {
  border-left: 0 double #fad970;
  float: right;
  margin-top: 0;
  width: 620px;
}

.genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
  width: auto !important;
}

.home-middle-left .entry-title {
  border-top: 0 solid #f6f6f6;
  width: 250px;
}

.after-signup {
  background: #eee !important;
  border: 6px double #fad970 !important;
  color: #666;
  font-family: "Raleway" !important;
  font-size: 14px !important;
  margin: 0 auto !important;
  min-height: 280px !important;
  padding: 20px !important;
  text-align: left;
}

.simple-social-icons {
  float: right;
  overflow: hidden;
  padding-top: 5px;
}

.home .site-header .widget-area .search-form input[type="search"] {
  display: none!important;
}

.site-header .widget-area {
  border-left: 0 double #fad970;
  float: right;
  margin-top: 0;
  width: 100%;
}


.nav-primary {

	  border: 6px double #F9E890;

display:block;
		text-align: center;

}


.full-width-content .content {
  padding: 0 10px !important;
  width: 100%;
}

.ctas {
  float: right;
  width: 100%;
}

.site-header .widget-area {
  height: 220px;
}


}



@media only screen and (max-width: 320px) {

.pick img {
	margin: 0 auto!important;
	float: none;
	text-align: center;
}

.site-header {
  background: url("images/logo2.png") no-repeat top center;
  height: 198px;
  overflow: hidden;
  padding: 0;
}

.site-header .widget {
  margin-top: 120px;
  word-wrap: break-word;
}

.ctas {
  float: right;
  width: 100%;
}

.full-width-content .content {
  padding: 0 10px !important;
  width: 100%;
}

.site-header .widget-area {
  border-left: 0 double #fad970;
  float: right;
  margin-top: 0;
  width: 100%;
}

.genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
  width: auto !important;
}

.home-middle-left .entry-title {
  border-top: 0 solid #f6f6f6;
  width: 250px;
}

.after-signup {
  background: #eee;
  border: 6px double #fad970;
  color: #666;
  font-family: "Raleway";
  font-size: 14px;
  margin: 0 auto;
  min-height: 280px;
  padding: 20px;
  text-align: left;
}

.simple-social-icons {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  width: 305px;
}

.home .site-header .widget-area .search-form input[type="search"] {
  display: none!important;
}




.nav-primary {

	  border: 6px double #F9E890;

display:block;
		text-align: center;

}



.flexslider .slides img {
  display: none;
  max-width: 100%;
}

	.header-image .site-title a {

		background-size: contain !important;

	}


.site-header {
  background: url("images/logo2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  height: 158px;
  overflow: hidden;
  padding: 0;
}

	.site-title {

		font-size: 36px;

		font-size: 3.6rem;

	}



}



.sidebar .featuredpost .post {
	float: left;
	width: 48%;
	margin: 0 2px;


}



.home-top .featuredpost .post  img:hover {

	opacity: .75;

}



.home-top img {

	border: 2px solid #fff;

}


.home-top .widget-title {
  background: url("images/heart.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  color: #4eb8ba;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1.25rem;
  padding-left: 25px;
  text-align: left;
  text-transform: uppercase;
}



.home-top a.alignleft img, .home-top img.alignleft, .home-top .wp-caption.alignleft {

  margin: 0 1rem 1.2rem 1rem;

}

#genesis-responsive-slider {
  background-color: #FFFFFF;
  border: 10px solid #EFE9D9!important;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.footer-widgets-3 .featuredpost .post {
  float: left;
  padding: 0.5rem;
  width: 50%;
  margin-bottom: 0;
}

.footer-widgets-3 .featuredpost .post img {
	width: 100%;
}

.footer-widgets-3 .widget {
  margin-bottom: .6rem;
}

.footer-widgets-3 a.alignleft img, .footer-widgets-3 img.alignleft, .footer-widgets-3 .wp-caption.alignleft {
  margin: 0 2.4rem 0.5rem 0;
}

.side-image img:hover{
	opacity: .75;
}

.ads {
  border-bottom: 1px dotted #F9E890;
  border-top: 1px dotted #F9E890;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1pt;
  line-height: 1;
  margin-bottom: 3.6rem;
  margin-top: 2rem;
  padding-left: 25px;
  padding-top: 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ads a {
	color: #9ac57c;
	text-decoration: none;
}

.ctas img {
  margin: 0 0.3% 0.5%;
}

.ctas {

}

.rssbutton a{
	text-indent: -9999px;
	background: url(images/rss.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
	width: 36px!important;
	height: 36px!important;

}

.rssbutton a:hover{
	text-indent: -9999px;
	background: url(images/rss2.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

#megaMenu .rssbutton img {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
}


.facebookbutton a{
	text-indent: -9999px;
	background: url(images/fb.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.facebookbutton a:hover{
	text-indent: -9999px;
	background: url(images/fb2.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.instabutton a{
	text-indent: -9999px;
	background: url(images/instagram.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.instabutton a:hover{
	text-indent: -9999px;
	background: url(images/instagram2.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.pinbutton a{
	text-indent: -9999px;
	background: url(images/pinterest1.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.pinbutton a:hover{
	text-indent: -9999px;
	background: url(images/pinterest2.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.twitterbutton a{
	text-indent: -9999px;
	background: url(images/twitter.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.twitterbutton a:hover{
	text-indent: -9999px;
	background: url(images/twitter2.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.googlebutton a{
	text-indent: -9999px;
	background: url(images/google.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.googlebutton a:hover{
	text-indent: -9999px;
	background: url(images/google2.png) no-repeat center center;
	padding: 1.6rem 2rem 1.4rem;
}

.footer-widgets .enews-widget {
  background: none repeat scroll 0 0 #FCE4A2;
  color: #666666;
  padding-bottom: 3.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem !important;
}

.footer-widgets .enews-widget .widget-title {
  color: #fff;
  margin-top: -1rem;
  padding-left: 0;
  padding-top: 1rem;
  text-align: center;
}
.footer-widgets .enews-widget input {
  float: left;
  margin: 2% 5%;
  width: 90%;
}

.footer-widgets-4 {
	width: 100%;
}

.search .entry-meta, .category .entry-meta {
	display: none;
}

#genesis-responsive-slider {
  background-color: #FFFFFF;
  border: 0px solid #EEEEEE!important;
  clear: both;
  float: right;
  margin-bottom: 0;
  margin-right: 1rem!important;
  margin-top: -37rem!important;
  padding: 0!important;
  position: relative;
}


.sidebar #genesis-responsive-slider  {
	  margin-top: 1rem!important;
}

.footer-widgets-1 .widget {
	margin-bottom: 2.4rem;
}

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 ;) */

#megaMenu .small a.alignleft img, #megaMenu .small img.alignleft, #megaMenu .small .wp-caption.alignleft {
  margin: 0 2.4rem -1rem 0;
}

#megaMenu .wpmega-nonlink ul li.widget {
  clear: none;
  float: left;
  margin-bottom: 1em;
  margin: 0 4px!important;
}

#megaMenu .watch .wpmega-nonlink ul li.widget {
  clear: none;
  float: left;
  margin-left: -3rem !important;
  width: 200px;
margin-bottom: 0px1important;
}

#megaMenu .signup .wpmega-nonlink ul li.widget {
  clear: none;
  float: right;
  margin-bottom: 1em;
  width: 250px;
}

#megaMenu .signup2 .wpmega-nonlink ul li.widget {
  clear: none;
  float: right;
  margin-bottom: 1em;
  width: 200px;
}

.signup input, select, textarea {
  border: 2px solid #FFFFFF;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.2rem;
  padding: 1rem;
  width: 100%;
}

#megaMenu .wpmega-widgetarea h2.widgettitle {
  font-size: 12px;
  line-height: 1.6em;
  text-align: center;
}

#megaMenu ul ul.sub-menu li.menu-item .wpmega-nonlink a {
  padding: 0;
  font-size: 11px;
}

#megaMenu {
  background-clip: padding-box;
  background-color: #fff!important;
  border: none!important
}

#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  color: #000000;
  text-shadow: none;
  text-transform: uppercase;
}

#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  text-shadow: none;
  text-transform: uppercase;
  color: #666;
}

#megaMenu .ss-colgroup .ss-col, #megaMenu .wpmega-nonlink li.widget, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega.mega-colgroup > ul > li {
  float: left;
  padding-left: 1%!important;
  padding-right: 1%!important;
  margin-top: 1rem!important;
}

#megaMenu .small .wpmega-nonlink ul li.widget {
  clear: none;
  float: left;
  margin-bottom: -8em!important;
  width: 200px;
  margin-left: -3rem!important;
}

#megaMenu .small2 .wpmega-nonlink ul li.widget {
  clear: none;
  float: left;
  margin-bottom: -8em !important;
  margin-left: 1rem !important;
  width: 150px;
}


#megaMenu ul.megaMenu li.menu-item > a span, #megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
  color: inherit;
  font-size: inherit;
  text-align: center;
  font-weight: bold;
}

#megaMenu .small .wpmega-nonlink ul li.widget {
  clear: none;
  float: left;
  margin-bottom: -8em !important;
  margin-left: -8rem !important;
  width: 200px;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a, #megaMenu ul ul.sub-menu li.menu-item a {
  color: #888;
  font-size: 9px!important;
  text-shadow: 0 1px 1px #fff;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: none!important;
  content: "";
  display: inline-block;
  font-size: 0;
  margin-top: -1px;
  padding-top: 1px;
  position: absolute;
  right: 8px;
  top: 50%;
}

#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  color: #666666;
  font-family: 'Raleway' !important;
  font-size: 18px !important;
  font-weight: normal !important;
  padding: 1rem 8rem;
  text-shadow: none;
  text-transform: uppercase;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.widget {
  font-size: 11px;
  min-width: 120px!important;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.widget {
  font-size: 11px;
  min-width: 120px!important;
}

.discover {
	width: 150px;
	float: left;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator, #megaMenu ul ul.sub-menu li.menu-item > a, #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: none!important;
}

#megamenu .search-form input[type="search"] {
  background: url("images/search.png") no-repeat scroll 15px 10px #E6F4F4;
  border: 0 none;
  display: block;
  margin-left: 2rem!important;
}

.home .footer-widgets {
	display: none;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item {
  display: inline-block;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  height: 250px;
}

.menu-icons img{	
	padding: 0 4px;
}

.menu-icons img:hover{	
	opacity: .25;
}

.menu-icons {
	text-align: right;
	width: 100%;
}

#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 0 0 1px;
  display: block;
  float: none;
  padding: 13px 4px 8px!important;
  position: relative;
  z-index: 400;
}

/* Utility Bar
--------------------------------------------- */
 
.utility-bar {
background: url(images/enews-bg.png);
border-bottom: 0px solid #ddd;
color: #ddd;
font-size: 12px;
font-size: 1.2rem;
padding: 10px 0;
padding: 1rem;
}
 
.utility-bar a {
color: #ccff33;
}
 
.utility-bar a:hover {
text-decoration: underline;
}
 
.utility-bar-left,
.utility-bar-right {
width: 100%;
}
 
.utility-bar-left p,
.utility-bar-right p {
margin-bottom: 0;
}
 
.utility-bar-left {
  float: left;
  margin-bottom: -4rem;
}
 
.utility-bar-right {
float: right;
text-align: right;
}
 

#genesis-responsive-slider  li{
	list-style-type: none!important;
padding-left: 0px!important;
}

#genesis-responsive-slider li {
	margin-left: 0px!important;}



.footer-widgets .enews p {
  font-size: 1.5rem;
  text-align: center;
}

.footer-menu  {
	background: #9AC57C;
	color: #fff;
}

.ads-f {
  border-bottom: 1px dotted #F9E890;
  border-top: 1px dotted #F9E890;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1pt;
  line-height: 1;
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ads-f a {
  color: #FFFFFF;
  line-height: 3;
  padding: 2rem 4rem;
  text-decoration: none;
}

.featuredon img {
	margin: 5px;
}
	
.home-middle-right .featured-content .entry-title {
  font-size: 14px;
  height: 30px;
  overflow: hidden;
}

#megaMenu .ss-colgroup-2 > .ss-col, #megaMenu .wpmega-nonlink.ss-colgroup-2 li, #megaMenu ul.megaMenu li.ss-nav-menu-mega.mega-colgroup-2 > ul > li {
  width: 40.2%!important;
}

.full-width-content .content {
  padding: 0 190px;
  width: 100%;
}

.home .content, .page-id-7 .content, .page-id-19 .content   {
	padding: 0px !important;
  	width: 100% !important;
}

.signup {
  border: 6px double #4bbabc;
  margin: 0 auto;
  padding: 30px 30px 30px;
  text-align: center;
}

.signup a {
  background: #9ac57c;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-weight: bold;
  line-height: auto;
  padding: 10px 20px !important;
  text-align: center;
  text-decoration: none;
  text-shadow: none !important;
  display: inline;

}

.signup a:hover {
	background: #46bba7;
}

.signup h1 {
  font-family: "Montserrat",sans-serif;
  font-size: 28px;
  letter-spacing: 1pt;
  line-height: 1;
  padding-left: 30px;
  text-transform: uppercase;
}

.signup h2 {
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  letter-spacing: 1pt;
  line-height: 1.5;
  padding-left: 30px;
 
}

.pick {
  border: 6px double #f9e890;
  min-height: 250px;
  padding: 5px;
}

.signups img:hover {
	opacity: .75;
}

.sidebar .entry-title a {
	font-size: 14px;
color: #666;
text-align: center;!important
font-weight: bold;
font-family: Helvetica;
}

.sidebar .featured-content .entry-title {
  margin-bottom: 0.8rem;
  text-align: center;
  line-height: 16px;
font-weight: bold;
}

.after-signup {
  background: url("http://www.simplyquinoa.com/wp-content/uploads/2014/11/optin2.png") no-repeat scroll center center #eee;
  border-bottom: 6px double #fad970;
  border-top: 6px double #fad970;
  color: #666;
  font-family: "Raleway";
  font-size: 14px;
  margin: 0 auto;
  min-height: 335px;
  padding-left: 310px;
  padding-right: 20px;
  padding-top: 90px;
  text-align: left;
}

.after-signup h1 {
  background: none repeat scroll 0 0 #4eb8ba;
  color: #fff;
  font-family: "Montserrat";
  font-size: 22px;
  text-transform: uppercase;
  padding: 6px;
}

.after-signup h2 {
	font-size: 17px;
	font-family: 'Raleway';

}

.after-signup a {
  background: none repeat scroll 0 0 #4eb8ba;
  color: #fff;
  font-family: "Raleway";
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
}

.after-signup a:hover {
	background: #fad970;
}

.after-signup p {
	padding-right: 100px;
}










.sidebar-signup {
  border: 6px double #f9e890;
  margin: 0 auto;
  padding: 10px 10px 20px 10px;
  text-align: center;
min-height: 180px;
}

.sidebar-signup h1 {
  background: none repeat scroll 0 0 #4eb8ba;
  color: #fff;
  font-family: "Montserrat";
  font-size: 22px;
  text-transform: uppercase;
  padding: 6px;
}

.sidebar-signup h2 {
	font-size: 15px;
	font-family: "Raleway";


}
.sidebar-signup a {
  background: none repeat scroll 0 0 #ef503d;
  color: #fff;
  font-family: "Raleway";
  font-size: 15px;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;

}

.sidebar-signup a:hover {
	background: #4eb8ba;
}

.sidebar-signup p {
	padding-right: 100px;
}

.simple-social-icons {
  float: right;
  overflow: hidden;
  width: 320px;
}