/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 14.9

All css files are placed in /css/ folder
*/

@media only screen and (max-width: 600px) {
    .section-border-top{
        /*background: #504E54 !important;*/
        background-color:rgba(6,12,23,.7);
    }
}

@media only screen and (max-width: 1024px){
    .tr-content #Wrapper, .tr-content #Content {
        background: url(http://baysidevillagehoa.org/wp-content/uploads/2023/12/hoa-site-scaled.jpg) !important;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) and (min-width: 626px) {
    .main_banner_mobile{
        padding-top:80px !important;
    }
}

@media only screen and (max-width: 625px) and (min-width: 401px) {
    .main_banner_mobile{
        padding-top:50px !important;
    }
}

@media only screen and (max-width: 400px) and (min-width: 120px){
    .main_banner_mobile{
        padding-top:50px !important;
    }   
}

@media only screen and (max-width: 767px){
    /*#Top_bar, #Action_bar {*/
    /*    background:#00000069 !important;*/
    /*}*/
    .header-stack #Top_bar .logo {
        background:none !important;
    }
    
    .header-stack #Top_bar{
        border-bottom: 1px solid slategray;
    }
}

/*changes added by siddhraj ct 2024-03-08 as we need to show hamburger in left*/
#Top_bar a.responsive-menu-toggle {
    left: 5px;
}
/*end changes added by siddhraj ct 2024-03-08 as we need to show hamburger in left*/


.header-stack #Top_bar .menu_wrapper .menu > li > a {
    text-decoration: none !important;
}


/*changes added by siddhraj ct 2024-03-11*/
/*@media only screen and (max-width: 500px) and (min-width:171px) {*/
/*    #Top_bar .container {*/
/*          margin-top: 6px !important;*/
/*          margin-bottom: 5px !important;*/
/*    }*/
/*}*/
/*end changes added by siddhraj ct 2024-03-11*/
