/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
/* --- fonts ---*/

.archive.category h1, .archive.date h1{
	font-size: 44px !important;
	line-height: 50px !important;
	color: #999 !important;
	font-weight: 400;
}
.archive.date .title .title_subtitle_holder_inner{
	display: none !important;
}
.single .title h1{
	display: none;
}

h5{
	margin-bottom: 30px !important;
}
h2, h3{
	margin-bottom: 10px !important;
}
blockquote p{
	font-size: 21px;
    line-height: 35px;
    color: #999999;
    padding: 40px 0 40px 40px;
}
h4.blog_slider_title.entry_title{
	padding: 20px;
}
h4.blog_slider_title.entry_title a{
	font-size: 21px;
}

.wpb_text_column ul{
    list-style-position: inherit;
    margin-left: 20px;
}

.team-template-default .title{
	display: none !important;
}
.team-template-default header{
	margin-bottom: 150px;
}
.container .page_container_inner, .container .default_template_holder{
	padding: 60px 0 !important;
}
#comments{
	display: none !important;
}

/* --- navigation ---*/

/*nav.main_menu>ul {
    padding: 25px 0;
}*/

#menu-top-menu li a{
	font-size: 13px;
	color: #9BAEC6;
	background:#F2F2F2;
	border-radius: 0px;
	border: none;
	padding: 8px 20px; 
}
nav.main_menu > ul > li > a {
    color: #c4c4c4;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-transform: none;
    padding: 34px 10px;
}
.header-widget.widget_nav_menu{
	padding: 0px;
}
.header-widget.widget_nav_menu ul.menu li a:hover{
	color: #9BAEC6 !important;
}
.header-widget.widget_nav_menu{
	padding: 0px;
}
.header-widget.widget_nav_menu ul.menu li a:hover{
	color: #9BAEC6 !important;
}
/* --- home header ---*/

.vc_row.home-header{
    background-position: right !important;
    background-size: contain !important;
}
.vc_row.home-header .elementor-widget.elementor-widget-sidebar .widget, .wpb_widgetised_column .widget {
     margin: 0px !important; 
}
.vc_row.home-header .elementor-widget.elementor-widget-sidebar .widget li, .wpb_widgetised_column .widget li {
    margin: 0;
    float: left;
    margin-right: 20px;
    padding: 10px 0px;
}
.home ul#menu-submenu li a{
	color:#009790;
	font-weight:500;
}
.img-no-grid{
	position:absolute;
}

/* --- latest posts ---*/

.latest_post_image {
    width: 160px;
}
.latest_post_holder.image_in_box .latest_post_text {
    padding: 10px 0 0 180px;
}
/*.blog_slides .image img{
	display: none !important;
}*/
.home .blog_slides .blog_image_holder .image img{
	/*display: none !important;*/
	opacity: 0;
}
.home .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
     width: 100%; 
     border: 0px;
     background: rgba(0, 0, 0, 0.5);
     color: #fff;
}
.home .blog_slider_holder h4 a, .home .blog_slider_holder h4, .home .blog_slider_holder p{
	color: #fff;
	text-align: left;
}


.q_elements_item.background-contain{
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* --- header ---*/
.title h1{
	/*display: none;*/
}
.title_subtitle_holder_inner {
	background: rgba(242, 242, 242, 0.8);
    padding: 40px;
    margin-left: 330px;
}
.title.has_background, .title.has_fixed_background {
    /*background-position: 70px center !important;*/
    background-position: calc(50% - 350px) 50%;
    background-size: 600px auto !important;
}
.title .text_above_title {
    margin-bottom: 30px;
}

/* --- blog ---*/
.blog_holder.blog_chequered article .post_text{
	padding: 20px;
}
.blog_holder .date, .blog_holder .post_info{
	display: none !important;
}
.blog_holder h5 a{
    font-size: 11px;
    line-height: 20px;
    display: block;
}
.blog_holder.blog_chequered article {
    border: 5px solid #fff;
}
.sya_container ul{
	display:none;
}

.blog_slider_holder .blog_slides .blog_image_holder{
	padding: 5px;
}

.header_bottom_widget.widget_icl_lang_sel_widget{
	display: inline-block !important;
}

/* --- blocks ---*/

.blocks .wpb_single_image .vc_single_image-wrapper {
	min-width: 100% !important;
}
.blocks .wpb_single_image img{
	margin: -20px;
	min-width: calc(100% + 40px);
	margin-bottom: 30px;
}
.blocks .q_elements_item{
    margin: 10px 0;
}
aside .widget a {
    display: block;
}
.blocks-hover .q_elements_item:hover{
    background:#e9f2f1 !important;
}
.side_menu .widget ul, aside .widget ul{
	padding: 0 0 0 15px !important;
}
.widget.widget_categories h5{
	color: #999999;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    text-transform: none;
	margin-bottom: 10px !important;
}

/* --- footer ---*/

.footer_top .widget_nav_menu ul li{
	padding: 0 0 10px;
}

@media screen and (min-width: 768px) {
	.blocks.q_elements_holder {
	    padding-left: 10px !important;
	    padding-right: 10px !important;
	    box-sizing: border-box !important;
	}

	/* Two Columns */
	.blocks.q_elements_holder.two_columns .q_elements_item:first-child {
	    position: relative !important; 
	    left: -10px !important;
	}
	.blocks.q_elements_holder.two_columns .q_elements_item:last-child {
	    position: relative !important; 
	    left: 10px !important;
	}

	/* Three Columns */
	.blocks.q_elements_holder.three_columns .q_elements_item:first-child {
	    position: relative !important; 
	    left: -10px !important;
	}
	.blocks.q_elements_holder.three_columns .q_elements_item:last-child {
	    position: relative !important; 
	    left: 10px !important;
	}

	/* Four Columns */
	.blocks.q_elements_holder.four_columns .q_elements_item:first-child {
	    position: relative !important; 
	    left: -15px !important;
	}
	.blocks.q_elements_holder.four_columns .q_elements_item:nth-child(2) {
	    position: relative !important; 
	    left: -5px !important;
	}
	.blocks.q_elements_holder.four_columns .q_elements_item:nth-child(3) {
	    position: relative !important; 
	    left: 5px !important;
	}
	.blocks.q_elements_holder.four_columns .q_elements_item:last-child {
	    position: relative !important; 
	    left: 15px !important;
	}
}

/* --- button - link ---*/

.link .qode-btn-text{
	color: #009790;
}
.link-align a.qode-btn{
	position: absolute;
	bottom: 20px;
}

/* --- Contact ---*/

input, textarea{
	background-color: #F2F2F2 !important;
}
input[type=submit]{
	font-size: 13px !important;
    color: #ffffff !important;
    background: #009790 !important;
    border-radius: 0px !important;
    border: none !important;
    text-transform: initial !important;
}

/* --- Team---*/
	
.team-overlay img{
	opacity: .7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.team-overlay img:hover{
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*.team-overlay .vc_single_image-wrapper{
	background: #F6C4BE;
}*/

#back_to_top span i, #back_to_top span span {
    font-size: 13px;
}


.team-overlay .vc_col-sm-3:nth-child(1n+0) .vc_single_image-wrapper{
	background: #B8C6D8;
}
.team-overlay .vc_col-sm-3:nth-child(2n+0) .vc_single_image-wrapper{
	background: #F6C4BE;
}
.team-overlay .vc_col-sm-3:nth-child(3n+0) .vc_single_image-wrapper{
	background: #E9F2F1;
}
.team-overlay .vc_col-sm-3:nth-child(4n+0) .vc_single_image-wrapper{
	background: #E5DBDC;
}



.cat-item-10, .cat-item-17, .cat-item-18, .cat-item-19, .cat-item-20{
	display:none !important;
}

.c-icon img {
	min-width: auto !important;
	width: auto !important;
	height: 40px;
	object-fit: contain;
	margin-bottom: 15px !important;
}

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

	.title_subtitle_holder_inner {
	    background: rgba(242, 242, 242, 0.8);
	    padding: 60px;
	    margin-left: 0px;
	}
	.title .text_above_title {
    	display: block;
	}
	.vc_row.mobile-margin-bottom-0{
		margin-bottom: 0px !important;
	}
	.link-align a.qode-btn {
		position: relative;
		bottom: 0px;
	}
	.header_bottom_right_widget_holder{
		display: table-cell;
	}
	.q_logo a img.mobile{
		height: 30px !important;
		padding: 10px;
	}


}

@media screen and (max-width: 480px) {
	.home h1{
		font-size: 31px;
		line-height: 46px;
	}
	.title .text_above_title{
		font-size: 21px;
		line-height: 36px;
	}
	.title_subtitle_holder_inner {
	    padding: 25px;
	}
	.home .latest_post_image {
    	width: 100%;
    	margin: 20px 0;
	}
	.home .latest_post_holder.image_in_box .latest_post_text {
    	padding: 0px;
	}
	.title.has_background, .title.has_fixed_background {
	     height: 450px !important;
	}
	.q_logo a img.mobile{
		height: 30px !important;
		padding: 10px;
	}
}