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

Sydne Style 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/filtrify.css');

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: "minion-pro", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.388em;
    color: #000;
}

h1, .h1 {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 36px;
    line-height: 1em;
    color: #000;
}

h2, .h2 {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.222em;
    text-transform: uppercase;
    color: #000;
}

h3, .h3 {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.133em;
    text-transform: uppercase;
    color: #000;
}

h4, .h4 {
    font-family: 'Charleston',sans-serif;
    font-size: 48px;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-transform: lowercase;
    color: #000;
}

h5, .h5 {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.091em;
    text-transform: uppercase;
    color: #000;
}

h6, .h6 {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.091em;
    text-transform: uppercase;
    color: #000;
}

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

.entry-content h3 {
	margin-bottom: 15px;
	letter-spacing: .075em;
	line-height: 1.5em;
}

.type-1,
.entry-title {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 36px;
	letter-spacing: normal;
    line-height: 1em;
    color: #000;
	text-transform: none;
}

.type-2 {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.222em;
    text-transform: uppercase;
    color: #000;
}

.type-3 {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 1.091em;
    text-transform: uppercase;
    color: #000;
}

.type-4 {
    font-family: 'Charleston',sans-serif;
    font-size: 48px;
    letter-spacing: normal;
    text-transform: lowercase;
    color: #000;
}

.type-5 {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.025em;
    line-height: 1.2em;
    color: #000;
}

.type-6 {
    font-family: "minion-pro", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.5em;
    text-transform: lowercase;
    color: #000;
}

.type-7 {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 0.866em;
    text-transform: uppercase;
    color: #000;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin-bottom: 1.5em;
	border: 1px solid #EFE2DC;
	padding: 25px;
	text-align: center;
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 28px;
    text-transform: uppercase;
}

blockquote em {
    font-family: "minion-pro", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 15px;
	font-style: italic;
    letter-spacing: 0.025em;
    text-transform: none;
}

.gallery {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
}

.gallery .gallery-item {
	width: 49.5%;
}

.entry-content ul {
	margin-left: 0;
	list-style: none;
}

.entry-content ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.entry-content ul li:last-of-type {
	margin-bottom: 0;
}

.entry-content ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 6px;
	left: 0;
	background: #F2D9C0;
	border-radius: 50%;
}

.animate {
	-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: 767px) {
	.gallery {
		display: block;
	}

	.gallery .gallery-item {
		width: 100%;
		margin-bottom: 1.5em;
	}
}


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

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

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

.entry-content .gallery a,
.entry-content .image a {
	border-bottom: none;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	cursor: pointer;
	border: none;
	background: #CD9696;
	color: #fff;
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: .025em;
    text-transform: uppercase;
	line-height: 1;
	padding: 10px 35px;
	outline: none;
	-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, 
.button:hover {
	background: #B9ACA6;
}

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: "minion-pro", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.333em;
    color: #000;
	box-sizing: border-box;
	width: 100%;
	border: none;
	padding: 10px;
	background: #fff;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

label {
	display: block;
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #000;
	margin-bottom: 5px;
}

::-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: 1140px;
	margin: 0 auto;
}

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

#content {
	margin-bottom: 40px;	
}

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

/*--------------------------------------------------------------
## Vertical Titles
--------------------------------------------------------------*/

.vertical-title-container {
    position: absolute;
    top: 0;
    width: 100%;
    right: 100%;
    text-align: right;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	z-index: -1;
}

.vertical-title {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	letter-spacing: .1em;
    font-size: 54px;
    display: inline-block;
    text-transform: uppercase;
    color: #EFE2DC;
    position: relative;
    transform: translateY(-100%);
    padding-bottom: 35px;
}

.vertical-title:before {
    content: '';
    display: block;
    width: 900px;
    height: 2px;
    background: #EFE2DC;
    position: absolute;
    top: 26px;
    right: calc(100% + 35px);
}

@media screen and (max-width: 1340px) {
	.vertical-title-container {
		position: static;
		text-align: center;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.vertical-title {
		display: block;
		transform: translateY(0);
		padding-bottom: 35px;
	}

	.vertical-title:before {
		display: none;
	}
	
	.vertical-title-container.hide-mobile {
		display: none;
	}

}

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

#masthead {
	margin: 0 auto 60px;	
}

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

#site-branding {
	width: 90%;
	max-width: 356px;
	margin: 55px auto 0;
}

#site-branding a {
	display: block;
	width: 100%;
	padding-top: 9.550562%; /* 34 / 356 */
	background: url(images/sydne-style.svg) center no-repeat;
	background-size: contain;	
}

#site-branding span {
	display: none;	
}

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

#site-navigation {
    background: #EFE2DC;
    padding: 20px 0;
}

#site-navigation li a {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.091em;
    text-transform: uppercase;
    color: #000;
}

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

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

	#primary-menu > li:first-of-type {
		margin-left: 0;
	}

	#primary-menu > li:last-of-type {
		margin-right: 0;
	}

#primary-menu > li > .sub-menu {
    background: #EFE2DC;
    width: 125px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 0;
    margin-top: 10px;
}

#primary-menu > li > .sub-menu:before {
    content: '';
    display: block;
    background: #000;
    width: 37px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#primary-menu > li > .sub-menu > li {
    display: block;
    text-align: center;
    margin: 15px 0;
}

#primary-menu > li > .sub-menu > li a {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.133em;
    text-transform: uppercase;
    color: #000;
}

#header-left-menu li {
    margin-right: 20px;
	display: inline-block;
}

#header-left-menu li a {
    color: #B9ACA6;
}

#header-left-menu li a:hover {
    color: #CD9696;
}

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

#header-right-menu li a {
   color: #B9ACA6;
}

#header-right-menu li a:hover {
    color: #CD9696;
}

#header-right-menu li a i {
    font-size: 14px;
}

#header-right-menu li a span {
    display: none;
}

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

@media screen and (max-width: 840px) {
	#header-right-menu {
		display: none;
	}
	
	#site-navigation .flex {
		justify-content: center;
	}
}

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

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

.slicknav_menu {
	display: none;
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.091em;
    text-transform: uppercase;
    color: #000;
	text-align: center;
}

.slicknav_btn:before {
	content: '\f0c9';
	font-family: FontAwesome;
	margin-right: 5px;
}

.slicknav_nav li {
	margin-top: 10px;
}

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

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

#scroll-navigation {
    background: #EFE2DC;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

#scroll-navigation #site-branding {
	width: 19px;
	max-width: none;
	margin: 0;
	align-self: center;
}

#scroll-navigation #site-branding a {
	display: block;
	width: 100%;
	padding-top: 32px; /* 34 / 356 */
	background: url(images/sydne-style-icon.svg) center no-repeat;
	background-size: contain;	
}

#scroll-navigation #site-branding span {
	display: none;	
}

#scroll-navigation li a {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.091em;
    text-transform: uppercase;
    color: #000;
}

#scroll-navigation ul {
	margin: 0;
	list-style: none;
}

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

#scroll-left-menu {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 18px 15px;
}

#scroll-left-menu li {
	display: inline-block;
	margin: 0 15px;
}

#scroll-navigation #social-menu {
	border-left: 1px solid #fff;
	padding: 17px 0;
}

#scroll-navigation #social-menu li {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
}

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

#scroll-navigation .slicknav_nav .menu {
	margin-top: 10px;	
}

#scroll-navigation .slicknav_nav .menu li {
	display: inline-block;
	margin: 0 5px;
}

@media screen and (max-width: 1200px) {
	#scroll-left-menu {
		display: none;
	}
	
	#scroll-navigation #primary-menu {
		margin-right: auto;
		margin-left: 20px;
		padding-left: 20px;
		border-left: 1px solid #fff;
	}
}

@media screen and (max-width: 970px) {
	#scroll-navigation #social-menu {
		display: none;
	}
	
	#scroll-navigation #primary-menu {
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	
	#scroll-navigation #site-branding {
		display: none;
	}
	
	#scroll-navigation .flex {
		justify-content: center;
	}

}

@media screen and (max-width: 767px) {
	#scroll-navigation {
		padding: 20px 0;
	}
}


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

.site-footer {
    background: #EFE2DC;
    border-top: 6px solid #FBF0EB;
    padding-top: 30px;
}

.site-footer .wrap {
    max-width: 1240px;
}

#footer-branding {
	width: 74px;
	margin: 0 auto;
    position: relative;
    z-index: 1;
}

#footer-branding a {
	display: block;
	width: 100%;
	padding-top: 124px; /* 124 / 74 */
	background: url(images/sydne-style-icon.svg) center no-repeat;
	background-size: contain;
}

#footer-branding span {
	display: none;	
}

.site-footer .instagram-widget {
    background: #fff;
    padding: 20px;
    margin-top: -45px;
}

.site-footer .instagram-pics {
    display: flex;
    justify-content: space-between;
}

.site-footer .instagram-pics li {
    width: 15%; /* 180/1200 */
}

.footer-widget-area {
    text-align: center;
    padding-bottom: 35px;
}

.footer-widget-area .textwidget {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-transform: uppercase;
    color: #000;
    max-width: 500px;
    margin: 25px auto;
}

.social-menu {
    margin: 0;
}

.social-menu li {
    display: inline-block;
    margin: 0 11px;
}

.social-menu li a {
    color: #000;
}

.social-menu li a:hover {
    color: #CD9696;
}

.social-menu li a i {
    font-size: 13px;
}

.social-menu li a span {
    display: none;
}

#credits {
    background: #fff;
    padding: 15px 0;
}

#credits ul {
    margin: 0;
    text-align: center;
}

#credits ul li {
    display: inline-block;
    margin: 0 20px;
}

#credits ul li a {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.091em;
    text-transform: uppercase;
    color: #9B9B9B;
}

@media screen and (max-width: 1024px) {
	.site-footer .instagram-widget {
		padding: 20px 20px 10px 20px;
	}
	
	.site-footer .instagram-pics {
		flex-wrap: wrap;
	}

	.site-footer .instagram-pics li {
		width: 32%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.site-footer .instagram-pics li {
		width: 48.5%;
	}
	
	#credits ul li {
		display: block;
		margin: 5px 0;
	}

}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Intro Section
--------------------------------------------------------------*/

#intro {
	margin-bottom: 65px;
}

.post-latest {
	width: 50%; /* 570/1140 */ 
}

#intro-sidebar {
	width: 47.807018%; /* 545/1140 */
}

@media screen and (max-width: 767px) {
	.post-latest {
		width: 100%;
		margin-bottom: 40px;
	}

	#intro-sidebar {
		width: 100%; /* 545/1140 */
	}

}


/*--------------------------------------------------------------
### Latest Post
--------------------------------------------------------------*/

.post-latest .featured-image {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

	.post-latest .stp-flyout {
		position: absolute;
		bottom: 0;
		left: 0;
	}

		.post-latest .stp-flyout .stp-title {
			position: absolute;
			bottom: 70px;
			left: 0;
			padding: 10px;
			background: #fff;
			font-size: 15px;
		}

		.post-latest .stp-flyout .stp {
			transform: translateX(-100%);
			opacity: 0;
			width: 100%;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
			-o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
		}

		.post-latest .stp-flyout:hover .stp {
			opacity: 1;
			transform: translateX(0);
		}

.post-latest .entry-title {
	margin-bottom: 15px;
}

.post-latest .entry-summary {
	margin-bottom: 15px;
}

.post-latest .entry-footer {
	margin: 0;
	list-style: none;
}

	.post-latest .entry-footer a:hover {
		color: #CD9696;
	}

	.post-latest .entry-footer > li {
		display: inline-block;
		margin-right: 5px;
	}

	.share ul {
		margin: 0;
		list-style: none;
		display: inline-block;
		opacity: 0;
	}

		.share:hover ul {
			opacity: 1;
		}

		.share ul:before {
			content: '';
			display: inline-block;
			width: 25px;
			height: 1px;
			background: #CD9696;
			vertical-align: middle;
			margin: -4px 5px 0 10px;
		}

		.share ul li {
			display: inline-block;
			margin-left: 8px;
		}

		.share ul li a {
			color: #000;
		}

@media screen and (max-width: 767px) {
	.post-latest .stp-flyout {
		position: static;
	}

		.post-latest .stp-flyout .stp-title {
			display: none;
		}

		.post-latest .stp-flyout .stp {
			transform: translateX(0);
			opacity: 1;
			width: 100%;
		}
}

/*--------------------------------------------------------------
### Highlights
--------------------------------------------------------------*/

#highlights {
	padding: 25px 25px 70px 25px;
	background: #F5F5F5;
	position: relative;
}

#highlights:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	width: 150px;
	height: 13px;
	background: #EFE2DC;
}

.post-highlight {
	margin-bottom: 15px;
}

.post-highlight:last-of-type {
	margin-bottom: 0;
}

.post-highlight .featured-image {
	width: 100px;
	flex-shrink: 0;
	margin-right: 15px;
}

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

.post-highlight .post-content {
	padding: 25px 35px;
	background: #fff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.post-highlight .entry-category {
	font-size: 11px;
	margin-bottom: 10px;
}

.post-highlight .entry-title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.08em;
}

.post-highlight .cta {
	font-size: 9px;
	color: #BFAAA1;
}

.post-highlight .cta:hover {
	color: #CD9696;
}

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

@media screen and (max-width: 480px) {
	.post-highlight {
		flex-wrap: wrap;
	}
	
	.post-highlight .featured-image {
		width: 100%;
		margin-right: 0;
	}

}


/*--------------------------------------------------------------
### Dailies
--------------------------------------------------------------*/

.post-daily {
	padding: 70px 30px 25px;
	border: 1px solid #979797;
	margin: -40px 25px 0 25px;
	position: relative;
	z-index: 2;
}

.post-daily .featured-image {
	width: 52.873563%; /* 230/435 */
}

.post-daily .post-info {
	width: 47.126437%; /* 205/435 */
}

.post-daily .post-info .description {
	padding: 10px;
	background: #fff;
	margin-left: -20px;
	margin-top: 20px;
	font-weight: normal;
	line-height: 15px;
}

.post-daily .post-info .description h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.post-daily .post-info .description p {
	margin-bottom: 10px;
}

.post-daily .post-info .description .cta {
	font-size: 9px;
	color: #B9ACA6;
}

.post-daily .post-info .stp {
	margin-left: 20px;
}

#dailies .cta {
	position: relative;
	text-align: right;
	padding-top: 15px;
	padding-right: 60px;
	margin-right: 50px;
	font-size: 11px;
	color: #B9ACA6;
}

#dailies .cta a {
	color: #B9ACA6;
}

#dailies .cta a:hover {
	color: #CD9696;
}

#dailies .cta .badge {
	position: absolute;
	right: 0;
	bottom: -23px;
	z-index: 3;
}

/*--------------------------------------------------------------
## Outfits Feed
--------------------------------------------------------------*/

#outfits {
	margin-bottom: 60px;
	position: relative;
}

#outfits .widget-title {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 18px;
	padding: 20px 45px;
	background: #fff;
	z-index: 2;
	-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;
}

#outfits:hover .widget-title {
	opacity: 0;
}

#outfits a,
#outfits img {
	display: block;
}

#outfits .rpwe-ul {
	display: flex;
}

#outfits .rpwe-ul li {
	margin-right: 10px;
	position: relative;
}

#outfits .rpwe-ul li:last-of-type {
	margin-right: 0;
}

#outfits .rpwe-title a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.75);
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 22px;
    text-transform: uppercase;
	opacity: 0;
}

#outfits .rpwe-title a:after {
	content: 'read more';
	display: block;
    font-family: "minion-pro", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
    font-size: 14px;
    letter-spacing: 0.025em;
    text-transform: lowercase;
    color: #fff;
	margin-top: 15px;
}

#outfits .rpwe-ul li:hover .rpwe-title a {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	#outfits .rpwe-ul li:nth-of-type(4),
	#outfits .rpwe-ul li:nth-of-type(5) {
		display: none;
	}
	
	#outfits .rpwe-ul li:nth-of-type(3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#outfits .rpwe-ul li:nth-of-type(3) {
		display: none;
	}
	
	#outfits .rpwe-ul li:nth-of-type(2) {
		margin-right: 0;
	}
	
	#outfits .widget-title {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/*--------------------------------------------------------------
## Feed 1
--------------------------------------------------------------*/

#post-feed-container {
	padding-top: 75px;
	border-top: 1px solid #979797;
	margin-bottom: 65px;
	position: relative;
}

#post-feed {
	width: 62.280702%; /* 710/1140 */
}

#post-feed-sidebar {
	width: 30.701754%; /* 350/1140 */
}

@media screen and (max-width: 767px) {
	#post-feed {
		width: 100%;
		margin-bottom: 40px;
	}

	#post-feed-sidebar {
		width: 100%; /* 350/1140 */
	}

}


/*--------------------------------------------------------------
### Post Feed -- Summary Posts
--------------------------------------------------------------*/

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

.post-summary .featured-image {
	width: 28.873239%; /* 205/710 */
}

.post-summary .post-content {
	width: 64.084507%; /* 455/710 */
	position: relative;
}

.post-summary .post-category {
	margin-bottom: 10px;
}

.post-summary .post-category a {
	color: #B9ACA6;
}

.post-summary .post-category a:hover {
	color: #CD9696;
}

.post-summary .entry-title {
	margin-bottom: 10px;
}

.post-summary .entry-summary {
	margin-bottom: 15px;
}

.post-summary .entry-footer {
	margin: 0;
	list-style: none;
}

.post-summary .stp-flyout {
	cursor: pointer;
}

.post-summary .stp {
	position: absolute;
	top: 0;
	width: 100%;
	left: -2px;
	opacity: 0;
	transform: translateY(10px);
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.post-summary .stp-flyout:hover .stp {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

	.post-summary .entry-footer a:hover {
		color: #CD9696;
	}

	.post-summary .entry-footer > li {
		display: inline-block;
		margin-right: 5px;
	}


@media screen and (max-width: 767px) {
	.post-summary .featured-image {
		width: 100%;
		margin-bottom: 20px;
	}

	.post-summary .post-content {
		width: 100%; /* 455/710 */
	}
	
	.post-summary .stp {
		position: static;
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	
	.post-summary .stp-sep {
		display: none !important;
	}
	
	.post-summary .read-more,
	.post-summary .sep,
	.post-summary .share,
	.post-summary .stp-title {
		display: none !important;
	}
	

}


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

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

.sidebar .null-instagram-feed  {
	background: #F1F1F1;
	padding: 25px;
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2em;
}

.sidebar .instagram-pics {
	margin-bottom: 15px;
}

.sidebar .instagram-pics a,
.sidebar .instagram-pics img {
	display: block;
	position: relative;
}

.sidebar .instagram-pics a:before {
	content: '\f16d';
	font: 36px 'FontAwesome';
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	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;
}

.sidebar .instagram-pics a:hover:before {
	opacity: 1;
}

.ss-about-widget {
	border: 3px solid #EFE2DC;
	padding: 0 25px 25px 25px;
	text-align: center;
}

.ss-about-widget .featured-image {
	width: calc(100% + 56px);
	margin: -3px -28px 20px -28px;
}

.ss-about-widget .featured-image .badge {
	width: 137px;
	margin: -25px auto 0 auto;
}

.ss-about-widget .description {
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	letter-spacing: normal;
}

.ss-about-widget .widget-title {
	margin-bottom: 5px;
}

.ss-about-widget .subtitle {
	font-style: italic;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-transform: lowercase;
}

.ss-about-widget #social-menu:before {
	content: '';
	display: block;
	width: 95px;
	height: 2px;
	background: #EFE2DC;
	margin: 0 auto 20px;
}

.ss-about-widget #social-menu li {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
}

.ss-about-widget #social-menu li .fontawesome-text {
	display: none;
}

.ss-about-widget #social-menu li a:hover {
	color: #CD9696;
}

/*--------------------------------------------------------------
## Videos Interstitial
--------------------------------------------------------------*/

#videos {
	margin-bottom: 65px;
}

#videos .section-title {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	font-size: 64px;
}

#videos .section-title:after {
	content: '';
	display: block;
	height: 1px;
	background: #EFE2DC;
	margin-left: 20px;
	flex-grow: 1;
}

#videos .section-title:before {
	display: none;
}

#videos .section-title .cta {
	position: absolute;
	right: 0;
	top: 37px;
	font-size: 13px;
	letter-spacing: .1em;
	background: #EFE2DC;
	color: #000;
	padding: 15px 30px;
}

#videos .video.latest-video {
	width: 60.087719%; /* 685/1140 */
}

#videos .video.latest-video .featured-image {
	margin-bottom: 0;
}

#videos .video.latest-video .featured-image:before {
	display: none;
}

#videos .video.latest-video .entry-title {
	padding: 40px 0 30px 105px;
	position: relative;
	font-size: 36px;
	text-align: left;
}

#videos .latest-video .entry-title:before {
	content: '';
	display: block;
	width: 50px;
	background: #EFE2DC;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
}

#videos .latest-video .entry-title:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/play-black.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

#videos #more-videos {
	width: 35.964912%; /* 410/1140 */
}

#videos #more-videos .video-highlight {
	margin-bottom: 25px;
}

#videos #more-videos .featured-image {
	position: relative;
	margin-bottom: 10px;
}

#videos #more-videos .featured-image img {
	display: block;
}

#videos #more-videos .featured-image:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/play-white.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#videos #more-videos .entry-title {
	font-size: 20px;
	line-height: 22px;
}

@media screen and (max-width: 767px) {
	#videos .section-title .cta {
		display: none;
	}

	#videos .video.latest-video {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#videos #more-videos {
		width: 100%; /* 410/1140 */
	}


}

@media screen and (max-width: 480px) {
	#videos .video.latest-video .entry-title {
		padding: 0;
		margin-top: 15px;
	}
	
	#videos .video.latest-video .entry-title:before,
	#videos .video.latest-video .entry-title:after {
		display: none;
	}
	
	#videos .video.latest-video .featured-image:before {
		display: block;
	}

}

/*--------------------------------------------------------------
## Post Feed Grid
--------------------------------------------------------------*/

#post-grid {
	margin-bottom: 60px;
}

.grid-row {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
### Title and Menu
--------------------------------------------------------------*/

.section-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.section-title:before {
	content: '';
	display: block;
	flex-grow: 1;
	height: 2px;
	background: #F1F1F1;
	margin-right: 30px;
}

#categories-menu {
	margin: 0 0 45px 0;
	list-style: none;
}

#categories-menu li {
	display: inline-block;
	margin-right: 25px;
	font-size: 13px;
}

#categories-menu li:first-of-type {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

#categories-menu li a {
	display: block;
	color: #CD9696;
	padding-bottom: 3px;
	border-bottom: 6px solid transparent;
}

#categories-menu li:first-of-type a {
	color: #000;
	border: none;
}

#categories-menu li a:hover {
	border-color: #F1F1F1;
}

@media screen and (max-width: 767px) {
	#categories-menu li {
		display: block;
		margin: 5px 0;
		text-align: center;
	}

}

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

.post-portrait {
	width: 23.684211%; /* 270/1140 */
}

.post-grid .featured-image {
	position: relative;
	margin-bottom: 10px;
}

.post-grid .post-category {
	position: absolute;
	top: 15px;
	padding: 10px 20px;
	background: #fff;
	font-weight: 300;
	font-size: 9px;
}

.post-grid .entry-title {
	font-size: 20px;
}

.post-grid .read-more {
	display: inline-block;
	margin-top: 15px;
	color: #B9ACA6;
	font-size: 11px;
	opacity: 0;
	transform: translateY(10px);
	position: relative;
}

.post-grid .read-more:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -2px;
	width: 40px;
	height: 3px;
	background: #EFE2DC;
	margin-left: 10px;
}

.post-grid:hover .read-more {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 767px) {
	.post-portrait {
		width: 100%; /* 270/1140 */
	}
}


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

.post-landscape {
	width: 50%; /* 570/1140 */
}

@media screen and (max-width: 767px) {
	.post-landscape {
		width: 100%; /* 570/1140 */
	}
}


/*--------------------------------------------------------------
## Post Nav
--------------------------------------------------------------*/

.load-more {
	text-align: center;
}

.load-more a {
	display: block;
	width: 90%;
	max-width: 280px;
	margin: 0 auto;
	padding: 30px;
	background: #B9ACA6;
	color: #fff;
}

.load-more a:hover {
	background: #EFE2DC;
	color: #000;
}



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

#single #post-container {
    border-top: 2px solid #EFE2DC;
    padding-top: 45px;
}

#single #post-sidebar {
	float: left;
	margin-top: 100px;
	text-align: center;
}

#single #post-sidebar h6 {
	margin-bottom: 10px;
}

#single #post-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#single #post-sidebar ul li {
	margin-bottom: 10px;
}

#single #post-sidebar ul li a {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	background: #EFE2DC;
	border-radius: 50%;
}

#single #post-sidebar ul li a:hover {
	background: #B9ACA6;
	color: #fff;
}

#single #post-sidebar ul li:last-of-type {
	margin-bottom: 0;
}

#single .post-single {
    max-width: 840px;
    margin: 0 auto 115px;
	padding: 0 60px;
	position: relative;
	z-index: 2;
	box-sizing: content-box;
}

#single .entry-header {
    text-align: center;
    margin-bottom: 30px;
}

#single .posted-on {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.091em;
    color: #B9ACA6;
}

#single .entry-title {
    margin: 15px 0;
}

#single .post-category a {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.091em;
    text-transform: uppercase;
    color: #B9ACA6;
}

#single .entry-content p {
	font-size: 15.5px;
	line-height: 1.5em;
}

#single .post-signature {
	text-align: center;
	margin-top: 75px;
}

#single .entry-footer {
	border: 1px solid #EFE2DC;
	border-top: 24px solid #EFE2DC;
	border-bottom: none;
	padding-top: 20px;
	text-align: center;
	margin-top: 50px;
}

#single .entry-footer .stp-box {
	border-bottom: 1px solid #EFE2DC;
}

#single .entry-footer .links {
	border-bottom: 1px solid #EFE2DC;
	padding: 25px;
	line-height: 27px;
	letter-spacing: .125em;
}

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

#single .entry-footer .links a:hover {
	border-color: #CD9696;
}

@media screen and (max-width: 767px) {
	#single #post-sidebar {
		display: none;
	}
	
	#single .post-single {
		padding: 0;
	}

}


/*--------------------------------------------------------------
## Caption Boxes
--------------------------------------------------------------*/

.caption-box {
	padding: 20px;
	border: 1px solid #EFE2DC;
	margin: 35px 0;
	align-items: center;
	font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4A4A4A;
}

.caption-box .caption-box-image {
	width: 47.5%; /* 380/800 */
}

.caption-box.image-right .caption-box-image {
	order: 2;
}

.caption-box .caption-box-caption {
	width: 48.125%; /* 385/800 */
}

.caption-box.image-right .caption-box-caption {
	order: 1;
}

.caption-box h3 {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	color: #CD9696;
	margin-bottom: 5px;
}

.caption-box h5 {
    font-family: "minion-pro", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
    font-size: 13px;
    letter-spacing: 0.025em;
    color: #B9ACA6;
    text-transform: lowercase;
	margin-top: 12px;
	line-height: 1.5em;
}

.caption-box p {
	font-size: 15px;
}

.caption-box a {
	font-weight: bold;
	border: none;
}

@media screen and (max-width: 767px) {
	.caption-box .caption-box-image {
		width: 100%; /* 380/800 */
		margin-bottom: 20px;
	}

	.caption-box .caption-box-caption {
		width: 100%; /* 385/800 */
	}
}

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

.wp_rp_wrap {
	margin-bottom: 75px;
	position: relative;
}

.wp_rp_wrap .related_post_title {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 18px;
	padding: 20px 45px;
	background: #fff;
	z-index: 2;
	-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;
}

.wp_rp_wrap:hover .related_post_title {
	opacity: 0;
}

.wp_rp_wrap a,
.wp_rp_wrap img {
	display: block;
}

.wp_rp_wrap .related_post {
	display: flex;
	margin: 0;
	list-style: none;
}

.wp_rp_wrap .related_post li {
	margin-right: 10px;
	position: relative;
}

.wp_rp_wrap .related_post li:last-of-type {
	margin-right: 0;
}

.wp_rp_wrap .wp_rp_title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.75);
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 22px;
    text-transform: uppercase;
	opacity: 0;
}

.wp_rp_wrap .wp_rp_title:after {
	content: 'read more';
	display: block;
    font-family: "minion-pro", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
    font-size: 14px;
    letter-spacing: 0.025em;
    text-transform: lowercase;
    color: #fff;
	margin-top: 15px;
}

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

@media screen and (max-width: 1024px) {
	.wp_rp_wrap .related_post li:nth-of-type(4),
	.wp_rp_wrap .related_post li:nth-of-type(5) {
		display: none;
	}
	
	.wp_rp_wrap .related_post li:nth-of-type(3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.wp_rp_wrap .related_post li:nth-of-type(3) {
		display: none;
	}
	
	.wp_rp_wrap .related_post li:nth-of-type(2) {
		margin-right: 0;
	}
	
	.wp_rp_wrap .related_post_title {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

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

#respond {
	background: #EFE2DC;
	padding: 55px 0;
}

#reply-title {
    font-family: 'Charleston',sans-serif;
    font-size: 48px;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    color: #000;
	text-align: center;
	margin-bottom: 20px;
}

#commentform {
	width: 90%;
	max-width: 655px;
	margin: 0 auto;
}

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

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

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

#comments-section {
	width: 90%;
	max-width: 655px;
	margin: 55px auto;
}

.comments-title {
    font-family: 'Charleston',sans-serif;
    font-size: 48px;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.comment-list,
.comment-list ol,
.comment-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	.comment-list > li {
		margin-bottom: 30px;
	}

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

	.comment-list .children > li .comment-container {
		padding: 25px;
		background: #EFE2DC;
	}

.comment-author {
	margin-bottom: 15px;
	color: #CD9696;
}

.comment-author a {
	color: #CD9696;
}

.comment-meta {
	margin-top: 20px;
	color: #CD9696;
}

.comment-meta a {
	color: #CD9696;
}

.comment-reply-link {
	float: right;
}

/*--------------------------------------------------------------
## Subscription Box
--------------------------------------------------------------*/

#newsletter {
	width: 90%;
	max-width: 655px;
	margin: 0 auto 80px;
	padding: 25px;
	border: 1px solid #EFE2DC;
	text-align: center;
}

#newsletter .widget-title {
	margin-bottom: 20px;
	font-style: normal;
}

#newsletter p {
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}

#newsletter input#mce-EMAIL {
	background: #F1F1F1;
	max-width: 300px;
	margin: 0 auto 10px;
	font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
	text-align: center;
}

#newsletter input#mc-embedded-subscribe {
	padding: 0;
	background: none;
	color: #CD9696;
	font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
	text-transform: uppercase;
}

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

#archive {
	margin-bottom: 90px;
}

.ss-highlight-widget {
	border: 3px solid #EFE2DC;
	padding: 0 25px 25px 25px;
	text-align: center;
}

.ss-highlight-widget .featured-image {
	width: calc(100% + 56px);
	margin: -3px -28px 20px -28px;
}

.ss-highlight-widget .featured-image .badge {
	width: 137px;
	margin: -25px auto 0 auto;
}

.ss-highlight-widget .widget-title {
	margin-bottom: 5px;
}

.ss-highlight-widget .subtitle {
	font-style: italic;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-transform: lowercase;
}


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

.not-found {
    border-top: 2px solid #EFE2DC;
    padding-top: 45px;
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}

.not-found .entry-content {
	margin: 20px auto 100px;
	max-width: 480px;
}

.not-found .search-form {
	margin-top: 40px;
	display: flex;
}

.not-found .search-form input.search-text {
	background: #f1f1f1;
	padding: 20px;
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #000;
}

.not-found .search-form button.search-submit {
	padding: 10px 20px;
}


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

#style-archives {
	position: relative;
}

#outfits-filters {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 80px;
}

#outfits-filters .before {
	margin-right: 20px;
}

#outfits-feed {
	flex-wrap: wrap;
}

#reset-filters {
	margin-top: 8px;
	margin-left: 20px;
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
	color: #9B9B9B;
	cursor: pointer;
}

#reset-filters:hover {
	color: #CD9696;
}

.post-outfit {
	width: 31.578947%; /* 360/1140 */
	margin-bottom: 30px;
	text-align: center;
}

.post-outfit .featured-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.post-outfit .featured-image .cta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	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;
}

.post-outfit .featured-image .cta:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #fff;
	margin-left: 10px;
}

.post-outfit:hover .featured-image .cta {
	opacity: 1;
}

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

.post-outfit .stp-flyout {
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 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-outfit .stp-flyout:hover {
	transform: translateY(0);
}

.post-outfit .stp-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	padding: 10px 20px;
	background: #fff;
}

.post-outfit .posted-on {
	color: #B9ACA6;
	margin-bottom: 10px;
}

.post-outfit .entry-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

.post-outfit .read-more {
	color: #CD9696;
}

.holder {
	text-align: center;
	margin-top: 40px;
}

.holder a {
	display: none;
}

.holder a.jp-next {
	display: block;
	width: 90%;
	max-width: 280px;
	margin: 0 auto;
	padding: 30px;
	background: #B9ACA6;
	color: #fff;
	cursor: pointer;
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: .025em;
    text-transform: uppercase;
	line-height: 1;
}

.holder a.jp-next:hover {
	background: #EFE2DC;
	color: #000;
}



@media screen and (max-width: 767px) {
	#outfits-filters {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.post-outfit {
		width: 100%; /* 360/1140 */
	}
	
}

/*--------------------------------------------------------------
# Video Gallery
--------------------------------------------------------------*/

#video-page {
	position: relative;
}

#video-grid {
	flex-wrap: wrap;
}

.video {
	width: 31.578947%; /* 360/1140 */
	margin-bottom: 50px;
	text-align: center;
}

.video .featured-image {
	margin-bottom: 15px;
	position: relative;
}

.video .featured-image img {
	display: block;	
}

.video .featured-image:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url(images/play-black.svg) center no-repeat;
	background-size: contain;
	z-index: 2;
}

.video .featured-image:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	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;
}

.video:hover .featured-image:after {
	opacity: 1;
}

.video .posted-on {
	color: #B9ACA6;
	margin-bottom: 10px;
}

.video .entry-title {
	font-size: 20px;
}

.md-trigger,
.md-close {
	cursor: pointer;	
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 850px;
	min-width: 320px;
	height: auto;
	max-height: 90%;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background:rgba(0,0,0,0.9);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(246,234,229,0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 45px;
	position: relative;
	box-sizing: border-box;
}

	.md-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 0;
		z-index: 10;
		transform: translateY(-100%);
	}
	
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 25px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.md-show .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.video-info .entry-title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.video-info .data a {
	color: #fff;
}

.video-info .subscribe-cta {
	flex-shrink: 0;
	margin-left: 20px;
}

.video-info .button {
	display: block;
	background: #EFE2DC;
	font-size: 13px;
	letter-spacing: .1em;
	text-align: center;
	color: #000;
	padding: 20px;
}

@media screen and (max-width: 767px) {
	.video {
		width: 100%; /* 360/1140 */
	}

	
	.video-info {
		display: block;
	}
	
	.video-info .subscribe-cta {
		margin-left: 0;
		margin-top: 15px;
	}
}

/*--------------------------------------------------------------
# Finds
--------------------------------------------------------------*/

#finds-archive {
	position: relative;
    border-top: 1px solid #979797;
    padding-top: 45px;
}

#finds-grid {
	flex-wrap: wrap;
	align-items: flex-start;
}

#finds-filters {
	text-align: center;
	margin-bottom: 50px;
}

#finds-filters label,
#finds-filters button {
	display: inline;
	margin: 0 20px;
}

#finds-filters button {
	padding: 0;
	background: none;
	color: #CD9696;
	font-size: 13px;
}

.post-find {
	width: 26.315789%; /* 300/1140 */
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.post-find .featured-image {
	min-height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}

.post-find .product-description {
	text-align: center;
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
	max-height: 80px;
	position: relative;
	padding: 0 15px;
	margin-bottom: 40px;
	width: 100%;
}

.post-find .product-description a {
	color: #CD9696;
}

.post-find .product-description h5 {
	margin-top: 20px;
}

.post-find .product-description:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 35px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.post-find .read-more, 
.post-find .shop-link {
	width: 50% !important;
	align-self: center;
	font-size: 11px;
}

.post-find .shop-link {
	order: 1;
	text-align: right;
}

.post-find .shop-link:after {
	display: inline-block;
	content: '\b7';
	margin-left: 10px;
}

.post-find .read-more {
	order: 2;
	text-align: left;
	padding-left: 10px;
}

.post-find .divider {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #EFE2DC;
}

.post-find .divider:after {
	content: '';
	display: block;
	width: 25px;
	height: 13px;
	background: #EFE2DC;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

@media screen and (max-width: 767px) {
	.post-find {
		width: 100%;
	}
	
	#finds-filters label,
	#finds-filters button {
		display: block;
		margin: 10px 0;
		text-align: center;
		width: 100%;
	}

}

/*--------------------------------------------------------------
# Looks
--------------------------------------------------------------*/

#looks-archive {
	position: relative;
    border-top: 1px solid #979797;
    padding-top: 45px;
}

#looks-grid {
	flex-wrap: wrap;
	align-items: flex-start;
}

.post-look {
	width: 28.070175%; /* 320/1140 */
	margin-bottom: 80px;
}

.post-look .entry-title {
	font-size: 14px;
	line-hgith: 20px;
	padding: 0 15px;
	margin: 20px 0;
	text-align: center;
}

.post-look .divider {
	position: relative;
	width: 100%;
	height: 3px;
	background: #EFE2DC;
}

.post-look .divider:after {
	content: '';
	display: block;
	width: 25px;
	height: 13px;
	background: #EFE2DC;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}


@media screen and (max-width: 767px) {
	.post-look {
		width: 100%; /* 320/1140 */
	}

}

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

#tabs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#tabs .shop-tabs {
	width: 18.421053%; /* 210/1140 */
	padding: 40px 25px;
	background: #F1F1F1;
	text-align: center;
	font-size: 13px;
}

#tabs .shop-tabs h2 {
	color: #CD9696;
	margin-bottom: 12px;
	font-size: 15px;
}

#tabs .shop-tabs ul {
	margin-bottom: 50px;
}

#tabs .shop-tabs li,
#tabs .shop-tabs p {
	margin-bottom: 13px;
} 

#tabs .content {
	position: relative;
	width: 78.947368%; /* 900/1140 */
	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 {
		display: block;
	}
	
	#tabs .shop-tabs {
		width: 100%;
		margin-bottom: 40px;
	}

	#tabs .content {
		width: 100%; /* 900/1140 */
	}
}

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

#about-page .wrap {
    border-top: 2px solid #979797;
    padding-top: 55px;
    margin-bottom: 200px;
    position: relative;
}

.page-content {
    max-width: 840px;
    margin: 0 auto;
}

#about-page .entry-content {
	font-family: "minerva-modern",Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 48px;
    line-height: 1.146em;
    color: #CD9696;
    margin: 30px 0;
}

#about-page .about-image {
    width: 55.238095%; /* 464 / 840 */
    margin: 105px -45px 0 0;
    position: relative;
    z-index: 1;
}

#about-page .about-content {
    width: 50.238095%; /* 422 / 840 */
    border: 1px solid #CD9696;
    padding: 40px 40px 175px 90px;
}

#about-page #social-menu {
    margin: 0;
}

#about-page .social-menu li:first-of-type {
    margin-left: 0;
}

#about-page .area2 {
    margin: 70px 0;
}

#about-page .area2 .about-image {
    margin: 0 0 0 -45px;
    z-index: -1;
}

#about-page .area2 .about-content {
    padding: 65px 90px 0 45px;
    margin: 75px 0;
}

#about-page .area3 .about-image {
    margin: 0 -45px 0 0;
    z-index: 1;
}

#about-page .area3 .about-content {
    padding-bottom: 0;
    margin: 70px 0 40px;
}

@media screen and (max-width: 767px) {
	#about-page .about-image {
		width: 100%; /* 464 / 840 */
		margin: 0 auto 20px;
		position: relative;
		z-index: 1;
	}
	
	#about-page .about-content {
		width: 100%; /* 422 / 840 */
		border: 1px solid #CD9696;
		padding: 25px;
	}
	
	#about-page .area2 {
		margin: 0;
	}
	
	#about-page .area2 .about-image {
		margin: 0 0 20px 0;
		z-index: -1;
	}
	
	#about-page .area2 .about-content {
		padding: 25px;
		margin: 20px 0;
	}

	#about-page .area3 .about-image {
		margin: 0;
		z-index: 1;
	}

	#about-page .area3 .about-content {
		padding-bottom: 0;
		margin: 20px 0;
	}

}

/*--------------------------------------------------------------
# Info Page
--------------------------------------------------------------*/

#info-page .wrap {
    border-top: 2px solid #979797;
    padding-top: 55px;
    margin-bottom: 200px;
    position: relative;
}

#info-page article {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Subscription
--------------------------------------------------------------*/

.sydne-style .em-pop-title {
    font-family: 'Charleston',sans-serif;
    font-size: 48px;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-transform: lowercase;
    color: #000;
	margin-bottom: 0;
}

.sydne-style .em-pop-description {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
	margin-bottom: 30px;
}

.sydne-style #em-popup .em-popup-form-code label {
	color: #B9ACA6;
	margin-bottom: 5px;
}


.sydne-style .em-popup-form-code input[type="submit"] {
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 25px;
    text-transform: uppercase;
}

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

#search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(246,234,229,0.95);
	z-index: 9999;
}

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

#search-popup .widget-title {
	text-align: center;
	margin-bottom: 20px;
	font-style: normal;
	text-transform: none;
	font-size: 36px;
	letter-spacing: normal;
}

.search-open {
	cursor: pointer;
}

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

#search-popup .search-form {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}

#search-popup .search-form input.search-text {
	padding: 0;
	background: none;
    font-family: "mr-eaves-sans","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
}

#search-popup .search-form button.search-submit {
	font-size: 15px;
	color: #000;
	padding: 0;
	background: none;
}
