/*
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
Text Domain:  soffid
*/

@import url("../bridge/style.css");

/******************************************************************************************
 *
 * @Index
 *
 *  =BASE
 *  =LAYOUT
 *  =TYPOGRAPHY
 *  =HEADER
 *  =FOOTER
 *  =MODULES
 *
 *
 */


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

=BASE

*/

h2 {
    line-height: 1.2;
}

p {
    text-align: justify;
}

p a {
    text-decoration: underline;
    font-weight: 600;
    color: #666666;
}

p a:hover {
    text-decoration: underline;
    color: #2d99a7;
}


/* END =BASE
/********************************************************************************	
********************************************************************************/


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

=TYPOGRAPHY

*/

.title_subtitle_holder h1+.separator {
    top: -34px;
    width: 54px;
}

@media(max-width: 1000px) {
    .title_subtitle_holder h1+.separator {
        top: 0;
        display: block!important;
    }
}


/* END =TYPOGRAPHY
/********************************************************************************	
********************************************************************************/


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

=LAYOUT

*/

.block_code {
    height: 0;
    overflow: hidden;
}

.mod_block {
    padding: 90px 0;
}

@media only screen and (max-width: 1000px) {
    .mod_block {
        padding: 45px 0;
    }
}

.bg-box .vc_column-inner {
    padding: 30px;
}


/* END =LAYOUT
/********************************************************************************	
********************************************************************************/


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

=HEADER

*/

header .q_logo img {
    height: 85% !important;
    padding-top: 7px;
}

header .code-block-1 {
    margin: 0 !important;
}

header #login {
    border: solid 2px #313131;
    padding: 6px 20px 6px 40px;
    background: url('http://www.soffid.com/wp-content/uploads/2017/05/ico-login-register.png') no-repeat 10px center;
    float: right;
    border-radius: 6px;
    margin: 28px 0 0 25px;
    font-size: 15px;
}

header #login a {
    text-decoration: none;
    font-weight: 500;
}

header #login a:hover {
    color: #17b5c8;
}

header .header_bottom {
    background-color: rgba(255, 255, 255, 0.2)!important;
}

header.scrolled .header_bottom {
    background-color: rgba(255, 255, 255, 0.9)!important;
}

header .container_inner .header_inner_left {
    z-index: 101;
}

header .container_inner .header_inner_left .q_logo {
    top: 0;
    left: 0;
    width: 163px;
}

header .container_inner .header_inner_left .q_logo a {
    display: block;
    visibility: hidden;
    width: 100%;
}

header .q_logo img {
    padding-top: 11px;
    top: 0;
}

nav.main_menu.right {
    position: absolute;
    right: 0;
    float: right;
    width: 100%;
    left: auto;
    text-align: right;
}

nav.main_menu>ul {
    display: inline-block;
}

.drop_down .second {
    margin-top: -26px;
    -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;
}

.drop_down .second.drop_down_start {
    margin-top: -20px;
}


/*////////////////////////////////////////////////////////////
	+header_top
*/

header .header_top>.container {
    padding: 10px 0;
}

header .header_top p {
    line-height: 1;
}

header .header_top .header-top__link {
    position: relative;
    padding-left: 23px;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    display: table-cell;
    text-decoration: none;
}

header .header_top .header-top__link:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: 0;
    background: url(img/loginIco.png) 0 0 no-repeat;
}

header .header_top .header-top__link:hover {
    color: #A6D100;
}

.header_top .right .inner {
    font-size: 0;
    position: relative;
    top: -10px;
}

.header_top .right .inner>div {
    order-left: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 13px;
}

.header_top .xili-language_Widgets {
    /*display: none!important;*/
}

.header_top .xili-language_Widgets a {
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    font-size: 13px;
}

.header_top .xili-language_Widgets a.current-lang {
    font-weight: 600;
}

@media (max-width: 1000px) {
    .header_top .left {
        display: none;
    }
}


/* END +header_top
////////////////////////////////////////////////////////////*/


@media (min-width: 768px) and (max-width: 1399px){
	html[lang="es-ES"] header nav.main_menu > ul li a{
		font-size: 13px;
	}
}

@media (max-width: 1024px) {

    header nav.main_menu > ul li:first-child {
        display: none;
    }
    header .header_top .right {
        text-align: right;
    }
    header .mobile_menu_button span {
        font-size: 28px;
    }
    .mobile_menu {
        position: relative;
        overflow: visible!important;
    }
    .mobile_menu:before,
    .mobile_menu:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
    }
    .mobile_menu:before {
        width: 100vw;
        right: 100%;
    }
    .mobile_menu:after {
        width: 100vw;
        left: 100%;
    }
}


/* END =HEADER
/********************************************************************************	
********************************************************************************/


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

=FOOTER

*/

span.q_social_icon_holder {
    cursor: pointer;
}

@media(max-width: 767px) {
    .footer_col2 img {
        max-width: 58%;
    }
}


/* END =FOOTER
/********************************************************************************	
********************************************************************************/


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

=MODULES

*/


/*////////////////////////////////////////////////////////////
	+slider
*/

.carousel-inner .slider_content .text {
    width: 65%;
}

@media(max-width: 1000px) {
    .q_slider_inner .carousel-inner .content_vertical_middle {
        padding-top: 0!important;
    }
}

@media(max-width: 768px) {
    .q_slider .carousel,
    .q_slider .carousel .content_vertical_middle {
        height: calc(100vh - 450px)!important;
    }
    .carousel:not(.advanced_responsiveness) .carousel-inner {
        position: relative;
        transform: translateY(0) !important;
    }
}

@media(max-width: 767px) {
    .q_slider .carousel,
    .q_slider .carousel .content_vertical_middle {
        height: calc(100vh - 145px)!important;
    }
}


/* END +slider
////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////
	+qode-banner
*/

.qode-banner:hover .qode-banner-content {
    opacity: 1;
}

.qode-banner-text-holder h3 {
    font-size: 30px;
    line-height: 42px;
}

@media (max-width: 767px) {
    /* layout */
    .carousel-inner .slider_content_outer {
        width: 100%;
    }
    /* END layout */
    .qode-banner .qode-banner-image {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .qode-banner .qode-banner-image img {
        vertical-align: middle;
        height: 100%!important;
        width: auto;
        max-width: none;
    }
    .qode-banner .qode-banner-content {
        position: relative;
    }
    #claim1,
    #claim2,
    #claim1 .qode-banner,
    #claim2 .qode-banner,
    #claim1 .qode-banner img,
    #claim2 .qode-banner img {
        height: auto!important;
    }
    .qode-banner-text-holder h3 {
        font-size: 16px;
        line-height: 26px;
    }
}


/* END +qode-banner
////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////
	+qode-accordion
*/

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
    border-color: #17b5c8;
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark {
    background-color: #17b5c8;
    border-color: #17b5c8;
    background-image: none;
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
}


/* END +qode-accordion
////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////
	+TABS
*/

.q_tabs .tabs-nav {
    list-style: none;
    max-width: 1300px;
    padding: 0 30px!important;
    text-align: center;
}

.q_tabs .tabs-nav,
.q_tabs .tabs-nav li {
    padding: 0;
    display: inline-block;
    margin: 0;
    position: relative;
    overflow: hidden;
    float: none;
}

.q_tabs.horizontal .tabs-container :not(#tab-c86c0478-c1cc-3):not(#tab-1501073150940-7-10).tab-content {
    padding-top: 4px;
    text-align: left;
    max-width: 1300px;
    width: 100%;
    margin: 40px auto;
}

.sectionTab__title {
    padding-top: 0;
    padding-bottom: 60px;
}

.sectionTab__row {
    padding: 90px 0;
}

.sectionTab__row.alt {
    background-color: #ececec;
}

.sectionTab__row.alt-green {
    background-color: #a6d100;
}

.sectionTab__row.alt-green .wpb_text_column p,
.sectionTab__row.alt-green .wpb_text_column h2 {
    color: #fff;
}

.sectionTab__row .wpb_text_column h2 {
    margin-bottom: 20px;
}

@media(min-width: 768px) {
    .sectionTab__row .section_inner_margin {
        display: table;
        width: 100%;
        margin: 0;
    }
    .sectionTab__row .section_inner_margin .wpb_column {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding-left: 30px;
        padding-right: 30px;
    }
    .sectionTab__row .section_inner_margin .wpb_column .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .sectionTab__row .section_inner_margin .wpb_column:first-child {
        padding-left: 0;
    }
    .sectionTab__row .section_inner_margin .wpb_column:last-child {
        padding-right: 0;
    }
}

@media(max-width: 768px) {
    .sectionTab__row {
        padding: 45px 0;
    }
    .sectionTab__row .section_inner_margin .wpb_column .wpb_single_image {
        margin-bottom: 20px!important;
        max-width: 200px;
        margin: 0 auto 50px!important;
    }
    .sectionTab__row.topImgCol .section_inner_margin {
        display: flex;
        flex-wrap: wrap;
    }
    .sectionTab__row.topImgCol .section_inner_margin .wpb_column {
        order: 1;
        flex-basis: 100%;
    }
    .sectionTab__row.topImgCol .section_inner_margin .wpb_column:last-child {
        order: 0;
    }
}


/*  END +TABS
///////////////////////////////////////////////////////////*/


/* END =MODULES
/********************************************************************************	
********************************************************************************/


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

=TEMPLATES

*/


/*///////////////////////////////////////////////////////////
	+BLOG
*/

.single-post .title_outer .title,
.single-post .title_outer .title .title_holder,
.page-template-blog-large-image .title_outer .title,
.page-template-blog-large-image .title_outer .title .title_holder{
    height: auto!important;
}

.blog_holder .post .date,
body.single.single-post .post .date {
    display: none;
}

.blog_single.blog_holder article .post_text .post_text_inner {
    padding-top: 0;
}

.blog_holder {
    margin-top: 0;
}

.blog_holder .container_inner {
    margin-bottom: 50px;
}

.blog_single .post_image {
    margin-bottom: 50px;
}

.blog_holder.blog_single .entry-content {
    color: #333;
}

	.blog_holder article .post_info a{
		color:#666;
	}

	.blog_holder.blog_single article h2,
	.page-template-blog-large-image h3,
	.blog_holder.blog_single article h3{
	    margin-bottom: 20px;
	}

	.blog_holder.blog_single article h3,
	.page-template-blog-large-image h3,
	.blog_holder.blog_single article h4,
	.blog_holder.blog_single article h5 {
	    color: #666;
	    margin-bottom: 20px;
	}

	.blog_holder.blog_single article h3,
	.page-template-blog-large-image h3 {
	    font-size: 27px;
	}

	.blog_holder.blog_single article h4 {
	    font-size: 22px;
	}

	.blog_holder.blog_single article h5 {
	    font-size: 19px;
	}

	.blog_holder.blog_single .entry-content>ul,
	.blog_holder.blog_single .entry-content>ul+ul {
	    padding: 0;
	}

	.blog_holder.blog_single .single_tags{
	    border-top: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    padding: 40px 0 25px;
	}



		.blog_holder.blog_single .single_tags a {
		    letter-spacing: 1px;
		    padding: 5px 11px;
		    background-color: #666;
		    color: #fff;
		    margin: 0 5px;
		}

	.blog_single__backLink{
		text-align: center;
		margin-bottom: 40px;
	}
	


	.blog_single__navigation {
	    width: 100%;
	    display: table;
	    margin-top: 60px;
	    table-layout: fixed;
	}

		.blog_single__navigation > div {
		    display: table-cell;
		    text-align: left;
		    position: relative;
		    padding-left: 25px;
		}

		.blog_single__navigation > div + div{
			text-align: right;
			padding-right: 25px;
		} 

		.blog_single__navigation > div [class*="fa-chevron"]{
			opacity: 0.5;
			position: absolute;
			top: 5px;
			left: 0;
		}

		.blog_single__navigation > div + div [class*="fa-chevron"]{
			left: auto;
			right: 0;
		}

.blog_single__bottom {
    background-color: #fff;
    margin: 0;
    padding: 30px;
}

@media(min-width: 1001px) {
    .page-template-blog-large-image .content.content_top_margin {
        margin-top: 190px!important;
    }
}

@media(max-width: 1000px) {
    .page-template-blog-large-image .blog_holder {
        margin-top: 0!important;
    }
    .page-template-blog-large-image .content.content_top_margin {
        margin-top: 48px!important;
    }
}


/*  END +BLOG
///////////////////////////////////////////////////////////*/


/* END =TEMPLATES
/********************************************************************************	
********************************************************************************/

.sectionTab__about .sectionTab__about__people .vc_single_image-wrapper {
    border-radius: 50%;
    overflow: hidden;
}