/**
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 =======================================================================================*/

.site-branding .site-logo-img {
    margin-top: -50px;
}
.hdr-doordash {
    display: inline-block;
    text-align: center;
}
.entry-content p:last-child {
    margin-bottom: 0;
}

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



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



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

.row-box-ads {
    position: relative;
    z-index: 1;
}
.row-bg-wood {
    margin-top: -200px;
}
.row-bg-wood .fl-row-content-wrap {
    padding-top: 200px;
}
.fl-builder-edit .row-bg-wood {
    margin-top: 0;
}
.row-shop-categories .fl-module-info-box img {
    transition: all .2s linear;
}
.row-shop-categories .fl-module-info-box:hover img {
    opacity: 0.7;
}

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

@media (max-width:1000px){
    .main-header-menu .menu-link, .main-header-menu>a {
        padding: 0 15px;
    }
}

@media (max-width:921px){
    .site-branding .site-logo-img {
        margin-top: 0;
    }
    .banner-hdr h2 {
        font-size: 48px!important;
    }
    .banner-btn a {
        font-size: 18px!important;
    }
}

@media (max-width:768px){
    .mobile-break {
        display: block;
    }
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-hdr h2 {
        font-size: 42px!important;
    }
    .banner-btn a {
        font-size: 16px!important;
    }
    .col-big-ad {
        max-width: 100%!important;
    }
}

@media (max-width: 544px){
    .hdr-address {
        font-size: 12px!important;
    }
    .banner-hdr h2 {
        font-size: 36px!important;
    }
    .banner-btn a {
        font-size: 14px!important;
    }
}
