/* General Styles */
@media screen and (min-device-width: 1200px) and (max-device-width: 1349px) { 
    input.large-text, textarea.large-text {
        width: 50%;
    }
    .post-type-user_profile #wpbc-1 .form-table #googlemap {
        width: auto !important;
    }
}

/* Map Styles */
#map_wrapper {
    height: 400px;
    width: 100%;
}

#map_canvas_homepage {
    width: 100%;
    height: 78vh !important;
}

/* Form Styles */
.custom_form_filter_main_row .col-2, .col-3, .col-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#agent_name_id {
    padding: 10px 10px !important;
    border-radius: 0px !important;
    border: 0px solid rgb(255, 255, 255) !important;
    height: 100% !important;
}

.form-control::placeholder {
    color: #000 !important;
    font-size: 16px !important;
}

.form-control:-ms-input-placeholder {
    color: #000 !important;
    font-size: 16px !important;
}

.form-control::-ms-input-placeholder {
    color: #000 !important;
    font-size: 16px !important;
}

.custom_form_filter_main_row .selectpicker, .custom_form_filter_main_row .form-control {
    color: #000 !important;
    background: #fff !important;
    width: 100%;
    border-color: #f8f9fa !important;
    border-radius: 0px !important;
}

#custom_form_btn {
    border: none !important;
    background: #1b2573;
    color: white;
    font-size: 19px;
    border-radius: 0px !important;
    box-shadow: none !important;  
    padding: none !important; 
    text-align: center !important;
    height: 100%;
}

#custom_form_mapbtn {
    border: 0px solid #eaeaea54 !important;
    background: #1b2573;
    color: white;
    border-radius: 0px !important;
    box-shadow: none !important;  
    padding: none !important; 
    text-align: center !important;
    height: 100%;
}

/* Responsive Styles */
@media only screen and (max-width: 768px) {
    .row.custom_form_filter_main_row .col-2, .row.custom_form_filter_main_row .col-1 {
        width: 100% !important;
        max-width: 100%;
        flex: 100%;
        padding: 3px !important;
    }
    #custom_form_btn, #custom_form_mapbtn {
        max-width: 80% !important;
    }
    .custom_form_filter_h2 {
        text-align: center !important;
        padding-bottom: 0px;
        padding-top: 10px;
    }
    #custom_form_btn {
        font-size: 16px !important;
        padding: 2% 4% !important;
    }
    .row.custom_form_filter_main_row {
        border: unset !important;
    }
}

/* Slick Slider Styles */
.agents-slider .slick-prev, .agents-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.agents-slider .slick-prev {
    left: -50px;
}

.agents-slider .slick-next {
    right: -50px;
}

.agents-slider .slick-prev img, .agents-slider .slick-next img {
    width: 30px;
    height: 30px;
}


.board_member {
    border-bottom: 0px solid #fff !important;   
}
.page-id-8560 h1.entry-title,.page-id-8565 h1.entry-title,.page-id-8566 h1.entry-title{
    display:none;
}
.page-id-8560 .ast-article-single,.page-id-8565 .ast-article-single,.page-id-8566 .ast-article-single{
    padding: 0px !important;
}
