/*
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");

.otgs-development-site-front-end{display:none;}
.single-post .header_inner .header_bottom { background-color:rgba(123, 4, 95, 1) !important; }
/*
.vc_column_container>.vc_column-inner {
    margin-bottom: 35px;
}*/

.wpb_content_element.wpb_single_image img {
    margin-bottom: 35px;
}
.wpb_content_element h2 {margin-bottom:30px;}
.wpb_content_element p {margin-bottom:18px !important;}
.content ul {margin-top:18px !important;margin-bottom:18px !important;}
.content li {line-height:16px;}

/*
.single-portfolio_page .two_columns_66_33 .column1 {width:58.33333333%;}
.single-portfolio_page .two_columns_66_33 .column2 {width:41.66666667%;}*/
.single-portfolio_page .two_columns_66_33 .column1 {width:50%;}
.single-portfolio_page .two_columns_66_33 .column2 {width:50%;}

@media only screen and (max-width: 600px){
.single-portfolio_page .two_columns_66_33 .column1 {width:100%;}
.single-portfolio_page .two_columns_66_33 .column2 {width:100%;}
}


.blog_holder.blog_small_image article {
    margin: 0px 0 15px;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
}
.blog_holder.blog_small_image article .date{
	font-size:12px;
	font-weight:400;
	clear:both;
	margin-bottom:12px;
}

.pagination ul li a:hover, .pagination ul li span {
    background-color: transparent;
    border-color: transparent;
}
.pagination ul li a:hover{
	color:#7B045F;
}
.pagination ul li a:hover{
	color:#7B045F;
}
.pagination ul li.active{
	color:#000000;
	font-weight:700;
}
.footer_top_holder p{
	margin-top:0px;
}

.footer_top_holder input[type="text" i]{
	background-color: transparent;
    border: 1px solid #000000;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    color: #FFFFFF;
}

.footer_top_holder input[type="text" i]::placeholder{
	color:rgba(255,255,255,0.8) !important;
}

.footer_top_holder input[type="submit" i]{
	background: transparent;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    border: none;
	margin-bottom:30px;
}
.footer_top_holder input[type="submit" i]:hover{
	background: transparent;
    color: #FFFFFF;
	cursor: pointer;
}
.footer_top_holder input[type="text" i]:focus-visible,
.footer_top_holder input[type="submit" i]:focus-visible{
    outline: none;
}

.footer_top_holder input[type="text" i]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,0.8);
  opacity: 1; /* Firefox */
}

.footer_top_holder input[type="text" i]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.8);
}

.footer_top_holder input[type="text" i]::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,0.8);
}
.title_text_shadow .title h1 {
    /*text-shadow: 6px 6px 6px rgb(89 9 41 / 100%);*/
    text-shadow: 6px 6px 6px rgb(0 0 0 / 0.16);
}
.title_outer.with_image {
    margin-bottom: 55px;
}
.wrapper .wrapper_inner .content{padding-bottom:43px;}

.vc_row.vc_row-flex .full_section_inner,
.vc_row.vc_row-flex .section_inner_margin {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc_row.vc_row-o-equal-height .full_section_inner>.vc_column_container,
.vc_row.vc_row-o-equal-height .section_inner_margin>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.vc_row-flex .full_section_inner>.vc_column_container,
.vc_row.vc_row-flex .section_inner_margin>.vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vc_row.vc_row-o-content-middle .full_section_inner>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle .section_inner_margin>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.vc_row.vc_row-flex .full_section_inner>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex .section_inner_margin>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
/*
.vc_row.vc_row-flex .full_section_inner img{
    width: 579px;
    aspect-ratio: auto 585 / 329;
    height: 325px;
}*/


.blog_holder.blog_small_image article .post_image {
    width: 40%;
    float: left;
    margin: 0;
}
.blog_holder.blog_small_image article .post_text {
    width: 60%;
    float: left;
    margin: 0;
}

.blog_holder.blog_small_image article .post_text .post_text_inner {
    padding: 0 23px 23px 23px;
}
@media only screen and (max-width: 768px){
	.blog_holder.blog_small_image article .post_image, .blog_holder.blog_small_image article .post_text {
		float: left;
		width: 100%;
	}
	.blog_holder.blog_small_image article .post_text .post_text_inner {
		padding: 23px 0 0 0;
	}	
}

.portfolio_gallery a frame, .portfolio_gallery a img {
    aspect-ratio: 570/570;
}

@media only screen and (max-width: 600px){
.portfolio_gallery a.v2, .portfolio_gallery a.v3, .portfolio_gallery a.v4 {
    width: 48%;
    margin: 0 2% 2% 0 !important;
}
}

.portfolio_images a {
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}
.portfolio_single .portfolio_images .fluid-width-video-wrapper, .portfolio_single .portfolio_images img {
    margin: 0;
	display: block;
}
.portfolio_images a {
	margin: 0 0 18px;
}
.portfolio_images a .gallery_text_inner {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.portfolio_images a .gallery_text_holder {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 200;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
}
.portfolio_images a:hover .gallery_text_holder {
    opacity: 1;
    filter: alpha(opacity=100);
}
.portfolio_images a img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.blog_single.blog_holder {
    width: 66.6667%;
    margin-left: 16.6667%;
}
@media only screen and (max-width: 992px){
	.blog_single.blog_holder {
    	width: 83.3334%;
    	margin-left: 8.3334%;
	}
}
@media only screen and (max-width: 600px){
	.blog_single.blog_holder {
    	width: 100%;
    	margin-left: 0%;
	}
}








.social_share_title {
    display: block;
}
.social_share_dropdown {
    display: block;
    left: 0%;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    padding: 10px 0 0;
    /* height: 30px; */
    position: relative;
    top: 0%;
    width: 100%;
    visibility: initial;
    z-index: 950;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 1;
}
.social_share_dropdown .inner_arrow {
    display: none;
}
.social_share_dropdown ul {
    list-style: none;
    position: relative;
    display: block;
    background-color: initial;
    z-index: 990;
    -moz-border-radius: 4px;
    border-radius: 0;
    padding: 4px 0!important;
    width: 100%;
    height: 22px;
	margin-top:0px !important;
}

.social_share_dropdown ul li {
    display: initial;
    position: relative;
    text-align: center;
    margin: 0px 5px;
    float: left;
}

.social_share_dropdown ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0!important;
    background-color: #7d7d7d;
    border-radius: 50%;
}

.social_share_dropdown ul li i {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.icon_social_holder {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-top: none;
    border-bottom: none;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 35px 0;
}



.social_share_list_holder{
	margin-top:40px;
	text-align:center;
}
.social_share_list_holder span{
	display:block;
	font-weight:700;
}
.social_share_list_holder ul {
    clear: both;
    margin-top: 8px !important;
}
.social_share_list_holder ul li {
    display: initial;
    position: relative;
    text-align: center;
    margin: 0px 5px;
    float: left;
}
.social_share_list_holder ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0!important;
    background-color: #7d7d7d;
    border-radius: 50%;
}
.social_share_list_holder ul li i {
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.social_share_list_holder ul li i:hover {
    color: #fff;
}
.social_share_list_holder ul li a:hover{	
    background-color: #bababa;
}

.wpb_single_image .vc_figure-caption {
    margin-top: -23px;
	margin-bottom:30px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.lfb_imageButtonHeader {
    display: none;
}

#lfb_bootstraped.lfb_bootstraped .lfb_imageButtonContainer .lfb_imageButtonImg {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

#finalSlide label {
    display: none !important;
}