/*
Theme Name: Florence
Theme URI: http://solopine.com/
Description: A WordPress Blog Theme
Author: Solo Pine Designs
Author URI: http://solopine.com
Version: 1.2.3
License: Themeforest Licence
License URI: http://themeforest.net/licenses
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { sans-serif; font-size:100%; font-weight:700 }
h1, h2 { margin-bottom: 5px }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
strong, b, strong *, b * { font-weight: bold; } em, i, em *, i * { font-style: italic; }
/**/

body {
	background:#ffffff;
	font-family:"brandon-grotesque", sans-serif;
	font-size:13px;
}

p {
	font-family:"brandon-grotesque", sans-serif;
	color:#222222;
	font-size:13px;
	line-height:1.75;
	font-weight: 400;
	letter-spacing: .5px;
}

a {
	text-decoration:none;
	color:#d5b2a6;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "brandon-grotesque", sans-serif;
}



.container {
	width:1080px;
	margin:0 auto;
}

#content {
	overflow:hidden;
}

#main {
	width:740px;
	float:left;
	margin-right:40px;
}
#main.fullwidth {
	width:100%;
}

#sidebar {
	width:300px;
	float:right;
	text-align: center;
}


/***
/* Top Bar
/********************/
#top-bar {
	background:#fff;
	height:50px;
	position:fixed;
	width:100%;
	z-index:9999;
	}

#top-bar .container {
	position:relative;
}

.slicknav_menu {
	display:none;
}

	/***
	/* Menu
	/********************/
	.menu {
		float:left;
	}

	.menu li {
		display:inline-block;
		margin-right:26px;
		position:relative;
	}
	.menu li a {
		font-size:10px;
		text-transform:uppercase;
		letter-spacing:1.5px;
		line-height:50px;
		color:#777;
		display:block;
		font-family: "brandon-grotesque", sans-serif;
		font-weight: 700;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		
	}
	.menu li.current-menu-item a, .menu li.current_page_item a, .menu li a:hover {
		color:#d5b2a6;
	}
	
		/*** DROPDOWN ***/
		.menu .sub-menu,
		.menu .children {
			background-color: #fff;
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: 0;
			z-index: 99999;
		}
		
		ul.menu ul a,
		.menu ul ul a {
			color: #999;
			margin: 0;
			padding:6px 10px;
			min-width: 160px;
			line-height:20px;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;
			border-top:1px solid #f4f4f4;
		}
		
		ul.menu ul li,
		.menu ul ul li {
			padding-right:0;
			margin-right:0;
		}

		ul.menu ul a:hover,
		.menu ul ul a:hover {
			color: #fff;
			background:#d5b2a6;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}
		
		.menu .sub-menu ul,
		.menu .children ul {	
			left: 100%;
			top: 0;
			
		}

	/***
	/* Top Social
	/********************/
	#top-social {
		position:absolute;
		right:66px;
		top:0;
	}
	#top-social a {
		line-height:50px;
		font-size:14px;
		color:#c2c2c2;
		margin-left:8px;
	}
	#top-social a:hover {
		color:#d5b2a6;
	}
	
	/***
	/* Header Search
	/********************/
	#top-search {
		position:absolute;
		right:0;
		top:0;
		width:50px;
		text-align:center;
		margin-left:16px;
	}
	#top-search a {
		height:50px;
		font-size:14px;
		line-height:50px;
		color:#fff;
		background:#d5b2a6;
		display:block;
		-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
	}
	#top-search a:hover {
		opacity:.75;
	}
	.show-search {
		position:absolute;
		top:50px;
		right:-1px;
		display:none;
		z-index:10000;
	}
	.show-search #searchform input#s {
		width:190px;
		background:#FFF;
		border:1px solid #eee;
	}
	.show-search #searchform input#s:focus {
		border:1px solid #ddd;
	}
	

/***
/* Header
/********************/
#header {
	padding-top:50px;
	
}

#logo {
	text-align:center;
	padding:60px 0 50px;
}

#logo img {
	max-width:100%;
	height:auto;
}


/***
/* Posts
/********************/
.post, #main > .page {
	background:#fff;
	margin-bottom:50px;
}
.post-img {
	text-align:center;
}
.post-img img {
	max-width:100%;
	height:auto;
}

.post-img.audio iframe {
	height:166px;
	width:100%;
}

.post-header {
	padding:20px 30px;
	text-align:center;
}

.post-header h2 a, .post-header h1 {
	font-size:26px;
	text-transform:none;
	letter-spacing:none;
	line-height: 1.125;
	color:#222222;
	font-family:"farnham-headline", serif;
	font-weight:500;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-header h2 a:hover {
	color: #da9f5b;
}

.page .post-header h1 {
	margin-top:5px;
}

.post-header .cat {
	font-family:"brandon-grotesque", sans-serif;
	text-transform:uppercase;
	font-weight:700;
	font-size:11px;
	letter-spacing:3px;
	display:inline-block;
	margin-bottom:10px;
}

.post-header .cat a {
	font-family:"brandon-grotesque", sans-serif;
	text-transform:uppercase;
	font-weight:700;
	font-size:10px;
	letter-spacing:2px;
	color: #222222;
	display:inline-block;
	margin-bottom:0px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

.post-header .cat a:hover {
	text-decoration:none;
	color: #da9f5b;
}

	/*** Post Entry ***/
	.post-entry {
		padding:0 30px;
		font-size:16px;
		line-height:24px;
		margin-bottom:10px;
		overflow:hidden;
	}
	
	.more-link {
		text-align:center;
		display:block;
	}
	.more-button {
		border:2px solid #222222;
		text-transform:uppercase;
		letter-spacing:2px;
		font-size:11px;
		padding:7px 16px 8px;
		display:inline-block;
		margin-top:12px;
		font-family:"brandon-grotesque", sans-serif;
		font-weight: 700;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}
	.more-button:hover {
		background:#d5b2a6;
		color:#fff;
		border:2px solid #222222 !important;
	}
	
	.post-entry img {
		max-width:100%;
		height:auto;
		margin-bottom: -5px;
	}

	.about-entry img {
		max-width:50%;
		height:auto;
		margin-bottom: 20px;
	}

	.post-entry a:hover {
		text-decoration:underline;
	}
	
	.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
    	margin-bottom:20px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
		color:#222222;
		font-weight:400;
	}
	.post-entry h1 {
		font-size:20px;
		font-weight: 700;
		font-family: "farnham-headline", serif;
		letter-spacing: none;
		margin-bottom: 5px;
	}
	.post-entry h2 {
		font-size:20px;
		font-weight: 700;
		font-family: "farnham-headline", serif;
		letter-spacing: none;
		margin-bottom: 5px;
		text-transform: none;	
	}
	.post-entry h3 {
		font-size:21px;
	}
	.post-entry h4 {
		font-size:20px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: none;
	}
	.post-entry h5 {
		font-size:17px;
		font-weight: 700;
	}
	.post-entry h6 {
		font-size:15px;
	}
	.post-entry hr {
		border:0;
		height:0;
		border-bottom:1px solid #e5e5e5;
		clear:both;
	}
	.post-entry blockquote {
		border-left:2px solid;
		border-color:#d5b2a6;
	}
	.post-entry blockquote p{
		color:#999;
		padding:0 18px;
		font-family:'brandon-grotesque',sans-serif;
		font-size:12px;
		line-height:24px;
		font-style:italic;
	}

	.post-entry ul, .post-entry ol {
		padding-left:45px;
		margin-bottom:20px;
		font-family:"Crimson Text", serif;
	}
	.post-entry ul li {
		margin-bottom:12px;
		list-style:square;
	}
	.post-entry ol li {
		margin-bottom:12px;
		list-style:decimal;
	}


	.sticky.post .post-header {  }
	.bypostauthor  {}

	.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
	.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
	.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
	.post-entry tr:hover {
		background:#f9f9f9;
	}
	
.post-meta {
	padding:0 30px 30px;
	overflow:hidden;
}
.post-meta .meta-info {
	color:#d5b2a6;
	margin-right:8px;
	font-family:"brandon-grotesque", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-style:normal;
	float:left;
	margin-top:6px;
	font-size:10px;
	letter-spacing: 2px;
}

.post-meta-top .meta-info-top {
	color:#d5b2a6;
	margin-right:8px;
	font-family:"brandon-grotesque", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-style:normal;
	margin-top:6px;
	font-size:10px;
	letter-spacing: 2px;
}

.post-share {
	float:right;
	font-size:12px;
}
.post-share a i {
	border:2px solid #222222;
	color: #222222;
	width:22px;
	height:22px;
	text-align:center;
	line-height:23px;
	border-radius:50%;
	margin-left:3px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-share a i:hover {
	background:#d5b2a6;
	color:#fff;
	border:2px solid #222222;
}

/*** Post Author ***/
.post-author {
	padding:30px;
	overflow:hidden;
	border-top:0px;
	background: #ebd8d4;
}

.author-img {
	float:left;
	margin-right:30px;
}
.author-img img {
	border-radius:50%;
}
.author-content {
	overflow:hidden;
}
.author-content h5 a {
	font-family: "farnham-headline", serif;
	font-size:16px;
	letter-spacing:none;
	text-transform:none;
	margin-bottom:8px;
	color:#222222;
	display:block;
}

.author-content p {
	margin-bottom:8px;
}

.author-content .author-social {
	font-size:14px;
	color:#222222;
	margin-right:8px;
}
.author-content a.author-social:hover {
	color:#da9f5b;
}

/*** Post Pagination ***/
.post-pagination {
	/***border-top:1px solid #eee;***/
	overflow:hidden;
}
.post-pagination a {
	font-size:11px;
	font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
	padding:15px 30px;
	display:block;
	color:#222222;
	letter-spacing:2px;
	text-transform:uppercase;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

.post-pagination .pagi-prev {
	float:left;
	width:50%;
}
.post-pagination .pagi-next {
	float:right;
	width:50%;
	text-align:right;
}
.post-pagination a:hover {
	background:#d5b2a6;
	color:#fff;
}

/** Post tags ***/
.post-tags {
	font-family:"brandon-grotesque", sans-serif;
	font-size:10px;
	font-weight: 700;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#222222;
	margin-top:30px;
	margin-bottom:-15px;
	padding-bottom:13px;
}
.post-tags a {
	display:inline-block;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-tags a:hover {
	color:#999;
	text-decoration:none;
}

/*** Post Related ***/
.post-related {
	background:#fff;
	padding:22px 30px;
	margin-top:-15px;
	margin-bottom:50px;
	overflow:hidden;
}
.block-heading {
	text-align:center;
	font-family: "farnham-headline", serif;
	font-size:16px;
	letter-spacing:none;
	text-transform:none;
	margin-bottom:22px;
	color:#222222;
	display:block;
}

.item-related {
	width:212px;
	margin-right:22px;
	float:left;
}

	.fullwidth .item-related {
		width:320px;
		margin-right:30px;
	}
	
.item-related:last-child, .fullwidth .item-related:last-child  {
	margin-right:0;
}
.item-related img {
	max-width:100%;
	height:auto;
	margin-bottom:3px;
}

.item-related h3 a {
	font-family: "farnham-headline", serif;
	font-size:13px;
	text-transform:none;
	letter-spacing:none;
	color:#222222;
}
.item-related h3 a:hover {
	text-decoration:none;
	color: #da9f5b;
}
.item-related h3 {
	margin-bottom:-1px;
}
.item-related span.date {
	font-size:10px;
	font-style:normal;
	text-transform: uppercase;
	color:#d5b2a6;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 700;
    letter-spacing: 2px;
}

/*** Comments ***/
.post-comments {
	background:#fff;
	padding:22px 30px 1px;
	margin-top:-15px;
	margin-bottom:50px;
}

.thecomment {
	border-bottom:1px solid #222222;
	padding-bottom:34px;
	margin-bottom:34px;
}

.thecomment .author-img {
	float:left;
	margin-right:25px;
}
.thecomment .author-img img {
	border-radius:50%;
}
.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	display:block;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:6px;
	color:#222222;
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:10px;
	color:#999;
	font-family:"brandon-grotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display:block;
	margin-bottom:10px;
}



.post-comments span.reply a {
	float:right;
	font-size:10px;
	background-color:#fff;
	color:#222222;
	border:2px solid #222222;
	padding:4px 6px 4px 8px;
	margin-left:7px;
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-comments span.reply a.comment-edit-link {
	background:#fff;
}
.post-comments span.reply a:hover {
	background-color:#d5b2a6;
	color:#fff;
	border:2px solid #d5b2a6;

}

.comment-counter {
	display: inline-block; margin-left: 15px;
}

ul.children { margin: 0 0 0 55px; }
ul.children li.thecomment { margin:0 0 8px 0; }

/** Reply **/
#respond {
	overflow:hidden;
	margin-bottom:20px;
}

#respond  h3 {
	font-size:14px;
	color:#222222;
	font-weight:700;
	margin-bottom:20px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#respond h3 a {
	color:#222222;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#222222;
	color:#FFF;
	padding:4px 6px 4px 8px;
	margin-left:7px;
	letter-spacing:2px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#222222;
	width:80px;
	font-size:10px;
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display:inline-block;
}
#respond input {
	padding:8px 10px;
	border:0px;
	margin-right:10px;
	color:#222222;
	background-color: #f4f4f2;
	margin-bottom:15px;
	font-size:11px;
	width:250px;
	font-family:"brandon-grotesque", sans-serif;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	border:0px;
	width:95%;
	height:120px;
	font-size:13px;
	color:#222222;
	background-color: #f4f4f2;
	margin-bottom:14px;
	line-height:1.75;
	letter-spacing: 0.5px;
	font-family:"brandon-grotesque", sans-serif;
}
#respond textarea:focus {outline:none;}

#respond #submit {
	font-family:"brandon-grotesque", sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#fff;
	font-size:10px;
	font-weight: 700px;
	color:#222222;
	padding:12px;
	margin-top:6px;
	display:inline-block;
	border:2px solid #222222;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
	width:auto;
}

#respond #submit:hover {
	background:#d5b2a6;
	color:#FFF;
	border: 2px solid #d5b2a6;
}

/***
/** GRID POSTS
/******************************/
.grid-item {
	margin-bottom:0;
}
.grid-layout li {
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
	margin-bottom: 30px;
}
	
	/** With Sidebar **/
	.regular .grid-layout li {
		width:355px;
	}
	.regular .grid-layout li:nth-of-type(2n+2) {
		margin-right:0;
	}

	/** Full Width **/
	.fullwidth .grid-layout li {
		width:340px;
	}

	.fullwidth .grid-layout li:nth-of-type(3n+3) {
		margin-right:0;
	}

.grid-item .post-header {
	padding:18px 30px 10px;
}

.grid-item .post-header h2 a {
	font-size:20px;
	line-height: 1.25;
}

.grid-item .post-entry p {
	margin-bottom:2px;
}

.grid-item .post-meta {
	padding:0 30px 20px;
}

/***
/** LIST POSTS
/******************************/
.list-item {
	overflow:hidden;
}
.list-item.post {
	margin-bottom:30px;
}

.list-item .post-img {
	float:left;
	margin-right:20px;
}
.list-item .post-img img {
	max-width:250px;
	vertical-align:middle;
}

.list-item .list-content {
	overflow:hidden;
	margin-top:14px;
	padding-right:18px;
}

.list-item .post-header {
	text-align:left;
	padding:0;
	margin-bottom:8px;
}
.list-item .post-entry {
	padding:0;
	margin:0;
}
.list-item .post-entry p {
	margin:0 0 6px;
}
.list-item .post-meta {
	padding:0;
}
.list-item .post-header h2 a {
	font-size:14px;
	line-height:28px;
}
.list-item .post-header .cat a {
	margin-bottom:5px;
}

/***
/** PAGINATION
/******************************/

.pagination {
	margin-bottom:20px;
	overflow:hidden;
}

.pagination a {
	padding: 14px 20px;
	display:inline-block;
	font-family:"brandon-grotesque", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight: 700;
	font-size:10px;
	color: #fff;
	background-color:#222222;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.pagination a:hover {
	text-decoration:none !important;
	color:#fff !important;
	background-color:#222222 !important;
	opacity: 0.75 !important;
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
	
}

/***
/** SIDEBAR
/******************************/

.widget {
	margin-bottom:40px;
}

.widget img {
	max-width:100%;
	height:auto;
}

.widget-heading {
    overflow: hidden;
    font-family:"brandon-grotesque", sans-serif;
    font-weight:700;
    text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom:10px;
	color:#222222;
}
 
.widget-heading > span{
    position: relative;
    display: inline-block;
}
.widget-heading > span:before, .widget-heading > span:after{
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: none;
    border-color:#d8d8d8;
    width: 591px;
    margin: 0 14px;
}
.widget-heading > span:before{
    right: 100%;
}
.widget-heading > span:after{
    left: 100%;
}

.widget a {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	color: #d5b2a6;
}


.widget a:hover {
	text-decoration:none;
	color: #222222;
}

.widget h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: none;
	}
	
.widget p {
	font-size: 12px;
	line-height: 20px;
	}

.widget ul li {
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11px;
	font-weight: 700;
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:0px;
}

.widget ul li a {
	color: #222222;
}

.widget ul li a:hover {
	color: #da9f5b;
}

.widget ul li:first-child {
	padding-top:30px;
}

.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:30px;
	border-bottom:none;
}

.widget input, .widget select {
	border:1px solid #e5e5e5;
	color:#999;
	padding:9px 7px;
	width:100%;
}

.widget-caption {
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 11px;
}

#text-22 {
	background: #ebd8d4;
	margin-bottom: 20px;
	}


	/*** About Widget ***/
	.solopine_about_widget .widget-heading {
		display:none;
	}
	.about-widget img {
		margin-bottom:5px;
	}
	
	/** Social Widget **/
	
	#solopine_social_widget-4 {
		background: #ebd8d4;
		margin-bottom:0;
		padding-top:30px;
		}
	
	.widget-social {
		text-align:center;
	}

	.widget-social a:first-child {
		margin-left:0;
	}
	.widget-social a:last-child {
		margin-right:0;
	}

	.widget-social a i {
		height:28px;
		width:28px;
		text-align:center;
		line-height:28px;
		background:#d5b2a6;
		color:#fff;
		border-radius:50%;
		margin:0 2px 4px;
		font-size:14px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}

	.widget-social a:hover {
		opacity:.8;
	}
	.widget-social a:hover > i {
		opacity:.8;
	}
	
	/** WIDGET ITEMS **/
	.widget ul.side-newsfeed li {
		list-style-type:none;
		margin-bottom:17px;
		padding-bottom:13px;
		margin-left:0;
	}
	.widget ul.side-newsfeed li:last-child {
		margin-bottom:0;
		padding-bottom:0;
	}
	.widget ul.side-newsfeed li .side-item {
		overflow:hidden;
	}
	.widget ul.side-newsfeed li .side-item .side-image {
		float:left;
		margin-right:14px;
	}
	
	.widget ul.side-newsfeed li .side-item .side-image img {
		width:88px;
		height:auto;
	}
	
	.widget ul.side-newsfeed li .side-item .side-item-text {
		overflow:hidden;
	}
	.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
		margin-bottom:1px;
		color:#222222;
		display:block;
		font-size:13px;
		font-family:"brandon-grotesque", sans-serif;
	}
	.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
		font-size:11px;
		color:#999;
		font-style:italic;
	}
	
	/** Instagram widget support **/
	.instag ul.thumbnails > li, .jr-insta-thumb ul > li {
		width:32% !important;
	}
	.instag ul.thumbnails > li img:hover, .jr-insta-thumb ul > li img:hover {
		opacity:.8;
	}
	.instag ul li, .jr-insta-thumb ul li {
		margin:0;
		padding-bottom:0;
		border-bottom:none;
	}
	.pllexislider ul li {
		margin:0;
		padding-bottom:0;
		border-bottom:none;
	}

	.wis-feed-header {
		display: none !important;	
	}
	
	/*** Widget categories ***/
	.widget_categories {
		color:#a5a5a5;
	}
	.widget_categories a {
		margin-right:10px;
	}
	
	/*** Tagcloud widget ***/
	
	.widget .tagcloud a {
		font-size:10px !important;
		letter-spacing:1px;
		text-transform:uppercase;
		background:#d5b2a6;
		color:#fff;
		padding:6px 8px 7px;
		margin-right:5px;
		margin-bottom:8px;
		display:inline-block;
		border-radius:2px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}
	.widget .tagcloud a:hover {
		opacity:.6;
		text-decoration:none;
	}
	
	/*** Calender widget ***/
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 12px;  }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
	#wp-calendar tbody td a { font-weight:700; color:#222; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
	
	/*** Search Widget ***/
	#searchform input#s {
		border: 1px solid #e5e5e5;
		background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
		padding:14px 14px;
		font-size:11px;
		color:#999;
		letter-spacing:1px;
		box-sizing: border-box;
	}
	
	#searchform #s:focus { outline:none; }

	/** searchbar for widget ***/
	.widget #searchform input#s { 
		width:300px;
	}
	
	
	
/***
/** FOOTER
/******************************/

#footer {
	margin-top:50px;
}

#footer-instagram {
	text-align:center;
	overflow:hidden;
	background: transparent !important;
}
#footer-instagram h4.block-heading {
	margin-bottom:30px;
	padding-top:30px;
	color:#222222;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 22px;
	font-family: "farnham-headline", serif;
}

.widget-instagram .instag ul.thumbnails > li, .widget-instagram .jr-insta-thumb ul > li {
	width:12.5% !important;
	display:inline;
	float:left;
	margin-bottom:-6px;
	padding:0 !important;
}
.jr-insta-thumb .thumbnails {
	padding:0 !important;
}



/*** Footer Social ***/
#footer-social {
	padding:30px 0;
	background:#d5b2a6;
	text-align:center;
}

#footer-social a {
	margin:0 36px 0 0;
	color:#fff;
	font-family: "brandon-grotesque", sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
#footer-social a:first-child {
	margin-left:0;
}
#footer-social a:last-child {
	margin-right:0;
}

#footer-social a i {
	height:28px;
	width:28px;
	text-align:center;
	line-height:28px;
	background:#fff;
	color:#d5b2a6;
	border-radius:50%;
	margin-right:5px;
	font-size:14px;
}

#footer-social a:hover {
	text-decoration:none;
	opacity:.8;
}
#footer-social a:hover > i {
	opacity:.8;
}

.footer-social-text {
	letter-spacing: 1px;
}

/*** Footer Copyright ***/
#footer-copyright {
	padding:20px 0;
	font-size:11px;
	color:#999;
	background:#fff;
	overflow:hidden;
}
#footer-copyright span.left {
	float:left;
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 10px;
}

#footer-copyright .to-top {
	float:right;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
	color:#fff;
	font-family: "brandon-grotesque", sans-serif;
}
#footer-copyright .to-top i {
	font-size:12px;
	margin-left:3px;
}

#footer-copyright .to-top:hover {
	text-decoration:none;
}

.footer-small {
	font-size: 9px;
    font-style: italic;
    text-transform: none;
    font-family: "brandon-grotesque", sans-serif;
    letter-spacing: .5px;
    line-height: 25px;
    color:#999999;
}

/***
/* Archive
/********************/
.archive-box {
	background:#fff;
	padding:18px;
	margin-bottom:30px;
	text-align:center;
}

.archive-box span {
	font-size:11px;
	font-family: "brandon-grotesque", sans-serif;
	letter-spacing:1px;
	color:#222222;
	margin-bottom:4px;
	display:inline-block;
	font-weight: 700;
	text-transform: uppercase;
	
}
.archive-box h1 {
	font-size:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/***
/* 404 Page
/********************/
.error-page {
	text-align:center;
	padding-top:50px;
}
.error-page h1 {
	font-size:190px;
}
.error-page p {
	color:#888;
}

/*** Contact Form 7
/************************/
.wpcf7 input {
	width:266px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:40px;
}
.wpcf7 input, .wpcf7 textarea {
	padding:8px 10px;
	border:none;
	margin-right:10px;
	color:#222222;
	background-color: #f4f4f2;
	font-size:11px;
	margin-top:6px;
	margin-bottom:6px;
	font-family: 'brandon-grotesque',sans-serif;
}
.wpcf7 textarea {
	width:95%;
}
.wpcf7 .wpcf7-submit {
	background:#fff;
	padding:12px;
	color:#222222;
	letter-spacing:2px;
	font-size:10px;
	font-weight: 700;
	text-transform:uppercase;
	font-family: 'brandon-grotesque',sans-serif;
	border: 2px solid #222222;
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	display:block;
	width:auto;
}
.wpcf7 .wpcf7-submit:hover {
	background:#d5b2a6;
	border: 2px solid #d5b2a6;
	color:#fff;
}

.wpcf7 [type=checkbox] {
	margin: 0px;
	width: 20px;
}

.wpcf7-list-item {
	margin: 0px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    max-width:100%;
	min-width:100%;
	height:auto;
	width:auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width:100%;
	min-width:100%;
	height:auto;
	width:auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	font-family:"brandon-grotesque", sans-serif;
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
	padding:7px;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;  
}

/*** All new styles ***/

.caption {
    font-size: 10px;
    font-style: italic;
}

.bythenumbers {
    font-size: 16px;
    font-weight: 700;
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.highlight {
    font-size: 13px;
    font-weight: 700;
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.graypanel {
    background: none repeat scroll 0 0 #f4f4f2;
    margin: 15px 0 15px 0;
    padding: 18px 20px 1px 20px;
}

::selection {
        background: #cccccc; /* Safari */
        }
::-moz-selection {
        background: #cccccc; /* Firefox */
}

.comment-subscription-form .subscribe-label {
   font-size: 9px !important;
}

.disclaimer {
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	margin-bottom: 10px;
}

.akismet_comment_form_privacy_notice {
	font-size: 11px;
	margin-bottom: 20px;
}

#subscribe-email input {
    border: none;
    background-color: #ffffff !important;
    color:#222222 !important;
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 10px !important;
    text-align: center;
    padding: 8px 10px !important;
    width: 92% !important;
}

.widget input {
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 10px !important;
    border: 0px;
    background-color: #222222;
    color: #ffffff;
    padding: 9px 7px;
    width: 30%;
	cursor: pointer;
}

.widget input {
	margin-bottom: 10px !important;
}

.widget select {
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 10px !important;
    border: 0px;
    background-color: #222222;
    color: #ffffff;
    padding: 9px 7px;
    width: 100%;
	cursor: pointer;
}

.standard-ads img {
	margin-bottom: 10px;
}

.budget-ads-left img {
	margin-right: 5px;
	margin-bottom: 10px;
}

.budget-ads-right img {
	margin-left: 5px;
	margin-bottom: 10px;
}

.ads-sidebar {
	margin-bottom: 15px;	
}

.ads-after {
	background:none;
	padding:6px 6px 2px 6px;
	overflow:hidden;
	text-align:center;
	display:none;	
}

.shopthepost-widget {
	background: #fff;
	padding: 10px 0px;
}

.etsy-widget {
    background: #fff none repeat scroll 0 0;
    padding: 10px 15px;
    text-align: center; 
}

.etsy-widget-heading {
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 11px;
    color: #222222;
}

.bloglovin-widget {
    font-family: "brandon-grotesque",sans-serif !important;
    background: #f9d5da none repeat scroll 0 0;
    padding: 15px 15px 11px 15px;
    text-align: center; 
    opacity: 0.9;
}

.bloglovin-widget h1 {
    font-family: "brandon-grotesque",sans-serif !important;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade {
	opacity: 0.8;
}

.faq-catname {
	font-family: "farnham-headline", serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: none;
	margin: 0 0 18px 0 !important;
	border-top: 0px !important;
	padding-top: 25px;
	}
	
.qa-category {
    margin-bottom: 15px!important;
	}

.collapsible .qa-faq-answer {
	margin: 0 30px 0 14px !important;
	}
	
.qa-faq-anchor {
	font-family: "farnham-headline", serif !important;
	font-size: 16px !important;
	text-transform: none !important;
	letter-spacing: none;
	font-weight: 500 !important;
	margin-left: 15px;
	}
	
.qa-faq-title a {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	}
	
.qa-faq-title a:hover {
	color: #999999 !important;
	text-decoration: none !important;
	}
	
.screen-reader-text {
	position: absolute;
    left: -1000em;
	}

.issuuembed.issuu-isrendered {
  width: 100%!important;
}

@media only screen and (max-width: 990px) {
.issuuembed.issuu-isrendered {
  width: 100%!important;
}}
	
/** Landing Page **/

.page-id-23500 #top-bar { 
	display: none; 
	}
	
.page-id-23500 #footer { 
	margin-top: 10px;
	}

.page-id-23500 #footer-instagram { 
	display: none; 
	}
	
.page-id-23500 #footer-social {
	padding: 15px 0;
	}
	
.page-id-23500 .to-top { 
	display: none; 
	}
	
.page-id-23500 #header { 
	margin-top: -60px; 
	margin-bottom: -40px;
	}
	
.page-id-23500 #logo img { 
	max-width: 120px;
	}
	
.page-id-23500 .footer-small { 
	display: none; 
	}

#em-ig-explore-credit {
	display: none;
	}

.em-ig-explore-link {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	}
	
.em-ig-explore-link a {
	padding: 15px;
	}
	
#em-ig-explore-links {
	margin-bottom: 30px;
	}
	
#em-ig-explore-featured-title {
	letter-spacing: 1.5px;
	font-size: 13px;
	}
	
.page-id-23500 h2 a {
	font-family: "farnham-headline", serif;
	font-weight: 500;
	font-size: 13px;
	text-transform: none;
	letter-spacing: none;
	color: #222222;
	}
	
#em-ig-explore-featured-post .em-read-more {
	margin-top: 10px;
	}
	
#em-ig-explore-product-title {
	letter-spacing: 1.5px;
	font-size: 13px;
	}
	
.em-ig-explore-product a {
	font-size: 10px;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #222222;
	}
	
.em-ig-explore-product-description {
	margin-top: 5px;
	}

.video-iframe-responsive {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}

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

/*** Create by Mediavine ***/

.mv-create-card .mv-create-title-primary {
	font-weight: 700;
	font-size: 24px !important;
	letter-spacing: 1px;
	}

.mv-create-description {
	font-style:italic;
	}

.mv-create-pin-button {
	border: none !important;	
	}

.mv-create-aggressive-buttons button {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

.mv-create-card .mv-create-title-secondary {
	font-family: "farnham-headline", serif;
	text-transform: none;
	}

.mv-create-card ul li {
	list-style: none;
	}

.mv-create-card ul li::before {
  	content: "\2022";
	color: #da9f5b;
  	display: inline-block;
 	width: 1em;
 	margin-left: -1em;
	}

h2.mv-create-title-primary {
	line-height: 1.5em !important;
	}