/*
Theme Name: Business Fights Poverty
Author: Studio256
Description: Business Fights Poverty Rebuild theme.
Version: 0.1.7
Updated: 2023-02-08 11:31am
Tags: bootstrap
*/

/* HOME */

body {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #ff0010;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

.clear-pad-left {
	padding-left: 0;
}

.clear-pad-right {
	padding-right: 0;
}

.clear-pad-both {
	padding-left: 0;
	padding-right: 0;
}

.alignright {
	float: right;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100;
	display: none;
}

.overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -320px;
}

.slideoverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 99;
	display: none;
}

.slideoverlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -320px;
}

.videoslideoverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 999;
	display: none;
}

.videoslideoverlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -320px;
}

li.vidslid {
	position: relative;
	background-size: cover !important;
	background-position:center center !important;
	background-repeat:no-repeat
}

.bfp_page_holder {
	background-color:#ffffff;
}

.bfp_article_holder {
	padding-top:	35px;
	padding-left:	27px;
	padding-right:	44px;
	padding-bottom:	24px;
}

.bfp_article_holder {
	background-color:#ffffff;
}

.bfp_article_holder a:link {
	color:#cc0010;
}

.bfp_article_holder a:visited {
	color:#990010;
}

.bfp_article_holder a:hover {
	color:#ff3333;
}

.bfp_article_holder a:active {
	color:#660010;
}

.bfp_article_holder h2 a:link {
	color:#363636;
}

.bfp_article_holder h2 a:visited {
	color:#363636;
}

.bfp_sidebar_holder {
	padding:16px 0 16px 0;
}

.bfp_article_holder h1 {
	font-family:	"Montserrat";
	font-weight:	bold;
	font-size:		35px;
	margin-bottom:	45px;
	color:#121212;
}

.bfp_article_holder h2 {
	font-family:	"Montserrat";
	font-weight:	bold;
	font-size:		21px;
	color:			#8d8d8d;
	text-transform:	uppercase;
}


.bfp_article_holder h2 a {
	float:right;
	text-transform:uppercase;
	font-family:'Montserrat';
	font-size:15px;
	font-weight:bold;
	color:#1f1e1d;
	vertical-align: baseline;
	line-height: 31px;
}


.bfp_article_holder h2 a:after {
	content: 		url('/wp-content/themes/bfp-rebuild/assets/images/more_stories_arrow.png');
	margin-left:	5px;
	vertical-align:	middle;
}

.bfp_article_holder h3 {
	font-family:	"Montserrat";
	font-weight:	normal;
	font-size:		22px;
	color:			#8e8e8e;
}

.bfp_article_holder img.align-left {
	float:			left;
	margin-right: 	16px;
	margin-bottom:	16px;
}

.bfp_article_holder img.align-right {
	float:			right;
	margin-left:	16px;
	margin-bottom:	16px;
}

.bfp_article_holder img.align-center {
	display: 		block;
	margin-left:	auto;
	margin-right:	auto;
}

.bfp_article_separator_top {
	height:			1px;
	width:			100%;
	border-bottom:	1px solid #dadada;
	margin-top:		10px;
	margin-bottom:	35px;
}

.bfp_article_separator_bottom {
	height:			1px;
	width:			100%;
	border-bottom:	1px solid #dadada;
	margin-top:		18px;
	margin-bottom:	18px;
}

.bfp_featured_image {
	width:			100%;
	display:		inline-block;
	margin-bottom:	10px;
}

.bfp_date {
	font-family:	'Montserrat';
	font-size:		14px;
	font-weight:	normal;
	color:			#8e8e8e;
	margin-bottom:	14px;
	display:		inline-block;

}

.bfp_post_body {
	font-family: 'Nunito', sans-serif;
	font-size:14px;
}

.bfp_post_body p, .bfp_post_body h1, .bfp_post_body h2, .bfp_post_body h3, .bfp_post_body h4, .bfp_post_body h5, .bfp_post_body h6 {
	margin-bottom: 1em;
}

.bfp_relatedlinks {
	margin:0;
	padding:0;
	list-style-type: none;
}

.bfp_relatedlinks a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
}

.bfp_relatedlinks li {
	padding: 2px 5px;
	padding-right: 31%;
	position: relative;
	width: 100%;
	display: block;
	background-color: #ebebeb;
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 11px;
	height: 34px;
	color: #363636;
	text-decoration: none;
	line-height: 14px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.bfp_relatedlinks a:hover {
	text-decoration: none;
	color:#000000;
}

.bfp_relatedlinks a:hover li {
	text-decoration: none;
	background-color: #E6E3DC;
}

.bfp_relatedlinks a:hover span {
	text-decoration: none;
	color: #FF0010;
}

.bfp_relatedlinks a {
	display: block;
	margin-bottom: 4px;
}

.bfp_relatedlinks a:last-child {
	margin-bottom: 0px !important;
}

.bfp_relatedlinks li span {
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #aaa79e;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 7px;
	text-transform: uppercase;
	line-height: 23px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
}

.bfp_relatedlinks li img.bfp_arrtop {
	position: absolute;
	top:0;
	right: 0;
}

.bfp_relatedlinks li img.bfp_arrbtm {
	position: absolute;
	bottom:0;
	right: 0;
}

.bfp_join_challenge {
	background-color:#f3f2ef;
	margin-right:44px;
}

.bfp_sinceurhere {
	flex:1;
	padding:27px;
}

.bfp_sinceurhere a.learnmore {
	font-size:14px;
	color:#ff0010;
	text-decoration: none;
	display: block;
	text-align: right;
}

#comments-area {
	padding: 20px;
	border-top:12px solid #ccc;
	margin-right:44px;
}


.bfp_challenge_bg {
	flex:1;
	display: flex;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;

}

.bfp_join_challenge div p {
	font-size:13px;
	margin-bottom:8px;
}

.bfp_join_challenge div h4, .bfp_welcome_sidebar h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
}

.bfp_welcome_sidebar h4 {
	font-size:25px;
	font-weight:bold;
	text-transform: uppercase;
	margin-top: 10px;
}

.bfp_join_challenge div h4 {
	font-size:24px;
}

.bfp_join_challenge div.bfp_challenge {
	background-color: #ff0010;
	text-align: center;
	width: 38%;
	padding: 10px;
	flex: 1;
	margin: 90px 10%;
}

.bfp_join_challenge div.bfp_challenge a {
	color: #ffffff;
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.bfp_separator {
	border-bottom:1px solid #363636;
	height:1px;
	width:100%;
}


.bfp_welcome_sidebar {
	padding:16px;
	background-color:#FFF;
}

.bfp_welcome_sidebar h5 {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	color:#ff0010;
	margin-bottom:5px;
	text-transform: uppercase;
}

.bfp_welcome_sidebar .bfp_separator {
	border-bottom:1px solid #363636;
	height:1px;
	width:100%;
	margin:30px 0 35px 0;
}

.bfp_welcome_sidebar p {
	font-size:16px;
	margin-bottom:8px;
}

.bfp_welcome_tablet_mobile {
	display: -ms-flexbox;	display: -webkit-flex;	display: flex;
	-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-justify-content: center; -ms-flex-pack: center;	justify-content: center;
	-webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start;
	-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
}

.bfp_welcome_tablet_mobile div.inflex {
	flex:1;
	padding-left:27px;
}

.bfp_welcome_tablet_mobile div.inflex h4 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

.bfp_welcome_tablet_mobile div.inflex p {
	font-size:13px;
}

.bfp_welcome_tablet_mobile .bfp_separator {
	border-bottom:1px solid #363636;
	height:1px;
	width:100%;
	margin:10px 0 20px 0;
}

.bfp_welcome_tablet_mobile div.inflex h5 {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	color: #ff0010;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-top: 44px;
}

.bfp_welcome_tablet_mobile div.inflex.joinfree {
	padding-right:44px;
}

@media screen and (min-width:1px) and (max-width:480px) {
	.bfp_welcome_tablet_mobile {
		display: -ms-flexbox;	display: -webkit-flex;	display: flex;
		-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
		-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
		-webkit-justify-content: center; -ms-flex-pack: center;	justify-content: center;
		-webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start;
		-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
		margin-bottom:16px;
	}

	.bfp_welcome_tablet_mobile div.inflex {
		padding-left:12px;
		padding-right:12px;
	}

	.bfp_welcome_tablet_mobile div.inflex.joinfree {
		margin-bottom:16px;
	}

	.bfp_welcome_tablet_mobile div.inflex h4 {
		font-size: 18px;
	}

	.bfp_welcome_tablet_mobile div.inflex h5 {
		margin-top: 16px;
	}

	.bfp_welcome_tablet_mobile div.inflex p {
		font-size: 12px;
	}

}



@media screen and (min-width:481px) and (max-width:1024px) {
	.bfp_welcome_tablet_mobile {
		display: -ms-flexbox;	display: -webkit-flex;	display: flex;
		-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
		-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
		-webkit-justify-content: center; -ms-flex-pack: center;	justify-content: center;
		-webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start;
		-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
	}

	.bfp_welcome_sidebar {
		display: none;
	}
}

@media screen and (min-width:1025px) and (max-width:9600px) {
	.bfp_welcome_tablet_mobile {
		display:none;
	}

	.bfp_welcome_sidebar {
		display: block;
	}
}

.bfp_related_more {
	float: right;
	width: 320px;
	margin-left: 16px;
	margin-bottom: 16px;
}

.bfp_related_more h5, .bfp_related_bottom h5 {
	text-transform: 	uppercase;
	font-family: 		'Montserrat';
	font-size: 			16px;
	font-weight: 		bold;
	vertical-align: 	baseline;
	line-height:		31px;
	color:				#000;
}

.bfp_social_left {
	float:left;
}

.bfp_social_right {
	float:right;
}

.bfp_social_right i, .bfp_social_left i, .bfp_social_top i {
	border: 		1px solid #363636;
	padding: 		10px;
	width: 			32px;
	height: 		32px;
	vertical-align: middle;
	line-height: 	9px;
	border-radius: 	50%;
	text-align: 	center;
	padding-left: 	8px !important;
	font-size: 		18px;
	margin-left: 	7px;
	color: 			#363636;
}

.bfp_social_right a:hover i, .bfp_social_left a:hover i {
	color:#FF0010;
}

.bfp_morestories {
	width:			100%;
	height:			88px;
	display: 		block;
	-webkit-transition: background-color 100ms ease-out 100ms;
	-moz-transition: 	background-color 100ms ease-out 100ms;
	-o-transition: 		background-color 100ms ease-out 100ms;
	transition: 		background-color 100ms ease-out 100ms;
}

.bfp_morestories:hover {
	background-color: #E6E3DB;
	text-decoration: none;
}

.bfp_morestories:hover div.bfp_moretext span {
	color:#ff0010;
}

.bfp_morestories:not(:last-child) {
	border-bottom:1px solid #282828;
}

.bfp_morestories div.bfp_moretext {
	font-family: 	'Montserrat';
	font-weight: 	bold;
	font-size:		11px;
	color:			#010000;
	padding:		14px;
	margin-left:	88px;
	line-height:	22px;
	-webkit-transition: color 100ms ease-out 100ms;
	-moz-transition: 	color 100ms ease-out 100ms;
	-o-transition: 		color 100ms ease-out 100ms;
	transition: 		color 100ms ease-out 100ms;
}

.bfp_morestories div.bfp_moretext span {
	font-size:		20px;
	font-family:	'Montserrat';
	font-weight:	bold;
	text-transform:	uppercase;
	letter-spacing:	-0.8px;
	-webkit-transition: color 100ms ease-out 100ms;
	-moz-transition: 	color 100ms ease-out 100ms;
	-o-transition: 		color 100ms ease-out 100ms;
	transition: 		color 100ms ease-out 100ms;
}

.bfp_morestories div.bfp_moretext:before {
	content: 		url('/wp-content/themes/bfp-rebuild/assets/images/related_large_arrow.png');
	float:			right;
	margin-top: 	19px;
}

span.bfp_infocon {
	display: inline-block;
	border: 1px solid #FF0000;
	padding: 7px;
	font-size: 15px;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	line-height: 2px;
	margin-right: 5px;
	color: #FF0000;
}

.bfp_previous_post_button, .bfp_next_post_button {
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
	padding:25px;
	text-align:center;
	color:#363636 !important;
	font-family:'Montserrat';
	font-weight:13px;
	text-transform:uppercase;
	-webkit-transition: background-color 100ms ease-out 100ms, color 100ms ease-out 100ms;
	-moz-transition: 	background-color 100ms ease-out 100ms, color 100ms ease-out 100ms;
	-o-transition: 		background-color 100ms ease-out 100ms, color 100ms ease-out 100ms;
	transition: 		background-color 100ms ease-out 100ms, color 100ms ease-out 100ms;

}

.bfp_next_post_button {
	background-image: url('/wp-content/themes/bfp-rebuild/assets/images/related_large_arrow.png');
	background-repeat: no-repeat;
	background-position:right center;
}

.bfp_previous_post_button {
	background-image: url('/wp-content/themes/bfp-rebuild/assets/images/related_large_arrow_left.png');
	background-repeat: no-repeat;
	background-position:left center;
}

.bfp_previous_post_button:hover, .bfp_next_post_button:hover {
	color:#ff0010 !important;
	text-decoration:none;
}


.bfp_previous_post_button i {
	float:left;
}

.bfp_next_post_button i {
	float:right;
}

.bfp_post_nav {
	float:right;
	margin-top: -17px;
	margin-right: 20px;
}

.bfp_post_nav::after {
	clear:both;
}

.bfp_nav_separator {
	height: 50px;
	width:1px;
	border-left: 1px solid #8e8e8e;
	display:inline-block;
	vertical-align: middle;
}


.bfp_below_article_spacer {
	width:100%;
	height:1px;
	margin-bottom:32px;
}

.bfp_clear {
	clear: both;
}

/* Community page styles */
div.red-stripe {
	height:10px;
	background-color:#ff0010;
}

.billboard {
	 height:520px;
	 background-image:
	 	linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
	 	url('/wp-content/themes/bfp-rebuild/assets/images/aboutus_image_min.jpg');
	 background-repeat:
	 	no-repeat,
		no-repeat;
	background-position:
	 	center center,
		center center;
	background-size:
		cover,
		cover;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
}

.billboard h1, .billboard h2, .billboard h3 {
	text-shadow:1px 1px 1px #000;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
}

.billboard div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
}

.billboard h1 {
	font-size:120px;
	font-family: 'Montserrat';
	text-align:center;
	color: #fff;
	margin:34px 0;
}

.billboard h2 {
	font-size:42px;
	font-family: 'Montserrat';
	text-align:center;
	color: #fff;
}

.billboard h3 {
	font-size:22px;
	font-family: 'Montserrat';
	text-align:center;
	color: #fff;
}

.community_joinnow {
	background-color: #ff0010;
	color:#fff;
	height:92px;
}

.community_joinnow .joinnowlabel {
	font-size:30px;
	font-family:'Montserrat';
	font-weight:bold;
	text-transform:uppercase;
	line-height:32px;
}

.community_joinnow .col-xs-12 {
	padding: 28px;
	text-align:center;
}

@media screen and (min-width: 1200px) and (max-width: 9600px)  {

	.billboard {
		 height:520px;
	}

	.billboard div {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}

	.billboard h1 {
		font-size:120px;
		margin:34px 0;
	}

	.billboard h2 {
		font-size:40px;
	}

	.billboard h3 {
		font-size:23px;
	}

	.community_joinnow {
		background-color: #ff0010;
		color:#fff;
		height:92px;
	}

	.community_joinnow .joinnowlabel {
		font-size:30px;
		font-family:'Montserrat';
		font-weight:bold;
		text-transform:uppercase;
		line-height:32px;
	}

}

@media screen and (min-width: 960px) and (max-width: 1199px)  {
	.billboard {
		 height:480px;
	}

	.billboard div {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}

	.billboard h1 {
		font-size:100px;
		margin:30px 0;
	}

	.billboard h2 {
		font-size:40px;
	}

	.billboard h3 {
		font-size:20px;
	}

	.community_joinnow {
		background-color: #ff0010;
		color:#fff;
		height:92px;
	}

	.community_joinnow .joinnowlabel {
		font-size:22px;
		line-height:32px;
	}

}

@media screen and (min-width: 760px) and (max-width: 959px)  {
	.billboard {
		 height:420px;
	}

	.billboard div {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}

	.billboard h1 {
		font-size:100px;
		margin:22px 0;
	}

	.billboard h2 {
		font-size:26px;
	}

	.billboard h3 {
		font-size:17px;
	}

	.community_joinnow {
		background-color: #ff0010;
		color:#fff;
		height:92px;
	}

	.community_joinnow .joinnowlabel {
		font-size:33px;
		font-family:'Montserrat';
		font-weight:bold;
		text-transform:uppercase;
		line-height:32px;
	}

}


@media screen and (min-width: 480px) and (max-width: 759px)  {
	.billboard {
		 height:360px;
	}

	.billboard div {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}

	.billboard h1 {
		font-size:90px;
		margin:22px 0;
	}

	.billboard h2 {
		font-size:28px;
	}

	.billboard h3 {
		font-size:16px;
		padding:0 10%;
	}
	.billboard h3 br {
		display: none;
	}

	.community_joinnow {
		background-color: #ff0010;
		color:#fff;
		height:92px;
	}

	.community_joinnow .col-xs-12 {
		padding: 20px !important;
	}

	.community_joinnow .joinnowlabel {
		font-size:23px;
		line-height:28px;
	}


}

@media screen and (min-width: 376px) and (max-width: 479px)  {
	.billboard {
		 height:300px;
	}

	.billboard h1 {
		font-size:70px;
		margin:18px 0;
	}

	.billboard h2 {
		font-size:22px;
	}

	.billboard h3 {
		font-size:13px;
		padding:0 10%;
	}
	.billboard h3 br {
		display: none;
	}

	.community_joinnow {
		background-color: #ff0010;
		color:#fff;
		height:92px;
	}

	.community_joinnow .col-xs-12 {
		padding: 16px !important;
	}

	.community_joinnow .joinnowlabel {
		font-size:22px;
		line-height:26px;
	}

}

@media screen and (max-width: 375px)  {
	.billboard {
		 height:260px;
	}

	.billboard h1 {
		font-size:60px;
		margin:18px 0;
	}

	.billboard h2 {
		font-size:20px;
	}

	.billboard h3 {
		font-size:12px;
		padding:0 10%;
	}
	.billboard h3 br {
		display: none;
	}

	.community_joinnow {
		background-color: #ff0010;
		color:#fff;
		height:92px;
	}

	.community_joinnow .col-xs-12 {
		padding: 12px !important;
	}

	.community_joinnow .joinnowlabel {
		font-size:20px !important;
		line-height:22px !important;
	}


}

.community-social {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-top: 28px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
}

a.community-social:hover {
	text-decoration: none;
	cursor: pointer;
}

a.community-social:hover p {
	color: #000;
}

.community-social .resource-icon {
	display: block;
	width: 180px;
	height: 180px;
	line-height: 180px;
	border-radius: 120px;
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: 	all 0.1s ease-out;
	-o-transition: 		all 0.1s ease-out;
	transition: 		all 0.1s ease-out;
}

.community-social:hover .resource-icon {
	background-color: #ff0010;
}

.community-social h4 {
	font-family: 'Montserrat';
	font-size:22px;
	font-weight: bold;
	color:#000;
	margin-top:35px;
	margin-bottom:18px;
	padding-left: 16px;
}

.community-social h4:after {
	content: url('/wp-content/themes/bfp-rebuild/assets/images/community-right-arrow.png');
	margin-left: 12px;
	line-height: 17px;
	vertical-align: text-bottom;
}

.community-social p {
	padding-left: 16px;
	font-family: 'Montserrat';
	font-size:18px;
	font-weight: normal;
	color:#363636;
	padding-right: 25px;
}

@media screen and (min-width: 1200px) and (max-width: 9600px)  {
	.community-social .resource-icon {
		display: block;
		width: 180px;
		height: 180px;
		line-height: 180px;
		border-radius: 120px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1199px)  {
	.community-social .resource-icon {
		width: 160px;
		height: 160px;
		line-height: 160px;
		border-radius: 80px;
	}

	.community-social .resource-icon img {
		width: 68px;
	}

	.community-social h4 {
		font-size: 20px;
	}

	.community-social p {
		font-size: 16px;
		padding-right:9px;
	}

	.community-social h4:after {
		margin-left: 5px;
		line-height: 12px;
	}
}

@media screen and (min-width: 760px) and (max-width: 959px)  {
	.community-social {
		width: 25%;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
	}

	.community-social .resource-icon {
		width: 140px;
		height: 140px;
		line-height: 140px;
		border-radius: 70px;
	}

	.community-social .resource-icon img {
		width: 60px;
	}

	.community-social h4 {
		font-size: 16px;
		padding-left:6px;
	}

	.community-social p {
		font-size: 12px;
		padding-right: 41px;
	}

	.community-social h4:after {
		content: url('/wp-content/themes/bfp-rebuild/assets/images/more_stories_arrow.png');
		margin-left: 5px;
		line-height: 17px;
	}

}

@media screen and (min-width: 480px) and (max-width: 759px)  {
	.community-social {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
	}

	.community-social .resource-icon {
		width: 170px;
		height: 170px;
		line-height: 170px;
		border-radius: 85px;
	}

	.community-social .resource-icon img {
		width: 70px;
	}

	.community-social h4 {
		font-size: 18px;
		padding-left:40px;
	}

	.community-social p {
		font-size: 14px;
		padding-left:40px;
		padding-right: 40px;
	}

	.community-social h4:after {
		content: url('/wp-content/themes/bfp-rebuild/assets/images/more_stories_arrow.png');
		margin-left: 5px;
		line-height: 17px;
	}
}

@media screen and (min-width: 376px) and (max-width: 479px)  {
	.community-social {
		width: 100%;
		display: block;
		margin-top: 20px;
	}

	.community-social:after {
	  content: "";
	  display: table;
	  clear: both;
	}

	.community-social .resource-icon {
		width: 120px;
		height: 120px;
		line-height: 120px;
		border-radius: 60px;
		float:left;
		margin-right:16px;
	}

	.community-social .resource-icon img {
		width: 50px;
	}

	.community-social h4 {
		font-size: 18px;
		padding-top: 10px;
		padding-left:8px;
	}

	.community-social p {
		font-size: 14px;
		padding-right: 41px;
	}

	.community-social h4:after {
		content: url('/wp-content/themes/bfp-rebuild/assets/images/more_stories_arrow.png');
		margin-left: 5px;
		line-height: 12px;
	}
}

@media screen and (max-width: 375px)  {
	.community-social {
		width: 100%;
		display: block;
		margin-top: 20px;
	}

	.community-social:after {
	  content: "";
	  display: table;
	  clear: both;
	}

	.community-social .resource-icon {
		width: 100px;
		height: 100px;
		line-height: 100px;
		border-radius: 50px;
		float:left;
		margin-right:16px;
	}

	.community-social .resource-icon img {
		width: 40px;
	}

	.community-social h4 {
		font-size: 16px;
		padding-top: 10px;
	}

	.community-social p {
		font-size: 12px;
		padding-right: 41px;
	}

	.community-social h4:after {
		content: url('/wp-content/themes/bfp-rebuild/assets/images/more_stories_arrow.png');
		margin-left: 5px;
		line-height: 12px;
	}
}

/* Video page styles */

section div.reports:nth-child(2) {
	padding-top:0px !important;
}

section.home-videos div#videocontainer a.bfp_vidblock {
	background-color: transparent;
	margin-bottom: 0px !important;
}

section.home-videos p.videos-intro {
	margin-bottom:24px;
	margin-right:40%;
}

section.home-videos div#videocontainer a.bfp_vidblock h3 {
	font-size:13px;
}

#vidsearchform .video-search-box input {
	border: none;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	width: 110px;
	background: transparent;
}


section.videos-page {
	border-top:10px solid #ff0010;
}

a.videosldlink {
	cursor:pointer;
}

#videoslidr li .vidsldrholder div.vidauthor, #videoslidr li .vidsldrholder div.viddesc  {
	display: inline-block;
	font-family:'Montserrat';
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
	vertical-align: top;
}

#videoslidr li .vidsldrholder div.viddesc {
	width:78%;
	border-left:1px solid #ff0010;
	padding-left:10px;
}

.videoholder {
	position:relative;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin:48px auto 0;
	background-color: #000;
}

.closepopup {
	 position:absolute;
	 top:5px;
	 right:7px;
	 width:27px;
	 height:32px;
	 color:#ff0010;
	 text-align:right;
	 z-index:999; cursor:pointer
}

.closepopup:hover {
	color: #990010;
}

@media screen and (min-width: 1024px) and (max-width: 9600px)  {
	.videoholder {
		max-width:75%;
		padding-bottom:46.25%;
	}
}

@media screen and (min-width: 1px) and (max-width: 1023px)  {
	.videoholder {
		max-width:90%;
		padding-bottom:56.25%;
	}
}

.videos_loading {
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .9;
	z-index: 9999;
}

.videoholder iframe, .videoholder object, .videoholder embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0 !important;
}

.videos-header {
	padding-top:40px;
}

.video-filters {
	display: none;
	padding: 30px;
	text-align: center;
	background-color: #E7E3DB;
	margin-bottom: 16px;
}

.videos-header .filter-bt {
	float: left;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	color: #000;
	margin: 10px;
	margin-left: 60px;
}

.video-filters select {
	display: inline-block;
	padding: 8px;
	border: solid 1px #000;
	text-transform: uppercase;
	font-weight: bold;
}

.bfp_vidblock {
	background-color: #e7e3db;
	display:inline-block;
	margin-right:29px !important;
	float:left;
	box-sizing:border-box;
	margin-bottom:30px;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.bfp_vidblock div.vidplayoverlay {
	position: absolute;
	width: 100%;
	padding-bottom: 56.25%;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:10
}

.bfp_vidblock div.imgholder {
	width: 100%;
	padding-bottom: 56.25%;
	background-position: center center;
	background-size:cover;
	background-repeat:no-repeat;
	z-index:9
}


.proper-spacing h2,
.proper-spacing h3,
.proper-spacing p {
	margin:16px 0!important;
}


@media screen and (min-width: 1200px) and (max-width: 9600px)  {
	.bfp_vidblock {
		width: calc(25% - 30px);
		height: 270px;
	}

	section.home-videos div#videocontainer a.bfp_vidblock {
		height: 210px;
	}

	span.bfp_credits {
		display: block;
		margin-top:24px;
		margin-bottom:30px;
	}

}

@media screen and (min-width: 960px) and (max-width: 1199px)  {
	.bfp_vidblock {
		width: calc(33% - 30px);
		height: 270px;
	}

	section.home-videos div#videocontainer a.bfp_vidblock {
		height: 210px;
	}

}

@media screen and (min-width: 480px) and (max-width: 959px)  {
	.bfp_vidblock {
		width: calc(50% - 30px);
		height: 300px;
	}

	section.home-videos div#videocontainer a.bfp_vidblock {
		height: 280px;
	}
}

@media screen and (min-width: 376px) and (max-width: 479px)  {
	.bfp_vidblock {
		width: calc(50% - 30px) !important;
		height: 290px !important;
	}

	section.home-videos div#videocontainer a.bfp_vidblock {
		height: 210px !important;
	}
}

@media screen and (max-width: 375px)  {
	.bfp_vidblock {
		width: 100%;
		height: 200px;
	}

	section.home-videos div#videocontainer a.bfp_vidblock {
		height: 260px;
	}
}


.bfp_vidblock img {
	width:100%;
}

.bfp_vidblock h3 {
	font-family: 'Montserrat';
	font-size:16px;
	font-weight:normal;
	margin:5px 5px 3px 5px;
	color:#FF0010;
}

.bfp_vidblock p {
	font-family: 'Montserrat';
	font-size:13px;
	margin:0px 5px;
	color:#8d8d8d;
	text-overflow:ellipsis;
	overflow:hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 1.15em;
}

.bfp_vidblock:hover {
	background-color:#F3F2EF;
	text-decoration: none;
}

.bfp_vidblock:hover h3 {
	color:#ff0010;
}

.bfp_vidblock:hover h3, .bfp_vidblock:hover p {
	text-decoration: none;
}

/* End video page styles */

@media screen and (max-width: 374px)  {
	.bfp_article_column {
		padding:0;
	}

	.bfp_article_holder {
		padding:8px 0px 12px 0px;
	}

	.bfp_article_holder h1 {
		font-family:	"Montserrat";
		font-weight:	700;
		font-size:		23px;
		margin-bottom:	15px;
		margin-left:12px;
		margin-right:12px;
	}

	span.bfp_credits {
		display: block;
		margin:20px 12px;
	}

	span.bfp_credits p:first-child {
		display:none;
	}

	.bfp_article_separator_bottom {
		margin-left:12px !important;
		margin-right:12px !important;
		width:93%;
	}

/*	h1.bfp_title_wide {
		display:none
	}

	h1.bfp_title_narrow {
		display:block
	}*/

	.bfp_author_wide {
		display: none;
	}

	.bfp_author_narrow {
		display: block;
		font-size: 13px;
		margin-left: 12px;
		margin-right: 12px;
	}

	h2.bfp_zone {
		font-size:15px;
		margin-left: 12px;
		margin-right: 12px;
	}

	h2.bfp_zone a {
		font-size:11px;
		line-height:16px;
	}

	div.bfp_post_body {
		margin-left:12px;
		margin-right: 12px;
	}

	span.bfp_date {
		font-size:10px;
	}
	img.bfp_featured_image {
		margin-top:10px;
	}

	.bfp_social_left, .bfp_related_more, .bfp_article_holder h2 a:after {
		display: none;
	}

	.bfp_related_bottom {
		display: block;
		margin-bottom:22px;
		margin-left: 12px;
		margin-right: 12px;
	}

	.bfp_article_separator_top {
		margin-bottom: 5px;
		margin-left: 12px;
		margin-right: 12px;
		width:93%;
	}

	.bfp_social_top i {
		padding: 10px;
		width: 26px;
		height: 26px;
		line-height: 5px;
		padding-left: 6px !important;
		font-size: 14px;
		margin-left: 7px;
		margin-top:12px;
	}

	.sep_above_social {
		margin:4px 0;
	}

	.bfp_article_separator_bottom.sep_below_author {
		margin:5px 0;
	}

	.bfp_social_right {
		float: none;
		width: 100%;
		display: block;
	}

	.bfp_views_wide {
		display:none;

	}
	.bfp_views_narrow {
		display: none;
	}

	.bfp_article_separator_bottom.sep_above_author {
		display: none;
	}

	div.bfp_post_body p {
		font-size:12px;
	}

	.bfp_welcome_sidebar {
		display: none;
	}

	.bfp_sidebar_holder {
	    padding: 16px 12px 16px 12px;
	}

	.bfp_post_nav {
	    margin-right: 12px;
	}

	.bfp_social_top {
	    margin-left: 12px;
	}

	.bfp_join_challenge {
		margin-left: 12px;
		margin-right: 12px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

}

@media screen and (min-width: 375px)  {

	.bfp_article_column {
		padding:16px 0px 20px 0;
	}

/*	h1.bfp_title_wide {
		display:block
	}

	h1.bfp_title_narrow {
		display:none
	}*/

	.bfp_author_wide {
		display: block;
	}

	.bfp_author_narrow {
		display: none;
	}

	.bfp_views_wide {
		display:none;

	}
	.bfp_views_narrow {
		display:none;
	}

	.bfp_join_challenge {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

}

@media screen and (min-width:640px) {
	.bfp_related_bottom {
		display: none !important;
	}
}

@media screen and (min-width:1px) and (max-width:639px) {
	.bfp_related_bottom {
		display: block;
	}
}

@media screen and (max-width: 640px)  {
	div.bfp_related_more {
		display: none;
	}

	.bfp_join_challenge {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
