/**
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 {
    margin-top: -70px;
    padding: 10px 0;
}
.ast-sticky-active .ast-site-identity {
    margin-top: 0;
}

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



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



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

.entry-content p:last-child {
    margin-bottom: 0;
}
.box-contact,
.box-phone {
    display: inline-block;
    padding: 20px;
}

.horz-list .uabb-module-content {
    display: block;
}
.horz-list .uabb-module-content .uabb-list-icon-wrap {
    display: inline-block;
    padding: 10px;
    margin-bottom: 0;
}
#box-home-form .gform_fields {
    align-items: center;
    justify-content: center;    
}
#box-home-form .gform_wrapper.gravity-theme .gfield:first-child {
    grid-column: span 4;
}
#box-home-form .gform_wrapper.gravity-theme .gfield {
    grid-column: span 2;
}
#box-home-form .gform_footer {
    padding: 0;
}
#box-form input[type="submit"] {
    margin-bottom: 5px;
}
.box-info-circle .uabb-info-circle-in {
    width: 80%;
    height: 80%;
    background-color: var(--ast-global-color-1);
}
.box-info-circle .active .uabb-info-circle .uabb-image-content img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.box-testimonials .uabb-testimonial-author-name {
    text-align: right;
}
.box-testimonials .bx-pager.bx-default-pager a {
    opacity: 1;
}
.bx-pager.bx-default-pager a:hover,
.box-testimonials a.bx-pager-link.active {
    background-color: var(--ast-global-color-0)!important;
}


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

@media (max-width:921px){

}

@media (max-width:768px){
    .site-primary-footer-wrap .ast-builder-grid-row {
        grid-template-columns: 1fr!important
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        text-align: center;
        margin-bottom: 20px
    }
    .site-footer-section {
        justify-content: center
    }
    .footer-widget-area-inner,.footer-social-inner-wrap {
        text-align: center!important
    }
    .row-locations .fl-col,
    .col-accepting-title,
    .col-half-pic-image {
        max-width: 100%!important;
    }
    #box-home-form .gform_wrapper.gravity-theme .gfield:first-child,
    #box-home-form .gform_wrapper.gravity-theme .gfield {
        grid-column: 1 / -1;
    }
    .box-info-circle .uabb-info-circle-in {
        width: 100%;
        height: 100%;
    }
}

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