/*
	Theme Name: Ucreate
	Description: This is a custom theme created for the Genesis Framework.
	Author: Emily White Designs
	Author URI: http://www.emilywhitedesigns.com/
	Version: 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.0
 
	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: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: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
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
  
@font-face {
	font-family: 'ThirstyScript';
	src: url('fonts/2B404E_1_0.eot');
	src: url('fonts/2B404E_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2B404E_1_0.woff') format('woff'),
		 url('fonts/2B404E_1_0.ttf') format('truetype');
	font-weight: 700;
} 
  
@font-face {
	font-family: 'ThirstyScript';
	src: url('fonts/2B404E_A_0.eot');
	src: url('fonts/2B404E_A_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2B404E_A_0.woff') format('woff'),
		 url('fonts/2B404E_A_0.ttf') format('truetype');
}

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff url(images/top-dot-bg.png);
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #f75789;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

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: #999;
}

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: #333;
	color: #ddd;
}

.paypal input {width:auto;}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

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;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	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: #f75789;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	padding: 8px 23px 10px;
	padding: .8rem 2.3rem 1rem;
	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: #333;
}

.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 {
	
}

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
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background: #fff;
	clear: both;
	padding-top: 60px;
	padding-top: 6rem;
}

/* 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: 785px;
}

.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: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 335px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.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;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

input[type="search"] {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 11px 0 11px 11px;
	width: 149px;
}

.search-form input[type="submit"] {
	background: url(images/search.png) center center no-repeat;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 39px;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 44px;
}

.sticky {
}

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;
}

.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: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 0;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	text-transform: uppercase;
}

.single-post .entry-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding-left: 95px;
	padding-left: 9.5rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #f75789;
}

.widget-title {
	font-family: 'ThirstyScript', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: -16px 0 24px;
	margin: -1.6rem 0 2.4rem;
	text-align: center;
}

.widget-title span {
	background: #fff;
	padding: 0 10px;
	padding: 0 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 20px 0;
	margin: 2rem 0;
	text-transform: uppercase;
}

.archive-title span {
	color: #f75789;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.sidebar .featured-content .entry {
	height: 125px;
	position: relative;
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
	width: 125px;
}

.sidebar .featured-content .entry:hover .entry-title {
	display: block;
}

.sidebar .featured-content .entry:hover img {
	opacity: .3;
}

.sidebar .featured-content.widget {
	padding: 0 27px 5px;
	padding: 0 2.7rem .5rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.sidebar .featured-content:before,
.sidebar .featured-content:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}

.sidebar .featured-content:after {
	clear: both;
}

.sidebar .featured-content .entry-title {
	border: none;
	display: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-title a {
	border: none;
}

.sidebar .featured-content .entry-title a {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: table-cell;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	height: 125px;
	line-height: 1.3;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	width: 125px;
}

.sidebar .gs-odd {
	float: left;
}

.sidebar .gs-even {
	float: right;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	border: 5px solid #efefef;
	color: #000;
	text-align: center;
}

.before-footer .enews-widget {
	border: none;
}

.enews-widget .widget-title {
	color: #333;
	margin: -18px 0 15px;
	margin: -1.8rem 0 1.5rem;
}

.before-footer .enews-widget .widget-title {
	color: #333;
	font-size: 42px;
	font-size: 4.2rem;
	margin: 0 0 30px;
	margin: 0 0 3rem;
}

.enews-widget .widget-title span {
	background: #fff;
	padding: 0 15px;
	padding: 0 1.5rem;
}

.before-footer .enews-widget .widget-title span {
	background: none;
}

.sidebar .enews-widget p {
	padding: 0 30px;
}

.sidebar .enews-widget form {
	padding: 0 10px 10px;
}

.enews-widget input {
	margin: 0 16px 16px 0;
	margin: 0 1.6rem 1.6rem 0;
	max-width: 253px;
	padding: 11px;
	padding: 1.1rem;
	text-align: center;
	vertical-align: top;
}

.before-footer .enews-widget input {
	font-size: 18px;
	font-size: 1.8rem;
	max-width: 321px;
	padding: 21px;
	padding: 2.1rem ;
	text-align: left;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f75789;
	border: none;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
	max-width: 159px;
	padding: 8px 8px 9px;
	padding: .8rem .8rem .9rem;
	width: 100%;
}

.sidebar .enews-widget input {
	display: block;
	max-width: none;
}

.before-footer .enews-widget input[type="submit"] {
	font-size: 24px;
	font-size: 2.4rem;
	max-width: 196px;
	padding: 18px;
	padding: 1.8rem;
	text-align: center;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* 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 {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

.site-header .wrap {
	left: 0;
	position: absolute;
	padding: 40px 0;
	padding: 4rem 0;
	top: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Montserrat', sans-serif;
	height: 239px;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	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 .inner-wrap {
	background: #fff;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
	padding: 13px 0 0;
	margin: 0;
	min-height: 283px;
	position: absolute;
	width: 236px;
}

.header-image .site-header .inner-wrap:after {
	background: #fff url(images/ribbon.png) no-repeat;
	content: "";
	position: absolute;
	bottom: -45px;
	right: -10px;
	height: 51px;
	width: 253px;
}

.header-image .site-title a {
	background: url(images/logo.png) center center no-repeat;
	min-height: 239px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	clear: both;
	border-top: 1px solid #999;
	float: none;
	margin: 5px auto 0;
	text-align: center;
}

.header-image .site-header .widget-area {
	padding: 8px 0;
	padding: .8rem 0;
	width: 195px;
}

.site-header .search-form {
	border: 1px solid #000;
	margin-top: 5px;
	margin-top: .5rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 13px 16px 12px;
	padding: 1.3rem 1.6rem 1.2rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	opacity: 0;
	padding-bottom: 5px;
	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: 163px;
	z-index: 99;
}

.genesis-nav-menu .menu-crafts .sub-menu,
.genesis-nav-menu .menu-crafts .sub-menu a {
	width: 105px;
}

.genesis-nav-menu .menu-kids-crafts .sub-menu,
.genesis-nav-menu .menu-kids-crafts .sub-menu a {
	width: 153px;
}

.genesis-nav-menu .menu-holidays .sub-menu,
.genesis-nav-menu .menu-holidays .sub-menu a {
	width: 127px;
}

.genesis-nav-menu .menu-recipes .sub-menu,
.genesis-nav-menu .menu-recipes .sub-menu a {
	width: 111px;
}

.genesis-nav-menu .menu-parties .sub-menu,
.genesis-nav-menu .menu-parties .sub-menu a {
	width: 110px;
}

.genesis-nav-menu .menu-printables .sub-menu,
.genesis-nav-menu .menu-printables .sub-menu a {
	width: 149px;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	color: #000;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	position: relative;
	text-transform: capitalize;
	width: 163px;
}

.genesis-nav-menu .sub-menu .menu-item:hover a {
	color: #f75789;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu > .menu-item:hover > a {
	color: #f75789;
}

.nav-primary .genesis-nav-menu > .menu-item:hover > a {
	background: #fff;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
	color: #f75789;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	box-shadow:  0 -9px 0px 0px white, 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
	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;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

.home .site-header .genesis-nav-menu a {
	padding: 5px 16px;
	padding: .5rem 1.6rem;
}

.site-header .genesis-nav-menu a {
	color: #333;
	padding: 8px 16px 7px;
	padding: .8rem 1.6rem .7rem;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f75789;
	text-align: right;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #efefef;
}

.hbg-home .nav-secondary {
	display: none;
}

.hbg-home.paged .nav-secondary {
	display: block;
}

.nav-secondary .wrap {
	padding-left: 277px;
	padding-left: 27.7rem;
}

.nav-secondary .genesis-nav-menu {
	float: left;
	width: auto;
}

.nav-secondary .genesis-nav-menu a {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 13px 10px 12px;
	padding: 1.3rem 1rem 1.2rem;
}

.subnav-extras {
	float: right;
	padding-top: 9px;
	width: 438px;
}

.subnav-extras .menu-social-container {
	margin: 0;
}

.subnav-extras .menu-social-container {
	float: left;
}

.subnav-extras .search-form {
	background: #fff;
	border: 1px solid #999;
	float: right;
}

.subnav-extras input[type="search"] {
	padding: 3px 0 4px 11px;
	width: 181px;
}

.subnav-extras .search-form input[type="submit"] {
	height: 30px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 14px;
	text-align: center;
}

/* Social Navigation
--------------------------------------------- */

#menu-social,
.menu-social-container {
	text-align: center;
	margin: 20px 0;
	margin: 2rem 0;
	width: auto;
}

#menu-social li,
.menu-social-container li {
	display: inline-block;
	margin: 0;
}

#menu-social li:first-child,
.menu-social-container li:first-child {
	margin-left: 0;
}

#menu-social a,
.menu-social-container li:last-child {
	margin-right: 0;
}

#menu-social a,
.menu-social-container a {
	border: none;
	display: inline-block;
	height: 28px;
	line-height: 1;
	padding: 0;
	text-indent: -9999px;
	width: 28px;
	vertical-align: top;
}

#menu-social .pinterest,
.menu-social-container .pinterest {
	background: url(images/social-small.png) -7px -6px no-repeat;
}

#menu-social .facebook,
.menu-social-container .facebook {
	background: url(images/social-small.png) -39px -6px no-repeat;
}

#menu-social .instagram,
.menu-social-container .instagram {
	background: url(images/social-small.png) -72px -6px no-repeat;
}

#menu-social .gplus,
.menu-social-container .gplus {
	background: url(images/social-small.png) -104px -6px no-repeat;
}

#menu-social .twitter,
.menu-social-container .twitter {
	background: url(images/social-small.png) -136px -6px no-repeat;
}

#menu-social .social-rss,
.menu-social-container .social-rss {
	background: url(images/social-small.png) -168px -6px no-repeat;
}

#menu-social .pinterest:hover,
.menu-social-container .pinterest:hover {
	background: url(images/social-small.png) -7px -39px no-repeat;
}

#menu-social .facebook:hover,
.menu-social-container .facebook:hover {
	background: url(images/social-small.png) -39px -39px no-repeat;
}

#menu-social .instagram:hover,
.menu-social-container .instagram:hover {
	background: url(images/social-small.png) -72px -39px no-repeat;
}

#menu-social .gplus:hover,
.menu-social-container .gplus:hover {
	background: url(images/social-small.png) -104px -39px no-repeat;
}

#menu-social .twitter:hover,
.menu-social-container .twitter:hover {
	background: url(images/social-small.png) -136px -39px no-repeat;
}

#menu-social .social-rss:hover,
.menu-social-container .social-rss:hover {
	background: url(images/social-small.png) -168px -39px no-repeat;
}

.before-footer .menu-social-container {
	text-align: center;
	margin: 20px 0 0;
	margin: 2rem 0 0;
	width: auto;
}

.before-footer .menu-social-container li {
	display: inline-block;
	margin: 0 8px;
	margin: 0 .8rem;
}

.before-footer .menu-social-container li:first-child {
	margin-left: 0;
}

.before-footer .menu-social-container li:last-child {
	margin-right: 0;
}

.before-footer .menu-social-container a {
	border: none;
	display: inline-block;
	height: 61px;
	line-height: 1;
	padding: 0;
	text-indent: -9999px;
	width: 61px;
	vertical-align: top;
}

.before-footer .menu-social-container .pinterest {
	background: url(images/social-large.png) -9px -9px no-repeat;
}

.before-footer .menu-social-container .facebook {
	background: url(images/social-large.png) -93px -9px no-repeat;
}

.before-footer .menu-social-container .instagram {
	background: url(images/social-large.png) -178px -9px no-repeat;
}

.before-footer .menu-social-container .gplus {
	background: url(images/social-large.png) -262px -9px no-repeat;
}

.before-footer .menu-social-container .twitter {
	background: url(images/social-large.png) -346px -9px no-repeat;
}

.before-footer .menu-social-container .social-rss {
	background: url(images/social-large.png) -430px -9px no-repeat;
}

.before-footer .menu-social-container .pinterest:hover {
	background: url(images/social-large.png) -9px -81px no-repeat;
}

.before-footer .menu-social-container .facebook:hover {
	background: url(images/social-large.png) -93px -81px no-repeat;
}

.before-footer .menu-social-container .instagram:hover {
	background: url(images/social-large.png) -178px -81px no-repeat;
}

.before-footer .menu-social-container .gplus:hover {
	background: url(images/social-large.png) -262px -81px no-repeat;
}

.before-footer .menu-social-container .twitter:hover {
	background: url(images/social-large.png) -346px -81px no-repeat;
}

.before-footer .menu-social-container .social-rss:hover {
	background: url(images/social-large.png) -430px -81px no-repeat;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;
}

.single-post .entry-header {
	min-height: 74px;
}

.entry-content a:hover {
	color: #333;
}

.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 {
	border: 1px solid #999;
  	max-width: 200px;
}

.entry-meta {
	background: #0eada9;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	height: 74px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 74px;
}

.entry-meta .date.published {
	display: table-cell;
	height: 74px;
	text-align: center;
	vertical-align: middle;
	width: 74px;
}

.entry-meta .day {
	font-size: 28px;
	font-size: 2.8rem;
}

.entry-meta span {
	display: block;
	text-align: center;
}

.entry-meta a {
	
}

.entry-header .entry-meta {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

article {
	position: relative;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination {
	border-top: 5px solid #efefef;
	border-bottom: 5px solid #efefef;
	text-align: center;
	padding: 10px 0;
	padding: 1rem 0;
	max-width: 785px;
}

.hbg-home .archive-pagination {
	max-width: none;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #f75789;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	padding: 8px 9px;
	padding: 0.8rem .9rem;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #333;
}

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	color: #f75789;
}

.archive-pagination .pagination-next a:hover,
.archive-pagination .pagination-previous a:hover {
	color: #333;
}

.entry-pagination a {
	
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
}

.entry-comments {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;
	padding: 0;
}

.comment-respond,
.entry-pings {
	padding: 0 0 16px;
	padding: 0 0 1.6rem;
}

.comment-respond a,
.entry-comments a {
	
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #f75789;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 0;
}

.entry-comments h3,
.comment-respond h3 {
	color: #000;
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	color: #999;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 30px;
	margin-top: 3rem;
	padding: 0 0 20px 0;
	padding: 0 0 2rem 0;
}

.comment-list li li {
	padding: 0 0 0 40px;
	padding: 0 0 0 4rem;
}

.comment-list li li article {
	border-left: 5px solid #efefef;
	padding: 0 20px 0 30px;
	padding: 0 2rem 0 3rem;
}

li.comment.depth-1 {
	background: url(images/dot-divider.png) bottom repeat-x;
	padding-bottom: 50px;
	padding-bottom: 5rem;
}

.comment .avatar {
	border-radius: 50px;
	margin: 0 15px 15px 0;
	margin: 0 1.5rem 1.5rem 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;
}

.comment-reply {
	text-align: right;
}

.comment-list li.byuser > article {
	background: #efefef;
	border: none;
	padding: 35px 40px 30px 40px;
	padding: 3.5rem 4rem 3rem 4rem;
}

.comment-reply-link {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
}

p.comment-meta {
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.35;
}

p.comment-meta a {
	color: #999;
}

.says {
	color: #f75789;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #000;
}

.sidebar a {
	
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border: 5px solid #efefef;
	border-radius: 0;
	clear: both;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0 20px 20px;
	padding: 0 2rem 2rem;
}

.sidebar .widget.widget_text {
	border: none;
}

.sidebar .widget.widget_text:first-of-type {
	border: 5px solid #efefef;
}

.sidebar .before-sidebar .widget.widget_text {
	border: none;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.creds {
	float: right;
	position: relative;
	top: 5px;
}

.site-footer .top {
	background: url(images/back-to-top.png) right top no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 25px;
	padding-right: 2.5rem;
}

/*
UCreate Custom
---------------------------------------------------------------------------------------------------- */

.header-image .site-header .header-ad.widget-area {
	border: none;
	float: right;
	margin: 0;
	min-height: 176px;
	padding: 43px 0 34px 236px;
	width: 100%;
}

.header-ad img {
	display: block;
	margin: 0 auto;
}

.home .site-inner {
	padding-top: 40px;
	padding-top: 4rem;
}

.hbg-home.paged .site-inner {
	padding-top: 80px;
}

.after-entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.adjacent-entry-navigation {
	background: #efefef;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px;
	padding: 2rem;
	text-align: center;
	text-transform: uppercase;
}

.adjacent-entry-navigation a {
	color: #f75789;
}

.before-footer {
	background: url(images/bottom-dot-bg.png);
	border-top: 1px solid #ccc;
	padding: 90px 0;
	padding: 9rem 0;
}

.welcome {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.285;
}

.kari {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.kari img {
	float: left;
	margin: 15px 15px 15px 0;
	margin: 1.5rem 1.5rem 1.5rem 0;
}

.becky img {
	float: right;
	margin: 15px 0 15px 15px;
	margin: 1.5rem 0 1.5rem 1.5rem;
}

.home-carousel {
	border: 5px solid #efefef;
	float: right;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 0 30px 65px;
	padding: 0 3rem 6.5rem;
	width: 925px;
}

.home-carousel .soliloquy-container .soliloquy-pager-link {
	background: url(images/carousel-nav.png) -23px 0 no-repeat;
	height: 17px;
	width: 17px;
}

.home-carousel .soliloquy-container .soliloquy-pager-link.active,
.home-carousel .soliloquy-container .soliloquy-pager-link:hover {
	background: url(images/carousel-nav.png) 0 0 no-repeat;
}

.home-carousel a {
	webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.home-carousel .soliloquy-container .soliloquy-pager {
	bottom: -45px;
	height: 17px;
}

.home-carousel .widget-title {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-content-ad {
	text-align: center;
	margin-bottom: 34px;
	margin-bottom: 3.4rem;
	max-width: 785px;
}

.inner-page.header-widget-area {
	display: none;
} 

.content .nrelate {
	border: 5px solid #efefef;
	color: #000;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	text-align: center;
}

.content .nrelate .nr_title {
	font-family: 'ThirstyScript', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: -16px 0 24px;
	margin: -1.6rem 0 2.4rem;
	text-align: center;
}

.content .nrelate .nr_title span {
	background: #fff;
	padding: 0 15px;
	padding: 0 1.5rem;
}

.content .nr_text {
	color: #333;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 5px;
	text-transform: uppercase;
}

.content .nr_panel {
	display: inline-block;
	float: none;
	line-height: 1.4;
	margin: 0 5px 10px;
	vertical-align: top;
	width: 130px;
}

.content .nr_img {
	border-radius: 70px;
}

.after-entry .enews-widget {
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.after-entry .enews-widget p {
	margin-bottom: 15px;
}

.widget_wpinstagram-widget {
	max-width: 335px;
}

.widget_wpinstagram-widget .widget-title {
	background: #fff;
}

.ads.skyscrapers {
	width: 335px;
	overflow: hidden;
	margin-left: -20px;
}

.home-after-pagination {
	background: #fff;
	padding-bottom: 40px;
	text-align: center;
}

.home-after-pagination .widget {
	display: inline-block;
	max-width: 728px;
}

.content div.easyrecipe {
	background: #fff;
	border: 1px dashed #666;
	color: #434343;
	clear: both;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 30px 0;
	overflow: hidden;
	padding: 40px;
	position: relative;
	text-align: left;
}

.content .easyrecipe .ERSName {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
}

.content .easyrecipe .ERSDetails {
	font-style: italic;
	margin-bottom: 10px;
}

.content .easyrecipe .divERSHeadItems {
	font-style: italic;
}

.content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.content .easyrecipe div .ERSNotesHeader,
.content .easyrecipe .nutrition .ERSNutritionHeader {
	font-weight: 400;
	font-size: 24px;
}

.content div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.content div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #f75789;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

a.ERSPrintBtn.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary:hover {
	background: #333;
}

.content .easyrecipe .ERSInstructions li.instruction,
.content .easyrecipe .ERSIngredients li.ingredient {
	line-height: 2;
}

.content div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	display: none;
}

.content .easyrecipe .ui-button .ui-button-text {
	position: relative;
	padding: .4em 1em .4em 1em;
}

.content .easyrecipe .ui-button .ui-button-text:before {
	content: "\f02f";
	font-family: FontAwesome;
	margin-right: 15px;
}


/* Masonry on layout
--------------------------------------------- */

.hbg-masonry .content .entry {
	background: url(images/dot-divider.png) left bottom repeat-x;
	border-radius: 0;
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
	width: 371px; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	overflow: hidden;
	padding: 0 0 49px;
}

.hbg-masonry .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	word-wrap: break-word;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-header {
		max-width: 960px;
	}

	.header-image .site-header .inner-wrap {
		min-height: 287px;
	}

	.header-image .site-header .header-ad.widget-area {
		max-width: 930px;
	}

	.wrap {
		margin: 0 auto;
		max-width: 960px;
	}

	.site-inner {
		padding-top: 70px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 580px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.subnav-extras .menu-social-container {
		display: none;
	}

	.menu-primary {
		float: right;
		max-width: 724px;
		text-align: center;
		width: 100%;
	}

	.nav-secondary .genesis-nav-menu {
		float: left;
	}

	.nav-secondary .wrap {
		padding-left: 245px;
	}

	.hbg-masonry .content .entry {
		width: 270px;
	}

	.inner-page.header-widget-area {
		display: block;
	}

	.inner-page.header-widget-area .search-form {
		display: none;
	}

	.subnav-extras {
		width: auto;
	}

	.home-carousel {
		max-width: 700px;
	}

}

@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,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.content {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .header-ad.widget-area {
		max-width: 835px;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.header-image .site-header .inner-wrap {
		min-height: 314px;
	}

	.site-header,
	.site-inner,
	.before-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.menu-primary,
	.nav-secondary .genesis-nav-menu {
		float: right;
		max-width: 624px;
		width: 100%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget {
		padding: 0;
	}

	.sidebar .widget_wpinstagram-widget {
		padding: 0 20px 20px;
	}

	.ads.skyscrapers {
		margin-left: 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 {

	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.site-inner {
		padding-top: 120px;
	}

	.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 5%;
		padding: 2.4rem 5%;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.hbg-masonry .content .entry {
		max-width: 30%;
	}

	.welcome {
		overflow: hidden;
		padding: 0 20px 20px;
		padding: 0 2rem 2rem;
	}

	.inner-page.header-widget-area .search-form {
		display: block;
	}

	.subnav-extras .search-form {
		display: none;
	}

	.inner-page.header-widget-area .search-form input[type="search"] {
		padding: 6px 0 7px 11px;
		vertical-align: top;
	}

	.inner-page.header-widget-area .search-form input[type="submit"] {
		height: 32px;
	}

	.nav-secondary .wrap {
		padding-left: 0;
	}

	.sidebar .featured-content.widget {
		text-align: center;
	}

	.sidebar .featured-content .entry.gs-odd,
	.sidebar .featured-content .entry.gs-even {
		display: inline-block;
		float: none;
		margin: 10px;
	}

	.home-carousel {
		max-width: 575px;
	}

	.hbg-home.paged .site-inner {
		padding-top: 130px;
	}

}

@media only screen and (max-width: 885px) {

	.hbg-masonry .content .entry {
		max-width: 28%;
	}

}

@media only screen and (max-width: 905px) {

	.hbg-home.paged .site-inner {
		padding-top: 30px;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu li a {
		border: none;
		display: block;
		padding: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-open > a {
		color: #f75789;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background: #fff;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li {
		background: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: #fff;
		padding: 15px 20px;
		position: relative;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.genesis-nav-menu.responsive-menu > .menu-item.menu-open,
	.genesis-nav-menu.responsive-menu > .menu-item:hover {
		background: #fff;
	}

	.genesis-nav-menu.responsive-menu > .menu-item:hover:before {
		color: #f75789;
	}

	.genesis-nav-menu.responsive-menu > .current-menu-item.menu-open > a {
		color: #f75789;
	}

	.nav-primary .genesis-nav-menu > .menu-item:hover > a {
		box-shadow: none;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
		font-size: 40px;
	}

	.menu-primary {
		max-width: none;
	}

	body {
		background-image: none;
	}

	.header-image .site-header .header-ad.widget-area {
		float: none;
		max-width: none;
		min-height: 0;
		padding: 20px 0 10px;
		text-align: center;
	}

	.header-image .site-header .inner-wrap {
		background: #fff;
		box-shadow: none;
		min-height: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}

	.header-ad img {
		margin: 0 auto;
	}

	.header-image .site-header .inner-wrap:after {
		display: none;
	}

	.nav-secondary .genesis-nav-menu {
		max-width: none;
	}

	.site-inner {
		padding-top: 40px;
	}

	.site-footer {
		text-align: center;
	}

	.creds {
		float: none;
	}

	.home-carousel {
		margin-bottom: 40px;
		max-width: 100%;
	}

	#menu-header {
		display: none;
	}

	.hbg-home .nav-secondary,
	.nav-secondary {
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.site-header {
		padding-top: 20px;
	}

	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
	}

}

@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%;
	}

	.hbg-masonry .content .entry {
		max-width: 45%;
	}

	.before-footer .enews-widget {
		margin-bottom: 40px;
	}

	.before-footer #subscribe {
		margin: 0 auto;
		max-width: 321px;
	}

	.before-footer .enews-widget input {
		max-width: none;
		margin-right: 0;
	}

	.before-footer .enews-widget input[type="submit"] {
		max-width: none;
	}

}

@media only screen and (max-width: 583px) {

	.home-carousel {
		padding-bottom: 30px;
	}

}

@media only screen and (max-width: 479px) {

	.sidebar .widget_wpinstagram-widget {
		border: none;
		padding: 0;
	}

	.hbg-masonry .content .entry {
		max-width: none;
		width: 100%;
	}

	.before-footer {
		background: #efefef;
		padding: 40px 5% 5px;
	}

	.sidebar .featured-content.widget {
		padding: 0 0 5px;
		padding: 0 0 .5rem;
	}

	.sidebar .featured-content.widget img.alignnone {
		margin-bottom: 0;
	}

	.sidebar .featured-content .entry.gs-odd,
	.sidebar .featured-content .entry.gs-even {
		margin: 5px;
	}

	.site-header {
		padding-top: 20px;
	}

	.nav-secondary .genesis-nav-menu a {
		font-size: 10px;
		padding: 13px 6px 12px;
	}

	.single-post .entry-title,
	.page .entry-title,
	.entry-comments h3,
	.comment-respond h3 {
		font-size: 28px;
		font-size: 2.8rem;
		padding: 0;
	}

	.entry-header .entry-meta {
		color: #999;
		background: none;
		height: auto;
		margin-bottom: 10px;
		margin-bottom: 1rem;
		position: relative;
		width: auto;
	}

	.entry-meta span {
		display: inline;
	}

	.entry-meta .date.published {
		height: auto;
		width: auto;
	}

	.sidebar .widget.enews-widget {
		display: none;
	}

	.home-carousel .widget-title {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 15px;
		margin-bottom: 1.5rem
	}

	.home-carousel {
		padding: 0 15px 20px;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		display: block;
		margin-right: 0;
		max-width: none;
		width: 100%;
	}

	.after-entry .enews-widget {
		padding: 0 15px 15px;
	}

	.after-entry .enews-widget .widget-title {
		font-size: 25px;
		font-size: 2.5rem;
	}

	.before-footer .enews-widget .widget-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.before-footer .menu-social-container {
	text-align: center;
	margin: 20px 0;
	margin: 2rem 0;
	width: auto;
}

.before-footer .menu-social-container li {
	display: inline-block;
	margin: 0;
}

.before-footer .menu-social-container a {
	border: none;
	display: inline-block;
	height: 28px;
	line-height: 1;
	padding: 0;
	text-indent: -9999px;
	width: 28px;
	vertical-align: top;
}

.before-footer .menu-social-container .pinterest {
	background: url(images/social-small.png) -7px -6px no-repeat;
}

.before-footer .menu-social-container .facebook {
	background: url(images/social-small.png) -39px -6px no-repeat;
}

.before-footer .menu-social-container .instagram {
	background: url(images/social-small.png) -72px -6px no-repeat;
}

.before-footer .menu-social-container .gplus {
	background: url(images/social-small.png) -104px -6px no-repeat;
}

.before-footer .menu-social-container .twitter {
	background: url(images/social-small.png) -136px -6px no-repeat;
}

.before-footer .menu-social-container .social-rss {
	background: url(images/social-small.png) -168px -6px no-repeat;
}

.before-footer .menu-social-container .pinterest:hover {
	background: url(images/social-small.png) -7px -39px no-repeat;
}

.before-footer .menu-social-container .facebook:hover {
	background: url(images/social-small.png) -39px -39px no-repeat;
}

.before-footer .menu-social-container .instagram:hover {
	background: url(images/social-small.png) -72px -39px no-repeat;
}

.before-footer .menu-social-container .gplus:hover {
	background: url(images/social-small.png) -104px -39px no-repeat;
}

.before-footer .menu-social-container .twitter:hover {
	background: url(images/social-small.png) -136px -39px no-repeat;
}

.before-footer .menu-social-container .social-rss:hover {
	background: url(images/social-small.png) -168px -39px no-repeat;
}

}