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

Lonestar Southern 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/unslider.css');

@import url('css/unslider-dots.css');

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

@import url('css/venti-cf-medium.css');

@import url('css/venti-cf-bold.css');

@import url('css/venti-cf-extra-bold.css');

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'VentiCF',sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.59em;
	letter-spacing: 0.05em;
	color: #272421;	
}

h1 {
	font-family: 'CapistranoBF',serif;
	font-size: 60px;
	color: #fc5c9b;
	text-transform: lowercase;
	letter-spacing: normal;
}

h2 {
	font-family: 'VentiCF',sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #272421;	
}

h3 {
	font-family: 'VentiCF',sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.92em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	color: #272421;
}

h4 {
	font-family: 'VentiCF',sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.92em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	color: #272421;
}

h5 {
	font-family: 'VentiCF',sans-serif;
	font-weight: 900;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #272421;
}

h6 {
	font-family: 'VentiCF',sans-serif;
	font-weight: 900;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	color: #272421;
}

p {
	margin-bottom: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #fc5c9b;
	-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 {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
	cursor: pointer;
	border: 2pt solid #fc5c9b;
	font-family: 'VentiCF',sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.92em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	color: #fc5c9b;
	background: #fff;
	padding: 8px 50px 5px;
	-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.button {
	display: inline-block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover {
	color: #fff;
	background: #fc5c9b;
}

.button-1 {
	display: inline-block;
	cursor: pointer;
	font-family: 'VentiCF',sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	color: #272421;
	background: #f1f1f1;
	padding: 13px 28px;
	-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-1:hover {
	color: #fff;
	background: #fc5c9b;
}

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: 'VentiCF',sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.59em;
	letter-spacing: 0.05em;
	text-align: left;
	color: #272421;	
	box-sizing: border-box;
	width: 100%;
	border: none;
	padding: 10px;
	background: #fff;
}

select {
	border: 1px solid #ccc;
}

label {
	display: block;
	font-family: 'VentiCF',sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.92em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fc5c9b;
	text-align: left;
}

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

body {
	margin: 0;
	padding: 0;
    background: url(images/slash-pattern.png) top repeat-x;
}

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

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

#masthead {
	margin: 0 auto;	
}

#top-menu {
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

	#top-menu li {
		display: inline-block;	
	}
	
	#top-menu a {
		font-family: 'VentiCF',sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: normal;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		text-align: center;
		display: block;
		color: #fff;
		background: #ffd2dc;
		padding: 13px 25px;
	}
	
	#top-menu a:hover {
		text-decoration: none;
		color: #fc5c9b;
	}

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

#site-branding {
	margin: 0 auto;
	width: 100%;
	max-width: 577px;
	margin-bottom: 40px;
}

#site-branding a {
	display: block;
	width: 100%;
	padding-top: 19.584055%; /* 113 / 577 */
	background: url(images/lonestarsouthern.png) center no-repeat;
	background-size: contain;	
}

#site-branding span {
	display: none;	
}

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

#site-navigation {
	text-align: center;	
}

#primary-menu {
	display: none;
}

	#primary-menu li {
		font-family: 'VentiCF',sans-serif;
		font-weight: 700;
		font-size: 12px;
		padding: 10px 0;
		line-height: 12px;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
	
	#primary-menu > li:after {
		content: '\f111';
		font-family: FontAwesome;
		font-size: 3px;
		line-height: 12px;
		color: #ff924e;
		vertical-align: middle;
		display: inline-block;
		margin: 0 20px;
	}
	
		#primary-menu li a {
			color: #ff924e;
		}
	
		#primary-menu li a:hover {
			color: #ffd2dc;
			text-decoration: none;
		}
		
		
		#primary-menu li a.sf-with-ul:after {
			content: '\f107';
			font-family: FontAwesome;
			font-size: 12px;
			margin-left: 5px;
		}
		
		#primary-menu li:first-of-type:before {
			display: none;
		}
		
	#primary-menu > li > .sub-menu {
		background: #fff;
		border: 2px solid #ff924e;
		width: 168px;
		left: 50%;
		margin-left: -120px;
		padding: 10px 0;
	}
	
		#primary-menu > li > .sub-menu > li {
			margin: 0;
			font-size: 12px;
			line-height: normal;
			letter-spacing: .15em;
			display: block;
			padding: 0;
		}
		
			#primary-menu > li > .sub-menu > li a {
				display: block;
				color: #ff924e;
				padding: 9px 30px;
			}

			#primary-menu > li > .sub-menu > li a:hover {
				color: #fff;
				background: #ff924e;
			}

#social-menu {
	display: inline-block;	
}

#social-menu li {
	display: inline-block;
}

	#social-menu li a {
		font-size: 75%;
		color: #ff924e;
		margin: 0 5px;
	}

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

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

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/

.slicknav_menu {
	font-family: 'VentiCF',sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.slicknav_nav li {
	margin: 10px 0;
}
	
/*--------------------------------------------------------------
## Scroll Navigation
--------------------------------------------------------------*/

#scroll-navigation {
 	background:rgba(253,209,217,.97);
 	color: #fff; 
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	padding: 19px 0;
}

	#scroll-navigation:after {
		content: '';
		display: block;	
		height: 11px;
		width: 100%;
		background: url(images/slash-pattern.png) top repeat-x;
		position: absolute;
		bottom: -11px;
		left: 0;
	}

	#scroll-navigation .wrap {
		max-width: 1150px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#scroll-navigation ul li {
		display: inline-block;
	}
	
	#scroll-navigation a {
		color: #fff;	
	}

	#scroll-navigation a:hover {
		color: #fc5c9b;	
	}
	
#scroll-navigation #primary-menu {
	margin: 0;
}

	#scroll-navigation #primary-menu li {
		margin: 0;
	}
	
		#scroll-navigation #primary-menu li a {
			display: inline-block;
			color: #fff;
		}
		
			#scroll-navigation #primary-menu li a:hover {
				color: #fc5c9b;	
			}
		
		#scroll-navigation #primary-menu li a:before {
			margin-right: 20px;
		}
		
		#scroll-navigation #primary-menu li a.sf-with-ul:after {
			content: '\f107';
			font-family: FontAwesome;
			font-size: 12px;
			margin-right: 0;
		}

	#scroll-navigation #primary-menu li.scroll-hide {
		display: none;
	}
	
	#scroll-navigation #primary-menu > li:before {
			content: '\f111';
			font-family: FontAwesome;
			font-size: 3px;
			margin: 0 20px;
			vertical-align: middle;
			color: #fff;
		}

		#scroll-navigation #primary-menu > li:after {
			display: none;
		}

		#scroll-navigation #primary-menu > li:first-of-type:before {
			display: none;
		}
					
	#scroll-navigation #primary-menu > li > .sub-menu {
		background: #fff;
		border: 2pt solid #ff924e;
		width: 168px;
		left: 50%;
		margin-left: -90px;
		text-align: center;
	}
	
		#scroll-navigation #primary-menu > li > .sub-menu > li {
			margin: 0;
			font-size: 12px;
			line-height: normal;
			letter-spacing: .15em;
			display: block;
		}
		
			#scroll-navigation #primary-menu > li > .sub-menu > li a {
				display: block;
				color: #ff924e;
				padding: 9px 30px;
			}

			#scroll-navigation #primary-menu > li > .sub-menu > li a:hover {
				color: #fff;
				background: #ff924e;
			}
	
#scroll-branding {
	width: 100%;
	max-width: 204px;
	margin: auto;
}

#scroll-branding a {
	display: block;
	width: 100%;
	padding-top: 20.588235%; /* 42 / 204 */
	background: url(images/scroll-logo.png) center no-repeat;
	background-size: contain;	
}

#scroll-branding span {
	display: none;	
}

#scroll-navigation #scroll-nav-right-menu {
	margin: 0;
}

#scroll-navigation #scroll-nav-right-menu li {
	text-align: center;
	margin: 0;
	display: inline-block;
}

#scroll-navigation #scroll-nav-right-menu li:after {
		content: '\f111';
		font-family: FontAwesome;
		font-size: 3px;
		margin: 0 15px 0 18px;
		vertical-align: middle;
		color: #fff;
	}

#scroll-navigation #scroll-nav-right-menu li:last-of-type:after {
	display: none;
}

	#scroll-navigation #scroll-nav-right-menu li a {
		font-family: 'VentiCF',sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 2.08px;
		letter-spacing: 0.15em;
		text-transform: uppercase;
	}
	
#scroll-navigation #social-menu {
	margin-left: 30px;
}

	#scroll-navigation #social-menu li:last-of-type {
		margin-right: 0;
	}

	#scroll-navigation #social-menu #menu-item-17 {
		display: none;
	}
	
	#scroll-navigation #social-menu li a {
		display: inline-block;
		color: #fff;
	}

	#scroll-navigation #social-menu li a:hover {
		color: #fc5c9b;	
	}

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

#footer {
	margin-top: 99px;
	padding-top: 11px;
	background: url(images/slash-pattern.png) top repeat-x;
}

#instagram-slider {
	padding: 35px 0;
	background: #fff8f3;
}

.jr-insta-thumb li {
	border: 1px solid #fff8f3 !important;
}

	.jr-insta-thumb li a, 
	.jr-insta-thumb li a img {
		display: block;
	}
	
#follow {
	background: #fff8f3;
}
	
.follow-menu {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding-bottom: 35px;
}

	.follow-menu li {
		width: 245px;
		background: #fff;
		border: 2px solid #ffd2dc;
		margin: 0 2.916667%;
		-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;
	}
	
	.follow-menu li:hover {
		background: #fc5c9b;
		border: 2px solid #fc5c9b;
	}
	
		.follow-menu li a {
			display: block;
			font-family: 'VentiCF',sans-serif;
			font-weight: 700;
			font-size: 12px;
			line-height: 1.3em;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			text-align: center;
			color: #fc5c9b;
			padding: 15px 10px 13px;
		}
		
		.follow-menu li a:hover {
			color: #fff;
		}
		
		.follow-menu li a span.sub {
			font-family: 'VentiCF',sans-serif;
			font-weight: 500;
			font-size: 10px;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			text-align: center;
			color: #272421;
			-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;
		}

		.follow-menu li a:hover span.sub {
			color: #fff;
		}
		
#footer-navigation {
 	background: #fc5c9b;
	width: 100%;
	padding: 31px 0 62px;
}

	#footer-navigation .wrap {
		max-width: 1150px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#footer-navigation ul li {
		display: inline-block;
	}
	
		#footer-navigation ul li a {
			font-family: 'VentiCF',sans-serif;
			font-weight: 500;
			font-size: 10px;
			line-height: 2.08px;
			letter-spacing: 0.15em;
			text-transform: uppercase;
			text-align: center;
			color: #fff;
		}
		
		#footer-navigation ul li a:hover {
			text-decoration: underline;
		}

#footer-left-menu {
	padding-top: 15px;
}

	#footer-left-menu li {
		margin: 0 13px;
	}
	
		#footer-left-menu li:first-of-type {
			margin-left: 0;
		}
		
		#footer-left-menu li:last-of-type {
			margin-right: 0;
		}

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

#footer-branding a {
	display: block;
	width: 100%;
	padding-top: 19.587629%; /* 57 / 291 */
	background: url(images/footer-logo.png) center no-repeat;
	background-size: contain;	
}

#footer-branding span {
	display: none;	
}

#footer-right-menu {
	padding-top: 15px;
}

	#footer-right-menu li {
		margin: 0 13px;
	}
	
		#footer-right-menu li:first-of-type {
			margin-left: 0;
		}
		
		#footer-right-menu li:last-of-type {
			margin-right: 0;
		}

		
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.home #content.wrap {
	max-width: none;	
	width: 100%;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

#slider-container {
	max-width: 1146px;
	margin: 30px auto 45px;
	padding: 0 23px;
	position: relative;
}

#slider {
		position: relative;	
	}
	
	#slider ul {
		margin: 0;
		padding: 0;
		list-style: none;	
	}
	
	#slider .slide {
		position: relative;
		text-align: center;
	}
	
		#slider .slide .featured-image img {
			display: block;
		}
	
	#slider .entry-meta {
		margin: 15px 0 3px;
	}
	
		#slider .entry-meta a {
			font-family: 'VentiCF',sans-serif;
			font-weight: 500;
			font-size: 10px;
			color: #cfcfcf;
		}
		
			#slider .entry-meta a:hover {
				color: #fc5c9b;
			}
		
		#slider .entry-meta i {
			font-size: 15px;
		}
		
		#slider .slide-title a {
			font-size: 22px;
			line-height: 1.13em;
			letter-spacing: 0.15em;
			color: #272421;	
		}
		
		#slider .slide-title a:hover {
			color: #ffd2dc;
		}
		
		#slider .slide-content {
			padding-bottom: 20px;
			max-width: 815px;
			margin: 0 auto;
		}
		
			#slider .slide-content p {
				margin: 10px 0 25px;
			}
			
			#slider .slide-content a.slide-cta {
				font-family: 'CapistranoBF',serif;
				font-size: 45px;
				color: #fc5c9b;
				text-transform: lowercase;
			}
			
				#slider .slide-content a.slide-cta:hover {
					color: #ffd2dc;
				}
			
.unslider-nav {
	position: absolute;
	top: 0;
	right: 0;
}

/*--------------------------------------------------------------
## Slider CTA
--------------------------------------------------------------*/

#slider-cta {
	max-width: 1100px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;
}

#slider-cta .widget {
	position: relative;
	width: 31.818181%; /* 350/1100 */
}

	#slider-cta .widget .more a {
		position: absolute;
		font-family: 'VentiCF',sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 1.92em;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		width: 90%;
		max-width: 210px;
		padding: 13px 0;
		text-align: center;
		background: rgba(255, 255, 255, .9);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	
	#slider-cta .widget .more a:hover {
		color: #fff;
		background: rgba(252,92,155, .9)
	}

	#slider-cta .simple-image {
		margin: 0;
	}
	
/*--------------------------------------------------------------
## Post Feed
--------------------------------------------------------------*/

.post {
	padding-top: 5px;
	border-top: 1px solid #ffd2dc;
	position: relative;
	max-width: 750px;
	margin: 0 auto 95px auto;
}

	#home .post {
		width: 90%;	
		text-align: center;
	}

	.post:before,
	.post:after {
		content: '';
		display: block;
		width: 5000px;
		height: 1px;
		background: #ffd2dc;
		position: absolute;
		top: -1px;	
	}
	
	.post:before {
		left: 100%;	
	}
	
	.post:after {
		right: 100%;	
	}

.entry-header {
	padding: 25px 0 10px;
	background: #fafafa;
	position: relative;
}

	.entry-header:before,
	.entry-header:after {
		content: '';
		display: block;
		width: 5000px;
		height: 100%;
		background: #fafafa;
		position: absolute;
		top: 0;
		bottom: 0;	
	}
	
	.entry-header:before {
		left: 100%;	
	}
	
	.entry-header:after {
		right: 100%;	
	}

.entry-title {
	line-height: 1em;
	letter-spacing: 0.15em;
}

.entry-meta-date {
	font-family: 'VentiCF',sans-serif;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	color: #272421;
	margin: 5px 0 15px;
}

.entry-summary {
	position: relative;
	max-width: 750px;
	margin: -15px auto 0 auto;
	padding-bottom: 25px;
}

	.entry-summary .featured-image {
		margin-bottom: 25px;
	}
	
	.entry-summary .entry-sidebar {
		position: absolute;
		top: 40px;
		right: -40px;
	}
	
		.entry-summary .comments-link a {
			color: #fc5c9b;
		}
		
		.entry-summary .comments-link a:hover {
			color: #fc5c9b;
		}
		
		.share {
			color: #fc5c9b;
		}
		
			.expand-share span {
				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;
			}
			
			.expand-share span:hover {
				color: #fc5c9b;
			}
		
		.share-submenu {
			margin: 0;
			padding: 0;
			list-style: none;
			display: none;	
			font-size: 13px;
		}
		
			.share-active .share-submenu {
				display: block;	
			}
			
		.share a {
			color: #fc5c9b;
			font-size: 14px;
		}
		
		.share a:hover {
			color: #fc5c9b;
		}

#home .entry-footer {
	max-width: 750px;
	margin: 0 auto;
	border-top: 1px solid #f1f1f1;
	position: relative;
}

	#home .entry-footer.with-shop {
		border-top: none;
		margin-top: 35px;	
	}

	#home .entry-footer .read-more.align-right {
		position: absolute;
		top: 0;
		right: 20px;
		transform: translateY(-50%);
	}
	
	.shop-the-look {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		border: 2px solid #f1f1f1;
	}
	
		.shop-the-look h6 {
			width: 130px;
			background: #f1f1f1;
			flex-shrink: 0;	
			position: relative;
			display: flex;
			text-align: center;
			line-height: 25px;
			margin-right: 30px;
		}
			
			.shop-the-look h6:after {
				content: '';
				display: block;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 90px 0 90px 30px;
				border-color: transparent transparent transparent #f1f1f1;
				position: absolute;
				left: 100%;
				top: 50%;
				transform: translateY(-50%);
			}
			
			.shop-the-look h6 span {
				display: block;
				padding: 50px;
				margin: auto;
				font-size: 12px;
			}
		
		.shop-the-look .shop-widget {
			text-align: center;
			padding: 20px 10px;
			max-width: 590px;
			flex-grow: 1;
			text-align: center;
		}

.posts-navigation {
	max-width: 750px;
}

.posts-navigation a {
	font-family: 'CapistranoBF',serif;
	font-size: 60px;
	color: #fc5c9b;
	text-transform: lowercase;
	letter-spacing: normal;
}
	
	.posts-navigation a:hover {
		color: #ffd2dc;
	}

	.nav-next {
		float: right;	
	}
	
	.nav-previous {
		float: left;	
	}
	
	.arrow-left {
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height: 2px;
		background: #ffd2dc;
		margin-right: 10px;
		margin-left: 8px;
		position: relative;	
	}
	
		.arrow-left:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 4px 8px 4px 0;
			border-color: transparent #ffd2dc transparent transparent;
			position: absolute;
			top: -3px;
			left: -8px;
		}

	.arrow-right {
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height: 2px;
		background: #ffd2dc;
		margin-left: 10px;
		margin-right: 8px;
		position: relative;	
	}
	
		.arrow-right:after {
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 4px 0 4px 8px;
			border-color: transparent transparent transparent #ffd2dc;
			position: absolute;
			top: -3px;
			right: -8px;
		}

/*--------------------------------------------------------------
## Interstitials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Shop Interstitial
--------------------------------------------------------------*/

#shop-interstitial {
	background: url(images/slash-pattern.png) top center repeat-x, url(images/slash-pattern.png) bottom center repeat-x;
	margin-bottom: 75px;
	position: relative;	
}

#shop-interstitial .wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 55px 0 40px 0;
}
	
#shop-interstitial .widget:first-of-type .widget-title {
	font-family: 'CapistranoBF',serif;
	font-size: 60px;
	color: #fc5c9b;
	text-transform: lowercase;
	letter-spacing: normal;
	white-space: nowrap;
	padding: 0 25px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-40%);
}

#shop-interstitial .widget_black_studio_tinymce {
	width: 18.181818%; /* 200/1100 */
	position: relative;
	z-index: 3;	
	font-family: 'VentiCF',sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: left;
}

	#shop-interstitial .widget_black_studio_tinymce h5 {
		margin-bottom: 15px;
	}
	
	#shop-interstitial .widget_black_studio_tinymce a:hover {
		text-decoration: underline;	
	}

#shop-interstitial .widget_nav_menu {
	width: 50%; /* 550/1100 */
	position: relative;
	z-index: 3;	
	min-height: 390px;
	display: flex;
}

	.menu-shop-interstitial-container {
		margin: auto;
		width: 100%;
		max-width: 225px;	
	}
	
	#menu-shop-interstitial li {
		margin-bottom: 30px;	
	}
	
		#menu-shop-interstitial li:last-of-type {
			margin-bottom: 0;	
		}
	
	#menu-shop-interstitial li a {
		display: block;
		padding: 10px;
		background: #fff;
		border: 2px solid #fc5c9b;
		text-align: center;
		font-family: 'VentiCF',sans-serif;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 0.175em;
		text-transform: uppercase;
		color: #ff924e;
	}
	
		#menu-shop-interstitial li a:hover {
			background: #fc5c9b;
			color: #fff;
		}

#shop-interstitial .widget_simpleimage {
	position: absolute;	
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: 55px 0 40px 0;
	width: 50%;
	overflow: hidden;
	min-height: 390px;
}

	#shop-interstitial .widget_simpleimage:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 250px 0 250px 65px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 2;
	}
	
	#shop-interstitial .widget_simpleimage img {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: auto;
		max-width: none;
		z-index: 1;	
	}

/*--------------------------------------------------------------
### Video Interstitial
--------------------------------------------------------------*/

#video-interstitial {
	background-color: #fff8f3;
	margin-bottom: 75px;
	position: relative;
}

	#video-interstitial:before {
		content: '';
		display: block;
		height: 11px;
		width: 100%;
		background: url(images/slash-pattern.png) bottom center repeat-x;
		position: absolute;
		top: -11px;
		left: 0;
	}

	#video-interstitial:after {
		content: '';
		display: block;
		height: 11px;
		width: 100%;
		background: url(images/slash-pattern.png) top center repeat-x;
		position: absolute;
		bottom: -11px;
		left: 0;
	}

#video-interstitial .wrap {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	padding: 50px 0;
	max-width: 1000px;
}

#video-interstitial .widget_youtube-channel .widget-title {
	font-family: 'CapistranoBF',serif;
	font-size: 60px;
	color: #fc5c9b;
	text-transform: lowercase;
	letter-spacing: normal;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-30%);
}

#video-interstitial .widget_youtube-channel {
	width: 60%; /* 600/1000 */	
}

#video-interstitial .widget_nav_menu {
	width: 35%; /* 350/1000 */	
	position: relative;
	background: #fff;
	padding-top: 60px;
	padding-left: 60px;
	margin-right: 100px;
	text-align: left;
}

	#video-interstitial .widget_nav_menu:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 155px 0 155px 100px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 50%;
		right: -100px;
		transform: translateY(-50%);
		z-index: 2;
	}
	
	#video-interstitial .widget_nav_menu .widget-title {
		font-family: 'VentiCF',sans-serif;
		font-weight: 500;
		font-size: 10px;
		line-height: 1.5em;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		text-align: left;
		color: #272421;
		margin-bottom: 15px;
	}
	
	#video-interstitial .widget_nav_menu li {
		margin-bottom: 15px;
		width: 175px;
	}
	
		#video-interstitial .widget_nav_menu li a {
			display: block;
			padding: 10px;
			border: 2px solid #ffd2dc;
			background: #fff;
			color: #fc5c9b;
			font-family: 'VentiCF',sans-serif;
			font-weight: bold;
			font-size: 13px;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			text-align: center;
		}
		
		#video-interstitial .widget_nav_menu li a:hover {
			background: #fc5c9b;
			border-color: #fc5c9b;
			color: #fff;
		}
		
	#video-interstitial .widget_nav_menu li:last-of-type {
		width: auto;	
	}
	
		#video-interstitial .widget_nav_menu li:last-of-type a {
			padding: 0;
			border: none;
			background: none;
			text-align: left;
			color: #ff924e;
			font-weight: 500;
			font-size: 10px;
			vertical-align: middle;
		}
		
		#video-interstitial .widget_nav_menu li:last-of-type a:hover {
			background: none;
			color: #fc5c9b;	
		}
		
		#video-interstitial .widget_nav_menu li:last-of-type a i {
			font-size: 18px;
			margin-right: 5px;
			color: #ffd2dc;	
			vertical-align: middle;
		}

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

.single-post #content.wrap {
	width: 100%;
	max-width: none;	
}

#single-post {
	margin-top: 65px;	
}

#single-post h6 {
	padding-bottom: 7px;
	line-height: 1.75em;	
}

#single-post .post {
	margin-bottom: 125px;
	width: 90%;
}

#single-post .entry-content {
	position: relative;
	margin-top: -15px;	
}

#single-post .entry-content a:hover {
	color: #272421;
}

#single-post .entry-sidebar {
	position: absolute;
	top: 35px;
	left: 100%;
	text-align: left;
	margin-left: 20px;
	width: 125px;
	font-family: 'VentiCF',sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

	#single-post .entry-sidebar a,
	#single-post .entry-sidebar .button-text {
		color: #fc5c9b;	
	}
	
	#single-post .entry-sidebar .fa-stack {
		font-size: 15px;
		color: #ffd2dc;	
	}
	
	#single-post .entry-sidebar .comments-link,
	#single-post .entry-sidebar .shop-button {
		margin-bottom: 10px;
	}
	
	#single-post .entry-sidebar .share-submenu {
		padding-left: 10px;	
	}

#single-post .entry-footer {
	margin-top: 50px;	
}

	#single-post .shop-the-look {
		margin-bottom: 25px;
	}

/*--------------------------------------------------------------
## SPP Entry CTA
--------------------------------------------------------------*/

#entry-cta {
	max-width: 750px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}

#entry-cta .widget {
	position: relative;
	width: 48%; /* 360/750*/
}

	#entry-cta .widget .more a {
		position: absolute;
		font-family: 'VentiCF',sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 1.92em;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		width: 90%;
		max-width: 210px;
		padding: 13px 0;
		text-align: center;
		background: rgba(255, 255, 255, .9);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	
	#entry-cta .widget .more a:hover {
		color: #fff;
		background: rgba(252,92,155, .9)
	}

	#entry-cta .simple-image {
		margin: 0;
	}

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

#comments {
	max-width: 750px;
	margin: 0 auto 30px;
	width: 90%;
}

#respond,
#comments-section {
	position: relative;	
}

#comments h3 {
	font-family: 'VentiCF',sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #fc5c9b;
	padding: 10px 0;
	position: absolute;
	width: 300px;
	top: -23px;
	left: 50%;
	margin-left: -150px;
	z-index: 1;
}

#commentform {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f1f1f1;
	padding: 40px 0 100px;
	position: relative;
}

	#commentform:before,
	#commentform:after {
		content: '';
		display: block;
		width: 5000px;
		height: 100%;
		background: #f1f1f1;
		position: absolute;
		top: 0;
		bottom: 0;	
	}
	
	#commentform:before {
		left: 100%;	
	}
	
	#commentform:after {
		right: 100%;	
	}

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

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

#comments-section {
	padding: 55px 0 30px;
}

	.comment-list,
	.comment-list ol,
	.comment-list ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
	}
	
	.comment-list {
		margin-top: 30px;
	}
	
	.comment-list > li {
		margin-bottom: 55px;	
	}
	
		.comment-list > li:last-of-type {
			margin-bottom: 0;	
		}
		
	.comment-list .children > li {
		padding: 20px;
		margin-top: 25px;
		background: #fff8f3;
		border-radius: 7px;
		margin-left: 60px;
		position: relative;	
	}
	
	.comment-list .children > li:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 13px 17px 13px;
		border-color: transparent transparent #fff8f3 transparent;
		position: absolute;
		top: -17px;
		left: 20px;
	}

.comment-author {
	font-family: 'VentiCF',sans-serif;
	font-weight: 900;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

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

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

	}

.comment-meta {
	font-family: 'VentiCF',sans-serif;
	font-weight: 900;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 7px;
	color: #d2d2d2;
}

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

	.comment-meta a:hover {
		color: #fc5c9b;
	}
	
/*--------------------------------------------------------------
## SPP Related Posts
--------------------------------------------------------------*/

.zem_rp_wrap {
	background: url(images/slash-pattern.png) top center repeat-x;
	margin-bottom: 30px;
	padding-top: 41px;
}

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

.related_post_title {
	display:none;
}

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

ul.related_post li {
	position: relative;
	width: 31.818181%; /* 350/1100 */
}

.zem_rp_content .zem_rp_thumbnail {
	display: block;
}

	.zem_rp_content .zem_rp_thumbnail img {
		display: block;	
	}

	.zem_rp_content .zem_rp_title {
		display: block;
		position: absolute;
		font-family: 'VentiCF',sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 1.82em;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		width: 90%;
		max-width: 210px;
		padding: 13px 10px;
		text-align: center;
		background: rgba(255, 255, 255, .9);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	
	.zem_rp_content li .zem_rp_title:hover {
		color: #fff;
		background: rgba(252,92,155, .9)
	}

.zem_rp_footer {
	display: none;
}

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

#archive {
	margin-top: 60px;	
}

.archive-post {
	display: flex;
	justify-content: space-between;
	border: 2px solid #f1f1f1;
	margin-bottom: 60px;
	position: relative;	
}

	.archive-post .featured-image {
		width: 43.181818%; /* 475/1100 */	
	}
	
		.archive-post .featured-image img {
			display: block;	
		}
		
	.archive-post .entry-excerpt {
		width: 56.818181%; /* 625/1100 */
		padding: 60px 30px;	
	}
	
		.archive-post .entry-excerpt.with-shop {
			width: 36.363636%; /* 400/1100 */	
		}
	
		.archive-post .entry-meta-date {
			margin: 0 0 10px 0;
			text-align: left;
		}
		
		.archive-post .entry-title {
			text-align: left;
			margin-bottom: 25px;
			-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-post .entry-title:hover {
				color: #fc5c9b;
			}
	
	.archive-post .shop-featured {
		width: 20.181818%; /* 222/1100 */
		text-align: center;
		padding: 60px 10px;
		border-left: 2px solid #f1f1f1;	
	}
		
		.archive-post .shop-featured h6 {
			margin-bottom: 25px;	
		}
	
	.archive-post .read-more {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 20.181818%; /* 222/1100 */	
	}

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

.archive #content.wrap {
	width: 100%;
	max-width: none;	
}

#categories-interstitial {
	background-color: #fafafa;
	margin-top: 75px;
	margin-bottom: 75px;
	position: relative;	
}

	#categories-interstitial:before {
		content: '';
		display: block;
		height: 11px;
		width: 100%;
		background: url(images/slash-pattern.png) bottom center repeat-x;
		position: absolute;
		top: -11px;
		left: 0;
	}

	#categories-interstitial:after {
		content: '';
		display: block;
		height: 11px;
		width: 100%;
		background: url(images/slash-pattern.png) top center repeat-x;
		position: absolute;
		bottom: -11px;
		left: 0;
	}

#categories-interstitial .wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

#categories-interstitial .widget:first-of-type {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-30%);
}

#categories-interstitial .widget:first-of-type .widget-title {
	font-family: 'CapistranoBF',serif;
	font-size: 60px;
	color: #fc5c9b;
	text-transform: lowercase;
	letter-spacing: normal;
	white-space: nowrap;
}

#categories-interstitial .widget_simpleimage {
	position: relative;
	width: 27.272727%; /* 300/1100 */
	overflow: hidden;
}

	#categories-interstitial .widget_simpleimage:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 150px 20px 150px;
		border-color: transparent transparent #fafafa transparent;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#categories-interstitial p {
		margin: 0;
	}

	#categories-interstitial img,
	#categories-interstitial a {
		display: block;	
	}

	#categories-interstitial .more a {
		display: block;
		position: absolute;
		font-family: 'VentiCF',sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 1.92em;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		width: 90%;
		max-width: 210px;
		padding: 13px 10px;
		text-align: center;
		background: rgba(255, 255, 255, .9);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	
	#categories-interstitial .more a:hover {
		color: #fff;
		background: rgba(252,92,155, .9)
	}


/*--------------------------------------------------------------
# Shop by Post
--------------------------------------------------------------*/

.archive.category-outfits #content.wrap,
.archive.category-fashion #content.wrap{
	width: 90%;
	max-width: 1100px;	
}

#outfits {
	margin-top: 60px;	
}

.page-header {
	position: relative;	
	margin-bottom: 80px;
}
	
	.page-header img {
		display: block;	
	}

	.page-header h1 {
		font-family: 'VentiCF',sans-serif;
		font-weight: 500;
		font-size: 25px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		padding: 10px 20px;	
		background: #ffd2dc;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,50%);
	}

#post-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

	#post-grid .post-thumb {
		width: 29.090909%; /* 320/1100 */
		margin-bottom: 70px;	
	}
	
	#post-grid .gap {
		width: 29.090909%; /* 320/1100 */
	}
	
	#post-grid .featured-image {
		position: relative;	
		margin-bottom: 15px;
	}
	
		#post-grid .featured-image img {
			display: block;	
		}
		
		#post-grid .featured-image a.image-link:before {
			content: '';	
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(255, 210, 220, .5);
			opacity: 0;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}

		#post-grid .featured-image a.read-more {
			display: block;
			position: absolute;
			font-family: 'VentiCF',sans-serif;
			font-weight: 700;
			font-size: 13px;
			line-height: 1.92em;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			width: 90%;
			max-width: 210px;
			padding: 13px 10px;
			text-align: center;
			color: #fff;
			background: rgba(252,92,155, .9);
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			z-index: 1;
			opacity: 0;
		}
		
		#post-grid .featured-image:hover a.image-link:before,
		#post-grid .featured-image:hover a.read-more {
			opacity: 1;	
		}
	
	#post-grid .entry-title {
		font-family: 'VentiCF',sans-serif;
		font-weight: 500;
		font-size: 13px;
		line-height: 1.92em;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		text-align: center;
		color: #272421;
		margin-bottom: 20px;
	}

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

.archive.category-videos #content.wrap {
	width: 90%;
	max-width: 1100px;	
}

#videos {
	margin-top: 60px;	
}

	#videos #post-grid .post-thumb {
		width: 46.818181%; /* 515/1100 */
		margin-bottom: 70px;	
	}
	
	#videos #post-grid .gap {
		width: 46.818181%; /* 515/1100 */
	}


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

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

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

	#info-page .entry-content h4 {
		font-family: 'VentiCF',sans-serif;
		font-weight: 500;
		font-size: 17px;
		text-transform: none;
		letter-spacing: .05em;
		color: #f7619b;	
		font-style: italic;
		margin-bottom: 20px;
	}

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

.search-open {
	cursor: pointer;	
}

#search-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 545px;
	min-width: 300px;
	height: auto;
	max-height: 90%;
	overflow-y: auto;
	z-index: 6000;
	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%);
}

#search-popup.active {
	visibility: visible;
}

#search-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 5000;
	opacity: 0;
	background: rgba(255, 210, 220, .8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#search-overlay.active {
	opacity: 1;
	visibility: visible;
}

#search-popup > .search {
	-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;
	position: relative;
	box-sizing: border-box;
	background: #fff;
}

#search-popup.active > .search {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#search-popup .search-form {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}

	#search-popup .search-submit {
		order: 1;
		color: #f7619b;
		background: none;
		padding: 0;	
		border: none;
		font-size: 15px;
	}
	
	#search-popup .search-text {
		order: 2;
		padding: 0 0 0 10px;
		color: #f7619b;
		font-family: 'VentiCF',sans-serif;
		font-weight: 500;
		font-size: 13px;
		line-height: 1.92em;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}
		
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Desktop
--------------------------------------------------------------*/

@media screen and (min-width: 768px) {

#primary-menu {
	display: inline-block;	
}

.slicknav_menu {
	display: none;	
}
	
.mobile-only {
	display: none;
}

}

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

#scroll-navigation {
	display: none !important;
}

}

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

#single-post .entry-sidebar .button-text {
	display: none;
}

}

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

#primary-menu li {
	margin: 0 15px;
}

#primary-menu > li:after {
	display: none;
}

#social-menu {
	display: none;
}

}

/*--------------------------------------------------------------
## Tablet
--------------------------------------------------------------*/

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

.desktop-only {
	display: none;
}
	
.home #masthead {
	margin-bottom: 40px;
}
	
#instagram-slider li:last-of-type {
	display: none;	
}

.follow-menu {
	display: block;
}

	.follow-menu li {
		width: 245px;
		margin: 0 auto 20px auto;
	}

#footer-navigation .wrap {
	flex-wrap: wrap;
	text-align: center;
}

#footer-left-menu {
	order: 2;
	width: 100%;
}

#footer-branding {
	order: 1;
	margin: 0 auto;
}

#footer-right-menu {
	order: 3;
	width: 100%;
}

#slider-cta {
	display: none;
}

#slider-cta .widget {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 20px auto;
}

.entry-sidebar {
	display: none;
}

	#home .entry-footer .read-more.align-right {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		margin-bottom: 20px;
	}
	
	.shop-the-look h6 {
		width: 70px;
	}
	
	.shop-the-look h6 span {
		padding: 50px 20px;
	}
	
	.shop-widget {
		width: 80%;
	}

#shop-interstitial {
	background: url(images/slash-pattern.png) top center repeat-x, url(images/slash-pattern.png) bottom center repeat-x;
	margin-bottom: 75px;
	position: relative;	
}

#shop-interstitial .wrap {
	display: block;
}
	
#shop-interstitial .widget:first-of-type .widget-title {
	font-size: 60px;
}

#shop-interstitial .widget_black_studio_tinymce {
	width: 100%;
	margin-bottom: 20px;
}

#shop-interstitial .widget_nav_menu {
	width: 100%;
	min-height: 0;
}

#shop-interstitial .widget_simpleimage {
	display: none;
}

#video-interstitial .wrap {
	display: block;
}

#video-interstitial .widget_youtube-channel {
	width: 100%;
}

#video-interstitial .widget_nav_menu {
	width: 100%;
	padding: 20px;
	margin-right: 0;
	text-align: center;
}

	#video-interstitial .widget_nav_menu:after {
		display: none;
	}

#entry-cta {
	display: block;
}

#entry-cta .widget {
	position: relative;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 10px auto;
}

ul.related_post {
	display: block;
}

ul.related_post li {
	width: 100%; 
	max-width: 350px;
	margin: 0 auto 10px auto;
}

.archive-post {
	display: block;
}

	.archive-post .featured-image {
		width: 100%;
	}
	
	.archive-post .entry-excerpt {
		width: 100%;
		padding: 60px 30px;	
	}
	
		.archive-post .entry-excerpt.with-shop {
			width: 100%;	
		}
	
	.archive-post .shop-featured {
		width: 100%; /* 222/1100 */
		padding: 0 10px 60px 10px;
		border-left: none;	
	}
		
	.archive-post .read-more {
		width: 100%; /* 222/1100 */	
	}

#categories-interstitial .wrap {
	display: block;
}

#categories-interstitial .widget_simpleimage {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px auto;
}

#post-grid .post-thumb {
	width: 100%;	
}

#post-grid .gap {
	width: 100%;
}
	
	#videos #post-grid .post-thumb {
		width: 100%;
	}
	
	#videos #post-grid .gap {
		width: 100%;
	}

}

/*--------------------------------------------------------------
## Phone
--------------------------------------------------------------*/

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

#footer-navigation ul li {
	display: block;
	margin: 0 !important;
}

.shop-widget {
	width: 65%;
}

}
