/*
 Theme Name:   Bello Child
 Theme URI:    http://bello.bold-themes.com
 Description:  Bello Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     bello
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  bello-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */


.bt_bb_listing_search_form form {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.bt_bb_listing_search_col {
    width: 39%;   
}

.bt_bb_listing_search_button .bt_bb_button {
    width: 100%;
    margin: 0 0.25em 0 0 !important;
    padding: 0;
}

.bt_bb_listing_search_col select[name="bt_bb_listing_field_category"] {
    height:50px;
    line-height:50px;
}

.btSoftRoundedButtons .fancy-select .trigger {
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
}

.bt_bb_listing_search_parameters .bt_bb_row .bt_bb_listing_search_fields.bt_bb_search_map_control_select {
    flex: 1;
    max-width: 100%;
}

.bt_bb_listing_map .bt_bb_listing_search_col {
    width: 100%;
}

a.visit-website {
    background: #f66542;
    color: white;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
}

.btLightSkin .btNearbyLocations .btNearbyLocationsContent:before {
    display:none;
}

.boldSection.btSinglePostBanner {
    margin-bottom:40px;
}

@media(max-width:768px){
    .btVerticalHeaderTop {
        display: block;
        background: black;
        padding: 20px;
    }
}

@media(max-width:768px){
    .btLogoArea {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        display: grid;
    }
}

@media(max-width:768px){
    .home .homepage-banner {
        height:600px;
    }

    .bt_bb_listing_map {
        margin-top: 50px;
    }

    .bt_bb_listing_search_map {
        display: none;
    }

    .home .homepage-banner .bt_bb_port, .home .homepage-banner .bt_bb_cell, .home .homepage-banner .bt_bb_cell_inner, .home .homepage-banner .bt_bb_row, .home .homepage-banner .bt_bb_column {
        height: 100%;
    }

    .home .homepage-banner .bt_bb_row_wrapper {
        height: 50%;
    }

    .home .homepage-banner .bt_bb_cell_inner {
        padding-top: 120px;
    }

    .home .homepage-banner .bt_bb_listing_search_form form {
        display: block;
        width: 100%;
    }

    .home .homepage-banner .bt_bb_listing_search_col {
        width: 100%;
        margin-bottom: 20px;
    }

    .home .homepage-banner .bt_bb_listing_search_button {
        width: 100%;
    }

    .home .homepage-banner .bt_bb_size_normal.bt_bb_button {
        font-size: 1rem;
        width: 100%;
    }
}

@media(max-width:480px){
    .home .homepage-banner .bt_bb_row_wrapper {
        height: auto;
    }

    .bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2, .bt_bb_size_large.bt_bb_headline h3, .bt_bb_size_large.bt_bb_headline h4, .bt_bb_size_large.bt_bb_headline h5, .bt_bb_size_large.bt_bb_headline h6 {
        font-size:36px;
    }

    .home .homepage-banner .bt_bb_cell_inner {
        padding-top: 120px;
    }

    .home .homepage-banner {
        height: 550px;
    }
}

@media(max-width:355px){
    .bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2, .bt_bb_size_large.bt_bb_headline h3, .bt_bb_size_large.bt_bb_headline h4, .bt_bb_size_large.bt_bb_headline h5, .bt_bb_size_large.bt_bb_headline h6 {
        font-size:33px;
    }
}

.bt_bb_headline_subheadline .btArticleDate {
    display: none;
}