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



/*==== FONTS ========================================================================================*/

@import url("https://use.typekit.net/ptm1lzh.css"); 

body {
    font-family: "century-gothic", sans-serif;
}
.font-cursive {
    font-family: ff-market-web, sans-serif;
    font-weight: 400;
    font-size: larger;
}


/*==== HEADER =======================================================================================*/

.ast-logo-title-inline .ast-site-identity {
    padding: 0 0 10px 0;
    margin-top: -30px;
}
.ast-sticky-active .ast-site-identity {
    margin-top: 0;
}
.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity {
    padding-top: 0;
    padding-bottom: 0;    
}
.ast-header-sticked .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 50px;
}
.site-header {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.ast-advanced-headers-title {
    margin-bottom: 0;
}

/*==== FORMS ========================================================================================*/

#box-form .form-columns-2,
#box-form .form-columns-1 {
    max-width: 100%;
    padding-bottom: 20px;
}
#box-form li::marker {
    color: #fff;
}
#box-form .hs-error-msg {
    color: red;
}
#box-form .hs-field-desc {
    padding-inline: 0;
    padding: 2px 0;
    margin-bottom: 0;
}
#box-form label {
    font-weight: 500;
    font-size: 18px;
}
#box-form .hs-form-checkbox span {
    padding-left: 10px;
}
#box-form .hs_submit {
    padding-top: 20px;
}

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



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

.box-featured-cta .uabb-infobox-title-wrap {
    float: left;
    padding-right: 10px;
}
.box-featured-cta .uabb-infobox-content .uabb-infobox-text p {
    padding-bottom: 0;
}
.box-featured-cta .uabb-infobox-text-wrap {
    padding-top: 2px;
}
.box-featured-services .fl-module-content {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.box-featured-services .uabb-imgicon-wrap {
    margin-top: 0!important;
}
.box-featured-services .uabb-button-wrap {
    margin-bottom: -25px;
}
.box-featured-services .uabb-infobox-text-wrap {
    padding: 0 20px;
}
.box-featured-services .uabb-button-text {
    font-weight: 700;
}

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

@media (max-width:1200px){ 
    .main-header-menu .menu-link, 
    .main-header-menu>a {
        font-size: 14px;
        padding: 0 12px;
    }
    .ast-logo-title-inline .site-logo-img {
        padding-right: 0;
        width: 200px;
    }
    .site-primary-header-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ast-logo-title-inline .ast-site-identity {
        margin-top: -20px;
    }
}
@media (max-width:980px){ 
    .ast-logo-title-inline .site-logo-img {
        width: 150px;
    }
    .ast-logo-title-inline .ast-site-identity {
        margin-top: 0;
    }
}
@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: 20px;
    }
    .site-primary-footer-wrap .footer-widget-area-inner {
        text-align: center!important;
    }
    .box-featured-cta .uabb-infobox-title-wrap {
        float: none;
        padding-right: 0;
    }
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
        padding-right: 10px;
        padding-left: 10px;
    }
    .ast-header-html-1,
    .ast-header-html-2 {
        padding: 0;
    }
    .ast-logo-title-inline .site-logo-img {
        width: 250px;
    }
    .ast-logo-title-inline .ast-site-identity {
        margin-top: -30px;
    }
    .main-header-menu .menu-link, 
    .main-header-menu>a {
        font-size: 16px;
    }
}

@media (max-width:768px){
    .ast-logo-title-inline .ast-site-identity {
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ast-logo-title-inline .site-logo-img {
        width: 200px;
    }
}

@media (max-width: 544px){
	.ast-header-html-2 {
        display: none!important;
    }
}
