/**
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: -60px;
}
.site-header {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

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



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



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

.ast-header-button-1 .ast-custom-button {
    background-image: linear-gradient(90deg, #68aa06 0%, #04430b 100%);    
}


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

@media (max-width:921px){

}

@media (max-width:768px){
    .site-branding {
        margin-top: 0;
    }
    .site-header-above-section-left {
        display: none;
    }
    .ast-above-header-bar > .ast-builder-grid-row {
        grid-column-gap: 0;
    }
}

@media (max-width: 544px){
	
}
