/* *****************************************
      	BLOG PAGES - TOC
		------------------      	

	%%BLOG

	-	%%ARCHIVE

	-	%%SOCIAL FEED

	-	%%TWITTER

	-	%%FACEBOOK

	-	%%YOUTUBE

	-	%%RSS FEEDS

	-	%%EVENTS

***************************************** */

/* *****************************************
         	%%BLOG
***************************************** */
.single-post .post .post_content p img.alignleft{
	float:left;
	padding:0 15px 10px 0;
}
.single-post .post .post_content p img.alignright{
	float:right;
	padding:0 0px 10px 15px;
}
.single-post .post .post_content p img.aligncenter{
	float:none;
	display:block;
	margin:0 auto;
	padding:5px;
}



/* *****************************************
      		  %%ARCHIVE
***************************************** */

/* *** TOOL LINKS TOP BAR *** */
.archive .col-md-12.category-row{
    min-height: 80px;
    background: rgba(56, 56, 56, 0.95);
    position: relative;
    margin-bottom:-10px;
}
.social-template .col-md-12.category-row{
    min-height: 80px;
    background: rgba(56, 56, 56, 0.95);
    position: relative;
    margin-bottom:-40px;
}
.archive .col-md-12.category-row:before,
.social-template .col-md-12.category-row:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right,#000,transparent,#000);
	opacity: .5; 	
}
/*.archive*/ .col-md-12.category-row .tool-links{
	height:auto;
    padding: 15px 0px;
    margin:0;
    position: relative;  
    display:flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-o-flex;
    display:-ms-flex;
    display:-ms-flexbox;
    flex-flow:row wrap;
    align-content: space-between;
    justify-content: space-between;
}   
/*.archive*/ .col-md-12.category-row .tool-links .btn-link {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	color:#FFF;
	font-weight: 700;
	border: 1px solid #fff;
	margin:0 1% 0 0;
	padding:5px 0;
	flex:1 0 auto;
	-webkit-flex:1 0 auto;
	-moz-flex:1 0 auto;
	-ms-flex:1 0 auto;
	-o-flex:1 0 auto;
}
/*.archive*/ .col-md-12.category-row .tool-links .btn-link:last-of-type {
	margin-right:0;
}
/*.archive*/ .col-md-12.category-row .tool-links .btn-link:hover {	
	background:#fff;
	color:#6c6b6b !important;
	text-decoration: none;
}


/* *** CATEGORY FEED *** */
.archive .cms-content{
	max-width:100%;
	background: #fff;
	padding:0 3% 10% 3%;
	/*margin-top:-10px;	*/
	position: relative;
}
.archive .cms-content h1{
	padding-top:5%;
	text-align: center;
	margin:0 0 30px;
	color:#383838;
	text-transform: uppercase;
}
.archive .cms-content section.post_content{
	width:24%;
	height:350px;
	margin-right:1.333%;
	margin-bottom:1.333%;
	float:left;
	overflow: hidden;	
}
.archive .cms-content section.post_content:nth-of-type(4n){
	margin-right:0;
}
.archive .cms-content section.post_content .row{
	margin:0;
	padding:0;
}
.archive .cms-content .archive-image{
	width:100%;
	height:150px;	
	background-color: #4e4e4e;
	overflow: hidden;	
}
.archive .cms-content .archive-image a{
	width:100%;
	height:150px;
	display:block;
	/*background-size:cover;*/
}
.archive .cms-content .archive-image img{
	width:100%;	
	height:auto;
}
.archive .cms-content .archive-content{
	background:#383838;
	height: 200px;
	color:#fff;
	font-size:18px;
	padding: 1px 7px 5px;
	border-top:solid 2px #fff;
}
.archive .cms-content .archive-content h3{
	font-size:16px;
	line-height: 20px;
	margin:10px 0 5px;
}
.archive .cms-content .archive-content h3 a{
	color:#fff;	
}
.archive .cms-content .archive-content p{
	font-size: 12px;
}


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

	/*.archive*/ .col-md-12.category-row .tool-links{
	    padding: 15px 0px;
	    margin:0;
	}   
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link {
		font-size: 16px;
		margin:0 2% 2% 0;
		flex:1 0 1px;
		-webkit-flex:1 0 1px;
		-moz-flex:1 0 1px;
		-ms-flex:1 0 1px;
		-o-flex:1 0 1px;
	}
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link:nth-child(3n){
		margin-right:0;
	}
	/*.archive*/ .col-md-12.category-row .tool-links::before,
	/*.archive*/ .col-md-12.category-row .tool-links::after {
	  content: '';
	  width: 100%;
	  order: 1;
	}
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link:nth-child(n + 4) {
	  order: 1;
	}

} /* CLOSE MAX 865 RESPONSIVE */


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

	/*.archive*/ .col-md-12.category-row .tool-links{
	    padding: 15px 0px;
	    margin:0;
	}   
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link {
		font-size: 15px;
		margin:0 2% 2% 0;
	}
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link:nth-child(3n){
		margin-right:2%;
	}
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link:nth-child(2n){
		margin-right:0;
	}
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link:nth-child(n + 3) {
	  order: 1;
	}
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link:nth-child(n + 5) {
	  order: 2;
	}

} /* CLOSE MAX 580 RESPONSIVE */


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

	/*.archive*/ .col-md-12.category-row .tool-links{
	    padding: 15px 0px;
	    margin:0;
	}   
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link {
		font-size: 14px;
		width: 100%;
		display: block;
		margin:0 0 3% 0;
		flex:none;
		-webkit-flex:none;
		-moz-flex:none;
		-ms-flex:none;
		-o-flex:none;
	}
	/*.archive*/ .col-md-12.category-row .tool-links .btn-link:nth-child(3n){
		margin-right:0;
	}

} /* CLOSE MAX 370 RESPONSIVE */


@media only screen and ( max-width: 768px ) and (min-width: 610px){
	.archive .cms-content section.post_content{
		width:32.333%;
		height:350px;
		margin-right:1.5%;
		margin-bottom:1.5%;		
	}
	.archive .cms-content section.post_content:nth-of-type(4n){ 
		margin-right:1.5%; 
	}
	.archive .cms-content section.post_content:nth-of-type(3n){ 
		margin-right:0; 
	}

}
@media only screen and ( max-width: 610px ) and (min-width: 400px){
	.archive .cms-content section.post_content{
		width:49%;
		height:350px;
		margin-right:2%;
		margin-bottom:2%;		
	}
	.archive .cms-content section.post_content:nth-of-type(3n){ 
		margin-right:2%; 
	}
	.archive .cms-content section.post_content:nth-of-type(2n){ 
		margin-right:0; 
	}

}
@media only screen and ( max-width: 400px ) {
	.archive .cms-content section.post_content{
		width:100%;
		height:auto;
		margin-right:0;
		margin-bottom:30px;		
	}	
	.archive .cms-content section.post_content:nth-of-type(3n){ 
		margin-right:0; 
	}

}





/* *****************************************
      MOVED OVER FROM STYLES.CSS
***************************************** */
.page-template-template-socialfeed  .tcf-container, 
.page-template-template-socialfeed-blog  .tcf-container {
	/*padding-top: 0px !important;*/
}

.archive-content h3 {    
	max-height: 75px;
	overflow: hidden;
}

.archive .cms-content .archive-content .ten {
	padding: 1px 10px 5px;   
}

p.meta.blog span {
	float: left; 
}

p.meta.blog time { 
	float: right; 
}

p.meta.blog {  
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	bottom: 25px;
	font-size: 12px;
	color: #fff;
}

/*	.page-template-template-socialfeed  .tcf-container .social-template .banner, .page-template-template-socialfeed-blog .tcf-container .social-template .banner, .page-template-template-sponsored .tcf-container .social-template .banner {
	background-image: url(images/social-banner.png);
	margin-bottom: -20px; 
	border-bottom: 2px solid #d3d3d3;
}
*/

.page-template-template-socialfeed  .tcf-container .social-template .banner h1, 
.page-template-template-socialfeed-blog .tcf-container .social-template .banner h1 {
	/*display: none;*/
}

	/* Social Box */
.social-template .cms-content {
	width:100%;
	max-width: 100%;
}

.social-box {
	float:left;
	margin:2%;
	width:44%;
	height:150px;
	background-color: #585a5b;
	color:#fff;
	padding:20px;
}

.social-section {
	width:48%;
	display: inline-block;
}

.social-box a {
	color:#fff;
	font-size: 16px;
}

.social-box .time {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}



/* *****************************************
         	   %%SOCIAL FEED
***************************************** */
.page-template-template-socialfeed .social-feed-box .see-all.column {
    text-align: center;
    position: absolute;
    left: 144px;
    bottom: 15px;
}

.social-feed-box a.btn.btn-link {
    width: 181px;
    font-size: 16px;
    color: #A2A2A2;
    border: 1px solid #A2A2A2;
    opacity: .8;

}

.page-template-template-socialfeed .col-md-6.social-feed-box {
	background: #fff;
	padding: 0 10px;
	margin: 0 2% 2% 0;
	/*max-width: 470px; */
	width: 100%;
	max-width: 49%; 
	float:left;
}

@media only screen and ( max-width: 700px ) {
	.page-template-template-socialfeed .col-md-6.social-feed-box {
		max-width: 100%;
		margin: 0 auto;
		float:none;
	}
} /* MAX 700 */


.page-template-template-socialfeed .col-md-6.social-feed-box:nth-child(2n){
	margin-right:0;
}

body.page-template-template-socialfeed-blog .tool-links .right {
	text-align: right;
}

.col-md-6.social-feed-box {
	background: #fff;
	padding: 0 10px 10px 10px;
	margin: 0 10px 20px;
}

.ff-err-info, .ff-loadmore-wrapper { 
	display: none;
}

.col-md-6.social-feed-box .box-title {    
	width: 180px;
	height: 39px;
	line-height: 30px;
	margin: auto;
	position: relative;
	color: #fff;
	text-align: center;
	background-image: url(../img/small-box-banner.png);
	/*background-position: 0% 0%;*/
	text-transform: uppercase;
}

.col-md-6.social-feed-box .ff-layout-grid { 
	background-color: transparent !important;
	height: auto !important;
	padding: 10px 0 60px;
	min-height: auto !important;
}

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper {
	margin: 0px !important;
	min-height: 0 !important;
}

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item {
	width: 220px; 
	/*height: 220px !important; */
	overflow: hidden;
}

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item:nth-child(odd) {
	border-right: 1px solid #fff;
}

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-img-holder {
	width: 100%;
	max-height: 136px !important;
	/*min-height: 136px !important;*/
	margin: 0 !important;
	border-bottom: 1px solid #fff !important;
	border-top: 1px solid #fff !important;
}
.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner {
	padding: 0 !important;
}

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-img-holder img{
	width: 100% !important;
	height: auto !important;
	/* 	min-height: 146px !important; */
}

.social-feed-box.twitter .ff-no-image .ff-content, 
.social-feed-box.Twitter .ff-no-image .ff-content { 
	color: #fff !important;
	font-size: 22px !important;
	line-height: 24px;
	padding-top: 15px !important;
	font-weight: bold;

}


.social-feed-box.twitter .ff-content {
	color: #fff;
}

.social-feed-box.twitter .ff-no-image .ff-content a {
	font-size: 90% !important;
}

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-content {
	position: relative;
	margin: 0 !important;
	box-sizing: content-box;
	padding: 0px 10px 0 10px;
	background: #383838;
	min-height: 75px !important;
	max-width: 200px;
	height: 100%;
}

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-source {
	padding: 10px 10px 0px;
	margin-bottom:5px;
	font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}



.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont h4 {
	font-weight:bold; 
	padding:10px 10px 0px;
	margin-bottom: 0;
}

.ff-rss .ff-no-image .ff-item-cont h4 {
	margin: 0 0 8px;
	font-size: 19px;
	height: 60px !important;
	font-weight: bold;
	padding: 15px !important;

}

.ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta{
	padding:10px 10px 25px;
}

.ff-theme-classic.ff-style-4 .ff-timestamp{
	width:100%;
	padding-left:27px;	
}

/*.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-name, 
.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-nickname, 
.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-userpic{ 
	display: none;
}*/

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta {
	/*height: 0px !important;
	overflow: visible;*/
}

/*.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta .ff-timestamp {
	position: absolute;
	top: -20px;
	z-index: 6;
	right: 10px; 
}*/

.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta a.ff-timestamp  {
	color: #afafaf !important;
}
.col-md-6.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta .ff-timestamp:before {
	content: '';
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin: 0 !important;;
}

.social-template .col-md-12.category-row .col-md-6.tool-links .btn-link {
	padding:5px 10px 2px 10px;
	min-width: 137px;
	font-size: 18px;
	text-transform: uppercase;
	color:#FFF;
	font-weight: 700;
	border: 1px solid #fff;
	margin-right: 20px;
}


.social-template .col-md-12.category-row .tool-links.right {
	text-align: right;
	padding-right: 0;	

}
.social-template .col-md-12.category-row .col-md-6.tool-links .btn-link:nth-child(3) {
	margin-right: 2px;
}

.social-template .col-md-12.category-row .col-md-6.tool-links .btn-link:hover {
	padding:5px 10px 2px 10px;
	font-size: 18px;
	min-width: 137px;
	text-transform: uppercase;
	background:#fff;
	color:#6c6b6b !important;
	font-weight: 700;
	border: 1px solid #6c6b6b;
	text-decoration: none;
}

.ff-item-cont {   
	min-width: 220px;
	/*min-height: 220px;*/
}

.ff-theme-classic .picture-item__inner {
	border-radius: 0 !important;
}


/*  --- flow flow 3.0.5 - Styles --- */
.social-template .ff-stream{
	padding-bottom:75px;
}

.social-template .ff-stream .ff-stream-wrapper{
	margin-top:0;
}



/*  --- blog social --- */

header.entry-header {
	display: none;
	height: 0;
	visibility: hidden;
}

p.post-info {
	font-size: 16px; 
	margin-bottom: 50px;
}


.post-image-holder {
	max-width: 275px; 
	float: right; 
	position: relative; 
	display: inline-block;
}


.post-image-holder img {
	width: 100%; 
	height: auto; 
	position: relative;
	padding: 0px 10px 20px 30px;
}

.col-md-12.social-feed-box {
	background: #fff;
	padding: 0 10px;
	margin: 0 10px 20px 0;

}

.col-md-12.social-feed-box .ff-stream-wrapper {
	z-index:1 !important;
}

.col-md-12.social-feed-box .box-title {    
	width: 180px;
	height: 39px;
	line-height: 30px;
	margin: auto;
	position: relative;
	color: #fff;
	text-align: center;
	background-image: url(../img/small-box-banner.png);
	/*background-position: 0% 0%;*/
	text-transform: uppercase;
}

.col-md-12.social-feed-box .ff-layout-grid { 
	background-color: transparent !important;
	height: auto !important;
	padding: 15px 0 10px;
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper {
	margin: 0px !important;
	min-height: 0 !important;
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item { 
	width: 220px; 
	height: 220px !important; 
	overflow: hidden;
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item:nth-child(odd) {
	border-right: 1px solid #fff;
}


.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-img-holder {
	width: 100%;
	max-height: 146px !important;
	margin: 0 !important;
	border-bottom: 1px solid #fff !important;
	border-top: 1px solid #fff !important;
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner {
	padding: 0 !important;
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-img-holder img{
	width: 100% !important;
	height: auto !important;
	min-height: 146px !important;
}


.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item.ff-twitter.ff-no-image .picture-item__inner .ff-item-cont .ff-content {
	margin-top: 13px !important;
	min-height: 188px;
}


.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-content {
	color: #fff !important;
}	
.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-content {
	position: relative;
	margin: 0 !important;
	box-sizing: content-box;
	padding: 5px 10px 0 10px !important;
	background: #383838;
	/*     height: 65px !important; */
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont h4 {
	padding: 10px 10px 0px; 
	margin-bottom: 0;
}


.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-name, 
.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-nickname, 
.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-userpic{ 
	display: none;
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta {
	height: 0px !important;
	overflow: visible;
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta .ff-timestamp {
	position: absolute;
	top: -20px;
	z-index: 6;
	right: 10px; 
}



.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item.ff-twitter .picture-item__inner .ff-item-cont .ff-item-meta .ff-timestamp {
	position: absolute;
	top: -23px !important;
	z-index: 6;
	right: 10px; 
}


.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta a.ff-timestamp  {
	color: #afafaf !important;
}

.col-md-12.social-feed-box .ff-layout-grid .ff-stream-wrapper .ff-item .picture-item__inner .ff-item-cont .ff-item-meta .ff-timestamp:before {
	content: '';
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin: 0 !important;
}

