/**
Theme Name: Robintek Child Theme
Author: Robintek
Author URI: https://robintek.com/
Description: Robintek Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robintek-child-theme
Template: astra
*/


/*==== BUTTONS =======================================================================================*/



/*==== HEADER =======================================================================================*/


/*==== FOOTER =======================================================================================*/



/*==== HOME PAGE ====================================================================================*/



/*==== CUSTOM =======================================================================================*/

.entry-content p {
    margin-bottom: 0;
}
.box-events .tribe-events-l-container {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

/*==== DIRECTORY =======================================================================================*/

.box-counties-list .uabb-cat-links {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.box-counties-list h3.uabb-post-heading a:hover {
    color: #7cad3e;
}
.box-counties-list .uabb-masonary-filters {
    margin-left: 0;
}
.box-counties-list > .fl-module-content {
    display: flex;
}
.box-counties-list > .fl-module-content > .uabb-masonary-filters-wrapper {
    width: 20%;
    padding-right: 20px;
}
.box-counties-list > .fl-module-content > .uabb-module-content {
    width: 80%;
}
.box-counties-list .uabb-masonary-filters li {
    display: block;
    border-bottom: 1px solid #ddd;
}

/*==== MEDIA QUERIES ================================================================================*/

@media (max-width:1080px){
    .main-header-menu .menu-link {
        padding: 0 10px;
        font-size: 16px;
    }
    .site-branding {
        width: 300px;
    }
}

@media (max-width:921px){
    .box-counties-list .uabb-masonary-filters {
        margin-bottom: 20px!important;
    }
    .box-counties-list > .fl-module-content > .uabb-masonary-filters-wrapper {
        width: 30%;
        padding-right: 10px;
    }
    .box-counties-list > .fl-module-content > .uabb-module-content {
        width: 70%;
    }
}

@media (max-width:768px){
    .row-main-banner .fl-row-content-wrap:after {
        background-color: rgba(255,255,255,0.6)!important;
    }
    .main-header-menu .menu-link {
        font-size: 18px;
    }
    .box-counties-list .uabb-masonary-filters {
        margin-bottom: 10px!important;
    }
    .box-counties-list .uabb-blog-posts-shadow {
        height: auto!important;
    }
    .box-counties-list > .fl-module-content > .uabb-masonary-filters-wrapper {
        width: 40%;
    }
    .box-counties-list > .fl-module-content > .uabb-module-content {
        width: 60%;
    }
}

@media (max-width: 544px){
    .row-main-banner .fl-row-content-wrap {
        background-position: right -200px top!important;
    }
}
