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

.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}
.site-header-primary-section-right {
    margin-top: -50px;
}
.site-logo-img img,
header .custom-logo-link img{
	width: 250px;
    height: auto!important;
}

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



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



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

.col-overlap-top {
    margin-top: -100px;
}
#form-contact .gform_heading {
    display: none;
}
#form-contact input,
#form-contact textarea {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.overlap-big {
    margin-top: 50px;
    margin-left: -80px;
}

/*==== MEDIA QUERIES ================================================================================*/
@media (max-width:1200px){
    .site-logo-img img {
		width: 200px!important;
        height: auto!important;
	}
}
@media (max-width:1000px){
    .site-logo-img img {
        width: 175px!important;
	}
    .site-header-primary-section-right {
        margin-top: -20px;
    }
    .main-header-menu .menu-link {
        padding: 0 10px;
        font-size: 15px;
    }
}
@media (max-width:921px){
    .col-main-banner-content {
        background-color: rgba(221,228,234,0.7);
        padding: 20px;
        width: 50%;
    }
}
@media (max-width:768px){
    .col-main-banner-content {
        background-color: rgba(221,228,234,0.7);
        padding: 20px;
    }
    .col-overlap-top {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .row-box-overlap .col-overlap-top > .fl-col-content {
        padding: 0;
    }
}

@media (max-width: 544px){
	.site-branding {
        margin-left: 0!important;
    }
    .ast-logo-title-inline .site-logo-img {
        padding-right: 0!important;
    }
    .site-logo-img img {
        width: 150px!important;
    }
    .ast-header-html-1 {
        padding-right: 0!important;
    }
}
