/*
	Theme Name: Ellie Jane
	Theme URI: http://studiomommy.com
	Description: This is the Ellie Jane theme created for the Genesis Framework.
	Author: Studio Mommy
	Author URI: http://studiomommy.com/

	Version: 4.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: ellie-jane


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.category-index:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.category-index:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Textboxes
--------------------------------------------- */

.textbox1 {
	position: relative;
	padding: 80px 2.5%;
	background-color: #fff;
	border: 2px solid #eae5df;
	text-align: center;
}

.textbox1 p {
	margin-bottom: 0px;
}

.textbox1 a {
	color: #222;
	font-weight: 400;
}

.textbox1 a:hover,
.textbox1 a:focus {
	color: #d1aba2;
	font-weight: 400;
}

/* Typographical Elements
--------------------------------------------- */

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

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

@font-face {
    font-family: 'amaroregular';
    src: url('fonts/amaro-regular-webfont.woff2') format('woff2'),
         url('fonts/amaro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #fff;
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 1.2px;
	margin: 0;
	overflow-x: hidden;
}




a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

a {
	color: #d1aba2;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #222;
	font-weight: 400;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin-bottom: 40px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background-color: #ddd;
	color: #222;
}

blockquote {
	margin: 0px;
	background-color: #eae5df;
	padding: 80px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	font-family: serif;
	height: 0;
	left: -40px;
	position: relative;
	top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 20px;
	color: #222;
}

h1 {
	font-size: 38px;
	font-size: 3.8rem;
}

h2 {
	font-size: 34px;
	font-size: 3.4rem;
}

h2 em {
	font-family: 'amaroregular';
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 400;
	color: #d1aba2;
	letter-spacing: 1px;
	line-height: .5;
}

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

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
}

h4 {
	font-size: 26px;
	font-size: 2.6rem;
}

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

h6 {
	font-size: 20px;
	font-size: 2rem;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
	text-transform: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.home .category-thumbnail:hover {
	opacity: .65;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img.vertical {
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #222;
	padding: 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: #fff;
	outline: none;
}

input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="url"],
textarea {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
}

button,
input[type="button"],
input[type="reset"],
input[type="select"],
input[type="submit"],
.button,
.more-from-category a,
.nf-form-content button, 
.nf-form-content input[type="button"], 
.nf-form-content input[type="submit"] {
	background-color: #fff;
	border: 2px solid #d1aba2;
	border-radius: 0;
	color: #222;
	font-weight: 300;
	cursor: pointer;
	line-height: 1.75;
	padding: 10px 25px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	letter-spacing: 1.5px;
}

.nf-form-content button, 
.nf-form-content input[type="button"], 
.nf-form-content input[type="submit"] {
	background-color: #fff !important;
	border: 2px solid #d1aba2 !important;
	color: #222 !important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #fff;
	border: 2px solid #d1aba2;
	color: #d1aba2;
	font-weight: 300;
	letter-spacing: 1.5px;
}

.nf-form-content button:hover, 
.nf-form-content input[type="button"]:hover, 
.nf-form-content input[type="submit"]:hover {
	background-color: #fff !important;
	border: 2px solid #d1aba2 !important;
	color: #d1aba2 !important;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #222;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f5f5f5;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
}

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%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	padding: 20px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: block;
}

a.more-link {
    background-color: #fff;
	border: 2px solid #d1aba2;
	color: #222 !important;
    display: table;
    margin: 30px auto 0;
	padding: 15px 25px;
	letter-spacing: 1.5px;
	font-weight: 300;
	box-shadow: none !important;
}

.more-from-category a {
	width: auto;
	display: table;
	margin: 0 auto;
}

a.more-link:hover,
.more-from-category a:hover {
	background-color: #fff;
	border: 2px solid #d1aba2;
	color: #d1aba2 !important;
	font-weight: 300;
}

a.more-link i {
	font-family: 'amaroregular';
	font-weight: 400;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.front-page .site-inner {
	margin: 210px auto 0;
}

.site-inner {
	clear: both;
	margin: 195px auto 0;
	max-width: 1280px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	margin-top: 0;
	max-width: 80%;
}

.landing-page .site-container {
	background-color: #1c1c1c;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.front-page p.entry-meta,
.front-page h2.entry-title,
.front-page .entry-content {
	display: none !important;
}

.ellie-archive img,
.category-index img {
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.blog .entry-image {
	border-right: 5px double #eae5df;
	padding-right: 30px;
}

.content {
	float: right;
	padding: 30px 20px 40px 20px;
	width: 70%;
}

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

.content-sidebar-wrap,
.sidebar-content-wrap {
	width: 94%;
	float: none;
	margin: 0 auto;
}

.full-width-content .content {
	border-right: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	width: 100%;
}

.full.full-width-content .content,
.full.landing-page .site-inner {
	max-width: 100%;
}

.landing-page .content {
	padding: 48px;
	background-color: #fff;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
	margin-top: 60px;
	margin-bottom: 60px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 27%;
}

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

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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.breadcrumb {
	text-align: center;
}

.search-results .archive-description {
	margin-bottom: 50px;
}

.blog .archive-description {
	display: none !important;
}

.after-entry {
	background-color: #fff;
	padding: 20px;
}

.author-box {
	line-height: 1.5;
	padding-bottom: 20px;
}

.breadcrumb {
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 10px;
}

.archive-description,
.author-box,
.breadcrumb {
	padding-top: 0px;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form ::placeholder,
.search-form ::-webkit-input-placeholder {
	background-color: #1c1c1c;
	color: #fff;
}

.search-form:before {
	color: #fff;
	content: "\f4a5";
	font-family: "ionicons";
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 6px;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.search-form input[type="search"] {
	padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-align: center;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
}

.sidebar .entry-title a,
.sidebar .entry-title a:hover {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1.5;
}

.overlay .entry-title {
	line-height: 1.25;
	margin-bottom: 20px;
}

.overlay .entry-title,
.overlay .entry-title a {
	font-size: 24px;
	font-size: 2.4rem;
}

.overlay h1.entry-title:hover {
	color: #d1aba2 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:	    all 0.3s ease-in-out;	
}

.page-template.page-template-page_archive h2 {
	font-size: 30px;
	font-size: 3rem;
}

.archive-description.blog-template-description {
	display: none !important;
}

.entry-title a {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-size: 3.4rem;
	color: #222;
	text-decoration: none;
	font-weight: 400;
}

.entry-title a:hover,
.entry-title a:focus {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-size: 3.4rem;
	color: #d1aba2;
}

.widget-title {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	text-align: center;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 40px;
	margin-left: 0;
	text-align: center;
}

.entry-content p.gallery-caption,
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

.widget {
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.footer-widgets .featured-content .entry,
.sidebar .featured-content .entry {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.sidebar .featured-content .entry {
	border-bottom: medium double #ddd;
}

.footer-widgets .featured-content .entry-header,
.sidebar .featured-content .entry-header {
	text-align: center;
}

.footer-widgets .featured-content .entry-header::after,
.sidebar .featured-content .entry-header::after {
	display: none;
}

.footer-widgets .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer-widgets .featured-content .entry-meta,
.sidebar .featured-content .entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-widgets .featured-content .entry-meta a,
.sidebar .featured-content .entry-meta a {
	color: #222;
	text-decoration: none;
}

.footer-widgets .featured-content .entry-meta a:hover,
.footer-widgets .featured-content .entry-meta a:focus,
.sidebar .featured-content .entry-meta a:hover,
.sidebar .featured-content .entry-meta a:focus {
	color: #d1aba2;
}

.footer-widgets .featured-content .entry-image,
.sidebar .featured-content .entry-image {
	vertical-align: top;
}

.featured-content a.alignleft,
.featured-content a.alignright,
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content a.aligncenter,
.featured-content a.alignleft,
.featured-content a.alignnone,
.featured-content a.alignright {
	border-bottom-width: 0;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.featured-content .more-posts-title {
	display: block;
	padding-top: 30px;
}


/* Archives
---------------------------------------------------------------------------------------------------- */

.ellie-archive .site-inner {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.ellie-archive .entry {
	float: left;
	padding: 2%;
	width: 33.333333%;
	margin-bottom: 0px;
}

.ellie-archive .shopstyle-area,
.filterable-page .content .shopstyle-area {
	display: none !important;
}

.ellie-archive .archive-title::before {
	content: "posts in:";
    display: block;
    text-transform: lowercase;
    margin-bottom: 0px;
    font-style: italic;
    letter-spacing: 1px;
  	font-size: 18px;
	font-size: 1.8rem;
}

.ellie-archive .archive-title {
	margin-bottom: 30px;
}

.ellie-archive .entry-meta {
	text-align: center;
}

.ellie-archive .archive-description p {
    width: 50%;
    margin: 0px auto 20px;
    text-align: center;
    line-height: 1.8;
}

.ellie-archive a.more-link {
	display: none !important;
}

.ellie-archive img {
	transition: opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
}

.ellie-archive img:hover {
	opacity: .65;
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.ellie-archive .entry-title,
.ellie-archive .entry-title a {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #222 !important;
	text-transform: none;
	margin-bottom: 10px;
}

.ellie-archive .entry-title a:hover,
.ellie-archive .entry-title a:focus {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #d1aba2 !important;
}

.ellie-archive .even.entry .alignleft {
	border: 0px;
	padding-left: 0px;
	float: left;
}


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

.flexible-widgets {
	padding: 0% 0 calc(4% - 40px);
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}


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

.simple-social-icons ul li {
	margin-bottom: 0px !important;
}

/* Sticky Social
--------------------------------------------- */
.sticky-social.widget-area {
	position: fixed;
	z-index: 99;
	background-color: #1c1c1c;
	padding: 15px 5px;
	margin-top: 195px;
}

.sticky-social .simple-social-icons ul li {
	margin-bottom: 0 !important;
	padding: 6px 0 !important;
	background: transparent !important;
	clear: both;
}

.sticky-social .lsi-social-icons li {
	display: block !important;
}

.sticky-social .lsi-social-icons li a {
	margin-bottom: 0 !important;
	clear: both;
}


/* Soliloquy
-----------------------------------------------*/

.soliloquy-controls-direction {
	display: none !important;
}

.soliloquy-container .soliloquy-caption {
	top: 50%;
	margin-top: -100px !important;
	padding-top: 20px !important;
	width: 33.3% !important;
	margin-left: 33.3% !important;
	margin-bottom: 180px !important;
	background: none !important;
}

.soliloquy-caption-inside {
	background-color: #FAFAF9 !important;
	opacity: 0.9 !important;
	padding: 20px 0px !important;
    color: #222 !important;
	text-shadow: none !important;
	border: 1px solid #222 !important;
	outline: 5px solid #fff !important;
}

.soliloquy-caption h4.title {
    color: #222;
    font-size: 20px;
    font-style: normal;
    line-height: 1.5em;
    margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.soliloquy-container .soliloquy-caption-inside a {
	color: #222 !important;
}

.soliloquy-container .button {
	background-color: #fff;
	border: 2px solid #d1aba2; 
	padding: 10px 15px;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.soliloquy-container .button:hover {
	color: #d1aba2 !important;
}

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

.wp-block-ninja-forms-form {
	color: #222;
}

.nf-form-cont {
	padding: 0px 30px 20px !important;
}

.nf-form-content label {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, 
.nf-form-content .ninja-forms-field {
	font-size: 15px !important;
	font-size: 1.5rem !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, 
.nf-form-content input:not([type="button"]), 
.nf-form-content textarea {
	border-color: #eee !important;
	padding: 5px !important;
	color: #222 !important;
	letter-spacing: 1.6px !important;
}

/* Genesis Simple Share
-----------------------------------------------*/

.share-after::before {
	color: #222;
	content: "share:";
	line-height: 0.5;
	margin-right: 3px;
	padding-bottom: 14px;
	vertical-align: middle;
	display: inline-block;
}

.share-after {
	text-align: center;
	margin: 0;
}

.ellie-archive .share-after {
	display: none !important;
}

.content .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin: 0 auto;
}

.sharrre .share,
.sharrre:hover .share {
	color: #222;
}

.content .share-outlined .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #222;
	border: 1px solid #222;
	display: none;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: transparent !important;
	font-size: 12px !important;
}


@media only screen and (min-width: 768px) {

	.share-small .no-count .share {
		width: 0px;
	}

}


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

.enews {
	padding: 20px;
}

.enews-widget,
.enews-widget input {
	text-align: center;
}

.after-entry .enews-widget,
.landing-page .enews-widget {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.enews-widget form + p {
	margin-top: 20px;
}

.enews-widget input {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 15px;
	font-size: 1.5rem;
}

.enews-widget input[type="submit"] {
	background-color: #1c1c1c;
	color: #fff;
	margin: 0;
}

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

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.sd-social .sd-button .share-count {
	background-color: #222 !important;
}

.sd-content .sd-button span.share-count {
	color: #fff !important;
	font-size: 85% !important;
}

.sd-content ul li a.sd-button::before {
	color: #fff !important;
}


.content div.sharedaddy a.sd-button {
	box-shadow: none;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
	background-color: #222;
	color: #fff !important;
	padding: 5px 15px 5px 15px;
	font-weight: 400;
}

.content a.sd-button > span {
	background-image: none !important;
	border: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: none;
	color:#fff;
}

.sd-content ul li.preview-item a.sd-button span, 
.sd-social-icon-text .sd-content ul li a span, 
.sd-social-official .sd-content ul li a.sd-button span {
	margin-left:  9px !important;
}

.content a.sd-button:hover > span {
	text-decoration:underline;
}

div.sharedaddy h3.sd-title:before {
	border-top: 0px !important;
}

div.sharedaddy h3.sd-title {
	font-family: 'Playfair Display', serif;
	font-weight: 400 !important;
	color: #222 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	width: 100% !important;
}

div.sharedaddy .sd-content {
	width: 100%;
	text-align: center;
}

div.sharedaddy .sd-content ul {
	display: inline-block;
}

.sd-content ul li a.sd-button:before {
	color: #222;
}

#sharing_email .sharing_send, 
.sd-content ul li .option a.share-ustom, 
.sd-content ul li a.sd-button, 
.sd-content ul li.advanced a.share-more, 
.sd-content ul li.preview-item div.option.option-smart-off a, 
.sd-social-icon .sd-content ul li a.sd-button, 
.sd-social-icon-text .sd-content ul li a.sd-button, 
.sd-social-official .sd-content > ul > li .digg_button > a, 
.sd-social-official .sd-content > ul > li > a.sd-button, 
.sd-social-text .sd-content ul li a.sd-button {
	border-radius:0px !important;
	border:0px !important;
	box-shadow: none !important;
	font-family: 'Comfortaa', cursive;
	letter-spacing: 1px;
	background-color: #222 !important;
	color: #fff !important;
	padding: 5px 15px 5px 15px !important;
	font-weight:400;
}

#sharing_email .sharing_send:hover, 
.sd-content ul li .option a.share-ustom:hover, 
.sd-content ul li a.sd-button:hover, 
.sd-content ul li.advanced a.share-more:hover, 
.sd-content ul li.preview-item div.option.option-smart-off a:hover, 
.sd-social-icon .sd-content ul li a.sd-button:hover, 
.sd-social-icon-text .sd-content ul li a.sd-button:hover, 
.sd-social-official .sd-content > ul > li .digg_button > a:hover, 
.sd-social-official .sd-content > ul > li > a.sd-button:hover, 
.sd-social-text .sd-content ul li a.sd-button:hover {
	text-decoration: underline !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:	    all 0.5s ease-in-out;	
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

.genesis-skip-link a {
	background-color: #fff;
}

/* Display outline on focus */
:focus {
	color: #222;
	outline: none;
}


/* Notification Bar
---------------------------------------------------------------------------------------------------- */

.notification-bar.widget-area {
	padding: 10px;
	background-color: #1c1c1c;
	text-align: center;
	border-bottom: 8px solid #eae5df;
	color: #fff;
}

.notification-bar .widget-title,
.nav-primary .widget-area .widget-title,
.nav-secondary .widget-area .widget-title {
	display: none !important;
}

.notification-bar.widget-area p {
	color: #fff;
}

.notification-bar.widget-area p,
.notification-bar.widget-area .enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0px;
}

.notification-bar.widget-area a {
	text-decoration: underline;
}

.notification-bar.widget-area .enews {
	background-color: #222;
	padding: 0px;
}

.notification-bar.widget-area .enews-widget p {
	float: left;
	width: 45%;
	color: #fff;
}

.notification-bar.widget-area .enews input {
	float: left;
	width: 15%;
	margin-left: 1%;
}

.notification-bar.widget-area .enews-widget input {
	padding-top: 1px;
	padding-bottom: 1px;
	border: 0px;
}

.notification-bar.widget-area .enews-widget input[type="submit"] {
	padding: 3px;
	background-color: #d7ad63;
	color: #fff;
}

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


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff;
	padding: 30px 3%;
	width: 100%;
	position: fixed;
	z-index: 9990;
}

header.site-header.shrink {
	transition: top 0.5s ease-in-out;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slidedown;
	animation-name: slidedown;
	-webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
	animation-timing-function: cubic-bezier(.075,.82,.165,1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 15px 0px;
	-webkit-box-shadow: 0 1px 5px rgba(190,190,190,.46);
	-moz-box-shadow: 0 1px 5px rgba(190,190,190,.46);
	box-shadow: 0 1px 5px rgba(190,190,190,.46);
}

.admin-bar header.site-header.shrink {
		top: 32px;
	}

.header-image .shrink .title-area,
.shrink .title-area {
	min-height: 0px;
}

.shrink .title-area {
	margin-top: 0px;
}

.header-image .shrink .site-title > a {
	min-height: 90px;
}

.shrink .genesis-nav-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.shrink .site-title,
.shrink .site-title a,
.shrink .site-title a:hover,
.shrink .site-title a:focus {
	font-size: 27px;
	font-size: 2.7rem;
}

.shrink .site-description {
	font-size: 14px;
	font-size: 1.4rem;
}


@media only screen and (max-width: 960px) {
	header.site-header.shrink {
		padding: 0px;
	}
	
	header.site-header.shrink .title-area {
		display: none;
	}
	
	.admin-bar header.site-header.shrink {
		top: 36px;
	}
}
	

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

.title-area {
	float: none;
	padding-bottom: 27px;
	padding-top: 27px;
	width: 20%;
	text-align: center;
}

.site-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-bottom: 0px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #222;
	text-decoration: none;
}

.site-description,
p.site-description {
	font-family: 'Poppins', sans-serif;
	color: #222;
	line-height: 1;
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 2px;
}

.header-image .title-area {
	margin: 3px auto 4px;
	padding:0;
	width: 100%;
	min-height: 125px;
	max-width: 350px;
}

.header-image .site-title > a {
	background-size: contain !important;
	background-position: center !important;
	float: left;
	min-height: 125px;
	width: 350px;
}

.header-image .site-title,
.header-image .site-description {
	display: block;
	height: 0;
	text-indent: -9999px;
}


/* Split Navigation
--------------------------------------------- */

.wp-custom-logo .title-area {
	max-width: none;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.wp-custom-logo .title-area img {
	height: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 961px) {

	.site-header > .wrap::before,
	.site-header > .wrap::after {
		display: none;
	}

	.site-header > .wrap {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: start;
	}
	
	.genesis-responsive-menu {
		padding-top: 0;
	}

	.title-area {
		grid-column: 2;
		grid-row: 1 / 2;
		padding-top: 0;
		padding-bottom: 0;
		margin: 30px 30px 15px;
		width: auto;
		min-height: 90px;
	}

	.nav-secondary {
		grid-column: 3;
		margin-top: 0;
		margin-bottom: 0;
	}

	.wp-custom-logo .title-area img {
		margin-top: 0;
		margin-bottom: 0;
	}

}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #222;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
	text-decoration: none;
	color: #d1aba2;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #222 !important;
	border-bottom: 1px solid #fff;
	border-top: 0;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	text-align: center;
}

.genesis-nav-menu .sub-menu a:hover, 
.genesis-nav-menu .sub-menu a:focus {
	color: #d1aba2 !important;
}

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

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .highlight {
	background-color: #585f6d;
	border: 2px solid #585f6d;
	list-style-type: none;
	padding: 0;
}


.genesis-nav-menu > .highlight a.sf-with-ul {
	color: #fff;
}

.genesis-nav-menu > .highlight a.sf-with-ul:hover,
.genesis-nav-menu > .highlight a.sf-with-ul:focus {
	color: #222;	
}

.genesis-nav-menu > .highlight .sf-with-ul:hover,
.genesis-nav-menu > .highlight .sf-with-ul:focus {
	background-color: #fff !important;
	color: #222;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	float: left;
	margin-top: 2px;
	text-align: center;
	width: auto;
}

.nav-primary span.menu-description,
.nav-secondary span.menu-description {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	text-align: center;
	padding-top: 5px;
	text-transform: lowercase;
	color: #222;
}


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

.nav-secondary {
	text-align: center;
}

.nav-secondary .widget-area,
.nav-primary .widget-area {
	margin-top: 10px;
}
 
.site-header .search-form input[type="search"] {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #222;
	color: #fff;
}

.site-header .search-form ::-moz-placeholder,
.site-header .search-form ::-webkit-input-placeholder,
.site-header .search-form ::placeholder {
   color: #fff;
	background-color: #222;
}

.accent-menu {
	border: 2px solid #d1aba2;
}


.carticon a:before {
	content: "\f174";
	font-family: 'dashicons';
}

.login a:before {
	content: "\f110";
	font-family: 'dashicons';
}

.contact a:before {
	content: "\f0e0";
	font-family: "FontAwesome";
}

.login a,
.support a,
.carticon a,
.contact a {
	color: #d1aba2;
}

.login a:hover,
.support a:hover,
.carticon a:hover,
.contact a:hover {
	color: #222;
}

.genesis-nav-menu .sub-menu a:before {
	content: "";
}


/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 0px;
}


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

.even.entry .alignleft {
	float: right;
	border-left: 5px double #eae5df;
	padding-left: 30px;
	border-right: 0px;
	padding-right: 0px;
}

.before-blog {
	width: 100%;
	margin-top: 195px;
	margin-bottom: -70px;
	max-height: 550px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	background-attachment:	fixed;
}

.before-blog .wrap {
	max-width: 100%;
	text-align: right;
}

.paged .before-blog {
	display: none !important;
}

.before-blog h2,
.before-blog p {
	color: #fff;
}

.before-blog h2 em {
	font-size: 84px;
	font-size: 8.4rem;
}

.before-blog .entry-image {
	border: 0px;
}

.before-blog .widget_custom_html {
    width: 54%;
    float: left;
    padding-top: 90px;
	margin-left: 70px;
}

.before-blog .widget_media_image,
.before-blog .widget_sp_image {
    width: 38%;
    float: right;
    max-height: 550px;
}

.before-blog .widget_media_image img,
.before-blog .widget_sp_image img {
    object-fit: cover;
    max-height: 550px;
}

.before-blog .widget_media_image .widget-title,
.before-blog .widget_sp_image .widget-title {
	display: none !important;
}

.before-blog .button {
	background-color: transparent;
	border: 2px solid #d1aba2;
	color: #fff;
}

.before-blog .button:hover,
.before-blog .button:focus {
	background-color: transparent;
	border: 2px solid #d1aba2;
	color: #d1aba2;
}

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

.shopstyle-area {
	margin-bottom: 80px;
}

.shopstyle-area .wrap {
}

.entry {
	margin-bottom: 40px;
}

.page .content .entry {
	border-bottom: none;
}

.page .content .entry,
.single .content .entry {
	padding-bottom: 0;
}

.home .entry-content {
	text-align: center;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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 {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #222;
	color: #fff;
}

.entry-content a.button,
.entry-content a.button:hover, 
.entry-content a.button:focus,
.blog .entry-content a,
.blog .entry-content a:hover,
.blog .entry-content a:focus {
	box-shadow: none !important;
}

.center {
	text-align: center;
}


/* Entry Meta
--------------------------------------------- */

.entry-header {
	text-align: center;
}

.entry-header:after {
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 0px;
	border-bottom: 1px solid #222;
	width: 2.5%;
}

.blog .entry-header:after,
.front-page .entry-header:after,
.ellie-archive .entry-header:after {
	display: none;
}

.entry-footer {
	margin-top: 90px;
}

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.entry-comments-link::before {
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 20px 0;
}

.archive-pagination.pagination {
	float: right;
	margin-top: 30px;
}

.adjacent-entry-pagination {
	margin-bottom: 40px;
}

.pagination-previous a,
.pagination-next a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.archive-pagination a {
	color: #222;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
	color: #222;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 2px solid #d1aba2;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 15px 25px; 
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 2px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus {
	background-color: #fff;
	border: 2px solid #d1aba2;
	color: #d1aba2;
}

.archive-pagination li.active a {
	background-color: #fff;
	border: 0px;
	color: #222;
}

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

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

.logged-in-as {
	text-align: center;
}

.comment {
	border: 1px solid #d1aba2;
}

.comment-list li {
	padding: 30px;
	margin-top: 24px;
}

.comment-list .depth-1 {
	padding-left: 30px;
}

.comment-header {
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

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

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* To Top
--------------------------------------------- */

.to-top {
	font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    border-radius: 40px;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    color: #222;
    text-align: center;
    vertical-align: middle;
    line-height: 40px !important;
    visibility: hidden;
    opacity: 0;
    outline: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}
.to-top:hover {
    background: transparent;
    color: #d1aba2;
}
.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:50px;
		width:50px;
		right:10px;
		bottom:20px;
	}
}


/* Pricing Table
--------------------------------------------- */

.pricing-table {
	
}

.pricing-table h4 {
	border-bottom: 1px solid #222;
	color: #222;
	margin: -40px -40px 40px;
	padding: 40px;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #eee;
	margin: 20px -1px;
	padding: 40px;
	width: 33.33%;
	-webkit-box-shadow: 0 1px 5px rgba(190,190,190,.46);
	-moz-box-shadow: 0 1px 5px rgba(190,190,190,.46);
	box-shadow: 0 1px 5px rgba(190,190,190,.46);
	-webkit-backface-visibility: hidden;
}

.pricing-table .one-third:nth-child(3n+1) {
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
	margin: 20px 0 80px;
}

.pricing-table ul li {
	border-bottom: 1px solid #222;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.pricing-table a.button {
	text-align: center;
	display: block;
	box-shadow: none !important;
}

.pricing-table a.button:hover,
.pricing-table a.button:focus {
	box-shadow: none !important;
	color: #d1aba2;
}

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

	.pricing-table .one-third {
		margin: 0;
		width: 100%;
	}
	
}


/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
	border: none;
	float: left;
	padding: 0px 10px;
	width: 25%;
	margin-bottom: 20px;
}

.category-index .widget {
	padding: 0px 0px 80px;
	clear: both;
}

.category-index .entry-header::after {
	display: none !important;
}

.category-index .aligncenter {
	margin-bottom: 10px;
}

.category-index .entry-title {
	line-height: 1;
}

.category-index .entry-title a {
	text-transform: none;
	font-size: 20px;
	font-size: 2rem;
}

.category-index .widget-title {
	font-size: 30px;
	font-size: 3rem;
}

.category-index .widget-title::after {
    border-bottom: 0px solid #d1aba2;
    content: "";
    display: block;
    margin: 20px auto 30px;
    width: 40%;
}

.category-index a.aligncenter img:hover {
	opacity: .6;
}

.category-index.widget-area .more-from-category a {
	text-align: center;
	float: right;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1.5px;
	line-height: 1;
	padding: 15px 25px;
}

.category-index.widget-area .more-from-category a:hover,
.category-index.widget-area .more-from-category a:focus {
	background: #fff;
	color: #222;
}


/* Instagram Page
--------------------------------------------- */

.instagram-page .site-inner {
	margin-top: 110px;
	background-color: #ffffff;
	max-width: 1140px;
}

.instagram-page .site-title,
.instagram-page .site-title a,
.instagram-page .site-title a:hover {
	color: #222;
}

.instagram-page .content {
	max-width: 800px;
	margin: 40px auto 0px;
	padding: 20px;
}

.instagram-page .entry {
	margin-bottom: 10px;
}

.instagram-page .entry-header:after {
	display: none !important;
}

.instagram-page a {
	color: #222;
}

.instagram-page .widget {
	margin-bottom: 40px;
}

.instagram-page img:hover {
	opacity: .65;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.instagram-page li.cat-item a,
.instagram-page .widget_nav_menu a {
	background-color: #fff;
    color: #222;
	border: 2px solid #d1aba2;
    text-align: center;
    padding: 20px 14px;
    margin: 0 auto 10px;
	font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.instagram-page li.cat-item a:hover,
.instagram-page .widget_nav_menu a:hover {
    background-color: #fff;
    color: #d1aba2;
    border: 2px solid #d1aba2;
	padding: 20px 14px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.instagram-page .simple-social-icons ul.aligncenter li {
	display: inline;
}

.instagram-page .featured-content .post,
.instagram-page .featured-content .featuredpage {
	float:left;
	width: 33.333333%;
	padding: 0 10px;
}

.instagram-page h1.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
	display: none !important;
}

.instagram-page .entry-title,
.instagram-page .entry-title a,
.instagram-page .entry-title a:hover,
.instagram-page .entry-title a:focus {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.instagram-page .aligncenter {
	margin-bottom: 10px;
}

.instagram-page .sticky-social.widget-area {
	display: none !important;
}

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

	.instagram-page .site-inner {
		margin-left: 30px;
		margin-right: 30px;
	}
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	text-align: center;
}

.sidebar .widget {
	padding: 30px 20px 50px 20px;
}

.sidebar li.cat-item a,
.sidebar .widget_nav_menu a {
	background-color: #fff;
    color: #222;
	border: 2px solid #d1aba2;
    text-align: center;
    padding: 20px 14px;
    margin: 0 auto 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar li.cat-item a:hover,
.sidebar .widget_nav_menu a:hover {
    background-color: #fff;
    color: #d1aba2;
    border: 2px solid #d1aba2;
	padding: 20px 14px;
}

.sidebar .widget ul > li {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.sidebar .enews {
	background-color: #eae5df;
}

.sidebar .enews-widget input {
	border: 0px;
}

.sidebar .enews-widget input[type="submit"] {
	width: 100%;
}

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

.widget-above-footer {
	padding: 40px 20px 60px;
	background: linear-gradient(to right, #eae5df 50%, #fff 50%);
	text-align: center;
	margin-top: 120px;
	border-top: 3px solid #eae5df;
}

.widget-above-footer .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

.widget-above-footer .widget_custom_html {
	margin-top: -120px;
}

.notification-bar.widget-area .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 94%;
	padding-left: 20px;
	padding-right: 20px;
}

.widget-above-footer img:hover {
	box-shadow: none;
}

.footer-widgets {
	background-color: #1c1c1c;
	text-align: center;
	clear: both;
	margin: 0px auto;
	padding-top: 50px;
	width: 100%;
}

.footer-widgets .button {
	color: #fff;
}

.footer-widgets .button:hover,
.footer-widgets .button:focus {
	color: #222;
}

.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-widgets-1 {
	width: 100%;
	padding: 0px 2%;
	float: left;
}

.footer-widgets-1,
.footer-widgets-1 .widget-title,
.footer-widgets-1 p,
.footer-widgets-1 h2 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 20px;
}

.footer-widgets-1 h2 {
	margin-bottom: 10px;
}

.footer-widgets-1 .enews-widget {
	padding: 2% 3%;
}

.footer-widgets-1 .enews-widget .widget-title {
	width: 20%;
    float: left;
	margin-top: -66px;
	margin-right: 0px;
	font-family: 'amaroregular';
	font-weight: 400;
	transform: scale(1) translate(0px) rotate(-18deg);
	font-size: 64px;
	font-size: 6.4rem;
}

.footer-widgets-1 .enews-widget p {
	float: none;
	width: 50%;
	text-align: center;
	margin: 0px auto;
	line-height: 1.6;
}

.footer-widgets-1 .enews-widget input {
	float: none;
	width: 24%;
	margin-right: 10px;
}

.footer-widgets-1 .enews-widget input[type="submit"] {
	padding-top: 12px;
	padding-bottom: 12px;
	border: 2px solid #d1aba2;
}

.footer-widgets-1 .enews-widget input[type="submit"]:hover {
	background-color: #1c1c1c;
	border: 2px solid #d1aba2;
	color: #d1aba2;
}

#sb_instagram #sbi_load .sbi_load_btn, 
#sb_instagram .sbi_follow_btn a {
	background-color: #fff !important;
	border: 2px solid #d1aba2 !important;
	color: #222 !important;
	border-radius: 0px !important;
}

#sb_instagram #sbi_load .sbi_load_btn:hover, 
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram #sbi_load .sbi_load_btn:focus, 
#sb_instagram .sbi_follow_btn a:focus {
	background-color: #fff !important;
	border: 2px solid #d1aba2 !important;
	color: #d1aba2 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.sb_instagram_header {
	display: none !important;
}

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

.site-footer {
	background-color: #1c1c1c;
	line-height: 2;
	padding: 30px;
	text-align: center;
	margin-top: 0px;
}

.site-footer .wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-footer p,
.creds {
	margin-bottom: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	color: #fff;
}

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

.site-footer a:hover,
.site-footer a:focus {
	color: #d1aba2;
}

/* Filterable Portfolio
---------------------------------------------------------------------------------------------------- */

.archive-description.cpt-archive-description {
	border: none;
	padding-top: 30px;
}

.archive-description.cpt-archive-description p {
	padding: 0px 30px;
}

.filter-button-group {
    margin-bottom: 16px;
	margin-left: 30px;
	text-align: center;
}

.filter-button-group button {
    margin-right: 6px;
    margin-bottom: 14px;
    padding: 12px 30px;
	border: none;
    background-color: #eae5df;
    letter-spacing: 2px;
    text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	color: #222;
}

.filter-button-group button.active,
.filter-button-group button:hover {
    color: #fff;
    background-color: #222;
}

.filter-button-group button:focus {
    outline-style: none;
    outline-color: transparent;
}

.gutter-sizer {
    width: 0;
}

.grid-sizer,
.filterable-page .content .entry {
    width: 100%; /* 1 column */
    margin-bottom: 15px;
}

.filterable-page .content {
	padding: 20px 20px 40px 10px;
}


.filterable-page .content .entry {
	padding: 10px;
}

.isotope-image {
	padding: 10px;
}

.portfolio-image a {
	display: block;
	position: relative;
	border: 1px solid #ddd;
}

.portfolio-image a img {
	vertical-align: top;
}

.portfolio-image a .entry-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
	background: transparent;
	text-align: center;
	color: #fff;
	opacity: 0;
	padding: 10px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	border: 2px solid #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.portfolio-image a:hover .entry-title {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.portfolio-image a:hover {
	box-shadow: 0 8px 20px 0 #cbcbcb;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.filterable-page .entry-header::after {
	display: none;
}

/* for the light overlay when image is hovered */
.portfolio-image a:hover:before {
	background: #000;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

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

	.portfolio-image a .entry-title {
		opacity: 1;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 100%;
		border: 0px;
		padding-bottom: 0px;
		outline: 0px !important;
	}
	
	.portfolio-image a:hover:before {
		opacity: 1;
		-webkit-transition: none;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		transition: 		none;
	}
	
}

@media only screen and (min-width: 600px) {
	
    .gutter-sizer {
        width: 1%;
    }

    .grid-sizer,
    .filterable-page .content .entry {
        width: 48.5%; /* 2 columns */
    }

}


@media only screen and (min-width: 960px) {
	
	/* Filtrable Portfolio
	--------------------------------------------- */

	.filterable-page .content {
   		width: 100%;
	}

	.gutter-sizer {
   		width: 1%;
	}

	.grid-sizer,
	.filterable-page .content .entry {
    	width: 32.3333333%; /* 3 columns. (100-4)/3 = 32. Where 4 = (Number of columns - 1) x gutter width */
	}
	
}


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

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

	.genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.sidebar .widget {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.footer-widgets-1, .footer-widgets-2 {
		border-right: none;
	}
	
	.filterable-page .content {
		padding: 0px;
	}

}


@media only screen and (max-width: 960px) {
		
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.site-header .nav-primary,
	.site-header .nav-secondary,
	.header-image .title-area,
	.title-area,
	.notification-bar.widget-area .enews-widget p,
	.footer-widgets-1 .enews-widget input,
	.footer-widgets-1 .enews-widget p,
	.before-blog .widget_sp_image,
	.before-blog .widget_custom_html {
		width: 100%;
	}
	
	.before-blog {
		max-height: none;
	}
	
	.before-blog .wrap {
    padding-left: 20px;
    padding-right: 20px;
	}
	
	.before-blog .widget_custom_html {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-left: 0px;
	}
	
	.footer-widgets-1 .enews-widget .widget-title {
		width: 100%;
		margin-top: 0px;
	}
	
	.sticky-social.widget-area {
		display: none !important;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu {
		box-shadow: none;
		background-color: #f5f5f5;
	}

	.site-header {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.title-area {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header-image .site-title > a {
		background-position: center !important;
		margin: 0 auto;
	}

	.genesis-nav-menu li,
	.header-image .title-area {
		float: none;
	}
	
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}
	
	.notification-bar.widget-area .enews-widget input {
		float: none;
		width: 25%;
	}
	
	.widget-above-footer .enews {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	blockquote {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.landing-page .site-inner {
		max-width: 100%
	}
	
	.portfolio-image a .entry-title {
		color: #222;
	}
	
	.portfolio-image a:hover:before {
		background: transparent;	
	}
	
	.portfolio-image a:hover {
		box-shadow: none;
	}
	
	/* Genesis Responsive Menus */
	
	.js .site-header nav .wrap {
		padding: 0;
	}
	
	.search .search-form {
		margin-bottom: 20px;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #222;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle {
		border: 0px !important;
		
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		color: #d1aba2;
		border: 0px;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 0;
		outline-offset: -1px;
	}

	.menu-toggle {
		width: 100%;
	}

	.menu-toggle::before {
		font-size: 2em;
		text-rendering: auto;
		vertical-align: middle;
	}
	
	button.menu-toggle {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-size: 2.2rem;
        letter-spacing: 2px;
        text-transform: uppercase;
		font-weight: 300;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	button.sub-menu-toggle {
		font-size: 20px;
		font-size: 2rem;
		background: transparent;
	}
	
	button.sub-menu-toggle:hover,
	button.sub-menu-toggle:focus {
		background: transparent;
	}
	
	#genesis-mobile-nav-primary.activated {
		border-bottom: 0px !important;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 1px;
		top: 1px;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}
	
	nav.genesis-responsive-menu {
		display: none;
		border-top: 0px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #d1aba2;
	}
	
	.genesis-responsive-menu .genesis-nav-menu a:after {
		content:"";
		padding-left:0px;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus {
		color: #222;
		outline: 0;
		outline-offset: -1px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 12px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .site-header .genesis-nav-menu .menu-item a {
		padding: 10px 0;
	}
	
	.genesis-nav-menu .sub-menu a {
		background: #f5f5f5;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		padding-right: 15px;
		position: static;
		width: 100%;
	}

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


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

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 100%;
	}
	
	.ellie-archive .entry,
	.category-index .featured-content .entry,
	.widget-above-footer .enews input {
		width: 100%;
	}
	
	.ellie-archive img {
		float: none;
	}
	
	.home .entry {
		width: 100%;
	}
	
	.site-inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.blog .entry-image {
		border-right: none;
		padding-right: 0px;
	}
	
	.even.entry .alignleft,
	.ellie-archive .even.entry .alignleft {
		border-left: none;
		padding-left: 0px;
		float: none;
		margin: 0px auto 40px;
		display: block;
	}
	
	.ellie-archive img.alignleft {
		margin-right: 0px;
	}
	
	.blog .entry-image {
		float: none;
		margin: 0 auto 40px;
		display: block;
	}

	.content-sidebar .content {
		border-right: none;
	}

	.sidebar-content .content {
		border-left: none;
	}

	.sidebar .widget {
		padding: 30px 4%;
	}

	.sidebar .widget:last-child {
		border-bottom: none;
	}

	.footer-widgets-2 {
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.site-footer .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}

}


@media only screen and (max-width: 700px) {
	
	.site-title a, 
	.site-title a:hover, 
	.site-title a:focus {
		letter-spacing: 1px;
	}
	
	.site-description {
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
	
}


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

	.after-entry .enews-widget,
	.landing-page .enews-widget {
		padding: 20px;
		width: 100%;
	}

	.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%;
	}
	
	.instagram-page .featured-content .post, 
	.instagram-page .featured-content .featuredpage {
		width: 100%;
	}

	.footer-widgets .wrap,
	.site-footer .wrap {
		padding-left: 4%;
		padding-right: 4%;
	}

}