/*
Theme Name: Chronicles of Frivolity
Theme URI: http://www.chroniclesoffrivolity.com/
Author: Design by Victoria McGinley, Code by Elembee
Author URI: http://elembee.com
Description: A custom theme for Chronicles of Frivolity designed by Victoria McGinley and coded by Elembee.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chroniclesoffrivolity
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Chronicles of Frivolity is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Import Styles
# Typography
# Links
# Elements
# Forms
# Media
	## Captions
# Accessibility
# Alignments
# Clearings
# Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Import Styles
--------------------------------------------------------------*/

@import url('css/reset.css');

@import url('css/elements.css');

@import url('css/superfish.css');

@import url('css/emfont.css');

@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Gilda+Display&family=Tenor+Sans&display=swap');

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: "minion-pro",serif;
    font-size: 16.5px;
	line-height: 1.515em;
    letter-spacing: 0.025em;
    color: #000;
}

/*--------------------------------------------------------------
# MSC updates
--------------------------------------------------------------*/

div.shop {
	font-family: "Bodoni Moda", serif;
    font-size: 25px;
    line-height: 1.2em;
    color: #000;
    text-transform: uppercase;
	letter-spacing: .05em;
}

div.most-popular {
	font-family: "Bodoni Moda", serif;
    font-size: 25px;
    line-height: 1.2em;
    color: #000;
    text-transform: uppercase;
	letter-spacing: .05em;
	padding-top: 40px; 
	padding-bottom: 40px;
}

.older-posts {
	padding-bottom: 30px;
	display: flex;
  	justify-content: center;
}

.most-loved {
    padding: 45px 0;
    margin-top: 0px !important;
    position: relative;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1 {
	font-family: "Bodoni Moda", serif;
    font-size: 25px;
    line-height: 1.2em;
    color: #000;
    text-transform: uppercase;
	letter-spacing: .05em;
}

h2 {
	font-family: "Bodoni Moda", serif !important;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: #000;
    text-transform: uppercase;
}

h3 {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

h4 {
	font-family: "europa",sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

h5 {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

h6 {
	font-family: "europa",sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

.type-1 {
	font-family: "Bodoni Moda", serif;
    font-size: 25px;
    line-height: 1.2em;
    color: #000;
    text-transform: uppercase;
}

.type-2 {
	font-family: "Bodoni Moda", serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.333em;
    letter-spacing: 0.025em;
    color: #000;
    text-transform: uppercase;
}

.type-3 {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

.type-4 {
	font-family: "europa",sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

.type-5 {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.692em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

.type-6 {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

	p:last-of-type {
		margin-bottom: 0;	
	}

blockquote {
	margin: 0 1.5em;
	font-style: italic;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	color: #f0afa3;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	border: none;
	background: #fff;
	font-family: "Bodoni Moda", serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.333em;
    letter-spacing: 0.025em;
    color: #000;
    text-transform: lowercase;
	padding: 5px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #EDCCC2;
}

a.button-1 {
	font-family: "Bodoni Moda", serif;
	font-style: italic;
    font-size: 15px;
    line-height: 1.333em;
    letter-spacing: 0.025em;
    color: #000;
    text-transform: uppercase;
    background: #F7E7E5;
    padding: 12px 37px;
}

a.button-1:hover {
    background: #fff6f6;
}

a.button-2 {
    display: block;
    text-align: center;
	font-family: "europa",sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
    background: #F7E7E5;
    padding: 11px 0;
    margin-top: 10px;
}

a.button-2:hover {
    color: #444444;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0.15em;
    color: #000;
	width: 100%;
	padding: 16px 15px;
	background: #F7E7E5;
    border: none;
}

textarea:focus {
    outline: 0;
}

input[type="email"]#mce-EMAIL::-webkit-input-placeholder {
    color: #EDCCC2;
    text-transform: uppercase;
}

select {
	border: 1px solid #ccc;
}

label {
	display: block;
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
	margin-bottom: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.wrap {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

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

.flex-wrap {
	flex-wrap: wrap;
}

.mobile {
	display: none;
}

#content {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.flex {
		flex-wrap: wrap;
	}
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header Menu
--------------------------------------------------------------*/

#top-search {
    background: #EDCCC2;
}

#top-search .search-open {
	margin-left: auto;
	font-size: 12px;
	line-height: 12px;
	color: #E8998A;
	padding: 6px;
	background: #F1DBD4;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#top-search .search-open:hover {
	background: #fff;
}

#masthead .header-links {
    margin-top: 8px;
}

#masthead #header-menu {
    display: flex;
    justify-content: space-between;
}

#masthead #header-menu li a {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

#masthead #header-menu li a:hover {
	color: #EB9281;
}

@media screen and (max-width: 1024px) {
	#top-search {
		display: none;
	}
}

/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/

#masthead {
	margin: 0 auto;	
}

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

#site-branding {
	width: 100%;
	max-width: 470px;
	margin: 5px auto 25px;
}

#site-branding a {
	display: block;
	width: 100%;
	padding-top: 20.212766%; /* 95 / 470 */
	background: url(images/logo.svg) center no-repeat;
	background-size: contain;	
}

#site-branding span {
	display: none;	
}

@media screen and (max-width: 1024px) {
	#masthead {
		display: none;
	}
}


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

#primary-menu {
    text-align: center;
}

#primary-menu li {
	display: inline-block;
    padding-bottom: 15px;
	margin: 0 25px;	
}

	#primary-menu li a {
        font-family: "europa",sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 1.091em;
        letter-spacing: 0.175em;
        color: #000;
        text-transform: uppercase;
	}

	#primary-menu li a:hover {
		color: #EB9281;	
	}

#primary-menu > li > .sub-menu {
    width: 160px;
    background: #F7E7E5;
    padding: 0 20px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

#primary-menu > li > .sub-menu > li {
    display: block;
    padding: 0;
    margin: 17px 0;
}

#primary-menu .menu-item-has-children > a:after {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 6px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
	#primary-menu {
		display: none;
	}
}

/*--------------------------------------------------------------
## Scroll Navigation
--------------------------------------------------------------*/

#scroll-navigation {
 	background: #FFF4F0; 
 	color: #000; 
	position: fixed; 
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}

#scroll-navigation a {
 	color: #000;
}

#scroll-navigation a:hover {
 	color: #EB9281;
}

#scroll-navigation .wrap {
 	margin: 0 auto;
 	padding: 8px 0;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
}

#scroll-navigation ul {
    margin: 0;
}

#scroll-navigation ul li {
 	display: inline-block;
}

#scroll-navigation #social-menu {
	
}

#scroll-navigation #social-menu li {
    margin-right: 12px;
}

#scroll-navigation #social-menu li a .fa {
    font-size: 12px;
}

#scroll-navigation #social-menu li a .fontawesome-text {
    display: none;
}

#scroll-navigation #primary-menu {
    padding: 13px 3%;
    border-left: 1px solid #F8A798;
    border-right: 1px solid #F8A798;
}

#scroll-navigation #primary-menu li {
    padding: 0;
}

#scroll-navigation .scroll-menu-right li {
    margin-left: 25px;
}

#scroll-navigation .scroll-menu-right li a {
    font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.091em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

#scroll-navigation .scroll-menu-right li a:hover {
    color: #EB9281;
}

#scroll-navigation .scroll-menu-right .subscribe a:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 10px;
    color: #000;
    margin-right: 8px;
}

#scroll-navigation .scroll-menu-right .subscribe a:hover:before {
    color: #EB9281;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#scroll-navigation .scroll-menu-right .search a:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 12px;
    color: #000;
    margin-right: 8px;
}

#scroll-navigation .scroll-menu-right .search a:hover:before {
    color: #EB9281;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 1120px) {
	#scroll-navigation #primary-menu {
		padding: 13px 0;
	}
	
	#scroll-navigation .scroll-menu-right li {
		margin-left: 12px;
	}
}

@media screen and (max-width: 1024px) {
	#scroll-navigation {
		height: 0;
		overflow: hidden;
	}
}

/*--------------------------------------------------------------
## Mobile Masthead & Nav
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Mobile Masthead
--------------------------------------------------------------*/

#mobile-masthead {
	display: none;
	padding: 15px 0;
	background: rgba(255, 255, 255, .95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 13px solid #EDCCC2;
	z-index: 9999;
}

#mobile-masthead #site-branding {
	flex-grow: 1;
	max-width: 232px;
	margin: 0 auto 0 0;
}

#mobile-masthead #site-branding a {
	display: block;
	width: 100%;
	padding-top: 19.396552%; /* 45 / 232 */
	background: url(images/mobile-logo.svg) center no-repeat;
	background-size: contain;	
}

#mobile-links {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	align-self: center;
	flex-shrink: 0;
}

#mobile-links li {
	display: inline-block;
	margin-left: 15px;
	font-size: 20px;
}


@media screen and (max-width: 1024px) {
	#mobile-masthead {
		display: block;
	}
	
	#content {
		padding-top: 40px;
	}

}

@media screen and (max-width: 767px) {
	#mobile-masthead .flex {
		flex-wrap: nowrap;
	}
}

/*--------------------------------------------------------------
## Mobile Nav
--------------------------------------------------------------*/

#mobile-menu {
	width: 100%;
	max-width: 400px;
	background: #FFF6F6;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	padding: 35px;
	text-align: center;
	overflow-y: auto;
	transform: translateX(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#menu-close {
	position: absolute;
	top: 48px;
	left: 20px;
	font-size: 20px;
	cursor: pointer;
}

#menu-close i {
	margin-right: 10px;
}

#mobile-branding {
	width: 45px;
	margin: 0 auto 45px;
}

#mobile-branding a {
	display: block;
	width: 100%;
	height: 51px;
	background: url(images/footer-logo.svg) center no-repeat;
	background-size: contain;
}

#mobile-branding span {
	display: none;	
}

#mobile-menu .widget {
	margin-bottom: 35px;
}

#mobile-menu .widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

#mobile-menu .widget li {
	font-size: 14px;
	letter-spacing: .2em;
	margin-bottom: 20px;
}

#mobile-menu .widget li:last-of-type {
	margin-bottom: 0;
}

#mobile-menu .widget.shop-menu {
	padding: 35px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#mobile-menu .widget_search .widget-title {
	text-transform: lowercase;
	margin-bottom: 15px;
}

#mobile-menu .widget_search .search-form {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 15px 41px 15px 15px;
}

#mobile-menu .widget_search .search-form button {
	order: 1;
	padding: 0 15px 0 0;
	font-size: 12px;
}

#mobile-menu .widget_search .search-form input.search-text {
	order: 2;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	background: none;
}

#mobile-menu #menu-social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 15px;
}

#mobile-menu #menu-social li .fontawesome-text {
	display: none;
}

#mobile-menu #menu-mobile-newsletter li {
	font-size: 12px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/

#footer-quote {
    position: relative;
	overflow: hidden;
}

#footer-quote:before {
    content: '';
    background: rgba(255,246,246,.92);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1;
}

#footer-quote .widget_media_image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer-quote .widget_media_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}

#footer-quote .widget_text {
    padding: 75px 0 65px;
	width: 90%;
	max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
	text-align: center;
	font-family: "Bodoni Moda", serif;
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#footer-quote .widget_text strong {
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	font-size: 13px;
	letter-spacing: .025em;
}

#footer-quote .widget_text p:not(:last-of-type) {
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	#footer-quote .widget_text {
		font-size: 15px;	
	}
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/

#site-footer {
    background: #FFF6F6;
    padding: 45px 0 10px;
}

#site-footer .flex {
    align-items: center;
}

#footer-branding {
	width: 100%;
	max-width: 107px;
    margin-right: 55px;
}

#footer-branding a {
	display: block;
	width: 100%;
	padding-top: 114.018691%; /* 122 / 107 */
	background: url(images/footer-logo.svg) center no-repeat;
	background-size: contain;
}

#footer-branding span {
	display: none;	
}

#footer-navigation {
    flex-grow: 1;
}

#footer-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 75px;
}

#footer-menu li {
    margin-right: 20px;	
}

	#footer-menu li a {
        font-family: "europa",sans-serif;
        font-weight: 400;
        font-size: 12.5px;
        line-height: 1.892em;
        letter-spacing: 0.15em;
        color: #E69A8B;
        text-transform: uppercase;
	}

	#footer-menu li a:hover {
		color: #EDCCC2;	
	}

#footer-newsletter {
	padding: 12px 0 12px 45px;
    border-left: 1px solid #fff;
    width: 32.272727%; /* 355 / 1100 */
}

#footer-newsletter #mc_embed_signup {
    background: #FFF6F6 !important;
}

#footer-newsletter .widget-title {
    font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 12.5px;
    line-height: 1.692em;
    letter-spacing: 0.15em;
    color: #E69A8B;
    text-transform: uppercase;
}

#footer-newsletter .mc-field-group {
    margin-top: 5px;
	padding: 10px;
	background: #fff;
	display: flex;
}

#footer-newsletter .mc-field-group i {
	font-size: 15px;
	color: #EDCCC2;
	margin-right: 10px;
}

#footer-newsletter #mce-EMAIL {
    background: none;
    padding: 0;
}

#footer-newsletter #mc_embed_signup div.mce_inline_error {
    margin: 0 !important;
}

#footer-newsletter #mc-embedded-subscribe {
	font-family: "Bodoni Moda", serif;
    font-size: 15px;
    line-height: 1.333em;
    letter-spacing: 0.025em;
    color: #000;
    text-transform: lowercase;
    font-style: italic;
    background: #FFF6F6;
    padding: 0;
    margin-top: 13px;
    float: right;
}

#site-footer .credits {
    text-align: right;
    margin-top: 10px;
}

#site-footer .credits ul {
    margin: 0;
}

#site-footer .credits ul li {
    display: inline-block;
    margin-left: 10px;
}

#site-footer .credits ul li a {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 7px;
    line-height: normal;
    letter-spacing: 0.15em;
    color: #D59D8D;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
	#footer-menu {
		max-height: 100px;
	}

}

@media screen and (max-width: 820px) {
	#site-footer .flex {
		display: block;
	}
	
	#footer-branding {
		margin: 0 auto 20px;
	}
	
	#footer-menu {
		display: block;
		max-height: none;
		text-align: center;
	}
	
	#footer-menu li {
		margin-right: 0;	
	}
	
	#footer-newsletter {
		padding: 25px 0;
		border-left: none;
		width: 100%;
		margin-top: 25px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

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


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/

#home #main {
	position: relative;
}

#social-navigation {
    position: absolute;
    top: 85px;
    left: -30px;
}

#social-navigation li {
    margin-bottom: 10px;
}

#social-navigation li:last-of-type {
    display: none;
}

#social-navigation a {
    font-size: 12px;
}

#social-navigation a .fontawesome-text {
    display: none;
}

@media screen and (max-width: 1024px) {
	#social-navigation {
		display: none;	
	}
}


/*--------------------------------------------------------------
## Featured Post
--------------------------------------------------------------*/

.post-featured {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #EDCCC2;
    margin-bottom: 50px;
	align-items: flex-start;
}

.post-featured:before {
    content: 'The Latest';
    display: block;
	font-family: "Bodoni Moda", serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.333em;
    letter-spacing: 0.025em;
    color: #000;
    text-transform: lowercase;
    background: #F7E7E5;
    padding: 7px 24px;
    position: absolute;
    top: 30px;
    left: 0;
    transform: translateX(-50%);
}

.post-featured .featured-image {
    width: 50%; /* 550 / 1100 */
	text-align: center;
}

.post-featured .content {
    display: block;
    width: 52.727272%; /* 580 / 1100 */
    margin-left: -30px;
    background: rgba(255,255,255,0.9);
    padding: 20px 30px;
    margin-top: 110px;
}

.post-featured .content h2 {
    font-size: 35px;
    line-height: 1.25em;
	margin-bottom: 5px;
}

.post-featured .content .entry-summary {
    margin-bottom: 30px;
}

.post-featured .content .read-more {
    display: inline-block;
    margin-right: 25px;
}

.post-featured .content .entry-meta {
    display: inline-block;
}

.entry-meta {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.entry-meta a {
    color: #BCBCBC;
}

.entry-meta a:hover {
    color: #EDCCC2;
}

.entry-meta .post-category {
    padding-right: 6px;
    border-right: 1px solid #BCBCBC;
}

.entry-meta .comments-link {
    padding-left: 13px;
}

.entry-meta .comments-link i {
    font-size: 10px;
}

.post-featured .content .shop-it {
    margin-top: 35px;
    position: relative;
}

.post-featured .content .shop-it:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #EDCCC2;
    position: absolute;
    top: 13px;
}

.post-featured .content .shop-it h6 {
    display: inline-block;
    font-size: 11px;
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.post-featured {
		display: block;
		max-width: 550px;
		margin: 0 auto 50px;
		border-bottom: none;
	}
	
	.post-featured:before {
		display: none;	
	}
	
	.post-featured .featured-image {
		width: 100%; /* 550 / 1100 */
	}

	.post-featured .content {
		display: block;
		width: 90%;
		margin: -40px auto 0;
		background: rgba(255,255,255,0.9);
		position: relative;
		z-index: 1;
		text-align: center;
	}
	
	.post-featured .content .read-more {
		margin-right: 0;
	}
	
	.post-featured .content .entry-meta {
		display: none;
	}
	
	.post-featured .content .shop-it {
		padding-top: 25px;
	}
	
	.post-featured .content .shop-it:before {
		top: 0;
	}

	.post-featured .content .shop-it h6 {
		display: block;
		padding-right: 0;
	}
}


/*--------------------------------------------------------------
## Home Page Feed
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Layout
--------------------------------------------------------------*/

.blog.paged #content {
	margin-top: 50px;
}

.post-feed {
    width: 55%; /* 550 / 1100 */
	max-width: 550px;
}

.sidebar {
    max-width: 350px;
}

@media screen and (max-width: 1024px) {
	.post-container {
		display: block;
	}
	
	.post-feed {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}

	.sidebar {
		max-width: 350px;
		margin: 0 auto 80px;
	}

}


/*--------------------------------------------------------------
### Posts
--------------------------------------------------------------*/

.post-feed .post {
    margin-bottom: 80px;
}

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

.post-feed .featured-image {
    margin: 20px 0 10px;
	position: relative;
}

.post-feed .pin-it-button {
	position: absolute;
	top: 40px;
	left: 0;
	width: 40px;
	height: 40px;
	background: #F7E7E5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	transform: translateX(-50%);
}

.post-feed .read-more a span {
	font-family: "Bodoni Moda", serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.333em;
    letter-spacing: 0.025em;
    text-transform: lowercase;
}

.post-feed .entry-meta {
    text-align: right;
    margin-top: 15px;
}

.post-feed .entry-meta a {
    color: #000;
}

.post-feed .entry-meta a:hover {
    color: #EB9281;
}

.post-feed .entry-summary {
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.post-feed .entry-footer {
    padding: 20px 0 30px;
    border: 2px solid #F7E7E5;
    position: relative;
}

.post-feed .entry-footer .stp {
    width: 39.090909%; /* 215 / 550 */
    padding: 0 20px 20px;
}

.post-feed .entry-footer .details {
    width: 60.090909%; /* 335 / 550 */
    padding: 10px 20px 20px 25px;
    border-left: 1px solid #F7E7E5;
}

.details {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

.details .type-2 {
    font-style: italic;
    color: #F8A798;
    margin-bottom: 5px;
}

.details a {
    color: #F8A798;
    border-bottom: 1px solid transparent;
}

.details a:hover {
    border-bottom: 1px solid #F8A798;
}

.post-feed .entry-footer .no-stp .details {
    width: 100%;
    border: none;
}

.post-feed .entry-footer .no-details .stp {
    width: 100%;
}

.post-feed .entry-footer .entry-meta {
    background: #F7E7E5;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1024px) {
	.post-feed .pin-it-button {
		display: none;
	}
	
	.post-feed .post .content {
		width: 90%;
		margin: -40px auto 0;
		background: rgba(255, 255, 255, .9);
		position: relative;
		z-index: 1;
		text-align: center;
		padding: 20px 30px;
	}
	
	.post-feed .post .entry-header {
		margin-bottom: 10px;
	}
	
	.post-feed .post .entry-summary {
		margin-bottom: 30px;
	}
	
	.post-feed .entry-meta {
		display: none;
	}
	
	.post-feed .entry-footer {
		padding: 0;
		border: none;
		text-align: center;
	}
	
	.post-feed .entry-footer .stp {
		width: 100%;
		margin-top: 35px;
		padding: 25px 0 0 0;
		border-top: 2px solid #F7E7E5;
	}
	
	.post-feed .entry-footer .stp h6 {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------
### Home Page Posts Navigation
--------------------------------------------------------------*/

.nav-links {
    display: flex;
    border: 1px solid #EDCCC2;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    flex-grow: 1;
    text-align: center;
}

.nav-links .nav-next {
    order: 1;
}

.nav-links .nav-previous {
    order: 2;
}

.nav-links a {
    display: block;
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0;
}

.nav-links a:hover {
    background: #EDCCC2;
}


/*--------------------------------------------------------------
## Interstitials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Monthly Favorites Interstitial
--------------------------------------------------------------*/

#favorites {
    position: relative;
    margin: 120px 0;
}

#favorites:before {
    content: '';
    display: block;
    background: #F7F7F7;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
}

#favorites .widget-title {
	font-family: "Bodoni Moda", serif;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #EDCCC2;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%,-50%);
}

#favorites .textwidget {
    background: #fff;
    padding: 25px;
	text-align: center;
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
	#favorites .widget-title {
		font-size: 48px;
	}
}

@media screen and (max-width: 420px) {
	#favorites .widget-title {
		font-size: 30px;
	}
}

/*--------------------------------------------------------------
### Most Loved Section
--------------------------------------------------------------*/

.most-loved {
    padding: 45px 0;
    margin-top: 100px;
    position: relative;
}

/* .most-loved:before {
    content: '';
    display: block;
    background: #F7F7F7;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
	bottom: 0;
    margin-left: calc(50% - 50vw);
    z-index: -1;
} */

.most-loved .widget {
    width: 24.545454%; /* 270 / 1100 */
    position: relative;
	margin-bottom: 30px;
}

/* .most-loved .widget_text {
	font-family: "Bodoni Moda", serif;
    font-size: 50px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: #F8A798;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 100%; 
	margin-bottom: 0;
} */

.most-loved .widget .widget-title {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.most-loved .widget a,
.most-loved .widget a img {
    display: block;
}

.most-loved .widget a:before {
    content: '';
    display: block;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.most-loved .widget:hover a:before {
    opacity: 0.7;
}

.most-loved .widget p {
	margin: 0;
}

.most-loved .widget .wpp-post-title,
.most-loved .widget .more {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.692em;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 90%;
    transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.most-loved .jr-insta-thumb a:after {
	content: 'on Instagram @kateymcfarlan';
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.692em;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 90%;
    transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.most-loved .widget:hover .wpp-post-title,
.most-loved .widget:hover .more,
.most-loved .widget:hover .jr-insta-thumb a:after {
	opacity: 1;
}

.most-loved .widget .more a {
	color: #fff;
}

.most-loved .widget .more a:before,
.most-loved .widget .wpp-post-title:before {
	display: none;
}

@media screen and (max-width: 1024px) {
	.most-loved {
		flex-wrap: wrap;
	}
	
	.most-loved .widget {
		width: 49%;
		margin-bottom: 60px;
	}
	
	.most-loved .widget.widget_text {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.most-loved .widget {
		width: 100%;
	}
	
	.most-loved .widget_text {
		font-size: 30px;
		top: 0;
	}

}

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

.sidebar .widget {
	margin-bottom: 60px;
}


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

.sidebar .about-widget {
    border: 2px solid #F7E7E5;
    padding: 35px 25px;
    position: relative;
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 2em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

.sidebar .about-widget .widget-title {
	font-family: "Bodoni Moda", serif;
    font-size: 40px;
    line-height: 1.2em;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 0 25px;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar .about-widget p:last-of-type a {
    display: block;
	font-size: 15px;
    font-style: italic;
	font-family: "Bodoni Moda", serif;
    color: #000;
    text-transform: uppercase;
	padding-top: 20px;
	position: relative;
}

.sidebar .about-widget p:last-of-type a:hover {
	color: #F8A798;
}

.sidebar .about-widget p:last-of-type a:before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/*--------------------------------------------------------------
### Instagram
--------------------------------------------------------------*/

.sidebar .instagram-widget {
	padding: 25px;
	background: #F7F7F7;
	position: relative;
	text-align: center;
}

.sidebar .instagram-widget:before {
	content: '\f16d';
	font-family: FontAwesome;
	font-size: 35px;
	color: #EDCCC2;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}

.sidebar .instagram-widget p {
	margin-bottom: 0;
	margin-top: 10px;
}

.sidebar .instagram-widget strong {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

.sidebar .instagram-widget strong a {
	display: block;
	padding-top: 20px;
	margin-top: 25px;
	position: relative;
}

.sidebar .instagram-widget strong a:before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar .instagram-widget em {
	font-size: 15px;
    font-style: italic;
	font-family: "Bodoni Moda", serif;
    color: #000;
    text-transform: uppercase;
}

/* 
.shop-latest-widget {
	position: relative;
    bottom: 50px;
} */
 

/*--------------------------------------------------------------
### Tabbed Widget
--------------------------------------------------------------*/

.tabbed-widgets {
	border: 2px solid #F7E7E5;
	padding: 45px 25px 30px 25px;
	position: relative;
}

.tabbed-widgets > .widget-title {
	font-family: "Bodoni Moda", serif;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 0 25px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tabbed-widgets .utw {
	padding-bottom: 35px;
	position: relative;
}

.tabbed-widgets .ui-tabs-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
}

.tabbed-widgets .ui-tabs-nav li {
	flex-grow: 1;
	margin-right: 5px;
}

.tabbed-widgets .ui-tabs-nav li:last-of-type {
	margin-right: 0;
}

.tabbed-widgets .ui-tabs-nav li a {
	display: block;
	padding: 7px;
	background: #F7F7F7;
	text-align: center;
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 11px;
	line-height: 1em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
}

.tabbed-widgets .ui-tabs-nav li a:hover,
.tabbed-widgets .ui-tabs-nav li.ui-state-active a {
	background: #F7E7E5;
}

.tabbed-widgets .ui-widget-content > h2 {
	display: none;
}

.tabbed-widgets .rpwe-li {
	position: relative;
}

.tabbed-widgets .rpwe-li a,
.tabbed-widgets .rpwe-li img {
	display: block;
}

.tabbed-widgets .rpwe-title a {
	position: absolute;
	font-size: 12px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	color: #fff;
	opacity: 0;
	z-index: 2;
}

.tabbed-widgets .rpwe-title a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tabbed-widgets .rpwe-li:hover a,
.tabbed-widgets .rpwe-li:hover a:before {
	opacity: 1;
}

/*--------------------------------------------------------------
### Popular Posts Widget
--------------------------------------------------------------*/

/* .cof-popular-widget {
	padding: 35px 25px;
	border: 2px solid #F7E7E5;
	position: relative;
}

.cof-popular-widget .widget-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	padding: 0 25px;
	background: #fff;
}

.cof-popular-posts li {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.cof-popular-posts li a,
.cof-popular-posts li img {
	display: block;
}

.cof-popular-posts li .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cof-popular-posts li:hover .post-info {
	transform: translateY(0);
}

.cof-popular-posts li .post-info .post-category {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	padding: 10px 15px;
	background: rgba(255, 255, 255, .97);
	white-space: nowrap;
}

.cof-popular-posts li .post-info h2 {
	padding: 20px;
	background: rgba(255, 255, 255, .97);
}

.cof-popular-widget .cta a {
	display: block;
	padding: 20px;
	text-align: center;
	background: #F7E7E5;
}

.cof-popular-widget .cta a:hover {
	background: #EDCCC2;
	color: #fff;
} */


/*--------------------------------------------------------------
# Single Post Page
--------------------------------------------------------------*/

#single {
    margin: 50px 0 150px;
}

#single .post {
    position: relative;
}

#single .entry-header {
    margin-bottom: 25px;
}

#single .entry-meta {
    background: #FFF6F6;
    padding: 25px 25px 44px 25px;
    text-align: center;
	margin: 0 auto -24px;
}

#single .entry-meta > li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

#single .entry-meta > li:after {
    content: '\f111';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2px;
    color: #000;
    margin-left: 10px;
    position: absolute;
    right: -19px;
    top: 0;
}

#single .entry-meta > li:last-of-type:after {
    display: none;
}

#single .entry-meta .post-category {
    padding: 0;
    border: none;
    color: #000;
}

#single .entry-meta .post-category a {
    color: #000;
}

#single .entry-meta .post-category a:hover {
    color: #EB9281;
}

#single .entry-meta .share {
	position: relative;
	cursor: pointer;
}

#single .entry-meta .share ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateX(100%);
	background: #FFF6F6;
	width: 100px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#single .entry-meta .share:hover ul {
	opacity: 1;
}

#single .entry-meta .share ul li {
	display: inline-block;
	margin-left: 7px;
}

#single .entry-meta .share ul li a {
	font-size: 12px;
	color: #000;
}

#single .entry-meta .share ul li a:hover {
	color: #EB9281;
}

#single .entry-meta .comments-link {
    padding: 0;
}

#single .entry-meta .comments-link a {
    color: #000;
}

#single .entry-meta .comments-link a i {
    color: #EDCCC2;
}

#single .entry-meta .comments-link a:hover {
    color: #EB9281;
}

#single .entry-title {
    font-size: 40px;
    text-transform: none;
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
}

#single .entry-content {
    max-width: 700px;
    margin: 0 auto;
}

#single .entry-content h1,
#single .entry-content h2,
#single .entry-content h3,
#single .entry-content h4,
#single .entry-content h5,
#single .entry-content h6 {
	margin-bottom: 10px;
}

#single .entry-content .details {
    background: #fff;
    padding: 20px 15px;
    width: 185px;
    position: absolute;
    top: 225px;
    left: 0;
}

#single .entry-content p.image {
	width: 121.428571%; /* 850/700 */
	margin-left: -10.714286%; /* 75/700 */
}

#single .entry-content .gallery {
    display: flex;
    justify-content: space-between;
	width: 121.428571%; /* 850/700 */
	margin-left: -10.714286%; /* 75/700 */
}

#single .entry-content .gallery .gallery-item {
    width: 49.411765%; /* 420 / 850 */
}

#single .entry-content a {
	color: #F8A798;
	border-bottom: 1px solid transparent;
}

#single .entry-content a:hover {
	border-color: #F8A798;
}

#single .entry-footer {
    max-width: 850px;
    margin: 0 auto 90px;
    padding: 25px;
    background: #F7E7E5;
}

#single .entry-footer .stp-title {
    text-align: center;
    margin-bottom: 20px;
}

#single .entry-footer .stp {
    background: #fff;
    padding: 20px 25px 25px;
    margin-bottom: 0;
}

#single .entry-footer .no-details .stp {
    margin-bottom: 0;
}

#single .entry-footer .details {
    background: #fff;
    padding: 15px 30px;
}

#single .entry-footer .details .details-title {
    text-align: center;
}

#single .entry-footer .details h5 {
    text-align: center;
}


@media screen and (max-width: 950px) {
	#single .entry-content p.image,
	#single .entry-content .gallery {
		width: 100%;
		margin-left: 0;
	}
	
}

@media screen and (max-width: 767px) {
	#single .entry-content .gallery {
		display: block;
	}
	
	#single .entry-content .gallery .gallery-item {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#single .entry-content .details {
		display: none;
	}
	
	#single .entry-meta li.posted-on,
	#single .entry-meta li.share {
		display: none;
	}


}


/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/

.wp_rp_wrap {
    padding: 35px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-top: 1px solid #EDCCC2;
    border-bottom: 1px solid #EDCCC2;
    margin-bottom: 50px;
	position: relative;
}

.related_post_title {
    padding: 0 30px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: "Bodoni Moda", serif;
    font-size: 25px;
    line-height: 1.2em;
    letter-spacing: .05em;
    text-align: center;
    color: #000;
    text-transform: uppercase;
	white-space: nowrap;
}

.related_post {
    margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    justify-content: space-between;
}

.related_post li {
    width: 16.5%;
    position: relative;
}

.related_post li a,
.related_post li a img {
    display: block;
}

.related_post li .wp_rp_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    text-align: center;
	color: #fff;
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.692em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.related_post li .wp_rp_title:after {
	content: 'read';
	font-family: "Bodoni Moda", serif;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.025em;
	margin-top: 10px;
	text-transform: lowercase;
}

.related_post li:hover .wp_rp_title {
	opacity: 1;
}

@media screen and (max-width: 1200px) {
	.related_post li[data-position="5"],
	.related_post li[data-position="4"] {
		display: none;
	}
	
	.related_post li {
		width: 24.75%;
		position: relative;
	}

}

@media screen and (max-width: 767px) {
	.related_post li[data-position="3"],
	.related_post li[data-position="2"] {
		display: none;
	}
	
	.related_post li {
		width: 49.75%;
		position: relative;
	}

}

@media screen and (max-width: 420px) {
	.related_post li[data-position="1"] {
		display: none;
	}
	
	.related_post li {
		width: 100%;
		position: relative;
	}

}


/*--------------------------------------------------------------
## Comment Section
--------------------------------------------------------------*/

#comments {
    max-width: 850px;
    margin: 0 auto;
}

#comments h3.comment-reply-title {
	font-family: "Bodoni Moda", serif;
    font-size: 25px;
    line-height: 1.2em;
    letter-spacing: .05em;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#commentform {
	display: grid;
	grid-template-columns: 44% 52.35%;
	grid-template-rows: auto auto auto auto;
	grid-column-gap: 3.65%;
}

	#commentform label {
		margin-bottom: 0;
		line-height: 150%;
	}

	#commentform p {
		margin-bottom: 10px;
	}

	#commentform .comment-form-author {
		grid-column-start: 1;
		grid-row-start: 1;
	}

	#commentform .comment-form-email {
		grid-column-start: 1;
		grid-row-start: 2;
	}

	#commentform .comment-form-url {
		grid-column-start: 1;
		grid-row-start: 3;
		margin-bottom: 10px;
	}

	#commentform .comment-form-comment {
		grid-column-start: 2;
		grid-row-start: 1;
		grid-row-end: span 3;
		margin-bottom: 0;
	}

        #commentform .comment-form-comment #comment {
            height: 216px;
        }

	#commentform .form-submit {
		grid-column-start: 2;
		text-align: right;
	}

	#wp-comment-cookies-consent {
		float: left;
		margin: 0 10px 10px 0;
	}

.comments-title {
    text-align: center;
    margin: 35px 0 50px;
}
	
	.comment-list,
	.comment-list ol,
	.comment-list ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.comment-list > li {
		margin-bottom: 17px;
	}

.comment-container {
    background: #FFF6F6;
    padding: 15px 25px;
    position: relative;
}
	
		.comment-list > li:last-of-type {
			margin-bottom: 0;	
		}
		
	.comment-list .children > li {
		margin-top: 17px;
		background: #FFF6F6;
		margin-left: 85px;
		position: relative;	
	}

.comment-author {
    font-family: "Bodoni Moda", serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1.333em;
    letter-spacing: 0.025em;
    color: #000;
    text-transform: lowercase;
	margin-bottom: 12px;
}

	.comment-author .author-name {
        font-family: "europa",sans-serif;
        font-weight: 400;
        font-size: 10px;
        font-style: normal;
        line-height: 2em;
        letter-spacing: 0.15em;
        color: #000;
        text-transform: uppercase;
	}
	
	.comment-author .author-name a {
        font-family: "europa",sans-serif;
        font-weight: 400;
        font-size: 10px;
        font-style: normal;
        line-height: 2em;
        letter-spacing: 0.15em;
        color: #000;
        text-transform: uppercase;
	}

.comment-meta {
    font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 10px;
    font-style: normal;
    line-height: 2em;
    letter-spacing: 0.15em;
    color: #000;
    text-transform: uppercase;
	margin-top: 15px;
}

	.comment-meta a {
        font-family: "europa",sans-serif;
        font-weight: 400;
        font-size: 10px;
        font-style: normal;
        line-height: 2em;
        letter-spacing: 0.15em;
        color: #000;
        text-transform: uppercase;
        background: #F7E7E5;
        padding: 2px 31px;
	}

	.comment-meta a:hover {
	    background: #EDCCC2;
	}

.comment-reply-link {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    
}

@media screen and (max-width: 767px) {
	#commentform {
		display: block;
	}
}

/*--------------------------------------------------------------
# Archive Page
--------------------------------------------------------------*/

#archive {
    margin: 65px 0 75px;
}

.archive-header {
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.archive-header:before {
	content: '';
	display: block;
	flex-grow: 1;
	height: 1px;
	background: #000;
	margin-right: 30px;
}

.archive-header:after {
	content: '';
	display: block;
	flex-grow: 1;
	height: 1px;
	background: #000;
	margin-left: 30px;
}

.archive-header h1 {
    font-style: italic;
	text-align: center;
}

.post-grid {
    flex-wrap: wrap;
}

.post-grid .post {
    width: 32.272727%; /* 355 / 1100 */
    background: #F7F7F7;
    padding: 15px 15px 60px 15px;
    margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.post-grid .post .featured-image {
    position: relative;
}

.post-grid .post .featured-image .read-the-post {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.post-grid .post .featured-image .read-the-post a {
	font-family: "europa",sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
}

.post-grid .post .featured-image .read-the-post a span {
	font-family: "Bodoni Moda", serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.333em;
    letter-spacing: 0.025em;
    text-transform: lowercase;
}

.post-grid .post .featured-image a,
.post-grid .post .featured-image a img {
    display: block;
}

.post-grid .post .featured-image a {
    position: relative;
}

.post-grid .post .featured-image > a:before {
    content: '';
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-grid .post .featured-image:hover a:before {
    opacity: 0.5;
}

.post-grid .post .featured-image:hover .read-the-post a {
    opacity: 1;
}

.post-grid .post h1.entry-title {
    text-transform: none;
    text-align: center;
    margin-top: 20px;
	min-height: 75px;
}

.post-grid .post .entry-footer {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	font-size: 10px;
}

.post-grid .post .entry-footer > li {
	display: inline-block;
}

.post-grid .post .entry-footer > li:after {
	content: '\f111';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2px;
    color: #000;
    margin: 0 10px;
	line-height: 0;
	vertical-align: middle;
	padding-bottom: 3px;
}

.post-grid .post .entry-footer > li:last-of-type:after {
	display: none;
}

.post-grid .post .entry-footer .stp-flyout {
	cursor: pointer;
}

.post-grid .post .entry-footer .stp {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	padding: 5px;
	overflow: hidden;
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-grid .post .entry-footer .stp-flyout:hover .stp {
	transform: translateY(-15px);
	opacity: 1;
}

.post-grid .post .entry-footer .share {
	cursor: pointer;
}

.post-grid .post .entry-footer .share ul {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 15px 0;
	list-style: none;
	background: #F7F7F7;
	opacity: 0;
	transform: translateY(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-grid .post .entry-footer .share ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
}

.post-grid .post .entry-footer .share:hover ul {
	opacity: 1;
	transform: translateY(0);
}

#archive .posts-navigation {
    margin: 50px auto 0;
    max-width: 250px;
}

#archive .posts-navigation .nav-links {
    border: none;
    background: #EDCCC2;
    width: auto;
}

@media screen and (max-width: 1024px) {
	.post-grid .post {
		padding-bottom: 15px;
	}
	
	.post-grid .post h1.entry-title {
		min-height: auto;
	}
	
	.post-grid .post .entry-footer {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.post-grid .post {
	    width:100%; 
	}
}


/*--------------------------------------------------------------
# 404/Not Found
--------------------------------------------------------------*/

#error-404 {
	margin-top: 65px;
}

.search-no-results #archive {
	margin-bottom: 0;
}

.not-found {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.not-found .page-header {
	margin-bottom: 35px;
}

.not-found .search-form {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.not-found .search-text {
	text-transform: uppercase;
}

.not-found .search-submit {
	background: #F7E7E5;
}


/*--------------------------------------------------------------
# Info Pages
--------------------------------------------------------------*/

.page-header {
	position: relative;
	margin-bottom: 40px;
	padding-top: 25px;
}

.page-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	background: #FFF6F6;
	z-index: -1;
}

.page-header .page-title {
    font-size: 40px;
    text-transform: none;
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
}

#info-page .entry-content {
    max-width: 700px;
    margin: 0 auto 60px;
}

#info-page .entry-content p.image {
	width: 121.428571%; /* 850/700 */
	margin-left: -10.714286%; /* 75/700 */
}

#info-page h3 {
    margin-bottom: 5px;
}

#info-page p {
    margin-bottom: 45px;
}

#info-page a {
    color: #F8A798;
    border-bottom: 1px solid transparent;
}

#info-page a:hover {
    color: #F8A798;
    border-bottom: 1px solid #F8A798;
}

.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6 {
	margin-bottom: 10px;
}

@media screen and (max-width: 950px) {
	#info-page .entry-content p.image {
		width: 100%;
		margin-left: 0;
	}
	
}

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

.about-header {
    background: #FFF6F6;
    text-align: center;
    height: 45px;
    margin-top: 60px;
    position: relative;
}

.about-header h1.entry-title {
    font-size: 40px;
    text-transform: none;
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
}

.intro-images {
    margin: 40px 0;
}

.intro-images ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.intro-images ul li {
    display: inline-block;
    width: 24.272727%; /* 267 / 1100 */
}

.intro-text {
    max-width: 685px;
    margin: 0 auto;
    text-align: center;
}

.intro-text h1 {
    font-size: 20px;
    line-height: 2em;
	letter-spacing: .05em;
}

.bio {
    margin: 80px 0 90px;
}

.bio .bio-image {
    width: 50%;
}

.bio .bio-text {
    width: 54.545454%; /* 600 / 100 */
    background: #FFF6F6;
    padding: 40px 35px 30px 75px;
    margin: 85px 0 0 -50px;
    position: relative;
}

.bio .bio-text .title {
    position: absolute;
    top: -50px;
    left: 75px;
}

.bio .bio-text .title h1 {
    font-size: 50px;
	margin-top: 10px;
}

.about-links {
    margin-top: 15px;
}

.about-links ul {
    margin: 0;
}

.about-links ul li {
    display: inline-block;
    padding-right: 18px;
    margin-right: 12px;
    position: relative;
}

.about-links ul li:after {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 2px;
    color: #000;
    position: absolute;
    top: -1px;
    right: 0;
}

.about-links ul li:last-of-type:after {
    display: none;
}

.about-links ul li h5 {
    font-size: 11px;
}

.work-with .text-container {
    width: 55.454545%; /* 610 / 1100 */
    margin: 135px -60px 0 0;
    z-index: 1;
}

.work-with .text-container .work-with-text {
    background: #FFF6F6;
    padding: 35px 40px 25px 25px;
    margin-bottom: 25px;
    position: relative;
}

.work-with .text-container .work-with-text .title {
    position: absolute;
    top: -50px;
    left: 25px;
}

.work-with .text-container .work-with-text .title h1 {
    font-size: 50px;
	margin-top: 10px;
}

.work-with .text-container .press {
    background: #fff;
    border: 1px solid #000;
    padding: 15px 0 28px 20px
}

.work-with .text-container .press .title p {
    font-style: italic;
}

.work-with .text-container .press .links ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	margin: 10px 0 0;
}

.work-with .text-container .press .links ul li {
    display: block;
}

.work-with .text-container .press .links ul li h5 {
    font-size: 11px;
}

.work-with .work-with-image {
    width: 50%;
}

.faq-text {
    border-top: 1px solid #000;
    padding-top: 60px;
    margin: 90px 0 100px;
    position: relative;
}

.faq-text .title {
    background: #fff;
    padding: 0 30px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.faq-text .title h1 {
    font-size: 50px;
    text-transform: none;
}

.faq-text h3 {
    margin-bottom: 5px;
}

.faq-text p {
    margin-bottom: 45px;
}

.faq-text a {
    color: #F8A798;
    border-bottom: 1px solid transparent;
}

.faq-text a:hover {
    color: #F8A798;
    border-bottom: 1px solid #F8A798;
}

@media screen and (max-width: 767px) {
	.intro-images ul li {
		width: 49%; /* 267 / 1100 */
	}
	
	.intro-images ul li:last-of-type,
	.intro-images ul li:nth-of-type(3) {
		display: none;
	}
	
	.bio .bio-image {
		width: 100%;
	}

	.bio .bio-text {
		width: 100%; /* 600 / 100 */
		padding: 35px;
		margin: 20px 0;
		position: relative;
	}

	.bio .bio-text .title {
		position: static;
		top: -50px;
		left: 75px;
	}
	
	.bio .bio-text .title h1 {
		margin-top: 0;
		padding-bottom: 10px;
	}

	.work-with .text-container {
		width: 100%;
		margin: 0;
		z-index: 1;
	}
	
	.work-with .work-with-image {
		width: 100%;
	}

	.work-with .text-container .work-with-text {
		padding: 35px;
		margin-bottom: 25px;
	}

	.work-with .text-container .work-with-text .title {
		position: static;
	}
	
	.work-with .text-container .work-with-text .title h1 {
		margin-top: 0;
		line-height: 100%;
		padding-bottom: 15px;
	}
	
	.work-with .text-container .press {
		margin-bottom: 25px;
	}

}

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

#shop-page {
	margin-bottom: 80px;
}

#instashop {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	margin-bottom: 55px;
	text-align: center;
	padding: 40px 0 30px;
}

#instashop h2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 20px;
	background: #fff;
	font-style: italic;
	font-size: 25px;
}

#instashop div {
	margin-bottom: 30px;
}

#instashop a {
	display: inline-block;
	padding: 10px 35px;
	background: #F7E7E5;
	font-family: "Bodoni Moda", serif;
    font-size: 15px;
    font-style: italic;
}

#tabs {
	max-width: 900px;
	margin: 0 auto;
}

#tabs nav {
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}

#tabs nav li {
	display: inline-block;
	margin: 0 15px;
}

#tabs nav li a {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
}

#tabs nav li a:hover,
#tabs nav li.tab-current a {
	border-color: #EB9281;
	color: #EB9281;
}

#tabs .content {
	position: relative;
	overflow: hidden;
}

#tabs .content section {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#tabs .content section.content-current {
	opacity: 1;
	position: static;
	height: auto;
}

@media screen and (max-width: 767px) {
	#tabs nav li {
		display: block;
		margin: 10px 0;
	}
}

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/

.cof .em-pop-title {
	margin-bottom: 10px;
	font-family: "Bodoni Moda", serif;
    font-size: 35px;
    font-style: italic;
    letter-spacing: 0.025em;
    color: #F7E7E5;
    text-transform: uppercase;
}

.cof .em-pop-description {
	font-family: "europa",sans-serif;
    font-size: 11px;
    line-height: 2em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
	margin-bottom: 15px;
}

.cof .em-popup-form-code input[type="submit"] {
	padding: 0;
	width: auto;
	float: right;
	font-family: "europa",sans-serif;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}



/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

#search-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #F7E7E5;
	z-index: 9999;
	transform: translateY(-100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#search-modal .wrap {
	position: relative;
	padding: 40px 0;
}

.search-close {
	cursor: pointer;
}

#search-modal .search-close {
	position: absolute;
	top: 10px;
	right: 0;
	font-family: "europa",sans-serif;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
}

#search-modal-form {
	flex-grow: 1;
}

#search-modal-form h2 {
	font-size: 25px;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 25px;
}

#search-modal-form .search-form {
	order: 1;
	display: flex;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #000;
}

#search-modal-form .search-form .search-submit {
	order: 1;
	font-size: 12px;
	padding: 0 10px;
	background: none;
}

#search-modal-form .search-form .search-text {
	order: 2;
	padding: 0;
	background: none;
	text-transform: uppercase;
}

#search-modal .widget {
	width: 47.727272%; /* 525/1100 */
	margin-left: 50px;
	padding: 10px 25px;
	background: #fff;
}

#search-modal .widget-title {
	font-family: "Bodoni Moda", serif;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.025em;
    color: #EB9281;
    text-transform: lowercase;
	margin-bottom: 10px;
}

#search-modal .textwidget {
	font-family: "europa",sans-serif;
    font-size: 10px;
	line-height: 15px;
    text-transform: uppercase;
	letter-spacing: .15em;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}

#search-modal p {
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	#search-modal .widget {
		display: none;
	}
}

