/*
	Theme Name: The Fabulous Times
	Theme URI: https://www.thefabuloustimes.com/
	Description: A bespoke WordPress theme for The Fabulous Times.
	Author: Gatto Web
	Author URI: https://www.gattoweb.com/
	Copyright: Copyright (c) 2020, Gatto Web
	Version: 1.0.0
	Template: genesis
	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}


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

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


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

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



@font-face {
    font-family: 'RecoletaRegular';
    src: url('fonts/Recoleta-Regular.woff2') format('woff2'),
        url('fonts/Recoleta-Regular.woff') format('woff'),
        url('fonts/Recoleta-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RecoletaLight';
    src: url('fonts/Recoleta-Light.woff2') format('woff2'),
        url('fonts/Recoleta-Light.woff') format('woff'),
        url('fonts/Recoleta-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Regular.woff2') format('woff2'),
        url('fonts/EBGaramond-Regular.woff') format('woff'),
        url('fonts/EBGaramond-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CormorantGaramond';
    src: url('fonts/CormorantGaramond-Regular.woff2') format('woff2'),
        url('fonts/CormorantGaramond-Regular.woff') format('woff'),
        url('fonts/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




html {
	font-size: 62.5%; /* 10px browser default */
	margin-top: 0 !important;
}

body {
	color: #1C1C1C;
	font-family: 'CormorantGaramond';
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height:1.7;
	overflow-x: hidden;
    background: #ffffff;
}

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 {

}

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

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

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	font-size: 20px;
}

blockquote {
	margin: 0 0 26px 0;
	padding: 100px 50px 50px;
    font-weight: 300;
    font-style: normal;
    background: #F2EEEA;
    font-family: 'RecoletaLight';
    text-align: center;
    font-size: 2.125em;
    letter-spacing: 1.02px;
    line-height: 50px;
    background-image: url(https://www.thefabuloustimes.com/wp-content/themes/the-fabulous-times/images/tft-quote.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: top 25px center;
}



.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: #1C1C1C;
	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: 'RecoletaLight';
}

h2 {
	font-size: 36px;
    font-family: 'RecoletaLight';
}

h3 {
	font-size: 26px;
     font-family: 'RecoletaLight';
}

h4 {
	font-size: 24px;
    font-family: 'RecoletaLight';
}

h5 {
	font-size: 20px;
      font-family: 'RecoletaLight';
}

h6 {
	font-size: 16px;
       font-family: 'RecoletaLight';
}

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

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

.wp-block-image.size-large

.wp-block-button__link {
		color: #fff;
	cursor: pointer;
	font-family: Open Sans, sans-serif;
	font-size: 12px !important;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 10px 15px;
	text-transform: uppercase;
	width: 35%;
	margin: 0 auto;
	text-align: center;
		background-color: #73c9bd !important;
	border: 1px solid #73c9bd;
}

.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 {
    text-transform: uppercase;
    position: relative;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 2.8px;
    font-size: 1em;
}

a.more-link:hover {
    background: #5b697c !important;
    color: #F2EEEA !important;
}

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

/* 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 {
	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 { 
	position: relative;
    overflow: hidden;
    width: 100%;
}

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

.blog .site-inner {
    max-width: none;
}

.single .site-inner {
    max-width: none;
    padding: 0;
    overflow-x: hidden;
}

.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 {
    display: flex;
    flex-wrap: wrap;
}

.blog .content,
.search .content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    z-index: 10;
}

.archive .content {
    max-width: none;
    padding: 0;
}

.archive .content .post-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    z-index: 10;
    width: 100%;
}

.archive .content .post-wrapper article {
    width: 31%;
    position: relative;
    margin: 0 0 100px;
}


.archive .content .post-wrapper.top article:nth-of-type(4),
.archive .content .post-wrapper.top article:nth-of-type(5),
.archive .content .post-wrapper.top article:nth-of-type(9),
.archive .content .post-wrapper.top article:nth-of-type(10) {
    width: 48%;
}

.archive .content .post-wrapper.top article:nth-of-type(2),
.archive .content .post-wrapper.bottom article:nth-of-type(4),
.archive .content .post-wrapper.bottom article:nth-of-type(9) {
    margin: 0 3.5% 100px;
}

.archive .content .post-wrapper.bottom article:nth-of-type(1),
.archive .content .post-wrapper.bottom article:nth-of-type(6) {
    margin: 0 4% 100px 0;
}


.archive .content .post-wrapper.top article:nth-of-type(1) .entry-header .entry-image-link,
.archive .content .post-wrapper.top article:nth-of-type(2) .entry-header .entry-image-link,
.archive .content .post-wrapper.top article:nth-of-type(3) .entry-header .entry-image-link{
    height: 37vw;
    max-height: 530px;
}


.archive .content .post-wrapper.top article:nth-of-type(4) .entry-title,
.archive .content .post-wrapper.top article:nth-of-type(5) .entry-title,
.archive .content .post-wrapper.top article:nth-of-type(9) .entry-title,
.archive .content .post-wrapper.top article:nth-of-type(10) .entry-title {
    font-size: 1.5em;
}

.archive .content .post-wrapper.bottom article:nth-of-type(1),
.archive .content .post-wrapper.bottom article:nth-of-type(2),
.archive .content .post-wrapper.bottom article:nth-of-type(6),
.archive .content .post-wrapper.bottom article:nth-of-type(7) {
    width: 48%;
}

.archive .content .post-wrapper.bottom article:nth-of-type(1) .entry-header .entry-image-link,
.archive .content .post-wrapper.bottom article:nth-of-type(2) .entry-header .entry-image-link,
.archive .content .post-wrapper.bottom article:nth-of-type(6) .entry-header .entry-image-link,
.archive .content .post-wrapper.bottom article:nth-of-type(7) .entry-header .entry-image-link{
    height: 127vw;
    max-height: 530px;
}


.archive .content .post-wrapper.bottom article:nth-of-type(3) .entry-header .entry-image-link,
.archive .content .post-wrapper.bottom article:nth-of-type(4) .entry-header .entry-image-link,
.archive .content .post-wrapper.bottom article:nth-of-type(5) .entry-header .entry-image-link,
.archive .content .post-wrapper.bottom article:nth-of-type(8) .entry-header .entry-image-link,
.archive .content .post-wrapper.bottom article:nth-of-type(9) .entry-header .entry-image-link,
.archive .content .post-wrapper.bottom article:nth-of-type(10) .entry-header .entry-image-link{
    height: 37vw;
    max-height: 530px;
}

.archive .content .post-wrapper.bottom article:nth-of-type(3) .entry-header .entry-image-link img,
.archive .content .post-wrapper.bottom article:nth-of-type(4) .entry-header .entry-image-link img,
.archive .content .post-wrapper.bottom article:nth-of-type(5) .entry-header .entry-image-link img,
.archive .content .post-wrapper.bottom article:nth-of-type(8) .entry-header .entry-image-link img,
.archive .content .post-wrapper.bottom article:nth-of-type(9) .entry-header .entry-image-link img,
.archive .content .post-wrapper.bottom article:nth-of-type(10) .entry-header .entry-image-link img{
    height: 100%;
    object-fit: cover;
}

.archive .content .post-wrapper.bottom article:nth-of-type(1) .entry-title,
.archive .content .post-wrapper.bottom article:nth-of-type(2) .entry-title,
.archive .content .post-wrapper.bottom article:nth-of-type(6).entry-title ,
.archive .content .post-wrapper.bottom article:nth-of-type(7) .entry-title {
    font-size: 1.5em;
}

.blog .content article,
.search .content article {
    width: 31%;
    position: relative;
    margin: 0 0 100px;
}

.blog .content article:nth-of-type(4),
.blog .content article:nth-of-type(5),
.blog .content article:nth-of-type(9),
.blog .content article:nth-of-type(10),
.search .content article:nth-of-type(4),
.search .content article:nth-of-type(5),
.search .content article:nth-of-type(9),
.search .content article:nth-of-type(10) {
    width: 48%;
}

.blog .content article:nth-of-type(2),
.search .content article:nth-of-type(2),
.blog .content article:nth-of-type(7),
.search .content article:nth-of-type(7),
.blog .content article:nth-of-type(12),
.search .content article:nth-of-type(12) {
    margin: 0 3.5% 100px;
}

.blog .content article:nth-of-type(4),
.search .content article:nth-of-type(4),
.blog .content article:nth-of-type(9),
.search .content article:nth-of-type(9){
    margin: 0 4% 100px 0;
}


.blog .content article:nth-of-type(4) .entry-title,
.blog .content article:nth-of-type(5) .entry-title,
.blog .content article:nth-of-type(9) .entry-title,
.blog .content article:nth-of-type(10) .entry-title,
.search .content article:nth-of-type(4) .entry-title,
.search .content article:nth-of-type(5) .entry-title,
.search .content article:nth-of-type(9) .entry-title,
.search .content article:nth-of-type(10) .entry-title {
    font-size: 1.5;
}

.blog .content article:nth-of-type(1) .entry-header .entry-image-link,
.blog .content article:nth-of-type(2) .entry-header .entry-image-link,
.blog .content article:nth-of-type(3) .entry-header .entry-image-link,
.blog .content article:nth-of-type(6) .entry-header .entry-image-link,
.blog .content article:nth-of-type(7) .entry-header .entry-image-link,
.blog .content article:nth-of-type(8) .entry-header .entry-image-link,
.blog .content article:nth-of-type(11) .entry-header .entry-image-link,
.blog .content article:nth-of-type(12) .entry-header .entry-image-link,
.blog .content article:nth-of-type(13) .entry-header .entry-image-link,
.search .content article:nth-of-type(1) .entry-header .entry-image-link,
.search .content article:nth-of-type(2) .entry-header .entry-image-link,
.search .content article:nth-of-type(3) .entry-header .entry-image-link,
.search .content article:nth-of-type(6) .entry-header .entry-image-link,
.search .content article:nth-of-type(7) .entry-header .entry-image-link,
.search .content article:nth-of-type(8) .entry-header .entry-image-link,
.search .content article:nth-of-type(11) .entry-header .entry-image-link,
.search .content article:nth-of-type(12) .entry-header .entry-image-link,
.search .content article:nth-of-type(13) .entry-header .entry-image-link {
    height: 37vw;
    max-height: 530px;
}

.blog .content article:nth-of-type(4) .entry-header .entry-image-link,
.blog .content article:nth-of-type(5) .entry-header .entry-image-link,
.blog .content article:nth-of-type(9) .entry-header .entry-image-link,
.blog .content article:nth-of-type(10) .entry-header .entry-image-link,
.search .content article:nth-of-type(4) .entry-header .entry-image-link,
.search .content article:nth-of-type(5) .entry-header .entry-image-link,
.search .content article:nth-of-type(9) .entry-header .entry-image-link,
.search .content article:nth-of-type(10) .entry-header .entry-image-link {
	height: 37vw;
    max-height: 530px;
}


.blog .content article .entry-header .entry-image-link img,
.search .content article .entry-header .entry-image-link img {
    height: 100%;
    object-fit: cover;
	width: 100%;
}

.blog .content article .entry-header,
.archive .content article .entry-header,
.search .content article .entry-header {
    position: relative;
}

.blog .content article .entry-header .entry-image-link,
.archive .content article .entry-header .entry-image-link,
.search .content article .entry-header .entry-image-link {
    display: block;
    line-height: 0;
}

.blog .content article .entry-header img,
.archive .content article .entry-header img,
.search .content article .entry-header img {
    float: none;
    margin-bottom: 0;
	height: 100%;
    object-fit: cover;
	width: 100%;
}

.blog .content article:hover .entry-header img,
.archive .content article:hover .entry-header img,
.search .content article:hover .entry-header img {
    opacity: 0.7;
}


.blog .content article .entry-header .entry-meta,
.archive .content article .entry-header .entry-meta,
.search .content article .entry-header .entry-meta {
    white-space: nowrap;
    overflow: visible;
    display: flex;
    margin: 0;
    color: #F8EBE0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    font-family: "questa-sans";
}

.blog .content article .entry-header .entry-meta a,
.archive .content article .entry-header .entry-meta a,
.search .content article .entry-header .entry-meta a {
    color: #F8EBE0;
    display: none;
}

.blog .content article .entry-header .entry-meta a:first-child,
.archive .content article .entry-header .entry-meta a:first-child,
.search .content article .entry-header .entry-meta a:first-child {
    display: inline-block;
}

.blog .content article .entry-title,
.archive .content article .entry-title,
.search .content article .entry-title {
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
    margin: 30px 0 0 0;
    font-family: 'RecoletaLight';
    letter-spacing: 0.72px;
}


.content-sidebar-wrap {
}

/* Primary Sidebar */

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

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

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

.shop-basket {
	width: 23px;
    margin: auto 0;
    display: block;
	position: relative;
}

.shop-basket p {
	position: absolute;
    font-family: mr-eaves-modern, sans-serif;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    top: 0px;
    z-index: 1;
    right: -8px;

}

.shop-basket p::before {
	content: " ";
	background: #f2edea;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.site-header {
	margin: 0 auto 60px;
	min-height: 0px;
	padding: 0 5%;
	width: 100%;
}

.site-header .wrap {

	display: flex;
    border-bottom: 2px solid #F2EEEA;
    margin: 0 auto 60px;
    margin: 0 auto;
}

.top-menu {
    background: #A1AEB4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 30px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
}

.top-menu a:hover {
    color: #B7B6B1 !important;
}

.top-menu .menu {
    padding: 2px 0 0 0;
}

.top-menu .menu li {
    display: inline;
    text-transform: uppercase;
    padding: 0 50px 0 0;
    letter-spacing: 1.6px;
    font-size: 0.85em;
}

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

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

.top-menu .search-form {
    width: 180px;
    margin: 0 0 0 15px;
    padding: 0;
    border-bottom: 1px solid #1C1C1C;
}

.top-menu .search-form input {
    background: transparent;
    background-image: url(https://www.thefabuloustimes.com/wp-content/themes/the-fabulous-times/images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 1px 0 0 20px !important;
    font-size: 0.85em;
    letter-spacing: 1.6px;
    background-position: left top 3px;
}

.top-menu .search-form input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
    font-style: normal;
}

.top-menu .search-form input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
    font-style: normal;
}

.top-menu .search-form input::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
    font-style: normal;
}

.site-header .site-title > a {
	background-position: center !important;
	background-size: 100% !important;
	display: block;
	width: 100%;
    display: block;
	text-indent: -9999px;
    height: 60px;
    max-width: 150px;
    margin: 0 auto;
}

.site-header .wrap .main-menu {
    width: 30%;
    display: flex;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.site-header .wrap .main-menu > div {
    width: 100%;
}

.site-header .wrap .main-menu ul {
    display: flex;
    justify-content: space-around;
}

.site-header .wrap .main-menu ul li a {
    position: relative;
    font-size: 1em;
}


.site-header .open-pop-out-menu {
    cursor: pointer;
    position: absolute;
    top: 40%;
    font-size: 1.5em;
}

.site-header .open-pop-out-menu img {
    width: 30px;
}

.mobile-menu {
    background: #f2eeea;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100000;
    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;
    padding: 30px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    overflow: scroll;
}

.mobile-menu ul.menu {
    text-align: center;
}

.mobile-menu li {
    margin: 0 0 15px;
    font-size: 1.1em;
}

.mobile-menu .search-social .simple-social-icons li {
    margin: 0 6px 0 !important;
}

.mobile-menu .search-social .search-form {
    width: 180px;
    margin: 17px auto 0 auto;
    padding: 0;
    border-bottom: 1px solid #1C1C1C;
}

.mobile-menu .search-social .search-form input {
    background: transparent;
    padding: 0;
    background-image: url(https://www.thefabuloustimes.com/wp-content/themes/the-fabulous-times/images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 0 0 0 20px;
    font-size: 1em;
    letter-spacing: 1.6px;
    background-position: left top 3px;
}

.mobile-menu .search-social .search-form input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
    font-style: normal;
}

.mobile-menu .search-social .search-form input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
    font-style: normal;
}

.mobile-menu .search-social .search-form input::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
    font-style: normal;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu-open {
    display: none;
}

.mobile-menu-close {
    font-size: 3em;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: initial;
    cursor: pointer;
}

.sticky-menu {
    opacity: 0;
    z-index: -10000;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    position: fixed;
    background: #F2EEEA;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
}

.sticky-menu > .menu {
    padding: 13px 0;
}

.sticky-menu .menu li {
    display: inline;
    text-transform: uppercase;
    padding: 0 0 0 50px;
    letter-spacing: 1.6px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 0.85em;
}

.sticky-menu .logo {
    width: 34px;
    line-height: 0;
}


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



.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;
    display: flex;
    width: 30%;
}

.social-header .simple-social-icons ul.aligncenter {
    text-align: left !important;
}

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

.social-header .simple-social-icons ul.aligncenter a {
    padding: 0 20px 0 0 !important;
}

.social-header .simple-social-icons ul.aligncenter a::before {
    display: none;
}

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



.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"] {
	padding: 10px 50px 10px 13px;
	width: 100%;
	border: 1px solid #ccc;
}

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

.taxonomy-description {
         display: none;
}

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

.page-title {
    font-weight: 300;
    font-style: normal;
	font-size: 3.5em;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-align: center;
    position: relative;
    margin: 100px 0;
}

.page-template-page-shop .entry-title,
.archive .page-title {
    color: #F8EBE0;
}

.page-title h1 {
    margin: 0;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
    font-size: 1.8em;
    white-space: normal;
}

.page-title .title-line {
    display: inline-block;
    height: 1px;
    background: #000000;
    width: 100%;
    margin-bottom: 20px;
}

.entry-title {
    font-weight: 300;
    font-style: normal;
	font-size: 3.5em;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-align: center;
}

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

.sidebar .button {
    width: 100%;
}


.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: #F2EEEA;
    margin: 0 0 100px;
    padding: 75px 0;
}

.archive-shop .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive-shop h3 {
    z-index: 100;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.875em;
    margin: 0 0 30px;
    font-family: 'RecoletaLight';
    letter-spacing: 0.9px;
}

.archive-shop .shop-item {
    width: 21%;
    text-align: center;
}

.archive-shop .shop-item .product-name {
    margin: 15px 0 0 0;
    font-family: 'RecoletaLight';
    font-size: 1.125em;
    letter-spacing: 0.54px;
}

.archive-shop .shop-item img {
    width: 100%;
}

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

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

.footer-instagram {
    position: relative;
    overflow: hidden;
    margin: 0 0 50px 0;
}

.footer-instagram .inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 6%;
}

.footer-instagram h3 {
    text-align: center;
    color: #F2EEEA;
    margin: 0 0 15px 0;
    font-family: 'RecoletaLight';
    font-size: 1.375em;
    letter-spacing: 0.66px;
}

.footer-blocks {
    position: relative;
    overflow: hidden;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}

.footer-blocks .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 6%;
    position: relative;
}

.footer-blocks .footer-block {
    width: 18%;
}

.footer-blocks .footer-block.footer-block-4 .simple-social-icons {
    margin: 3px 0 0 0px;
}

.footer-blocks .footer-block.footer-block-4 .simple-social-icons li {
    margin: 0 !important;
}

.footer-blocks .footer-block.footer-block-4 .simple-social-icons a {
    padding: 0 20px 0 0 !important;
}

.footer-blocks .footer-block.footer-block-5 img {
    width: 70%;
}

.footer-blocks .widget_nav_menu li {
    padding: 0;
    margin: 0;
}

.footer-blocks .widget_nav_menu a {
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.8px;
    font-size: 0.85em;
    margin: 0 0 25px 0;
}

/* 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 {
    position: relative;
    right: -5%;
    top: 0;
    cursor: pointer;
    z-index: 1000;
    font-size: 1.1em;
    margin: auto 0;
}

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

.search-form-container {
    opacity: 0;
    transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    position: absolute;
    top: 115px;
    right: 0;
    margin: 0 1% 0 0;
}

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


/* 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: 1431px;
    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 Latest Tweets
--------------------------------------------- */

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

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

.simple-social-icons ul li {
	border: none !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(images/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(images/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;
}

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

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

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: #333 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 10px 15px !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-notices-wrapper {
    max-width: 1400px;
    padding: 0 5%;
    margin: 0 auto;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
	border-top: none !important;
    background: #f2eeea !important;
}

.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button, 
.woocommerce .cart input.button,
.woocommerce a.button {
    font-size: 1em !important;
    font-family: mr-eaves-modern, sans-serif !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    letter-spacing: 2.7px !important;
    background: #B7B6B1 !important;
}

.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, 
.woocommerce-page .woocommerce-message .button:hover {
    background: #5b697c !important;
    color: #F2EEEA !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 li.product, 
.woocommerce-page ul.products li.product {
	width: 30.6%;
}

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



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

.title-area {
	float: left;
	margin: 20px 0 30px;
	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-description {
	display: none;
}

/* Logo, hide text */

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

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



.header-image .site-title {

}

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

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



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




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

.genesis-nav-menu {
    clear: both;
    color: #2d2d2d;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.6px;
    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;
}

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

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

.nav-primary.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,
.sticky-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;
	background: #747961;
	position: absolute;
    left: -99999px;
    transform: translate(-50%, 0);
	width: 100%;
	  column-count: 3;
	    padding: 30px;
	max-width: 1500px;

}


.genesis-nav-menu .sub-menu .menu-item,
.sticky-menu .sub-menu .menu-item {
	text-align: left;
	position: relative !important;
	width: 100%;
	padding: 0;
	display: inline-block;

}



.genesis-nav-menu .sub-menu li .sub-menu,
.sticky-menu .sub-menu li .sub-menu {
	width: 100%;
	left: auto !important;
	column-count: 1;
	    padding: 0;
	margin: 0 0 20px;
}

.genesis-nav-menu .sub-menu li .sub-menu li,
.sticky-menu .sub-menu li .sub-menu li {
	width: 100%;
	display: block;
}

.genesis-nav-menu .sub-menu a,
.sticky-menu .sub-menu a {
    border-top: none;
    color: #ffffff !important;
    position: relative;
	font-family: 'RecoletaLight';
    letter-spacing: 1.26px;
	text-transform: none;
	font-size: 24px;
	margin: 0 0 10px;
}

.genesis-nav-menu .sub-menu a:hover,
.sticky-menu .sub-menu a:hover {
	background: transparent;
}

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



.genesis-nav-menu .sub-menu li .sub-menu,
.sticky-menu .sub-menu li .sub-menu{
	position: relative;
    margin-top: 0;
    left: auto;
    opacity: 1;
    transform: none;
}

.genesis-nav-menu .sub-menu li .sub-menu a,
.sticky-menu .sub-menu li .sub-menu a {
	font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 3.6px;
    font-size: 16px;
    text-transform: uppercase;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu,
.sticky-menu .menu-item:hover > .sub-menu {
	left: 50%;
	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;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
    padding: 0 0 0;
}

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

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


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

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



.nav-primary {
    max-width: 1500px;
    margin: auto;
    padding: 0;
	flex-grow: 1;
}


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


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

.wrap {
    max-width: 100%;
}

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

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


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

.home-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 100px 0;
}

.home-header .banner {
	width: 50%;
	line-height: 0;
	position: relative;
}

.home-header .banner img {
	width: 100%;
	object-fit: cover;
	max-height: 1200px;
}

.home-header .banner .content {
	background: #F2EEEA;
	position: absolute;
	left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
	width: 90%;
    padding: 40px;
}

.home-header .banner .content h3 {
	font-size: 2.125em;
    margin: 0 0 25px 0;
    font-family: 'RecoletaLight';
    letter-spacing: 1.26px;
    margin: 0 0 25px;
}


.home-header .banner .content p {
	font-family: 'CormorantGaramond';
    line-height: 30px;
    letter-spacing: 0.54px;
}

.home-header .banner .content .sub-title {
	text-transform: uppercase;
    font-size: 1.125em;
    margin: 0 0 20px 0;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 3.6px;
	line-height: 30px;
}

.home-header .banner .content .more-link {
	font-size: 1em;
    background: #FFFFFF;
    color: #1C1C1C;
    min-width: 200px;
    display: inline-block;
    padding: 10px 20px;
	line-height: 28px;
    text-align: center;
	
}

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

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

.home-posts.three-posts .inner article {
    width: 31%;
}

.home-posts.two-posts .inner article {
    width: 48%;
}

.home-posts .inner h3 {
    width: 100%;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 34px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
}


.home-posts .inner h3 a:hover span {
    display:none;
}

.home-posts .inner h3 a:before {
    content:"See more Posts";
    background: #ffffff;
    opacity: 0;
    display: none;
}

.home-posts .inner h3 a:hover:before {
    opacity: 1;
    background: #ffffff;
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
}

.home-posts.two-posts .inner h3 a:hover:before {
    padding: 0 0 0 20px;
}

.home-posts.home-garden .inner h3 a:hover:before,
.home-posts.beauty .inner h3 a:hover:before {
    color: #B7B6B1;
}

.home-posts.wellness .inner h3 a:hover:before,
.home-posts.fashion .inner h3 a:hover:before {
    color: #E2D7C7;
}

.home-posts.career-money .inner h3 a:hover:before,
.home-posts.travel .inner h3 a:hover:before,
.home-posts.food .inner h3 a:hover:before {
    color: #A1AEB4;
}

.home-posts.two-posts .inner h3,
.home-posts.recent .inner h3 {
    text-align: right;
} 

.home-posts .inner h3 span {
    background: #ffffff;
    padding: 0 20px 0 0;
    position: relative;
}

.home-posts.two-posts .inner h3 span,
.home-posts.recent .inner h3 span {
    padding: 0 0 0 20px;
} 

.home-posts .inner h3::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #000000;
}

.home-posts.recent .inner h3::before,
.home-posts.home-garden .inner h3::before,
.home-posts.beauty .inner h3::before {
    background: #B7B6B1;
}

.home-posts.wellness .inner h3::before,
.home-posts.fashion .inner h3::before {
    background: #E2D7C7;
}

.home-posts.career-money .inner h3::before,
.home-posts.travel .inner h3::before,
.home-posts.food .inner h3::before {
    background: #A1AEB4;
}

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

.home-posts.two-posts article .featured-image > a {
    height: 127vw;
    max-height: 530px;
}

.home-posts.three-posts article .featured-image > a {
    height: 37vw;
    max-height: 530px;
}


.home-posts article .featured-image img {
    opacity: 1;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
	 height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-posts article:hover .featured-image img {
    opacity: 0.7;
}



.home-posts article .post-meta {
    background: #A1AEB4;
    text-align: center;
    max-width: 200px;
    margin: -20px auto 0;
    padding: 8px 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 0.875em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.4px;
}

.home-posts.two-posts article .post-meta {
    font-size: 0.875em;
    max-width: 300px;
}

.home-posts article .post-meta a {
    color: #FFFFFF;
    padding: 0 10px;
}

.home-posts.three-posts article:nth-of-type(1) .post-meta {
    background: #A1AEB4;
}

.home-posts.three-posts article:nth-of-type(2) .post-meta {
    background: #AF6D52;
}

.home-posts.three-posts article:nth-of-type(3) .post-meta {
    background: #B7B6B1;
}

.home-posts.two-posts article:nth-of-type(1) .post-meta {
    background: #B7B6B1;
}

.home-posts.two-posts article:nth-of-type(2) .post-meta {
    background: #AF6D52;
}

.home-posts article h2 {
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
    margin: 30px 0 0 0;
    font-family: 'RecoletaLight';
    letter-spacing: 0.72px;
}

.home-posts.two-posts article h2 {
    font-size: 1.5em;
}

.home-about-website {
    background: #F2EEEA;
}

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

.home-about-website .inner .image {
    width: 50%;
    line-height: 0;
}

.home-about-website .inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-website .inner .content {
    width: 50%;
    text-align: center;
    padding: 75px 5%;
}

.home-about-website .inner .content .sub-title {
    text-transform: uppercase;
    font-size: 1.125em;
    margin: 0 0 20px 0;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 3.6px;
}

.home-about-website .inner .content h3 {
    font-size: 2.125em;
    margin: 0 0 25px 0;
    font-family: 'RecoletaLight';
    letter-spacing: 1.26px;
    max-width: 500px;
    margin: 0 auto 25px;
}

.home-about-website .inner .content .text {
    font-family: 'CormorantGaramond';
    line-height: 30px;
    letter-spacing: 0.54px;
    max-width: 425px;
    margin: 0 auto;
}

.home-about-website .inner .content .more-link {
    background: #FFFFFF;
    color: #1C1C1C;
    width: 150px;
    display: inline-block;
    padding: 10px;
}

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

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

.home-popular h3 {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 50px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
}

.home-popular h3::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #B7B6B1;
}

.home-popular h3 span {
    background: #ffffff;
    position: relative;
    padding: 0 20px 0 0;
}

.home-popular .inner .tab {
    width: 50%;
}

.home-popular .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

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

.home-popular .inner .tab button {
    width: 100%;
    background: #ffffff;
    text-align: left;
    border: none;
    padding: 20px 0 10px;
    margin: 0 0 10px;
    outline: none;
    font-family: 'RecoletaLight';
    letter-spacing: 0.9px;
    font-size: 1.5em;
    color: #1C1C1C;
     border-bottom: 2px solid transparent;
}

.home-popular .inner .tab button.active {
    border-bottom: 2px solid #F2EEEA;
}

.home-popular .inner .images {
    width: 45%;
    position: relative;
}

.home-popular .inner .images::before {
    content: " ";
    background-image: url(https://www.thefabuloustimes.com/wp-content/themes/the-fabulous-times/images/tft-popular-logo.png);
    display: block;
    width: 140px;
    height: 140px;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    right: -12%;
    top: 67%;
}

.home-popular .inner .images a {
    line-height: 0;
}

.home-popular .inner .images img {
    -webkit-box-shadow: 20px 20px 0 -1px #F2EEEA;
    -moz-box-shadow: 20px 20px 0 -1px #F2EEEA;
    box-shadow: 20px 20px 0 -1px #F2EEEA;

}

/* Newsletter sign up */

.home-sign-up, .post-sign-up {
    background: #F2EEEA;
    padding: 75px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 100px;
    color: #1C1C1C;
}

.home-sign-up .widget-area, .post-sign-up .widget-area {
    max-width: 1431px;
    margin: 0 auto;
    padding: 0 4%;
	text-align: center;
}

.home-sign-up .enews .widget-title, .post-sign-up .enews .widget-title {
    font-family: 'RecoletaLight';
    font-size: 2.125em;
    color: #1C1C1C;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
    margin: 0 0 30px 0;
    letter-spacing: 1.26px;
	display: inline-block;
    width: auto;
	position: relative;
}

.home-sign-up .enews .widget-title::before {
	content: " ";
    background-image: url(https://www.thefabuloustimes.com/wp-content/themes/the-fabulous-times/images/TFT-Emoji@2x.png);
    display: block;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    left: -40px;
    top: 3px;
}

.home-sign-up .enews .widget-title::after {
	content: " ";
    background-image: url(https://www.thefabuloustimes.com/wp-content/themes/the-fabulous-times/images/TFT-Emoji@2x.png);
    display: block;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    right: -38px;
    top: 3px;
}

.home-sign-up .enews p, .post-sign-up .enews p {
    text-align: center;
    font-size: 1.1em;
    max-width: 500px;
    margin: 0 auto 30px;
    font-family: 'CormorantGaramond';
    line-height: 30px;
    letter-spacing: 0.54px;
}

.home-sign-up form, .post-sign-up form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.home-sign-up form input, .post-sign-up form input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    padding: 15px 0;
    font-size: 1em;
    letter-spacing: 1.6px;
    color: #1C1C1C;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
}

.home-sign-up form input[type="text"],
.home-sign-up form input[type="email"], .post-sign-up form input[type="text"],
.post-sign-up form input[type="email"] {
    width: 37%;
}

.home-sign-up form input::-webkit-input-placeholder, .post-sign-up form input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.home-sign-up form input:-ms-input-placeholder, .post-sign-up form input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.home-sign-up form input::placeholder, .post-sign-up form input::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.home-sign-up form input[type="submit"], .post-sign-up form input[type="submit"] {
    width: 20%;
    color: #1C1C1C;
    text-transform: uppercase;
    background: #FFFFFF;
}


.home-sign-up form input[type="submit"]:hover, .post-sign-up form input[type="submit"]:hover {
    background: #b06d4d !important;
    border-bottom-color: #b06d4d !important;
}

.single-post .entry .post-sign-up {
    margin: 0 auto;
    max-width: 800px;
	padding: 35px;
}

.home-shop {
    background: #ffffff;
    padding: 75px 0;
    margin: 0;
}

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

.home-shop .inner h3 {
    width: 100%;
    text-align: center;
    font-size: 1.875em;
    margin: 0 0 30px;
    font-family: 'RecoletaLight';
    letter-spacing: 0.9px;
}

.home-shop .inner .shop-item {
    width: 21%;
    text-align: center;
}

.home-shop .inner .shop-item img {
    width: 100%;
}

.home-shop .inner .shop-item .product-name {
    margin: 15px 0 0 0;
    font-family: 'RecoletaLight';
    font-size: 1.125em;
    letter-spacing: 0.54px;
}

.home-shop .inner .shop-more {
    width: 100%;
    text-align: right;
    position: relative;
    margin: 50px 0 0 0;
    font-size: 1.3em;
}

.home-shop .inner .shop-more::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #F2EEEA;
}

.home-shop .inner .shop-more a {
    background: #ffffff;
    position: relative;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    color: #1C1C1C;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 4.8px;
}

.home-about {
    background: #F2EEEA;
    margin: 0 0 100px;
}

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

.home-about .inner .content {
    width: 50%;
    text-align: center;
    padding: 75px 5%;
}

.home-about .inner .content .sub-title {
    text-transform: uppercase;
    font-size: 1.125em;
    margin: 0 0 20px 0;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 3.6px;
    color: #1c1c1c;
}

.home-about .inner .content h3 {
    font-size: 2.125em;
    margin: 0 0 25px 0;
    font-family: 'RecoletaLight';
    letter-spacing: 1.26px;
}

.home-about .inner .content .text {
    font-family: 'CormorantGaramond';
    line-height: 30px;
    letter-spacing: 0.54px;
    max-width: 425px;
    margin: 0 auto;
}

.home-about .inner .content .more-link {
    font-size: 1em;
    background: #FFFFFF;
    color: #1C1C1C;
    width: 150px;
    display: inline-block;
    padding: 10px;
}

.home-about .inner .image {
    width: 50%;
    line-height: 0;
}

.home-about .inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Post Archives/Search results */

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

.posts-archive article img,
.search-results article img {
    width: 100%;
}

.posts-archive article .content,
.search-results article .content {
    position: relative;
    max-width: 100%;
    margin: -100px auto 0;
    float: none;
}

.posts-archive article .content .content-inner,
.search-results article .content .content-inner {
    padding: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: #eae0d0;
}

.posts-archive article .content .post-meta,
.search-results article .content .post-meta {
    text-transform: uppercase;
    margin: 20px 0;
}

.posts-archive article .content .post-meta a,
.search-results article .content .post-meta a {
    position: relative;
}

.posts-archive article .content .post-meta a::before,
.search-results article .content .post-meta a::before {
    content: " ";
    background: #191919;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    transform: scaleX(0);
    transition: transform .5s ease;
}

.posts-archive article .content .post-meta a:hover::before,
.search-results article .content .post-meta a:hover::before {
    transform: scaleX(1);
}






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

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



.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: 2em;
    margin: 0 10px;
}

.single .post-wrapper {
    max-width: 1431px;
    margin: 0 auto;
    padding: 0 4%;
}

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

/* Post Info */

.post-info {
    text-align: center;
    margin: 60px 0 20px 0;
}

.post-info .post-date {
    text-transform: uppercase;
    font-size: 1.3em;
}

.post-info .post-title {
    margin: 0 0 30px 0;
}

.post-info .post-title h1 {
    font-size: 3em;
}
    
.post-info .post-meta {
    text-transform: uppercase;
    font-size: 1.3em;
}

.post-info .post-meta a {
    border-bottom: none;
}

/* Author information */

.author-info {
    margin: 30px auto 78px;
    text-transform: none;
    background: #F2EEEA;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
}

.author-info .author-image {
    width: 25%;
    line-height: 0;
}   

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

.author-info .author-content {
    width: 70%;
    position: relative;
    padding: 30px 30px 30px 0;
}

.author-info .author-content .author  {
    font-family: 'RecoletaLight';
    font-size: 1.5em;
    letter-spacing: 0.72px;
    margin: 0 0 20px 0;
}

.author-info .author-content .social {
    margin: 20px 0 0 0;
}

.author-info .author-content .social a {
    font-size: 1.2em;
    margin: 0 30px 0 0;
    
}

.author-info-header {
    width: 250px;
    float: left;
    margin: 0 50px 50px 0;
}

.author-info-header .inner {
    padding: 10% !important;
    margin: 0 !important;
}

.author-info-header .author-image {
    width: 100%;
}

.author-info-header .author-image img {
    margin: 0 auto;
    display: block;
}

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

.author-info-header .written-by {
    margin: 10px 0 10px 0 !important;
}

.author-info-header .author-social a {
    margin: 0 10px !important;
}

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


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

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

.page-template-page-shop .entry-title {
    margin: 100px 0 30px !important;
}

.shop-wrapper {
    position: relative;
    z-index: 1;
}

.tabcontent {
    display: none;
}

.tabcontent a {
    display: inline-block;
    position: relative;
}

.boutique-widget > div > div {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block;
    position: relative;
    margin: 0 0 20px !important;
}



.shop-content {
    width: 100%;
}

.bo-box {
    border: none !important;
    background: none !important;
    padding: 0 !important;
}

.bo-con:before,
.bo-con:after {
    display: none !important;
}

/* Contact Page
--------------------------------------------- */

.page-template-page-contact .entry-title {
    font-size: 2.375em;
}

.page-template-page-contact .entry-content > p {
    max-width: 550px;
    margin: 0 auto;
}

.page-template-page-contact form {
    max-width: 700px;
    margin: 60px auto 0;
}

.page-template-page-contact .entry-content input,
.page-template-page-contact .entry-content textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #E2D7C7;
    color: #1C1C1C;
    font-size: 1em;
    text-align: left;
    padding: 15px 0;
    margin: 0 0 30px 0;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.8px;
}

.page-template-page-contact .entry-content input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.page-template-page-contact .entry-content input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.page-template-page-contact .entry-content input::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.page-template-page-contact .entry-content textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.page-template-page-contact .entry-content textarea:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.page-template-page-contact .entry-content textarea::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.page-template-page-contact .entry-content input[type="submit"] {
    background: #E2D7C7;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    width: 235px;
    margin: 0 auto;
    display: block;
    letter-spacing: 2.7px;
    border: none;
}

.page-template-page-contact .entry-content input[type="submit"]:hover {
    background: #5b697c !important;
    color: #F2EEEA !important;
}

/* ## About Page
--------------------------------------------- */

.about-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 65px;
}

.about-header .entry-title {
    text-align: left;
    font-size: 2.375em;
    margin: 0 0 38px;
    letter-spacing: 1.14px;
}

.about-header .image {
    width: 48%;
    line-height: 0;
}

.about-header .image img {
    width: 100%;
}

.about-header .content {
    width: 48%;
}

.about-header .content .sub-title {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 50px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    width: 100%;
    text-align: right;
}

.about-header .content .sub-title::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #B7B6B1;
}

.about-header .content .sub-title span {
    padding: 0 0 0 20px;
    background: #ffffff;
    position: relative;
}

.about-quote {
    background: #F2EEEA;
    text-align: center;
    padding: 40px;
    font-size: 2.625em;
    font-family: 'RecoletaLight';
    margin: 0 0 60px;
}

.about-quote p {
    max-width: 800px;
    margin: 0 auto;
}

.about-images {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}

.about-images .image-left {
    width: 33%;
}

.about-images .image-right {
    width: 63%;
}

.about-images img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.about-author {
    max-width: 720px;
    margin: 0 auto 65px;
}

.about-author h2 {
    margin: 0 0 65px;
}

.about-featured-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
}

.about-featured-posts h2 {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 50px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    width: 100%;
}

.about-featured-posts h2::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #E2D7C7;
}

.about-featured-posts h2 span {
    background: #ffffff;
    position: relative;
    padding: 0 20px 0 0;
}

.about-featured-posts article {
    width: 31%;
    text-align: center;
}

.about-featured-posts article .featured-image > a {
    height: 37vw;
    max-height: 530px;
    display: block;
}

.about-featured-posts article .featured-image img {
    height: 100%;
    object-fit: cover;
}

.about-featured-posts article .post-meta {
    background: #A1AEB4;
    text-align: center;
    max-width: 200px;
    margin: -20px auto 0;
    padding: 8px 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 0.875em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.4px;
}

.about-featured-posts article:nth-of-type(1) .post-meta {
    background: #A1AEB4;
}

.about-featured-posts article:nth-of-type(2) .post-meta {
    background: #AF6D52;
}

.about-featured-posts article:nth-of-type(3) .post-meta {
    background: #B7B6B1;
}

.about-featured-posts article .post-meta a {
    color: #ffffff;
}

.about-featured-posts article h3 {
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
    margin: 30px 0 0 0;
    font-family: 'RecoletaLight';
    letter-spacing: 0.72px;
}

/* ## Advertise Page
--------------------------------------------- */

.page-template-page-advertise .entry-title {
    text-align: center;
    font-size: 2.375em;
    margin: 0 0 38px;
    letter-spacing: 1.14px;
}

.page-template-page-advertise .entry-content {
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-template-page-advertise .entry-content p {
    line-height: 30px;
}

.advertise-feature.image-left {
    background: #F2EEEA;
}

.advertise-feature .inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advertise-feature.image-left .inner {
    padding: 73px 5%;
}

.advertise-feature.image-right .inner {
    padding: 89px 5%;
}

.advertise-feature .inner .image {
    width: 40%;
}

.advertise-feature .inner .content {
    width: 50%;
}

.advertise-feature .inner .content h2 {
    margin: 0 0 32px 0;
    font-size: 2.125em;
    letter-spacing: 1.2px;
}

.advertise-feature .inner .content p {
    line-height: 30px;
    letter-spacing: 0.54px;
}

.advertise-feature .inner .content p:last-of-type {
    margin: 0;
}

.advertise-partners {
    background: #F2EEEA;
    margin: 0 0 100px;
}

.advertise-partners .inner {
    padding: 48px 5% 70px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advertise-partners .inner h2 {
    width: 100%;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 4.8px; 
    margin: 0 0 36px 0;
}

.advertise-partners .inner a {
    width: 21%;
	display: flex;
}

.advertise-partners .inner a img {
	margin: auto;
    display: block;
}

.advertise-form {
    margin: 0 0 75px;
}

.advertise-form .inner {
    padding: 0 5%;
}

.advertise-form .inner > p {
    max-width: 550px;
    margin: 0 auto;
}

.advertise-form form {
    max-width: 700px;
    margin: 60px auto 0;
}

.advertise-form input,
.advertise-form textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #E2D7C7;
    color: #1C1C1C;
    font-size: 1em;
    text-align: left;
    padding: 15px 0;
    margin: 0 0 30px 0;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.8px;
}

.advertise-form input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.advertise-form input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.advertise-form input::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.advertise-form textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.advertise-form textarea:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.advertise-form textarea::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.advertise-form input[type="submit"] {
    background: #E2D7C7;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    width: 235px;
    margin: 0 auto;
    display: block;
    letter-spacing: 2.7px;
    border: none;
}

.advertise-form input[type="submit"]:hover {
    background: #5b697c !important;
    color: #F2EEEA !important;
}

/* ## Contribute Page
--------------------------------------------- */

.contribute-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 65px;
}

.contribute-header .entry-title {
    text-align: left;
    font-size: 2.375em;
    margin: 0 0 38px;
    letter-spacing: 1.14px;
}

.contribute-header .image {
    width: 48%;
    line-height: 0;
}

.contribute-header .image img {
    width: 100%;
}

.contribute-header .content {
    width: 48%;
}

.contribute-header .content .sub-title {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 50px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    width: 100%;
    text-align: right;
}

.contribute-header .content .sub-title::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #B7B6B1;
}

.contribute-header .content .sub-title span {
    padding: 0 0 0 20px;
    background: #ffffff;
    position: relative;
}

.contribute-share {
    background: #F2EEEA;
    padding: 40px;
    margin: 0 0 100px;
}

.contribute-share h2 {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 4.8px;
    margin: 0 0 40px;
}

.contribute-share ul {
    text-align: center;
}

.contribute-share ul li {
    display: inline-block;
    margin: 0 20px 20px;
    font-size: 1.25em;
    font-family: 'RecoletaLight';
    letter-spacing: 0.6px;
}

.contribute-wisdom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 115px;
}

.contribute-wisdom .content {
    width: 48%;
}

.contribute-wisdom .content h2 {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 50px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    width: 100%;
    text-align: left;
}

.contribute-wisdom .content h2:before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #A1AEB4;
}

.contribute-wisdom .content h2 span {
    padding: 0 20px 0 0;
    background: #ffffff;
    position: relative;
}

.contribute-wisdom .image {
    width: 48%;
}

.contribute-wisdom .image img {
    width: 100%;
}

.contribute-form {
    margin: 0 0 50px 0;
}

.contribute-form h2 {
    margin: 0 0 40px;
    font-size: 2.375em;
}

.contribute-form > p {
    max-width: 550px;
    margin: 0 auto;
}

.contribute-form form {
    max-width: 700px;
    margin: 60px auto 0;
}

.contribute-form input,
.contribute-form textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #E2D7C7;
    color: #1C1C1C;
    font-size: 1em;
    text-align: left;
    padding: 15px 0;
    margin: 0 0 30px 0;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.8px;
}

.contribute-form input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.contribute-form input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.contribute-form input::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.contribute-form textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.contribute-form textarea:-ms-input-placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.contribute-form textarea::placeholder {
    text-transform: uppercase;
    color: #1C1C1C;
}

.contribute-form input[type="submit"] {
    background: #E2D7C7;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    width: 235px;
    margin: 0 auto;
    display: block;
    letter-spacing: 2.7px;
    border: none;
}

.contribute-form input[type="submit"]:hover {
    background: #5b697c !important;
    color: #F2EEEA !important;
}

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


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

.post-type-archive-shop .entry-title,
.tax-shop-category .entry-title {
    width: 100%;
}

.shop-description {
    max-width: 500px;
    margin: 35px auto 0;
    text-align: center;
}

.shop-categories {
    width: 100%;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.85em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    letter-spacing: 1.8px;
    margin: 86px 0 65px;
}

.shop-categories p {
    display: inline;
    width: 250px;
    margin: 0;
}

.shop-categories .menu-book-shop-categories-container,
.shop-categories .menu-shop-categories-new-container {
    width: calc(100% - 250px);
}


.shop-categories ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.shop-categories .menu-shop-categories-new-container ul {
	justify-content: space-around;
}

.shop-categories li {
    display: inline;
    position: relative;
}

.post-type-archive-shop h1.entry-title,
.tax-shop-category h1.entry-title {
    max-width: none;
    padding: 0;
}

.post-type-archive-shop .content,
.tax-shop-category .content {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
}

.post-type-archive-shop .content .shop-item,
.tax-shop-category .content .shop-item {
    width: 21%;
    text-align: center;
    margin-right: 5.333333333333333%;
}

.post-type-archive-shop .content > a:nth-of-type(4n+4),
.tax-shop-category .content > a:nth-of-type(4n+4) {
    margin-right: 0;
}

.post-type-archive-shop .content .shop-item .entry-header,
.tax-shop-category .content .shop-item .entry-header {
    line-height: 0;
    margin: 0 0 18px 0;
}

.post-type-archive-shop .content .shop-item .brand-name,
.tax-shop-category .content .shop-item .brand-name {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 0.875em;
    letter-spacing: 1.4px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.post-type-archive-shop .content .shop-item .product-name,
.tax-shop-category .content .shop-item .product-name {
    margin: 15px 0 0 0;
    font-family: 'RecoletaLight';
    font-size: 1.125em;
    letter-spacing: 0.54px;
}

.tax-shop-category.term-home-garden .shop-categories li.home-garden::after,
.tax-shop-category.term-fashion .shop-categories li.fashion::after,
.tax-shop-category.term-wellness .shop-categories li.wellness::after,
.tax-shop-category.term-beauty .shop-categories li.beauty::after,
.tax-shop-category.term-food .shop-categories li.food::after,
.tax-shop-category.term-travel .shop-categories li.travel::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 0;
    background: #A1AEB4;
}

/* Woocommerce 
------------------------------------------------------------ */

.woocommerce .comment-respond {
    display: none;
}

.woocommerce .single-product-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 10px 0 100px;
}

.woocommerce div.product {

    max-width: 1400px;
    padding: 0 5%;
}

.woocommerce.single article.entry {
    max-width: none;
    padding: 0;
}

.woocommerce div.product div.images {
    width: 45% !important;
    margin: 0 !important;
}

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

.woocommerce div.product div.summary h2 {
    width: 100%;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 55px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.3em; 
}

.woocommerce div.product div.summary h2::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #E2D7C7;
}

.woocommerce div.product div.summary h2 span {
    background: #ffffff;
    padding: 0 20px 0 0;
    position: relative;
}

.woocommerce .woocommerce-product-details__short-description {
    font-family: 'CormorantGaramond';
    line-height: 30px;
    letter-spacing: 0.54px;
}

.woocommerce .woocommerce-product-details__short-description p:last-child {
    margin: 0;
}

.woocommerce .price {
    font-size: 1.5em !important;
    color: #AB8662 !important;
    letter-spacing: 4.8px;
    font-family: mr-eaves-modern, sans-serif;
    margin: 0 0 35px 0;
}

.woocommerce .entry-title {
    text-align: left;
    font-size: 2.125em;
    letter-spacing: 1.02px;
    margin: 0 0 35px 0;
}

.woocommerce .entry::before {
    display: none;
}

.woocommerce .entry::after {
    display: none;
}

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

.woocommerce .product_meta {
    display: none;
}

.woocommerce div.product div.images img {
    -webkit-box-shadow: 20px 20px 0 -1px #F2EEEA;
    -moz-box-shadow: 20px 20px 0 -1px #F2EEEA;
    box-shadow: 20px 20px 0 -1px #F2EEEA;
}

.woocommerce div.product form.cart .button {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300 !important;
    font-size: 1.125em !important;
    text-transform: uppercase;
    background: #B7B6B1 !important;
    width: 235px;
    letter-spacing: 2.7px !important;
    padding: 16px 0 !important;
    margin: 35px 0 0 0;
}

.woocommerce div.product form.cart .button:hover {
    background: #5b697c !important;
    color: #F2EEEA !important;
}

.woocommerce .related {
    margin: 0 0 90px;
}

.woocommerce .related.products > h2 {
    display: none;
}

.woocommerce .related ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce .related li.product {
    width: 28% !important;
    margin: 0 0 50px !important;
    text-align: center;
}

.woocommerce .related li.product h2 {
    font-family: 'RecoletaLight';
    font-size: 1.5em !important;
    letter-spacing: 0.9px;
    padding: 0 !important;
    margin: 32px 0 15px 0 !important;
}

.woocommerce .related li.product .price {
    font-size: 1.375em !important;
    letter-spacing: 4.4px;
    margin: 0 0 16px !important;
}

.woocommerce .related li.product .button {
    width: 205px;
    padding: 12px 0 !important;
    font-size: 1em !important;
    text-transform: uppercase;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300 !important;
    letter-spacing: 2.4px !important;
    margin: 0 !important;
}

.woocommerce .related li.product .button:hover {
    background: #5b697c !important;
    color: #F2EEEA !important;
}

.woocommerce .related li:nth-child(1) .button {
    background: #A1AEB4 !important;
}

.woocommerce .related li:nth-child(2) .button {
    background: #AF6D52 !important;
}

.woocommerce .related li:nth-child(3) .button {
    background: #B7B6B1 !important;
}

.woocommerce .related img {
    margin: 0 !important;
}

.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before {
    display: none !important;
}

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

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

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


.posts-archive h1.entry-title {
	font-size: 2.375em;
	margin-top: 15px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    font-family: 'RecoletaLight';
    letter-spacing: 1.14px;
}

.search-results h1.entry-title,
.author h1.entry-title {
    margin: 0 auto 60px auto;
}

.archive-description {
    max-width: 800px;
    margin: 33px auto 68px;
    padding: 0 5%;
    text-align: center;
    width: 100%;
    font-family: 'CormorantGaramond';
    line-height: 30px;
    letter-spacing: 0.54px;
}

.archive-description p:last-child {
    margin: 0;
}

.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 auto 40px auto;
    font-size: 2.375em;
    max-width: 800px;
}

.single-post .post-category {
    text-align: center;
}

.single-post .post-category p {
    display: inline-block;
    margin: 0 0 43px 0;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1.6px;
    position: relative;
}

.single-post .post-category p::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 0;
    background: #B7B6B1;
}

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


.wp-post-image {

}

.post-header {
    margin: 0 0 150px 0;
    position: relative;
    padding: 100px 0 0 0;
}

.post-header::after {
    content: " ";
    background-size: 100%;
    position: absolute;
    top: 20%;
    right: -2%;
    display: block;
    width: 40%;
    height: 800px;
    background-repeat: no-repeat;
}

.post-header::before {
    content: " ";
    background: #E0C09D;
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-header .comment-anchor {
    position: fixed;
    left: 0;
    top: 60%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: top left;
    color: #E67D57;
    padding: 10px 0;
    border-bottom: 1px solid #E67D57;
    width: 200px;
    text-align: center;
    font-size: 1.2em;
    z-index: 1000;
}

.post-header .related-anchor {
    position: fixed;
    right: 0;
    top: 60%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top right;
    color: #E67D57;
    padding: 10px 0;
    border-bottom: 1px solid #E67D57;
    width: 200px;
    text-align: center;
    font-size: 1.2em;
    z-index: 1000;
}

.post-header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 6%;
    max-width: 1500px;
}

.post-header .inner::before {
    content: " ";
    background-size: 100%;
    position: absolute;
    top: 30%;
    right: 0;
    display: block;
    width: 36%;
    height: 800px;
    background-repeat: no-repeat;
    z-index: 100;
}

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

.post-header .inner .image img {
    width: 100%;
}

.post-header .additional-image {
    left: 80%;
    position: absolute;
    top: 50%;
    width: 75%;
    z-index: 1;
}

.post-header .inner .content {
    width: 45%;
    text-align: left;
    position: relative;
    z-index: 100;
}

.post-header .inner .post-meta {
    text-transform: uppercase;
    margin: 20px 0;
    color: #484C3C;
    font-size: 1.1em;
}

.post-header .inner .post-meta a {
    color: #484C3C;
}

.post-header .inner .content h1 {
    color: #484C3C;
    font-size: 3.5em;
}

.single .entry {
    max-width: 1400px;
    padding: 0 5%;
    margin: 0 auto;
}

.single-post .entry .entry-content {
    margin: 0 auto;
    max-width: 800px;
    font-family: 'CormorantGaramond';
    line-height: 30px;
    letter-spacing: 0.54px;
}

.after-post-meta {
    margin: 50px auto 0;
    max-width: 800px;
    border-bottom: 2px solid #F2EEEA;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1.6px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}

.after-post-meta .date-category {
    width: 45%;
}

.after-post-meta .share-buttons {
    width: 45%;
    text-align: right;
}

.after-post-meta .share-buttons a {
    margin: 0 0 0 20px;
}

.after-post-meta .share-buttons p {
    margin: 0;
    display: inline;
}

.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: 4%;
}

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

.archive .post img {

}

.page main.content {
    max-width: 1400px;
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
}

.page .entry-title {
    margin: 0 0 40px 0;
}

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


.glam-home .entry .entry-content {
	padding: 10px;
}


.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;
	margin: 0;
	text-align: left;
}

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

.entry-footer {
	color: #333;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

/************ Related Posts *************/
.related-posts {
    width: 100%;
    margin: 0 0 86px 0;
}

.related-posts h3 {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 50px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    text-align: left;
}

.related-posts h3::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #A1AEB4;
}

.related-posts h3 span {
    background: #ffffff;
    position: relative;
    padding: 0 20px 0 0;
}

.related-list {
    display: flex;
    flex-wrap: wrap;
}
 
.related-list li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 31%;
    position: relative;
}

.related-list li:nth-of-type(2){
    margin: 0 3.5%;
}


.related-list img {
    display: block;
    margin: 0 auto;
	min-height: 300px;
    object-fit: cover;
}

.related-list li > a {
    height: 37vw;
    max-height: 530px;
    display: block;
}

.related-list img {
    height: 100%;
    object-fit: cover;
}

.related-list h2 {
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    letter-spacing: 0.72px;
    margin: 30px 0 0 0;
}

h3.related-title {
    font-size: 22px;
    text-align: left;
}

.related-list .meta {
    background: #A1AEB4;
    color: #ffffff;
    text-align: center;
    max-width: 200px;
    margin: -20px auto 0;
    padding: 8px 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 0.875em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.4px;
}

.related-list li:nth-of-type(1) .meta {
    background: #A1AEB4;
}

.related-list li:nth-of-type(2) .meta {
    background: #AF6D52;
}

.related-list li:nth-of-type(3) .meta {
    background: #B7B6B1;
}

.related-list .meta a {
    color: #ffffff;
}


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


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

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

.archive-pagination {
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
    clear: both;
    width: 100%;
    color: #E67D57;
    position: relative;
    margin: 0 0 100px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    letter-spacing: 4.8px;
}

.archive-pagination::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #E2D7C7;
}

.archive-pagination .pagination-next {
    width: auto;
    float: right;
    background: #ffffff;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.archive-pagination .pagination-previous {
    width: auto;
    float: left;
    background: #ffffff;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #E67D57;
	cursor: pointer;
	display: inline-block;
	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;
    max-width: 800px;
    margin: 0 auto 100px;
    width: 100%;
    padding: 37px 58px;
    background: #F2EEEA;
}



.entry-comments {
    max-width: 1400px;
    padding: 0 5%;
    margin: 0 auto;
}

.entry-comments .title {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto 50px;
}

.entry-comments .title .title-text {
    margin: 0;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
    font-size: 2.5em;
    white-space: normal;
    font-family: "orpheuspro"
}

.entry-comments .title .title-line {
    display: inline-block;
    height: 1px;
    background: #000000;
    width: 100%;
    margin-bottom: 10px;
}

.entry-comments .says {
    display: none;
}

.logged-in-as, .logged-in-as a {
    color: #000000;
    border-bottom: none;
}

.entry-comments h3 {
    width: 100%;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4.8px;
    margin: 0 0 34px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    text-align: right;
}

.entry-comments h3::before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #E2D7C7;
}

.entry-comments h3 span {
    background: #ffffff;
    padding: 0 0 0 20px;
    position: relative;
}

.comment-list {
    margin: 0 auto;
    max-width: 800px;
}

.comment-respond h3 {
    font-family: 'RecoletaLight';
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.72px;
}
    
.entry-comments .comment-header {
    margin: 0 0 30px;
}

.entry-comments .comment-author {
    font-size: 1.5em;
    display: inline;
    letter-spacing: 0.72px;
    font-family: 'RecoletaLight';
}

.entry-comments .comment-author::after {
    content: " / "
}

.comment-meta {
    font-size: 1.5em;
    display: inline;
    letter-spacing: 0.72px;
    font-family: 'RecoletaLight';
}

.comment-respond label {
	display: none;
}

.comment-respond input,
.comment-respond textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    font-size: 1em;
    text-align: left;
    padding: 15px 0;
    margin: 0 0 20px 0;
    letter-spacing: 1.6px;
    color: #1C1C1C;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
}

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

.comment-respond input[type="submit"] {
    text-transform: uppercase;
    border-bottom: none;
    background: #ffffff;
    width: 186px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.comment-respond input::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #1C1C1C;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
}

.comment-respond input:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder{
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #1C1C1C;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
}

.comment-respond input::placeholder,
.comment-respond textarea::placeholder{
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #1C1C1C;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
}


h3#reply-title {
    text-transform: none;
    letter-spacing: 0;
}


.comment-list li article {
    padding: 40px;
    margin: 0 0 30px 0;
}

.comment-list li ul.children {
    margin: 0 0 0 50px;
}

.comment-reply-title {
   
}

.comment {
	border-right: none;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment .avatar {
	margin-right: 10px;
	display: none;
}

.comment-reply {
	font-size: 14px;
    text-transform: uppercase;
}

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

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


#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%);
}



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

.site-footer {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
    background: #5b697c;
}

.site-footer .wrap {
	margin: 0 auto;
	width: 100%;
    padding: 30px 50px 20px;
}

.site-footer p {
    margin: 0;
}

.creds {
	width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 30px 0 0 0 ;
    text-align: center;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    letter-spacing: 1.4px;
    font-size: 0.875em;
}

.creds > div {
    width: 30%;
}

.creds p,
.creds a {
    color: #ffffff;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */
.woocommerce .site-main {
	    max-width: 1400px;
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
}

.woocommerce-products-header h1 {
	    text-align: center;
    font-size: 2.125em;
    letter-spacing: 1.02px;
    color: #1C1C1C !important;
    margin: 0 0 0;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce .shop-categories {
	margin: 40px 0;
}

.woocommerce-product-gallery__wrapper div:first-child {
	margin-bottom: 10px;
}


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


}

@media only screen and (max-width: 767px) {
	
	.home-header .banner {
		width: 100%;
	}
	
	.header-image .site-title, 
	.header-image .title-area {
		margin: 15px auto !important;
	}
    
    .sticky-menu {
        display: none !important;
    }
    
    .top-menu {
        display: none;
    }
    
    .nav-primary {
        display: none;
    }
    
    .mobile-menu-open {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1;
        cursor: pointer;
        font-size: 1.7em;
    }
    
    .admin-bar .mobile-menu-open {
        top: 56px;
    }
    
    .home-posts {
        margin: 0;
    }
    
    .home-posts .inner article {
        width: 100% !important;
        margin: 0 0 50px;
    }
    
    .home-posts.three-posts article .featured-image > a {
        height: 200vw;
    }
    
    .home-about-website .inner .image {
        width: 100%;
    }
    
    .home-about-website .inner .content {
        width: 100%;
    }
    
    .home-popular .inner .tab {
        width: 100%;
    }
    
    .home-popular .inner .images {
        width: 90%;
        padding: 0 20px;
    }
    
    .home-sign-up {
        margin: 0 0 100px;
    }
    
    .home-sign-up form input[type="text"], 
    .home-sign-up form input[type="email"] {
        width: 100%;
        margin: 0 0 25px;
    }
    
    .home-sign-up form input[type="submit"] {
        margin: 0 auto;
        width: 150px;
    }
    
    .home-shop .inner .shop-item {
        width: 46%;
        margin: 0 0 30px;
    }
    
    .home-shop .inner .shop-more {
        margin: 20px 0 0 0;
    }
    
    .home-about .inner .content {
        width: 100%;
    }
    
    .home-about .inner .image {
         width: 100%;
    }
    
    .footer-blocks .footer-block {
        width: 45%;
    }
    
    .footer-blocks .widget_nav_menu a {
        text-align: center;
    }
    
    .footer-block-5 {
        width: 100% !important;
    }
    
    .archive .content .post-wrapper article,
    .blog .content article, 
    .search .content article {
        width: 100% !important;
        margin: 0 0 50px !important;
    }
    
    .archive .content .post-wrapper.top article:nth-of-type(1) .entry-header .entry-image-link, 
    .archive .content .post-wrapper.top article:nth-of-type(2) .entry-header .entry-image-link, 
    .archive .content .post-wrapper.top article:nth-of-type(3) .entry-header .entry-image-link,
    .blog .content article:nth-of-type(1) .entry-header .entry-image-link, 
    .blog .content article:nth-of-type(2) .entry-header .entry-image-link, 
    .blog .content article:nth-of-type(3) .entry-header .entry-image-link, 
    .blog .content article:nth-of-type(6) .entry-header .entry-image-link, 
    .blog .content article:nth-of-type(7) .entry-header .entry-image-link, 
    .blog .content article:nth-of-type(8) .entry-header .entry-image-link, 
    .blog .content article:nth-of-type(11) .entry-header .entry-image-link, 
    .blog .content article:nth-of-type(12) .entry-header .entry-image-link, 
    .blog .content article:nth-of-type(13) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(1) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(2) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(3) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(6) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(7) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(8) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(11) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(12) .entry-header .entry-image-link, 
    .search .content article:nth-of-type(13) .entry-header .entry-image-link{
        height: 200vw;
    }
    
    .archive-shop .shop-item {
        width: 46%;
        margin: 0 0 30px;
    }
    
    .about-header .image {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    .about-header .content {
        width: 100%;
    }
    
    .about-featured-posts article {
        width: 100%;
        margin: 0 0 50px;
    }
    
    .about-featured-posts article .featured-image > a {
        height: 200vw;
    }
    
    .shop-categories p {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    
    .shop-categories .menu-shop-categories-container {
        width: 100%;
    }
    
    .shop-categories ul {
        text-align: center;
        display: block;
    }
    
    .shop-categories ul li {
        display: inline-block;
        position: relative;
        padding: 0 15px;
        margin: 0 0 13px;
    }
    
    .post-type-archive-shop .content .shop-item, 
    .tax-shop-category .content .shop-item {
        width: 46%;
        margin: 0 0 30px;
    }
    
    .contribute-header .image {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    .contribute-header .content {
        width: 100%;
    }
    
    .contribute-wisdom .content {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    .contribute-wisdom .image {
        width: 100%;
    }
    
    .after-post-meta .date-category {
        width: 100%;
        text-align: center;
        padding: 0 0 15px;
    }
    
    .after-post-meta .share-buttons {
        width: 100%;
        text-align: center;
    }
    
    .related-list li {
        width: 100%;
        margin: 0 0 50px !important;
    }
    
    .related-list li > a {
        height: 200vh;
    }
    
    .woocommerce div.product div.summary {
        width: 100% !important;
    }
    
    .woocommerce div.product div.images {
        width: 100% !important;
        margin: 0 0 40px 0 !important;
    }
    
    .woocommerce .related li.product {
        width: 100% !important;
    }
    
    .advertise-feature .inner .image {
        width: 100%;
    }
    
    .advertise-feature .inner .content {
        width: 100%;
    }
    
    .advertise-feature.image-left .inner .image {
        margin: 0 0 40px 0;
    }
    
    .advertise-feature.image-right .inner .content {
        margin: 0 0 40px 0;
    }
    
    .advertise-partners .inner img {
        width: 45%;
    }
}

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



}

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


}