/**
* Table of Contents:
*
* Theme Basic
* Header
* Page Titles
* Main Menu
* Sidebar
* Footer
* Colors
* Background Style
* Hovers
* Elements Styles
* Pagination
* Isotope
* Single Post
* Single Portfolio
* Comments
* Back to Top
* Media Queries
* ----------------------------------------------------------------------------
*/

/**
* Theme Basic
* ----------------------------------------------------------------------------
*/
#bsfo-wrapper {
	position: relative;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.5);
}

#bsfo-theme-body {
	position: relative;
	z-index: 1;
}

#bsfo-feature-section {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}

#bsfo-feature-section .bsfo-element {
	margin: 0px !important;
}


/**
* Header
* ----------------------------------------------------------------------------
*/
#bsfo-top {
	position: relative;
}

#bsfo-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 996;
	left: 0;
	top: 0;
}

#bsfo-header .bsfo-container {
	padding: 0px;
	max-width: 100% !important;
	width: 100% !important;
	display: table;
}

#bsfo-header.bsfo-style-1 .bsfo-container:before,
#bsfo-header.bsfo-style-1 .bsfo-container:after {
	display: none;
}

h1.bsfo-logo {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 30px;
	z-index: 1;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0.05);
}

h1.bsfo-logo a {
	display: block;
	overflow: visible;
}

h1.bsfo-logo img {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
}

.bsfo-style-1 .bsfo-header-options {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	margin: 0;
	padding-right: 22px;
	list-style: none;
	min-width: 315px;
}

.bsfo-style-2 .bsfo-header-options {
	display: block;
	float: right;
	margin: 0;
	margin-right: 22px;
	list-style: none;
}

.bsfo-header-options  li {
	display: inline-block;
	margin-top: -7px;
}

.bsfo-style-2 .bsfo-header-options  li {
	float: left;
	margin-top: -7px;
}

.bsfo-header-options  li a {
	display: block;
	height: 100%;
	margin-left: 8px;
	margin-right: 8px;
	overflow: visible;
	position: relative;
}

.bsfo-header-options  li img {
	display: inline-block;
	vertical-align: middle;
}

.bsfo-header-options li a.bsfo-menu-btn {
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 7px;
}

.bsfo-header-options li a.bsfo-menu-btn img {
	vertical-align: top;
	margin-top: -14px;
}

#bsfo-header.bsfo-style-2 .bsfo-menu-btn {
	display: none;
}


/**
* Page Titles
* ----------------------------------------------------------------------------
*/

#bsfo-header .bsfo-page-title {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0px 10px 30px;
	display: none;
}

.bsfo-page-title .bsfo-title {
	margin: 0 20px 0 0;
	padding-right: 5px;
	font-size: 35px;
	line-height: 1.2;
	float: left;
}

.bsfo-page-title .bsfo-sub-title {
	font-size: 15px;
	line-height: 1.2;
	float: left;
	overflow: hidden;
	margin: 15px 0;
}

.bsfo-page-title .bsfo-sub-title span {
	display: block;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bsfo-page-title .bsfo-sub-title span.active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* Style 2 */
#bsfo-main-title-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(0,0,0,0.02);
	border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Post Title */
.single-post .bsfo-page-title .bsfo-title {
	float: none;
	margin-bottom: 0;
}


/**
* Main Menu
* ----------------------------------------------------------------------------
*/

/* Vertical Menu */
.bsfo-vertical-menu {
	display: none;
}

.bsfo-vertical-menu ul {
	margin: 0;
	list-style: none;
}

.bsfo-vertical-menu > ul {
	position: fixed;
	top: 0px;
	right: -20px;
	width: 320px;
	height: 100%;
	z-index: 998;
	background-color: rgba(0,0,0,0.9);
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;
	padding: 20% 30px 50px 30px;
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
}

.bsfo-vertical-menu .bsfo-close-btn {
	background-image: url(../images/graphics/arrows.svg);
	background-position: 0 -120px;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
}

.bsfo-vertical-menu  ul li {
	position: relative;
}

.bsfo-vertical-menu  > ul > li {
	position: relative;
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
}

.bsfo-vertical-menu  ul li a{
	display: block;
}

.bsfo-vertical-menu .menu-item > a,
.bsfo-vertical-menu .page_item > a {
	padding: 5px 0px;
}

.bsfo-vertical-menu .menu-item ul.sub-menu  a
.bsfo-vertical-menu .page_item ul.children a {
	line-height: 30px;
	font-weight: 400;
	font-size: 0.9em;
}

.bsfo-vertical-menu .bsfo-mainmenu-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	z-index: 1;
	background-image: url(../images/graphics/arrows.svg);
	background-position: 0 -60px;
	cursor: pointer;
}

.bsfo-vertical-menu .bsfo-mainmenu-btn.active {
	background-position: 0 -90px;
}

.bsfo-vertical-menu .sub-menu,
.bsfo-vertical-menu .children {
	display: none;
	padding-left: 20px;
}

/* Horizontal Menu */
.bsfo-horizontal-menu ul {
	list-style: none;
	 *zoom: 1;
	 margin: 0;
	 float: right;
}

.bsfo-horizontal-menu ul:before,
.bsfo-horizontal-menu ul:after {
	content: " ";
	display: table;
}

.bsfo-horizontal-menu ul:after {
	clear: both;
}

.bsfo-horizontal-menu ul {
	list-style: none;
	margin: 0;
}

.bsfo-horizontal-menu ul a {
	padding: 0 15px;
}

.bsfo-horizontal-menu ul li {
	position: relative;
}

.bsfo-horizontal-menu > ul > li {
	float: left;
}

.bsfo-horizontal-menu > ul > li > a {
	display: block;
	line-height: inherit;
	padding: 0 30px 0 0;
}

.bsfo-horizontal-menu ul li ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
	min-width: 200px;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.bsfo-horizontal-menu > ul > li.hover > ul {
	left: 0;
	opacity: 1;
}

.bsfo-horizontal-menu ul li li.hover > ul {
	left: 100%;
	top: 0;
	opacity: 1;
}

.bsfo-horizontal-menu .bsfo-menu-item-right.hover ul {
	left: -100% !important;
	text-align: right;
}

.bsfo-horizontal-menu > ul > li.bsfo-menu-item-right.hover > ul {
	left: auto !important;
	right: 0px;
}

.bsfo-horizontal-menu ul li li a {
	display: block;
	position: relative;
	z-index:100;
	border-top: 1px solid rgba(255,255,255, 0.05);
	border-bottom: 1px solid rgba(0,0,0, 0.05);
	line-height: 40px;
}

.bsfo-header-light .bsfo-horizontal-menu ul li ul .menu-item-has-children > a,
.bsfo-header-light .bsfo-horizontal-menu ul li ul .page_item_has_children > a {
	background-image: url(../images/graphics/arrow-right.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.bsfo-header-dark .bsfo-horizontal-menu ul li ul .menu-item-has-children > a,
.bsfo-header-dark .bsfo-horizontal-menu ul li ul .page_item_has_children > a {
	background-image: url(../images/graphics/arrow-right-dark.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.bsfo-header-light .bsfo-horizontal-menu ul li.bsfo-menu-item-right ul .menu-item-has-children > a,
.bsfo-header-light .bsfo-horizontal-menu ul li.bsfo-menu-item-right ul .page_item_has_children > a {
	background-image: url(../images/graphics/arrow-left.svg);
	background-position: 5% center;
	background-repeat: no-repeat;
}

.bsfo-header-dark .bsfo-horizontal-menu ul li.bsfo-menu-item-right ul .menu-item-has-children > a,
.bsfo-header-dark .bsfo-horizontal-menu ul li.bsfo-menu-item-right ul .page_item_has_children > a {
	background-image: url(../images/graphics/arrow-left-dark.svg);
	background-position: 5% center;
	background-repeat: no-repeat;
}

.bsfo-horizontal-menu .bsfo-mainmenu-btn {
	display: none;
}

/**
* Sidebar
* ----------------------------------------------------------------------------
*/

.bsfo-right-sidebar .bsfo-main-content  {
	padding-right: 30px;
	width:75.0%;
	float: left;
}

.bsfo-left-sidebar .bsfo-main-content  {
	padding-left: 30px;
	width:75.0%;
	float: right;
}

.bsfo-right-sidebar .bsfo-sidebar {
	width: 25%;
	float: right;
	padding-left: 30px;
}

.bsfo-left-sidebar .bsfo-sidebar {
	width: 25%;
	float: left;
	padding-right: 30px;
}

.bsfo-sidebar.bsfo-fixed-sidebar {
	width: 262px !important;
	padding: 0px;
}

/* Fixed Sidebar */
.bsfo-sidebar.bsfo-fixed-sidebar {
	position: relative;
}


/**
* Footer
* ----------------------------------------------------------------------------
*/

#bsfo-footer .bsfo-container {
	margin-bottom: 30px;
	margin-top: 60px;
}

#bsfo-footer.bsfo-section {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Copyright Bar */
#bsfo-footer  .bsfo-footer-bar {
	font-size: 0.85em;
	padding: 40px 0px;
}

#bsfo-footer .bsfo-footer-bar .bsfo-container {
	margin-bottom: 0px;
	margin-top: 0px;
}

.bsfo-mobile .bsfo-copyright {
	text-align: center;
	margin-bottom: 30px;
}

/* Footer Second Menu */
.bsfo-second-menu ul {
	display: block;
	text-align: right;
	list-style: none;
	margin: 0;
}

.bsfo-second-menu li {
	display: inline-block;
	margin-right: 1px;
	padding-right: 5px;
	border-right: 1px solid;
}

.bsfo-second-menu li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.bsfo-mobile .bsfo-second-menu ul {
	display: block;
	text-align: center;
}


/**
* Colors
* ----------------------------------------------------------------------------
*/

/*-- Green --*/
.bsfo-green-color,
input[type='submit'].bsfo-green-color {
	background-color: #5F8D24;
	border-color: #5F8D24;
	color: #fff;
}

a.bsfo-green-color:hover,
input[type='submit'].bsfo-green-color:hover {
	background-color: #6EA726;
	border-color: #6EA726;
	color: #fff;
}

/*-- Green Light --*/
.bsfo-green-light-color {
	background-color: #DAEEC5;
	color: #408B60;
}

/*-- Orange --*/
.bsfo-orange-color,
input[type='submit'].bsfo-orange-color {
	background-color: #ffb125;
	border-color: #ffb125;
	color: #fff;
}

a.bsfo-orange-color:hover,
input[type='submit'].bsfo-orange-color:hover {
	background-color: #DF8F00;
	border-color: #DF8F00;
	color: #fff;
}

/*-- Orange Light --*/
.bsfo-orange-light-color {
	background-color: #F8E2AB;
	color: #CE9409;
}

/*-- Blue --*/
.bsfo-blue-color,
input[type='submit'].bsfo-blue-color {
	background-color: #46acee;
	border-color: #46acee;
	color: #fff;
}

a.bsfo-blue-color:hover,
input[type='submit'].bsfo-blue-color:hover {
	background-color: #2279d7;
	border-color: #2279d7;
	color: #fff;
}

/*-- Blue Light --*/
.bsfo-blue-light-color {
	background-color: #CDEAFD;
	color: #3488BE;
}

/*-- Red --*/
.bsfo-red-color,
input[type='submit'].bsfo-red-color {
	background-color: #f34522;
	border-color: #f34522;
	color: #fff;
}

a.bsfo-red-color:hover,
input[type='submit'].bsfo-red-color:hover {
	background-color: #ca2b27;
	border-color: #ca2b27;
	color: #fff;
}

/*-- Red Light --*/
.bsfo-red-light-color {
	background-color: #FAB9B6;
	color: #B63A35;
}

/*-- Aqua --*/
.bsfo-aqua-color,
input[type='submit'].bsfo-aqua-color {
	background-color: #2fceb8;
	border-color: #2fceb8;
	color: #fff;
}

a.bsfo-aqua-color:hover,
input[type='submit'].bsfo-aqua-color:hover {
	background-color: #16ab8d;
	border-color: #16ab8d;
	color: #fff;
}

/*-- Aqua Light --*/
.bsfo-aqua-light-color {
	background-color: #8FD8CE;
	color: #279182;
}

/*-- Purple --*/
.bsfo-purple-color,
input[type='submit'].bsfo-purple-color {
	background-color: #380E6F;
	border-color: #380E6F;
	color: #fff;
}

a.bsfo-purple-color:hover,
input[type='submit'].bsfo-purple-color:hover {
	background-color: #940ae5;
	border-color: #940ae5;
	color: #fff;
}

/*-- Purple Light --*/
.bsfo-purple-light-color {
	background-color: #C1B0D8;
	color: #693EA5;
}

/*-- White --*/
.bsfo-white-color,
input[type='submit'].bsfo-white-color {
	background-color: #f8f7f6;
	border-color: #f8f7f6;
	color: #a09d9d;
}

a.bsfo-white-color:hover,
input[type='submit'].bsfo-white-color:hover{
	background-color: #eeecea;
	border-color: #eeecea;
	color: #474747;
}

/*-- White Light --*/
.bsfo-white-light-color {
	background-color: #E7E7E7;
	color: #858484;
}

/*-- Black --*/
.bsfo-black-color,
input[type='submit'].bsfo-black-color {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}

a.bsfo-black-color:hover,
input[type='submit'].bsfo-black-color:hover {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

/*-- Black Light --*/
.bsfo-black-light-color {
	background-color: #1a1a1a;
	color: #fff;
	border-color: #000 !important;
}


/**
* Background Style
* ----------------------------------------------------------------------------
*/

/* Images Background */
.bsfo-bg-image {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bsfo-fixed-bg {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.bsfo-animated-bg {
	background-size: auto !important;
	background-repeat: repeat-x;
	background-position: center center;
	z-index: 1;
}

/* Video Background */
.bsfo-video-bg {
	overflow: hidden;
}

.bsfo-video-bg-element {
	position: absolute !important;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	width: auto;
	height: auto;
	left: 0px;
	overflow: hidden;
}

.bsfo-video-container {
	position: absolute;
	width: 100%;
	top: 55%;
	left: 0px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}

/* Patterns & Overlays */
.bsfo-pattern {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../images/graphics/pattern-1.png);
	background-repeat: repeat;
}

.bsfo-white-overlay:before,
.bsfo-black-overlay:before,
.bsfo-primary-overlay:before,
.bsfo-secondary-overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.bsfo-overlay-fade:hover .bsfo-overlay-10:before,
.bsfo-overlay-10:before {
	opacity: 0.1;
}

.bsfo-overlay-fade:hover .bsfo-overlay-20:before,
.bsfo-overlay-20:before {
	opacity: 0.2;
}

.bsfo-overlay-fade:hover .bsfo-overlay-30:before,
.bsfo-overlay-30:before {
	opacity: 0.3;
}

.bsfo-overlay-fade:hover .bsfo-overlay-40:before,
.bsfo-overlay-40:before {
	opacity: 0.4;
}

.bsfo-overlay-fade:hover .bsfo-overlay-50:before,
.bsfo-overlay-50:before {
	opacity: 0.5;
}

.bsfo-overlay-fade:hover .bsfo-overlay-60:before,
.bsfo-overlay-60:before {
	opacity: 0.6;
}

.bsfo-overlay-fade:hover .bsfo-overlay-70:before,
.bsfo-overlay-70:before {
	opacity: 0.7;
}

.bsfo-overlay-fade:hover .bsfo-overlay-80:before,
.bsfo-overlay-80:before {
	opacity: 0.8;
}

.bsfo-overlay-fade:hover .bsfo-overlay-90:before,
.bsfo-overlay-90:before {
	opacity: 0.9;
}

.bsfo-overlay-fade .bsfo-overlay-10:before,
.bsfo-overlay-fade .bsfo-overlay-20:before,
.bsfo-overlay-fade .bsfo-overlay-30:before,
.bsfo-overlay-fade .bsfo-overlay-40:before,
.bsfo-overlay-fade .bsfo-overlay-50:before,
.bsfo-overlay-fade .bsfo-overlay-60:before,
.bsfo-overlay-fade .bsfo-overlay-70:before,
.bsfo-overlay-fade .bsfo-overlay-80:before,
.bsfo-overlay-fade .bsfo-overlay-90:before {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/**
* Hovers
* ----------------------------------------------------------------------------
*/
.bsfo-hover-item {
	overflow: hidden;
}

.bsfo-hover-item a {
	display: block;
	position: relative;
}

.bsfo-hover-item a {
	overflow: hidden;
}

.bsfo-hover-item a .bsfo-hover-content{
	position: absolute;
	background: #333;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 2;
}

.bsfo-hover-item a .bsfo-hover-subtitle,
.bsfo-hover-item a .bsfo-hover-title {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bsfo-hover-item a .bsfo-hover-title:before {
	content: '+';
	margin-right: 10px;
}

.bsfo-hover-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 70%;
	font-size: 18px;
	font-weight: 300;
	display: block;
	color: #fff;
}

.bsfo-hover-subtitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 70%;
	font-size: 12px;
	margin-top: 25px;
	opacity: 0.4;
	display: block;
	color: #fff;
}


/* Video Hover Icon */
.bsfo-video-icon:before {
	content: '';
	text-align: center;
	line-height: 70px;
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0.9);
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	background-image: url(../images/graphics/player.png);
	background-repeat: no-repeat;
}


/**
* Elements Styles
* ----------------------------------------------------------------------------
*/

/* Circle Elements */
.bsfo-icon-circle,
.bsfo-icon-box .bsfo-icon,
.bsfo-icon-box .bsfo-icon:after,
.bsfo-accordion .bsfo-title:before,
.bsfo-toggle .bsfo-title:before,
.bsfo-testimonial-image,
.bsfo-list li:before,
.bsfo-article-nav img,
.bsfo-slider .flex-control-nav li a,
.bsfo-testimonial-carousel .flex-control-nav li a,
#bsfo-fullscreen-area .bsfo-close-btn ,
.bsfo-video-icon:before {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/* Drop Shadow Elements */
.bsfo-image-hover .bsfo-icon,
.bsfo-icon-circle {
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}


/**
* Pagination
* ----------------------------------------------------------------------------
*/

.bsfo-pagination ul {
	margin: 0;
	list-style: none;
}

.bsfo-pagination {
	margin-bottom: 50px;
	text-align: right;
}

.bsfo-pagination li {
	display: inline-block;
}

.bsfo-pagination li i {
	vertical-align: baseline;
}

.bsfo-pagination li a,
.bsfo-pagination span.page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	margin: 0px 1px;
	text-align: center;
	border: 1px solid;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/**
* Isotope
* ----------------------------------------------------------------------------
*/

.bsfo-isotope-container {
	opacity: 0;
}

.bsfo-filter {
	margin-bottom: 35px;
}

.bsfo-filter ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.bsfo-filter li{
	display: inline-block;
	cursor: pointer;
	padding: 3px 10px;
	margin: 0 2px;
	border: 1px solid;
	font-size: 0.9em;
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
}

.bsfo-isotope-container {
	margin: 0px -15px;
}

.bsfo-fullwidth-element .bsfo-isotope-container {
	margin: 0px;
}

.bsfo-isotope-item {
	padding: 0px 15px;
	margin-bottom: 30px;
}


/* Post Formats */
.format-standard .bsfo-post-format:before,
.format-standard .bsfo-post-format:after {
	content: "\f040";
	font-family: FontAwesome;
}

.format-image .bsfo-post-format:before,
.format-image .bsfo-post-format:after {
	content: "\f03e";
	font-family: FontAwesome;
}

.format-video .bsfo-post-format:before,
.format-video .bsfo-post-format:after {
	content: "\f008";
	font-family: FontAwesome;
}

.format-audio .bsfo-post-format:before,
.format-audio .bsfo-post-format:after {
	content: "\f028";
	font-family: FontAwesome;
}

.format-gallery .bsfo-post-format:before,
.format-gallery .bsfo-post-format:after {
	content: "\f009";
	font-family: FontAwesome;
}

.format-quote .bsfo-post-format:before,
.format-quote .bsfo-post-format:after {
	content: "\f10d";
	font-family: FontAwesome;
}

.format-link .bsfo-post-format:before,
.format-link .bsfo-post-format:after {
	content: "\f0c1";
	font-family: FontAwesome;
}

.format-chat .bsfo-post-format:before,
.format-chat .bsfo-post-format:after {
	content: "\f0e6";
	font-family: FontAwesome;
}


/**
* Single Post
* ----------------------------------------------------------------------------
*/

/* Post Meta */

.single-post #bsfo-header .bsfo-page-title .bsfo-title {
	float: none;
}

#bsfo-header .bsfo-page-title .bsfo-post-meta {
	display: block;
	vertical-align: top;
	margin-top: 3px;
	overflow: hidden;
	line-height: 1.2;
}

/* About Author */
.bsfo-about-author {
	padding: 60px 0px 30px 0px;
	margin: 60px 0px 0px 0px;
	border-top: 1px solid;
	line-height: 24px;
}

.bsfo-author-info .bsfo-title {
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 3px;
}

.bsfo-author-info p {
	margin-bottom: 0px;
}

.bsfo-about-author .avatar {
	float: left;
	width: 80px;
	height: 80px;
	display: block;
}

.bsfo-author-info {
	overflow: hidden;
	padding-left: 25px;
	min-height: 80px;
}

/* Related Post */
.bsfo-related-post  {
	margin-top: 30px;
}

.bsfo-related-post .bsfo-filter {
	text-align: right;
	position: relative;
	padding: 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.bsfo-related-post .bsfo-filter li{
	padding-right: 10px;
}

.bsfo-related-post .bsfo-filter li,
.bsfo-related-post .bsfo-filter li:hover,
.bsfo-related-post .bsfo-filter li.selected,
.bsfo-related-post .bsfo-filter li:hover.selected {
	background: none !important;
	border: none;
}

.bsfo-filter-title {
	position: absolute;
	line-height: 30px;
	top: 10px;
	left: 10px;
	white-space: nowrap;
}

/* Articles Navigation */
.bsfo-article-nav {
	position: fixed;
	display: table;
	width: 190px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff !important;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 3;
}

.bsfo-article-nav img {
	width: 40px;
	height: 40px;
	margin: 15px 10px;
}

.bsfo-article-nav i {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
}

.bsfo-article-nav.bsfo-prev-article i {
	right: 0px;
}

.bsfo-article-nav.bsfo-next-article i {
	left: 0px;
}

.bsfo-article-nav .bsfo-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
	max-width: 100px;
}

.bsfo-article-nav:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.bsfo-article-nav.bsfo-prev-article {
	left:0px;
	margin-left: -160px;
	padding-right: 30px;
}

.bsfo-article-nav.bsfo-next-article {
	right: 0px;
	margin-right: -160px;
	padding-left: 30px;
}

.bsfo-article-nav.bsfo-prev-article:hover {
	margin-left: 0px;
}

.bsfo-article-nav.bsfo-next-article:hover {
	margin-right: 0px;
}


/**
* Single Portfolio
* ----------------------------------------------------------------------------
*/

.bsfo-fields {
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
}

.bsfo-fields .bsfo-fields-content {
	display: none;
	padding: 15px 25px;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.bsfo-fields li:last-child .bsfo-fields-content {
	margin-top: 0px;
}

.bsfo-fields .bsfo-fields-title {
	display: block;
	position: relative;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.bsfo-fields li:last-child .bsfo-fields-title {
	margin-bottom: 0px;
}

.bsfo-fields .bsfo-fields-title:before {
	content: "\f105";
	font-size: 10px;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 24px;
}

.bsfo-fields .bsfo-fields-title.active:before {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}


/**
* Comments
* ----------------------------------------------------------------------------
*/
.bsfo-comment-content {
	overflow: hidden;
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid;
}

.bsfo-comment-item .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.bsfo-comment-item  .bsfo-author {
	margin-bottom: 0px;
}

.bsfo-comment-item .bsfo-comment-reply {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px !important;
	margin: 0px;
}

.bsfo-comment-item .bsfo-comment-edit {
	padding: 5px !important;
}

.bsfo-comment-item p:last-child {
	margin-bottom: 0px;
}

#bsfo-comments {
	margin-bottom: 60px;
}

#bsfo-comments > ul,
#bsfo-comments ul.children {
	list-style: none;
	margin: 0;
}

#bsfo-comments li ul li {
	padding-left: 30px;
}

.comment-reply-title {
	font-size: 32px;
	margin: 0px;
}

.comment-reply-title small {
	margin: 0px;
}

#bsfo-comments .comment-reply-title {
	font-size: 24px;
}

.bsfo-comment-content li {
	padding-left: 0 !important;
	margin-left: 20px;
}

#comment-nav-top > ul,
#comment-nav-bottom > ul {
	list-style: none;
	margin: 0;
}


/**
* Back to Top
* ----------------------------------------------------------------------------
*/

.bsfo-top-btn {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 25px;
	right: -100px;
	cursor: pointer;
	color: #ffffff;
	z-index: 997;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../images/graphics/top.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bsfo-top-btn.active {
	right: 25px;
}

.bsfo-mobile .bsfo-top-btn {
	width: 30px;
	height: 30px;
	bottom: 7px;
}

.bsfo-mobile .bsfo-top-btn.active {
	right: 7px;
}

.bsfo-mobile .bsfo-top-btn:after {
	font-family: FontAwesome;
	line-height: 30px;
}


/**
* Media Queries
* ----------------------------------------------------------------------------
*/

/* Desktops and laptops ----------- */
@media screen and (max-width: 1224px) {
	.bsfo-responsive .bsfo-sidebar.bsfo-fixed-sidebar {
		width:226px !important;
		padding: 0px;
	}

}

/* Tablet (landscape) ----------- */
@media screen and (max-width: 1200px) {

	.bsfo-responsive  .bsfo-sidebar.bsfo-fixed-sidebar {
		top: 0px !important;
		margin-left: 0px !important;
		position: relative !important;
	}

	/* Typography */
	.bsfo-responsive .bsfo-large-text {
		font-size: 70px !important;
	}

	.bsfo-responsive .bsfo-medium-text {
		font-size: 50px !important;
	}

	/*sidebar */
	.bsfo-responsive .bsfo-right-sidebar .bsfo-main-content ,
	.bsfo-responsive .bsfo-left-sidebar .bsfo-main-content {
		width:65.0%;
	}

	.bsfo-responsive .bsfo-right-sidebar .bsfo-sidebar,
	.bsfo-responsive .bsfo-left-sidebar .bsfo-sidebar	{
		width: 35%;
	}

	/* Background */
	.bsfo-responsive .bsfo-fixed-bg {
		background-attachment: scroll;
		background-position: center center;
	}

	/* Header */
	.bsfo-responsive #bsfo-header,
	.bsfo-responsive #bsfo-feature-section{
		position: relative !important;
		top: 0px !important;
	}

	.bsfo-responsive #bsfo-theme-body {
		top: 0px !important;
	}

}

@media screen and (min-width: 1024px) {

	/* Main Menu ---------------------- */
	.bsfo-responsive .bsfo-horizontal-menu ul,
	.bsfo-responsive .bsfo-horizontal-menu ul li li ul {
		display: block !important;
	}

}

@media screen and (max-width: 1023px) {

	/* Main Menu ------------- */
	.bsfo-responsive .active {
		display: block;
	}

	.bsfo-responsive #bsfo-header.bsfo-style-2 .bsfo-menu-btn {
		display: inline-block;
	}

	.bsfo-responsive #bsfo-header .bsfo-main-menu {
		width: 100%;
	}

	.bsfo-responsive .bsfo-horizontal-menu ul {
		display: none;
	}

	.bsfo-responsive .bsfo-horizontal-menu ul li a {
		line-height: 50px;
		padding: 0 40px;
	}

	.bsfo-responsive .bsfo-horizontal-menu > ul > li {
		width: 100%;
	}

	.bsfo-responsive .bsfo-horizontal-menu ul {
		width: 100% !important;
	}

	.bsfo-responsive .bsfo-horizontal-menu > ul > li > ul,
	.bsfo-responsive .bsfo-horizontal-menu ul li li ul {
		position: static;
		display: none;
		opacity: 1;
		width: 100%;
	}

	.bsfo-responsive .bsfo-horizontal-menu > ul > li > a {
		padding: 0 0 0 30px;
	}

	.bsfo-responsive .bsfo-style-2 h1.bsfo-logo {
		display: block;
		float: left;
		margin-bottom: 0;
		line-height: inherit;
	}

	.bsfo-responsive .bsfo-horizontal-menu ul li ul .menu-item-has-children > a,
	.bsfo-responsive .bsfo-horizontal-menu ul li ul .page_item_has_children > a {
		background: none !important;
	}

	.bsfo-responsive .bsfo-horizontal-menu .bsfo-mainmenu-btn {
		position: absolute;
		display: block;
		top: 10px;
		right: 30px;
		width: 30px;
		height: 30px;
		z-index: 1;
		background-image: url(../images/graphics/arrows.svg);
		background-position: 0 -60px;
		cursor: pointer;
		z-index: 999;
	}

	.bsfo-responsive .bsfo-header-dark .bsfo-horizontal-menu .bsfo-mainmenu-btn {
		background-image: url(../images/graphics/arrows-dark.svg);
	}

	.bsfo-responsive .bsfo-horizontal-menu .bsfo-mainmenu-btn.active {
		background-position: 0 -90px;
	}

}


/* Tablet (portrait) ----------- */
@media screen and (max-width: 959px) {

	.bsfo-responsive .bsfo-sidebar.bsfo-fixed-sidebar {
		width:100% !important;
	}

	.bsfo-responsive .bsfo-right-sidebar .bsfo-main-content,
	.bsfo-responsive .bsfo-left-sidebar .bsfo-main-content,
	.bsfo-responsive .bsfo-right-sidebar .bsfo-sidebar ,
	.bsfo-responsive .bsfo-left-sidebar .bsfo-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}

	/* Header */
	.bsfo-responsive #bsfo-header.bsfo-style-2 .bsfo-container {
		display: block;
		height: auto !important;
	}

	/* Typography */
	.bsfo-responsive .bsfo-large-text {
		font-size: 60px !important;
	}

	.bsfo-responsive .bsfo-medium-text {
		font-size: 40px !important;
	}

	.bsfo-responsive .bsfo-slider-caption {
		text-align: center !important;
	}

	/* Copyright Bar */
	.bsfo-responsive .bsfo-copyright,
	.bsfo-responsive .bsfo-second-menu ul	{
		text-align: center;
	}

	.bsfo-responsive .bsfo-second-menu ul	{
		margin-top: 10px;
	}

	/* Comments */
	.bsfo-responsive .bsfo-comment-item .avatar {
		float: none;
		width: 80px;
		height: 80px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.bsfo-responsive #bsfo-comments li ul li {
		padding-left: 0px;
	}

	/* Contact Form */
	.bsfo-responsive .bsfo-form-name,
	.bsfo-responsive .bsfo-form-mail,
	.bsfo-responsive .bsfo-form-subject {
		width: 100% !important;
		margin-bottom: 5px;
	}

	/* Page Title */
	.bsfo-responsive .bsfo-page-title .bsfo-title {
		font-size: 24px !important;
	}

	.bsfo-responsive .bsfo-style-1 .bsfo-page-title .bsfo-title {
		float: none;
	}

	.bsfo-responsive .bsfo-style-1 .bsfo-page-title .bsfo-sub-title {
		margin: 0;
	}

	.bsfo-responsive #bsfo-main-title-section .bsfo-page-title .bsfo-title {
		font-size: 35px !important;
	}
}


/* Smartphones (landscape) ----------- */
@media screen and (max-width: 767px) {

	.bsfo-responsive .bsfo-main-content.bsfo-sidebar {
		width:100%;
	}

	.bsfo-responsive .bsfo-sidebar.bsfo-fixed-sidebar {
		width:100% !important;
		padding: 0px;
	}

	.bsfo-responsive .bsfo-right-sidebar .bsfo-main-content,
	.bsfo-responsive .bsfo-left-sidebar .bsfo-main-content,
	.bsfo-responsive .bsfo-right-sidebar .bsfo-sidebar ,
	.bsfo-responsive .bsfo-left-sidebar .bsfo-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}

	/* Typography */
	.bsfo-responsive .bsfo-large-text {
		font-size: 30px !important;
	}

	.bsfo-responsive .bsfo-medium-text {
		font-size: 20px !important;
	}

	/* Search Popup */
	.bsfo-responsive #bsfo-search-modal input[type='text'] {
		font-size: 30px !important;
	}

	.bsfo-responsive #bsfo-search-modal .bsfo-search-btn {
		font-size: 30px !important;
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}

	/* Share Popup */
	.bsfo-responsive #bsfo-share-modal .bsfo-social li i{
		font-size: 30px !important;
	}

	.bsfo-responsive #bsfo-share-modal .bsfo-social li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	/* Language Popup */
	.bsfo-responsive #bsfo-language-modal .bsfo-language li i{
		font-size: 30px !important;
	}

	.bsfo-responsive #bsfo-language-modal .bsfo-language li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.bsfo-responsive .mfp-bg {
		overflow: visible;
	}

	/* Header */
	.bsfo-responsive #bsfo-header-sticky-wrapper,
	.bsfo-responsive #bsfo-header  {
		height: auto !important;
	}

	.bsfo-responsive #bsfo-header .bsfo-container {
		display: block;
		height: auto !important;
	}

	.bsfo-responsive #bsfo-header  h1.bsfo-logo{
		height: 80px;
		line-height: 80px !important;
		width: 100% !important;
		text-align: center;
		display: block;
	}

	.bsfo-responsive #bsfo-header  h1.bsfo-logo img{
		max-height: 70px !important;
	}

	.bsfo-responsive .bsfo-header-options {
		position: relative;
		margin: 0px auto;
		text-align: center;
		display: block;
		width: 100%;
		line-height: 50px !important;
		padding-bottom: 10px;
		padding-right: 0;
	}

	.bsfo-responsive .bsfo-header-options li {
		float: none;
		margin: 0px 5px;
		display: inline-block;
	}

	/* Page Title */
	.bsfo-responsive #bsfo-header .bsfo-page-title {
		display: block !important;
		padding: 0px;
		float: left;
		width: 100%;
	}

	.bsfo-responsive .bsfo-page-title .bsfo-title {
		margin: 0px auto;
		padding-right: 0px;
		float: none;
		text-align: center;
	}

	.bsfo-responsive .bsfo-page-title .bsfo-sub-title {
		width: 100%;
		text-align: center;
		margin: 5px 0 10px 0;
	}

	/* Post Meta */
	.bsfo-responsive #bsfo-header .bsfo-page-title .bsfo-post-meta,
	.bsfo-responsive #bsfo-main-title-section .bsfo-page-title .bsfo-post-meta {
		text-align: center;
	}

	/* About Author */
	.bsfo-responsive .bsfo-about-author {
		padding: 30px 0px;
	}

	.bsfo-responsive .bsfo-about-author .avatar {
		float: none;
	}

	.bsfo-responsive .bsfo-author-info {
		overflow: visible;
		padding-left: 0px;
		margin-top: 20px;
		min-height: 25px;
	}

	/* Related Post Filters */
	.bsfo-responsive .bsfo-related-post .bsfo-filter {
		background: none !important;
		border: none;
		padding: 0px;
	}

	.bsfo-responsive .bsfo-related-post .bsfo-filter-title {
		position: relative;
		text-align: left;
		top: 0px;
		left: 0px;
	}

	.bsfo-responsive .bsfo-related-post .bsfo-filter ul {
		display: block;
	}

	.bsfo-responsive .bsfo-related-post .bsfo-filter li {
		display: block;
		text-align: left;
		margin-bottom: 5px;
	}
}


/* Smartphones (portrait) ----------- */
@media screen and (max-width: 479px) {

	.bsfo-responsive .bsfo-main-content.bsfo-sidebar {
		width:100%;
	}

	.bsfo-responsive .bsfo-right-sidebar .bsfo-main-content,
	.bsfo-responsive .bsfo-left-sidebar .bsfo-main-content,
	.bsfo-responsive .bsfo-right-sidebar .bsfo-sidebar ,
	.bsfo-responsive .bsfo-left-sidebar .bsfo-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}

	/* Page Title */
	.bsfo-responsive .bsfo-page-title .bsfo-title {
		font-size: 18px !important;
	}

	/* Post Meta */
	.bsfo-responsive #bsfo-header .bsfo-page-title .bsfo-post-meta .bsfo-post-comments,
	.bsfo-responsive #bsfo-header .bsfo-page-title .bsfo-post-meta .bsfo-post-categories,
	.bsfo-responsive #bsfo-main-title-section .bsfo-page-title .bsfo-post-meta .bsfo-post-comments,
	.bsfo-responsive #bsfo-main-title-section .bsfo-page-title .bsfo-post-meta .bsfo-post-categories {
		display: none;
	}

	/* Blog */
	.bsfo-responsive .bsfo-post-meta span {
		display: block;
	}

	.bsfo-responsive .bsfo-post-meta span:after {
		content: "";
	}
}