/*
Theme Name: DesireeGagu Custom Bridge Child
Theme URI: https://www.desireegagu.com
Description: A customized theme of Bridge template framework
Author: Desirée García Gutiérrez ©2018
Author URI: https://www.desireegagu.com/
Version: 1.0.1
Template: bridge
*/
@import url("../bridge/style.css");
/*-------NAV-----*/
.header_bottom_right_widget_holder .jetpack-social-widget-list {
    margin-bottom: 0px;
}
.jetpack-social-widget-item a {
    padding: 0px 10px;
}
/*------HOME--------*/
.btn-r {
    margin-right: 0px;
    margin-left: auto;
    display: block;
    max-width: 200px;
    font-size: 18px;
}
.section-h {
    min-height: 340px;
}
.latest_post_two_inner {
    background-color: #000 !important;
}
.latest_post_two_inner .post_info_date {
    color: #fff !important;
}
.latest_post_two_holder .latest_post_two_info_inner .post_info_date {
    font-family: 'Lato', sans-serif; 
    font-size: 14px;
    font-weight: 400;
}
/*----CONTACTO-----*/
.form-home form {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1250px;
    margin: 0 auto;
}

.form-col {
    width: 50%;
    padding: 10px;
}
.form-condiciones {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.form-home .ajax-loader {
    position: absolute;
    right: 0;
    bottom: 0;
}
/*------CONCESIONARIOS------*/
.div-conces-moto .q_elements_item_content  {
    background-color: rgba(0,0,0,0.5);
    position: relative;
    padding: 30px 20px 0px;
    margin-right: 60px;
}
.texto-conces {
    position: absolute;
    top: -5px;
    right: 5px;
}
.texto-conces h2 {
    margin-bottom: 20px !important;
} 
.portfolio_navigation  {
    display: none;
}
.concesionarios-home .projects_holder article .image_holder {
    max-height: 280px;
}
.wpb_gmaps_widget {
    filter: grayscale(100%) invert(1);
}
/*--------MOTOS---------*/
.qode-advanced-image-gallery .owl-nav .qode-next-icon, .qode-advanced-image-gallery .owl-nav .qode-prev-icon {
    border: 0px solid #fff;
    color: #F5192B;
}

/*------PRINCIPAL CONCESIONARIOS-----*/
.page .position_right.title .title_subtitle_holder, .blog .position_right.title .title_subtitle_holder  {
    text-align: right !important;
}
.page .title h1, .blog .title h1 {
    margin-top: 100px;
}
.projects_holder article .portfolio_like {
    display: none;
}
.blog .title_subtitle_holder {
    text-align: right !important;
}
/*-------ACTUALIDAD---------*/
.blog .blog_holder {
    margin-top: 60px;
}
.blog .post_excerpt {
    display: none;
}
.blog .post_info {
    margin-top: -10px !important;
}
.blog .entry_title {
    margin-bottom: 0px !important;
}
.blog .post_info span {
    font-size: 14px;
}
/*------ACTUALIDAD INDIVIDUAL------*/
.blog_single {
    margin-top: 60px !important;
}
.single-post .post_image {
    max-height: 600px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
}
.single-post .entry_title {
    font-size: 24px;
    text-transform: none;
    color: #fff;
}
.single-post .entry_title .entry_date {
    text-transform: uppercase;
    color: #d2202f !important;
}
.single-post .post_info {
    display: none !important;
}
.grecaptcha-badge{
    display: none;
}
/*------USUARIOS-----*/
#wppb_form_success_message, .wppb-success {
    background-color: inherit !important;
}
.text-input, .input {
    padding: 5px !important;
    border-radius: 0px !important;
}
.form-submit input, .button {
    background-color: #d2202f !important;
    color: #fff !important;
    border: none!important;
    padding: 10px !important;
    text-transform: uppercase !important;
}
/*-----VOTOS----*/
.lb-style-custom .lb-count {
    display: none !important;
}
/*-------MEDIA QUERIES-------*/
@media only screen and (max-width: 1400px) {
    .concesionarios-home .projects_holder article .image_holder{
        max-height: 238px;
    }
}
@media only screen and (max-width: 1200px) {
    .concesionarios-home .projects_holder article .image_holder{
        max-height: 200px;
    }
}

@media only screen and (max-width: 1000px) {
    .div-home {
        width: 100% !important;
    }
    .concesionarios-home .projects_holder article .image_holder{
        max-height: 163px;
    }
}
@media only screen and (max-width: 768px) {
    .concesionarios-home .projects_holder article .image_holder{
        max-height: 125px;
    }
}
@media only screen and (max-width: 700px){
    .page .title h1, .blog .title h1 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .form-home form {
        flex-wrap: wrap;
    }

    .form-col {
        width: 100%;
        padding: 0px;
    }
    .texto-conces {
        top: -25px;
    }
    .blog .title_holder {
        height: 300px !important;
    }
    .blog .title .not_responsive {
        height: 200px;
    }
}
@media only screen and (max-width: 500px) {
    .qbutton, .qbutton.medium, #submit_comment, .load_more a, .blog_load_more_button a, .post-password-form input[type='submit'], input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled]), .woocommerce table.cart td.actions input[type="submit"], .woocommerce input#place_order, .woocommerce-page input[type="submit"], .woocommerce .button {
        font-size: 14px;
    }
    .form-condiciones {
        flex-wrap: wrap;
    }
    .form-home input[type="submit"] {
        margin-top: 20px;
    }
    .div-conces-moto .q_elements_item_content  {
        margin-right: 0px;
    }
    .portfolio_template_4 .div-conces-moto .q_elements_item_content {
        margin-right: 40px;
    }
    .page .title h1, .blog .title h1 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .concesionarios-home .projects_holder article .image_holder{
        max-height: inherit;
    }
}
