/**
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 {
    padding: 0!important;
    margin-bottom: -45px;
}
.ast-sticky-shrunk .site-branding {
    margin-bottom: 0;
}

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

.footer-widget-area .widget-title {
    color: #fff!important;
}

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



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

#box-signup-form input {
    margin: 0!important;
}
#box-signup-form .gform_button {
    font-weight: bold!important;
}

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

@media (max-width:921px){
    .main-header-menu > .menu-item > .menu-link {
        font-size: 18px;
        padding: 0 10px;
    }
}

@media (max-width:768px){
    .row-main-banner .fl-row-content-wrap {
        background-image: none!important;
    }
    .col-yellow-stains {
        background-color: rgba(255,243,0,0.7);
    }
    .ast-builder-menu-2 .main-header-menu {
        border-top: 0!important;
    }
}

@media (max-width: 544px){
	.site-branding {
        padding: 0!important;
        margin-bottom: 0;
    }
}
