/*
 Theme Name:   Social Activity Child
 Theme URI:	
 Description:  Social Activity Child Theme
 Author:	   Ingo Zipser
 Author URI:   
 Template:	 social-activity
 Version:	  1.0.0
 License:	  GNU General Public License v2 or later
 License URI:  
 Tags: 
 Text Domain:  social-activity-child
*/


/*------------------------------------------------------------------------------------------------------------------------------*/
/* GENERAL */
/*------------------------------------------------------------------------------------------------------------------------------*/

html a {
	font-weight: inherit;
}

q, blockquote {
	display: inline-block;
    padding: 10px 55px;
	font-style: italic;
	border: 1px solid #dbdee1;
}

q:before, blockquote:before, q:after, blockquote:after {
	font: 80px/50px Georgia, Times, 'Century Schoolbook L', serif !important;
}

q:before, blockquote:before {
	left: 8px;
	top: 20px;
}

q:after, blockquote:after {
	content: '\201D';
    position: absolute;
    bottom: 0;
    right: 8px;
	height: 22px;
	color: #2ac6bb;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* GENERAL CLASSES */
/*------------------------------------------------------------------------------------------------------------------------------*/

.wp-post-image {
	background-color: whitesmoke;
}

.vertical-align {
	height: 100%;	
}

.vertical-align.middle:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.vertical-align.bottom:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}

.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

.gallery .gallery-item {
	float: left;
	width: 33.3%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* THEME FORMATING */
/*------------------------------------------------------------------------------------------------------------------------------*/

/* Reset defaults */
.cmsms_posts_slider .post, .cmsms_products .product .product_outer {
	padding-top: initial;
}

/* Add default thumbnail for article lists */
.page .post.format-standard:not(.has-post-thumbnail) .entry-header:before {
	content: "";
	display: block;
	height: 150px;
	width: 100%;
	width: calc(100% + 40px);
	margin-left: calc(-20px);
	background: url(http://allbanglanewspaper.net/template//slider/images/2.jpg) no-repeat;
	margin-bottom: 10px;
}

.page .post.cmsms_timeline_type.format-standard:not(.has-post-thumbnail) .cmsms_post_cont {
	padding-top: 0;
}

/* Boxes force same height*/
@media only screen and (min-width: 768px) {
	.cmsms_row_margin {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cmsms_row_margin .cmsms_icon_box {
		height: 100%;
	}
	html .cmsms_column {
		margin-bottom: 0;
	}
}

/*------------------------------------------*/
/* Portfolio shortcode */
/*------------------------------------------*/

@media only screen and (max-width: 840px) {
	.portfolio.puzzle .project {
		padding: 10px;
	}
}

@media only screen and (max-width: 440px) {
	.portfolio.puzzle .project {
		padding: 10px 0;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/* SECTIONS CLASSES */
/*------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------*/
/* .profiles.same-height - All images same height */
/*------------------------------------------*/


@media only screen and (min-width: 768px) {
	.profiles.same-height .pl_img a {
		position: relative;
		background: whitesmoke;
		height: 300px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.profiles.same-height .pl_img a img {
		position: absolute;
		bottom: 0;
		flex-shrink: 0;
		min-width: 100%;
		height: 100%;
		width: auto;
		max-width: none;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT */
/*------------------------------------------------------------------------------------------------------------------------------*/

#footer div {
	text-align: center;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------*/
/* Header mid */
/*------------------------------------------*/

.header_mid_outer {
	border: 0;
}

.header_mid_inner {
	height: 100%;
}

.header_mid .header_mid_inner .logo {
	display: inline-block;
} 

/* Fix menu dropdown border */
.header_bot #navigation ul {
	border: 0;
}
.header_bot #navigation ul li {
	border: 0;
}
.header_bot #navigation ul li a {
	border: 1px solid rgba(255,255,255,0.1);
	border-top: 0;
}
#page.fixed_header .header_mid_outer {
	border-bottom-color: rgba(0,0,0,.1);
	background: linear-gradient(#17ccbe, #16a6a3);
	overflow: hidden;
}
#navigation > li.menu-item-has-children > a:before {
	display: none;	
}
.header_bot #navigation .sub-menu .sub-menu {
	margin-top: 1px;	
}

/* Search active */
.header_mid_outer .header_mid_inner .search_wrap.search_opened .search_but, body .header_mid_outer .header_mid_inner .search_wrap .search_bar_wrap button[type=submit][class^="cmsms-icon-"] { 
	color: #2ac6bb;
}

.hrb-logo-wrap {
	margin-left: 50px;	
}

@media only screen and (max-width: 1228px) {
	#header .hrb-logo-wrap {
display: none;	
	}
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER*/
/*------------------------------------------------------------------------------------------------------------------------------*/

html .cmsms_color_scheme_footer .footer_bg {
	
}

#footer .logo img {
	max-height: 180px;
}
#footer .footer_custom_html {
	margin-bottom: 0;
}

#footer .lang_sel_list_horizontal {
	text-align: center;
	margin-bottom: 20px;
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/* PAGE - ARCHIVE */
/*------------------------------------------------------------------------------------------------------------------------------*/

.archive #middle .content_wrap {
	padding-top: 50px;
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/* PAGE - SINGLE */
/*------------------------------------------------------------------------------------------------------------------------------*/

.single h3 {
	font-variant: small-caps;
	letter-spacing: 1px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* PAGE */
/*------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------*/
/* Supporters */
/*------------------------------------------*/

#hrb-supporters {
	font-size: 14px;
	counter-reset: supporters-count;
}

#hrb-supporters .table-section {
	padding: 50px 0 40px;
}

#hrb-supporters .table-section:nth-child(2n+2) {
	background-color: rgba(42, 198, 187, 1);
	color: rgba(255, 255, 255, 1);
}

#hrb-supporters table {
	padding: 10px 0 40px;
}

#hrb-supporters .section-header {
	margin-bottom: 40px;
	text-align: center;
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 28px;
	color: rgba(112, 112, 112, 1);
}

#hrb-supporters .section-header .pre-number {
	display: block;
	font-size: 17px;
	margin-bottom: 12px;
	text-align: center;	
}

#hrb-supporters .table-section:nth-child(2n+2) .section-header {
	color: rgba(255, 255, 255, 1);
}	

#hrb-supporters td {
	counter-increment: supporters-count;
}

#hrb-supporters td:before {
	content: counter(supporters-count, decimal-leading-zero) " | ";
}

#hrb-supporters td a {
	color: inherit;	
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/* PAGE - PROFILE */
/*------------------------------------------------------------------------------------------------------------------------------*/

.profile .preloader .wp-post-image {
	width: auto;
	min-width: auto;
	max-width: 100%;
}

.profile .profile_details_item {
	word-wrap: break-word;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* PLUGINS */
/*------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------*/
/* WPML translation */
/*------------------------------------------*/

.lang_sel_list_horizontal ul {
	display: inline-block;
}

.lang_sel_list_horizontal li:before {
	display: none;
}

.lang_sel_list_horizontal a:hover {
	color: #2ac6bb;
}

.lang_sel_list_horizontal a img {
	opacity: 0.4;
	-o-transition: 1s ease opacity;
	-moz-transition: 1s ease opacity;
	-webkit-transition: 1s ease opacity;
	transition: 1s ease opacity;
}

.lang_sel_list_horizontal a.lang_sel_sel img {
	opacity: 0.8;
}

.lang_sel_list_horizontal a:not(.missing):hover img {
	opacity: 1;
}

#header .lang_sel_list_horizontal {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

/* post in other languages*/

.icl_post_in_other_langs {
	padding: 10px;
	margin-bottom: 20px;
	background: #f8fafb;
	border: 1px solid #dbdee1;
}

.icl_post_in_other_langs a img {
	width: 22px;
	vertical-align: bottom;
}


/*------------------------------------------*/
/* Revolution Slider */
/*------------------------------------------*/

.tp-loader {
	z-index: 9990;
}

/*------------------------------------------*/
/* Contact Form 7 */
/*------------------------------------------*/

.label-wrap {
	padding: 4px 10px;
	display: inline-block;
	background-color: whitesmoke;
	color: grey;
	letter-spacing: 1px;
}

.label-wrap .cmsms-icon {
	font-size: 19px;
	border-right: 1px solid rgba(0,0,0,0.1);
	padding-right: 7px;
	margin-right: 7px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=search], .wpcf7-form input[type=email], input[type=password], .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form option {
	border: 2px solid rgba(42, 198, 187, 1);
	background-color: rgba(42, 198, 187, 1);
	color: #fff;
}

.wpcf7-form input[type=text][aria-invalid=true], .wpcf7-form input[type=search][aria-invalid=true], .wpcf7-form input[type=email][aria-invalid=true], input[type=password][aria-invalid=true], .wpcf7-form textarea[aria-invalid=true], .wpcf7-form select[aria-invalid=true], .wpcf7-form option[aria-invalid=true] {
	background-color: red;
	border-color: red;
}

.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=search]:focus, .wpcf7-form input[type=email]:focus, input[type=password]:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus, .wpcf7-form option:focus {
	background-color: #fff;
	border-color: whitesmoke;
	color: grey;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
	background-color: red;
	border-color: red;
	color: #fff;
	margin-left: 0;
	margin-right: 0;
}

.wpcf7-form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .7);
}
.wpcf7-form :-moz-placeholder {
	color: rgba(255, 255, 255, .7);
}
.wpcf7-form ::-moz-placeholder {
	color: rgba(255, 255, 255, .7);
}
.wpcf7-form :-ms-input-placeholder {  
	color: rgba(255, 255, 255, .7);
}

/*------------------------------------------*/
/* Facebook like button */
/*------------------------------------------*/

.social_wrap.social_closed ~ .fb-like-wrap-outer {
	display: none;
}

.fb-like-wrap.colored {
	display: inline-block;
	background: rgba(249, 245, 208, 1);
	border-radius: 3px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.fb-like-wrap.colored:hover {
	background-color: transparent;	
}

.fb-like-wrap.colored .fb-like {
	opacity: .65;
	-webkit-filter: hue-rotate(-50deg);
	filter: hue-rotate(-50deg);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;	
}

.fb-like-wrap.colored:hover .fb-like {
	opacity: 1;
	-webkit-filter: hue-rotate(0);
	filter: hue-rotate(0);
}

#header .fb-like-wrap-outer {
	position: relative;
	top: -3px;
	float: right;
	height: 100%;
	margin-right: 20px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	#header .fb-like-wrap-outer {
		height: 100px;
	}	
}

@media only screen and (max-width: 767px) {
	#header .fb-like-wrap-outer {
		top: 0;
		float: none;
		height: auto;
		margin-right: 0;
	}
}


/*------------------------------------------*/
/* HRB svg logo */
/*------------------------------------------*/

.hrb-logo {
	max-width: 825px;
	display: block;
	margin: auto;
}

.hrb-logo .link:hover polygon, .hrb-logo .link.current polygon {
	fill: #2ac6bb;
}

/* In header and footer*/
#header .hrb-logo .link:hover polygon, #header .hrb-logo .link.current polygon,
#footer .hrb-logo .link:hover polygon, #footer .hrb-logo .link.current polygon {
    stroke-width: 1px;
    stroke: rgba(255,255,255,.5);
}

.hrb-logo .link:hover path, .hrb-logo .link.current path {
	fill: #fff;
}
.hrb-logo .link * {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cmsms_button.hrb-idea-link {
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(250, 238, 149);
	text-transform: none;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 27px;
	color: rgb(84, 125, 120);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
	.footer_inner .logo > svg {
		display: none;
	}
}

/*------------------------------------------*/
/* Easy Facebook Likebox Plugin */
/*------------------------------------------*/

.efbl_feed_wraper, #efblcf .efbl_post_content .efbl_author_info, #efblcf .efbl_post_content .efbl_content_wraper, 
.efbl_post_content, #efblcf .efbl_story_meta, #efblcf .efbl_story_photo img, #efblcf .efbl_story_photo video {
	float: none;	
}
.cmsms_color_scheme_first .hrb-fb-post {
	color: rgba(255, 255, 255, 1);
}
.cmsms_color_scheme_first .hrb-fb-post a, .cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_post_content .efbl_author_info p a {
	color: rgba(249, 245, 208, 1);
}
.hrb-fb-post:nth-child(2n+2) a, .hrb-fb-post:nth-child(2n+2) #efblcf .efbl_post_content .efbl_author_info p a {
	color: rgba(42, 198, 187, 1);
}
#efblcf {
	margin: 0;
	border: 0;
}

/* Photo */
#efblcf.thumbnail .efbl_story_photo {
	width: 30%;
	margin-right: 2%;
}
#efblcf .efbl_story_photo a {
	transition: background-color .2s ease-in-out;
}

/* Content */

#efblcf.thumbnail .efbl_post_content {
	width: 68%;
}
#efblcf .efbl_post_content .efbl_author_info .efbl_auth_logo {
	padding-right: 8px;	
}
#efblcf .efbl_post_content .efbl_author_info {
	margin-bottom: 17px;
}
#efblcf .efbl_post_content .efbl_author_info p a {
	font-size: 14px;
	font-weight: bold;
}
#efblcf .efbl_post_content .efbl_author_info p a:hover {
	text-decoration: underline;	
}
/* Shared content */
.hrb-fb-post #efblcf .efbl_shared_story {
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, .05);
	border: 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
}

/* Meta */

/* Odd buttons */
.hrb-fb-post #efblcf .efbl_info,
.hrb-fb-post #efblcf .efbl_read_full_story,
.hrb-fb-post #efblcf .efbl_share_links,
.efbl_read_more_link .efbl_links_container a .fa {
	padding: 5px 8px;
	border: 1px solid;
	background: none;
	border-color: rgba(116, 126, 134, .25);
	color: rgba(116, 126, 134, .5);
	font-size: 14px;
	transition: all .3s ease-in-out;
}
.hrb-fb-post #efblcf .efbl_info:hover,
.hrb-fb-post #efblcf .efbl_read_full_story:hover,
.hrb-fb-post #efblcf .efbl_share_links:hover,
.efbl_feed_wraper .efbl_read_more_link .efbl_links_container a .fa:hover {
	background-color: rgba(0, 0, 0, .05);
	color: rgba(116, 126, 134, 1);
}
.hrb-fb-post #efblcf .efbl_info span {
	transition: all .3s ease-in-out;
	color: rgba(116, 126, 134, .5);	
}
.hrb-fb-post #efblcf .efbl_info:hover span {
	color: rgba(116, 126, 134, 1);
}

/* Even buttons*/
.cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_info, 
.cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_read_full_story, 
.cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_share_links,
.cmsms_color_scheme_first .hrb-fb-post .efbl_read_more_link .efbl_links_container a .fa {
	border-color: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.65);
}
.cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_info:hover, 
.cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_read_full_story:hover, 
.cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_share_links:hover,
.cmsms_color_scheme_first .hrb-fb-post .efbl_read_more_link .efbl_links_container a .fa:hover {
	background-color: rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 1);
}
.cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_info span {
	color: rgba(255, 255, 255, 0.65);
}
.cmsms_color_scheme_first .hrb-fb-post #efblcf .efbl_info:hover span {
	color: rgba(255, 255, 255, 1);
}

/* Read more container */
#efblcf .efbl_story_meta .efbl_read_more_link {
	float: none;
}
/* Read full */
.hrb-fb-post #efblcf .efbl_read_full_story {
	float: left;
	border-left: 0;
}
/* Share icons */
.efbl_share_links {
	float: right;
	margin-left: 10px;
}
/* Social icons */
.efbl_links_container {
	display: block;
	position: initial;
	float: right;
	background: none;
	height: 38px !important;
	padding: 0;
}
.efbl_read_more_link .efbl_links_container a .fa {
	font-size: 18px;
	border-radius: 50%;
	padding: 8px 0;
	width: 38px;
	text-align: center;
	margin: 0 0 0 6px;
}
/* Comments */
#efblcf .efbl_comments_wraper {
	background: none;
	padding: 10px 0 0 0;
}
.efbl_comments_header {
	border: 0;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	#efblcf.thumbnail .efbl_story_photo, #efblcf.thumbnail .efbl_post_content, #efblcf.halfwidth .efbl_story_photo, #efblcf.halfwidth .efbl_post_content {
		width: 100%;
	}
}








/* Header bg logo */
/*
.header_mid_inner {
	background: url("http://hrb.erfolg-company.com/wp-content/uploads/2016/07/House_Of_Responsibility.svg");
	background-repeat: no-repeat;
	background-size: auto calc(100% - 8px);
	background-position: bottom right 20px;
}

html #page #header .header_mid .header_mid_outer .header_mid_inner .search_wrap {
	padding-right: 190px;
}

@meda only screen and (max-width: 767px) {
	.header_mid_outer .header_mid_inner .search_wrap {
padding-right: 0;
	}
}
*/

@media only screen and (max-width: 540px) {
	html #page .cmsms_stats .cmsms_stat {
		display: inline-block;
	}
}