/*
	Theme Name: EighteenTwenty Theme
	Theme URI: http://www.melissarosedesign.com
	Description: A custom design for the Genesis framework.
	Author: Melissa Rose Design
	Author URI: http://www.melissarosedesign.com
	Version: 1.0.0

	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
		- After Entry
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Simple Social Icons
		- Simply Instagram
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Easy Recipe
	- Site Header
		- Widget Above Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Recipe Index
		- Custom Archives
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Widget Before Footer
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- eighteentwenty Pale Blue
		- eighteentwenty Cotton Candy
		- eighteentwenty Fruity Orange
		- eighteentwenty Lemonade
		- Diving Classic Black
		- eighteentwenty Custom
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Domine);


/*
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 solid}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px solid}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:#555}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 {
    color: #777;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.8;
}

a,
button,
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: #555;
	color: #fff;
}

::selection {
	background-color: #555;
	color: #fff;
}

a {
	color: #ee4b9a;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #ee4b9a;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'EB Garamond', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	border: none !important;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
	color: #555;
	font-size: 14px;
	padding: 16px;
	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: #83cbc5;
    border: medium none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: montserrat,sans-serif;
    padding: 6px 18px;
    text-transform: lowercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #DDD;
	border: none;
	color: #fff;
	text-decoration: none;
}

.button {
	display: block;
	text-align: center;
}

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;
	width: 100%;
}

tbody {
	border-bottom: double #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #f4f4f4;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background: #fff;
	margin: 15px auto 15px;
	max-width: 1065px;
	padding: 40px;
}

.eighteentwenty-landing .site-container {
	max-width: 800px;
}

.site-inner {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	background-color: #fff;
	box-shadow: 0 0 0 1px #fff;
	clear: both;
	margin: 30px auto;
	padding: 5px 0;
}

.eighteentwenty-home .site-inner {
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 630px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Sidebar Welcome */

.sidebar-primary .user-profile{
	
}

.sidebar-primary .user-profile .widget-title{
	padding-bottom: 0;
	margin-bottom: 0;
	display: inline-block;
	float: right;
	color: #fff;
	background-color: #9bd5d1;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	padding: 4px 8px;
	margin-right: 15px;
	margin-bottom: -15px;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
	position:relative;
	top: -30px;
}

.sidebar-primary .user-profile .widget-title:after{
	display: none;
}

.sidebar-primary .user-profile p{
	margin-bottom: 16px;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}

.sidebar-primary .user-profile .pagelink{
	text-transform: uppercase;
	color: #ee4c9b;
	font-family: 'Montserrat';
}

/* Author Box */
.ts-fab-text h4 {
    clear: none;
    font-family: montserrat,sans-serif;
    font-size: 17px;
    line-height: 1 !important;
    margin: 0 0 0.2em !important;
    padding: 0;
    text-transform: none;
}

/* Sidebar Social Icons */

.sidebar-primary .simple-social-icons:before{ content: '.'; position: absolute; top: -25px; left: -1px; font-size: 20px }
.sidebar-primary .simple-social-icons:after{ content: '.'; position: absolute; bottom: -13px; left: -1px; font-size: 20px }
.sidebar-primary .simple-social-icons .widget-wrap:before{ content: '.'; position: absolute; top: -40px; right: -1px; font-size: 20px }
.sidebar-primary .simple-social-icons .widget-wrap:after{ content: '.'; position: absolute; bottom: -28px; right: -1px; font-size: 20px }

.sidebar-primary .simple-social-icons {
	background: url('images/sidebar-social-border.png') top center no-repeat, 
	url('images/sidebar-social-border.png') bottom center no-repeat;
	padding: 15px 0 !important;
	margin: 10px 0 30px !important;
	border-top: 1px solid #d5d5d6;
	border-bottom: 1px solid #d5d5d6;
	overflow: visible;
	position:relative;
}

.sidebar-primary .simple-social-icons .widget-wrap{
	position: relative;
}

.sidebar-primary .simple-social-icons ul:before {
	content: 'FOLLOW ALONG';
	float: left;
	font-size: 12px;
	font-family: Domine;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 700;
	text-transform: lowercase;
	margin-right: 19px;
}
.sidebar-primary .simple-social-icons ul {
	float: none;
}
.sidebar-primary .simple-social-icons ul li {
	margin: 0 !important;
	outline: 0;
	float: none;
	display: inline-block;
}
.sidebar-primary .simple-social-icons ul li a,
.sidebar-primary .simple-social-icons ul li a:hover {
	padding: 6px 7px;
	border-radius: 50%;
	background-color: transparent !important;
	font-size: 17px;
	transition: all .3s ease;
}
.sidebar-primary .simple-social-icons ul li a:hover {
	opacity: .5;
}
.sidebar-primary .simple-social-icons ul li.social-facebook a {
	color: #ee4c9b !important;
}

.sidebar-primary .simple-social-icons ul li.social-twitter a {
	color: #5abe81 !important;
}

.sidebar-primary .simple-social-icons ul li.social-pinterest a {
	color: #f3c450 !important;
}

.sidebar-primary .simple-social-icons ul li.social-instagram a {
	color: #f58d89 !important;
}

.sidebar-primary .simple-social-icons ul li.social-gplus a {
	color: #f27bb5 !important;
}

.sidebar-primary .simple-social-icons ul li.social-bloglovin a {
	color: #5abe81 !important;
}

/* 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;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	padding: 13px 30px 13px 13px;
	text-transform: uppercase;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: 0 0 30px;
}

.eighteentwenty-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background: #f9f9f9;
}

.author-box-title {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 15px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

.widget-area li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


/* Titles
--------------------------------------------- */

.entry-title,
.page-title {
	text-transform: none;
	font-size: 23px !important;
	line-height: 1.2;
	margin-bottom: 25px;
	text-align: left;
	color: #58595b;
	font-family: 'Montserrat', sans-serif;
}

.entry-title a{
	color: #58595b;
}

.sidebar .widget-title{
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 15px;
	text-align: right;
}

.sidebar .widget-title:after{
	position: absolute;
	bottom: 0; right: 0;
	width: 298px; height: 26px;
	background: url(images/widget-title.png) no-repeat top left / 298px 26px;
	content: '';
}

.sidebar .widget-title a {
	color: #ee4b9a;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #ee4b9a;
	text-decoration: none;
}

.archive-title,
.widget-title {
	font-family: 'EB Garamond';
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 0 0 7px;
	text-align: center;
	text-transform: lowercase;
}
.archive-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 0 0 7px;
	text-align: center;
	text-transform: uppercase;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

/* User Profile
--------------------------------------------- */

.user-profile .avatar-45  {
	border: 3px solid #fff;
	border-radius: 45px;
	margin-right: 10px;
}

.user-profile .avatar-65  {
	border: 3px solid #fff;
	border-radius: 65px;
	margin-right: 10px;
}

.user-profile .avatar-85  {
	border: 3px solid #fff;
	border-radius: 85px;
	margin-right: 10px;
}

.user-profile .avatar-125  {
	border: 3px solid #fff;
	border-radius: 125px;
	margin-right: 10px;
}


.user-profile .avatar-165  {
	border: 3px solid #fff;
	border-radius: 165px;
	margin-right: 10px;
}

.user-profile {
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.single .featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 13px;
	margin-bottom: 10px;
}

.sidebar .featured-content .entry-title {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 5px;
	text-align: left;
}
.home-bottom .featured-content .entry-meta,
.featured-content .entry-meta,
.single .content .entry-meta {
	color: #777;
	font-family: 'Montserrat', serif;
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
}

.home-bottom .featured-content .entry-meta a,
.featured-content .entry-meta a,
.single .content .entry-meta a {
	color: #8bcec9;
	font-style: normal;
}

.sidebar .featured-content .entry-time,
.footer-widgets .featured-content .entry-time,
.sidebar .entry-categories a,
.footer-widgets .entry-categories a {
	text-transform: uppercase;
}

.home-top .featured-content .entry-title {
	font-size: 23px;
}

.eighteentwenty-home .home-middle .featured-content .entry,
.eighteentwenty-home .home-bottom .featured-content .entry {
	margin-bottom: 0px;
}

.eighteentwenty-home .home-bottom .more-from-category,
.eighteentwenty-home .home-bottom .featured-content .more-from-category{
	text-align: right;
	border: 0;
	background-color: #f3f2f2;
	display: block;
	clear: both;
	max-height: 31px;
}

.eighteentwenty-home .home-bottom .more-from-category a,
.eighteentwenty-home .home-bottom .more-from-category a:hover,
.eighteentwenty-home .home-bottom .featured-content .more-from-category a{
	display: inline-block;
	max-width: 100%;
	background-color: #e6f4f3;
	color: #8cc4bd;
	margin-top: 0;
	padding: 5px 20px;
	font-size: 12px;
	font-weight: 700;
	font-family: Montserrat;
	border: 0;
	position: relative;
}

.eighteentwenty-home .home-bottom .more-from-category a:after,
.eighteentwenty-home .home-bottom .featured-content .more-from-category a:after{
	width: 0; 
	height: 0; 
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 20px solid #e6f4f3;
	position:absolute;
	background-color:white;
	right: 0;
	top: 0;
	content: '';
}

.sidebar .featured-content .entry-title a {
	text-align: center;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-top: 40px;
}

.after-entry .enews-widget {
	background: #f9f9f9;
	padding: 40px !important;
}

.after-entry .widget {
	padding: 20px 0px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: lowercase;
	text-align: center;
	padding: 6px 10px;
	font-family: 'EB Garamond';
}

.enews-widget input[type="submit"] {
	background-color: #ee4b9a;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #DDD;
	color: #333;
}

.sidebar .enews-widget.widget:before{
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 50px;
	background: #f3c450 url(images/widget-subscribe.png) no-repeat center / 13px 26px;
	border-radius: 100%;
}

.sidebar .enews-widget.widget {
	position: relative;
	background: #f3c450;
	padding: 30px 20px 20px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
}

.sidebar .enews-widget.widget p{
	color: #fff;
	font-family: Times;
	font-size: 13px;
	font-style: italic;
	line-height: 13px;
}

.sidebar .enews-widget .widget-title{
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 5px;
	color: #fff;
	font-family: 'EB Garamond';
	font-size: 21px;
}

.sidebar .enews-widget .widget-title::after{
	background: none;
}

.sidebar .enews-widget input{
	padding: 10px 15px;
}

.sidebar .enews-widget #subbutton{
	color: #fff;
	font-family: Domine;
	font-size: 14px;
	font-weight: 700;
	text-transform: lowercase;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 150px;
	padding: 0 0 0px;
	width: 100%;
}

/* Widget Above Header
--------------------------------------------- */

.widget-above-header {
	background: #f9f9f9;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.widget-above-header .wrap {
	margin: 0 auto;
	padding: 10px 0;
	width: 1240px;
}

.widget-above-header .enews-widget input {
	float: left;
	margin: 0 3px;
	width: 24%;
}
	
.widget-above-header  .enews-widget input[type="submit"] {
	padding: 12px 20px;
}
	
.widget-above-header .widget-title {
	display: none;
}

.header-space {
	text-align: center;
}

/* Title Area
--------------------------------------------- */

.title-area {
	background: #ee4b9a;
	border: 1px solid #fff;
	float: left;
	margin: 5px;
	overflow: hidden;
	outline: 5px solid #ee4b9a;
	padding: 20px 10px;
	text-align: center;
	width: 360px;
}

.site-title {
	font-size: 55px;
	font-weight: 200;
	letter-spacing: 3px;
	line-height: 1;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 11px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.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 {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	margin: 0 auto;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: 365px 156px !important;
	display: block;
	margin: 0 auto;
	height: 140px;
	width: 360px;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 580px;
}

.site-header .widget {
	padding: 28px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}

.site-header .enews {
	padding: 0px;
}

.site-header .enews input {
	float: left;
	margin: 0px 5px;
	overflow: hidden;
	width: 23%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #777;
	font-family: 'EB Garamond';
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #6d6e70;
	display: block;
	padding: 16px 30px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #ee4b9a;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #ee4b9a;
}

.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: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #F9F9F9;
	border-top: none;
	color: #888;
	font-size: 11px;
	padding: 13px 18px;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #F4F4F4;
	color: #555;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -37px 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: 15px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .search {
	padding: 4px;
	margin: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .widget-area {
    float: right;
    padding: 10px 0;
}

.genesis-nav-menu .widget-area .widget{
	float: right;
}

.genesis-nav-menu .widget-area .widget.widget_search{
	margin-right: 20px;
}

.genesis-nav-menu .widget-area .widget.widget_search .search-form input[type="search"]{
	padding: 8px 30px 9px 13px;
	border-radius: 16px;
	background-position: center right -7px;
}

.nav-secondary .genesis-nav-menu .simple-social-icons{
	position:relative;
	top: 25px;
	overflow: visible;
}

.nav-secondary .genesis-nav-menu .simple-social-icons:after{
	position: absolute;
	bottom: -30px; right: 0;
	content: '';
	width: 204px; height: 23px;
	background-size: 204px 23px;
	background-image: url(images/social-arrow.png);
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li{
	margin: 0 0 0 5px !important;
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li a {
	font-size: 14px;
	padding: 9px;
	border-radius: 100%;
	color: #fff !important;
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li a:hover{
	opacity: 0.8
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li.social-bloglovin a{
	background-color: #5abe81 !important;
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li.social-facebook a{
	background-color: #ee4c9b !important;
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li.social-gplus a{
	background-color: #ee4c9b !important;
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li.social-instagram a{
	background-color: #f58b87 !important;
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li.social-pinterest a{
	background-color: #f3c450 !important;
}

.nav-secondary .genesis-nav-menu .simple-social-icons ul li.social-twitter a{
	background-color: #5abe81 !important;
}


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	margin-top: 40px;
	padding: 0;
	border-style: solid;
	border-width: 6px 0px;
	-moz-border-image: url(images/nav-border.png) 27 18 6 0 repeat round;
	-webkit-border-image: url(images/nav-border.png) 27 18 6 0 repeat round;
	-o-border-image: url(images/nav-border.png) 27 18 6 0 repeat round;
	border-image: url(images/nav-border.png) 27 18 6 0 fill repeat round;
}

.site-header .genesis-nav-menu {
	text-align: center;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 15px 10px;
}

.site-header .genesis-nav-menu a:hover {
	color: #ee4b9a;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #555;
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -36px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: double #e8e8e8;
	text-align: center;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #5abd80 url(images/top-bar.png) repeat top left / 354px 78px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

.nav-secondary .wrap {
	margin: 0 auto;
	width: 980px;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 17px 15px;
	color: #fff;
}
.nav-secondary .genesis-nav-menu a:hover {
	color: #e3e4e5;
}
.nav-secondary .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-slider {
	margin-bottom: 20px;
}

.before-content {
	border-bottom: double #eee;
	margin-bottom: 30px;
}

.before-content .entry {
	float: left;
	padding: 5px 5px;
	width: 33.333333%;
}

.before-content .featuredpage {
	float: left;
	padding: 5px 5px;
	width: 33.333333%;
}

.before-content .featuredpage .entry {
	padding: 0;
	width: 100%;
}

.before-content .entry {
	position: relative;
}

.before-content .entry-header {
	background: rgba(255,255,255,.8);
	margin: 0 10%;
	padding: 15px 55px;
	position: absolute;
	top: 40%;
	left: 0;
	width: 80%;
}

.before-content .entry-header .entry-title a {
	color: #555;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
}

.before-content .entry-meta {
	margin: 35px 0;
	text-align: center;
}

.before-content .entry-meta a {
	border: 1px solid #fff;
	color: #fff;
	padding: 6px;
}

.before-content .enews-widget {
	padding: 0 0 20px;
}

.home-top {
	padding: 0px 0;
}

.home-top .featured-content .entry-title,
.single .content .entry-title {
	margin-top: 0;
	margin-bottom: 8px;
	text-transform: none;
}

.home-bottom .widget {
	padding: 30px 0;
}

.home-bottom .widget:first-child{
	background: url(images/home-icon-1.png) no-repeat top 15px center / 24px 22px;
}

.home-bottom .widget:last-child{
	background: url(images/home-icon-2.png) no-repeat top 15px center / 22px 18px;
}

.home-bottom .widget-title {
	border-bottom: medium double #ddd;
    font-family: domine,serif;
    font-size: 22px;
    padding: 10px 0;
    text-transform: lowercase;
}

.home-triple-bottom .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 33%;
}
.home-double-bottom .featured-content .entry-title,
.home-triple-bottom .featured-content .entry-title {
   color: #58585b;
    font-family: domine;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: lowercase;
}
.home-double-bottom .featured-content .entry-title a,
.home-triple-bottom .featured-content .entry-title a {
   color: #58585b;
    font-family: domine;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: lowercase;
}
.home-double-bottom .featured-content .entry-title a:hover,
.home-triple-bottom .featured-content .entry-title a:hover {
   color: #ee4b9a;
}
.home-double-bottom .featured-content .more-from-category a, a.more-link,
.home-triple-bottom .featured-content .more-from-category a, a.more-link {
   background: none repeat scroll 0 0 #dddddd;
    clear: both;
    color: #fff;
    display: block;
    font-family: domine,serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 14px;
    overflow: hidden;
    padding: 3px 19px 3px 3px;
    text-align: right;
    text-transform: lowercase;
    max-width: 160px;
}
.home-double-bottom .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 50%;
	text-align: center;
}
.home-double-bottom .featured-content .entry-title {
	min-height: 36px;
	line-height: 15px;
}

.home-bottom {
	float: left;
	width: 100%;
}

.home-slider a.more-link {
	background: #fff;
	text-align: center;
	padding: 5px;
}

.more-from-category{
	text-align: center;
	clear: both;
}

.more-from-category a,
a.more-link{
	clear: both;
    display: inline-block;
    text-align: center;
    font-family: domine,serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 7px;
    overflow: hidden;
    padding: 4px 10px;
    text-align: center;
    text-transform: lowercase;
    border: 1px solid #eee;
}

.more-from-category a:hover{
	opacity: 0.8;
}

.home .more-from-category{
	text-align: left;
}

.home .more-from-category a,
.home a.more-link  {
	display: block;
    background: none repeat scroll 0 0 #ee4b9a;
    margin-top: 14px;
    color: #fff;
}

.home .more-from-category a:hover,
.home a.more-link:hover {
   background: #f3c450;
}


/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
	float: left;
	min-height: 280px;
	padding: 0px 5px;
	width: 33%;
}

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
	border-bottom: double #ddd;
	padding: 10px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-family: montserrat, sans-serif;
}

.category-index .entry-title a {
	color: #555;
}

.category-index ul li {	
	border-bottom: double #ddd;
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}
.category-index .featured-content .entry-title {
    text-align: center;
    font-family: domine,serif;
    text-transform: lowercase;
    font-size: 15px !important;
    padding: 10px 0 0;
}
.category-index .featured-content .entry-title a:hover{
   color: #adadad;
}
.category-index .featured-content img { 
   max-height: 200px;
   display: block;
   margin: 0 auto;
}

/* Custom Archives 
------------------------------------------------------------ */
	
.archive .content .entry {
	min-height: 275px;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0 5px;
    width: 33.333%;
	float: left;
}
	
.archive .content .entry p img {
	border: 1px solid #f4f4f4;
	height: 190px;
	margin-bottom: 5px;
	padding: 3px;
	width: 190px;
}

.archive .content .entry img:hover {
	opacity:0.8;
}
	
.archive .content .entry-title {
	background-image: none;
	background-color: #fff;
	line-height: .5;
	margin: 7px 0 15px 0;
	padding: 0;
	text-align: center;
}
	
.archive .content .entry-title a {
	font-size: 13px;
}

.archive .content .entry-header .entry-meta {
	display: none;
}

.archive .archive-pagination {
	clear: both;
}

/* Entries
--------------------------------------------- */

.entry {
	border-bottom: double #ddd;
	margin-bottom: 80px;
	padding-bottom: 20px;
}

.single .entry {
	padding-bottom: 30px;
}

.eighteentwenty-home .entry,
.archive .entry,
.category-index .entry,
.sidebar .entry,
.footer-widgets .entry {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.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;
}

.content .home-top .featured-content .entry-header,
.single .content .entry-header{
    padding-left: 62px;
    padding-bottom: 40px;
    position: relative;
}

.content .entry-header:after{
	position: absolute;
	bottom: 15px; left: 0;
	width: 100%; height: 9px;
	background: url(images/entry-header.jpg);
	content: '';
}

.content .entry-header .entry-meta {
	clear: both;
	color: #777;
	font-size: 12px;
	text-align: left;
	width: 100%;
	color: #93d1cd;
	position: relative;
	left: -2px;
}

.content .entry-header .entry-meta .entry-month {
	visibility: hidden;
}

.content .entry-header .entry-meta .date.time.published{
	font-family: 'Montserrat', sans-serif;
	position:absolute;
	left: -60px;
	top: -35px;
	width:50px;
	height: 50px;
	text-align:center;
	display:block;
	border:1px solid #c5c4c4;
	color: #58595b;
	padding: 4px 0;
	visibility: visible;
}

.content .entry-header .entry-meta .date.time.published span{
	display:block;
	font-size: 10px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .date.time.published .month{
	font-size: 18px;
	font-weight: 700;
	line-height: 16px;
}

.content .entry-header .entry-meta .entry-author{
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-categories a {
	color: #777;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 7px;
	text-transform: uppercase;
	display: none;
}

.content .entry-header .entry-meta .entry-categories a:hover {
	background: #ee4b9a;
	color: #fff;
}

.content .entry-header .entry-meta .entry-comments-link {
	color: #fff;
	font-size: 12px;
	color: #ef57a1;
}

.content .entry-header .entry-meta .entry-comments-link a{
	color: #ef57a1;
}

.content .entry-header .entry-meta .entry-comments-link a:before {
	content: "\b7";
	margin: 0 10px 0 7px;
	color: #58595b;
}

.entry-footer .entry-meta {
	clear: both;
	color: #777;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 10px;
	text-align: center;
	display: none;
}

.content .entry-footer .entry-meta a {
	color: #777;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.page .content .entry-header,
.home-bottom .entry-header{
	padding-bottom: 10px;
}

.archive .content .entry-header:after,
.page .content .entry-header:after,
.home-bottom .entry-header:after{
	display: none;
}

.page-template-page_blog .content article {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.separator {
	margin: 10px 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #f4f4f4;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 4px;
	padding: 7px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f4f4f4;
	text-decoration: none;
}

.adjacent-entry-pagination {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 40px 0;
	text-transform: uppercase;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments h3,
.comment-respond h3 {
	border-bottom: double #e8e8e8;
	font-size: 18px;
	padding: 0 0 7px;
	text-align: center;
	font-family: domine, serif;
	text-transform: lowercase;
}

.entry-comments .comment-author {
  font-family: domine,serif;
    font-weight: 100;
    line-height: 1.3;
    margin: 0;
    text-transform: lowercase;
}

.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;
	font-family: montserrat, sans-serif;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
	background: #f4f4f4;
}

.comment-list li li {
   border: 4px solid #fff;
    margin-right: 30px;
}
.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #f4f4f4;
	float: left;
	font-weight: 700;
	padding: 19px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
   color: #bbb;
    font-family: montserrat,sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.comment-content {
    clear: both;
    font-family: montserrat,sans-serif;
    padding: 10px 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
	border-radius: 25px;
}

.alt,
.even {
	background-color: #fff;
	border: 1px solid #f4f4f4;
}

.comment-reply {
    color: #f48b87 !important;
    font-family: montserrat;
    font-size: 11px;
    padding: 0 48px 13px;
    text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f9f9f9;
	font-size: 12px;
	padding: 24px;
}

.logged-in-as {
	text-align: left;
	font-family: domine, serif;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	background: #f9f9f9;
	border: 1px solid #fff;
	margin-bottom: 15px;
	outline: 5px solid #f9f9f9;
	padding: 5px;
	text-align: center;
}

.sidebar li:hover {
	background: #f4f4f4;
	outline-color: #f4f4f4;
}

.sidebar li a {
	text-decoration: none;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 0;
	padding-bottom: 20px;
	word-wrap: break-word;
}

.sidebar .widget .sponsor {
	border: 1px solid #f4f4f4;
	text-align: center;
}

.sidebar-split-left .widget,
.sidebar-split-right .widget {
	padding: 20px 10px;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar-split-left {
	display: inline;
	float: left;
	width: 180px;
}
	
.sidebar-split-right {
	display: inline;
	float: right;
	width: 180px;
}

.sidebar-split-bottom {
	clear: both;
	width: 360px;
}

.sidebar .widget.featured-content{
	padding-bottom: 10px;
}

.sidebar .widget.featured-content .widget-wrap{
	margin-left: -10px;
	margin-right: -10px;
}

.sidebar .widget.featured-content .widget-wrap .widget-title{
	margin-left: 10px;
	margin-right: 10px;
}

.sidebar .widget.featured-content .widget-wrap .entry{
	display: inline-block;
	width: 33.3%;
	padding: 0 10px;
	margin-bottom: 20px;
	height: 87px;
	vertical-align: top;
	overflow: hidden;
}

.sidebar .widget.featured-content .widget-wrap .entry img{
	margin-bottom: 0;
	width: 100%; height: 100%;
}


/*
Widget Before Footer
---------------------------------------------------------------------------------------------------- */

.widget-before-footer {
	background: #fff;
	border-bottom: double #e8e8e8;
	border-top: double #e8e8e8;
	padding: 10px 0;
}

.widget-before-footer .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 30px;
	width: 1230px;
}

.widget-before-footer .widget {
	text-align: center;
}

.widget-before-footer a {
	color: #fff;
	text-decoration: underline;
}

.widget-above-header .enews-widget p,
.widget-before-footer .enews-widget p,
.before-content .enews-widget p {
	float: left;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

.widget-above-header #subscribe,
.widget-before-footer #subscribe,
.before-content #subscribe {
	float: right;
	width: 60%;
}

.widget-above-header .enews-widget input,
.widget-before-footer .enews-widget input,
.before-content .enews-widget input {
	float: left;
	width: 25%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 10px;
	color: #888;
}

.widget-above-header .enews-widget input[type="submit"],
.widget-before-footer .enews-widget input[type="submit"],
.before-content .enews-widget input[type="submit"] {
	border-radius: 100px;
	width: auto;
	padding: 8px 10px;
	background-color: #fff;
}

.widget-above-header .enews-widget input[type="submit"]:hover,
.widget-before-footer .enews-widget input[type="submit"]:hover,
.before-content .enews-widget input[type="submit"]:hover {
	color: #fff;
	background-color: #DDD;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #f5f6f6;
	clear: both;
	font-size: 14px;
}

.footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 30px;
	width: 985px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.footer-widgets .widget {
	margin-bottom: 0;
	word-wrap: break-word;
}

.footer-widgets .featured-content .entry {
	float: left;
	padding: 1%;
	width: 20%;
}

.footer-widgets .widget-title{
	font-family: Domine;
	font-size: 15px;
}

.footer-widgets .widget-title span{
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
}

.footer-widgets .widget-title-pinterest span{
	color: #f3c450;
}

.footer-widgets .widget-title-instagram span{
	color: #6cbcb3;
}

.footer-widgets .widget-title-facebook span{
	color: #ee4c9b;
}

.footer-widgets .widget-title,
.footer-widgets .entry-title {
	text-align: center;
}

.footer-widget .widget-title::last-word {
  color: #00f;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.footer-widgets .search-form {
	width: 100%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #f5f6f6;
	color: #777;
	font-family: 'EB Garamond', serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #777;
}
.site-footer a:hover {
	color: #ee4b9a;
}
.site-footer p {
	margin: 0;
}

.site-footer .wrap{
	max-width: 985px;
	margin: 0 auto;
	clear: both;
}

.site-footer .creds{
	text-align: right;
	font-family: Montserrat;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 36px;
	float: right;
	width: 60%;
}

.site-footer .widget-area-footer-bottom{
	float: left;
	width: 40%;
}

.site-footer .simple-social-icons ul li a{
	border-radius: 100% !important;
	color: #fff !important;
}

.site-footer .simple-social-icons ul li a:hover{
	color: #ddd !important;
}

.site-footer .simple-social-icons ul li.social-bloglovin a{
	background-color: #5abe81 !important;
}

.site-footer .simple-social-icons ul li.social-facebook a{
	background-color: #ee4c9b !important;
}

.site-footer .simple-social-icons ul li.social-gplus a{
	background-color: #ee4c9b !important;
}

.site-footer .simple-social-icons ul li.social-instagram a{
	background-color: #f58b87 !important;
}

.site-footer .simple-social-icons ul li.social-pinterest a{
	background-color: #f3c450 !important;
}

.site-footer .simple-social-icons ul li.social-twitter a{
	background-color: #5abe81 !important;
}

.footer-space {
	background: #f5f6f6;
	padding-bottom: 30px;
	text-align: center;
}

/* eighteentwenty Custom
--------------------------------------------- */

/* This is the background and border color of the title area */
.eighteentwenty-custom .title-area {
	background: #000000;
	outline-color: #000000;
}

/* This is the color of all your primary links */
.eighteentwenty-custom .content a,
.eighteentwenty-custom .sidebar a,
.eighteentwenty-custom .genesis-nav-menu .current-menu-item > a,
.eighteentwenty-custom .site-header .genesis-nav-menu a:hover,
.eighteentwenty-custom .genesis-nav-menu li:hover,
.eighteentwenty-custom .genesis-nav-menu a:hover,
.eighteentwenty-custom .sidebar .widget-title a,
.eighteentwenty-custom .entry-title a {
	color: #000000;
}

/* This is the color of  your buttons */
.eighteentwenty-custom button, 
.eighteentwenty-custom input[type="button"], 
.eighteentwenty-custom input[type="reset"], 
.eighteentwenty-custom input[type="submit"], 
.eighteentwenty-custom .button, 
.eighteentwenty-custom .entry-content .button,
.eighteentwenty-custom a.button,
.eighteentwenty-custom .content .entry-header .entry-meta .entry-categories a:hover {
	background: #000000;
	color: #fff;
}

/* This is your main text color across the site */
.eighteentwenty-custom .sidebar li a,
.eighteentwenty-custom .home-bottom .featured-content .entry-meta a,
.eighteentwenty-custom .featured-content .entry-meta a,
.eighteentwenty-custom .more-from-category a,
.eighteentwenty-custom a.more-link,
.eighteentwenty-custom .entry-title a:hover,
.eighteentwenty-custom .adjacent-entry-pagination a:hover {
	color: #777;
}

/* This is the button hover color */
.eighteentwenty-custom button:hover, 
.eighteentwenty-custom input[type="button"]:hover, 
.eighteentwenty-custom input[type="reset"]:hover, 
.eighteentwenty-custom input[type="submit"]:hover, 
.eighteentwenty-custom .button:hover, 
.eighteentwenty-custom .entry-content .button:hover,
.eighteentwenty-custom .easyrecipe .ui-button-text-icon-primary .ui-button-text:hover, 
.eighteentwenty-custom .easyrecipe .ui-button-text-icons .ui-button-text:hover {
	background: #ddd !important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-header .widget_nav_menu {
		-moz-border-image: url(images/nav-border@2x.png) 27 0 repeat round;
		-webkit-border-image: url(images/nav-border@2x.png) 27 0 repeat round;
		-o-border-image: url(images/nav-border@2x.png) 27 0 repeat round;
		border-image: url(images/nav-border@2x.png) 27 0 fill repeat round;
	}

	.nav-secondary {
		background-image: url(images/top-bar@2x.png);
	}

	.search-form input[type="search"] {
		background-image: url(images/icon-search@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}

	.sidebar .widget-title:after{
		background-image: url(images/widget-title@2x.png);
	}

	.sidebar .enews-widget.widget:before{
		background-image: url(images/widget-subscribe@2x.png);
	}

	.home-bottom .widget:first-child{
		background-image: url(images/home-icon-1@2x.png);
	}

	.home-bottom .widget:last-child{
		background-image: url(images/home-icon-2@2x.png);
	}

}

@media only screen and (max-width: 1200px) {

	.site-container {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 100%;
	}

	.genesis-nav-menu .widget-area{
		margin-right: 10px;
	}
	
	.content {
		width: 660px;
	}
	
	.sidebar-primary {
		width: 300px;
	}

	.site-footer .wrap{
		max-width: 960px;
	}
	
	.breadcrumb {
		margin: -30px -40px 30px;
	}
	
	.site-header .widget_nav_menu{
		margin-top: 20px
	}

	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
	}
	
	.content,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap,
	.widget-before-footer .wrap,
	.widget-above-header .wrap,
	.footer-widgets .wrap {
		width: 100%;
	}

	.nav-secondary .wrap {
		width: 900px;
	}
	
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}
	
	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}
	
	.widget-before-footer .enews-widget p {
		font-size: 16px;
		text-align: left;
	}

	.widget-before-footer .enews-widget input {
		width: 30%;
	}
	
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom {
		float: none;
		width: 100%;
	}
	
	.sidebar-split-left .widget {
		padding: 0;
	}

	.sidebar .widget.featured-content .widget-wrap .entry{
		width: 16.6%;
		height: 129px;
	}

	.site-footer .creds{
		line-height: 20px;
	}
	
	.category-index .featured-content img { 
		max-height: 400px;
	}

}

@media only screen and (max-width: 1023px) {

	.nav-secondary .wrap {
		width: 740px;
	}

	.site-container {
		max-width: 768px;
	}
	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.nav-secondary .genesis-nav-menu .simple-social-icons{
		display: none;
	}

	.nav-secondary .genesis-nav-menu .simple-social-icons:after{
		display: none;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}
	
	.sidebar .widget.featured-content .widget-wrap .entry{
		width: 16.6%;
		height: 98px;
	}

	.site-footer .wrap{
		max-width: 768px;
	}
	
	.category-index .featured-content img { 
		max-height: 217px;
	}

}

@media only screen and (max-width: 767px) {

	.site-container {
		max-width: 600px;
	}

	.nav-secondary .wrap {
		width: 100%;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom,
	.widget-above-header .wrap,
	.nav-secondary .wrap {
		margin: 0;
		width: 100%;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		font-size: 12px;
		padding: 12px;
	}
	
	.home-bottom .featured-content .entry {
		width: 50%;
	}
	
	.home-middle,
	.home-top {
		text-align: center;
	}
	
	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}

	.nav-secondary{
		background-image: none;
		background-color: #83cbc5;
	}

	.genesis-nav-menu .widget-area .widget.widget_search{
		display: none;
		visibility: hidden;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.widget-before-footer {
		padding: 20px;
	}
	
	.widget-above-header .enews-widget p, 
	.widget-before-footer .enews-widget p, 
	.before-content .enews-widget p {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.widget-above-header .enews-widget input, 
	.widget-before-footer .enews-widget input, 
	.before-content .enews-widget input {
		width: 100%;
		margin-bottom: 20px;
	}

	.widget-before-footer .enews-widget input[type="submit"],
	.before-content .enews-widget input[type="submit"],
	.footer-widgets .featured-content .entry,
	.before-content .entry,
	.widget-before-footer #subscribe,
	.before-content #subscribe {
		float: none;
		width: 100%;
	}
	
	.eighteentwenty-home .entry, .archive .entry, .category-index .entry, .sidebar .entry, .footer-widgets .entry {
		text-align: center;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.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 {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.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 a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}

	.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: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		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 .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.sidebar .widget.featured-content .widget-wrap .entry{
		width: 33.33%;
		height: auto;
	}

	.sidebar-primary .simple-social-icons ul:before {
		margin-right: 10px
	}
	
	.footer-widgets .widget-title{
		margin: 30px 0 20px;
	}

	.site-footer .wrap{
		max-width: 600px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-footer .creds{
		float: none;
		width: 100%;
		text-align: center;
	}

	.site-footer .widget-area-footer-bottom{
		float: none;
		width: 100%;
	}
	
	.home-double-bottom .featured-content .entry-title {
		min-height: 54px;
	}
	
	.category-index .featured-content img { 
		max-height: 162px;
	}
}

@media only screen and (max-width: 500px) {

	.entry-title {
		font-size: 24px;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	
	.widget-title:after, .widget-title:before {
		border: none;
		margin: 0;
		width: 0;
	}
	
	.home-bottom .featured-content .entry,
	.category-index .featured-content .entry,
	.footer-widgets .featured-content .entry {
		width: 100%;
	}
	
	.featured-content .entry {
		text-align: center;
	}
	
	.alignleft,
	a.alignleft img,
	a.alignnone img {
		display: block;
		float: none;
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
	}
	
	.category-index ul li {	
		font-size: 13px;
		text-align: center;
		width: 100%;
	}
	
	.more-from-category a, 
	a.more-link {
		width: 100%;
	}
	
	.sidebar .featured-content .entry-title {
		text-align: center;
	}

	.site-footer .wrap{
		max-width: 100%;
	}

	.home-double-bottom .featured-content .entry-title {
		min-height: 0;
	}
	
	.category-index .featured-content img { 
		max-height: 1000px;
	}
	
}

@media only screen and (max-width: 360px) {

    .header-image .site-title a {
        background-size: contain !important;
        width: 100%;
    }

    .site-title {
        font-size: 4.6rem;
    }

}