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


/*==== FONTS ========================================================================================*/



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

.breadcrumb-trail {
    text-align: center;
}


/*==== POSTS =======================================================================================*/

.post-template-default h1.ast-advanced-headers-title {
    font-size: 36px;
}
.post-template-default #primary {
    margin-top: 0;
}
.ast-article-single img {
    box-shadow: none;
}

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



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

.box-food-item .uabb-infobox {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: all .2s linear;
}
.box-food-item .uabb-image-content img {
    margin-top: -40px;
}
.box-food-item {
    padding-bottom: 40px;
}
.col-allergens, 
.col-nutrition {
    padding-right: 20px;
}
.col-nutrition .fl-col-group,
.col-allergens .fl-col-group {
    border-top: 1px solid #ccc;
}
.box-state-listings .uabb-blog-posts-description {
    padding-top: 0;
}
.col-state-menu {
    position: relative;
}
.box-state-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.box-state-menu .uabb-creative-menu-mobile-toggle-label {
    color: #000;
}
.box-state-menu .uabb-creative-menu .menu > li {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.box-loc-address a,
.box-loc-phone a {
    color: #fff;
}
.col-loc-social .fl-col-content {
    display: block;
}
.col-loc-social .fl-module-icon {
    display: inline-block;
    max-width: 60px;
}
.overlap-top-food {
    margin-top: -200px;
}
.col-fran-testimonial {
    position: relative;
}
.box-testimonial-pic {
    position: absolute;
    right: -80px;
    bottom: -80px;
}
.search-results .published {
    display: none;
}

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

@media (max-width:1200px){ 
    .col-food-item {
        width: 50%!important;
    }
    .col-nutrition-lft,
    .col-nutrition-rt,
    .col-allergens-lft,
    .col-allergens-rt {
        width: 50%!important;
    }
    .box-testimonial-pic {
        right: auto;
        left: 0;
        bottom: 0;
        position: relative; 
        text-align: left;
    }
}

@media (max-width:992px){ 
    .overlap-top-food {
        margin-top: -100px;
    }
}

@media (max-width:921px){
    .site-primary-footer-wrap .ast-builder-footer-grid-columns {
        grid-template-columns: 1fr!important;
    }
    .site-primary-footer-wrap .site-footer-section {
        padding-bottom: 40px;
    }
    .site-primary-footer-wrap .footer-widget-area-inner {
        text-align: center!important;
    }
    .box-food-item h2.uabb-infobox-title {
        font-size: 36px;
    }
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
        padding: 0!important;
    }
    .site-header-above-section-center,
    .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
        display: block!important;
        text-align: center;
    }
    .ast-header-button-1 .ast-custom-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .overlap-top-food {
        margin-top: -100px;
    }
    .site-primary-footer-wrap .ast-builder-footer-grid-columns {
        grid-template-columns: 1fr!important;
    }
    .site-primary-footer-wrap .site-footer-section {
        padding-bottom: 40px;
    }
    .site-primary-footer-wrap .footer-widget-area-inner {
        text-align: center!important;
    }
}

@media (max-width:768px){
    .col-food-item,
    .col-nutrition-lft,
    .col-nutrition-rt,
    .col-allergens-lft,
    .col-allergens-rt {
        float: left;
        clear: none;
    }
    .box-food-item h2.uabb-infobox-title {
        font-size: 30px;
    }
    .ast-logo-title-inline .ast-site-identity {
        padding: 10px 0;
    }
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
        padding-right: 10px;
        padding-left: 10px;
    }
    .ast-logo-title-inline .site-logo-img {
        padding-right: 0;
    }
    .col-allergens, 
    .col-nutrition,
    .col-product-info-pic,
    .col-product-info-content,
    .col-state-menu,
    .col-loc-btns,
    .col-loc-hours,
    .col-loc-map,
    .col-loc-dir-btn,
    .col-loc-social,
    .col-application-content,
    .col-application-form,
    .col-checklist,
    .col-fran-testimonial-pic {
        max-width: 100%!important;
    }
    .col-allergens, 
    .col-nutrition {
        padding: 0 20px;
    }
    .col-allergens, 
    .col-nutrition,
    .col-allergens h4, 
    .col-nutrition h4 {
        font-size: 14px;
        line-height: 1.4;
    }
    .box-state-menu .uabb-creative-menu-mobile-toggle-container {
        text-align: left;
    }
    .overlap-top-food {
        margin-top: -50px;
    }
}

@media (max-width: 544px){
	.box-food-item h2.uabb-infobox-title {
        font-size: 24px;
        letter-spacing: 0;
    }
}
@media (max-width: 420px){
	.col-food-item {
        width: 100%!important;
        float: none;
        clear: both;
    }
    .box-food-item {
        padding-bottom: 0;
    }
}
