/*
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
*/
/******* Start request a demo form style *******/
.request-form-holder{
    padding:30px;
}
#gform_fields_7 .gfield{
    margin:unset !important;
}
#gform_fields_7 .request-demo-input input,#gform_fields_7 .request-demo-input textarea{
    box-shadow: 1px 1px 3px 0px grey;
    height: 42px;
    border-radius: 5px;
    padding-left:30px;

}
#gform_fields_7 .request-demo-input textarea{
    height:100px !important;
    padding-left:3px !important;
}
#gform_fields_7 .gfield_checkbox{
    display:flex;
}
#gform_fields_7 .gfield_checkbox div{
    margin:auto;
}
#gform_fields_7 .gfield_checkbox .gchoice_7_6_2{
    min-width: 162px;
}
#popmake-21527{
    width:500px !important;
}

#gform_7 .gform_button{
    margin:auto;
}
#gform_7 .ginput_container_text:before{
    content: '\e954';
    font-family: realtyna;
    top: 35px;
    position: relative;
    font-size: 26px;
}
#gform_7 .ginput_container_email:before{
    content: '\e953';
    font-family: realtyna;
    top: 35px;
    position: relative;
    font-size: 26px;
}
#gform_7 .ginput_container_phone:before{
    content: '\e955';
    font-family: realtyna;
    top: 35px;
    position: relative;
    font-size: 26px;
}
#field_7_3,#field_7_7{
    height:40px;
}
#gform_7 .gfield_error input  {
    border: unset !important;
}
#gform_7 .gfield_validation_message{
    display:none;
}
.rlty-gform-message-holder{
    display: flex;
    background: #00af00;
    color: white;
    padding: 20px;
    border-radius: 10px;
    position:relative;
}
.rlty-gform-message{
    margin-left: 42px;
    font-size: 16px;
    font-weight: 500;
}
.rlty-gform-message-holder i{
    font-size: 20px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#gform_confirmation_message_1 {
    padding-bottom: 121px;
}
@media(max-width:450px){
    #gform_fields_7 .gfield_checkbox{
        display:block;
    }
}
/******* End request a demo form style *******/
/******* Start MLS Router Banner Style *******/
.re_blog_title_banner_container + .title_subtitle_holder{
    display:none;
}
.mls-router-container {
    width:100%;
    background-image: url('../jpg/mls-router-banner-3.jpg');
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
    margin: 15px auto;
    box-sizing:border-box;
}
.mls-router-right {
    float: left;
    display: inline-block;
    position: relative;
    width: 45%;
    left: 210px;
}
.mls-router-header {
    color: white;
}
.mls-router-header h2 {
    color: white;
    font-size: 20px;
    font-family: Montserrat;
    line-height: 1.5;
    font-weight: bolder;
}
.mls-router-header h2 span {
    background: linear-gradient(103.81deg, #2AF598 1.57%, #08AEEA 135.49%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold;
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}
.mls-router-button {
    background: linear-gradient(105.95deg, #08AEEA 3.1%, #2AF598 100%);
    box-shadow: 0px 13.4545px 20.1818px -4.03636px rgba(0, 2, 48, 0.25);
    border-radius: 6px;
    width: 150px;
    text-align: center;
    border:none;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
    margin-bottom:5px;
    transition: background .2s ease-out;
    color:#303030;
}
.mls-router-button:hover {
    color: #1b1b1b;
    background: linear-gradient(105.95deg, #e3e1ea 3.1%, #b195ec 100%);
    border:none;
}
.mls-router-left {
    width: 46%;
    float: left;
    display: inline-block;
}
.mls-router-left img {
    float: right;
    position: relative !important;
    width: 280px !important;
    top: 25px;
}
.single-post .mls-router-container{
    padding: 30px;
}
.single-post .mls-router-container .mls-router-right{
    left: auto;
}

@media (min-width: 1201px) {
    .mls-router-container {
        background-position: top;
    }

}
@media (max-width: 1200px) {
    .mls-router-right {
        width: 50%;
        left: 162px;
    }
    .mls-router-left {
        width: 50%;
    }
    .mls-router-left img {
        width: 280px;
        top: 50px;
    }
}

@media (max-width: 1000px) {
    .mls-router-right {
        width: 42%;
        left: 75px;
    }
    .mls-router-left img {
        width: 300px !important;
    }
    .mls-router-left {
        width: 53%;
    }
    .mls-router-left img {
        top: 19px;
    }
}

@media (max-width: 768px) {

    .mls-router-right {
        width: 100%;
        left: 0;
        display: block;
    }
    .mls-router-left {
        width: 100%;
        display: block;
    }
    .mls-router-container {
        flex-direction: column;
    }
    .mls-router-right {
        order: 2;
    }
    .mls-router-left {
        margin: auto;
        justify-content: center;
    }
    .mls-router-left img {
        float: unset;
        position: static;
        text-align: center;
        margin: auto;
        display: block;
        margin-bottom: 10px;
        justify-content: center;
    }
    .mls-router-button {
        justify-content: center;
        display: flex;
        float: unset;
        margin: auto;
    }
    .mls-router-header h2 {
        text-align: center;
        font-size: 15px;
    }
    .mls-router-header h2 span {
        font-size: 18px;
    }
    .mls-router-header {
        margin: 15px;
    }
}
.category-blog .title .title_holder .container{
    vertical-align: bottom;
}
.category-blog .mls-router-container{
    border-radius:0;
}

@media only screen and (min-width: 1001px) {
    .category-blog .title_size_small{
        height: 360px !important;
    }
    .category-blog .title_size_small .title_holder{
        /*height: 226px !important;*/
        height: 200px !important;
    }
}
/******* End MLS Router Banner Style *******/


.woocommerce-MyAccount-content{
    width: 100% !important;
}