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

Kendi Everyday 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.

*/


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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "freight-sans-pro", sans-serif;
	font-size: 17px;
	line-height: 1.5em;
}

h1,
h2 {
	font-family: "freight-big-pro", serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 1em;
	font-style: italic;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 32px;
}

h3,
h4,
h5,
h6 {
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .3em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

p {
	margin-bottom: 1.5em;
}

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

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

body, html {
	overflow-x: hidden;	
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

article .entry-content a:hover {
	text-decoration: underline;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;	
}

h1 a,
h2 a {
	font-weight: normal;	
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
	color: #50607e;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	outline: none;
	border: none;
	background: #000;
	padding: 10px;
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .3em;
	-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 {
	background: #f1f1f1;
	color: #000;
}

input#mc-embedded-subscribe {
	background: none;
	padding: 0;	
	letter-spacing: .1em;
	color: #000;
}

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 {
	border: 2px solid #f1f1f1;
	background: #fff;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}

input#mce-EMAIL {
	margin-bottom: 10px;
}

select {
	border: 1px solid #ccc;
}

label {
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .3em;
	text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a1a1a1;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #a1a1a1;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #a1a1a1;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
	color: #a1a1a1;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

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

#primary {
	margin-bottom: 70px;	
}

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

#masthead {
	margin: 50px auto;	
}

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

#site-branding {
	width: 46.63636%; /* 513/1100 */
	float: left;
}

#site-branding a {
	display: block;
	width: 100%;
	padding-top: 28.070175%; /* 144/513 */
	background: url(images/kendi-everyday.png) center no-repeat;
	background-size: contain;	
}

#site-branding span {
	display: none;	
}

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

#site-navigation {
	width: 52.727272%; /* 580/1100 */
	float: right;
	text-align: right;
	padding-top: 4%; /* 44/1100 */
}

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

#site-navigation li {
	display: inline-block;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
	color: #6D6D6D;
	margin-left: 11.206897%; /* 65/580 */
}

	#site-navigation li:first-of-type {
		margin-left: 0;	
	}
	
	#site-navigation a {
		color: #6D6D6D;	
	}

	#site-navigation a:hover {
		color: #50607e;	
		text-decoration: none;
	}

.menu-toggle {
	display: none;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
	color: #6D6D6D;
	padding: 0;
	background: none;
}
	
	.menu-toggle i {
		margin-right: 5px;	
	}
	
	.menu-toggle:hover {
		color: #50607e;	
		background: none;	
	}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/

#top-navigation {
	border-bottom: 1px solid #f4f4f4;	
}

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

#social {
	float: left;
	text-align: left;
}

	#top-navigation ul#social {
		padding-left: 10px;	
	}

#utility {
	float: right;
	text-align: right;	
}

#top-navigation li {
	display: inline-block;
	font-family: "freight-big-pro", serif;
	font-size: 15px;	
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: .1em;
}

#top-navigation li a {
	display: block;
	padding: 16px 20px;
	color: #6b6b6b;	
}

#top-navigation li a:hover {
	color: #50607e;	
}

	#social li a {
		font-size: 12px;	
		padding: 16px 0 16px 20px;
	}

	#top-navigation li.shop a {
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: .1em;
		background: #f4f4f4;
	}
	
	#top-navigation li.shop a:hover {
		color: #fff;
		background: #000;	
	}
	
	.fontawesome-text {
		display: none;	
	}

/*--------------------------------------------------------------
## Scroll Bar
--------------------------------------------------------------*/
	
#scroll-navigation {
	display: none;
	padding: 15px 0;
	background: rgba(241, 241, 241, .98);
	text-align: center;	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 8000;	
}

#scroll-navigation > ul {
	padding: 0;
	list-style: none;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

#scroll-navigation > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2.90909%; /* 32/1100 */
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
}

	#scroll-navigation li.logo {
		width: 9%; /* 99/1100 */	
		margin-right: 3.63636%; /* 40/1100 */
	}
	
	#scroll-navigation li.logo a {
		display: block;
		width: 100%;
		padding-top: 100%;	
		height: 0;
		text-indent: -9999em;
		background: url(images/ke-scroll.png) center no-repeat;
		background-size: contain;
	}
	
	#scroll-navigation li.last {
		margin-right: 5.9090909%;	/* 65/1100 */
	}
	
	#scroll-navigation li.social {
		margin: 0 .5%;
		font-size: 12px;
	}

	#scroll-navigation > ul > li:first-of-type {
		margin-left: 0;	
	}

	#scroll-navigation > ul > li:last-of-type {
		margin-right: 0;	
	}

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

#scroll-navigation a:hover {
	color: #50607e;	
}

#scroll-navigation > ul > li.menu-item-has-children > a:after {
	content: '\f107';
	font-family: FontAwesome;
	margin-left: 5px;
}

#scroll-navigation > ul > li > .sub-menu {
	position: absolute;
	width: 640px;
	height: 259px;
	top: 100%;
	left: -21px;
	background: #000;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 2px solid #000;
	display: none;
	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;
}

	#scroll-navigation > ul > li:hover > .sub-menu {
		display: block;
		opacity: 1;
	}

	#scroll-navigation > ul > li > .sub-menu > li {
		width: 145px;
		box-sizing: border-box;
		text-align: center;
		line-height: 40px;
	}
	
		#scroll-navigation > ul > li > .sub-menu > li:first-of-type {
			padding-top: 40px;	
		}
	
		#scroll-navigation > ul > li > .sub-menu > li > a {
			color: #fff;	
		}

		#scroll-navigation > ul > li > .sub-menu > li > a:hover {
			color: #50607e;	
		}
	
	#scroll-navigation > ul > li > .sub-menu > li > .sub-menu {
		width: 495px;
		height: 255px;
		box-sizing: border-box;
		padding: 20px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		list-style: none;
	}
	
	#scroll-navigation > ul > li > .sub-menu > li > .sub-menu > li {
		opacity: 0;
		position: relative;
		width: 455px;
		height: 215px;
		background: #fff;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
		#scroll-navigation > ul > li > .sub-menu > li:hover > .sub-menu > li {
			opacity: 1;	
			z-index: 2;
		}
		
		#scroll-navigation > ul > li > .sub-menu > li:first-of-type > .sub-menu > li {
			opacity: 1;
			z-index: 1;
		}
		
	#scroll-navigation > ul > li > .sub-menu > li > .sub-menu > li > a {
		display: block;
		width: 270px;
		float: left;	
	}
	
	#scroll-navigation > ul > li > .sub-menu > li > .sub-menu > li > .dropdown-content {
		width: 162px;
		height: 208px;
		float: right;
		position: relative;	
	}
	
		#scroll-navigation > ul > li > .sub-menu > li > .sub-menu > li > .dropdown-content a:hover {
			color: #000;
			text-decoration: underline;	
		}
		
		#scroll-navigation > ul > li > .sub-menu > li > .sub-menu > li > .dropdown-content h4 {
			font-family: "freight-big-pro", serif;
			font-size: 25px;	
			line-height: 25px;
			font-weight: 500;
			font-style: italic;
			text-transform: none;
			letter-spacing: .03em;
			text-align: left;
		}
		
		#scroll-navigation > ul > li > .sub-menu > li > .sub-menu > li > .dropdown-content .dropdown-links {
			position: absolute;
			bottom: 0;
			left: 0;
			text-align: left;
			font-family: "freight-sans-pro", sans-serif;
			font-weight: normal;
			font-size: 11px;
			line-height: 11px;
			letter-spacing: .1em;
			padding-top: 7px;
			border-top: 1px solid #000;
		}
		
		#scroll-navigation > ul > li > .sub-menu > li > .sub-menu > li > .dropdown-content .dropdown-links a {
			display: block;
			font-weight: normal;	
			margin-top: 10px;
		}
	
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#follow {
	margin-top: 15px;
	border-top: 2px solid #000;	
	margin-bottom: 40px;
}

#follow-title {
	font-family: "freight-big-pro", serif;
	font-size: 40px;	
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: table;
	padding-right: 38px;
	background: #fff;
	margin-top: -15px;
	margin-bottom: 25px;
}

#follow-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

	#follow-container .widget-title {
		display: none;	
	}

	#follow-container .pinterest_rss_widget {
		width: 28.25%;	
	}
	
		#follow-container li.pins-feed-item {
			margin: 0 !important;
			float: none !important;
			width: auto !important;
			height: auto !important;
		}
		
		#follow-container .nailthumb-container {
			width: 100% !important;
			height: auto !important;
			padding-top: 100% !important;
			position: relative;	
			overflow: hidden;
			margin: 0 !important;
		}

		#follow-container .nailthumb-container:before {
			content: 'View the pin';	
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .3em;
			color: #000;
			display: block;
			width: 100%;
			position: absolute;
			z-index: 2;
			top: 50%;
			margin-top: -7px;
			left: 0;
			text-align: center;
			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;
		}
		
		#follow-container .nailthumb-image {
			width: 100% !important;
			height: auto !important;	
			top: 0 !important;
			left: 0 !important;
			position: absolute !important;
			-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-container .nailthumb-container:hover:before {
			opacity: 1;	
		}
		
		#follow-container .nailthumb-container:hover .nailthumb-image {
			opacity: .2;	
		}
			
	#follow-container .jr-insta-slider {
		width: 71.75%;	
	}
	
		#follow-container .jr-insta-slider li {
			box-sizing: border-box;
			padding: 0 0 5px 5px;
			position: relative;	
		}
				
		#follow-container .jr-insta-slider li a {
			display: block;
			width: 100%;
			padding-top: 100%;
			overflow: hidden;
			position: relative;	
		}
		
		#follow-container .jr-insta-slider li a:before {
			content: 'View the gram';	
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .3em;
			color: #000;
			display: block;
			width: 100%;
			box-sizing: border-box;
			padding: 0 20px;
			position: absolute;
			z-index: 2;
			top: 50%;
			margin-top: -25px;
			left: 0;
			text-align: center;
			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;
		}
		
		#follow-container .jr-insta-slider img {
			position: absolute;
			top: 0;
			left: 0;	
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		
		#follow-container .jr-insta-slider li a:hover:before {
			opacity: 1;
		}
		
		#follow-container .jr-insta-slider li a:hover img {
			opacity: .2;
		}
	
	#follow-container .widget_nav_menu {
		display: block;
		width: 100%;
		text-align: right;	
		margin-top: 40px;
	}
	
		#follow-container .widget_nav_menu ul {
			margin: 0;
			padding: 0;
			list-style: none;	
		}

		#follow-container .widget_nav_menu li {
			display: inline-block;
			margin-left: 10px;	
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .3em;
			color: #000;
		}
		
		#follow-container .widget_nav_menu li:first-of-type {
			margin-left: 0;	
		}
		
		#follow-container .widget_nav_menu li:first-of-type:after {
			content: "\00b7";
			margin: 0 13px 0 23px;	
		}
		
		#follow-container .widget_nav_menu a:hover {
			color: #50607e;
		}

#site-footer {
	padding: 30px 0 12px;
	background: #000;
	color: #fff;
	text-align: center;
}

#site-footer a {
	color: #fff;
}

#site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

	#site-footer ul#footer {
		padding: 0 0 0 55px;	
	}

#site-footer li {
	display: inline-block;
	vertical-align: middle;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .3em;
	color: #fff;
	margin: 0 2.125%;
}

	#site-footer li.logo {
		width: 14.363636%; /* 158/1100 */
	}
	
	#site-footer li.logo a {
		display: block;
		width: 100%;
		height: 0;
		padding-top: 100%;
		background: url(images/ke-footer.png) center no-repeat;
		background-size: contain;
		text-indent: -9999em;	
	}
	
	#site-footer .tagline {
		font-family: "freight-big-pro", serif;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		font-style: italic;
		text-transform: lowercase;
		letter-spacing: .05em;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#site-footer ul#credits li a {
		color: #444;
		position: relative;
		z-index: 4001;
	}

#scroll-to-top {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
	display: none;
	z-index: 4000;	
}

#scroll-to-top-button {
	display: inline-block;
	padding: 20px 15px;	
	background: #f1f1f1;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #000;
	cursor: pointer;
}

#scroll-to-top-button i {
	margin-right: 5px;	
}

/*--------------------------------------------------------------
# Search + Subscribe Popups
--------------------------------------------------------------*/

.search-open,
.subscribe-open {
	cursor: pointer;	
}

#search-popup,
#subscribe-popup {
	position: absolute; 
	z-index: 100000; 
	width: 90%; 
	max-width: 565px; 
	height: 230px; 
	background: #000; 
	color: #fff;
	text-align: center;
}

#subscribe-popup {
	text-align: left;	
}

	#search-popup .widget {
		padding: 50px 78px;
	}
	
	#subscribe-popup .widget {
		padding: 30px 40px;	
	}
	
	#search-popup .widget-title {
		font-size: 25px;
		letter-spacing: .05em;
	}
	
	#subscribe-popup p {
		margin-bottom: 10px;	
	}
	
	#subscribe-popup .widget-title {
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		font-size: 20px;
		letter-spacing: .1em;
		color: #fff;
		margin-bottom: 10px;
		text-align: left;	
	}

	#search-popup input.search-text {
		text-align: center;	
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		font-size: 15px;
		letter-spacing: .1em;
		color: #728d9e;
	}
	
	#search-popup input.search-submit,
	#search-popup .search h3 {
		display: none;	
	}
	
	#subscribe-popup input#mc-embedded-subscribe {
		color: #fff;	
	}
	
#search-overlay,
#subscribe-overlay {
	position: fixed; 
	top: 0; 
	left: 0; 
	bottom: 0;
	right: 0;
	width: 100%; 
	height: 100%; 
	z-index: 10000; 
	background: rgba(241, 241, 241, .7);}

#search-close,
#subscribe-close {
	cursor: pointer; 
	font-size: 16px; 
	color: #fff; 
	float: right; 
	padding: 10px; 
	opacity: .5;
	-moz-transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

	#search-close:hover,
	#subscribe-close:hover {
		opacity: 1;
	}


/*--------------------------------------------------------------
# Blog Feed
--------------------------------------------------------------*/

#blog-feed {
	margin-top: 25px;
	border-top: 2px solid #000;	
}

	.blog.paged #blog-feed {
		margin: 0;
		border: none;	
	}

#blog-feed-title {
	font-family: "freight-big-pro", serif;
	font-size: 50px;	
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: table;
	padding-right: 17px;
	background: #fff;
	margin-top: -25px;
	margin-bottom: 60px;
}

#blog-feed .post {
	display: flex;
	justify-content: space-between;	
	padding-bottom: 70px;
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: 70px;
}

	#blog-feed .post:nth-of-type(even) {
		padding-bottom: 0;
		border-bottom: none;	
	}

#blog-feed .post .content-container {
	width: 73.636363%; /* 810/1100 */	
}

	#blog-feed .post .content-container .featured-image {
		display: flex;
		justify-content: space-between;
		margin-bottom: 25px;	
	}
	
		#blog-feed .post .content-container .featured-image .half-image {
			width: 49.382716%; /* 400/810 */	
		}
		
		#blog-feed .post .content-container .featured-image a, 
		#blog-feed .post .content-container .featured-image img {
			display: block;	
		}
		
	#blog-feed .post .content-container .content {
		display: flex;
		justify-content: space-between;
	}
	
		#blog-feed .post .content-container .content .excerpt {
			width: 91.358025%; /* 740/810 */
			order: 2;
		}
		
			#blog-feed .excerpt .entry-meta {
				font-family: "futura-pt", sans-serif;
				font-weight: bold;
				font-style: normal;
				text-transform: uppercase;
				font-size: 9px;
				line-height: 1em;
				letter-spacing: .2em;
				margin-bottom: 20px;
			}
			
			#blog-feed .entry-meta .posted-on {
				display: inline-block;
				padding-right: 22px;
				border-right: 1px solid #000;
				margin-right: 22px;
			}
			
			#blog-feed .post .content-container .content .excerpt .entry-title {
				text-align: left;
				font-size: 55px;
				margin-bottom: 10px;	
			}
			
			#blog-feed .post .content-container .content .excerpt p {
				font-size: 17.5px;
				margin-bottom: 15px;
			}
			
			#blog-feed .post .content-container .content .excerpt .read-more {
				font-family: "futura-pt", sans-serif;
				font-weight: bold;
				font-style: normal;
				text-transform: uppercase;
				font-size: 11px;
				line-height: 1em;
				letter-spacing: .3em;
			}
			
			#blog-feed .post .content-container .content .excerpt .read-more:hover {
				text-decoration: underline;
			}

		#blog-feed .post .content-container .content .share {
			width: 4.938272%; /* 40/810 */
			order: 1;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			.share {
				margin: 0;
				padding: 0;
				list-style: none;
				max-width: 40px;
			}
			
			.share ul {
				margin: 0;
				padding: 0;
				list-style: none;	
			}
			
			.share > li,
			.share > li > span {
				display: block;
				padding: 5px;
				border: 1px solid #f1f1f1;
				margin-bottom: 10px;
				font-size: 13px;	
				text-align: center;
			}
			
				.share > li.expand-share {
					padding: 0;
					border: none;
					margin-bottom: 0;
				}
			
			.share .expand-share {
				cursor: pointer;	
			}
			
			.share .share-submenu {
				display: none;	
			}
			
				.share .share-active > .share-submenu {
					display: block;
				}
			
			.share .share-submenu li {
				font-size: 12px;	
				margin-bottom: 5px;
				text-align: center;
			}

#blog-feed .post .excerpt-sidebar {
	width: 25%; /* 275/1100 */
	padding-top: 70px;	
}

	#blog-feed .post .excerpt-sidebar h3 {
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 1em;
		letter-spacing: .3em;
		color: #fff;
		padding: 10px 10px 10px 50px;
		background: #000;
		text-align: left;
		margin-left: -50px;
		position: relative;
		z-index: 10;
	}

.posts-navigation {
	text-align: center;	
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: .3em;
}

	.posts-navigation .nav-next {
		display: inline-block;
		padding-right: 40px;
	}
	
	.posts-navigation .nav-previous {
		display: inline-block;
		padding-left: 40px;
	}
	
	.posts-navigation a:hover {
		color: #50607e;
	}

/*--------------------------------------------------------------
## Blog Feed Interstitials
--------------------------------------------------------------*/

#popular {
	margin-bottom: 80px;	
	position: relative;
	padding-top: 20px;
}

#popular-title {
	font-family: "freight-big-pro", serif;
	font-size: 40px;	
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding-left: 17px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

#popular-inner {
	padding: 37px 0 31px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

	#popular-inner .popular-posts {
		width: 90.454545%; /* 995/1100 */
	}
	
		#popular-inner .popular-posts .widget-title {
			display: none;	
		}
		
		#popular-inner .wpp-list {
			margin: 0;
			padding: 0;
			list-style: none;
			display: flex;
			justify-content: space-between;
		}
		
		#popular-inner .wpp-list li {
			width: 32.663317%; /* 325/995 */	
			position: relative;
		}
		
		#popular-inner .wpp-thumbnail {
			display: block !important;
			margin: 0 !important;
			float: none !important;	
		}
		
		#popular-inner .wpp-info {
			text-align: center;
		}
		
		#popular-inner .wpp-info a {
			display: flex;
			justify-content: space-between;
			align-items: center;	
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, .8);
			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;
		}
		
		#popular-inner .wpp-info a:before,
		#popular-inner .wpp-info a:after {
			content: '';
			display: block;
			height: 100%;
			width: 10px;	
		}
		
		#popular-inner .wpp-list li:hover a {
			opacity: 1;	
		}
		
		#popular-inner .wpp-info h3 {
			font-size: 20px;
			text-align: center;
			letter-spacing: .1em;
			margin: 0;
		}
		
		#popular-inner .wpp-more {
			display: block;
			font-family: "freight-big-pro", serif;
			font-size: 15px;	
			font-weight: normal;
			font-style: italic;
			text-transform: lowercase;
			letter-spacing: .05em;
		}
		
		#popular-inner .wpp-more:before {
			content: '';
			display: block;
			height: 1px;
			width: 90%;
			max-width: 125px;
			margin: 18px auto;
			background: #000;	
		}
			
	#popular-inner .widget_nav_menu {
		width: 8.6363636%; /* 95/1100 */	
		box-sizing: border-box;
		padding: 30px 15px 0 15px;
		text-align: center;
		background: #f1f1f1;
	}
	
		#popular-inner .widget_nav_menu .widget-title {
			text-align: center;	
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px;
			line-height: 1em;
			letter-spacing: .1em;
			padding-bottom: 20px;
			border-bottom: 2px solid #cfcfcf;
			margin-bottom: 0;
		}
		
		#popular-inner .widget_nav_menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
			display: flex;
			flex-wrap: wrap;	
		}
		
		#popular-inner .widget_nav_menu ul li {
			font-size: 12px;
			width: 50%;
			text-align: center;
			margin-top: 20px;
		}
		
		#popular-inner .widget_nav_menu ul li:first-of-type {
			display: none;	
		}

#shop-picks {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

	#shop-picks .widget:first-of-type {
		width: 77.272727%; /* 850/1100 */
		padding: 37px 0 31px 0;
		order: 2;	
	}
	
		#shop-picks .widget:first-of-type .widget-title {
			font-family: "freight-big-pro", serif;
			font-size: 40px;	
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			letter-spacing: .05em;
			padding-left: 17px;
			background: #fff;
			position: absolute;
			top: -20px;
			right: 0;
		}
	
	#shop-picks .widget:last-of-type {
		width: 20%; /* 220/1100 */
		order: 1;
		box-sizing: border-box;
		background: #000;
		color: #fff;	
		text-align: center;
		position: relative;
	}
	
		#shop-picks .widget:last-of-type a {
			display: flex;
			align-items: center;
			justify-content: space-between;
			text-align: center;
			color: #fff;	
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px;
			line-height: 1.8em;
			letter-spacing: .3em;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
		}
		
		#shop-picks .widget:last-of-type a:before,
		#shop-picks .widget:last-of-type a:after {
			content: '';
			display: block;
			width: 30px;
			height: 100%;
		}
		
		#shop-picks .widget:last-of-type a:hover {
			color: #50607e;
		}

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

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

#slider ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

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

	.slide .slide-image {
		width: 75%; /* 825/1100 */	
		opacity: 0;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-ms-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	
		.unslider-active .slide-image {
			opacity: 1;	
		}
	
	.slide .slide-content {
		width: 22.272727%; /* 245/1100 */
		padding-top: 40px;	
	}
	
		.slide .posted-in {
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 11px;
			line-height: 1em;
			letter-spacing: .3em;
			color: #fff;
			padding: 10px 30px 10px 70px;
			background: #000;
			text-align: left;
			margin-left: -50px;
			margin-bottom: 28px;
			opacity: 0;
			-webkit-transition: all .5s ease-in;
			-moz-transition: all .5s ease-in;
			-ms-transition: all .5s ease-in;
			-o-transition: all .5s ease-in;
			transition: all .5s ease-in;
			position: relative;
		}
		
			.unslider-active .slide .posted-in:after {
				content: '';
				display: block;
				background: #000;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 100%;
				width: 50px;	
			}
		
			.unslider-active .slide .posted-in {
				opacity: 1;
				-moz-transform: translateX(-20px);
				-webkit-transform: translateX(-20px);
				-o-transform: translateX(-20px);
				-ms-transform: translateX(-20px);
				transform: translateX(-20px);
			}
		
		.slide h1 {
			font-size: 50px;
			line-height: 1em;
			font-style: normal;
			font-weight: 500;
			letter-spacing: .05em;
			text-align: left;	
			margin-bottom: 30px;
			padding-right: 20px;
			margin-left: -20px;
			opacity: 0;
			-webkit-transition: all .5s ease-in;
			-moz-transition: all .5s ease-in;
			-ms-transition: all .5s ease-in;
			-o-transition: all .5s ease-in;
			transition: all .5s ease-in;
		}
		
			.unslider-active .slide h1 {
				opacity: 1;
				-moz-transform: translateX(20px);
				-webkit-transform: translateX(20px);
				-o-transform: translateX(20px);
				-ms-transform: translateX(20px);
				transform: translateX(20px);
			}
		
		.slide h2 {
			font-family: "futura-pt", sans-serif;
			font-weight: normal;
			font-style: normal;
			text-transform: uppercase;
			font-size: 12px;
			line-height: 2em;
			letter-spacing: .1em;
			text-align: left;
			color: #6f6f6f;
			padding-right: 20px;
			margin-left: -20px;
			opacity: 0;
			-webkit-transition: all .5s ease-in;
			-moz-transition: all .5s ease-in;
			-ms-transition: all .5s ease-in;
			-o-transition: all .5s ease-in;
			transition: all .5s ease-in;
		}

			.unslider-active .slide h2 {
				opacity: 1;
				-moz-transform: translateX(20px);
				-webkit-transform: translateX(20px);
				-o-transform: translateX(20px);
				-ms-transform: translateX(20px);
				transform: translateX(20px);
			}
				
		.slide .slide-featured {
			margin-top: 40px;
			padding-top: 28px;
			border-top: 2px solid #f1f1f1;
			padding-right: 20px;
			margin-left: -20px;
			opacity: 0;
			-webkit-transition: all .5s ease-in;
			-moz-transition: all .5s ease-in;
			-ms-transition: all .5s ease-in;
			-o-transition: all .5s ease-in;
			transition: all .5s ease-in;
		}

			.unslider-active .slide-featured {
				opacity: 1;
				-moz-transform: translateX(20px);
				-webkit-transform: translateX(20px);
				-o-transform: translateX(20px);
				-ms-transform: translateX(20px);
				transform: translateX(20px);
			}
		
		.slide .slide-featured h3 {
			letter-spacing: .1em;
			font-size: 11px;
			text-align: left;
			margin-bottom: 10px;	
		}

/*--------------------------------------------------------------
## Scroll Triggered Box
--------------------------------------------------------------*/

.boxzilla-content h4 {
	font-size: 20px; 
	font-weight: bold; 
	text-align: left; 
	margin-bottom: 10px; 
	letter-spacing: .1em;
}

.boxzilla-close-icon {
	font-size: 18px; 
	padding: 10px;
}

.boxzilla.boxzilla-bottom-right {
	bottom: 150px;
}

.boxzilla {
	-webkit-box-shadow: 0 0 10px 1px #acacac; 
	box-shadow: 0 0 10px 1px #acacac;
}

.boxzilla p {
	margin-bottom: 10px;
}

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

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

.post-container {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;	
}

.single-post article {
	width: 650px;
	margin: 0 auto 70px auto;
	position: relative;
	z-index: 500;
}	

	.single-post article .entry-meta {
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		font-size: 9px;
		line-height: 1em;
		letter-spacing: .2em;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.single-post article .entry-meta .posted-on {
		display: inline-block;
		padding-right: 22px;
		border-right: 1px solid #000;
		margin-right: 22px;
	}
	
	.single-post article .entry-title {
		text-align: center;
		font-size: 50px;
		margin-bottom: 30px;	
	}
	
	.single-post article .entry-content div {
		margin-bottom: 1.5em;	
	}
	
	.single-post article .shop-the-post {
		margin-top: 40px;
		padding: 25px 0 45px;
		border-top: 2px solid #f1f1f1;	
		border-bottom: 2px solid #f1f1f1;	
	}
	
		.single-post article .shop-the-post h3 {
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .3em;
			margin-bottom: 10px;
		}
		
	.editors-notes {
		display: flex;
	}
	
		.editors-notes .notes-title {
			width: 210px;
			flex-shrink: 0;
			background: #000;
			padding: 10px 15px;
			display: flex;
		}
			
			.editors-notes h3 {
				font-family: "freight-big-pro", serif;
				font-weight: normal;
				text-transform: none;
				font-size: 30px;
				line-height: 1em;
				font-style: italic;
				letter-spacing: .05em;
				text-align: center;
				color: #fff;
				margin: auto;
			}

		.editors-notes .notes {
			background: #f1f1f1;
			padding: 25px 30px;
			font-family: "futura-pt", sans-serif;
			font-weight: normal;
			font-style: normal;
			text-transform: uppercase;
			font-size: 12px;
			line-height: 1.75em;
			letter-spacing: .05em;
		}

			.editors-notes .notes a:hover {
				text-decoration: underline;
			}

.next-post-block {
	background: #f1f1f1;
	margin-bottom: 70px;
}

	.next-post-block a {
		width: 100%;
		display: flex;
		justify-content: space-between;	
	}
		
	.next-post-block .next-post-thumb {
		width: 60%;
	}

		.next-post-block .next-post-thumb img {
			display: block;
			width: 100%;
			height: auto;
		}
	
	.next-post-block .next-post-info {
		width: 40%;
		max-width: 300px;
		margin: auto;
		text-align: center;
	}
	
		.next-post-block .next-post-subtitle {
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .3em;
			margin-bottom: 15px;
		}
		
		.next-post-block .next-post-info h2 {
			font-size: 30px;
			line-height: 1em;
			padding-bottom: 28px;
			background: url(images/arrow.png) center bottom no-repeat;
			margin-bottom: 0;	
		}

.comments-container {
	max-width: 650px;
}

	#respond {
		margin-bottom: 40px;	
	}
	
	.comments-title {
		font-style: normal;
		text-transform: uppercase;
		font-size: 50px;
		margin-bottom: 30px;
		font-weight: normal;
		letter-spacing: .1em;
	}
	
	#reply-title {
		display: none;	
	}
	
	.comment-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;	
	}
	
	#comment-form-left {
		width: 48%;
		order: 1;	
	}

	#comment-form-right {
		width: 48%;
		order: 2;	
	}
	
	.comment-form input,
	.comment-form textarea {
		background: #f1f1f1;	
	}
	
	.comment-form textarea {
		height: 252px;	
	}
	
	p.form-submit {
		width: 100%;
		text-align: right;
		order: 3;	
	}
	
	.comment-form input[type="submit"] {
		font-family: "freight-big-pro", serif;
		font-size: 30px;	
		font-weight: normal;
		font-style: italic;
		text-transform: lowercase;
		letter-spacing: .025em;
		padding: 5px;
		background: none;
		color: #000;
	}

	#comments-section ol,
	#comments-section ul {
		margin: 0;
		padding: 0;
		list-style: none;	
	}
	
	.comment-list > li {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 2px solid #f1f1f1;	
	}
	
		.comment-list > li:last-of-type {
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;	
		}
		
		.comment-list .children > li {
			margin-top: 20px;	
			padding-left: 40px;	
		}
		
		.comment-author {
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .1em;
			margin-bottom: 10px;
		}
		
		.comment-text {
			margin-bottom: 10px;	
		}
		
		.comment-meta {
			font-family: "futura-pt", sans-serif;
			font-weight: normal;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .05em;
		}
		
			.comment-meta a {
				font-weight: normal;
			}

.post-sidebar-container {
	width: 100%;
	position: absolute;	
	top: 0;
	left: 0;
	right: 0;
}

.post-sidebar-scroll {
	width: 100%;
}

.post-sidebar-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;	
}

	.post-sidebar-wrap.sticky {
		width: 90%;	
	}

.post-sidebar {
	width: 205px;
	float: right;
	padding-top: 149px;
}
	
	.share.horizontal {
		width: 100%;
		max-width: 100%;	
		text-align: left;
	}
	
	.share.horizontal > li:first-of-type {
		width: 40px;	
	}
		
	.share.horizontal > li > span {
		width: 40px;
		display: inline-block;
		margin-right: 9px;
	}
	
	.share.horizontal > li.expand-share {
		margin-bottom: 10px;
		text-align: left;
	}
	
		.share.horizontal .share-active > .share-submenu {
			display: inline-block;
		}
	
	.share.horizontal .share-submenu li {
		display: inline-block;
		padding: 5px 9px;
	}

	.post-links {
		padding: 20px;
		border: 3px solid #f1f1f1;	
		text-align: center;
		font-family: "futura-pt", sans-serif;
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1.35em;
		letter-spacing: .05em;
	}
	
		.excerpt-sidebar .post-links {
			padding: 0;
			border: none;
			text-align: left;
			margin-top: 35px;	
		}
	
	.post-links a {
		font-weight: normal;	
	}
	
		.post-links a:hover {
			text-decoration: underline;	
		}
	
	.post-links h3 {
		font-weight: bold;
		letter-spacing: .3em;	
	}
	
		.excerpt-sidebar .post-links h3 {
			display: none;	
		}

.single-post #scroll-to-top {
	display: none !important;	
}

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

.archive-header {
	width: 46.818181%; /* 515/1100 */
	box-sizing: border-box;
	padding: 16px;
	background: #f1f1f1;	
	text-align: center;
	margin-bottom: 12px;
}

	.archive-header h1 {
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .3em;
		margin-bottom: 0;
	}
	
.archive-feed {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

	.archive-featured {
		width: 100%;	
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		position: relative;
	}
	
		.archive-featured .featured-image {
			width: 46.818181%; /* 515/1100 */
			order: 2;
		}
		
			.archive-featured .featured-image img {
				display: block;	
			}
		
		.archive-featured .archive-content {
			width: 49.090909%; /* 540/1100 */
			order: 1;
			text-align: right;
		}
		
			.archive-featured .share.horizontal {
				text-align: right;	
			}
			
			.archive-featured .share.horizontal > li {
				display: inline-block;
				margin-right: 10px;	
			}
			
				.archive-featured .share.horizontal > li:last-of-type,
				.archive-featured .share.horizontal > li > span {
					margin-right: 0;	
				}
			
			.archive-featured .entry-title {
				margin-bottom: 18px;	
				text-align: right;
			}
			
			.archive-featured .read-more {
				display: inline-block;
				background: #000;
				color: #fff;
				padding: 10px 120px 10px 20px;	
				font-family: "futura-pt", sans-serif;
				font-weight: bold;
				font-style: normal;
				text-transform: uppercase;
				font-size: 11px;
				letter-spacing: .3em;
				margin-top: 18px;
				margin-right: -120px;
				position: relative;
				z-index: 5;
			}
			
		.archive-feed .archive-featured:first-of-type .featured-image,
		#blog-feed .archive-featured .featured-image {
			order: 1;	
		}
		
		.archive-feed .archive-featured:first-of-type .archive-content,
		#blog-feed .archive-featured .archive-content {
			order: 2;
			align-self: flex-end;
			padding-bottom: 35px;
			text-align: left;
		}
		
			#blog-feed .archive-featured .archive-content {
				align-self: flex-start;
				padding-bottom: 0;	
			}
		
			.archive-feed .archive-featured:first-of-type .share.horizontal,
			#blog-feed .archive-featured .share.horizontal {
				text-align: left;	
			}
		
			.archive-feed .archive-featured:first-of-type .entry-title,
			#blog-feed .archive-featured .entry-title {
				text-align: left;	
			}
			
			.archive-feed .archive-featured:first-of-type .read-more {
				padding-left: 120px;
				padding-right: 20px;
				margin-left: -120px;	
				margin-right: 0;
			}
			
			#blog-feed .archive-featured .read-more {
				display: block;
				background: none;
				color: #000;
				padding: 0;	
				font-family: "futura-pt", sans-serif;
				font-weight: bold;
				font-style: normal;
				text-transform: uppercase;
				font-size: 11px;
				line-height: 1em;
				letter-spacing: .3em;
				margin-top: 15px;
				margin-right: 0;
			}
			
			#blog-feed .archive-featured .read-more:hover {
				text-decoration: underline;	
			}
			
	.archive-grid {
		width: 31.818181%; /* 350/1100 */	
		margin-bottom: 60px;
		position: relative;
	}
	
		.archive-grid .featured-image img {
			display: block;	
		}
		
		.archive-grid .grid-content-container {
			text-align: center;	
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, .8);
			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;
		}
		
			.archive-grid:hover .grid-content-container {
				opacity: 1;	
			}
		
		.archive-grid .grid-content {
			display: flex;
			justify-content: space-between;
			align-items: center;	
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
		}
		
			.archive-grid .grid-content:before,
			.archive-grid .grid-content:after {
				content: '';
				display: block;
				width: 20px;
				height: 100%;	
			}
		
		.archive-grid .entry-title {
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 20px;
			letter-spacing: .1em;
			margin-bottom: 0;
		}
		
		.archive-grid .read-post {
			display: block;
			font-family: "freight-big-pro", serif;
			font-size: 15px;	
			font-weight: normal;
			font-style: italic;
			text-transform: lowercase;
			letter-spacing: .05em;
		}

		.archive-grid .read-post:before {
			content: '';
			display: block;
			height: 1px;
			width: 90%;
			max-width: 125px;
			margin: 18px auto;
			background: #000;	
		}
	
/*--------------------------------------------------------------
# Outfit index
--------------------------------------------------------------*/

#outfit-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;	
}

	#outfit-navigation li {
		display: inline-block;
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .2em;
		padding: 40px 37px;
	}
	
	#outfit-navigation li:first-of-type {
		background: #e6e6e6;
		color: #50607e;	
	}
	
		#outfit-navigation li:first-of-type a {
			color: #50607e;	
		}
	
	#outfit-navigation li a:hover,
	#outfit-navigation li.current-menu-item a {
		text-decoration: underline;
		color: #50607e;	
	}

.tax-outfits #content.wrap {
	width: 100%;
	max-width: 100%;	
}

.tax-outfits #primary {
	background: #f1f1f1;	
	padding-bottom: 100px;
}

.outfit-feed {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	padding-top: 65px;
	margin-bottom: 65px;
}

	.outfit-feed .archive-grid {
		margin-bottom: 25px;	
	}

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

.page-template-shop #content.wrap {
	width: 100%;
	max-width: 100%;	
}

.page-template-shop #primary {
	background: #f1f1f1;	
	padding: 70px 0 65px 0;
}

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

	#tabs nav {
		width: 20%; /* 220/1100 */	
	}
	
		#tabs nav > ul {
			margin: 0;
			padding: 0;
			list-style: none;	
		}
		
		#tabs nav > ul li {
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .15em;
			background: #000;
			text-align: center;
			margin-bottom: 22px;
			padding: 15px 10px;
		}
		
			#tabs nav > ul li a {
				color: #fff;	
			}
			
		#shop-links-container {
			background: #fff;
			text-align: center;	
		}
		
		#shop-links-container h3 {
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .15em;
			background: #000;
			color: #fff;
			margin-bottom: 0;
			text-align: center;
			padding: 15px 10px;
		}
		
		#shop-links {
			padding: 30px;	
		}
		
			#shop-links ul {
				padding: 0;
				margin: 0;
				list-style: none;
				font-family: "futura-pt", sans-serif;
				font-weight: normal;
				font-style: normal;
				text-transform: uppercase;
				font-size: 12px;
				letter-spacing: .05em;
				line-height: 2.6667em;
			}
			
			#shop-links a {
				font-weight: normal;	
			}
		
	#tabs .entry-header {
		padding: 40px 40px 40px 5px;
		background: #e6e6e6;	
		margin-bottom: 25px;
		position: relative;
	}
	
		#tabs .entry-header:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 100%;
			width: 9600px;
			background: #e6e6e6;
		}
	
		#tabs .entry-header h1 {
			font-family: "futura-pt", sans-serif;
			font-weight: bold;
			font-style: normal;
			text-transform: uppercase;
			font-size: 30px;
			letter-spacing: .3em;
			margin-bottom: 0;
			text-align: left;
		}
		
	#tabs .content {
		width: 76.363636%; /* 840/1100 */
		box-sizing: border-box;
		padding: 20px;
		background: #fff;
		position: relative;
	}
	
	#tabs .content section {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#tabs .content section.content-current {
		opacity: 1;
		position: static;
	}
	
	#tabs .bo-box {
		background: #fff !important;
		border: 1px solid #000 !important;	
	}
	
	#tabs .bo-con:before,
	#tabs .bo-con:after {
		display: none !important;	
	}


/*--------------------------------------------------------------
# Info pages
--------------------------------------------------------------*/

.page #primary {
	margin-bottom: 90px;
}

.page article {
	max-width: 800px;
	margin: 0 auto;	
}

	.page article .entry-title {
		font-size: 40px;	
	}
	
	.page article h3 {
		text-align: left;
		font-weight: bold;
		font-size: 15px;	
	}
	
	.page article h4 {
		text-align: left;
		font-weight: bold;
		font-size: 12px;	
	}

.page-template-page-half-image #main {
	display: flex;
	justify-content: space-between;
}

	.page-template-page-half-image .featured-image {
		width: 42.727272%; /* 470/1100 */	
	}
	
	.page-template-page-half-image article {
		width: 52.272727%; /* 575/1100 */
		max-width: auto;
		margin: 0;
	}

		.page-template-page-half-image article .entry-title {
			display: none;
		}
		
		.page-template-page-half-image h1 {
			font-size: 40px;
			margin-bottom: 21px;
			text-align: left;	
		}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

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

.error-404 .widget_text,
.error-404 .rpwe_widget {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;	
}

.error-404 .widget_text {
	margin-bottom: 45px;
	max-width: 	800px;
	text-align: center;
}

	.error-404 .widget_text .textwidget {
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .15em;
	}

.error-404 .widget_search {
	margin-bottom: 75px;
	position: relative;
	background: url(images/404.jpg) left center no-repeat;
	background-size: cover;
	text-align: right;
}

	.error-404 .widget_search .search {
		display: inline-block;
		width: 100%;
		max-width: 445px;
		padding: 70px 45px;
		background: #f1f1f1;	
	}
	
	.error-404 .widget_search .search h3 {
		font-size: 20px;
		letter-spacing: .1em;
		margin-bottom: 25px;	
	}
	
	.error-404 .widget_search .search input.search-text {
		padding: 25px;
		text-align: center;	
		font-family: "futura-pt", sans-serif;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		font-size: 15px;
		letter-spacing: .1em;
		color: #728d9e;
	}
	
	.error-404 .widget_search .search input.search-submit {
		display: none;	
	}

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

	.error-404 .rpwe-ul li {
		width: 31.818181%; /* 350/1100 */
		text-align: center;	
	}
	
	.error-404 .rpwe-ul li img,
	.error-404 .rpwe-ul li a {
		display: block;	
	}
	
	.error-404 .rpwe-ul li .rpwe-title {
		font-size: 20px;
		letter-spacing: .1em;
		margin-top: 20px;
	}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Small Desktop
--------------------------------------------------------------*/

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

.single-post article {
	width: 650px;
	margin: 0 0 38px 0;
}	

#site-footer li {
	margin-right: 3%;
	font-size: 10px;
}

}

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

#site-navigation li {
	margin-left: 6%;
}

#scroll-navigation li {
	margin: 0 1.25%;
}

#scroll-navigation > ul > li.menu-item-has-children {
	display: none;
}

#site-footer li {
	font-size: 9px;
	letter-spacing: .2em;
	margin-right: 2%;
}

#popular-inner .popular-posts {
	width: 100%; /* 995/1100 */
}

#popular-inner .widget_nav_menu {
	display: none;
}

.slide .slide-image {
	width: 65%;
}

.slide .slide-content {
	width: 32%;
}

.slide .slide-featured {
	display: none;
}

}

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

.single-post article {
	width: 73.69145%; /* 650/882*/
	margin: 0 0 38px 0;
}	

.post-sidebar {
	width: 23.242630%; /* 205/882 */	
}

}

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

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

#site-branding {
	float: none;
	width: 100%;
	max-width: 513px;
	margin: 0 auto 30px auto;
}

#site-navigation {
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 0;
}

.menu-toggle {
	display: block;	
	margin: 0 auto;
}

#site-navigation ul {
	display: none;
}

	#site-navigation.toggled ul {
		display: block;
	}

#site-navigation li {
	display: block;
	margin-left: 0;
	margin-top: 10px;
}

#top-navigation {
	display: none;	
}

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

#follow {
	margin-top: 0;
	border-top: none;	
}

#follow-title {
	display: block;
	padding-right: 0;
	margin-top: 0;
}

#follow-container .pinterest_rss_widget {
	width: 100%;
}

	#follow-container li.pins-feed-item {
		padding: 2px;
	}

#follow-container .jr-insta-slider {
	width: 100%;	
}

	#follow-container .jr-insta-slider li {
		padding: 2px;	
	}

#follow-container .widget_nav_menu ul {
	text-align: center;	
}

#follow-container .widget_nav_menu li {
	margin-left: 5px;
	margin-right: 5px;	
}

#follow-container .widget_nav_menu li:first-of-type {
	display: block;
	margin: 0 0 10px 0;
}

#follow-container .widget_nav_menu li:first-of-type:after {
	display: none;	
}

#site-footer li {
	display: block;
	font-size: 11px;
	letter-spacing: .3em;
	margin-right: 0;
	margin-bottom: 10px;
	text-align: center;
}

	#site-footer li.logo {
		width: 100%;
		max-width: 158px;
		margin: 0 auto 40px auto;
	}

#scroll-to-top {
	position: relative;
	width: 100%;
	bottom: auto;
	left: auto;
	right: auto;
	text-align: center;
	display: block !important;
	background: #000;
	color: #fff;
	padding: 20px 0;
}

#scroll-to-top-button {
	display: inline;
	background: #000;
	color: #fff;
	padding: 0;	
}

#search-popup .widget {
	padding: 50px 20px;
}
	
/* Blog Feed */

#blog-feed {
	margin-top: 0;
	border-top: none;	
}

#blog-feed-title {
	display: block;
	padding-right: 0;
	margin-top: 0;
}

#blog-feed .post {
	display: block;
}

#blog-feed .post .content-container {
	width: 100%;
	margin-bottom: 20px;	
}
		
	#blog-feed .post .content-container .content {
		display: block;
	}
	
		#blog-feed .post .content-container .content .excerpt {
			width: 100%;
			order: 1;
			margin-bottom: 20px;
		}
		
		#blog-feed .post .content-container .content .share {
			width: 100%;
			max-width: 100%;
			order: 2;
		}
		
			#blog-feed .post .content-container .content .share > li {
				display: inline-block;
				padding: 5px 10px;
				margin-bottom: 0;
				margin-right: 10px;
			}
			
			#blog-feed .post .content-container .content .share > li.expand-share {
				width: auto;
				max-width: auto;
				padding: 0;
				text-align: left;
				border: none;
			}
			
			#blog-feed .post .content-container .content .share > li > span {
				width: 35px;
				text-align: center;
				display: inline-block;
			}
			
			#blog-feed .post .content-container .content .share .share-active > .share-submenu {
				display: inline-block;	
			}
			
			#blog-feed .post .content-container .content .share .share-submenu li {
				display: inline-block;
				margin-bottom: 0;
				padding: 5px;
			}

#blog-feed .post .excerpt-sidebar {
	width: 100%;
	padding-top: 0;	
}

	#blog-feed .post .excerpt-sidebar h3 {
		padding: 10px;
		margin-left: 0;
	}

#popular-title {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
	margin-bottom: 0;
}

#popular {
	border-top: 2px solid #000;	
}

#popular-inner {
	border-top: none;
}

#popular-inner .wpp-list {
	display: block;
}

#popular-inner .wpp-list li {
	width: 100%;	
	max-width: 640px;
	margin: 0 auto 10px auto;
}

#shop-picks {
	display: block;
}

	#shop-picks .widget:first-of-type {
		width: 100%;
		order: 1;	
	}
	
		#shop-picks .widget:first-of-type .widget-title {
			padding-left: 0;
			position: relative;
			top: auto;
			right: auto;
			margin-bottom: 0;
			text-align: center;
		}
	
	#shop-picks .widget:last-of-type {
		width: 100%;
		order: 2;
	}
	
		#shop-picks .widget:last-of-type a {
			display: block;
			position: relative;
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
			padding: 30px;
		}
		
		#shop-picks .widget:last-of-type a:before,
		#shop-picks .widget:last-of-type a:after {
			display: none;
		}

/* Slider */

.slide {
	display: block;
}

.slide .slide-image {
	width: 100%;
}

.slide .slide-content {
	width: 100%;
}

.slide .slide-featured {
	display: block;
}

	.slide .posted-in {
		margin-left: 0;
		padding-left: 40px;
	}

	.slide h1 {
		margin-bottom: 10px;
		margin-left: 0;
	}
		
	.slide h2 {
		margin-left: 0;
	}

	.slide .slide-featured {
		margin-top: 20px;
		padding-top: 10px;
		border-top: 2px solid #f1f1f1;
		margin-left: 0;
	}

/* Single post */

.single-post article {
	width: 100%;
	margin: 0 auto 38px auto;
}	

.editors-notes {
	display: block;
}

	.editors-notes .notes-title {
		width: 100%;
	}

.post-sidebar-container {
	width: 100%;
	position: relative;	
	top: auto;
	left: auto;
	right: auto;
}

.post-sidebar-scroll {
	position: relative !important;
	top: 0 !important;
}

.post-sidebar-wrap,
.post-sidebar-wrap.sticky {
	width: 100%;
}
	
.post-sidebar {
	width: 100%;
	float: none;
	padding-top: 0;
}

.sticky-placeholder {
	display: none !important;	
}

.next-post-block a {
	display: block;
}
	
.next-post-block .next-post-thumb {
	width: 100%;
}

.next-post-block .next-post-info {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

/* Archives */

.archive-header {
	width: 100%;
}

.archive-feed {
	display: block;
}

	.archive-featured {
		display: block;
	}
	
		.archive-featured .featured-image {
			width: 100%;
			order: 1;
			margin-bottom: 20px;
		}
		
		.archive-featured .archive-content {
			width: 100%; /* 540/1100 */
			order: 2;
			text-align: left;
		}
		
			.archive-featured .share.horizontal {
				text-align: left;	
			}
			
			.archive-featured .entry-title {
				text-align: left;
			}
			
			.archive-featured .read-more {
				display: block;
				padding: 10px 20px;	
				margin-left: 0;
				margin-right: 0;
			}
			
			.archive-feed .archive-featured:first-of-type .read-more {
				padding-left: 20px;
				padding-right: 20px;
				margin-left: 0;	
				margin-right: 0;
			}
			
	.archive-grid {
		width: 100%; /* 350/1100 */	
	}

/* Shop */

#tabs {
	display: block;
}

	#tabs nav {
		width: 100%;	
	}
	
	#tabs .content {
		width: 100%;
	}

/* Info page */

.page-template-page-half-image #main {
	display: block;
}

	.page-template-page-half-image .featured-image {
		width: 100%; 
		margin-bottom: 20px;
	}
	
	.page-template-page-half-image article {
		width: 100%;
	}

/* 404 */
.error-404 .rpwe-ul {
	display: block;
}

	.error-404 .rpwe-ul li {
		width: 100%;
		margin-bottom: 25px;
	}
	
}

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

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

/* Blog Feed */
	
#blog-feed .post .content-container .featured-image {
	display: block;
	margin-bottom: 15px;	
}

	#blog-feed .post .content-container .featured-image .half-image {
		width: 100%;
		margin-bottom: 10px;	
	}

#comment-form-left {
	width: 100%;
	order: 1;
	margin-bottom: 20px;	
}

#comment-form-right {
	width: 100%;
	order: 2;	
}

}
