
/**
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-advanced-headers-title{
    display:none;
}
.site-header-above-section-right .ast-header-html-1 {
    background-color: var(--ast-global-color-1);
    padding: 15px 15px 15px 50px!important;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.site-above-header-wrap {
    padding-right: 0!important;
    padding-left: 0!important;
}
.site-branding {
    margin-top: -75px;
}
.ast-sticky-active .site-branding {
    margin-top: 0;
}
.ast-sticky-active .ast-header-search {
    padding-top: 10px;
}
.ast-advanced-headers-title {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.header-widget-area img {
    max-height: 65px;
    width: auto;
}
.ftr-icon {
    padding-left: 40px;
    position: relative;
    padding-bottom: 10px;
}
.ftr-icon:before {
    font-family: "Font Awesome 6 Pro";
    font: var(--fa-font-solid);
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 24px;
}
.ftr-phone:before {
    content: "\f095";
}
.ast-advanced-headers .ast-primary-header .main-header-menu > .menu-item > .menu-link {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.site-header-section-left .main-header-menu {
    justify-content: flex-end;
}

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



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

.box-certs img {
    margin: 10px;
}
.box-banner-button:hover .uabb-ultb3-box-overlay {
    background-color: rgba(0,0,0,0.7);
}

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

.font-blue {
    color: var(--ast-global-color-6);
}
.col-overlap-top {
    position: relative;
    top: -100px;
}
.col-left-tilt {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.col-right-tilt {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.box-testimonials .uabb-testimonial {
    padding: 10px;
}
#box-form-contact input,
#box-form-signup input,
#box-form input,
#box-form2 input,
#box-form textarea,
#box-form2 textarea  {
    margin-bottom: 0!important;
}
#box-form2 input[type="submit"],
#box-form input[type="submit"] {
    width: 100%;
}
#box-form .gform_wrapper.gravity-theme .gform_fields,
#box-form2 .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px;
}
#box-form .gform_wrapper.gravity-theme .gform_footer,
#box-form2 .gform_wrapper.gravity-theme .gform_footer {
    margin: 0!important;
    padding: 0!important;
}
#box-form-signup input[type="submit"] {
    background-color: var(--ast-global-color-1);
    border: 2px solid var(--ast-global-color-1);
    padding: 15px;
}
#box-form-signup input[type="submit"]:hover {
    background-color: var(--ast-global-color-2);
}
#box-form-signup .gform_footer {
    display: none;
}
#box-form-contact .gform_heading {
    display: none;
}
.entry-content p:last-child {
    margin-bottom: 0;
}
.box-flip .uabb-front .uabb-flip-box-section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.3);
    flex-flow: column nowrap;
}
.box-flip .uabb-back-flip-box-section-content p {
    padding: 0 40px;
}
.row-instant-quote {
    position: fixed;
    right: 0;
    top: 25%;
    transform: rotate(270deg);
    transform-origin: right bottom;
    z-index: 3;
}
.fl-builder-edit .row-instant-quote {
    position: relative;
    right: auto;
    top: 0;
    transform: none;
}
.fl-builder-edit .row-instant-quote {
    display: none;
}
.postid-364 .row-instant-quote {
    display: block;
}
.btn-instant-quote a.fl-button {
    background-color: var(--ast-global-color-0)!important;
    color: #fff!important;
    text-transform: uppercase;
    border: 2px solid var(--ast-global-color-0)!important;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    padding: 10px 20px 10px 45px!important;
    text-align: center;
    position: relative;
    line-height: 1;
}
.col-btn-quote {
    width: 320px;
    max-width: 100%!important;
}
.col-btn-finance {
    width: 200px;
    max-width: 100%!important;
}
.btn-instant-quote .fl-button-icon {
    color: #fff!important;
}
.btn-instant-quote .fl-button-text {
    color: #fff!important;
    font-weight: 700;
}
.btn-instant-quote a.fl-button:hover {
    background-color: var(--ast-global-color-8)!important;
}
.btn-instant-quote .fl-button-icon-before {
    position: absolute;
    left: 10px;
    top: 22px;
}
.get-started-arrow {
    animation: pulse 3s infinite;
    position: absolute;
    right: 80px;
    top: 280px;
    z-index: 3;
}
.fl-builder-edit .get-started-arrow {
    animation: none;
    position: relative;
    right: initial;
    top: initial;
    z-index: 3;
}
@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .box-color-gallery .uabb-photo-gallery-item {
    height: 120px;
    overflow: hidden;
  }

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

@media (max-width:1250px){
    header .custom-logo-link img, 
    .ast-header-break-point .site-branding img, 
    .ast-header-break-point .custom-logo-link img {
        max-width: 400px;
    }
}
@media (max-width:1200px){
    header .custom-logo-link img, 
    .ast-header-break-point .site-branding img, 
    .ast-header-break-point .custom-logo-link img {
        max-width: 350px;
    }
}
@media (max-width:1200px){
    .get-started-arrow {
        display: none;
    }
}
@media (max-width:921px){
    .ast-header-html-1 .ast-builder-html-element {
        font-size: 18px!important;
    }
    .site-header-above-section-right .ast-builder-layout-element {
        padding: 10px 10px 10px 50px!important;
    }
    .site-branding {
        margin-top: 0;
    }
    .ast-above-header-wrap  {
        background-color: #000!important;
        padding-top: 5px;
    }
    header .custom-logo-link img, 
    .ast-header-break-point .site-branding img, 
    .ast-header-break-point .custom-logo-link img {
        max-width: 300px;
    }
    .ast-builder-menu-2 .main-header-menu {
        border-top: 0!important;
    }
}

@media (max-width:768px){
    .col-left-tilt,
    .col-right-tilt {
        clip-path: none;
    }
    .ast-above-header-wrap  {
        background-color: #000!important;
        padding-top: 5px;
    }
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
        padding-left: 0;
    }
    .ast-logo-title-inline .site-logo-img {
        padding-right: 0;
    }
    .ast-header-html-1 .ast-builder-html-element {
        font-size: 16px!important;
    }
    .col-overlap-top {
        top: 0;
    }
    .ftr-icon:before {
        top: 6px;
        font-size: 18px;
    }
    .ftr-icon {
        padding-left: 30px;
    }
    .row-instant-quote {
        right: 0;
        bottom: 0;
        top: auto;
        transform: none;
        width: 100%;
        text-align: center;
    }
    .row-instant-quote .fl-button-wrap {
        text-align: center;
    }
    .col-btn-quote,
    .col-btn-finance {
        float: left;
        clear: none;
        width: 50%!important;
    }
    .col-btn-quote {
        width: 60%!important;
    }
    .col-btn-finance {
        width: 40%!important;
    }
    .col-btn-quote .btn-instant-quote a.fl-button {
        font-size: 16px;
        padding: 5px 10px!important;
        width: 100%;
    }
    .col-btn-quote .btn-instant-quote .fl-button-icon-before {
        display: none;
    }
}

@media (max-width: 544px){
	.ast-header-html-1 .ast-builder-html-element {
        font-size: 14px!important;
    }
    header .custom-logo-link img, 
    .ast-header-break-point .site-branding img, 
    .ast-header-break-point .custom-logo-link img {
        max-width: 200px;
    }
    .box-color-gallery .uabb-photo-gallery-item {
        height: 80px;
        overflow: hidden;
      }
      .col-btn-quote .btn-instant-quote a.fl-button {
        font-size: 15px;
        padding: 5px 5px!important;
    }
}
