/*
Theme Name: Caitlin Covington
Theme URI: http://www.southerncurlsandpearls.com/
Author: Design by Victoria McGinley, Code by Elembee
Author URI: http://elembee.com
Description: A custom theme for Caitlin Covington 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: caitlincovington
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.

Caitlin Covington 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/ohdarling.css');

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

@import url('css/cc-icons.css');

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3em;
    color: #231f20;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.555em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #231f20;
}

h2 {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.818em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

h3 {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

h4 {
    font-family: 'ohdarling', serif;
    font-size: 40px;
    line-height: 1.125em;
    color: #231f20;
}

h5 {
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.538em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

h6 {
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.307em;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #231f20;
}

.type-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #231f20;
}

.type-2 {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

.type-3 {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

.type-4 {
    font-family: 'ohdarling', serif;
    font-size: 50px;
    line-height: 1em;
    color: #231f20;
	text-transform: none;
	letter-spacing: normal;
}

.type-5 {
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 2.272em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

p {
	margin-bottom: 1.5em;
}

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

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

.fontawesome-text {
	margin-left: 5px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #231f20;
	-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: #F08FA2;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	border: none;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
    background: #F6F6F6;
	padding: 10px 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;
}

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

a.button-1 {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
    background: #f8f0ed;
    padding: 10px 20px;
}

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: "mr-eaves-sans",sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.21em;
    color: #231f20;
	box-sizing: border-box;
    border: none;
	width: 100%;
	padding: 15px 10px;
	background: #fff;
}

textarea:focus {
    outline: none;
}

select {
	border: none;
}

label {
	display: block;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

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

@media screen and (max-width: 767px) {
	#page.site {
		padding-top: 105px;
	}	
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/

.site-header {
    background: #F8F0ED;
    padding: 20px 0 50px;
}

.site-header .flex {
    justify-content: center;
    align-items: center;
}


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

#masthead {
	margin: 0 auto 40px;	
}

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

#site-branding-badge {
	width: 100%;
	max-width: 106px;
}

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

#site-branding-badge span {
	display: none;	
}

#site-branding-name {
	width: 100%;
	max-width: 415px;
    margin: 30px auto 0;
}

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

#site-branding-name span {
	display: none;	
}

@media screen and (max-width: 767px) {
	#masthead {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin-bottom: 0;
		z-index: 9999;
	}
	
	.site-header {
		padding: 20px 0;
	}
	
	#site-branding-name {
		display: none;
	}
	
	#site-branding-badge {
		width: 100%;
		max-width: 74px;
	}

	#site-branding-badge a {
		display: block;
		width: 100%;
		padding-top: 32.051282%; /* 25 / 78 */
		background: url(images/scroll-logo.svg) center no-repeat;
		background-size: contain;
	}
}


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

#main-left,
#main-right {
	flex-grow: 1;
}

#main-left {
	text-align: right;
}

#primary-left-menu li {
	display: inline-block;
	margin-right: 40px;	
}

#primary-right-menu li {
	display: inline-block;
	margin-left: 40px;	
}

	#primary-left-menu li a,
    #primary-right-menu li a {
        font-family: 'Sweet Sans', sans-serif;
        font-size: 9px;
        font-weight: 300;
        line-height: inherit;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #231f20;
	}

	#primary-left-menu li a:hover,
    #primary-right-menu li a:hover {
		color: #F08FA2;	
	}

#primary-left-menu > li > .sub-menu,
#primary-right-menu > li > .sub-menu {
    background: #F6DEDC;
    width: 150px;
    padding: 5px 15px;
    margin-top: 4px;
    left: 50%;
    transform: translateX(-50%);
}

#primary-left-menu > li > .sub-menu > li,
#primary-right-menu > li > .sub-menu > li {
    display: block;
    text-align: center;
    margin: 12px 0;
	line-height: .8em;
}

#utility-left {
	margin: 0 auto 0 0;
	min-width: 100px;
}

#utility-left li {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #C19897;
}

#utility-left li a {
	color: #C19897;
}

#utility-left li a:hover {
	color: #000;
}

#utility-right {
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
	min-width: 100px;
	text-align: right;
}

#utility-right li {
	margin-left: 10px;
	display: inline-block;
}

#utility-right li a {
	font-family: 'Sweet Sans', sans-serif;
	font-size: 9px;
	font-weight: 300;
	line-height: inherit;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #C19897;
}

#utility-right li a:hover {
	color: #000;	
}

#utility-right i {
	font-size: 13px;
}

#mobile-utility {
	display: none;
	margin: 0 0 0 auto;
}

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

#mobile-utility li a {
	color: #000;
}

@media screen and (max-width: 1024px) {
	#utility-left,
	#utility-right {
		min-width: 40px;
	}
	
	#utility-right .fontawesome-text {
		display: none;
	}
	
	#utility-right i {
		font-size: 15px;
	}
	
	#primary-left-menu li {
		display: inline-block;
		margin-right: 20px;	
	}
	
	#primary-right-menu li {
		margin-left: 20px;	
	}

}

@media screen and (max-width: 767px) {
	#utility-left,
	.main-navigation,
	#utility-right {
		display: none;
	}
	
	#mobile-utility {
		display: block;
	}
	
}

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

#scroll-branding {
	width: 100%;
	max-width: 144px;
    padding: 12px 33px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#scroll-branding a {
	display: block;
	width: 100%;
	min-height: 25px;
	box-sizing: border-box;
	padding-top: 32.051282%; /* 25 / 78 */
	background: url(images/scroll-logo.svg) center no-repeat;
	background-size: contain;
    
}

#scroll-branding span {
	display: none;	
}

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

#scroll-navigation .wrap {
 	max-width: 1100px;
    padding: 0 25px;
 	margin: 0 auto;
 	display: flex;
 	justify-content: center;
 	align-items: center;
}

#scroll-navigation #utility-left {
 	margin-right: 0;
	min-width: auto;
	padding-right: 20px;
}

#scroll-navigation #scroll-primary {
    padding: 0 20px;
	display: flex;
	justify-content: center;
	text-align: center;
}

#scroll-navigation #scroll-primary > ul > li {
	margin: 0 17px;
}

#scroll-nav-right-menu {
    margin: 0;
	padding: 11px 0 11px 20px;
	list-style: none;
	flex-grow: 1;
	border-left: 2px solid #fff;
}

#scroll-nav-right-menu li {
    margin: 0 10px;
	display: inline-block;
}

#scroll-nav-right-menu li a {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: inherit;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C19897;
}

#scroll-nav-right-menu li a i,
#scroll-nav-right-menu li:before {
    font-size: 13px;
	color: #C19897;
}

#scroll-nav-right-menu li:before {
	margin-right: 5px;
}

@media screen and (max-width: 1220px) {
	#scroll-nav-right-menu {
		display: none;
	}
	
	#scroll-navigation #scroll-primary > ul > li {
		margin: 0 10px;
	}

}

@media screen and (max-width: 835px) {
	#scroll-branding {
		display: none;
	}
	
	#scroll-navigation {
		padding: 12px 0;
	}
}

@media screen and (max-width: 767px) {
	#scroll-navigation {
		display: none !important;
	}
}


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

.site-footer {
	margin-top: 100px;
}


/*--------------------------------------------------------------
## Want More
--------------------------------------------------------------*/

.site-footer .want-more {
    background: #F4E4DE;
    padding-top: 25px;
    margin-bottom: -120px;
}

.site-footer .want-more .wrap {
    border: 1px solid #fff;
    padding: 40px 25px;
    position: relative;
}

.site-footer .footer-cta {
    position: relative;
}

.site-footer .footer-cta .widget {
    width: 32.380952%; /* 340 / 1050 */
    position: relative;
}

.site-footer .footer-cta .widget .simple-image {
    margin: 0;
}

.site-footer .footer-cta .widget .simple-image a,
.site-footer .footer-cta .widget .simple-image a img {
    display: block;
}

.site-footer .footer-cta .widget .simple-image a:before {
    content: '';
    display: block;
    background: #fff;
    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;
}

.site-footer .footer-cta .widget .simple-image a:hover:before {
    opacity: 0.25;
}

.site-footer .footer-cta .widget .more a {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
}

.site-footer .footer-cta .widget .more a {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C19897;
    background: #fff;
    width: 205px;
    padding: 14px 0 12px;
}

.site-footer .footer-cta-title {
    background: #F4E4DE;
    width: auto !important;
    padding: 0 30px;
    position: absolute !important;
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
	white-space: nowrap;
}

.site-footer .footer-cta-title h4 {
    font-size: 50px;
    text-transform: lowercase;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.site-footer .footer-cta.flex {
		flex-wrap: wrap;
	}
	
	.site-footer .footer-cta .widget {
		width: 100%;
		margin-bottom: 60px;
	}
	

}


/*--------------------------------------------------------------
## Footer Branding
--------------------------------------------------------------*/

#footer-branding {
	width: 100%;
	max-width: 95px;
    margin: 60px auto 0;
}

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

#footer-branding span {
	display: none;	
}


/*--------------------------------------------------------------
## Footer Insta
--------------------------------------------------------------*/

.site-footer .insta-widget-area {
    background: #F8F0ED;
    padding: 150px 0 25px;
}

.insta-widget-area .widget {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
	text-align: center;
}

.insta-widget-area .widget a {
	color: #231f20;
}

.insta-widget-area .widget a:hover {
	color: #E0BBBA;
}

.site-footer .insta-widget-area .null-instagram-feed {
    margin-bottom: 40px;
    position: relative;
}

.site-footer .null-instagram-feed .widget-title {
    background: #F8F0ED;
    width: auto;
    padding: 0 20px;
    position: absolute;
	white-space: nowrap;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.site-footer .null-instagram-feed .widget-title h2 {
    color: #231F20;
}

.site-footer .null-instagram-feed .widget-title:before {
    content: '\f16d';
    font-family: "Font Awesome 5 Brands";
    font-size: 15px;
    margin-right: 5px;
}

.site-footer .instagram-pics {
    display: flex;
}

.site-footer .instagram-pics li {
    margin-left: 3px;
}

.site-footer .instagram-pics li:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
	.site-footer .instagram-pics li {
		display: none;
	}
	
	.site-footer .instagram-pics li:first-of-type,
	.site-footer .instagram-pics li:nth-of-type(2) {
		display: block;
	}

}


/*--------------------------------------------------------------
## Footer Menus
--------------------------------------------------------------*/

.site-footer .footer-menus {
    margin: 10px auto 15px;
}

.site-footer .footer-menus li {
    display: inline-block;
}

.site-footer .footer-menus li a {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #E0BBBA;
}

.site-footer .footer-menus li a:hover {
    color: #231f20;
}
	
#footer-menu li {
    margin-right: 20px;
}

#credits-menu {
    margin: 0;
}

#credits-menu li:last-of-type {
    margin-left: 10px;
}

@media screen and (max-width: 1035px) {
	.site-footer .footer-menus.flex {
		display: block;
		text-align: center;
	}
}

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


/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

#social {
	position: relative;
}

#social-menu {
	position: absolute;
	top: 30px;
	left: 0;
}

#social-menu li {
	font-size: 12px;
	margin-bottom: 20px;
}

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

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


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Featured Post
--------------------------------------------------------------*/

.featured-post {
	max-width: 1000px;
	margin-bottom: 50px;
	position: relative;
}

.featured-post .entry-content {
	max-width: 750px;
	margin: 0 auto;
}

.entry-header.featured {
    width: 100%;
	max-width: 250px;
    background: rgba(248, 240, 237, 0.9);
    padding: 20px 20px 25px;
    position: absolute;
    top: 60px;
    right: 0;
	z-index: 2;
}

.entry-header.featured .post-meta {
    margin-bottom: 10px;
}

.entry-header.featured .post-meta a {
    color: #231F20;
}

.entry-header.featured .post-category {
    margin-right: 20px;
}

.entry-header.featured .comment-meta {
    display: inline-block;
}

.entry-header.featured .comment-meta i {
	color: #C19897;
	font-size: 13px;
	vertical-align: middle;
}

.entry-header.featured h1.entry-title {
    font-size: 25px;
    line-height: 1.4em;
}

#featured-images {
	margin: 0;
	padding: 0;
	list-style: none;
}

#featured-images li {
	margin-bottom: 25px;
	position: relative;
}

#featured-images > li > a,
#featured-images img {
	display: block;
}

#featured-images img {
	width: 100%;
	height: auto;
}

#featured-images .quick-shop {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	margin-left: -16.6666667%; /* 125/750 */
	max-width: 245px;
	padding: 25px;
	background: #fff;
	border: 2px solid #F8F0ED;
	z-index: 2;
}

#featured-images .quick-shop h3 {
	font-size: 30px;;
	margin-bottom: 10px;
}

#featured-images .quick-shop a {
	color: #f08fa2;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}

#featured-images .quick-shop a:hover {
	border-color: #E0BBBA;
}

.featured-post .entry-footer {
	align-items: center;
	justify-content: flex-start;
	max-width: 750px;
	margin: 25px auto 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}

#additional-thumbnails ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	width: 285px;
}

#additional-thumbnails li {
	margin-right: 15px;
}

#additional-thumbnails li:last-of-type {
	margin-right: 0;
}

#additional-thumbnails a,
#additional-thumbnails img {
	display: block;
}

.view-post {
	margin-left: -40px;
	flex-shrink: 0;
}

.view-post.no-thumbs {
	margin-left: 0;
}

.view-post a {
	display: block;
	padding: 10px 40px;
	background: #F8F0ED;
}

.view-post a:hover {
	background: #F6DEDC;
	color: #000;
}

.featured-post .entry-footer li.pin-it {
	margin-left: 20px;
}

.featured-post .entry-footer li i {
	font-size: 12px;
	vertical-align: middle;
}

.featured-post .entry-footer li.stp-flyout i {
	font-size: 15px;
}

.featured-post .entry-footer li.action:after {
	content: '\2022';
	margin: 0 15px;
}

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

.featured-post .entry-footer .stp {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	background: #fff;
	padding: 10px;
	max-width: 340px;
	opacity: 0;
	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;
}

.featured-post .entry-footer .stp-flyout:hover .stp {
	opacity: 1;
	transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
	#featured-images .quick-shop {
		position: static;
		margin-left: 0; /* 125/750 */
		max-width: none;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
	.entry-header.featured {
		position: static;
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.featured-post .entry-footer {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#additional-thumbnails ul {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.view-post {
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	
	.featured-post .entry-footer li.action,
	.featured-post .entry-footer li.action:after {
		display: none;
	}
	
	.featured-post .entry-footer li.action.stp-flyout {
		display: block;
		text-align: center;
	}
	
	.featured-post .entry-footer .stp {
		position: static;
		width: 100%;
		padding: 10px;
		max-width: none;
		opacity: 1;
	}

}

/*--------------------------------------------------------------
## Home Page Post Feed
--------------------------------------------------------------*/

.post-feed-title {
    font-family: 'ohdarling', serif;
    font-size: 50px;
	text-transform: none;
	letter-spacing: normal;
    line-height: 1em;
    color: #484445;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.post-feed-title:after {
	content: '';
	display: block;
	height: 3px;
	flex-grow: 1;
	margin-left: 20px;
	background: #F8F0ED;
}

.post-feed {
    width: 57.272727%; /* 630 / 1100 */
}

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

.post-feed .featured-image {
    width: 44.444444%; /* 280 / 630 */
}

.post-feed .entry {
    width: 52.380952%; /* 330 / 630 */
}

.post-feed .post-category a {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #E0BBBA;
}

.post-feed .post-category a:hover {
    color: #F08FA2;
}

.post-feed .entry-title {
    font-size: 24px;
    line-height: 1.25em;
    color: #000;
	margin: 5px 0 10px;
}

.post-feed .with-shop-it {
    margin-top: 10px;
}

.post-feed .with-shop-it a.button {
    color: #C19897;
}

.post-feed .with-shop-it a.button:hover {
    color: #F08FA2;
}

.post-footer {
    border: 2px solid #F8F0ED;
    padding-right: 30px;
    margin-top: 15px;
    align-items: center;
}

.post-footer .shop-it-heading {
    border-right: 2px solid #F8F0ED;
    padding: 13px 15px 11px;
}

.post-footer .type-3 {
    line-height: 1.25em;
}

.post-footer a {
    color: #231F20;
}

.post-footer a:hover {
    color: #F08FA2;
}

.post-footer a i {
    font-size: 12px;
    color: #C8C8C8;
    margin-right: 5px;
	vertical-align: middle;
    -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-footer a:hover i {
    color: #F08FA2;
}

.post-feed .shop-it {
    border: 2px solid #F8F0ED;
    border-top: none;
    padding: 20px 35px;
}

.post-footer .no-shop-it {
    border-right: 2px solid #F8F0ED;
    padding: 9px 15px 11px;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.nav-links a {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    background: #C19897;
    padding: 13px 51px;
}

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

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

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

@media screen and (max-width: 1024px) {
	.post-feed {
		width: 100%; /* 630 / 1100 */
	}
	
	.post-footer {
		justify-content: flex-start;
	}
	
	.post-footer .pin-it-link {
		margin: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.post-feed .post > .flex {
		display: block;
	}
	
	.post-feed .featured-image {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.post-feed .featured-image img {
		display: block;
		margin: 0 auto;
	}

	.post-feed .entry {
		width: 100%; /* 330 / 630 */
	}
}

@media screen and (max-width: 380px) {
	.post-footer.flex {
		display: block;
		padding-right: 0;
	}
	
	.post-footer.with-shop-it > div {
		display: none;
	}
	
	.post-footer.with-shop-it > div.shop-it-heading {
		display: block;
		border-right: none;
	}
	
	.post-footer.no-shop-it {
		border: none;
		padding: 0;
	}
	
	.post-footer.no-shop-it > div {
		display: none;
	}
	
	.post-footer.no-shop-it > div.read-more {
		display: block;
		padding: 0;
	}
	
	.post-footer.no-shop-it > div.read-more a {
		color: #C19897;
	}
	
}


/*--------------------------------------------------------------
## Follow Along Interstitial
--------------------------------------------------------------*/

.xial {
    background: #F8F0ED;
    padding: 55px 0 40px;
    margin-bottom: 75px;
}

.xial .wrap {
    position: relative;
}

.xial .widget {
    width: 18.727273%; /* 206 / 1100 */
    position: relative;
	padding-bottom: 20px;
}

.xial .widget-1,
.xial .widget-4 {
    width: 30.545454%; /* 336 / 1100 */
}

.xial .widget .widget-title {
    font-size: 9px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.xial .widget_text {
    width: auto;
    position: absolute;
    top: -58px;
    left: 40px;
}

.xial .widget_text:before {
    content: '';
    display: block;
    background: #F6DEDC;
    height: 10px;
    width: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
}

.xial .widget_text h4 {
    font-size: 50px;
    text-transform: lowercase;
}

.xial .widget_nav_menu {
    width: auto;
    position: absolute;
    top: -37px;
    right: 10px;
}

.xial .widget_nav_menu li {
    display: inline-block;
    margin: 0 10px;
}

.xial .widget_nav_menu li a i {
    font-size: 13px;
}

.xial .widget_nav_menu li a span {
    display: none;
}

@media screen and (max-width: 1024px) {
	.xial .flex {
		flex-wrap: wrap;
	}
	
	.xial .widget {
		width: 37.5%; /* 206 / 1100 */
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.xial .widget.widget_nav_menu {
		width: auto;
	}

	.xial .widget-1,
	.xial .widget-4 {
		width: 61.3%; /* 336 / 1100 */
	}
}

@media screen and (max-width: 767px) {
	.xial {
		display: none;
	}

}


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

.sidebar {
    width: 27.272727%; /* 300 / 1100 */
}

.sidebar .widget {
    background: #F8F0ED;
    margin-bottom: 55px;
}

.sidebar .welcome-section {
    text-align: center;
    background: #F8F0ED;
    padding: 25px;
    margin-bottom: 55px;
}

.sidebar .welcome-section .widget {
    margin-bottom: 0;
}

.sidebar .welcome-section h2.widget-title {
    font-family: 'ohdarling', serif;
    font-size: 50px;
    line-height: 1em;
    letter-spacing: normal;
    color: #231f20;
    text-transform: lowercase;
	margin-top: -7px;
}

.sidebar .welcome-section .textwidget {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 2.75em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

.sidebar .welcome-section .widget_nav_menu {
    margin-top: 20px;
}

.sidebar .welcome-section .widget_nav_menu li {
    display: inline-block;
    margin: 0 10px;
}

.sidebar .welcome-section .widget_nav_menu li a i {
    font-size: 13px;
}

.sidebar .welcome-section .widget_nav_menu li a .fontawesome-text {
    display: none;
}

.sidebar .connect-widget {
    background: #fff;
    border: 3px solid #F8F0ED;
    border-bottom: none;
    text-align: center;
}

.sidebar .connect-widget h2.widget-title {
    font-family: 'ohdarling', serif;
    font-size: 50px;
    line-height: 1em;
    letter-spacing: normal;
    color: #231f20;
    text-transform: lowercase;
}

.sidebar .connect-widget li {
    margin-top: 10px;
}

.sidebar .connect-widget li:first-of-type {
    margin-top: 0;
}

.sidebar .connect-widget a {
    display: block;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
    background: #F8F0ED;
    padding: 19px 0 16px;
}

.sidebar .connect-widget a:hover {
	background: #F6DEDC;
}

.sidebar .trending-widget {
    text-align: center;
    position: relative;
}

.sidebar .trending-widget h2.widget-title {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
    background: #F6DEDC;
    padding: 5px 10px 3px;
    position: absolute;
    top: 15px;
    left: -25px;
}

.sidebar .trending-widget .simple-image {
    margin-bottom: 0;
}

.sidebar .trending-widget .more a {
    display: block;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
    padding: 15px 0 20px;
}

.sidebar .trending-widget .more a:before,
.sidebar .trending-widget .more a:after {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    display: inline-block;
    font-size: 8px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.sidebar .trending-widget .more a:before {
    margin-right: 10px;
    opacity: 1;
}

.sidebar .trending-widget:hover .more a:before {
    opacity: 0;
}

.sidebar .trending-widget .more a:after {
    margin-left: 10px;
    opacity: 0;
}

.sidebar .trending-widget:hover .more a:after {
    opacity: 1;
}

.sidebar .shop-widget {
	padding: 25px;
	text-align: center;
}

.sidebar .shop-widget .widget-title {
	padding: 20px 10px 10px 10px;
	background: #fff;
}

.sidebar .shop-widget .textwidget {
	background: #fff;
}

.sidebar .shop-widget p:last-of-type {
	border-top: 15px solid #F8F0ED;
}

.sidebar .shop-widget p:last-of-type a {
    display: block;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
    padding: 15px;
}

.sidebar .shop-widget p:last-of-type a:before,
.sidebar .shop-widget p:last-of-type a:after {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    display: inline-block;
    font-size: 8px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.sidebar .shop-widget p:last-of-type a:before {
    margin-right: 10px;
    opacity: 1;
}

.sidebar .shop-widget p:last-of-type a:hover:before {
    opacity: 0;
}

.sidebar .shop-widget p:last-of-type a:after {
    margin-left: 10px;
    opacity: 0;
}

.sidebar .shop-widget p:last-of-type a:hover:after {
    opacity: 1;
}

.sidebar .shop-widget .stp-product:before {
	content: 'Shop it';
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	background: rgba(255, 255, 255, .85);
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.sidebar .shop-widget .stp-product:hover:before {
	opacity: 1;
}

.sidebar .travel-widget {
	padding: 25px;
	text-align: center;
	position: relative;
}

.sidebar .travel-widget p {
	margin: 0;
}

.sidebar .travel-widget img {
	display: block;
	margin-bottom: 15px;
}

.sidebar .travel-widget p:last-of-type {
	position: absolute;
	bottom: 25px;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -100%);
	max-width: 190px;
	background: #fff;
}

.sidebar .travel-widget p:last-of-type a {
    display: block;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
    padding: 15px;
}

.sidebar .travel-widget p:last-of-type a:before,
.sidebar .travel-widget p:last-of-type a:after {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    display: inline-block;
    font-size: 8px;
	-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;
}

.sidebar .travel-widget p:last-of-type a:before {
    margin-right: 10px;
    opacity: 1;
}

.sidebar .travel-widget:hover p:last-of-type a:before {
    opacity: 0;
}

.sidebar .travel-widget p:last-of-type a:after {
    margin-left: 10px;
    opacity: 0;
}

.sidebar .travel-widget:hover p:last-of-type a:after {
    opacity: 1;
}



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

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

#single article {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

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

#single .entry-content img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

#single .entry-content p.image {
	margin-bottom: 0;
}

#single .entry-content > div {
	margin-bottom: 1.5em;
}

#single .entry-content > div.image {
	margin-bottom: 0;
}

#single .entry-content a {
	color: #f08fa2;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}

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

#single .entry-content > div.image a,
#single .entry-content p.image a {
	border: none;
}


/*--------------------------------------------------------------
## Shop the Post Section
--------------------------------------------------------------*/

#single .entry-footer {
	max-width: 750px;
	margin: 0 auto;
}

#single .entry-footer .container {
    border: 3px solid #F4E4DE;
    padding: 65px 30px 30px;
    margin-top: 80px;
    position: relative;
}

#single .entry-footer .container .stp-title {
    position: absolute;
	white-space: nowrap;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 50px;
}

#single .entry-footer .container .stp-title h4 {
    font-size: 50px;
    text-transform: lowercase;
}

#single .entry-footer .details {
    width: 50%;
    border-right: 2px solid #F6DEDC;
    padding-right: 30px;
}

#single .entry-footer .details {
    font-family: "mr-eaves-sans",sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 2.272em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

#single .entry-footer .details a {
    color: #f08fa2;
	border-bottom: 1px solid transparent;
}

#single .entry-footer .details a:hover {
	border-color: #E0BBBA;
}

#single .entry-footer .stp {
    width: 50%;
    padding-left: 30px;
}

#single .entry-footer .no-stp .details {
    width: 100%;
    padding-right: 0;
    border-right: 0;
}

#single .entry-footer .no-stp .stp {
    display: none;
}

#single .entry-footer .no-details .stp {
    width: 100%;
    padding-left: 0;
}

#single .entry-footer .no-details .details {
    display: none;
}

#single .entry-footer #share {
    margin: 0;
}

#single .entry-footer .share {
    background: #F4E4DE;
    text-align: center;
    padding: 6px 0 8px;
}

#single .entry-footer .share li {
    display: inline-block;
    margin: 0 15px;
}

#single .entry-footer .share li:after {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 3px;
    color: #C19897;
    margin-left: 30px;
}

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

#single .entry-footer .share li a {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

#single .entry-footer .share li a:hover {
    color: #C19897;
}

#single .entry-footer .share li a i {
    font-size: 12px;
    margin-right: 5px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	#single .entry-footer .flex {
		display: block;
	}
	
	#single .entry-footer .details {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #F6DEDC;
		padding-right: 0;
		padding-bottom: 30px;
		text-align: center;
	}
	
	#single .entry-footer .stp {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	
	#single .entry-footer .share li:after {
		display: none;
	}

}

@media screen and (max-width: 500px) {
	#single .entry-footer .share li {
		margin: 0 5px;
	}
	
	#single .entry-footer .share span {
		display: none;
	}
}

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

#comments {
    margin-bottom: 75px;
}

#respond {
    background: #F6F6F6;
    padding: 15px 0;
    margin: 90px 0 40px;
}

#reply-title {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    margin-bottom: 10px;
}

#cancel-comment-reply-link {
	font-size: 35%;
	display: block;
}

#commentform {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
    max-width: 680px;
    margin: 0 auto;
}

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

#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
	width: 32.033426%; /* 230/718 */	
}

#commentform p.comment-form-cookies-consent {
    margin: 0;
}

.form-submit {
	text-align: right;
	margin-top: 10px;	
}

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

#comments-section h3.comments-title {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    margin-bottom: 35px;
}
	
	.comment-list,
	.comment-list ol,
	.comment-list ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.comment-list > li {
		margin-bottom: 13px;	
	}

        .comment-list > li > .comment-container {
            background: #F8F0ED;
            padding: 15px 20px;
        }

		.comment-list > li:last-of-type {
			margin-bottom: 0;	
		}
		
	.comment-list .children .comment-container {
        background: #F6F6F6;
		padding: 10px 15px;
		margin-top: 13px;
		margin-left: 60px;
		position: relative;	
	}

.comment-author {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C19897;
	margin-bottom: 15px;
}

	.comment-author .author-name {

	}
	
	.comment-author .author-name a {
        color: #C19897;
	}

	.comment-author .author-name a:hover {

	}

#comments-section .comment-meta {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C19897;
    text-align: right;
    margin-top: 10px;
}

	#comments-section .comment-meta a {
        font-family: 'Sweet Sans', sans-serif;
        font-size: 9px;
        font-weight: 300;
        line-height: 1.666em;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #C19897;
	}

	#comments-section .comment-meta a:hover {
        color: #000;
	}

#comments-section .comment-meta .comment-date {
    border-right: 1px solid #C19897;
    padding-right: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
	#commentform p.comment-form-author,
	#commentform p.comment-form-email,
	#commentform p.comment-form-url {
		width: 100%; /* 230/718 */	
	}

}

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

#related-posts {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #F8F0ED;
	z-index: 9000;
	padding: 20px 0 25px;
	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;
}

#related-posts.active {
	transform: translateY(0);
}

#related-posts.dismissed {
	transform: translateY(100%);
	visibility: hidden;
}

#close-related {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #C19897;
}

#close-related a {
	color: #C19897;
}

#close-related a:hover {
	color: #000;
}


#related-posts .wrap {
	max-width: 950px;
}

#related-posts h3.type-4 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 10px;
}

.related-post {
	width: 30.526316%;  /* 290/950 */
}

.related-post .flex {
	align-items: center;
}

.related-post .post-thumb {
	width: 44.827586%; /* 130/290 */ 
}

.related-post .post-info {
	width: 46.5551724%; /* 135/290 */ 
}

.related-post .post-info h3 {
	text-transform: none;
	font-family: "mr-eaves-sans",sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: normal;
	margin-bottom: 10px;
}

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

	.related-post:last-of-type {
		display: none;
	}

}

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

	.related-post:nth-of-type(2) {
		display: none;
	}

}


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

#archive {
    margin-bottom: 60px;
}

#archive .wrap {
    max-width: 1000px;
}

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

#archive .post {
    width: 32.5%; /* 325 / 1000 */
    margin-bottom: 80px;
}

#archive .featured-image a,
#archive .featured-image a img {
    display: block;
}

#archive .archive-header {
    text-align: center;
    margin-bottom: 40px;
}

#archive .archive-header h1 {
    font-size: 50px;
    text-transform: lowercase;
}

#archive .nav-filter {
	margin: 30px auto 0;
	padding: 0;
	list-style: none;
}

#archive .nav-filter li {
	display: inline-block;
	margin: 0 15px;
}

#archive .nav-filter li.before {
	color: #C19897;
}

#archive .nav-filter li a {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	color: #231F20;
}

#archive .nav-filter li a:hover,
#archive .nav-filter li.current a {
	border-color: #F6DEDC;
}

#archive .title-shop-it {
    min-height: 140px;
    padding: 25px 20px 0;
    border-left: 3px solid #F8F0ED;
    border-right: 3px solid #F8F0ED;
    text-align: center;
	letter-spacing: .075em;
}

#archive .post-footer {
    border: 3px solid #F8F0ED;
    margin: 0;
	position: relative;
}

#archive .stp-flyout {
	border-right: 2px solid #F8F0ED;
    padding: 9px 15px 11px;
	cursor: pointer;
}

#archive .stp {
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	padding: 10px;
	background: #fff;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	-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;
}

#archive .stp-flyout:hover .stp {
	opacity: 1;
	visibility: visible;
}

#archive .nav-links {
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
	#archive .post {
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	#archive .post {
		width: 100%;
	}
	
	#archive .stp-flyout {
		border: none;
		text-align: center;
		width: 100%;
	}
	
	#archive .stp {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	#archive .pin-it-link,
	#archive .comment-meta {
		display: none;
	}
	
	#archive .post-footer .no-shop-it {
		border: none;
		width: 100%;
		text-align: center;
	}
	
	#archive .nav-filter li {
		display: block;
		margin: 10px 0;
	}
}

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

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

.not-found .page-title {
	margin-bottom: 20px;
}

.not-found .search-form {
	margin-top: 50px;
	display: flex;
	border-bottom: 1px solid #000;
}

.not-found .search-form button.search-submit {
	order: 1;
	padding: 0 10px 10px 0;
	background: none;
	font-size: 13px;
}

.not-found .search-form input.search-text {
	padding: 0 0 10px 0;
	order: 2;
}


/*--------------------------------------------------------------
# Travel Guides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

#travel-archive .wrap {
    max-width: 1000px;
}

#travel-archive .archive-header {
    text-align: center;
    margin-bottom: 40px;
}

#travel-archive .archive-header h1 {
    font-size: 50px;
    text-transform: lowercase;
}

.travel-quote {
	position: relative;
	margin-bottom: 60px;
}

.travel-quote a,
.travel-quote img {
	display: block;
}

.travel-quote p {
	margin: 0;
}

.travel-quote p:not(.simple-image) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 480px;
	background: rgba(255, 255, 255, .9);
	padding: 20px;
	text-align: center;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.363em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #231f20;
}

.travel-quote p:not(.simple-image) em {
	font-style: normal;
	font-size: 8px;
	display: block;
	margin-top: 10px;
}

#travel-menu {
	margin: 0 0 45px;
	padding: 0;
	list-style: none;
	text-align: center;
}

#travel-menu li {
	display: inline-block;
	margin: 0 15px;
	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;
}

#travel-menu li a {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	color: #231F20;
}

#travel-menu li.before {
	color: #C19897;
}

#travel-menu li a:hover,
#travel-menu li.mixitup-control-active a {
	border-color: #F6DEDC;
}

#travel-archive .flex {
    flex-wrap: wrap;
}

#travel-archive .travel-thumb {
    width: 32.5%; /* 325 / 1000 */
    margin-bottom: 80px;
}

#travel-archive .gap {
    width: 32.5%; /* 325 / 1000 */
}

#travel-archive .featured-image a,
#travel-archive .featured-image a img {
    display: block;
}

#travel-archive .featured-image a {
	position: relative;
}

#travel-archive .featured-image a:before {
	content: 'View the Guide';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
	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;
}

#travel-archive .travel-thumb:hover .featured-image a:before {
	opacity: 1;
}

#travel-archive .entry-title {
    padding: 25px 20px;
    border-left: 3px solid #F8F0ED;
    border-right: 3px solid #F8F0ED;
    text-align: center;
	font-size: 18px;
}

#travel-archive .explore-more {
	display: block;
	text-align: center;
	padding: 10px;
	border: 3px solid #F8F0ED;
}

@media screen and (max-width: 1024px) {
	#travel-archive .travel-thumb {
		width: 49%;
	}
	
	#travel-archive .gap {
		width: 49%; /* 325 / 1000 */
	}
}

@media screen and (max-width: 767px) {
	#travel-archive .travel-thumb {
		width: 100%;
	}
	
	#travel-archive .gap {
		width: 100%; /* 325 / 1000 */
	}
	
	#travel-menu li {
		display: block;
		margin: 10px 0;
	}
}


/*--------------------------------------------------------------
## SPP
--------------------------------------------------------------*/

#travel-single .inner-wrap {
	max-width: 1000px;
	margin: 0 auto;
}

#travel-single h1 {
	text-align: center;
	margin-bottom: 10px;
	text-transform: lowercase;
}

#travel-single .banner-mobile {
	display: none;
}

#travel-single .entry-content {
	padding: 25px;
	background: #fff;
	width: 90%;
	max-width: 815px;
	margin: -60px auto 65px;
	position: relative;
	z-index: 2;
	text-align: center;
}

#travel-single .entry-content p {
	max-width: 675px;
	margin: 0 auto;
	line-height: 150%;
}

#travel-single .intro {
	align-items: center;
	margin-bottom: 65px;
}

#travel-single .intro .featured-image {
	width: 45%;
}

#travel-single .intro.no-banner .entry-content {
	width: 60%;
	max-width: none;
	margin: 0 0 0 -5%;
}

#travel-single .links {
	padding: 40px 30px;
	background: #F8F0ED;
	text-align: center;
	margin-bottom: 50px;
}

#travel-single .links ul {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 25px;
}

#travel-single .wear {
	text-align: center;
}

#travel-single .wear h2 {
	margin-bottom: 25px;
}

#travel-single #posts-from {
	padding: 50px 50px 0 50px;
	margin-top: 110px;
	border: 3px solid #F8F0ED;
	position: relative;
}

#travel-single #posts-from .section-title {
	text-transform: lowercase;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 30px;
	background: #fff;
}

#travel-single #posts-from ul {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

#posts-from li {
    width: 32.5%; /* 325 / 1000 */
    margin-bottom: 80px;
}

#posts-from .featured-image a,
#posts-from .featured-image a img {
    display: block;
}

#posts-from .featured-image a {
	position: relative;
}

#posts-from .featured-image a:before {
	content: 'View the Post';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
	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;
}

#posts-from li:hover .featured-image a:before {
	opacity: 1;
}

#posts-from .entry-title {
    padding: 25px 20px;
    border-left: 3px solid #F8F0ED;
    border-right: 3px solid #F8F0ED;
    text-align: center;
	font-size: 18px;
	letter-spacing: .075em;
}

#posts-from .explore-more {
	display: block;
	text-align: center;
	padding: 10px;
	border: 3px solid #F8F0ED;
}


@media screen and (max-width: 767px) {
	#travel-single .banner {
		display: none;
	}
	
	#travel-single .banner-mobile {
		display: block;
	}
	
	#travel-single .intro {
		display: block;
	}

	#travel-single .intro .featured-image {
		width: 100%;
	}

	#travel-single .intro.no-banner .entry-content {
		width: 90%;
		max-width: 815px;
		margin: -60px auto 65px;
	}

}

@media screen and (max-width: 1024px) {
	#posts-from li {
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	#posts-from li {
		width: 100%;
	}
}

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

#about .wrap {
    max-width: 1000px;
}

#about .intro {
    margin-bottom: 75px;
}

#about .featured-image {
    width: 50%; /* 500 / 1000 */
}

#about .entry {
    width: 46.5%; /*465 / 1000 */
    padding-top: 75px;
}

#about .entry-header {
    background: #F8F0ED;
    padding: 5px 0 5px 90px;
    margin: 0 0 30px -90px;
}

#about .entry-header h1 {
    font-family: 'ohdarling', serif;
    font-size: 50px;
    letter-spacing: normal;
    text-transform: lowercase;
    line-height: 1em;
    color: #000;
}

#about-contact-links {
    margin-top: 25px;
}

#about-contact-links li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #F6DEDC;
}

#about-contact-links li:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

#about-contact-links li a {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.666em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C19897;
}

#about-contact-links li a:hover {
    color: #F08FA2;
}

#about-contact-links li a i {
    font-size: 12px;
}

#about .cta-container {
    width: 32.5%; /* 325 / 1000 */
    border: 3px solid #F6DEDC;
}

#about .cta-container a {
    color: #231F20;
    text-decoration: underline;
}

#about .cta-container a:hover {
    color: #F08FA2;
}

#about .cta-image {
    width: calc(100%+6px);
    margin: -3px -3px 0 -3px;
    position: relative;
    z-index: 1;
}

#about .cta-image img {
    display: block;
}

#about .cta-text {
    padding: 25px;
}

#about .cta-text h2 {
    margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 200;
}

#about .cta-text h3 {
    line-height: 2.2em;
}

@media screen and (max-width: 767px) {
	#about .intro.flex {
		display: block;
	}
	
	#about .featured-image {
		width: 100%; /* 500 / 1000 */
	}

	#about .entry {
		width: 100%; /*465 / 1000 */
		padding-top: 25px;
	}

	#about .entry-header {
		background: #F8F0ED;
		padding: 5px 0 5px 20px;
		margin: 0 0 30px 0;
	}
	
	#about .cta.flex {
		display: block;
	}
	
	#about .cta-container {
		width: 100%; /* 325 / 1000 */
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
## FAQ Section
--------------------------------------------------------------*/

#about h4.faq-title {
    text-align: center;
    font-size: 50px;
    text-transform: lowercase;
    margin: 55px 0;
}

.faq-section {
	margin-bottom: 60px;
}

.faq-section-title {
    font-size: 25px;
	font-style: normal;
    font-weight: 200;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	margin-bottom: 10px;
}

	.faq-section-title:after {
		content: '';
		display: block;
		height: 3px;
		background: #F6DEDC;
		flex-grow: 1;
	}

	.faq-section-title:after {
		margin-left: 20px;
	}

.faq-section .section-content {
    background: #F8F0ED;
	position: relative;
	margin-bottom: 15px;
}

.accordion-title {
	color: #231F20;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
    line-height: normal;
	cursor: pointer;
    padding: 28px 25px;
}

.accordion-title:after {
	content: '+';
    font-family: 'Sweet Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 25px;
	color: #231F20;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.accordion-title.accordion-button-selected:after {
	content: '-';
}

.accordion-content {
    background: #fff;
    border: 3px solid #F8F0ED;
    border-top: none;
    border-bottom: 2px solid #F8F0ED;
    padding: 25px 50px;
	display: none;
}

.accordion-content a {
	font-weight: bold;
}

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

#info-page {
    margin-top: 20px;
}

#info-page .wrap {
    max-width: 1000px;
    margin-bottom: 85px;
}

#info-page .entry-header {
    text-align: center;
    margin-bottom: 25px;
}

#info-page .entry-header h1 {
    font-family: 'ohdarling', serif;
    font-size: 40px;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1em;
    color: #000;
    text-align: center;
}


/*--------------------------------------------------------------
## 2 Column Info Pages
--------------------------------------------------------------*/

#info-page .flex .featured-image {
    width: 50%; /* 500 / 1000 */
}

#info-page .flex .entry-content {
    width: 46.5%; /*465 / 1000 */
    padding-top: 45px;
}

#info-page .flex .entry-header {
    background: #F8F0ED;
    padding: 20px 0 5px 90px;
    margin: 0 0 30px -90px;
}

#info-page .flex .entry-header h1 {
    text-align: left;
    font-family: 'ohdarling', serif;
    font-size: 35px;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1em;
    color: #000;
}

@media screen and (max-width: 767px) {
	#info-page .flex {
		display: block;
	}
	
	#info-page .flex .featured-image {
		width: 100%;
	}

	#info-page .flex .entry-content {
		width: 100%;
	}
	
	#info-page .flex .entry-header {
		background: #F8F0ED;
		padding: 20px 0 5px 20px;
		margin: 0 0 30px 0;
	}
}

/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Drawer Menu
--------------------------------------------------------------*/

#drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #231F20;
	opacity: .5;
	z-index: 10000;
	display: none;
}

#drawer-close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-100%);
	padding-bottom: 5px;
	font-size: 8px;
}

#drawer-close a {
	color: #fff;
}

#drawer-menu {
	width: 90%;
	max-width: 530px;
	padding: 50px 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10001;
	background: #F8F0ED;
	text-align: center;
	display:none;
}

#drawer-branding {
	width: 100%;
	max-width: 90px;
    margin: 0 auto 40px;
}

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

#drawer-branding span {
	display: none;	
}

#drawer-main,
#drawer-mobile {
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	list-style: none;
	position: relative;
}

#drawer-mobile {
	margin-bottom: 0;
	padding-bottom: 0;
	display: none;
}

#drawer-main li,
#drawer-mobile li {
	margin-bottom: 25px;
	font-size: 15px;
}

#drawer-main:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 75px;
	background: #231F20;
}

#drawer-highlights {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

#drawer-highlights li {
	display: inline-block;
}

#drawer-highlights li:after {
	content: '\2022';
	margin: 0 2px 0 10px;
}

#drawer-highlights li:last-of-type:after {
	display: none;
}

#drawer-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

#drawer-social li {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
}

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

@media screen and (max-width: 767px) {
	#drawer-menu {
		width: 100%;
		max-width: 400px;
		position: fixed;
		top: 0;
		left: auto;
		right: 0;
		bottom: 0;
		transform: translate(100%, 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;
	}
	
	#drawer-overlay {
		display: none !important;
	}
	
	#drawer-menu.active {
		transform: translate(0, 0);	
	}
	
	#drawer-close {
		position: absolute;
		top: 20px;
		right: auto;
		left: 20px;
		transform: translateY(0);
		padding-bottom: 0;
		font-size: 15px;
	}
	
	#drawer-close a {
		color: #000;
	}
	
	#drawer-close span {
		display: none;
	}
	
	#drawer-mobile {
		display: block;
	}
	
	#drawer-main li,
	#drawer-mobile li {
		margin-bottom: 15px;
		font-size: 13px;
	}
	
	#drawer-branding {
		display: none;
	}
	
	#drawer-highlights {
		display: none;
	}
}

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

#search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #231F20;
	opacity: .9;
	z-index: 10000;
}

#search-popup {
	width: 90%;
	max-width: 760px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10001;
}

#search-popup .widget-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 45px;
	color: #fff;
}

#search-popup .search-form {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

#search-popup .search-form button.search-submit {
	order: 1;
	padding: 0;
	font-size: 20px;
	margin-right: 20px;
	background: none;
	color: #fff;
}

#search-popup .search-form input.search-text {
	order: 2;
	padding: 0;
	color: #fff;
	background: none;
	font-size: 30px;
}

#search-close {
	cursor: pointer;
	float: right;
	padding-top: 10px;
	font-size: 8px;
	color: #fff;
}

