/**
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/bao5ssr.css");

body {
    font-family: obviously-narrow, sans-serif;
}
.uabb-creative-button-wrap a .uabb-creative-button-text,
.box-registration .uabb-button-text,
.fl-button-text,
.uabb-btn-one-text,
.uabb-btn-two-text {
    display: block;
    margin-top: -3px;
}
.uabb-infobox-text a:link,
.fl-module-rich-text a:link {
    font-weight: 700;
    text-decoration: underline!important;
}

/*==== HEADER =======================================================================================*/
.ast-advanced-headers .main-header-bar {
    background-image: linear-gradient(180deg,rgba(70,70,70,0.9) 10%, rgba(70,70,70,0.6) 50%, rgba(70,70,70,0) 100%)!important;
}
.ast-transparent-header .main-header-bar {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%)!important;
}
.ast-builder-menu-1 .dropdown-menu-toggle {
    display: none;
}
.ast-builder-menu-1 .sub-menu {
    text-align: center;
}
.ast-builder-menu-1 .sub-menu {
    width: auto;
    min-width: 110px;
}
.ast-builder-menu-1 .sub-menu .menu-link {
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.ast-builder-menu-2 {
    padding: 0;
}
.mnu-hdr,
.mnu-hdr-big {
    padding-top: 20px;
}
.mnu-hdr .menu-link,
.mnu-hdr-big .menu-link {
    color: var(--ast-global-color-0)!important;
}
.mnu-hdr-big {
    font-size: 42px;
}
.ast-advanced-headers-wrap .ast-advanced-headers-title {
    max-width: 600px;
}

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

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, 
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
    align-items: flex-start;
}

.site-footer .site-footer-section-4 .ast-footer-html-1,
.site-footer .widget-title {
    padding-bottom: 20px;
}
.site-footer .site-footer-section-3 {
    align-items: flex-end!important;
    height: 100%;
    display: flex!important;
}
.site-footer .site-footer-section p:last-child {
    margin-bottom: 0;
}
.row-footer-contact {
    display: flex;
}
.col-footer-contact {
    padding-right: 20px;
}

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

.col-show-spotlight {
    position: relative;
}
.col-show-spotlight .hdr-show-spotlight {
    position: absolute;
    top: 0;
    left: 10px;
    max-width: 400px;
}


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

.box-btn .fl-button {
    -webkit-transition: all .3s!important;
    -moz-transition: all .3s!important;
    -ms-transition: all .3s!important;
    -o-transition: all .3s!important;
    transition: all .3s!important;
}
.box-accordion .uabb-adv-accordion-item {
    border: 1px solid #050505;
}
.row-season-support img {
    filter: brightness(0);
    filter: invert(1);
    -webkit-filter: brightness(0) invert(1); 
}
.row-season-support .col-show-sponsors-title h5 {
    color: #D7D3D0;
    max-width: 100px;
}
.row-show-sponsors img {
    filter: brightness(0%);
}
.row-team .uabb-image-content,
.box-headshot .uabb-image-content,
.col-cast .uabb-image-content {
    max-width: 250px;
}
.box-registration .uabb-button {
    border-radius: 0!important;
}
.box-registration .uabb-button-text {
    font-weight: 700;
}
.box-timeline .uabb-timeline-main .uabb-day-left .uabb-events-inner-new,
.box-timeline .uabb-timeline-main .uabb-day-right .uabb-events-inner-new {
    padding-top: 0;
    padding-bottom: 0;
}
.box-timeline .uabb-timeline-field {
    margin-bottom: 0;
}
.box-timeline .uabb-timeline-connector .slick-prev i,
.box-timeline .uabb-timeline-connector .slick-next i {
    font-size: 36px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding-top: 2px;
}
.box-timeline .uabb-timeline-connector .slick-prev i:hover,
.box-timeline .uabb-timeline-connector .slick-next i:hover {
    color: #F5C900;
}
.box-gallery-carousel ul.slick-dots li {
    background-color: #FFF2E6;
    margin: 4px;
}
.box-gallery-carousel ul.slick-dots li.slick-active {
    background-color: #FF6C00;
}
.box-gallery-carousel ul.slick-dots li,
.box-gallery-carousel ul.slick-dots li button {
    width: 10px;
    height: 10px;
}
.box-gallery-carousel ul.slick-dots li button:before {
    content: none;
}
.box-gallery-carousel {
    overflow: hidden;    
}
.box-gallery-carousel .uabb-image-carousel {
    width: 140%;
    margin-left: -20%;
}
.box-auditions .uabb-module-content.uabb-creative-button-wrap a {
    border-radius: 0!important;
    font-weight: 700;
}
#box-form .uabb-gf-style .ginput_container_select:after {
    position: relative;
    right: 15px;
}
#box-form .gform_wrapper.gravity-theme .gfield textarea {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
#box-form .button {
    font-weight: 600;
    border-bottom: 1px solid transparent;
}
#box-form .button:hover {
    font-weight: 600;
    border-bottom: 1px solid #050505;
}

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

@media (max-width:1200px){ 
    .row-footer-contact {
        font-weight: 600;
    }
}
@media (max-width:1080px){ 
    .box-duel-buttons .uabb-btn {
        padding: 5px 15px!important;
    }
    .box-duel-buttons .uabb-dual-button-one {
        margin-right: 10px!important;
    }
}
@media (max-width:1040px){
    .ast-desktop .ast-primary-header-bar.main-header-bar, 
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-left: 0;
        padding-right: 0;
    }
    .ast-logo-title-inline .site-logo-img {
        padding-right: 0;
    }
    #masthead .ast-container, 
    .site-header-focus-item + .ast-breadcrumbs-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    }
}
@media (max-width:992px){
    .col-show-spotlight .hdr-show-spotlight {
        position: relative;
    }
    .box-duel-buttons .uabb-btn {
        padding: 5px 20px!important;
    }
    .box-duel-buttons .uabb-dual-button-one {
        margin-right: 20px!important;
    }
}
@media (max-width:921px){
    .ast-desktop .ast-primary-header-bar.main-header-bar, 
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-footer .ast-builder-footer-grid-columns {
        grid-template-columns: repeat(2, 1fr)!important;
        text-align: left;
    }
    .site-footer .site-footer-section {
        padding-bottom: 40px;
    }
    .site-footer .site-footer-section-1 {
        order: 1;
    }
    .site-footer .site-footer-section-2 {
        order: 3;
    }
    .site-footer .site-footer-section-3 {
        order: 4;
    }   
    .site-footer .site-footer-section-4 {
        order: 2;
    }
}
@media (max-width:768px){
    .box-duel-buttons .uabb-dual-button .uabb-horizontal {
        flex-direction: row;
    }
    .box-duel-buttons .uabb-dual-button-one {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .col-large-intro-banner-content,
    .col-large-intro-banner-hdr,
    .col-share,
    .col-half-pic-subcontent,
    .col-duel-pic-content,
    .col-duel-pic-image,
    .col-showtimes-hdr,
    .col-showtimes-content,
    .col-half-pic-content,
    .col-half-pic-image,
    .col-show-info-content,
    .col-show-info-pic,
    .col-creative-team,
    .col-cast {
        max-width: 100%!important;
    }
    .col-cast .uabb-team-wrap {
        min-height: 300px;
    }
    .row-season-support .col-show-sponsors-logos .fl-col-small {
        width: 50%!important;
        float: left;
        clear: none;
    }
    .row-season-support .col-show-sponsors-title h5 {
        max-width: inherit;
        text-align: center;
    }
    .col-cast .fl-module-content {
        margin-bottom: 0;
    }
    .row-show-sponsors img {
        max-width: 200px!important;
    }
    .box-gallery-carousel .uabb-image-carousel {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 544px){
    .col-cast .uabb-team-wrap {
        min-height: 260px;
    }
    .box-duel-buttons .uabb-dual-button-one {
        margin-right: 10px;
    }
    .col-cast .uabb-team-wrap {
        min-height: none;
    }
}
@media (max-width: 400px){
	.box-duel-buttons .uabb-dual-button .uabb-horizontal {
        flex-direction: column;
    }
    .box-duel-buttons .uabb-dual-button-one {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
