/*
	Theme Name: The Frugality
	Theme URI: http://gattoweb.com/
	Description: A mobile responsive and HTML5 feminine WordPress theme.
	Author: Gatto Web // Cat Byrne
	Author URI: http://www.gattoweb.com/
	Copyright: Copyright (c) 2017, Gatto Web, Released 02/03/2017
	Version: 1.0.1

	Template: genesis
	Template Version: 2.0.1
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- After Entry
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Simple Social Icons
		- Simply Instagram
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Easy Recipe
		- WooCommerce 
	- 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
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


/*
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:0}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}


@font-face {
    font-family: 'Rigoletto';
    src: url('../otf/rigolettofree.otf');
    font-style: normal;
}

@font-face {
    font-family: 'TroubleFont';
    src: url('../troublefont.html'),
    url('../eot/troublefont.eot'),
    url('../woff/troublefont.woff'),
    url('../woff2/troublefont.woff2');
    font-style: normal;
}

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

/* NEW Shop Page
--------------------------------------------- */

/* ## Shop Page
--------------------------------------------- */

.tab {
    overflow: hidden;
    background: #FAF5EF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab button {
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 20%;
    text-align: center;
    display: block;
    color: #000000;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.page-template-page_newshop .shop-disclaimer {
    position: relative;
    text-align: right;
    margin-top: -45px;
	top: auto;
}

.newshop {

    margin: 50px 0;
    border-top: none;
    animation: fadeEffect 1s; 
    column-count: 6;
    column-gap: 1em;
}

.tablinks a {
    border-bottom: 0px solid !important;
}

.newshop a {
    display: inline-block;
    position: relative;
	border-bottom: none !important;
}

.newshop a .brand {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.newshop a .brand::before {
    content: " ";
    background: #ffffff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.newshop a:hover .brand {
    opacity: 1;
}

.newshop a:hover .brand::before {
    opacity: 0.7;
}

.newshop a .brand p {
    margin: auto;
    z-index: 10;
    color: #000000;
}

.newshop a {
	margin: 0 0 20px;
}

#Fashion, #Beauty, #Interiors, #Parenting, #Travel {
    display: none;
}
.page-id-40821 #Fashion {
    display: block;
}
.page-id-40824 #Beauty {
    display: block;
}
.page-id-40827 #Interiors {
    display: block;
}
.page-id-40831 #Parenting {
    display: block;
}
.page-id-35369 #Travel {
    display: block;
}

.page-id-40821 .post-title span,
.page-id-40824 .post-title span,
.page-id-40827 .post-title span,
.page-id-40831 .post-title span,
.page-id-35369 .post-title span {
    visibility: hidden;
}

.page-id-40821 .adsbygoogle,
.page-id-40824 .adsbygoogle,
.page-id-40827 .adsbygoogle,
.page-id-40831 .adsbygoogle,
.page-id-35369 .adsbygoogle,
.page-id-40848 .adsbygoogle {
    display: none !important;
}

.page-id-40821 .post-title span:before,
.page-id-40824 .post-title span:before,
.page-id-40827 .post-title span:before,
.page-id-40831 .post-title span:before,
.page-id-35369 .post-title span:before {
    content: "The Edit";
    visibility: visible;
    background: #ffffff;
}


/* NEW Home Page
--------------------------------------------- */

.home .nav-primary {
    width: 70%;
    float: left;
}
.home .social-header {
    width: 30%;
    float: right;
	display: inline-flex;
    flex-direction: row;
	justify-content: flex-end;
	column-gap: 20px;
	align-items: center;
	top: 60px !important;
}

.social-header {
    width: 17%;
    float: right;
	display: inline-flex;
    flex-direction: row;
	justify-content: flex-end;
	column-gap: 20px;
	align-items: center;
	top: 0px !important;
}

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

.home .site-inner {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}
.home .home-shop .home-shop-wrapper {
    text-align: center;
    display: table;
}
.home .home-shop-wrapper a {
    width: 18%;
    display: inline-table;
    vertical-align: middle;
}

.home .home-sign-up .home-sign-up-text {
	background: #266A6D;
}

.home-image-grid h3 {
    text-align: left;
    color: #BE4028;
    font-family: 'TroubleFont';
    z-index: 100;
    position: relative;
    font-size: 2.6em;
    letter-spacing: 3px;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;  
}

.home-banner {
	position: relative;
	line-height: 0;
	margin: 0 0 80px;
}

.home-banner img {
	width: 100%;
}

.home-banner h1 {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 5.5em;
	letter-spacing: 8.8px;
	font-family: futura-pt, sans-serif;
}

.home-blocks {
    padding: 4% 0% 4%;
	background: #F4EDDC;
}
.home-image-grid {
	background: #F4EDDC;
	padding: 2% 4%;
}

.home-blocks a {
	display: block;
}

.home-blocks .inner {
	margin: 0 auto;
    max-width: 1500px;
    padding: 0 5%;
	overflow: visible;
}

.home-blocks .block {
	width: 40%;
}

.home-blocks .block-1 {
	float: left;
}

.home-blocks .text-1 {
	float: right;
	width: 50%;
	margin: 5% 0;
}

.home-blocks .text-1 p {
	font-size: 3.5em;
	letter-spacing: 2px;
	text-align: right;
	font-family: 'TroubleFont';
}

.home-blocks .block-2 {
	text-align: right;
	margin: 0 0 0 auto;
}

.home-blocks .block-3 {
	margin: -5% 0 0 6%;
	clear: both;
}

.home-blocks .text-2 {
	width: 50%;
	margin: 8% 0 0 0;
}

.home-blocks .text-2 p {
	font-size: 2.5em;
	letter-spacing: 2px;
}

.home-blocks .block-4 {
	margin: -25% 0 0 57%;
	text-align: right;
}

.home-blocks .text-3 {
	width: 50%;
    float: left;
	margin: 0 0 5%;
}

.home-blocks .text-3 p {
	font-size: 2.5em;
	letter-spacing: 2px;
}

.home-blocks .block-5 {
	margin: 0;
    float: right;
}

.home-blocks .block-6 {
	margin: 0;
}

.home-blocks .text-4 {
	width: 50%;
	margin: 10% 0 10%;
}

.home-blocks .text-4 p {
	font-size: 1em;
	letter-spacing: 1.6px;
	font-family: futura-pt, sans-serif;
	color: #000000;
}

.home-blocks .block-7 {
	margin: -30% 0 0 auto;
}

.home-blocks .block-8 {
	margin: -40% 0 0 5%;
}

.home-blocks .block img {
	width: 100%;
}

.home-blocks .block h3 {
	font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2.2px;
    font-size: 1.375em;
    margin: 17px 0 0 0;
}

.home-blocks .block .price {
	color: #000000;
	font-family: futura-pt, sans-serif;
	letter-spacing: 1.6px;
	margin: 20px 0 0 0;
}

.home-image-grid .inner {
	margin: 0 auto;
    max-width: 1500px;
    padding: 0 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-image-grid .inner .image {
	width: 30%;
}


.home-image-grid .inner .image:nth-child(2) {
	margin: 10% 0 0 0;
}



.woocommerce .home-instagram {
	margin: 0 0 150px;
}

.home-instagram .inner {
	margin: 0 auto;
    max-width: 1500px;
    padding: 0 5%;
}

.woocommerce .home-instagram .inner {
	max-width: none;
	padding: 0;
}

.home-instagram h2 {
	font-family: 'futura-pt';
	color: #000000;
	font-size: 2.5em;
	letter-spacing: 3px;
	margin: 0 0 20px;
}

.home-quote {
	margin: 100px 0;
}

.home-quote .inner {
	margin: 0 auto;
    max-width: 1500px;
    padding: 0 5%;
}

.home-quote .inner .background {
	background: #f8c200;
	padding: 50px;
}

.home-quote .inner .background p {
	font-size: 4.8125em;
	color: #ffffff;
	font-family: linotype-didot, serif;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	
	.social-header {
    position: absolute !important;
}
	
		.woocommerce div.product div.summary {
		width: 100% !important;
	}
	
	.home-blocks .block,
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 80% !important;
		display: inline;
	}
	
	.home-blocks .block-2{
		margin: 10% 0 0 auto;
	}
	
	.woocommerce ul.products li.product:nth-of-type(6n+2), 
	.woocommerce-page ul.products li.product:nth-of-type(6n+2) {
		margin: 10% 0 0 auto !important; 
	}
	
	.home-blocks .block-3 {
		margin: 10% 0 0 10%;
	}
	
	.woocommerce ul.products li.product:nth-of-type(6n+3), 
	.woocommerce-page ul.products li.product:nth-of-type(6n+3) {
		margin: 10% 0 0 10% !important;
	}
	
	.home-blocks .block-4 {
		margin: 0 0 0 15%;
	}
	
	.woocommerce ul.products li.product:nth-of-type(6n+4), 
	.woocommerce-page ul.products li.product:nth-of-type(6n+4) {
		margin: 10% 0 0 auto !important;
	}
	
	.home-blocks .block-5 {
		margin: 10% 0 0 0;
	}
	
	.woocommerce ul.products li.product:nth-of-type(6n+5), 
	.woocommerce-page ul.products li.product:nth-of-type(6n+5) {
		margin: 10% 0 0 0 !important;
	}
	
	.home-blocks .block-6 {
		margin: 10% 5% 0 auto;
	}
	
	.woocommerce ul.products li.product:nth-of-type(6n+6), 
	.woocommerce-page ul.products li.product:nth-of-type(6n+6) {
		margin: 10% 5% 0 auto !important;
	}
	
	.home-blocks .block-7 {
		margin: 0 0 0 auto;
	}
	
	.home-blocks .block-8 {
		margin: 5% 0 0 5%;
	}
	
	.home-blocks .text-1 {
		width: 90%;
	}
	
	.home-blocks .text-2 {
		width: 90%;
	}
	
	.home-blocks .text-3 {
		width: 90%;
	}
	
	.home-blocks .text-4 {
		width: 90%;
	}
	
	.home-quote .inner .background {
		padding: 30px;
	}
	
	.home-quote .inner .background p {
		font-size: 3em;
	}
	
	.home-instagram {
		margin: 100px 0;
	}
	
	.woocommerce div.product div.images {
		width: 100% !important;
	}
	
	.tab button {
		width: 100%;
		border-bottom: 5px solid #ffffff;
	}
	
	.category-header h1 {
		line-height: inherit;
		border-bottom: 0;
		text-align: center;
	}
	
	.category-header h1 span {
		padding: 0;
	}
	
	.instagram-shop .shop-instagram-popout {
		padding: 75px 5% 5% 5%;
	}
	
	.home-image-grid .inner {
		flex-direction: column;
	}
	
	.home-image-grid .inner .image {
		width: 80%;
   		margin: 0 auto 40px !important;
	}

	
	.search .post,
	.search .page {
		width: 100% !important;
	}
    
    .home-posts.top .article,
    .home-posts.half-width .article {
        max-width: 550px;
        margin: 0 auto;
        display: block;
    }
    
    .home-posts.half-width .article img {
        width: 100%;
    }
    
    .home-single-post .popular-posts .widget .wpp-thumbnail {
        width: 100%;
    }
	
	.home .home-shop-wrapper a {
    width: 40%;

}
	
}


/* 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 */
	margin-top: 0 !important;
}

body {
	color: #2d2d2d;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height:1.7;
	overflow-x: hidden
}

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

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

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

a:hover {
	color: #333;
	text-decoration: none;
}

.entry-content a, .sidebar p a {
    text-decoration: none;
}

.page .entry-content a {
	border-bottom: 1px solid #133656;
}

.single .entry-content img {
    width: 100%;
}

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: #ec5445;
	font-size: 20px;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	font-family: "moderno-fb";
    font-weight: 300;
    font-style: normal;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 100px;
	height: 0;
	left: -20px;
	position: relative;
	top: -90px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.screen-reader-text {
	display: none;
}

.spon {
    text-align: center;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "moderno-fb";
    font-weight: 300;
    font-style: normal;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: none;
}

h1 {
	font-size: 42px;
    font-family: linotype-didot, serif;
}

h2 {
	font-size: 36px;
    font-family: linotype-didot, serif;
}

h3 {
	font-size: 26px;
    font-family: linotype-didot, serif;
}

h4 {
	font-size: 24px;
    font-family: futura-pt, sans-serif;
}

h5 {
	font-size: 20px;
    font-family: futura-pt, sans-serif;
}

h6 {
	font-size: 16px;
    font-family: futura-pt, sans-serif;
}

.fancy h3 {
    font-family: 'Holland';
    text-transform: none;
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 0;
}

.fancy h6 {
    font-family: 'Holland';
    text-transform: none;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 0;
}

.fancy .button {
    margin-top: 30px !important;
    width: 20% !important;
    padding: 15px 25px !important;
    font-size: 14px !important;
}

#featured .widget-title {
    text-align: left;
    top: 30px;
    position: relative;
    z-index: 99;
}

.about-social li {
    list-style: none !important;
    margin: 0 !important;
    text-align: center;
    display: inline;
    padding: 10px;
}
ul.about-social {
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
}

.share-social li {
    list-style: none !important;
    margin: 0 !important;
    text-align: center;
    display: inline;
    padding: 10px;
}
ul.share-social {
    text-align: center;
    padding: 4px 0;
    margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
    font-size: 14px;
}

.share-social a {
    font-size: 16px;
}

#custom_html-2 h4 {
    font-family: 'Holland';
    text-transform: none;
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 0;
}

.about-box h4 {
    padding: 100px 50px;
}
.about-box a {
    color: #fff;
}

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

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

img {
	height: auto;
}

.collab-img img {
    border: none !important;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

.featured-content img {
    object-fit: cover;
}

.category-icon {
    text-align: center;
    font-size: 2em;

}

.wcp-carousel-main-wrap img {
    border: none;
}

.wcp-carousel-main-wrap h3 {
    font-family: Playfair Display, sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    position: relative;
    margin: 15px 0 20px 0;
}

.wcp-carousel-main-wrap .slick-prev,
.wcp-carousel-main-wrap .slick-next {
    background-color: transparent !important;   
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #000000;
	color: #212121;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
}

::-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: #BE4028 !important;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 10px 15px;
    text-transform: lowercase;
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: table;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    
}


.wp-block-button__link {
		color: #fff;
	cursor: pointer;
	font-family: 'futura-pt', sans-serif;
	font-size: 13px !important;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 10px 15px;
	text-transform: uppercase;
	width: auto;
	margin: 0 auto;
	text-align: center;
		background-color: #3da0c8 !important;
	border: 1px solid #3da0c8;
}

.button a {
	color: #333;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover, .sidebar .widget_text a:hover, .stripe-button-el:hover {
	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;
}

a.more-link, #home-latest-three .widget_text a {
    display: inline-table;
    text-align: center;
    font-family: futura-pt, sans-serif;
    text-transform: lowercase;
    font-size: 17px;
    font-style: italic;
    color: #2d2d2d;
}

a.more-link:hover, #home-latest-three .widget_text a:hover {
	border-bottom: 2px solid #89725b;
}

a.more-link:after {
	content: "\f522";
	font-family: 'dashicons';
	font-size: 9px;
}

.more-from-category a {
    background: #ea8439;
    border: 1px solid #ea8439;
    clear: both;
    color: #fff;
    display: table;
    font-family: futura-pt, sans-serif, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px auto;
    padding: 8px 25px;
    text-transform: uppercase;
}

.more-from-category a:hover {
    opacity: 0.6s;
}

.page-template-page_index .content {
    column-count: 1 !important;
}

.page-template-page_index .post img {
    box-shadow: none !important;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
}

a.page-menu-item {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    margin: 0 10px;
	transition: .5s;
	text-transform: uppercase;
	font-weight: 300;
}

a:hover.page-menu-item {
	background: #88725b;
	color: #fff !important;
}

.page-menu {
    margin: 0 auto;
    text-align: center;
}

.page-id-11521 .site-inner {
    background: url(../png/leaf-bg-pink.png);
    background-size: 100% auto;
    background-position: bottom;
	background-repeat: no-repeat;
}

/* 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: #ffffff;
	margin: 0px auto 0;
	max-width: 100%;
	padding: 0;
}

#search-form-container {
    top: 58px;
    right: 0;
    position: fixed;
    z-index: 1000;
}

.admin-bar .site-container {
}

.glam-landing .site-container {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0px auto;
	width: 100%;
}

.single .site-inner {
	width: 100%;
	max-width: 1600px;
}

.page .site-inner {
    width: 85%;
	max-width: 1600px;
	padding: 0 4%;
}

.home .site-inner {
    width: 100%;
	max-width: none !important;
	padding: 0 !important;
}

.glam-home .site-inner {
	overflow: visible;
}

.wpcf7 input, .wpcf7 textarea {
    background: #fff;
    padding: 10px;
}

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

/* Content  */

.content {
	width: 100%;
}

.content-sidebar .content {
	
}

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

.posts-archive .content, .single-post .content {
    margin-top: 0px;
}

.content-sidebar-wrap {
}

/* Primary Sidebar */

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

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

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

.site-header {
	/*min-height: 160px;*/
	background-color: #fff;
}

.site-header .wrap {
	/*padding: 40px 0;*/
	padding: 10px 0;
}

#pinterest-pinboard-widget-container .pinboard img {
    width: 50% !important;
    height: 125px !important;
    object-fit: cover !important;
}

#pinterest-pinboard-widget-container .row {
    width: 100% !important;
    height: auto !important;
}

#pinterest-pinboard-widget-container a.pin_logo {
    display: none !important;
}

#pinterest-pinboard-widget-container .pin_link {
    text-align: center !important;
}

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

.title-area {
	float: left;
	/*width: 360px;*/
	width: 450px;
	padding: 10px 0;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	float: left;
	width: 100%;
	/*min-height: 60px;*/
	min-height: 99px;
	background: url(../logo.html) no-repeat left;
}

.main-logo {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 1000px;
    margin: 70px auto 50px auto;
}

.main-logo img {
    max-width: 600px;
}

.inner-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-logo-inner {
    float: left;
    max-width: 500px;
    margin: auto 20px;
    padding: 20px 0;
    width: 25%;
	height: auto;
}

.social-header {
    position: absolute;
    top: 10px;
    left: 10px;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	/*width: 800px;*/
	width: 700px;
	text-align: right;
	margin-top: 17px;
}

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

	.header-image .site-title > a {
		background-size: contain;
	}
}

/* ## Fixed Mini Header appearing on scroll
----------------------------------------------------- */

.mini-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
	display: none !important;
}

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

.mini-header .alignleft {
    margin: 15px 0 0 10px;
    width: 20%;
    padding: 5px 0;
}

.mini-header .genesis-nav-menu a {
    padding: 30px;
}

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

.single .entry {
	padding: 50px;
    width: 80%;
    margin: 0 auto;
}

.single .entry .entry-content.page-builder {
	width: 100% !important;
}

.post-wrapper {
	width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding-right: 350px;
}

.woocommerce .post-wrapper {
	padding-right: 0;
}



.post-sidebar {
	float: right;
    padding: 50px 0 0 0;
    width: 300px;
    margin-left: -300px;
}

.post-sidebar h4 { 
	width: 100%;
    color: #133556;
    margin: 0 0 20px 0;
    font-family: 'TroubleFont';
    letter-spacing: 0;
    z-index: 100;
    position: relative;
    font-size: 2em;
    letter-spacing: 3px;
    line-height: 1.4em;
	text-align: center;
}

.post-sidebar .home-shop-wrapper a {
	width: 49%;
    display: block;
    float: left;
}


.post-sidebar .home-shop-wrapper a:nth-child(2n+1) {
	margin: 0 2% 0 0;
}

.post-sidebar .wpp-post-title {
	font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    margin: 10px 0 0;
    display: block;
    width: 100%;
}

.post-sidebar .wpp-list li {
	margin: 0 0 20px 0;
}

.search-form {
	opacity: 0;
    position: fixed;
    right: 0;
    transition: opacity .1s ease-in-out;
   -moz-transition: opacity .1s ease-in-out;
   -webkit-transition: opacity .1s ease-in-out;
    top: 0px;
    z-index: 1000;
    border-bottom: 2px solid #133556;
	width: 300px;
}

.search .content {
	display: flex; 
	flex-wrap: wrap;
}

.search .content .archive-description {
	width: 100%;
}

.search .page {
    width: 33.3%;
    float: left;
    padding: 30px;
}

.search .content img {
	width: 100%;
}

.home .search-form {
    top: 50px;
}

.search-form.show {
    opacity: 1;
}

.search-form input {
    border: none !important;
}

.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(../icon-search%402x.html) no-repeat right;
	background-size: 36px 16px;
	color: #133656;
	font-size: 10px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 10px 50px 10px 13px;
	text-transform: uppercase;
	width: 100%;
	border: 1px solid #ccc;
	font-family: 'futura-pt', sans-serif;
}

img.centered,
.aligncenter {
	display: block;
}

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

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

.alignright {
	float: left;
	text-align: center;
	width: 60%;
}

.pagination-next.alignright {
    text-align: right;
}

.alignsocial {
    float: right;
    margin-top: 5px;
}

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

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	object-fit: cover;
}

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

.entry-content .wp-caption-text {
	font-size: 12px;
	font-weight: 400;
	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;
}

.glam-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	overflow: hidden;
	padding: 30px 0;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
    margin: 0 140px;
    background: #fff;
    padding: 20px;
	display: none;
}

.author-box-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 400;
}

.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 {
	font-family: "moderno-fb";
    font-weight: 300;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-align: center;
}

.page .entry-title {
    display: none;
}


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

.sidebar .button {
    width: 100%;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #fff;
	text-decoration: none;
}

a:hover, .footer-widgets .entry-title a:hover {
}

.entry-title a:hover, .table-cell h2 a:hover, .article h2 a:hover {
	border-bottom: 2px solid;
}

.archive-title {
	font-family: futura-pt, sans-serif, sans-serif, serif;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	padding: 0 0 7px;
	text-align: center;
	text-transform: uppercase;
}

.archive-shop {
    width: 100%;
    background: #FAF5EF;
    padding: 2% 4%;
    margin: 0 0 80px;
}

.archive-shop h3 {
    text-align: right;
    color: #BE4028;
    font-family: 'TroubleFont';
    z-index: 100;
    position: relative;
    font-size: 2.6em;
    letter-spacing: 3px;
}

.archive-shop .more {
    background: #BE4028 !important;
    color: #ffffff;
    border-bottom: none;
    display: block;
    text-align: center;
    font-size: 1em;
    border: none;
    margin: 40px auto 0;
    font-family: futura-pt, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 155px;
    padding: 10px 25px;
}

.archive-shop-wrapper {
    text-align: center;
}

.archive-shop-wrapper a {
    margin: 0 10px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.widget-title {
	font-size: 20px;
	font-style: normal;
    position: relative;
}

.footer-blocks {
	padding: 20px 40px;
}

.footer-blocks-inner {
	display: flex;
	justify-content: space-between;
}

.footer-blocks .footer-block {
	width:30%;
	padding: 20px;
	text-align: center;
}

.footer-blocks .enews-widget input {
    background: transparent !important;
    border: none;
    border-bottom: 2px solid #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 1em
}

.footer-blocks .enews-widget input::placeholder {
    color: #ffffff;
}

.footer-blocks .enews-widget input[type="submit"] {
    background: #ffffff !important;
    color: #133556;
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 7px 20px;
}

/* Pop out sidebar
--------------------------------------------- */

.side-widget {
    position: fixed;
    z-index: 10000;
    background: #e5d0b4;
    right: -400px;
    width: 400px;
    height: 100%;
    padding: 60px 30px;
    transition: right 0.3s ease-in;
    -moz-transition: right 0.3s ease-in;
    -webkit-transition: right 0.3s ease-in;
    -o-transition: right 0.3s ease-in;
}

.side-widget.out {
    right: 0;
}

.side-widget .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2em;
    cursor: pointer;
	font-family: futura-pt, sans-serif;
}

.search-icon {
    right: 10px;
    top: 41px;
    cursor: pointer;
    z-index: 1000;
}



.search-icon i {
    color: #133556;
}


/* Suggested Reading Time
--------------------------------------------- */

.reading-time {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}


/* Home Latest Post 
--------------------------------------------- */

.single .latest-post {
    margin: 0 0 30px 0;
    overflow: auto;
}

.single .latest-post  .wp-post-image {
    display: block !important;
}

.single .latest-post img {
    width: 49%;
    margin: 0 2% 0 0;
}

.single .latest-post img:last-child {
    margin: 0;
}


.latest-post img {
    height: auto;
    width: 34%;
    border: none;
    float: left;
    margin: 0 1% 0 0;
}

.latest-post-content {
    width: 30%;
    float: left;
	position: relative;
}

.latest-post .single-featured-image img {
    width: 69%;
}

.single .latest-post .single-featured-image img {
    width: 100%;
}

.latest-post-nav {
    position: fixed;
    background: #fffbf5;
    margin: 0 auto;
    width: 100%;
    display: none;
    left: 0;
}

.latest-post-nav.hover {
    display: block;
}

.latest-post-nav-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    overflow: auto;
}

.latest-post-single {
    width: 24%;
    float: left;
    margin: 0 0.5%;
    
}

.latest-post-single img {
    height: auto;
    width: 100%;
    border: none;
}

.menu-primary .menu-item.featured:hover .latest-post-nav {
    display: block;
}

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

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

.home-top-right .featured-content .entry,
.sidebar .featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.home-top-right .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 5px;
	text-align: left;
}

.home-top {
    margin: 0 auto;
	background: #fffbf5;
	padding: 10px 40px;
}
.home-top .post img {
    width: 35%;
	float: left;
}
.home-top .post .entry-content, .home-top .post .entry-header {
    width: 30%;
    float: left;
}

.home-top .entry-content {
    text-align: justify;
    padding: 20px;
}
#home-latest-three img {
    margin: 0 20px 0 0;
}
#home-latest-three .entry-content p {
    text-align: justify;
}

#home-latest-three .widget_text .widget-title {
    font-family: futura-pt, sans-serif;
    letter-spacing: 0;
	margin-top: -50px;
	font-size: 65px;
	color: #89725b;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin: 40px 140px;
}

.enews h5 {
    color: #ffffff;
}

.after-entry .enews-widget {
	padding: 30px;
	background: transparent !important;
}

.after-entry .widget {
	margin: 30px 0;
}


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

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

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
}

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

.content .share-filled .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 .googlePlus .count,
.content .share-filled .googlePlus .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 .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #e08579;
	border: 1px solid #e08579;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus: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 .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #e08579!important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

.share-before {

    text-align: center;
}

.wp-block-columns.travel-resources .wp-block-column {
    position: relative;
}

.wp-block-columns.travel-resources .wp-block-column .wp-block-button {
    position: absolute;
    bottom: -60px;
    width: 100%;
}

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

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #fff;
	border: 1px solid #fff;
	color: #333;
	margin: 0;
	width: 100%;
}

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

.sidebar .enews-widget.widget {
	background-size: 100%;
	text-align: center;
}


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

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

/* Simple Social Icons
--------------------------------------------- */

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

.sidebar .simple-social-icons ul.aligncenter li, .footer-blocks .simple-social-icons ul.aligncenter li {
    float: none !important;
}

.sidebar #simple-social-icons-4 ul li a, .footer-blocks #simple-social-icons-5 ul li a {
    font-size: 14px;
}


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

#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

.content .share-count {
	background: #555;
	padding: 3px 5px;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-ustom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
	background: #f9f9f9 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 5px 10px !important;
}

.content div.sharedaddy h3.sd-title {
	float: left;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	width: 20%;
}

.accordion {
    text-align: center;
}

.accordion h3 {
    font-size: 18px;
}

.accordion h3::after {
    content: "\f078";
    font-family: 'FontAwesome';
    right: 50px;
    color: #333;
    font-size: 10px;
}

.accordion h3:focus {
    outline: 0;
}

.case-studies .widget-title {
    font-size: 24px;
}

.case-studies .panel-grid-cell {
    background: #fff;
}

/* Shop Page
--------------------------------------------- */

.responsive-tabs .responsive-tabs__list__item {
    font-family: 'essonnes-display';
    text-transform: uppercase !important;
    color: #212121 !important;
    letter-spacing: 1px !important;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    border-color: #fff !important;
}

.responsive-tabs .responsive-tabs__panel {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}


/* Simply Instagram
--------------------------------------------- */

.front-photo {
	box-shadow: none !important;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top li {
	margin: 0;
	padding: 0;
}

.home-top #genesis-responsive-slider {
    background-size: 100%;
    border: 0;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    background-size: 95%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-top .flexslider {
	background: transparent;
    max-height: auto;
    max-width: 100%;
}

.home-top .slide-excerpt {
	background: #ffffff;
	margin: 0 0 3%;
	padding: 20px 20px 0px 20px;
	opacity: 1;
}

.home-top .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.home-top .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
	line-height: 0.8;
}

.flexslider .slides img {
    width: 100%;
}

.home-top #genesis-responsive-slider h2 a {
	font-size: 22px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
	line-height: 1 !important;
	font-family: 'essonnes-display', sans-serif, serif;
	text-transform: none;
    letter-spacing: 0.01em;
}

.home-top .slide-excerpt-border p {
    text-align: center;
    padding-top: 10px;
	margin: 0;
}

.slide-excerpt {
    right: 5% !important;
    bottom: 0% !important;
    width: 90% !important;
}

.slide-excerpt h4, .slide-excerpt .shopthepost-widget {
    display: none;
}

.archive .post h4, .archive .shopthepost-widget {
    display: none;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a {
	background: url(../png/icon-direction-nav.png) no-repeat -44px 0;
	background-size: 88px 96px;
	height: 48px;
	top: 80%;
	right: 10px;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	width: 44px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -44px -48px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	top: 20%;
	left: 10px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -48px;
}

.home-top .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
	max-height: 545px;
}

.home-top .genesis_responsive_slider .flex-control-nav {
	margin: 14px 0 0;
	text-align: center;
	width: 100%;
	height: 5px;
	display: none;
}

.home-top .genesis_responsive_slider .flex-control-nav li a {
	background: url(../png/icon-control-nav.png) no-repeat 0 0;
	background-size: 100px 39px;
	width: 100px;
	display: none;
}

.flex-control-nav, .flex-direction-nav {
    display: none;
}

.home-top .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.home-top .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

.page-template-page-shop .entry .entry-content,
.page-template-page-shop-instagram .entry .entry-content {
	position: relative;
}

.shop-disclaimer {
	position: absolute;
    top: -25px;
    right: 0;
}

.shop-page-menu {
    width: 100%;
    display: inline-block;
}

.shop-page-menu a {
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    background: #fff;
    padding: 10px 25px;
    margin: 0.4%;
}

.shop-page-menu a:hover {
    background: #773364;
	color: #fff !important;
}

.shop-page .boutique-widget {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.shop-page {
    background: #fff;
}


.flexslider .slides {
    background: #f9f4f2;
}

#genesis-responsive-slider {
    background-color: #f8f5ee !important;
}

.flexslider .slides img {
    width: 100%;
    min-height: 370px;
    object-fit: cover;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 13px;
	font-weight: 300;
	padding: 12px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 10px;
}

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

img#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

#respond .form-submit input[type="submit"] {
    border-width: 0 0 2px 0;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce .product_meta {
	display: none;
}

.woocommerce div.product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 !important;
	margin: 40px 0 0 0;
}

.woocommerce-product-details__short-description {
	color: #000000;
	font-size: 1.125em;
}

.woocommerce div.product div.summary {
	width: 53% !important;
}

.woocommerce h1.entry-title {
    text-align: left;
	font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2.2px;
    font-size: 2em;
	margin: 20px 0 30px;
}

.woocommerce div.product p.price span {
	font-size: 24px;
    font-family: futura-pt, sans-serif;
}

.woocommerce div.product form.cart .button {
	background-color: #ff4500 !important;
    font-family: 'futura-pt', sans-serif;
    font-size: 1em !important;
    letter-spacing: 2px !important;
    padding: 15px !important;
    margin: 0 auto 0 0;
    display: block;
    float: none !important;
    min-width: 200px;
}

.woocommerce div.product div.images {
	width: 40% !important;
}

.woocommerce a.button {
    background-color: #ff4500 !important;
    font-family: 'futura-pt', sans-serif;
    font-size: 1em !important;
    letter-spacing: 2px !important;
    padding: 15px !important;
    margin: 0 auto 0 0;
    display: block;
    float: none !important;
    max-width: 200px;
    margin-bottom: 30px;
}

.woocommerce div.product form.cart div.quantity {
	display: none !important;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	border-radius: 0 !important;
	color: #fff !important;
	font-weight: normal !important;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #DDD !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10px;
	font-weight: 400 !important;
	text-transform: uppercase;
}



.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
	color: #333 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
	border-top-color: #333 !important;
}

.woocommerce span.onsale {
	background-color: #333 !important;
	font-size: 10px !important;
	padding: 4px 7px !important;
}

.woocommerce-cart table.cart img {
	width: 100px !important;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce-page ul.cart_list li, 
.woocommerce-page ul.product_list_widget li {
	background: none;
	border: none;
	float: left;
	padding: 5px !important;
	width: 50%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
	float: none;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-page input[type="checkbox"], 
.woocommerce-page input[type="radio"] {
	width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display: inline !important;
}

.woocommerce .quantity .qty {
	padding: 5px 10px;
}

.woocommerce .product-title {
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
}

.woocommerce-tabs h2 {
	font-size: 16px;
}

.woocommerce ul.products, 
.woocommerce-page ul.products {
	margin: 100px 0 0 0 !important;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 40% !important;
	float: none !important;
	margin: 0 !important;
}

.woocommerce ul.products li.product:nth-of-type(6n+2), 
.woocommerce-page ul.products li.product:nth-of-type(6n+2) {
	margin: -28% 0 0 auto !important;
}

.woocommerce ul.products li.product:nth-of-type(6n+3), 
.woocommerce-page ul.products li.product:nth-of-type(6n+3) {
	margin: -10% 0 0 10% !important;
}

.woocommerce ul.products li.product:nth-of-type(6n+4), 
.woocommerce-page ul.products li.product:nth-of-type(6n+4) {
	margin: -5% 0 0 auto !important;
}

.woocommerce ul.products li.product:nth-of-type(6n+5), 
.woocommerce-page ul.products li.product:nth-of-type(6n+5) {
	margin: -30% 0 0 0 !important;
}

.woocommerce ul.products li.product:nth-of-type(6n+6), 
.woocommerce-page ul.products li.product:nth-of-type(6n+6) {
	margin: 0 0 0 50% !important;
}

.woocommerce-page ul.products li.product h2 {
	font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2.2px;
    font-size: 1.375em !important;
    margin: 17px 0 0 0 !important;
	padding: 0 !important;
}

.woocommerce ul.products li.product .price {
	color: #000000 !important;
    font-family: futura-pt, sans-serif;
    letter-spacing: 1.6px;
    margin: 20px 0 0 0 !important;
	font-size: 1em !important;
}

select.orderby {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 7px;
}

.woocommerce .woocommerce-result-count {
	display: none;
}

.woocommerce .woocommerce-ordering {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	width: 100% !important;
	border-top: 3px solid #F5BD25;
	padding: 25px 0 0 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
	display: none;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #000000 !important;
	font-family: futura-pt, sans-serif;
	letter-spacing: 2.8px;
	font-size: 1.75em;
}

/* Shop Page
--------------------------------------------- */

.responsive-tabs .responsive-tabs__list__item {
    font-family: 'essonnes-display';
    text-transform: uppercase !important;
    color: #212121 !important;
    letter-spacing: 1px !important;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    border-color: #fff !important;
}

.responsive-tabs .responsive-tabs__panel {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}

/* ## Shop Page
--------------------------------------------- */

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px;
}

.single-product .flex-control-nav, .single-product .flex-direction-nav {
    display: block;
}

.single-product .upsells.products {
    width: 100%;
}

.single-product .tab {
    overflow: hidden;
    background: #FAF5EF;
    display: flex;
    flex-wrap: wrap;
	border-bottom: 3px solid #f8c200;
    padding: 0 0 15px 0;
	margin-top: 30px;
}

.single-product .tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    transition: 0.3s;
    width: 32%;
    text-align: center;
    display: block;
    color: #ffffff;
	margin: 0;
	letter-spacing: 1.6px;
	background: transparent !important;
}

.single-product .tab button.more-info {
	color: #0b49c0 !important;
}

.single-product .tab button.the-artist {
	color: #ff4500 !important;
}

.single-product .tab button.shipping {
	color: #226a6d !important;
}

.single-product .tab button:nth-of-type(2) {
	margin-left: 2%;
	margin-right: 2%;
}

.single-product .tabcontent {
    display: none;
    margin: 20px 0 0 0;
    border-top: none;
    animation: fadeEffect 1s; 
	color: #000000;
    font-size: 1.125em;
	column-count: unset;
}

.single-product .tabcontent a {
    display: inline-block;
    position: relative;
	border-bottom: none !important;
}

.single-product .tabcontent a .brand {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.single-product .tabcontent a .brand::before {
    content: " ";
    background: #ffffff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.single-product .tabcontent a:hover .brand {
    opacity: 1;
}

.single-product .tabcontent a:hover .brand::before {
    opacity: 0.7;
}

.single-product .tabcontent a .brand p {
    margin: auto;
    z-index: 10;
    color: #000000;
}

.single-product .tabcontent a {
	margin: 0 0 20px;
}


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

.site-header {
	margin: 0 auto;
	min-height: 0px;
	padding: 0px;
	width: 100%;
	background: #fffbf5;
}

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

.title-area {
	float: left;
	margin: 5px;
	overflow: hidden;
	padding: 20px 10px;
	text-align: center;
}

.site-title {
	font-family: "moderno-fb";
    font-weight: 300;
    font-style: normal;
	font-size: 65px;
	line-height: 1.3;
	margin: 0 0 10px;
	letter-spacing: 0.01em;
}

.site-title a,
.site-title a:hover {
	color: #f23e3f;
	display: block;
	text-decoration: none;
}

.site-description {
	color: #777;
	font-family: 'Bodoni MT', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
	font-style: italic;
	font-size: 12px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	float: none;
	text-align: center;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-description {
	display: none;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	width: 500px;
}

.header-image .site-title::after {
	border: none;
}

.header-image .site-title > a {
	background-position: left !important;
	background-size: contain !important;
	display: block;
	min-height: 90px;
	width: 15%;
	margin: 5px;
}

.home.header-image .site-title {
    opacity: 0 !important;
    -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;
}

.header-image .site-title.scrolling {
    opacity: 1 !important;
}

.header-image .site-title.scrolling > a {
    min-height: 20px;
}

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


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

.site-header .widget-area {
	float: right;
	width: 750px;
}

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

.nav-primary {
    position: relative !important;
}

.nav-primary.scrolling {
    position: fixed !important;
}

.site-header .wrap {
    padding: 0 !important;
}

.title-area {
    margin: 0 !important;
}

.site-title {
    margin: 0 !important;
} 

.genesis-nav-menu {
    clear: both;
    color: #2d2d2d;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    width: 85%;
    float: right;
    text-align: center;
    margin-right: 35px;
    padding: 38px 0;
    text-align: right;
}


.home .genesis-nav-menu {
    margin: 0 auto !important;
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.nav-primary.scrolling .genesis-nav-menu {
    text-align: right;
    margin-right: 35px !important;
    width: 85%;
    padding: 0;
}

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

.home .genesis-nav-menu a {
    padding: 0 22px;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 0 12px;
	position: relative;
    font-size: 13px;
}



.scrolling .genesis-nav-menu a {
    padding: 22px 15px;
}

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

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

.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: #ffffff !important;
    border-top: none;
    color: #000000 !important;
    font-family: futura-pt, sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 13px;
    padding: 13px 18px;
    position: relative;
    width: 175px;
}

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

.genesis-nav-menu .sub-menu a:hover {
	text-decoration: none;
	background: #f1f1f1;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 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;
	display: none;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .search {
	padding: 4px;
	margin: 4px 0 0;
}

.genesis-nav-menu .search-form {
	color: #333;
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	background: transparent;
	background-size: 36px 16px;
	border: none;
	color: #333;
	font-size: 9px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu *::-moz-placeholder {
	color: #333;
}

.genesis-nav-menu .widget-area {
    margin-top: 14px;
    width: 17%;
    position: absolute;
    top: 0;
	right: 60px;
}

/* 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 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.nav-primary .responsive-menu-icon::before {
	color: #133556;
}

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

.site-header .widget_nav_menu {
	margin-top: 60px;
	padding: 0;
}

.site-header .genesis-nav-menu {
	text-align: center;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 15px 22px;
}

.site-header .genesis-nav-menu a:hover {
	color: #333;
}

.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 {
	width: 55%;
    float: right;
	z-index: 999 !important;
	position: fixed;
	background: transparent !important;
}

.home .nav-primary {
    width: 100%;
    float: none;
	padding: 0 4%;
    max-width: 1600px;
}
.home .nav-primary .genesis-nav-menu li:first-child a {
    padding-left: 0;
}
.social-header {
    position: relative;
    top: 32px;
    max-width: 1600px;
    padding: 0 6%;
	z-index: 9999;
}

.home .genesis-nav-menu {
    text-align: left;
}

.basket-link {
    right: 24px;
	color: #123556;
	z-index: 999999;
}

.nav-primary.scrolling {
    box-shadow: 0px 0px 3px 0px #94806a5c;
}


.nav-primary .wrap {
	margin: 0 auto;
	width: 100%;
}

.simple-social-icons ul.aligncenter li {float:right !important;}

.wrap {
    max-width: 100%;
}

.nav-primary .genesis-nav-menu a {
	color: #000000 !important;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #ffffff !important;
}
.genesis-nav-menu .sub-menu a {
    background-color: #123556 !important;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
	padding: 10px 18px;
}

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

.nav-secondary {
	text-align: left;
	background: #f2dace;
}

.dcjq-accordion #menu-destinations li {
    background: #f2dace !important;
    list-style: none;
    padding: 5px 10px;
    margin: 5px 0;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-family: futura-pt, sans-serif;
}

.dcjq-accordion #menu-destinations .sub-menu li {
    background: #fff !important;
	font-size: 12px;
}

#menu-destinations .dcjq-parent:after {
    content: "\f078";
    display: inline-block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 50px;
    color: #1a4747;
}

/* # Search
---------------------------------------------------------------------------------------------------- */
.menu-primary  .menu-item {
	float: none;
}

.fa-search {
	color: #fff;
}

/* Header search */

.search-toggle {
    padding: 20px 24px;
    color: #074040;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.search-toggle .fa.fa-search {
    color: #074040;
}

.search-toggle:hover,
.search-toggle.active {
}

@media screen and (max-width: 600px) {
    .search-toggle {
	position: absolute;
	top: -50px;
	right: 0;
	margin-right: -5%;
	padding: 17px 24px;
    }

}

.search-box-wrapper {
	z-index: 999;
	width: 100%;
	display: none;
}

.search-box {
    padding: 10px;
    background: #212121;
}

.search-box input[type="search"] {
    max-width: 350px;
    float: right;
    padding: 5px 20px 5px 40px;
    font-size: 14px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
	font-style: normal !important;
}

.search-box input[value="Search"]{ 
    display: none; 
}


/* Text meant only for screen readers - from UnderScores */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Home Page
--------------------------------------------- */

.long {
    display: block !important;
    color: #BE4028;
    margin: 10px 0 0 0;
}

.short {
    display: block !important;
    color: #3CA0C8;
    margin: 10px 0 0 0;
}

.home-header-image {
    position: relative;
}

.home-header-image .article {
    line-height: 0;
}

.home-header-image .article img {
    object-fit: cover;
    width: 100%;
    max-height: 700px;
}

.home-header-image .article .content {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
}

.home-header-image .article .content,
.home-header-image .article .content a {
    color: #ffffff;
}

.home-header-image .article .content h2 {
    font-size: 4em;
    margin: 0 auto 30px;
    max-width: 1000px;
}

.home-header-image .article .content h2 a {
    border-bottom: none !important;
}

.home-header-image .article .content .post-meta {
    font-family: futura-pt, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto;
}

.home-posts {
    padding: 4% 4% 4%;
	max-width: 1600px;
	margin: 0 auto;
}

.home-posts.category {
    background: #FAF5EF;
}

.home-posts.category h3 {
    color: #133556;
    margin: 0;
    font-family: 'TroubleFont';
    letter-spacing: 0;
    z-index: 100;
    position: relative;
    font-size: 2.6em;
    letter-spacing: 3px;
}

.home-posts .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-posts .article { 
    width: 24%;
    position: relative;
}

.home-posts .article:nth-child(1) img {
    border-bottom: 7px solid #F5BD25;
} 

.home-posts .article:nth-child(2) img {
    border-bottom: 7px solid #3CA0C8;
} 

.home-posts .article:nth-child(3) img {
    border-bottom: 7px solid #BE4028;
} 

.home-posts .article:nth-child(4) img {
    border-bottom: 7px solid #133556;
} 

.home-posts .article a {
    display: block;
    line-height: 0;
}

.home-posts .article a img {
    margin: 0 !important;
}

.home-posts .article .content {
    text-align: center;
}

.home-posts .article:hover a .content {
    opacity: 1;
}

.home-posts .article a .content h2 {
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 1.7em;
    margin: 0;
    font-family: futura-pt, sans-serif;
} 

.home-posts.top .article {
    width: 31%;
}
.home .home-posts.top .article {
    width: 24%;
}

.home-posts.full-width .inner {
    display: block;
}

.home-posts.half-width .article {
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
}

.home-posts.half-width .article:nth-child(3),
.home-posts.half-width .article:nth-child(4) {
    flex-direction: row-reverse;
}

.home-posts.half-width .article:nth-child(1) {
    border-bottom: 7px solid #F5BD25;
}

.home-posts.half-width .article:nth-child(2) {
    border-bottom: 7px solid #3CA0C8;
}

.home-posts.half-width .article:nth-child(3) {
    border-bottom: 7px solid #133556;
}

.home-posts.half-width .article:nth-child(4) {
    border-bottom: 7px solid #BE4028;
}

.home-posts.half-width .article > a {
    width: 40%;
}

.home-posts.half-width .article img {
    border-bottom: 0;
	object-fit: cover;
    height: 100%;
}

.home-posts.half-width .article .content {
    width: 60%;
    margin: 0;
    padding: 0 20px;
}

.home-posts.half-width .article .content a { 
	line-height: 1.7;
}

.home-posts.top .article .content {
    margin: 20px 0 10px 0;
}

.home-posts.top .article .content a {
	line-height: 1.7;
}

.home-posts.full-width .article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
} 

.home-posts.full-width .article:nth-child(even) {
    flex-direction:row-reverse;
}

.home-posts.category .article:nth-child(1) {
    border-bottom: 7px solid #133556;
} 

.home-posts.category .article:nth-child(2) {
    border-bottom: 7px solid #F5BD25;
} 

.home-posts.category .article:nth-child(3) {
    border-bottom: 7px solid #3CA0C8;
} 

.home-posts.full-width .article > a {
    width: 50%;
}

.home-posts.full-width .article .content {
    width: 50%;
    text-align: center;
    background: #ffffff;
    padding: 0 20px;
}

.home-posts.full-width .article .content h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: futura-pt, sans-serif;
    margin: 0 0 10px 0;
}

.home-posts.category .article img {
    border-bottom: none;
    width: 100%;
    height: auto;
}

.home-posts .article .content .post-meta {
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 15px 0;
}

.home-posts .article .content h2 {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
}

.home-posts .article .content .post-meta a,
.home-posts .article .content .post-meta p {
    display: inline;
    font-family: futura-pt, sans-serif;
}

.home-posts.category .more {
    background: #BE4028 !important;
    color: #ffffff;
    border-bottom: none;
    display: block;
    font-size: 1em;
    border: none;
    margin: 40px auto 0;
    font-family: futura-pt, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
    padding: 10px 25px;
}

.home-shop {
    background: #FAF5EF;
    padding: 2% 4%;
}

.home-shop h3 {
    text-align: right;
    color: #BE4028;
    font-family: 'TroubleFont';
    z-index: 100;
    position: relative;
    font-size: 2.6em;
    letter-spacing: 3px;
}

.home-shop .home-shop-wrapper {
    text-align: center;
	
}

.home-shop .home-shop-wrapper a {
    margin: 0 10px;
}

.home-shop .more, .home-image-grid .more {
    background: #BE4028 !important;
    color: #ffffff;
    border-bottom: none;
    display: block;
    text-align: center;
    font-size: 1em;
    border: none;
    margin: 40px auto 0;
    font-family: futura-pt, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
    padding: 10px 25px;
}

.home-single-post {
    padding: 7% 4% 7%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width: 1600px;
	margin: 0 auto;
}

.home-single-post h3 {
    width: 100%;
    color: #133556;
    margin: 0;
    font-family: 'TroubleFont';
    letter-spacing: 0;
    z-index: 100;
    position: relative;
    font-size: 2.6em;
    letter-spacing: 3px;
    line-height: 1.4em;
}

.home-popular {
	margin: 10px 0 0 0;
}

.home-popular article {
	margin: 0 0 30px 0;
}

.home-popular img {
	max-height: 270px;
    object-fit: cover;
}

.home-popular h2 {
	font-family: futura-pt, sans-serif !important;
    text-transform: uppercase !important;
    font-size: 1em !important;
    text-align: center !important;
    margin: 10px 0 0 !important;
    display: block;
    width: 100%;
	line-height: 1.7;
}

.home-single-post .popular-posts {
    width: 23%;
    overflow: hidden;
}

.home-single-post .popular-posts .widget {
    width: 100%;
}

.home-single-post .popular-posts .widget li a {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    margin: 10px 0 0;
    display: block;
    width: 100%;
}

.home-single-post .popular-posts .widget .wpp-thumbnail {
    float: none; 
    display: block;
}


.home-single-post .popular-posts h2 {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    margin: 20px 0 30px;
}

.home-single-post .feature-month {
    width: 72%;
    position: relative;
}

.home-single-post .feature-month .feature-month-title {
    max-width: 350px;
    margin: 11px 0 23px;
}

.home-single-post .feature-month .article img:nth-child(1) {
    max-width: 800px;
    width: 71%;
}

.home-single-post .feature-month .article a:nth-child(1) img {
    max-width: 800px;
    width: 71%;
}

.home-single-post .feature-month .article img:nth-child(2) {
    position: absolute;
    top: 30%;
    right: 0;
    max-width: 400px;
    width: 36%;
} 

.home-single-post .feature-month .article a:nth-child(2) img {
    position: absolute;
    top: 30%;
    right: 0;
    max-width: 400px;
    width: 36%;
} 

.home-single-post .feature-month  .article .content {
    width: 70%;
    margin: 2% 0 0 0;
    z-index: 100;
    position: relative;
}

.home-single-post .feature-month  .article .content h2 {
    margin: 0 0 1% 0;
	font-size: 2.4em;
	color: #133556;
}

.home-single-post .feature-month  .article .content p {
	font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}

.home-single-post .feature-month .article .content .post-meta {
    text-align: center;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
}

.home-sign-up {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-sign-up .home-sign-up-text,
.home-sign-up .home-sign-up-form {
    width: 50%;
}

.home-sign-up .home-sign-up-text {
    background: #3CA0C8;
    color: #ffffff;
    text-align: center;
}

.home-sign-up .home-sign-up-text h4 {
    color: #ffffff;
    font-size: 3em;
    margin: 0 auto 30px auto;
    max-width: 90%;
    font-family: linotype-didot, serif;
}

.home-sign-up .home-sign-up-text p {
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
}

.home-sign-up .home-sign-up-form {
    background: #FAF5EF;
    padding: 2% 5%;
}

.home-sign-up .home-sign-up-form input {
    text-align: center;
    font-size: 1em;
    border: none;
    border-bottom: 2px solid #133556;
    background: transparent;
    color: #133556;
    margin: 0 0 40px;
    font-family: futura-pt, sans-serif;
    letter-spacing: 2px;
}

.home-sign-up .home-sign-up-form input::placeholder {
    color: #133556;
}

.home-sign-up .home-sign-up-form input[type="submit"] {
    background: #BE4028 !important;
    color: #ffffff;
    border-bottom: none;
    width: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 25px;
}

.home-featured-posts {
    padding: 4% 8% 4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1600px
}

.home-featured-posts .column {
    width: 49%;
}

.home-featured-posts .article {
    width: 100%;
    position: relative;
}

.home-featured-posts .article.featured-2 {
    margin: 5% 0 0 0;
    float: right;
}

.home-featured-posts .article.featured-3 {
    float: left;
    margin: 15% 0 0 0;
}

.home-featured-posts .article.featured-4 {
    float: right;
    margin: 10% 0 0 0;
}

.home-featured-posts .article.vertical {
    max-width: 600px;
    width: 80%;
}

.home-featured-posts .article.square {
    max-width: 500px;
    width: 66%;
}

.home-featured-posts .article.vertical a {
    display: block;
    line-height: 0;
    max-width: 600px;
    width: 100%;
}

.home-featured-posts .article.vertical a::before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.home-featured-posts .article.vertical:hover a::before {
    opacity: 0.75;
}

.home-featured-posts .article.vertical a .content {
    position: absolute;
    top: 0;
    height: 100%;
    line-height: 0;
    text-align: center;
     opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.home-featured-posts .article.vertical:hover a .content {
    opacity: 1;
}

.home-featured-posts .article.vertical a .content h2 {
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 1.7em;
    margin: 0;
    font-family: futura-pt, sans-serif;
}

.home-featured-posts .article.square .post-title {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: 90%;
}

.home-featured-posts .article.featured-3 .post-title {
    right: -60%;
}

.home-featured-posts .article.featured-2 .post-title {
    left: -55%;
}

.home-featured-posts .article.vertical a img {
    margin: 0 !important;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;  
}

.single .author-info {
     max-width: none;
}

.single .author-info .author-content {
    text-align: left;
}

.single .author-info .author-content h4 {
    font-family: linotype-didot, serif;
}

.single .social-share-header {
    margin: 10px 0 0 0;
}

.single .social-share-header a {
    font-size: 1.4em;
    margin: 0 5px;
}

.single .social-share-footer {
    text-align: center;
}

.single .social-share-footer a {
    font-size: 1.4em;
    margin: 0 10px;
}

.author-info {
    display: flex;
    margin: 0 auto 0;
    font-family: 'Muli';
    text-transform: none;
}

.author-info .author-image {
    width: 16%;
}   

.author-info .author-image img {
    border-radius: 100%;
}

.author-info .author-content {
    text-align: center;
    width: 80%;
}

.author-info .author-content p {
    margin: 0;
}

.author-social {
    margin: 40px 0 0 0;
}

.author-social a {
    font-size: 2em;
    margin: 0 10px;
}


.home-instagram {
    padding: 4% 4% 4%;
    background: #FAF5EF;
}

.home-instagram h3 {
    text-align: center;
    font-family: 'TroubleFont';
    letter-spacing: 0;
    color: #BE4028;
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: 2.6em;
    letter-spacing: 3px;
}

.home-instagram p {
    text-align: center;
    font-family: futura-pt, sans-serif;
    margin: 20px 0 0 0;
    font-size: 1.5em;
}

.home-instagram ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
	flex-wrap: wrap;
}

.home-instagram li {
    width: 19%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.home-instagram li a {
    line-height: 0;
}

.home-instagram li a img {
    line-height: 0;
    margin-bottom: 0;
	max-height: 333px;
}


.between-posts-area {
	background: #f9f9f9;
	margin: 40px 0;
	padding: 30px;
	text-align: center;
}

.single .wp-post-image {

}

.featured-image-banner {
    height: 300px;
    object-fit: cover;
    width: 100%;
}


#home-latest .shopthepost-widget {
    padding: 30px;
}

.home-latest .post img {
    object-fit: cover;
}

.home-latest .entry-header {
    text-align: center;
    position: relative;
    z-index: 9;
}

.home-latest .wrap {
    margin: 0 auto;
}

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

.home-latest p {
    margin: 0 !important;
}

.home-latest .entry-content h4, .home-latest .entry-content .shopthepost-widget {
    display: none;
}

#custom_html-2 {
    padding: 30px 0 ;
	background: #fff;
	margin: 1%;
}

.site-title a {
    z-index: 9999;
    position: fixed;
    top: 0;
    font-size: 36px;
    padding: 5px;
}

#home-latest-four .widget-title,
#home-latest-two .widget-title {
    width: 100%;
}


#home-latest-two .widget:nth-child(1), #home-latest-two .widget:nth-child(2) {
    width: 50%;
    float: left;
}
#home-latest-two .widget:nth-child(3) {width: 100%;}

#home-latest-two .widget:nth-child(2) .post, 
#home-latest-two .widget:nth-child(2) .post img {
    width: 100%;
	padding: 0 0 10px 10px;

}
#home-latest-two .widget:nth-child(2) .post img {
	height: 400px;
	max-height: 400px;
}

#home-latest-two {
    background: rgb(239, 228, 216);
    background: linear-gradient(90deg, rgba(239, 228, 216) 0%, rgba(239, 228, 216) 45%, rgba(255, 251, 245) 45%, rgba(255, 251, 245) 100%);
}


/* ## Home Page Post Styling
--------------------------------------------- */

.home-latest .post img {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
}

.home-latest .post .entry-header {
    position: relative;
}

#home-latest {
    background: #becec3;
}

.home-feature {
    padding: 60px 40px 0;
}
.home-feature a.more-link {
    width: 60%;
}
.home-feature .entry-content {
	text-align: center;
}
.home-feature .post img {
    height: 350px;
	width: 100%;
}



/* ## Home Flexible Widget Space
--------------------------------------------- */

.home-flexible .widget-area .widget {
	float: left;
	margin-bottom: 10px;
	margin-left: 1%;
}

.home-flexible .featured-content .entry {
	background: none;
	margin: 0;
	padding: 0;
}

.home-flexible .one-widget .widget {
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.home-flexible .seven-widgets .widget,
.home-flexible .six-widgets .widget,
.home-flexible .three-widgets .widget,
.home-flexible .widget-thirds .widget {
	width: 32.667%;
}

.home-flexible .four-widgets .widget,
.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .eight-widgets .widget {
	width: 24.251%;
}

.home-flexible .five-widgets .widget {
	width: 19.2%;
}

.home-flexible .two-widgets .widget {
	width: 100%;
}

.home-flexible .eight-widgets .widget:nth-of-type(4n+1),
.home-flexible .five-widgets .widget:nth-of-type(5n+1),
.home-flexible .four-widgets .widget:nth-of-type(4n+1),
.home-flexible .seven-widgets .widget:nth-child(3n+1),
.home-flexible .six-widgets .widget:nth-of-type(3n+1),
.home-flexible .three-widgets .widget:nth-of-type(1),
.home-flexible .two-widgets .widget:nth-of-type(odd),
.home-flexible .widget-thirds .widget:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.home-flexible .seven-widgets .widget:nth-child(7n) {
	clear: none;
	margin-left: 1%;
}

.home-flexible .eight-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .five-widgets .widget:nth-last-of-type(-n+1),
.home-flexible .four-widgets .widget:nth-last-of-type(-n+2),
.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .six-widgets .widget:nth-last-of-type(-n+3),
.home-flexible .three-widgets .widget,
.home-flexible .two-widgets .widget,
.home-flexible .widget-thirds .widget:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.home-latest-two {
    padding: 20px 0;
}

.home-latest-two .post img {
    width: 50%;
    float: left;
}

.home-latest-two .post .entry-header, .home-latest-two .post .entry-content {
    width: 50%;
    z-index: 1;
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    padding-left: 40px !important;
}

.home-latest-two .post:nth-child(2) img {
    float: right;
}

.home-latest-two .post:nth-child(2) .entry-header, .home-latest-two .post:nth-child(2) .entry-content {
    float: right;
    padding-left: 0px !important;
	padding-right: 40px !important;
}

.home-latest-two .post .entry-header {
    padding-top: 150px;
	padding-bottom: 30px;
}

.home-latest-two #pinterest-pinboard-widget-container .pinboard img {
    width: 16.66666% !important;
    height: 170px !important;
}

.home-latest-two .widget_pinterest-pinboard-widget {
    padding: 40px;
    background: #ffffff;
    margin-bottom: 40px;
}

.home-latest-two #pinterest-pinboard-widget-container .pin_link {
	display: none;
}

.home-latest-two .shopthepost-widget {
    background: #fff;
}

.home-feature .post {
    width: 33.333%;
    float: left;
    padding: 20px;
}

/* ## Shop Page
--------------------------------------------- */

.tab {
    overflow: hidden;
    background: #FAF5EF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab button {
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 20%;
    text-align: center;
    display: block;
    color: #000000;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    margin: 50px 0;
    border-top: none;
    animation: fadeEffect 1s; 
    column-count: 6;
    column-gap: 1em;
}

.tabcontent a {
    display: inline-block;
    position: relative;
	border-bottom: none !important;
}

.tabcontent a .brand {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.tabcontent a .brand::before {
    content: " ";
    background: #ffffff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tabcontent a:hover .brand {
    opacity: 1;
}

.tabcontent a:hover .brand::before {
    opacity: 0.7;
}

.tabcontent a .brand p {
    margin: auto;
    z-index: 10;
    color: #000000;
}

.tabcontent a {
	margin: 0 0 20px;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.instagram-shop {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.instagram-shop .instagram-single {
    position: initial;
    width: 24%;
    cursor: pointer;
	margin: 0 1.333333% 10px 0;
}

.instagram-shop .instagram-single .main-image {
	position: relative;
	line-height: 0;
}

.instagram-shop .instagram-single .main-image::before {
	content: " ";
	background: #BE4028;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.instagram-shop .instagram-single:hover .main-image::before {
	opacity: 0.75;
}

.instagram-shop .instagram-single:nth-child(4n+4) {
	margin: 0 0 10px 0;
}

.instagram-shop .shop-instagram-popout {
    background: #ffffff;
    position: fixed;
    top: 20%;
    width:100%;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    z-index: -1;
    padding: 5%;
	max-width: 1500px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.instagram-shop .shop-instagram-popout.show {
    opacity: 1;
    z-index: 10000;
}

.instagram-shop .shop-instagram-popout .close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2em;
    cursor: pointer;
}

.instagram-shop .shop-instagram-popout .inner {
    display: flex;
    flex-wrap: wrap;
}

.instagram-shop .shop-instagram-popout .inner .main-image-popout {
    width: 31%;
    margin: 0 4% 0 0;
}

.instagram-shop .shop-instagram-popout .inner .links {
    width: 65%;
    text-align: center;
}

.instagram-shop .shop-instagram-popout .inner .links h3 {
    width: 100%;
    text-align: center;
    font-size: 3em;
}

.instagram-shop .shop-instagram-popout .inner .links p {
    width: 100%;
    text-align: center;
}

.instagram-shop .shop-instagram-popout .inner a {
    margin: 0 10px 10px 0;
	border-bottom: none !important;
}

.site-container::before {
    content: " ";
    background: #000000;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    
}

.site-container.overlay::before {
    opacity: 0.70;
    z-index: 1000;
   
}

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

.category-index .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 33%;
}

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
    margin-bottom: 10px;
    font-family: 'essonnes-display';
    font-size: 30px;
    font-weight: normal;
}

.category-index .entry-title a {
	color: #333;
	font-size: 24px;
}

.category-index .entry-header {
    display: block;
}

.category-index ul li {	
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Custom Archives 
------------------------------------------------------------ */
	
.grid-thumbnail {
	position: relative;
}

.posts-archive .entry .entry-content {
	display: none;
}

.single .entry .entry-content.page-builder {
    padding: 50px 0;
    width: 62%;
    margin: 0 auto;
}

.woocommerce.single .entry .entry-content.page-builder {
	padding: 0;
}

.single .entry .entry-content {
    padding: 0;
    width: 80%;
    margin: 0 auto;
}

.woocommerce.single .entry {
	width: 100%;
}

.posts-archive .post img {
    width: 100%;
}

.posts-archive a {
	text-decoration: none;
}

.posts-archive .entry p {
	margin-bottom: 0;
    width: 100%;
}

.posts-archive .entry-title {
	font-size: 28px;
	margin-top: 15px;
}

.posts-archive .entry-title a:hover {
    color: #d185a9;
}

.posts-archive .post {
    height: auto !important;
}

.glam-featured-image img {
	vertical-align: top;
	transition: .5s;
}

.glam-featured-image:hover img {
	opacity: 0.9;
}


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

.single-post .entry-header h1 {
    margin: 0;
}

h1.post-title {
    text-align: center;
}

.page h1.post-title {
    border-bottom: 3px solid #BE4028;
    line-height: 0;
    margin: 50px auto;
    text-align: left;
    height: 0;
}

.page h1.post-title span {
    text-align: left;
    font-family: 'TroubleFont';
    letter-spacing: 0;
    color: #BE4028;
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: 1.2em;
    letter-spacing: 3px;
    max-width: 1600px;
    margin: 0 auto;
    background: #ffffff;
    display: inline;
    padding: 0 20px 0 0;
}

.wp-post-image {

}

.post-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-header .post-image {
    width: 100%;
    position: relative;
    line-height: 0;
}

.post-header .post-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 400px;
}

.post-header .post-image .post-category {
     font-size: 1.5em;
    position: absolute;
    bottom: 150px;
    right: -82px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /*transform-origin: 127px -5px;*/
    text-align: right;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.post-header .post-image .post-category a {
    color: #ffffff;
    display: none;
	font-family: futura-pt, sans-serif;
    text-transform: uppercase;
}

.post-header .post-image .post-category a:first-child {
    display: block;
}

.post-header .post-content {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    
}

.post-header .post-content,
.post-header .post-content a,
.post-header .post-content h1 {
    color: #ffffff;
}

.post-header .post-content h1 {
    text-align: center;
    font-size: 4em;
    margin: 0 auto 30px;
    max-width: 1000px;
}

.post-header .post-meta {
    font-family: futura-pt, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto;
}

.post-info {
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0 auto;
}

.post-info .post-date {
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-size: 1.3em;
}

.woocommerce .post-info .post-date {
	display: none;
}

.post-info .post-title {
    font-family: linotype-didot, serif;
    font-size: 3em;
    margin: 15px 0;
}
    
.post-info .post-meta {
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-size: 1.3em;
}

.woocommerce .post-info .post-meta {
	display: none;
}

.page-template-page_blog .entry-content, .page-template-page_blog .shopthepost-widget {
    display: none;
}

.page-template-page_blog .post h4 {
	display: none;
}

.page-template-page_blog .entry-title {
    font-size: 26px;
    padding-top: 20px;
}

.page-template-page_blog .post {
    width: 31.3%;
	margin: 1%;
	float: left;
}

.page-template-page_blog .post img {
    max-height: 250px;
    object-fit: cover;
    min-height: 250px;
}

.home-banner {
    background: #FAF5EF;
    padding: 3%;
}

.home-banner h3 {
	text-align: left;
    color: #BE4028;
    font-family: 'TroubleFont';
    z-index: 100;
    position: relative;
    font-size: 2.6em;
    letter-spacing: 3px;
}

.home-banner img {
    margin: 0 auto;
    display: block;
}

.archive .post img {

}

.archive .site-inner {
   
}

.category-header {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 50px 0 50px;
}

.category-header h1 {
    border-bottom: 3px solid #BE4028;
    line-height: 0;
    margin: 50px auto;
}


.category-header h1 span {
    text-align: left;
    font-family: 'TroubleFont';
    letter-spacing: 0;
    color: #BE4028;
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: 1.2em;
    letter-spacing: 3px;
    max-width: 1600px;
    margin: 0 auto;
    background: #ffffff;
    display: inline;
    padding: 0 20px 0 0;
}

.category-header .category-header-content h2 {
    font-size: 4em;
    margin: 0 auto 0;
    max-width: 1000px;
    color: #ffffff;
}

.archive .entry-header {
    padding: 0;
}

.archive .entry-author {
    display: none;
}

.archive .entry-meta {
    display: none;
}

.archive.category-frugal-city-guides .site-inner {
    padding: 2%;
	max-width: 1600px;
}

.archive .entry-header .entry-meta a:first-child {
    display: block;
}

.archive .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
     padding: 50px;
	max-width: 1600px;
	margin: 0 auto;
}

.archive .content article:nth-of-type(7n+1),
.archive .content article:nth-of-type(7n+2),
.archive .content article:nth-of-type(7n+3) {
    width: 31% ;
}

.archive .content article:nth-of-type(7n+4),
.archive .content article:nth-of-type(7n+5),
.archive .content article:nth-of-type(7n+6),
.archive .content article:nth-of-type(7n+7) {
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive .content article:nth-of-type(7n+6),
.archive .content article:nth-of-type(7n+7) {
    flex-direction: row-reverse ;
}

.archive .content article:nth-of-type(7n+1) .entry-header,
.archive .content article:nth-of-type(7n+2) .entry-header,
.archive .content article:nth-of-type(7n+3) .entry-header {
    width: 100%;
}

.archive .content article:nth-of-type(7n+4) .entry-header,
.archive .content article:nth-of-type(7n+5) .entry-header,
.archive .content article:nth-of-type(7n+6) .entry-header,
.archive .content article:nth-of-type(7n+7) .entry-header {
        width: 40%;
}

.archive .content article:nth-of-type(7n+4) .content,
.archive .content article:nth-of-type(7n+5) .content,
.archive .content article:nth-of-type(7n+6) .content,
.archive .content article:nth-of-type(7n+7) .content {
    width: 60%;
}

.archive .content article:nth-of-type(7n+1) img {
    border-bottom: 7px solid #F5BD25 !important;
}

.archive .content article:nth-of-type(7n+2) img {
    border-bottom: 7px solid #3CA0C8 !important;
}

.archive .content article:nth-of-type(7n+3) img {
    border-bottom: 7px solid #BE4028 !important;
}

.archive .content article:nth-of-type(7n+4) {
    border-bottom: 7px solid #F5BD25 !important;
}

.archive .content article:nth-of-type(7n+5) {
    border-bottom: 7px solid #3CA0C8 !important;
}

.archive .content article:nth-of-type(7n+6) {
    border-bottom: 7px solid #133556 !important;
}
    
.archive .content article:nth-of-type(7n+7) {
    border-bottom: 7px solid #BE4028 !important;
}

.archive .content article:nth-of-type(7n+1) .content,
.archive .content article:nth-of-type(7n+2) .content,
.archive .content article:nth-of-type(7n+3) .content {
    margin-top: 20px !important;
}

.archive.category-frugal-city-guides .latest-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4% 2% 0;
}

.archive.category-frugal-city-guides .latest-posts .post {
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
}

.archive.category-frugal-city-guides .latest-posts .post:nth-child(1) {
    border-bottom: 7px solid #F5BD25;
}

.archive.category-frugal-city-guides .latest-posts .post:nth-child(2) {
    border-bottom: 7px solid #3CA0C8;
}

.archive.category-frugal-city-guides .latest-posts .post > a {
    width: 40%;
    
}

.archive.category-frugal-city-guides .latest-posts .post  a {
    display: block;
    line-height: 0;
}

.archive.category-frugal-city-guides .latest-posts .post img {
    border-bottom: 0;
    margin: 0 !important;
}

.archive.category-frugal-city-guides .latest-posts .post .post-content {
    width: 60%;
    margin: 0;
    padding: 0 20px;
    text-align: center;
}

.archive.category-frugal-city-guides .latest-posts .post .post-content h2 {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
}

.archive.category-frugal-city-guides .latest-posts .post .post-content .post-meta {
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 15px 0;
}

.archive.category-frugal-city-guides .latest-posts .post .post-content .post-meta p {
    display: inline;
    font-family: futura-pt, sans-serif;
}

.archive.category-frugal-city-guides .latest-posts .post .post-content .post-meta a {
    display: inline-block;
}

.archive.category-frugal-city-guides .content {
    display: block;
}

.archive.category-frugal-city-guides article:nth-child(4n+1) img {
    border-bottom: 7px solid #F5BD25 !important;
}

.archive.category-frugal-city-guides article:nth-child(4n+2) img {
    border-bottom: 7px solid #3CA0C8 !important;
}

.archive.category-frugal-city-guides article:nth-child(4n+3) img {
    border-bottom: 7px solid #133556 !important;
}

.archive.category-frugal-city-guides article:nth-child(4n+4) img {
    border-bottom: 7px solid #BE4028 !important;
}

.archive.category-frugal-city-guides article .entry-header,
.archive.category-frugal-city-guides article .content {
    width: 100% !important;
}



.archive .content .infinite-wrap article:nth-child(7n+1) {
    border-bottom: none !important;
    background: transparent !important;
        
}

.archive .content .infinite-wrap article:nth-child(7n+1) .entry-header,
.archive .content .infinite-wrap article:nth-child(7n+1) .content {
    width: 100% !important;
}

.archive .content .infinite-wrap article:nth-child(7n+1) img {
    max-height: none;
    border-bottom: 7px solid #F5BD25 !important;
}

.archive .content .infinite-wrap article:nth-child(7n+1),
.archive .content .infinite-wrap article:nth-child(7n+2),
.archive .content .infinite-wrap article:nth-child(7n+3) {
    width: 31% !important;
    display: block;
}

.archive .content .infinite-wrap article:nth-child(7n+1) .table,
.archive .content .infinite-wrap article:nth-child(7n+2) .table,
.archive .content .infinite-wrap article:nth-child(7n+3) .table,
.archive .content .infinite-wrap article:nth-child(7n+1) .table-cell,
.archive .content .infinite-wrap article:nth-child(7n+2) .table-cell,
.archive .content .infinite-wrap article:nth-child(7n+3) .table-cell {
    display: block;
}

.archive .content .infinite-wrap article:nth-child(7n+1) h2,
.archive .content .infinite-wrap article:nth-child(7n+2) h2,
.archive .content .infinite-wrap article:nth-child(7n+3) h2 {
    padding: 0;
    word-wrap: break-word;
}

.archive .content .infinite-wrap  article:nth-child(7n+1),
.archive .content .infinite-wrap  article:nth-child(7n+2),
.archive .content .infinite-wrap  article:nth-child(7n+3) {
    width: 31%;
}

.archive .content .infinite-wrap  article:nth-child(7n+1) .content,
.archive .content .infinite-wrap  article:nth-child(7n+2) .content,
.archive .content .infinite-wrap  article:nth-child(7n+3) .content {
    margin-top: 20px !important;
}

.archive .content .infinite-wrap  article:nth-child(7n+4),
.archive .content .infinite-wrap  article:nth-child(7n+5),
.archive .content .infinite-wrap  article:nth-child(7n+6),
.archive .content .infinite-wrap  article:nth-child(7n+7) {
    width: 49% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive .content .infinite-wrap article:nth-child(7n+6),
.archive .content .infinite-wrap article:nth-child(7n+7) {
    flex-direction: row-reverse;
}

.archive .content .infinite-wrap article:nth-child(7n+1) img {
    border-bottom: 7px solid #F5BD25;
}

.archive .content .infinite-wrap article:nth-child(7n+2) img {
    border-bottom: 7px solid #3CA0C8;
}

.archive .content .infinite-wrap article:nth-child(7n+3) img {
    border-bottom: 7px solid #BE4028;
}

.archive .content .infinite-wrap article:nth-child(7n+4){
    border-bottom: 7px solid #F5BD25 !important;
}

.archive .content .infinite-wrap article:nth-child(7n+5) {
    border-bottom: 7px solid #3CA0C8;
}

.archive .content .infinite-wrap article:nth-child(7n+6) {
    border-bottom: 7px solid #133556;
}

.archive .content .infinite-wrap article:nth-child(7n+7) {
    border-bottom: 7px solid #BE4028;
}

.archive .content .infinite-wrap article:nth-child(7n+8) {
    border-bottom: 7px solid #BE4028;
}

.archive .content .infinite-wrap article:nth-child(7n+5) .entry-header,
.archive .content .infinite-wrap article:nth-child(7n+6) .entry-header,
.archive .content .infinite-wrap article:nth-child(7n+7) .entry-header,
.archive .content .infinite-wrap article:nth-child(7n+8) .entry-header {
    width: 40%;
}

.archive .content .infinite-wrap article:nth-child(7n+5) .content,
.archive .content .infinite-wrap article:nth-child(7n+6) .content,
.archive .content .infinite-wrap article:nth-child(7n+7) .content,
.archive .content .infinite-wrap article:nth-child(7n+8) .content {
    width: 60%;
}

.archive .content article .content {
    text-align: center;
    padding: 0 20px !important;
}

.archive .content article .content .content-inner {
    display: block;
    margin: auto;
}

.archive .content article .content .post-meta {
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    margin: 0 0 10px 0;
}

.archive.category-frugal-city-guides .content {
    padding: 0;
    margin: 20px 0 0 0;
}

.archive.category-frugal-city-guides .content article {
    width: 33.33% !important;
    padding: 1.5% 2%;
    border-bottom: none !important;
    margin: 0;
    background: none !important;
    display: block;
}

.archive .content article .entry-header a {
}

.archive .content article .content {
    padding: 25px 0;
}
.archive .content article .post-content {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    padding: 0;
}

.archive .content article:hover .content {
    opacity: 1;
}

.archive .content article img {
    margin-bottom: 0;
}

.archive .content article .content h2 {
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 10px 0;
    font-family: futura-pt, sans-serif;
    text-align: center;
}

.archive .category-info {
    padding: 3%;
}

.infinite-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#infinite-handle {
    width: 100%;
}

#infinite-handle span {
    background: transparent !important;
}

#infinite-handle span button {
    background: #BE4028 !important;
    color: #ffffff !important;
    border-bottom: none;
    width: auto;
    display: block !important;
    margin: 0 auto !important;
    text-align: center;
    padding: 10px 25px !important;
    font-family: futura-pt, sans-serif !important;
    letter-spacing: 2px;
}



.category-frugal-city-guides .content article .article-inner {
    position: relative;
}

.category-frugal-city-guides .content article .article-inner a {
    display: block;
    line-height: 0;
}

.category-frugal-city-guides .content article .article-inner::before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.category-frugal-city-guides .content article:hover .article-inner::before {
    opacity: 0.75;
}

.category-frugal-city-guides .content article .article-inner .post-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    padding: 0;
}

.category-frugal-city-guides .content article:hover .article-inner .post-content {
    opacity: 1;
}

.category-frugal-city-guides .content article .article-inner .post-content h2 {
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 1.7em;
    margin: 0;
    font-family: futura-pt, sans-serif;
    text-align: center;
}




.category-title {
    text-align: center;
	font-size: 62px;
}

.category-description {
    text-align: center;
    margin: 25px 0 0 0;
    font-size: 28px;
    text-transform: uppercase;
}

.entry {
	margin-bottom: 30px;
	padding: 0px;
}

.entry .entry-content {
	padding: 30px 0;
}

.glam-home .entry .entry-content {
	padding: 10px;
}

.archive .entry {
	margin-bottom: 70px;
    position: relative;
}

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

.entry-header {
	color: #333;
	font-size: 15px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

.single .entry-header {
    text-align: center;
    display: none;
}

.entry-footer {
	color: #333;
	font-size: 16px;
	margin: 0;
	text-align: center;
    padding: 50px;
    width: 80%;
    margin: 0 auto;
}

.author-info {
    padding: 50px;
    width: 80%;
    margin: 0 auto;
}

.author-info .inner {
    background: #FAF5EF;
    padding: 4%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/************ Related Posts *************/

.related {
    width: 100% !important;
    margin: 0 auto;
	float: none !important;
	clear: both;
}

.related h3 {
	overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 2.5em;
    text-align: center;
	
}
.related-posts {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
	padding: 10px 0 20px 0;
    padding: 50px;
    width: 80%;
    margin: 0 auto;

    
}

.related-posts h3 {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 2.5em;
    text-align: center;
}

.related-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.related-list li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 23%;
	font-family: futura-pt, sans-serif;
	text-transform: uppercase;
}

.related-list img {
    display: block;
    margin: 0 auto;
}

.related-list a {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

.related-list h2 {
    font-family: futura-pt, sans-serif;
    margin: 30px 0 0 0;
    font-size: 1.2em;
    text-transform: uppercase;
}


h3.related-title {
    font-size: 22px;
    text-align: left;
}

.entry-meta {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	padding: 10px 0px 0 0;
	margin: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.single .entry-meta {
    display: inline-block;
}

.entry-meta a {
    color: #333;
}

.entry-comments-link {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.bypostauthor .comment-content, .bypostauthor .comment-header, .bypostauthor .comment-reply {
    background: #ffffff;
}

.entry-meta a:hover {
}

.single-post .entry-content a {
    border-bottom: 2px solid #2e50db;
}
.single-post .entry-content a:hover {
    border-bottom: 2px solid #f7bcdb;
}

.page-id-11521 .enews-widget {
    padding: 0 40px;
    background-color: #73c9bd;
    background-image: url(../png/leaf-bg-pink.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 0 50px;
}

.page-id-11521 .enews-widget .enews {
    margin: 15px auto 30px;
    padding: 30px 20px;
    letter-spacing: 1px;
    text-align: center;
}

.page-id-11521 .enews-widget .widgettitle {
    font-family: Brusher;
    font-size: 36px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    padding: 0 0 7px;
    text-align: center;
}

.page-id-11521 .enews-widget p {
    text-align: center;
    text-transform: none;
}

.page-id-11521 .enews-widget input {
    border: none;
    float: none;
    width: 35%;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 13px;
    border-bottom: 2px solid #ffffff !important;
    background-color: #73c9bd !important;
    color: #ffffff !important;
    font-family: Open Sans;
    letter-spacing: 1px;
    font-size: 12px;
}

.page-id-11521 .enews-widget input::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}



.page-id-11521 .enews-widget input[type="submit"] {
    width: 20%;
    background: #ffffff !important;
    color: #73c9bd !important;

}

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

.archive-pagination {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	padding: 30px 0;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
    clear: both;
    width: 100%;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	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 {
	text-decoration: none;
    background: transparent !important;
}

.adjacent-entry-pagination {
    display: none;
}

.archive .content {
    width: 100%;
}

.archive .sidebar {
    display: none;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	margin: 40px 0px;
	overflow: hidden;
    padding: 50px;
}



.comment-respond {
    color: #000000;
    padding: 50px;
    width: 80%;
    margin: 0 auto;
}

.woocommerce .comment-respond {
	display: none;
}

.entry-comments {
    padding: 50px;
    width: 80%;
    margin: 0 auto;	
}

.logged-in-as, .logged-in-as a {
    color: #000000;
}

.entry-comments h3,
.comment-respond h3 {
    font-size: 2.5em;
	padding: 0 0 7px;
	text-align: center;
	font-weight: 400;
	color: #000000;
}

.entry-comments .comment-author {
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

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

.comment-respond label {
	display: block;
	font-weight: 500;
	margin-right: 12px;
	text-transform: uppercase;
    font-family: futura-pt, sans-serif;
}

h3#reply-title {
    text-transform: none;
    letter-spacing: 0;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-left: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #fff;
	float: left;
	font-weight: 500;
	width: 100%;
	padding: 10px;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-family: futura-pt, sans-serif, sans-serif;
	font-size: 9px;
	font-weight: 300;
	color: #777;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
	padding: 10px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
	display: none;
}

.alt,
.even {
	background-color: #fff;
}

.comment-reply {
	font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 900;
}

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

.form-allowed-tags {
	background-color: #f9f9f9;
	font-size: 12px;
	padding: 24px;
}

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

.comment-notes {
    display: none;
}

::selection {
    background-color: #3da0c8;
}
.author-info .author-content p {
    font-family: Crimson Text;
}
.post-info .post-date {
    font-size: 1em;
}
.post-info .post-meta {
    font-size: 1em;
}
.single-post .entry-content a {
    border-bottom: 1px solid #133656;
}
.single-post .entry-content a:hover {
    border-bottom: 1px solid #f5bd26;
}
#simple-social-icons-9 ul li a, #simple-social-icons-9 ul li a:hover, #simple-social-icons-9 ul li a:focus {
    font-size: 15px;
}

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

.sidebar {
	display: inline;
}

.sidebar p {
	margin-bottom: 16px;
	text-align: center;
}

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

.sidebar li {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #212121;
}

.sidebar li:hover {
}

.sidebar li a {
	text-decoration: none;
}

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

.sidebar .widget {
	margin-bottom: 20px;
	word-wrap: break-word;
}

.sidebar .widget .sponsor {
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 30px;
}

.home-middle-right .widget .sponsor {
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 20px;
}

.sidebar .enews-widget input {
    background: #fbf6ee;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .widget-title {
    font-family: futura-pt, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    padding: 10px;
    color: #88725b;
	font-size: 40px;
}


/*
Widget Before Footer
---------------------------------------------------------------------------------------------------- */

.cta-widget {
    background: #773363;
    margin: 0;
    padding: 40px 20px;
}

.cta-widget .widget {
	text-align: center;
}

.cta-widget a {
	color: #fff;
	text-decoration: underline;
}

.cta-widget .enews-widget p,
.before-content .enews-widget p {
	color: #fff;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 10px !important;
	text-align: center;
	margin: 0 auto;
}

.cta-widget #subscribe,
.before-content #subscribe {
	float: right;
	width: 60%;
}

.cta-widget .enews-widget input,
.before-content .enews-widget input {
	border: none;
	width: 25%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 13px;
	background: #773363;
    border-bottom: 2px solid #fff;
	color: #fff;
}

.cta-widget .enews-widget input::placeholder {
    color: #fff;
}

.cta-widget .enews-widget input[type="submit"],
.before-content .enews-widget input[type="submit"] {
	width: auto;
	background: #fff !important;
	color: #773363;
}

.cta-widget .widget-title {
    color: #cc9bc9;
}

.home-signup, .after-entry {
    padding: 0 40px;
    background: #fcd73d;
}

.floating-subscribe {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.floating-subscribe {
    background: #2e50db;
    padding: 10px 30px;
    font-family: futura;
    text-transform: uppercase;
}

.floating-subscribe a {
    color: #ffffff;
}

#loginform {
    max-width: 500px;
    margin: 0 auto;
}

#loginform input[type="checkbox"] {
    display: inline;
    width: auto;
}

.donate-buttons {
    display: flex;
    margin: 0 auto 30px;
    max-width: 500px;
    text-align: center;
    justify-content: space-between;
}

.donate-buttons form {
    display: none;
}

.donate-button-custom {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.asp_all_buttons_container {
    display: inline !important;
}

.button1 {
    background: #f7bcdb !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.button1 span {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #2e50db !important;
    text-shadow: none !important;
}

.button2 {
    background: #f23e3f !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.button2 span {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #FFC1A4 !important;
    text-shadow: none !important;
}

.button3 {
    background: #045548 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.button3 span {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #F4A5CC !important;
    text-shadow: none !important;
}

.button4 {
    background: #aa7add !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.button4 span {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fcd73d !important;
    text-shadow: none !important;
}



.home-post-three {
    padding: 40px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.home-post-three .article {
    width: 30%;
    padding: 50px 40px;
    text-align: center;
}

.home-post-three .article h2 {
    font-size: 2em;
    text-transform: none;
    text-align: center;
}

.home-post-three .article:nth-child(1) {
    background: #f23e3f;
    -webkit-box-shadow: 20px 20px 0px -1px #FFC1A4;
    -moz-box-shadow: 20px 20px 0px -1px #FFC1A4;
    box-shadow: 20px 20px 0px -1px #FFC1A4;
}

.home-post-three .article:nth-child(1) h2 a,
.home-post-three .article:nth-child(1) p {
    color: #FFC1A4;
}

.home-post-three .article:nth-child(2) {
    background: #f7bcdb;
    -webkit-box-shadow: 20px 20px 0px -1px #2e50db;
    -moz-box-shadow: 20px 20px 0px -1px #2e50db;
    box-shadow: 20px 20px 0px -1px #2e50db;
}

.home-post-three .article:nth-child(2) h2 a,
.home-post-three .article:nth-child(2) p {
    color: #2e50db;
}

.home-post-three .article:nth-child(3) {
    background: #045548;
    -webkit-box-shadow: 20px 20px 0px -1px #F4A5CC;
    -moz-box-shadow: 20px 20px 0px -1px #F4A5CC;
    box-shadow: 20px 20px 0px -1px #F4A5CC;
}

.home-post-three .article:nth-child(3) h2 a,
.home-post-three .article:nth-child(3) p {
    color: #F4A5CC;
}

.home-post-four {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px 60px;
	flex-wrap: wrap;
}

.home-post-four .article {
    width: 49%;
    position: relative;
}

.home-post-four .article img {
    width: 100%;
}

.home-post-four .article .category {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 7px 33px;
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.home-post-four .article .category a {
    color: #ffffff;
    display: none;
}

.home-post-four .article .category a:first-child {
    display: block;
}

.home-post-four .article .content {
    position: relative;
    max-width: 100%;
    margin: -100px auto 0;
    float: none;
}

.home-post-four .article .content .content-inner {
    padding: 30px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.home-post-four .article:nth-child(1) .content .content-inner {
    background:#ffba76;
}

.home-post-four .article:nth-child(1) .content .content-inner a,
.home-post-four .article:nth-child(1) .content .content-inner {
    color: #aa7add;
}

.home-post-four .article:nth-child(2) .content .content-inner {
    background: #aa7add;
}

.home-post-four .article:nth-child(2) .content .content-inner a,
.home-post-four .article:nth-child(2) .content .content-inner {
    color: #fcd73d;
}

.home-post-five {
    margin: 50px 0 0 0;
    background: #f7bcdb;
}

.home-post-five .article {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: left;
	flex-wrap: wrap;
}

.home-post-five .article .content {
    width: 50%;
    text-align: center;
    padding: 3%;
}

.home-post-five .article .content,
.home-post-five .article .content a {
    color: #2e50db;
}

.home-post-five .article .image {
    width: 50%;
    position: relative;
    line-height: 0;
}

.home-post-five .article .image .category {
    position: absolute;
    left: 28px;
    top: 495px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top left;
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    width: 50%;
    text-align: right;
    color: #ffffff;
}

.home-post-five .article .image .category a {
    color: #ffffff;
    display: none;
}

.home-post-five .article .image .category a:first-child {
    display: block;
}

.home-post-six {
    padding: 40px 60px 0;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.home-post-six .article {
    width: 47%;
    padding: 50px 40px;
    text-align: center;
}

.home-post-six .article h2 {
    font-size: 2em;
    text-transform: none;
    text-align: center;
}

.home-post-six .article:nth-child(1) {
    background: #fcd73d;
    -webkit-box-shadow: 20px 20px 0px -1px #aa7add;
    -moz-box-shadow: 20px 20px 0px -1px #aa7add;
    box-shadow: 20px 20px 0px -1px #aa7add;
}

.home-post-six .article:nth-child(1) a,
.home-post-six .article:nth-child(1) p {
    color: #aa7add;
}

.home-post-six .article:nth-child(2) {
    background: #aa7add;
    -webkit-box-shadow: 20px 20px 0px -1px #ffba76;
    -moz-box-shadow: 20px 20px 0px -1px #ffba76;
    box-shadow: 20px 20px 0px -1px #ffba76;
}

.home-post-six .article:nth-child(2) a,
.home-post-six .article:nth-child(2) p {
    color: #ffba76;
}

.home-post-seven {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px 60px;
	flex-wrap: wrap;
}

.home-post-seven .article {
    width: 32%;
    position: relative;
}

.home-post-seven .article img {
    width: 100%;
}

.home-post-seven .article .category {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 7px 33px;
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.home-post-seven .article .category a {
    color: #ffffff;
    display: none;
}

.home-post-seven .article .category a:first-child {
    display: block;
}

.home-post-seven .article .content {
    max-width: 100%;
    margin: -100px auto 0;
    float: none;
    position: relative;
    text-align: center;
    padding: 30px;
    width: 90%;
}

.home-post-seven .article:nth-child(1) .content {
    background: #045548;
}

.home-post-seven .article:nth-child(1) .content,
.home-post-seven .article:nth-child(1) .content a {
    color: #F4A5CC;
}

.home-post-seven .article:nth-child(2) .content {
    background: #aa7add;
}

.home-post-seven .article:nth-child(2) .content,
.home-post-seven .article:nth-child(2) .content a {
    color: #fcd73d;
}

.home-post-seven .article:nth-child(3) .content {
    background: #f23e3f;
}

.home-post-seven .article:nth-child(3) .content,
.home-post-seven .article:nth-child(3) .content a {
    color: #FFC1A4;
}

.home-post-eight {
    margin: 50px 0 0 0;
    background: #aa7add;
}

.home-post-eight .article {
    width: 100%;
    display: flex;
    text-align: left;
    margin: 0 0 80px 0;
	flex-wrap: wrap;
}

.home-post-eight .article .content {
    width: 50%;
    text-align: center;
    padding: 3%;
}

.home-post-eight .article .content,
.home-post-eight .article .content a {
    color: #ffba76;
}

.home-post-eight .article .image {
    width: 50%;
    position: relative;
    line-height: 0;
}

.home-post-eight .article .image .category {
    position: absolute;
    right: 40px;
    top: 30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top right;
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    color: #ffffff;
}

.home-post-eight .article .image .category a {
    color: #ffffff;
    display: none;
}

.home-post-eight .article .image .category a:first-child {
    display: block;
}

.donate {
    background: #aa7add;
    color: #ffba76 !important;
    padding: 6% 4%;
    margin: 100px 0;
    position: relative;
    text-align: center;
}

.donate h4 {
    color: #ffba76 !important;
}

.donate a {
    background: #ffba76;
    color: #aa7add;
    text-transform: uppercase;
    padding: 10px 40px;
    display: block;
    max-width: 175px;
    margin: 30px auto 0;
	font-family: futura-pt, sans-serif;
}

.donate h4 {
    font-size: 36px;
}

.home-featured-one {
    background: #FFC1A4;
    color: #f23e3f;
    display: flex;
    justify-content: space-between;
    padding: 6% 4%;
    margin: 50px 0 100px 0;
    position: relative;
	flex-wrap: wrap;
}

.title-left {
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    font-size: 1.5em;
    bottom: 50%;
    left: 0%;
    top: 50%;
    font-family: futura-pt, sans-serif;
}

.title-right {
    text-transform: uppercase;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    font-size: 1.5em;
    bottom: 50%;
    right: 0%;
    top: 50%;
    font-family: futura-pt, sans-serif;
}

.home-featured-one .prev-slide,
.home-featured-one .next-slide {
    width: 15%;
    font-size: 3em;
    text-align: center;
    cursor: pointer;
}

.home-featured-one .prev-slide i,
.home-featured-one .next-slide i { 
    position: absolute;
    top: 44%;
}

.home-featured-one .slide-featured-one {
    width: 70%;
    display: none;
    text-align: center;
}

.home-featured-one .slide-featured-one h2 {
    text-transform: none;
}

.home-featured-one a, .home-featured-one a:hover {
    color: #f23e3f !important;
}
.home-featured-one h2 a:hover {
    border-bottom: 2px solid;
}

.home-featured-two {
    background: #f7bcdb;
    color: #2e50db;
    display: flex;
    justify-content: space-between;
    padding: 6% 4%;
    margin: 60px 0;
    position: relative;
	flex-wrap: wrap;
}

.home-featured-two .prev-slide,
.home-featured-two .next-slide {
    width: 15%;
    font-size: 3em;
    text-align: center;
    cursor: pointer;
}

.home-featured-two .prev-slide i,
.home-featured-two .next-slide i {
    position: absolute;
    top: 44%;
}

.home-featured-two .slide-featured-two {
    width: 70%;
    display: none;
    text-align: center;
}

.home-featured-two .slide-featured-two h2 {
    text-transform: none;
}

.home-featured-two a, .home-featured-two a:hover {
    color: #2e50db;
}
.home-featured-two h2 a:hover {
    border-bottom: 2px solid;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-name: fade;
    animation-duration: 0.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

.home-signup .enews-widget, .after-entry .enews-widget  {
	margin: 15px auto 30px;
	padding: 30px 20px;
	letter-spacing: 1px;
	text-align: center;
}


.home-signup .enews-widget p,
.before-content .enews-widget p, .after-entry .enews-widget p {
	text-align: center;
	text-transform: none;
}

.enews .widget-title {
    font-family: "moderno-fb";
    font-weight: 300;
    font-style: normal;
    font-size: 34px;
    text-transform: none;
}

.enews .widget-title, .enews p {
    color: #aa7add;
}

.home-signup #subscribe,
.before-content #subscribe, .after-entry #subscribe {
	float: right;
	width: 60%;
}

.home-signup .enews-widget input,
.before-content .enews-widget input,
.after-entry .enews-widget input {
	border: none;
	float: none;
	width: 35%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 13px 0;
	border-bottom: 2px solid #aa7add !important;
	background-color: transparent !important; 
	color: #89725b !important;
    font-family: futura-pt, sans-serif;
	letter-spacing: 1px;
    font-size: 12px;
}

.sidebar .enews-widget input,.sidebar .enews-widget input[type="submit"] {	border: none;
	float: none;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 13px;
	border-bottom: 2px solid #89725b !important;
	background-color: transparent !important; 
	color: #89725b !important;
	font-family: futura-pt, sans-serif;
	letter-spacing: 1px;
    font-size: 12px;}

.home-signup .enews-widget input[type="submit"],
.before-content .enews-widget input[type="submit"],
.after-entry .enews-widget input[type="submit"] {
	width: 20%;
	background: #aa7add !important;
	color: #fcd73d !important;
    border-bottom: 2px solid #aa7add!important;
	    display: initial;
}

.home-signup .enews-widget input::placeholder, .after-entry .enews-widget input::placeholder {
    color: #aa7add !important;
    opacity: 1 !important;
}

#banner-widget {
    padding: 40px 50px;
	margin-bottom: 40px;
}

.banner-widget .widget {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.banner-widget .post {
    width: 24%;
    float: left;
    margin: 4px;
	margin-bottom: -210px;
}

.banner-widget .post img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.banner-widget p a {
    font-family: Open Sans;
    text-transform: uppercase;
    font-size: 20px;
}

.banner-widget p {
    text-align: center;
}

.banner-widget .entry-header {
    bottom: 240px;
    position: relative;
    background: #212121;
    width: 80%;
    margin: 0 auto;
	opacity: 0;
	transition: .5s;
	height: 200px;
	padding: 50px 20px;
}

.banner-widget .post:hover .entry-header {
    opacity: 1;
}

.banner-widget .post:hover .entry-header a {
    color: #fff;
	font-size: 22px;
}

.banner-widget .post .entry-header a:hover {
    color: #fff !important;
}

#video-banner {
    background: #6ccabd;
    padding: 30px 50px;
}
#video-banner .widget {
    width: 50%;
    float: left;
    padding: 30px;
}
#video-banner .widget_custom_html {
    width: 100%;
    padding: 20px 0 0;
}

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

.footer-widgets {
	background: #becec3;
	clear: both;
	font-size: 14px;
	text-align: center;
}

.footer-widgets .wrap {
    max-width: 100%;
}

.footer-widgets p {
    text-align: center;
	color: #fff;
}

.footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0px 0px;
	width: 100%;
}

.footer-widgets-1 {
	width: 100%;
}

.footer-widgets .widget {
    margin-bottom: 0px;
	margin-top: 50px !important;
    word-wrap: break-word;
    width: 31%;
    float: left;
	margin: 1%;
}

.footer-widgets .instagram-pics li {
    width: 16.6666%;
	float: left;
    padding: 0;
}

.footer-widgets .null-instagram-feed {
    width: 100% !important;
    margin: 0 !important;
}

.null-instagram-feed p a {
    padding: 10px;
    background: #fff;
    font-family: 'essonnes-display';
    text-transform: uppercase;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.05) !important;
}

.null-instagram-feed p {
    transform: translate(0%, -50%);
}

.footer-widgets .featured-content .entry {
	float: left;
	padding: 1%;
	width: 20%;
}

.footer-widgets .widget-title,
.footer-widgets .entry-title {
	text-align: center;
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
    letter-spacing: 2px;
}

.footer-widgets li a {
    color: #fff;
	font-family: Open Sans;
    text-transform: uppercase;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .widget_socialcountplus {
    width: 100%;
    margin: 0;
    padding: 20px;
}

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

.footer-info img {
    width: 25%;
}

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

.footer-right img {
    width: 50%;
}

.footer-right a {
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

.site-footer .footer-top-menu {
    text-transform: uppercase;
}

.site-footer .footer-top-menu ul li {
    display: inline;
    margin: 0 30px;
}

.site-footer .footer-top-menu ul li a {
    font-size: 13px;
}



.footer-blocks .widget_nav_menu ul {
    display: flex; 
    justify-content: space-between;
    text-transform: uppercase;
}

.footer-blocks .menu-item a {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: lighter;
}

.footer-block .widget_text p {
    font-size: 5em;
    font-family: "moderno-fb";
    font-weight: 300;
    font-style: normal;
}

.footer-block .simple-social-icons ul {
    max-width: 200px;
    margin: 0 auto;
}

.footer-block.block-1 .wrap,
.footer-block.block-3 .wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.footer-block.block-1 .wrap section,
.footer-block.block-3 .wrap section {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

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

.site-footer {
	background: #133556 !important;
	color: #333;
    font-family: futura-pt, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 3% 4%;
	text-align: center;
    color: #f23e3f;
	border-top: 5px solid #faf5ef;
}

.site-container {
    border-bottom: 5px solid #f5bd25;
}

.site-footer .wrap {
	margin: 0 auto;
	width: 100%;
}

.site-footer a {
	color: #ffffff !important;
}

.site-footer p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ffffff;
}

.site-footer .genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 15px 15px;
    position: relative;
}

.nav-footer {
	width: 100%;
}

.creds {
	float: right;
	padding: 3px;
	width: 100%;
    text-transform: uppercase;
}

.boxzilla-center-container .boxzilla {
    padding: 0 !important;
}

.boxzilla-center-container .boxzilla h2 {
    color: #ffffff !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) {

	.search-form input[type="search"] {
		background-image: url(../icon-search%402x.html);
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(../icon-direction-nav%402x.html);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(../icon-control-nav%402x.html);
	}

}

@media only screen and (max-width: 1250px) {
    
   
    
    .site-inner {
    }

	.site-container {
	}

	.site-header .widget-area {
		width: 100%;
	}
	
	.home-top .genesis_responsive_slider .flexslider .slides > li {
	    max-height: 475px;
	}
	
	.content {
		width: 660px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.breadcrumb {
		margin: -30px -40px 30px;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
	}
	

	
	
	.genesis-nav-menu .widget-area {
		width: 20%;
	}
	
	.content,
	.nav-primary .wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap,
	.nav-secondary .wrap,
	.site-footer .wrap,
	.cta-widget .wrap,
	.widget-above-header .wrap,
	.footer-widgets .wrap {
		width: 100%;
	}
	
	.home-top-slider {
		margin-bottom: 40px;
	}
	
	.home-top-slider,
	.home-top-right,
	.home-middle-left,
	.home-middle-right {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	.home-top-right .featured-content .entry {
		float: left;
		padding: 1%;
		width: 33%;
	}
	
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.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: 20px;
	}
	
	.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;
	}
	
	.cta-widget .enews-widget p {
		float: none;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}

	.cta-widget .enews-widget input {
		width: 30%;
	}
	
	.home-triple-bottom .featured-content .entry {
		min-height: 350px;
	}
	
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom {
		float: none;
		width: 100%;
	}
	
	.sidebar-split-left .widget {
		padding: 0;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}

}

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

	.site-container {
	}
	
	.home-top .widget_media_image h4 {
    top: 156px;
    margin-top: -100px !important;
	}
	.home-top .widget_media_image img {
    height: 315px !important;
	}
	.mini-header .genesis-nav-menu a {
    padding: 20px;
	}
	.banner-widget .post {
    width: 23%;
	}
	.banner-widget .post img {
    max-height: 200px;
	}
	.banner-widget .entry-header {
    bottom: 200px;
    height: 175px;
	}
	.banner-widget h2 a {
    font-size: 18px !important;
	}
	.banner-widget .featured-content .entry-title {
    font-size: 18px;
	}
	
	.tagline {
		font-size: 40px;
	}
	
	
	
	.author-box {
    	margin: 0 80px;
	}
	
	.adjacent-entry-pagination {
    	margin: 40px 80px;
	}
	
	.entry-comments, .entry-pings {
    	margin: 40px 80px;
	}
	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}
	
	.genesis-nav-menu .widget-area {
		width: 100%;
	}	

}

@media only screen and (max-width: 961px) {
	.post-sidebar {
		width: 100%;
		margin-left: 0;
	}
	
	.post-wrapper {
		width: 100%;
		padding-right: 0;
	}
}

	

@media only screen and (max-width: 767px) {
	
	.home .social-header {
		width: 100%;
    	top: 20px !important;
    	left: 0;
    	justify-content: flex-start;
		padding: 0 10px;
	}
	
	.main-logo {
		margin: 95px auto 50px auto;
	}
	

	
	.woocommerce div.product div.images {
		width: 100% !important;
	}
	
	.tab button {
		width: 100%;
		border-bottom: 5px solid #ffffff;
	}
	
	.category-header h1 {
		line-height: inherit;
		border-bottom: 0;
		text-align: center;
	}
	
	.category-header h1 span {
		padding: 0;
	}
	
	.tabcontent, .newshop { 
		column-count: 2;
	}
	
	.instagram-shop .shop-instagram-popout {
		padding: 75px 5% 5% 5%;
	}
	
	.newshop a .brand {
    position: relative;
    opacity: 1;
    text-align: center;
    border-top: 1px solid;
}

	

	
	.search .post,
	.search .page {
		width: 100% !important;
	}
    
    .home-posts.top .article,
    .home-posts.half-width .article {
        max-width: 550px;
        margin: 0 auto;
        display: block;
    }
    
    .home-posts.half-width .article img {
        width: 100%;
    }
    
    .home-single-post .popular-posts .widget .wpp-thumbnail {
        width: 100%;
    }
    
    .archive.category-frugal-city-guides .latest-posts .post {
        width: 100%;
    }
    
    .archive.category-frugal-city-guides .latest-posts .post:nth-child(2) {
        flex-direction: row-reverse;
    }
    
    .home .site-inner {
        padding: 0 !important; 
    }
    
    .page .site-inner {
        padding: 5%;
    }
    
    .main-logo img {
        max-width: 300px;
    }
    
	.side-widget-open {
		display: none;
	}
	
	.genesis-nav-menu {
		margin-right: 0;
	}
    
    .entry-footer {
        padding: 50px 0;
    }
    
    .author-info {
        max-width: 300px;
        padding: 0;
    }
    
    .author-info .author-image {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .author-info .author-image img {
        margin: 0 auto;
        float: none;
        display: block;
    }
    
    
    .author-info .author-content {
        width: 100%;
        text-align: center !important;
    }
    
    .home-header-left,
    .home-header-right {
        width: 100%;
    }
    
    .home-header .article {
        width: 100% !important;
        margin: 0 0 50px;
    }
	
	.home-header .home-header-left .article:nth-child(3) {
        margin: 0;
    }
    
    .home-header .article:nth-child(4) {
        margin: 400px 0 0 0;
    }
    
    .home-header-two .article {
        width: 100%;
        margin: 0 0 60px 0;
    }
    
    .home-header-two .title-left,
    .home-header-two .title-right {
        display: none;
    }
	
	.home-post-two .article {
		text-align: center;
	}
    
    .donate {
        margin: 0;
    }
	
	.home-post-two .article .content {
		margin: 0;
		padding: 30px;
	}
	
	.home-post-two .article .image,
	.home-post-two .article .content {
		width: 100%;
	}
	
	.home-post-three .article {
		width: 100%;
		margin: 0 0 60px 0;
	}
	
	.home-post-three .article:last-child {
		margin: 0;
	}
    
    .home-post-four {
        padding: 40px 40px 0;
    }
	
	.home-post-four .article {
		width: 100%;
		margin: 0 0 50px 0;
	}
    
    .home-featured-one {
    }
	
	.home-featured-one .prev-slide i {
		left: 15px;
	}
	
	.home-featured-one .next-slide i {
		right: 15px;
	}
	
	.title-left {
		position: relative;
    	transform: none;
    	width: 100%;
		text-align: center;
		margin: 0 0 10px 0;
	}
	
	.title-right {
		display: none;
	}
	
	.home-post-five .article {
		flex-direction: column-reverse;
	}
	
	.home-post-five .article .content {
		width: 100%;
		margin: 0;
		padding: 30px;
		text-align: center;
	}

	
	.home-post-five .article .image {
		width: 100%;
	}
	
	.home-instagram .widget-title {
		right: -45px;
        font-family: futura-pt, sans-serif;
	}

    
    .home-shop .gallery .gallery-item {
        width: 49% !important;
    }
	
	.home-post-six .article {
		width: 100%;
		margin: 0 0 60px 0;
	}
	
	.home-featured-two {
		margin: 0 0 60px 0;
	}
	
	.home-featured-two .prev-slide i {
		left: 15px;
	}
	
	.home-featured-two .next-slide i {
		right: 15px;
	}
	
	.home-post-seven .article {
		width: 100%;
		margin: 0 0 50px;
	}
	
	.home-post-seven .article:last-child {
		width: 100%;
		margin: 0;
	}
	
	.home-post-eight .article .image {
		width: 100%;
	}
	
	.home-post-eight .article .content {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 30px;
	}
    
    
    
    .post-header .post-image,
    .post-header .post-content {
        width: 100%;
    }
    
    .related-list li {
        width: 100%;
        margin: 0 0 60px;
    }
    
    .related-list li:last-child {
        width: 100%;
        margin: 0;
    }
    
    .archive .content article {
        width: 100% !important;
        max-width: 450px;
        margin: 0 auto 50px;
    }
    
    .category-frugal-city-guides .content article {
        max-width: none;
    }
    
    .home-posts.full-width .article > a {
        width: 100%;
    }
    
    .home-posts.full-width .article .content {
        width: 100%;
        padding: 20px;
    }
    
    .home-posts.half-width .article > a {
        width: 100%;
    }
    
    .home-posts.half-width .article .content {
        width: 100%;
        padding: 20px;
    }

	.wrap {
		max-width: 100%;
	}
	
	.latest-post img {
		width: 49%;
		margin: 0;
	}
	
	.latest-post a:first-child img {
		margin: 0 2% 0 0;
	}
	
	.latest-post-content {
		width: 100% !important;
	}
	
	.home-top .entry-title:before {
		margin-left: 0;
		top: -60px;
	}
	
	#home-latest-two .widget:nth-child(1), 
	#home-latest-two .widget:nth-child(2) {
		width: 100%;
	}
	
	#home-latest-two .widget:nth-child(2) .post, 
	#home-latest-two .widget:nth-child(2) .post img {
		padding: 0;
	}
	
	.home-feature .post {
		padding: 0;
	}
	
	.home-flexible .widget-area .widget {
		padding: 40px 15px 60px;
	}
	
	#home-latest-three .widget:nth-child(2), 
	#home-latest-three .widget:nth-child(3) {
		width: 100%;
	}
	
	.home-flexible .post, 
	#home-latest-three .post {
		width: 100%;
		padding: 0 !important;
	}
	
	#home-latest-three .widget_text .widget-wrap {
		padding: 20px 40px;
	}
	
	.home-flexible .widget, 
	#home-latest-three .widget {
		padding: 0 15px 60px;
	}
	
    #home-latest {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
    
    #home-latest-three {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
    
    .site-header .wrap {
        padding: 0;
    }
    
     .nav-primary {
        padding: 0;
        height: 60px;
        background: #ffffff;
        width: 100%;
    }
    
    .site-inner {
        margin: 0 auto;
    }
    
    .genesis-nav-menu.responsive-menu {
        padding: 20px 0 0 0;
        background: #ffffff;
        width: 100%;
    }
    
    .genesis-nav-menu .widget-area {
        position: relative;
        left: 0 !important;
    }
    
    .simple-social-icons ul.aligncenter li {
        float: none !important;
    }
    
    .home-graphic {
        padding: 60px 15px;
    }
    
    .home-top {
        padding: 20px 15px;
    }
    
    #home-shop {
        padding: 50px 15px 80px;
		margin: 0;
    }
	
	.home-shop .widget-title {
		left: -50px;
	}
	
	.home-shop .stp-slide {
		flex-wrap: wrap;
	}
	
	.home-shop .stp-slide .stp-product {
		width: 49% !important;
	}
    
    #banner-widget {
        padding: 40px 15px;
    }
    
    .banner-widget .widget {
        width: 100%;
    }
    
    .home-feature {
        padding: 40px 15px;
    }
    
    .home-graphic .widget {
        width: 100%;
    }
    
    .home-signup .enews-widget input {
        width: 100% !important;
        margin: 0 0 15px;
    }
    
    #video-banner .widget {
        width: 100%;
    }
    
    .footer-blocks-inner {
        flex-direction: column;
    }
    
    .footer-blocks .footer-block{
        width: 100% !important;
    }
    
    .home-feature .post {
        width: 100%;
    }
    
    .page-id-11521 .enews-widget input {
        width: 100% !important;
    }

	.site-container {
	}
	
	.header-image .site-title > a {
    width: 30% !important;
        min-height: auto !important;
	}
	
	.mini-header {
		display: none !important;
	}
	
	.nav-primary .wrap {
    	z-index: 999;
        max-width: 100%;
        padding: 0 0 15px;
	}
	
	#home-latest .post {
    width: 100%;
	}
	
	.home-latest-two .post .entry-header {
    padding-top: 0px;
	}
	
	.home-latest-two #pinterest-pinboard-widget-container .pinboard img {
    width: 33.33333% !important;
	}
	
	.banner-widget .post {
    	width: 48%;
		margin-bottom: -265px;
	}
	
	.banner-widget .entry-header {
    bottom: 300px;
    height: 265px;
	}
	
	.banner-widget h2 a {
    font-size: 26px !important;
}
	
	.footer-widgets .widget_custom_html {
    border: 0px solid #fff;
	}
	
	.footer-widgets .instagram-pics li {
    width: 33.33333%;
	}
	
	.null-instagram-feed p a {
    font-size: 24px;
}
	
	.page-template-page_index .post {
    	width: 100% !important;
	}
	
	.home .shopsense-widget, .home .enews {
	    background-size: 33%;
	}
	
	.footer-widgets .widget {
    	width: 93%;
	}
	
	.single-post .content .post {
    	padding: 0;
	}
	
	.author-box {
    	margin: 0;
	}
	
	.adjacent-entry-pagination {
    	margin: 40px 0;
	}
	
	.entry-comments, .entry-pings {
    	margin: 40px 0px;
	}

	.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,
	.site-footer .wrap {
		margin: 0;
		width: 100%;
	}
	
	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,	
	.home-flexible  .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget {
		margin: 1%;
		width: 100%;
	}
	
	.home-bottom .featured-content .entry {
		width: 50%;
	}
	
	.home-middle,
	.home-top {
		text-align: center;
	}
	
	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}
	
	.creds,
	.nav-footer {
		float: none;
		width: 100%;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.home-top #genesis-responsive-slider {
		padding: 0;
	}
	
	.header-image .site-title, .header-image .title-area {
    	width: auto;
	}
	
	.widget-above-header .enews-widget p, 
	.cta-widget .enews-widget p, 
	.before-content .enews-widget p {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.widget-above-header .enews-widget input, 
	.cta-widget .enews-widget input, 
	.before-content .enews-widget input {
		width: 100%;
		margin-bottom: 20px;
	}

	.cta-widget .enews-widget input[type="submit"],
	.before-content .enews-widget input[type="submit"],
	.footer-widgets .featured-content .entry,
	.before-content .entry,
	.cta-widget #subscribe,
	.before-content #subscribe,
	.before-content .featuredpage {
		float: none;
		width: 100%;
	}
	
	.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;
		float: none;
		text-align: center;
	}

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

	.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;
		position: absolute;
	}

	.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: 0;
		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%;
	}
	
	.home-flexible .post {
    	width: 100%;
		padding: 0 !important;
		float:none;
	
	}
	
	.home-latest .entry-content {
    	width: 95%;
	}
	
	.home-latest .entry-header {
    	width: 95%;
	}
	
	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
		width: 100%;
	}
	
	.genesis-nav-menu {
		text-align: center;
	}
	
	.search-form-container {
		display: none;
	}

	
	.testimonial_rotator.template-longform .testimonial_rotator_quote {
    	background-size: contain !important;
	}
	
	.fancy .button {
    	width: 45% !important;
	}
	
	.shop-page-menu a {
	    width: 100%;
	}
	
	.header-image .site-title::after {
    border: none;
    padding: 0;
    margin: 0;
	}
	
	#media_image-19 {display:none;}
    
    .home-featured-posts .column {
        width: 100%;
    }
    
    .home-single-post .popular-posts {
        width: 100%;
    }
    
    .home-single-post .feature-month {
        width: 100%;
    }
    
    .home-posts.half-width .article {
        margin: 0 auto 40px auto !important;
        width: 100%;
    }
    
    .home-posts.full-width .article
    
    .home-posts .article {
        width: 100% !important;
        margin: 0 auto 40px auto;
        max-width: 450px;
    }
    
    .home-posts.top .article {
        width: 100% !important;
    }
    
    .home-sign-up .home-sign-up-text,
    .home-sign-up .home-sign-up-form {
        width: 100%;
        padding: 5%;
    }
    
    .footer-block .simple-social-icons ul {
        max-width: none;
    }
    
    .home-single-post .igtv,
    .home-single-post .article {
        width: 100%;
    }
    
    .home-single-post .igtv {
        margin: 0 0 60px 0;
    }
    
    .home-header-image .article .content h2 {
        font-size: 3em;
    }
    
    .home-header-image .article .content .post-meta {
        font-size: 1em;
    }
    
    .main-logo-inner {
        max-width: none;
        width: 70%;
        margin: 60px auto 20px;
        float: none;
		display: block;
    }
    
    .main-logo-inner .table {
        display: block;
        width: 70%;
        margin: 30px auto;
    }

    
    .category-header h2 {
        font-size: 2em;
    }
    
    .post-header .post-content h1 {
        font-size: 2em;
    }
    
    .post-header .post-meta {
        font-size: 1em;
    }
	
	
    
    .instagram-shop .shop-instagram-popout .inner .main-image-popout {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .instagram-shop .shop-instagram-popout .inner .links {
        width: 100%;
        text-align: center;
    }
    
    .instagram-shop .instagram-single {
        width: 49%;
    }
	
	.instagram-shop .instagram-single {
        width: 49%;
		margin: 0 0 10px 0;
    }
	
	.instagram-shop .instagram-single:nth-child(2n+1) {
        margin: 0 2% 10px 0 !important;
    }
	
	.instagram-shop .instagram-single:nth-child(4n+4) {
        margin: 0 0 10px 0;
    }
    
    .archive .content article:nth-of-type(7n+1),
    .archive .content article:nth-of-type(7n+2),
    .archive .content article:nth-of-type(7n+3),
    .archive .content article:nth-of-type(7n+4),
    .archive .content article:nth-of-type(7n+5),
    .archive .content article:nth-of-type(7n+6),
    .archive .content article:nth-of-type(7n+7) {
         width: 100% !important;
    }
    
    .archive .content article:nth-of-type(1) .entry-header, 
    .archive .content article:nth-of-type(7n+1) .content {
        width: 100% !important;
    }
        
    .archive .content article:nth-of-type(1) .content {
        padding: 20px !important;
    }
        
    .archive .content article:nth-of-type(7n+5) .entry-header, 
    .archive .content article:nth-of-type(7n+6) .entry-header, 
    .archive .content article:nth-of-type(7n+7) .entry-header, 
    .archive .content article:nth-of-type(7n+8) .entry-header {
        width: 100% !important;
    }
    
    .archive .content article:nth-of-type(7n+5) .content, 
    .archive .content article:nth-of-type(7n+6) .content, 
    .archive .content article:nth-of-type(7n+7) .content, 
    .archive .content article:nth-of-type(7n+8) .content {
        width: 100% !important;
        padding: 20px !important;
    }
    
    .archive .content article {
        width: 100% !important;
    }
    
    .archive .content article:nth-child(7n+4) .entry-header, 
    .archive .content article:nth-child(7n+5) .entry-header, 
    .archive .content article:nth-child(7n+6) .entry-header, 
    .archive .content article:nth-child(7n+7) .entry-header {
        width: 100%;
    }
    
    .archive .content article:nth-child(7n+4) .content, 
    .archive .content article:nth-child(7n+5) .content, 
    .archive .content article:nth-child(7n+6) .content, 
    .archive .content article:nth-child(7n+7) .content {
        width: 100%;
        padding: 20px !important;
    }
    
    .archive .content .infinite-wrap article:nth-child(8n+1), 
    .archive .content .infinite-wrap article:nth-child(8n+2), 
    .archive .content .infinite-wrap article:nth-child(8n+3), 
    .archive .content .infinite-wrap article:nth-child(8n+4) {
        width: 100% !important;
    }
    
    .archive .content .infinite-wrap article:nth-child(8n+5), 
    .archive .content .infinite-wrap article:nth-child(8n+6), 
    .archive .content .infinite-wrap article:nth-child(8n+7), 
    .archive .content .infinite-wrap article:nth-child(8n+8) {
        width: 100% !important;
    }
    

}

@media only screen and (max-width: 500px) {
	
	.comment-respond, .entry-comments, .entry-pings {
    padding: 60px;
}
	
	.single .entry .entry-content {
    width: 100%;
}
	
	.home-header, .home-header-two, .home-post-three, .home-post-four, .home-post-six, .home-post-seven, .archive .content {
    padding: 30px;
}
	

	
	.home-header .home-header-left .article:nth-child(3) {
    padding: 20px 0px;
}
	
	.home-featured-one {
    margin: 0 0 65px;
}
	
	
	.site-title a {
		font-size: 30px;
	}

	.entry-title {
		font-size: 24px;
	}
	
	.content-sidebar-wrap {
    padding: 0;
	}
	
	.site-header {
	    padding: 0;
	}
	
	.page .site-inner {
    	width: 100%;
	}
	
	#home-latest .featured-content .widget-wrap, .posts-archive .content {
    	column-count: 1;
	}
	
	.posts-archive .site-inner {
	    background-size: 200%;
	}
	
	.home-top {
    	width: 100%;
	}
	
	.header-image .site-title > a {
		width: 70%;
	}
	
	.featured-content img {
    	min-height: 400px;
	}
	
	.page-template-page_blog .post {
    	width: 98%;
    	height: auto;
	}
	
	#home-latest .post {
    margin: 0 0 30px 0 !important;
		height: auto;
	}
	
	.home-signup, .after-entry {
    padding: 0;
    background-image: none;
}
	.home-signup .enews-widget input, .before-content .enews-widget input, .after-entry .enews-widget input {width: 60%;}
	
	.home .shopsense-widget {
    	padding: 80px 0;
	}
	
	.home-latest-two .post img {
    width: 100%;
}
	
	.home-latest-two .post .entry-header, .home-latest-two .post .entry-content {
    width: 100%;
    padding: 20px 0 0 0 !important;
}
	
	.home-latest-two .post:nth-child(2) .entry-header, .home-latest-two .post:nth-child(2) .entry-content {
    padding-right: 0px !important;
}
	
	.home-latest-two #pinterest-pinboard-widget-container .pinboard img {
    width: 50% !important;
}
	
	.banner-widget .post {
    width: 100%;
}
	
	.banner-widget .entry-header {
    bottom: 350px;
    height: 300px;
}
	
	.null-instagram-feed p a {
    font-size: 16px;
}
	
	.home-flexible {
    	padding: 0;
	}
	
	.home-flexible .widget {
    	padding: 0px;
	}
	
	.home .enews {
    	width: 100%; 
    	padding: 0;
	}
	
	.home .shopsense-widget, .home .enews {
    	background-size: 40%;
		background: none;
	}
	
	#custom_html-2 h4 {
    	font-size: 40px;
	}

	.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;
	}
	
	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,	
	.home-flexible  .seven-widgets .widget,
	.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget {
		margin: 0 auto 3%;
		width: 100%;
	}
	
	.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%;
	}
	
	.archive .content .entry {
		float: none;
		width: 100%;
	}
	
	.more-from-category a, 
	a.more-link {
	}
	
	.sidebar .featured-content .entry-title {
		text-align: center;
	}
	
	.home-latest .enews-widget input, .before-content .enews-widget input {
    	width: 55% !important;
    	margin: 4px;
	}
	
	.null-instagram-feed h4 {
		font-size: 40px;
	}
	
	.fancy h3 {
    	font-size: 45px;
	}
	
	.footer-widgets .widget {
		width: 93%;
	}
	
	.related-list li {
 	   width: 100%;
	}
	
	.tagline {
    font-size: 35px;
		background-size: 40% 26%;
}
	
	.content .woocommerce ul.product_list_widget li,
	.footer-widgets .woocommerce ul.product_list_widget li {
		text-align: center;
		width: 100% !important;
	}

	.content .woocommerce ul.cart_list li img,
	.content .woocommerce ul.product_list_widget li img,
	.content .woocommerce-page ul.cart_list li img,
	.content .woocommerce-page ul.product_list_widget li img {
		margin: 0 auto;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.home-bottom .featured-content .entry {
		width: 100% !important;
	}


}

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

    .site-title {
        font-size: 26px;
    }

}