/**
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-theme-transparent-header .site-logo-img {
    margin-bottom: -60px;
}
.ast-theme-transparent-header .ast-logo-title-inline .ast-site-identity  {
    padding: 0;
}
.ast-logo-title-inline .ast-site-identity {
    padding: 10px 0;
}

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



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



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

.overlap-top {
    margin-top: -100px;
}
.overlap-bottom {
    margin-bottom: -80px;
}
#box-signup-form .uabb-gf-style input[type="email"] {
    margin-bottom: 0!important;
}
#box-signup-form .gform_wrapper.gravity-theme #field_submit input, 
#box-signup-form .gform_wrapper.gravity-theme .gform_footer input {
    align-self: auto!important;
}
#box-signup-form .gform_wrapper.gravity-theme .gform_footer, 
#box-signup-form .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
}
.fl-rich-text p a:link {
    font-weight: 800;
}
.box-sub-section .uabb-image-content {
    max-height: 200px;
    overflow: hidden;
}
.box-sub-section:hover .uabb-image-content {
    opacity: 0.8;
}
.search-results .site-content {
    max-width: 1200px;
    margin: 0 auto;
}

/*==== MEDIA QUERIES ================================================================================*/
@media (max-width:1180px){
    .main-header-menu .menu-link {
        font-size: 16px!important;
        padding: 0 10px;
    }
}
@media (max-width:1100px){
    .site-title {
        font-size: 18px;
    }
    .site-header .site-description {
        font-size: 12px;
    }
}

@media (max-width:1000px){
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
        max-width: 120px;
    }
    .ast-theme-transparent-header .site-logo-img {
        margin-bottom: -40px;
    }
}

@media (max-width:921px){

}

@media (max-width:768px){
    .overlap-top {
        margin-top: 0;
    }
    .overlap-bottom {
        margin-bottom: 0;
    }
    .ast-header-break-point .main-navigation ul .menu-item .menu-link,
    .ast-header-break-point .main-header-menu {
        border-color: var(--ast-global-color-1)!important;
    }
    .row-main-banner > .fl-row-content-wrap:after {
        background-image: linear-gradient(90deg, rgba(7,29,84,0.7) 50%, rgba(7,29,84,0.7) 50%);
    }
}

@media (max-width: 544px){
	.ast-theme-transparent-header .site-logo-img {
        margin-bottom: 0;
    }
}
