/**
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 {
    margin-top: -45px;
    padding: 5px 0!important;
}
.ast-sticky-active .site-branding {
    margin-top: 0;
}
.ast-advanced-headers-title {
    margin-bottom: 0;
}

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



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



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

.box-service-btns .uabb-infobox {
    min-height: 300px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all .2s linear;
}

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

@media (max-width:921px){
    .box-service-btns .uabb-infobox {
        min-height: auto;
    }
    .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){
    .site-branding {
        max-width: 250px;
    }
    .ast-primary-header-bar {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}

@media (max-width: 544px){
	.site-branding {
        margin-top: 0;
    }
}
