/*
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");
/*******************************************************************************
* COLORS
*******************************************************************************/
/*
color: #c7e15a;
color: #009dba;
*/
/*******************************************************************************
* HELPERS
*******************************************************************************/
.text-white * {
    color: #ffffff;
}
.text-blue * {
    color: #009dba;
}
.text-blue {
    color: #009dba;
}
.text-purple * {
    color: #9e41ad !important;
}
.text-title {
    display: inline-block;
    padding-bottom: 5px;
}
.img-full-width {
    display: block;
    width: 100%;
}
.clear {
    /*clear: both;*/
}
@media only screen and (max-width: 1000px) {
    .display-on-desktop {
        display: none;
    }
    .display-on-mobile {
        display: block;
    }
}
@media only screen and (min-width: 1000px) {
    .display-on-desktop {
        display: block;
    }
    .display-on-mobile {
        display: none;
    }
}
/* custom desktop */
@media only screen and (min-width: 1001px) {
    .desktop-padding-right-large {
        padding-right: 5%;
    }
    .desktop-padding-right-medium {
    }
    .desktop-padding-left-medium {
        padding-left: 5%;
    }
    .desktop-padding-left-small {
        padding-left: 2%;
    }
}
/*******************************************************************************
* LOGO
*******************************************************************************/
@media only screen and (min-width: 1001px) {
    .q_logo a img {
        height: 175px !important;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s;
    }
    .page_header.scrolled .q_logo a img {
        height: 90px !important;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s;
    }
}
/*******************************************************************************
* MENU
*******************************************************************************/
nav.main_menu>ul {
    height: 100px;
}
nav.main_menu>ul>li>a {
    text-align: center;
    letter-spacing: 0px;
}
@media only screen and (min-width: 1001px)  and (max-width: 1200px) {
    nav.main_menu>ul {
        width: 900px;
        left: -25%;
        height: 100px;
    }
    nav.main_menu>ul>li>a {
        padding: 0 10px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1201px)  and (max-width: 1366px) {
    nav.main_menu ul {
        height: auto;
    }
    nav.main_menu>ul {
        width: 1100px;
        left: -25%;
        height: 100px;
    }
}
@media only screen and (min-width: 1367px)  and (max-width: 1650px) {
    nav.main_menu>ul {
        width: 1100px;
        left: -30%;
        height: 100px;
    }
    nav.main_menu>ul>li>a {
        padding: 0 12px;
    }
}
/*******************************************************************************
* SIDE AREA
*******************************************************************************/

/*******************************************************************************
* FOOTER
*******************************************************************************/
.footer_top .four_columns .column3 .column_inner>div,
.footer_top .three_columns .column3 .column_inner>div {
    margin: 0px;
}
.footer_top .four_columns .column2 .column_inner>div,
.footer_top .three_columns .column2 .column_inner>div,
.footer_top .two_columns_50_50 .column2 .column_inner>div {
    margin: 0px;
}
/* footer cf7 */
footer .wpcf7-form input.wpcf7-form-control.wpcf7-text {
    border-radius: 50px;
    margin-bottom: 16px;
    height: 50px !important;
    font-size: 20px !important;
}
footer input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border-radius: 50px;
    float: right;
    background: transparent;
    border: 2px solid #999999;
    color: #999999;
    height: 46px !important;
    padding: 0 50px;
}
footer input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent !important;
    border: 2px solid #999999  !important;
    color: #999999 !important;
    padding: 0 50px;
}
footer ul li.lang-item {
    display: inline-flex;
    margin-top: 100px;
    margin-right: 15px;
}
/*******************************************************************************
* HOME PAGE
*******************************************************************************/
/* sliders btn */
.img-filter {
    /*    -webkit-filter: grayscale(1);
        filter: grayscale(1);*/
}
.img-filter-dark {

}
.img-filter:hover {
    /*    -webkit-filter: grayscale(0);
        filter: grayscale(0);*/
}
/* hp marcacao consulta */
form-cf7-cs .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit,
form-cf7-cs .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    margin-top: 15px;
}
/* home page contact box */
@media only screen and (min-width: 769px) {
    #hp-marcacao-consulta .vc_column_container>.vc_column-inner {
        padding-left: 35px;
        padding-right: 35px;
        width: 100%;
    }
}
/* contactos lines arrange */
.hp-marcacao-consulta-contactos img,
.fale-connosco-contactos img {
    vertical-align: middle;
}
.hp-contacts a:hover {
    color: #ffffff;
}
.testimonials_holder .flex-direction-nav a:hover {
    border: 2px solid #666666;
    background-color: #666666;
}
.testimonials_holder .flex-direction-nav a.flex-next:before {
    color: #ffffff;
}
.testimonials_holder .flex-direction-nav a.flex-prev:before {
    color: #ffffff;
}
.testimonials_holder .flex-direction-nav li {
    display: inline-block;
    height: 30px;
    margin-top: 5px;
}
/* horario hp */
.horario {
    display: inline-flex;
    width: 100%;
}
.horario ul {
    display: inline;
    list-style-type: none;
}
.horario ul li {
    text-align: center;
    background: #ffffff;
    margin-top: 3px;
    margin-right: 3px;
    float: left;
}
.horario a {
    display: block;
    text-decoration:none;
    color:  #9e41ad;
    padding: 20px 9px;
}
/*******************************************************************************
* CONTACT FORM 7  TWO COLUNS
*******************************************************************************/
@media only screen and (min-width: 769px) {
    .form-cf7-cs .cf-two-column {
        width: 100%;
    }
    .form-cf7-cs .cf-two-column-left{
        width: 49%;
        margin-right: 1%;
        float: left;
    }
    .form-cf7-cs .cf-two-column-right{
        width: 49%;
        margin-left: 1%;
        float: right;
    }
    .form-cf7-cs .cf-two-column p {
        width: 100%;
    }
    .form-cf7-cs .wpcf7 form.wpcf7-form p {
        margin-bottom: 15px;
    }
    .cf-two-column input {
        width: 100%;
        height: 50px;
    }
    form-cf7-cs .cf-two-column select {
        width: 100%;
        height: 50px;
    }
}
/*******************************************************************************
* PAGE FALE CONNOSCO
*******************************************************************************/
/* horario */
.fale-connosco-contactos .horario ul li {
    background: #9e41ad;
}
.fale-connosco-contactos .horario a {
    color:  #ffffff;
}
/* subtitle map banner */
.page-id-145 .title_holder .subtitle {
    text-align: right;
    position: absolute;
    right: 0px;
}
.page-id-145 .title_holder .subtitle a {
    background: #ffffff;
    padding: 5px;
    color: #9e41ad;
}
.page-id-145 .title_subtitle_holder_inner h1 {
    opacity: 0;
    visibility: hidden;
    /*height: 150px;*/
}
/*******************************************************************************
* OVERRIDE THEME
*******************************************************************************/
/* testemonials*/
.testimonial_text_inner {
    text-align: left;
}
p.testimonial_author {
    text-align: right;
}
.testimonials_holder .flex-direction-nav a {
    border: 2px solid #9e41ad;
    background-color: #9e41ad;
}
.testimonials_holder .flex-direction-nav a:hover {
    border: 2px solid #666666;
    background-color: #666666;
}
.qode-banner .qode-banner-content {
    background-color: transparent;
}
@media only screen and (min-width: 1001px) {
    .title.title_size_large h1 {
        /*margin-top: 80px;*/
    }
}
.q_accordion_holder.accordion.without_icon .ui-accordion-header span.tab-title {
    font-size: 25px;
    text-transform: none;
    color: #333333;
    font-weight: 400;
    letter-spacing: 0px;
}
/* hover image gallery */
.gallery_holder ul li .gallery_hover {
    background-color: #b9d155;
    background-color: rgba(185, 209, 85, 0.85)
}
/* logo on top 0 */
@media only screen and (min-width: 1001px) {
    .q_logo {
        top: 45%;
        left: 0;
    }
}
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 20px;
}
.hp-curso-block  a {
    display: block;
}
.hp-curso-block a:hover {
    color: #ffffff;
}
.form-cf7-cs form h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.q_icon_list p {
    font-weight: 300;
    margin: 0px;
}
.q_icon_list {
    margin-bottom: 5px;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input[type=radio] {
    position: relative;
    top: -3px;
}
#hp-fale-connosco-inner .section_inner_margin.clearfix {
    background-color: rgba(165,79,179,0.9);
}
.font-bold {
    font-weight: 700 !important;
}
@media only screen and (min-width: 769px) {
    #hp-fale-connosco .vc_column_container>.vc_column-inner {
        padding-left: 35px;
        padding-right: 35px;
        width: 100%;
    }
}
.q_team_title_holder {
    text-align: left !important;
}
.q_team_title_holder .q_team_name {
    text-align: center !important;
}
.q_team_title_holder span {
    font-size: 18px;
}
.qbutton {
    white-space: pre-wrap;
}
.qbutton-block .qbutton.large {
    padding: 15px 35px;
    height: auto !important;
}
.qbutton-block {
    display: block;
    text-align: center;
}
strong {
    font-weight: 600;
}
/*******************************************************************************
* HOME PAGE SLIDESHOW
*******************************************************************************/
/* hide/show sliders */
@media all and (max-width: 1000px) {
    .home-page-desktop-slider-pt {
        display: none !important;
    }
}
@media all and (min-width: 1001px) {
    .home-page-mobile-slider-pt {
        display: none !important;
    }
}
/*******************************************************************************
* MOBILE ADJUSTMENTS
*******************************************************************************/
/* mobile adjusts */
@media all and (max-width: 768px) {
    .padding-top-mobile-small {
        padding-top: 25px;
    }
}
@media all and (max-width: 768px) and (max-width: 1000px) {
    .padding-top-mobile-small-medium {
        padding-top: 25px;
    }
}
/*******************************************************************************
* EXTRA
*******************************************************************************/
/* links boxes */
@media all and (min-width: 769px) and (max-width: 1000px) {
    .hp-curso-block a {
        font-size: 65%;
    }
}
@media all and (min-width: 1200px) and (max-width: 1400px) {
    .hp-curso-block a {
        font-size: 75%;
    }
}
.link-arrow  {
    width: 100%;
    max-height: 50px;
    display: block;
}
@media all and (min-width: 1000px) {
    .link-arrow  {
        margin-top: 50px;
    }
}
.link-text {
    display: block;
    min-height: 65px !important;
}
@media all and (min-width: 769px) and (max-width: 1200px) {
    .link-text {
        display: block;
        min-height: 100px !important;
    }
}
@media all and (min-width: 1201px) {
    .link-text {
        min-height: 150px !important;
    }
}
.hp-curso-block a {
    padding: 25px 25px;
}
@media all and (min-width: 1200px) {
    .hp-curso-block a {
        padding: 35px 25px 60px 25px;
    }
}
@media all and (min-width: 769px) {
    .hp-curso-border-right:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 25px;
        right: 0px;
        bottom: 25px;
        border-right: 1px solid #ffffff;
    }
    .hp-curso-border-left:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 25px;
        left: 0px;
        bottom: 25px;
        border-left: 1px solid #ffffff;
    }
}
.gallery_holder ul li .gallery_hover {
    background-color: #009dba;
    background-color: rgba(0, 157, 186, 0.85);
}
@media (max-width: 768px) {
    .hp-fale-connosco-inner {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}
/*******************************************************************************
* TO DELETE
*******************************************************************************/
/* delete */
[class^="column"],
[class^="vc_col"],
.wpb_wrapper {
    /*    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(255, 0, 0, 0.5);
        -moz-box-shadow: inset 0px 0px 2px 0px rgba(255, 0, 0, 0.5);
        box-shadow: inset 0px 0px 2px 0px rgba(255, 0, 0, 0.5);*/
}
.teste {

}