/*
Theme Name: Flow Wall
Description: Child theme for Themify Flow framework
Author: Themify
Version: 1.0.0
Template: themifyflow
*/

/************************************************************************************
GENERAL
*************************************************************************************/
body {
	background: #fff url(images/wall-bg.jpg) no-repeat center -28px fixed;
	font-family: 'Lora', serif;
	font-size: 1.05em;
	color: #000;
}
body.promo-bar-on {
	background-position: center 32px;
}
body.promo-bar-closed,
body.fixed-header-on {
	background-position: center -28px;
}
p {
	margin: 0 0 1.4em;
}
a {
	text-decoration: none;
	color: #000;
	padding-bottom: 1px;
	border-bottom: solid 1px rgba(0,0,0,.2);
}
a:hover {
	border-color: rgba(0,0,0,.5);
}
strong, b {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: .9em;
}
strong code {
	font-size: 1.1em;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
	word-wrap: normal;
	font-weight: normal;
}
h3 {
	font-weight: normal;
	font-size: 1.9em;
	letter-spacing: -.025em;
	margin: .8em 0 .3em;
}
h4 {
	font: normal 1.2em/1.3em 'Montserrat', sans-serif;
	margin: 2em 0 .7em;
	text-transform: uppercase;
	letter-spacing: .03em;
}
h4 code {
	text-transform: none;
	letter-spacing: 0;
}
code {
	font-family: Consolata, monospace;
	color: #9d49af;
	word-spacing: -.25em;
	font-style: normal;
}
pre code {
	background: #fffded;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 2% 2.5%;
	margin: 2em 0;
	clear: both;
	color: #000;
	font-size: .8em;
	line-height: 140%;
	border: solid 1px #e8e6d5;
	word-wrap: normal;
}

/* Form Elements */
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
	background: none;
}
input[type=text],
input[type=email] {
	border: none;
	border-bottom: solid 1px #000;
	box-shadow: none;
	width: 289px;
	margin: 0;
	padding: .625em 0;
	vertical-align: text-bottom;
}
textarea {
	border: solid 1px #000;
	margin-top: 2em;
	min-height: 18.1em;
}
input[type=text]:focus,
textarea:focus {
	outline: none;
}
label {
	font-family: 'Montserrat', sans-serif;
	font-size: .75em;
	margin-left: 1.5em;
	text-transform: uppercase;
	letter-spacing: .075em;
}
input[type=reset],
input[type=submit], 
button {
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .07em;
	padding: 14px 23px;
	background: #000;
	-webkit-appearance: none;
}
input[type=reset]:hover,
input[type=submit]:hover, 
button:hover {
	background: #666;
}

/* btn - #pagewrap is added for higher priority */
#pagewrap p.btn {
	margin: 1em 0 3em;
}
#pagewrap p.btn.left {
	float: none;
	display: inline-block;
	margin-right: .7em;
}
#pagewrap p.btn.left + p.btn {
	display: inline-block;
}
#pagewrap p.btn a,
#pagewrap a.btn {
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .07em;
	padding: .7em 1em;
	border: solid 1px #000;
	transition: all 1s;
	background: none;
	box-shadow: none;
}
#pagewrap p.btn a:hover,
#pagewrap a.btn {
	background: #000;
	color: #fff;
}

#pagewrap .tf_loops_wrapper.grid3 p.btn {
	font-size: .65em;
	white-space: nowrap;
	display: block;	
}
#pagewrap .tf_loops_wrapper.grid3 p.btn.left {
	float: none;
	display: block;
}
#pagewrap .tf_loops_wrapper.grid3 .btn.left + p.btn {
	margin-top: -2em;
	display: block;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	min-height: 63px;
}
.header-row {
	background: rgba(255,255,255,.9);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1001;
	min-height: 63px;
	transition: all .2s;
}
.fixed-header-on .header-row {
	box-shadow: 0 0 7px rgba(0,0,0,.13);
	top: 0 !important;
}
.fixed-header-on .promo-bar-wrap {
	top: -62px;
}
.header-row .tf_row_inner {
	position: relative;
}
.tf_active .header-row {
	z-index: inherit;
}
.header-row .tf_col.tf_colfullwidth:first-child {
	position: relative;
}
.header-row.row-expanded {
	background: rgba(255,255,255,1);
	box-shadow: 0 0 15px rgba(0,0,0,.5);
}

/* site logo */
.tf_site_logo {
	margin: 0;
}
.tf_site_logo a {
	font-family: 'Abel', sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: inherit;
	text-transform: uppercase;
	margin-right: 1em;
	border: none;
}
.tf_header .tf_module_inline_block {
	vertical-align: middle;
}

/* header-widgets */
.header-row .tf_sub_row {
	display: none;
	margin-top: .35em;
	font-size: .85em;
	line-height: 1.7em;
	max-height: 70vh;
	padding-bottom: 30px;
	-webkit-overflow-scrolling: touch;
}
.header-row .tf_module_text,
.header-row .tf_widget {
	margin: 1em 0 2em;
}
.header-row .tf_widget li {
	padding: 0 0 1em;
}
.tf_active .header-row .tf_sub_row {
	display: block;
}
.header-row .tf_sub_row.open {
	display: block;
}
.header-row .tf_sub_row a {
	border-bottom: solid 1px #ccc;
}
.header-row .tf_sub_row a:hover {
	border-color: #000000;
}
.header-row h4 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: .95em;
	letter-spacing: .1em;
	margin-bottom: 1em;
	min-height: 1.5em;
}

/* header widgets column */
.header-row .tf_sub_row .tf_col {
	border-top: solid 1px #000;
	padding-top: .9em;
	margin-left: 3.45%;
}
.header-row .tf_sub_row .tf_col:nth-of-type(1) {
	width: 39.7%;
}
.header-row .tf_sub_row .tf_col:nth-of-type(2) {
	width: 31.05%;
}
.header-row .tf_sub_row .tf_col:nth-of-type(3) {
	width: 22.352%;
}
.header-row .tf_sub_row .tf_col:nth-of-type(1) .tf_module_wrapper {
	width: 67%;
	float: left;
	margin-left: 6%;
}
.header-row .tf_sub_row .tf_col:nth-of-type(1) .tf_module_wrapper:nth-of-type(1) {
	width: 27%;
	margin-left: 0;
}

/* header widget menu icon */
/* menu-icon */
#headerwrap .tf_module_icon {
	display: block;
	text-decoration: none;
	position: absolute;
	width: 30px;
	height: 18px;
    top: 22px;
	right: 0;
	z-index: 1;
	border-bottom: 2px solid;
	overflow: hidden;
	margin: 0;
}
#headerwrap .tf_icon_icon:before,
#headerwrap .tf_icon_icon:after {
	content: '';
	display: block;
	border-top: 2px solid;
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s ease;
	-webkit-transition-property: transform;
	transition: all .3s ease;
	transition-property: transform;
}
#headerwrap .tf_icon_icon:before {
	top: 0;
}
#headerwrap .tf_icon_icon:after {
	top: 50%;
}
#headerwrap .tf_module_icon a {
	border: none;
}

/* menu icon open */
#headerwrap .tf_module_icon.open {
	border: none;
	height: 35px;
	top: 16px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform-origin: center;
	transform-origin: center;
}
#headerwrap .tf_module_icon.open .tf_icon_icon:before,
#headerwrap .tf_module_icon.open .tf_icon_icon:after {
	top: 50%;
}
#headerwrap .tf_module_icon.open .tf_icon_icon:before {
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
#headerwrap .tf_module_icon.open .tf_icon_icon:after {
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

#headerwrap .tf_module_icon.open:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* twitter widget */
.really_simple_twitter_widget .twitter-timestamp {
	font-style: italic;
	font-size: .8em;
	display: block;
	color: #898989;
}

/* category widget */
.header-row .widget_categories li {
	border-top: solid 1px #CECECE;
	padding: .55em .15em;
	letter-spacing: .01em;
}
.header-row .widget_categories li a {
	text-decoration: none;
	border: none;
}

/* tag clould */
.header-row .tf_sub_row .widget_categories ul {
	padding-top: .25em;
}
.header-row .tf_sub_row .tagcloud a {
	text-decoration: none;
	border: none;
}
.header-row .tf_sub_row .tagcloud a:hover {
	background: #ffdc19;
}

/************************************************************************************
MENU
*************************************************************************************/
.tf_menu {
	font-style: italic;
	font-size: .9em;
}
.tf_menu a {
	padding: 1.2em .25em;
	margin: 0;
	color: inherit;
	border: none;
}
.tf_menu a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 13px;
	height: 24px;
	border-right: solid 1px #CECECE;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.tf_menu ul a:after,
.tf_menu li:last-child a:after {
	display: none;
}
.tf_menu ul {
	padding:10px 0;
}
.tf_menu ul ul {
	left:100%;
	top:-11px;
}
.tf_menu ul.sub-menu a {
	padding:.5em 1.6em;
}
.dropdown-right .tf_menu ul ul {
	left:auto;
	right: 100%;
}

/************************************************************************************
ADMIN BAR HEADER
*************************************************************************************/
/* Admin bar */
.admin-bar .header-row,
.admin-bar.fixed-header-on #headerwrap {
	top: 32px;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* layout container */
#middle {
	position: relative;
}
/* content */
#content {
	width: 100%;
	padding: 120px 0;
	position: relative;
	padding-right: 330px;
	padding-bottom: 60px;
}
.sidebar_none #content {
	padding-top: 100px;
	padding-right: 0;
}

/* sidebar */
#sidebar {
	padding-top: 0;	
	width: 255px;
	position: absolute;
	top: 120px;
	right: 0;
	padding-bottom: 60px;
}

/* sidebar template */
#sidebar .tf_template_part_wrapper {
	width: 255px;
}

/* when builder is on */
.tf_active #middlewrap {
	margin-top: 0 !important;
}

/************************************************************************************
POST
*************************************************************************************/
.tf_post {
	margin-bottom: 3.3em;
}
/* post image */
.tf_post_image {
	margin: 0;
}
.tf_post_image img {
	border: solid 1px #000;
}

/*post meta */
.tf_post_meta {
	margin: 0 0 1em;
}
.tf_post_meta a {
	color: inherit;
	border: none;
}
.tf_post_category {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: .12em;
	text-transform: uppercase;
	vertical-align: middle;
}
.tf_post_tag {
	font-style: italic;
	font-size: 1.12em;
	letter-spacing: -.0275em;
	vertical-align: middle;
	text-transform: lowercase;
	margin-left: .7em;
}
.tf_post_tag:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 .8em 0 0;
	height: 27px;
	border-left: solid 1px rgba(0,0,0,.2);
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.tf_post_date,
.tf_post_comment {
	display: block;
	text-align: right;
	font-size: 1.05em;
}
.tf_post_date {
	font-style: italic;
}
.tf_post_comment {
	text-transform: lowercase;
	font-size: 1em;
	font-style: italic;
}
x.tf_post_date:after,
.tf_post_comment:after {
	content: '';
	display: block;
	width: 20px;
	border-bottom: solid 1px #CECECE;
	margin: .8em 0 .6em auto;
}

time.tf_post_date {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	margin-bottom: .5em;
	padding: 0;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: .95em;
	font-style: normal;
	letter-spacing: .05em;
}

/* post title */
.tf_post_title {
	margin: -.8em 0 .3em;
	font-family: 'Prata', serif;
	font-size: 3.4em;
	line-height: 1.3em;
	letter-spacing: -.02em;
}
.tf_post_title a {
	border: none;
}
/* post content */
.tf_post_content {
	overflow: hidden;
}
.tf_post .tf_row:nth-of-type(3) .tf_post_content p:first-of-type {
	font-style: italic;
	font-size: 1.25em;
	line-height: 1.85em;
}
/* drop cap */
.tf_post_content p:first-of-type::first-letter {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	float: left;
	font-size: 6.2em;
	line-height: .45em;
	padding: .2em .1em .2em 0;
}
/*
.tf_post .tf_post_content a {
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 2px;
	background: rgba(255, 232, 135, 0.26);
	transition: background, border 1s;
}*/
.tf_post .tf_post_content a {
	border: none;
	background: rgba(255, 232, 135, 0.26);
	box-shadow: inset 0 -2px 0 0 #ffdc19;
	padding: 0;
}
.tf_post .tf_post_content a:hover {
	border-color: #333;
	background: rgba(255, 206, 0, 0.36);
}
.tf_post .tf_row:nth-of-type(3) .tf_post_content p:first-of-type .image-link,
.image-link {
	border-bottom: none;
	padding-bottom: inherit;
}

/* image in content */
.tf_post_content figure img,
.tf_post_content .image img {
	border: solid 1px #eee;
	padding: 5px;
}

/* top post meta */
.tf_post .tf_row:nth-of-type(1) .tf_post_meta {
	padding: 1em 1.3em .8em 1em;
	display: inline-block;
	-webkit-transform: translateY(-82%);
	-moz-transform: translateY(-82%);
	transform: translateY(-82%);
	margin: 0;
	margin-bottom: .8em;
	border: solid 1px #000;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.tf_post .tf_row:nth-of-type(1) .tf_post_image + .tf_post_meta {
	background: #fff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 82%, rgba(255,255,255,0.94) 83%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(82%,rgba(255,255,255,1)), color-stop(83%,rgba(255,255,255,0.94)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 82%,rgba(255,255,255,0.94) 83%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 82%,rgba(255,255,255,0.94) 83%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 82%,rgba(255,255,255,0.94) 83%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 82%,rgba(255,255,255,0.94) 83%,rgba(255,255,255,0) 100%);	
}
.tf_post .tf_row:nth-of-type(1) .tf_post_meta:after {
	content: '';
	display: inline-block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 52%, rgba(0,0,0,0.94) 53%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,rgba(0,0,0,1)), color-stop(53%,rgba(0,0,0,0.94)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 52%,rgba(0,0,0,0.94) 53%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 52%,rgba(0,0,0,0.94) 53%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 52%,rgba(0,0,0,0.94) 53%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 52%,rgba(0,0,0,0.94) 53%,rgba(255,255,255,0) 100%);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/* second post meta */
.tf_post .tf_row:nth-of-type(2) .tf_post_meta {
	background: none;
	border: none;
	padding: 0;
	transform: none;
	display: block;
}
.tf_post .tf_row:nth-of-type(1) .tf_col:first-child .tf_post_title {
	clear: left;
}
.tf_post .tf_row:nth-of-type(2) {
	width:  130px;
	float: left;
	margin: 0.4em 2em 0 0;
}
.tf_post .tf_row:nth-of-type(3) .tf_col.tf_colfullwidth {
	clear: none;
}
#content .more-link-wrap {
	text-align: right;
}
#content .tf_post_content .more-link {
	display: inline-block;
	text-align: right;
	border: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: .8em;
	padding: 0;
	margin-top: 1em;
	margin-right: 10px;
	border: none;
	background:  none;
	position: relative;
	padding-right: 20px;
	transition: all .5s;
	box-shadow: none;
}
#content .more-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 29px;
	border-right: solid 1px #CECECE;
	margin: 0 16px;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
#content .more-link:after {
	content: '\2192';
	display: inline-block;
	position: absolute;
	right: 0;
	transition: all .5s;	
}
#content .more-link:hover {
	padding-right: 25px;
}
#content .more-link:hover:after {
	right: -10px;
}
@-webkit-keyframes more-link {
	0%, 100% {
		-webkit-transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(100%);
	}
}
@keyframes more-link {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(100%);
	}
}

.archive-template .tf_post_title {
    margin: 0 0 .5em;
    font-size: 1.5vw;
}
.tf_post_content p:first-of-type::first-letter {
font-family: inherit;
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
}
.tf_post_tag{
text-transform: none;
}

/************************************************************************************
SINGLE TEMPLATE
*************************************************************************************/
.single-post #middlewrap {
	background: #fff;
	position: relative;
	box-shadow:  inset 0px 1px 0px 0px rgba(0, 0, 0, 1);
}
.single-post #middle {
	margin-top: -32px;
}
.single-post #content {
	padding-top: 0 !important;
}
.single-post #sidebar {
	top: 50px;
}

/* single post */
.single-post .tf_post {
	margin: 0;
}

/* single post featured image */
.single-post-image .tf_post_image {
	position: fixed;
	width: 100%;
	left: 0;
}
.single-post-image .tf_post_image img {
	width: 100%;
}
.single-post .tf_post_image img {
	border: none;
}

/* social */
.social-share a:hover i:after {
	display: none;
}

/* single post post meta */
.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:first-child {
	margin-left: -27px;
	padding: 1.15em 27px 0 0px;
	padding-left: 27px;
	transform-origin: 0 0;
	float: left;
	-webkit-transform: translateY(-82%);
	-moz-transform: translateY(-82%);
	transform: translateY(-82%);
	margin-bottom: 0;
	border: solid 1px #000;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #fff;
}
.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:first-child:before,
.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:first-child:after {
	content: '';
	display: inline-block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 52%, rgba(0,0,0,0.94) 53%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,rgba(0,0,0,1)), color-stop(53%,rgba(0,0,0,0.94)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 52%,rgba(0,0,0,0.94) 53%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 52%,rgba(0,0,0,0.94) 53%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 52%,rgba(0,0,0,0.94) 53%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 52%,rgba(0,0,0,0.94) 53%,rgba(255,255,255,0) 100%);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:first-child:after {
	left: auto;
	right: 0;
}
.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:after {
	display: none;
}
.single-post .tf_post .tf_row:nth-of-type(2) {
	width:  74px;
	position: absolute;
	top: 33px;
	left: -74px;
	margin: 0;
	margin-left: -25px;
}
.single-post .tf_post_date,
.single-post .tf_post_comment {
	display: inline-block;
	font-size: 1.05em;
}
.single-post .tf_post_date:after,
.single-post .tf_post_comment:after {
	display: none;
}
.single-post .tf_post_comment:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px;
	height: 27px;
	border-right: solid 1px #CECECE;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 1px;
	border-bottom: none;
}
.single-post .tf_post .tf_post_content {
	overflow: visible;
}

/* social share */
.single-post .social-share .share-label {
	display: none;
}

/* single post second post meta */
.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:nth-of-type(2) {
	border: none;
	font-size: .8em;
	padding: 0;
	margin: 1em 0 .6em;
	background: none;
	display: block;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

/* when there is no featured image */
.no-featured-image.touch.single-post #middlewrap,
.no-featured-image #middlewrap {
	margin-top: 140px !important;
	background: none !important;
	box-shadow: none;
}
.no-featured-image.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:first-child {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.no-featured-image.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta {
	background: none;
	border: none;
	padding: 0;
}
.no-featured-image.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:first-child:before, 
.no-featured-image.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:first-child:after {
	display: none;
}


/*
POST NAVIGATION
================================================ */
.tf_post_nav {
	border-top: solid 5px #000;
	padding: 2.25em 0 0;
	margin: 3em 0 2em;
	font-family: 'Prata', serif;
}
.tf_post_nav a {
	font-size: 1.5em;
	border: none;
}
.tf_post_nav .next_prev_post_label {
	font-family: 'Montserrat', sans-serif;
	font-size: .5em;
	letter-spacing: .075em;
	margin-bottom: .6em;
}
.tf_post_nav .prev .next_prev_post_label:before,
.tf_post_nav .next .next_prev_post_label:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: solid 1px #000;
	width: 20px;
	margin-top: -2px;
}
.tf_post_nav .prev .next_prev_post_label:before {
	margin-right: 10px;
}
.tf_post_nav .next .next_prev_post_label:after {
	margin-left: 10px;
}

.tf_post_nav .prev:hover .next_prev_post_label:before {
	-webkit-animation: tf-post-prev 1s infinite linear;
	animation: tf-post-prev 1s infinite linear;
}
.tf_post_nav .next:hover .next_prev_post_label:after {
	-webkit-animation: tf-post-next 1s infinite linear;
	animation: tf-post-next 1s infinite linear;
}
@-webkit-keyframes tf-post-prev {
	0%, 100% {
		-webkit-transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-100%);
	}
}
@keyframes tf-post-prev {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes tf-post-next {
	0%, 100% {
		-webkit-transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(100%);
	}
}
@keyframes tf-post-next {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(100%);
	}
}

/*
COMMENTS
================================================ */
#comments {
	margin: 3.45em 0 0;
}
.comments-title:before,
.comment-reply-title:before {
	content: '';
	display: block;
	width: 55px;
	border-top: solid 3px #000;
	margin-bottom: 1em;
}
.comments-title,
.comment-reply-title {
	font-family: 'Lora', serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -.01em;
	margin: 0 0 1.3em;
}
.comment-reply-title {
	margin: 0 0 1.65em;
}
.comment-reply-title:before {
	margin-bottom: 1.05em;
}
.comment-list .comment-reply-link {
	font-family: 'Montserrat', sans-serif;
	font-size: .78em;
	letter-spacing: .05em;
	border: none;
}
.comment-reply-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: solid 1px #d1d1d1;
	width: 12px;
	margin: 0 12px;
}
.comment-list .avatar {
	margin: 0 2.2em 0 0;
}
.comment-list .comment-content {
	padding-bottom: 1.3em;
}
.comment-list .comment-author {
	margin-bottom: .5em;
}
.comment-list .comment-author br {
	display: none;
}
.comment-list .comment-author strong {
	font-family: 'Prata', serif;
	font-size: 1.5em;
	letter-spacing: .045em;
	text-transform: capitalize;
	padding-top: .2em;
	display: block;
	margin-bottom: .5em;
}
.comment-list .comment-time {
	color: #bfbfbf;
	font-style: italic;
	letter-spacing: .035em;
	text-transform: none;
	font-size: .9em;
	display: inline-block;
	margin: 0 0 .5em;
}
.comment-list .reply {
	top: 18px;
}
.comment-list ul,
.comment-list ol {
	margin: 0 0 0 5.5%;
}
#commentform p {
	margin: 0 0 1.3em;
}
#commentform label {
	display: block;
	color: #999;
	margin-left: 0;
	margin-top: -2px;
}
#commentform textarea {
	min-height: 14em;
	margin: 0;
}
#commentform input[type=text] {
	width: 100%;
	margin-right: 5px;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
	width: 48%;
	float: left;
	box-sizing: border-box;
}
#commentform .comment-form-email {
	margin-left: 4%;
}
.comment-form-url {
	width: 100%;
}

/************************************************************************************
ARCHIVE TEMPLATE
*************************************************************************************/
.archive-template .tf_post {
	margin-bottom: 2.4em;
}
.archive-template .tf_post_image {
	margin: 0 0 1em;
}
.archive-template .tf_post_title {
	margin: 0 0 .5em;
	font-size: 2.8em;
}
.archive-template .more-link {
	display: inline;
	font-size: .7em;
}

/************************************************************************************
PAGE
*************************************************************************************/
.tf_category_title,
.tf_page_title {
	font-family: 'Prata', serif;
	font-size: 7.8em;
	letter-spacing: -.055em;
	margin: 0 0 .2em;
	line-height: 1.3em;
}
.tag .tf_category_title {
	font-size: 4em;
	margin-bottom: 1em;
}
.tf_page_content p:first-child {
	font-style: italic;
	font-size: 1.35em;
	line-height: 1.7em;
	letter-spacing: -.015em;
}

/************************************************************************************
PAGINATION
*************************************************************************************/
.tf_pagination a,
.tf_pagination span {
	border: solid 1px transparent;
	border-radius: 100%;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	line-height: 100%;
	margin-right: 4px;
	min-height: 8px;
	min-width: 45px;
	padding: 13px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.tf_pagination a:hover,
.tf_pagination span:hover,
.tf_pagination .current {
	border: solid 1px #000;
	color: #000;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background: #fff;
	border-top: solid 1px rgba(0,0,0,.1);
	padding: 1.35em 0;
	color: #898989;
	font-size: .75em;
}
.tf_footer a {
	text-decoration:none;
	color: #000;
}
#footerwrap p {
	margin: 0;
}
.powered-by {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
}
.copyright {
	display: block;
	text-align: right;
	font-style: italic;
}
.tf_footer .back-to-top {
	color: #898989;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: .8em;
	line-height: 3.3em;
	letter-spacing: .05em;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	border: none;
}
.back-to-top:after,
.back-to-top:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.back-to-top:after {
	border-bottom-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.back-to-top:before {
	border-bottom-color: #ddd;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.tf_footer .back-to-top:hover:after {
	border-width: 13px;
	margin-left: -13px;
}
.tf_footer .back-to-top:hover:before {
	border-width: 15px;
	margin-left: -15px;
}
.tf_footer .back-to-top:hover {
	color: #000;
}

/************************************************************************************
SOCIAL SHARE SHORTCODE
*************************************************************************************/
.social-share {
	text-align: right;
}
.social-share .share-title {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: .75em;
	padding: 0 0 .3em;
	display: block;
}
.social-share a {
	border-top: solid 1px rgba(0,0,0,.1);
	display: block;
	padding: .3em;
	font-size: 1.1em;
	border-bottom: none;
}
.social-share .share-label {
	font-size: .8em;
	white-space: nowrap;
	display: inline-block;
	max-width: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s linear;
	transition: .5s linear;
}
.social-share div:first-child a {
	border-top: none;
}
.social-share a:hover .share-label {
	max-width: 130px;
	opacity: 1;
	visibility: visible;
	margin-left: .5em;
}

/************************************************************************************
BANNER AD
*************************************************************************************/
.banner-ad a,
.banner-ad img {
	padding: 0;
	border: none;
	overflow: hidden;
	max-width:  100%;
}
.single-ad {
	float: left;
	margin: 1em 1.7em 1em 0;
}
.single-ad img {
	margin: .5em 2em 1em 0;
}
.horizontal-ad {
	margin: -1em 0 4em;
}

/************************************************************************************
RESPONSIVE VIDEO
*************************************************************************************/
.video, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 10px;
	height: 0;
	overflow: hidden;
	z-index: 0;
	border: solid 1px #eee;
}
.video iframe,
.video object,
.video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
MASONRY LAYOUT
*************************************************************************************/
.masonry-done.tf_loops_wrapper.grid4 .tf_post,
.masonry-done.tf_loops_wrapper.grid3 .tf_post,
.masonry-done.tf_loops_wrapper.grid2 .tf_post {
	margin-right: 0;
	margin-left: 0;
}
.masonry-enabled .grid4 .grid-sizer {
	width: 22.6%;
}
.masonry-enabled .grid3 .grid-sizer {
	width: 31.2%;
}
.masonry-enabled .grid2 .grid-sizer {
	width: 48.4%;
}
.masonry-enabled .gutter-sizer {
	width: 3.19%;
}

#infscr-loading > img {
	display: none;
}
.tf-loading-spinner {
	font-size: 50px;
	width: 50px;
	height: 50px;
	padding: 0;
	bottom: 0;
	left: 50%;
	position: absolute;
	margin: -25px 0 0 -25px;
	border-radius: 100%;
	list-style: none;
	background-color: rgba(255,255,255,.8);  
	z-index: 1300;
}
.tf-main-loader {
	position: relative;
	width: 25px;
	height: 25px;
	margin: 13px 0 0 13px;
}
.tf-main-loader .tf-wBall {
	position: absolute;
	width: 25px;
	height: 25px;
	opacity: 0;
	transform: rotate(225deg);
	animation: tf-orbit 7.15s infinite;
}
.tf-main-loader .tf-wBall .wInnerBall {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	left: 0px;
	top: 0px;
	border-radius: 100%;
}
.tf-main-loader #wBall_1 {
	animation-delay: 1.56s;
}
.tf-main-loader #wBall_2 {
	animation-delay: 0.31s;
}
.tf-main-loader #wBall_3 {
	animation-delay: 0.62s;
}
.tf-main-loader #wBall_4 {
	animation-delay: 0.94s;
}
.tf-main-loader #wBall_5 {
	animation-delay: 1.25s;
}

@keyframes tf-orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}
	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}
	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}
	76% {
		opacity: 0;
		transform:rotate(900deg);
	}
	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

/************************************************************************************
PROMOBAR
*************************************************************************************/
.fixed-header-on .promo-bar-wrap.closed .close {
	display: none !important;
}


/************************************************************************************
NICESCROLL
*************************************************************************************/
.nicescroll-cursors {
	background: rgba(0,0,0,.2) !important;
}

/************************************************************************************
CONTACT FORM 7
*************************************************************************************/
.wpcf7-form .field-name,
.wpcf7-form .field-email {
	width: 48%;
	float: left;
}
.wpcf7-form label {
	margin: -10px 0 0;
	color: #999;
}
.wpcf7-form label em {
	font-family: "Lora";
	text-transform: lowercase;
	letter-spacing: .05em;
}
.wpcf7-form p {
	margin: 0 0 .5em;
}
.wpcf7-form .field-email {
	margin-left: 4%;
}
.wpcf7-form input {
	width: 100%;
}
.wpcf7-form .field-captcha {
	margin: 0 0 1.5em;
}
.wpcf7-form .field-captcha input {
	width: 130px;
}

/************************************************************************************
RESPONSIVE
*************************************************************************************/
@media screen and (max-width: 1300px) {
	/* single post social shortcode */
	.single-post .tf_post .tf_row:nth-of-type(2),
	.single-post .social-share {
		position: static !important;
		width: 100%;
		display: block;
		margin-left: auto;
		float: none;
	}
	.single-post .social-share {
		text-align: inherit;
		margin: 0 0 1em;
	}
	.single-post .social-share .share-title,
	.single-post .social-share div {
		display: inline-block;
		vertical-align: middle;
	}
	.single-post .social-share a {
		border: none;
		padding: .3em .5em;
	}
}
@media screen and (max-width: 1200px) {
	#pagewrap #content {
		padding-right: 300px;
	}
	.sidebar_none #pagewrap #content {
		padding-right: 0;
	}	
	#sidebar {
		right: 3%;
	}
	.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_image + .tf_post_meta {
		padding-left: 3.5%;
	}
	.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta {
		margin-bottom: 0;
	}	
	.tf_post .tf_row:nth-of-type(3) .tf_post_content p:first-child {
		padding-left: initial;
	}	
}
@media screen and (max-width: 860px) {
	#pagewrap #content {
		padding: 100px 0 50px;
	}
	#sidebar {
		position: static !important;	
	}
	#sidebar .tf_template_part_wrapper {
		width: 100%;
	}
	.single-post .social-share {
		position: static !important;	
	}
	.single-post .social-share {
		margin-bottom: 1.9em;
	}
}
@media screen and (max-width: 680px) {
	body.promo-bar-on {
		background-position: left 60px;	
	}	
	body.promo-bar-closed,
	body {
		background-position: left top;
		background-attachment: initial;
	}	
	body.fixed-header-on {
		background-position: left -28px;
	}

	/* heading */
	h3 {
		font-size: 1.5em;
	}

	/* btn */
	#pagewrap p.btn {
		font-size: .75em;
		white-space: nowrap;
		display: block;	
	}
	#pagewrap p.btn.left {
		float: none;
		display: block;
	}
	#pagewrap p.btn.left + p.btn {
		margin-top: -1.5em;
		display: block;
	}

	/* Header */
	.header-row {
		padding: .75em 0 0;
	}
	.header-row .tf_sub_row {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	/* Top Featured Image below the Header */
	.fixed-header-on .header-row {
		position: fixed;
	}
	.single-post-image .tf_post_image {
		position: static;	
		margin-top: 92px;
		transform: none !important;
	}
	body.promo-bar-on .single-post-image .tf_post_image {
		margin-top: 152px;
	}	
	body.promo-bar-closed .single-post-image .tf_post_image {
		margin-top: 90px;
	}	
	.single-post .tf_post .tf_row:nth-of-type(1) .tf_post_meta:first-child {
		margin-top: auto;
		padding-top: .4em;
	}
	.single-post #middlewrap {
		margin-top: 0 !important;
	}
	.no-featured-image #middlewrap {
		margin-top: 120px !important;
	}
	.single-post #middle {
		margin-top: auto;
	}

	/* fixed-header-on */
	.admin-bar .header-row {
		top: 46px;
	}
	.fixed-header-on.admin-bar .header-row {
		top: 0;
	}
	.fixed-header-on .header-row .tf_module_wrapper .tf_menu {
		display: none;
	}
	
	/* site logo */
	#pagewrap .tf_site_logo {
		font-size: 1.4em;
	}
	
	/* menu */
	.tf_module_inline_block,
	.tf_element_inline_block {
		display: block;
	}
	.tf_menu a {
		padding: .55em .3em;
	}
	.tf_menu a:after {
		margin: 0 0 0 13px;
	}
	
	/* menu icon */
	#headerwrap .tf_module_icon .tf_icons .tf_icon {
		margin: .1em .2em;
	}
	#headerwrap .tf_module_icon {
		top: 20px;
	}
	.fixed-header-on #headerwrap .tf_module_icon {
		top: 10px;
		right: -6px;
	}
	.fixed-header-on #headerwrap .row-expanded .tf_module_icon {
		top: 0;
	}
	
	/* post */
	.tf_post {
		margin-bottom: 1.5em;
	}
	.tf_post .tf_row:nth-of-type(2),
	.tf_post .tf_row:nth-of-type(3) .tf_col.tf_colfullwidth {
		clear: both;
	}
	.tf_post .tf_row:nth-of-type(2) {
		width: 100%;
	}
	
	/* post meta */
	.tf_post_meta {
		margin: 0;
	}
	.tf_post_date, .tf_post_comment {
		font-size: 1em;		
	}
	.tf_post_date,
	.tf_post_comment {
		display: inline-block;
		font-size: 1.05em;
		letter-spacing: -.045em;
	}
	.tf_post_date:after,
	.tf_post_comment:after {
		display: none;
	}
	.tf_post_comment:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin: 0 13px;
		height: 27px;
		border-right: solid 1px #CECECE;
		-webkit-transform: skewX(-30deg);
		-moz-transform: skewX(-30deg);
		transform: skewX(-30deg);
		width: 1px;
		border-bottom: none;
	}
	.tf_post .tf_row:nth-of-type(1) .tf_post_meta {
		font-size: .75em;
		margin: 0;
		padding: .4em 1em .3em .5em;
	}
	.tf_post_category {
		letter-spacing: .05em;
	}
	.tf_post_tag {
		display: none;
	}

	/* drop cap */
	.tf_post_content .single-ad + p:first-of-type::first-letter {
		float: none;
		display: block;
		font-size: 2.7em;
		padding: .2em 2px .2em 0;
	}
	
	/* post/page first paragraph content */
	.tf_page_content p:first-child,
	.tf_post .tf_row:nth-of-type(3) .tf_post_content p:first-child,
	.tf_post .tf_row:nth-of-type(3) .tf_post_content p:first-of-type {
		padding-left: initial;
		font-size: 1.05em;
		overflow: visible;
	}
	
	/* titles */
	.archive-template .tf_post_title,
	.tf_post_title {
		font-size: 2.2em;
		letter-spacing: -0.01em;
		margin-top: -.5em;
	}
	.archive-template .tf_post_title {
		margin-top: 0;
	}
	.tf_category_title,
	.tf_page_title {
		font-size: 4.2em;
	}
	
	/* social shortcode */
	.social-share {
		text-align: inherit;
		margin: .75em 0 1em;
	}
	.social-share div {
		display: inline-block;
		vertical-align: middle;
	}
	.social-share .share-label {
		display: none;
	}
	.social-share a {
		border: none;
		padding: .3em .5em;
		font-size: 1.2em;
	}
	.social-share .box span {
		float: none;
	}
	.social-share .box .count {
		margin-right: auto;
		margin-left: .8em;
		display: inline-block;
	}

	/* comments */
	.comment-list .avatar {
		margin-right: 1em;
	}
	.comment-list .comment-author img {
		max-width: 40px;
	}
	.comment-list .comment-author strong {
		font-size: 1.1em;
	}
	.comment-list .reply {
		font-size: .8em;
		top: 1.6em;
	}

	/* pagination */
	.tf_pagination a, 
	.tf_pagination span {
		font-size: 16px;
		min-width: 34px;
		padding: 8px;
		min-height: 0;
	}

	/* single-ad */
	.single-ad {
		margin: 0 1em 1em 0;
	}
	
	/* footer text */
	#footerwrap {
		padding: 1em 0;
	}
	.powered-by,
	.copyright {
		text-align: center;
	}
	.tf_footer .back-to-top {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		line-height: 1em;
		margin-bottom: 1em;
	}
}
@media (min-width: 600px) and (max-width: 782px) {
	.admin-bar .header-row {
		top: 46px;
	}
}
@media (min-width: 1300px) {
	/* single post social shortcode */
	.single-post .tf_post .tf_row:nth-of-type(2) {
		width: 47px;
		left: -48px;
		top: 36px;
	}
	.single-post .social-share {
		text-align: right;
		width: 47px;
	}
}

/* buysellads */
div.bsap_1306539 a.adhere {
	background: rgba(255, 255, 255, 0.62);
	height: auto;
	line-height: 3;
	display: block;
	text-align: center;
	border: none;
}