/**
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-above-header-wrap,
.site-primary-header-wrap {
    max-width: 100%;
}
.mm-subhdr > .menu-link {
    color: var(--ast-global-color-1)!important;
    border-bottom: 1px solid #ddd!important;
    margin-bottom: 10px;
}



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

.footer-social-inner-wrap {
    border-top: 1px solid var(--ast-global-color-0);
    margin-top: 20px;
    padding: 40px 20px;
}

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



/*==== CUSTOM =======================================================================================*/
.btn-get-quote {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-size: 18px;
    border: 1px solid #48a20c;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 5px 30px;
    background: #54ae18;
    color: #fff;
}
.btn-get-quote:hover {
    color: #fff;
}
.services-list {
    columns: 2;
}
.box-mega-menu-links ul.sub-menu li a {
    text-indent: 0;
}

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

@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;
    }
    .mm-subhdr > .menu-link {
        color: inherit!important;
    }
}

@media (max-width:768px){

}

@media (max-width: 544px){
	.services-list {
        columns: 1;
    }
}
