/* ========================================================================== */
/*  IMPERIUM DESIGN                                                           */
/* ========================================================================== */


/* ========================================================================== */
/*  GENERAL                                                                   */
/* ========================================================================== */

h2, h3{
    text-transform: uppercase;
}

h3{
    color: var(--wp--preset--color--brand-accent);
}

.white-button a{
    background: white;
    --btn-bg-hover: color-mix(in oklab, white 88%, black);
}

/* ========================================================================== */
/*  HEADER                                                                    */
/* ========================================================================== */

header #topbar{
    text-align: center;
    padding: 10px;
}

header #topbar .autosweet-credentials-list{
    font-weight: 500;
    color: var(--wp--preset--color--brand-primary);
}

@media (min-width:768px){
    header #topbar .autosweet-credentials-list{
        font-size: 25px;
    }
}

header .site-logo{
    width: 200px;
    height: auto;
}

header .wp-block-cover .wp-block-heading{
    color: white;
}

header .wp-block-cover p{
    color: rgba(255, 255, 255, 0.67);
}

header .wp-block-cover{
    margin-top: 0;
    padding-bottom: 100px;
}

header .wp-block-cover .wp-block-button .wp-block-button__link{
    padding: 8px 15px;
}

/* Navigation */

header .wp-block-navigation .wp-block-navigation-item__content {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

header .wp-block-navigation .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

header .wp-block-navigation .wp-block-navigation-item__content:hover::after,
header .wp-block-navigation .wp-block-navigation-item__content:focus-visible::after {
  transform: scaleX(1);
}

header .wp-block-navigation .wp-block-navigation__submenu-icon{
    color: var(--wp--preset--color--brand-accent);
}

header .wp-block-cover__inner-container{
    align-self: start;
}


/* ========================================================================== */
/*  FOOTER                                                                    */
/* ========================================================================== */

footer{
    padding-top: 100px;
    padding-bottom: 100px;
}

footer.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow{
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width:767px){
    
    footer{
        text-align: center;
    }

    footer .wp-block-social-links{
        justify-content: center;
    }

    footer .autosweet-contact-info__list{
        justify-content: center;
        text-align: left;
    }

}

footer .wp-block-heading{
    margin-bottom: 20px;
}

footer .site-logo{
    width: 100%;
    max-width: 200px;
}

footer .autosweet-website-credits,
footer .autosweet-website-credits a{
    font-size: var(--wp--preset--font-size--medium);
    color: var(--wp--preset--color--brand-text);
}

footer .autosweet-website-credits a:hover{
    color: var(--wp--preset--color--brand-accent);
}

@media(min-width:782px){
    .autosweet-website-credits{
        text-align: right;
    }
}


/* ========================================================================== */
/*  COMPONENTS                                                                */
/* ========================================================================== */

/* Contact Info Block */

.autosweet-contact-info .autosweet-contact-info__icon{
    background: var(--wp--preset--color--brand-accent);
}

.autosweet-contact-info a{
    color: var(--wp--preset--color--brand-text);
}

.autosweet-contact-info a:hover{
    color: var(--wp--preset--color--brand-accent);
}

.autosweet-contact-info .autosweet-contact-info__icon{
    width: 36px;
    height: 36px;
}

.autosweet-contact-info .autosweet-contact-info__icon svg{
    height: 18px;
    width: 18px;
}

/* Social Links Block */

.wp-block-social-links li a.wp-block-social-link-anchor{
    background: var(--wp--preset--color--brand-accent);
    --social-link-bg-hover: color-mix(in oklab, var(--wp--preset--color--brand-accent) 88%, black);
}

.wp-block-social-links .wp-block-social-link-anchor{
    height: 36px;
    width: 36px;
}

.wp-block-social-links .wp-block-social-link-anchor svg{
    height: 18px;
    width: 18px;
}

/* Separator Block */

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
    border-radius: 9999px;
    width: 150px;
    margin-bottom: 75px;
}

/* Value Props and Associations Block */
.autosweet-vpa-items--grid .autosweet-vpa-items__inner{
    gap: 50px;
}

@media (max-width:767px){
    #affiliations-section .autosweet-vpa-items--grid .autosweet-vpa-items__inner{
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }
}


/* ========================================================================== */
/*  TESTIMONIAL SECTION                                                       */
/* ========================================================================== */

#testimonial-section{
    padding-bottom: 0;
}

#testimonial-section .wp-block-post-template{
    gap: 50px;
}

.testimonial-section__content{
    color: white;
    background: var(--wp--preset--color--brand-primary);
    padding: 50px 20px;
    text-align: center;
}

.testimonial-picture{
    width: 100%;
    height: auto;
    max-width: 100px;
    margin: 0 auto;
}

.testimonial-picture img{
    border-radius: 9999px;
}

.testimonial-quote-icon{
    color: var(--wp--preset--color--brand-accent);
}

.testimonial-quote-icon svg {
  width: 60px;
  height: 60px;
}

@media (max-width:767px){
    #testimonial-section .wp-block-post-template{
        grid-template-columns: 1fr;
    }
}


/* ========================================================================== */
/*  VALUE PROPS SECTION                                                       */
/* ========================================================================== */

#value-props-section .autosweet-vpa-items__inner{
    grid-template-columns: 1fr;
}

@media (min-width:768px){
    #value-props-section .autosweet-vpa-items__inner{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.autosweet-vpa-items__featured-img{
    border-radius: 15px;
}


/* ========================================================================== */
/*  MISSION STATEMENT SECTION                                                 */
/* ========================================================================== */

#mission-statement-section{
    background: var(--wp--preset--color--off-white);
}

@media (min-width:768px){
    #mission-statement-section{
        padding: 140px 0;
    }
}


/* ========================================================================== */
/*  OUR PARTNERS SECTION                                                      */
/* ========================================================================== */

#partners-section{
    background: var(--wp--preset--color--off-white);
    text-align: center;
    padding: 50px 0;
}

#partners-section .featured-brand__content{
    max-width: 750px;
    margin: 0 auto;
}

/* ========================================================================== */
/*  AFFILIATIONS AND ACCREDITATIONS SECTION                                   */
/* ========================================================================== */

#affiliations-section .autosweet-vpa-items__inner{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
}

#affiliations-section .autosweet-vpa-items__featured img{
    height: 100%;
    max-height: 150px;
    width: auto;
}

/* ========================================================================== */
/*  FAQ SECTION                                                               */
/* ========================================================================== */
#faq-section{
    padding-left: 20px;
    padding-right: 20px;
}


/* ========================================================================== */
/*  ARCHIVE PAGE                                                              */
/* ========================================================================== */

.wp-block-query{
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width:767px){
    .wp-block-query .wp-block-post-template{
        grid-template-columns: 1fr
    }
}

.autosweet-archive-card{
    margin-bottom: 30px;
}

.wp-block-post hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
    margin-bottom: 0;
    margin-left: 0;
    min-height: 4px;
}

.autosweet-archive-card .wp-block-post-template{
    gap: 50px;
}

.autosweet-archive-card .autosweet-archive-card__media img{
    border-radius: 15px;
}

.autosweet-archive-card .autosweet-archive-card__title{
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.autosweet-archive-card .autosweet-archive-card__title a{
    --archive-title-hover: color-mix(in oklab, var(--wp--preset--color--brand-accent) 88%, black);
}

.autosweet-archive-card .autosweet-archive-card__title a:hover{
    color: var(--archive-title-hover);
}

.autosweet-archive-card .autosweet-archive-card__subtitle{
    font-weight: bold;
}

/* ========================================================================== */
/*  TEAM MEMBERS PAGE                                                         */
/* ========================================================================== */
.autosweet-archive-card.autosweet-archive-card--team-members .autosweet-archive-card__media img{
    height: 450px;
}


/* ========================================================================== */
/*  404 PAGE                                                                  */
/* ========================================================================== */

.error-404-code{
    font-size: 130px;
}


/* ========================================================================== */
/*  THE EVENTS CALENDAR                                                       */
/* ========================================================================== */

#upcoming-events-section{
    padding-bottom: 0;
}

#upcoming-events-section .wp-block-post{
    background: var(--wp--preset--color--brand-primary);
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
}

#upcoming-events-section .wp-block-post .course-card{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#upcoming-events-section .wp-block-post .course-card .course-card__image{
    height: 275px;
    width: 100%;
}

#upcoming-events-section .wp-block-post .course-card .course-card__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#upcoming-events-section .wp-block-post-title a:hover{
    color: var(--wp--preset--color--brand-accent);
}

#upcoming-events-section .wp-block-post .course-card .course-card__content{
    margin-top: 0;
    padding: 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#upcoming-events-section .wp-block-post-title{
    color: white;
    margin-left: 0 !important;
    font-size: 30px;
    font-weight: 500;
}

#upcoming-events-section .course-card .wp-block-post-excerpt{
    color: rgba(255,255,255,0.5);
    margin-bottom: 28px;
}

#upcoming-events-section .course-card .course-card__btn,
.entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-footer-checkout-button.tribe-common-c-btn, .event-tickets .tribe-tickets__attendee-tickets-footer-checkout-button.tribe-common-c-btn{
    background: var(--wp--preset--color--brand-accent);
    --btn-bg-hover: color-mix(in oklab, var(--wp--preset--color--brand-accent) 88%, black);
    color: var(--wp--preset--color--brand-primary);
    font-weight: 600;
    border-radius: var(--wp--custom--radius--button);
    border: none;
}

#upcoming-events-section .course-card .course-card__btn:hover,
.entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-footer-checkout-button.tribe-common-c-btn:hover, .event-tickets .tribe-tickets__attendee-tickets-footer-checkout-button.tribe-common-c-btn:hover{
    background-color: var(--btn-bg-hover);
}

#upcoming-events-section .course-card .course-card__btn{
	display:inline-block;
    align-self: flex-start;
    margin-top: auto;
	margin-left:0 !important;
	margin-right:auto;
    padding: 0 20px;
}

@media (max-width:767px){
    #upcoming-events-section .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{
        grid-template-columns: 1fr;
    }
}

.tribe-common-form-control-checkbox-radio-group{
    display: flex;
    flex-direction: column;
}

.tribe-common-form-control-checkbox-radio-group .tribe-tickets__form-field-description{
    order: -1;
}

.tribe-common-form-control-checkbox-radio-group .tribe-common-form-control-checkbox{
    margin-top: 30px;
    font-weight: bold;
}

.tribe-events .tribe-events-header .tribe-events-c-events-bar__views,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header .tribe-events-c-top-bar__nav,
.tribe-events .tribe-events-header .tribe-events-c-top-bar > p,
.tribe-events .tribe-events-header .tribe-events-c-top-bar > .tribe-events-c-top-bar__today-button{
    display: none !important;
}

.tribe-events .tribe-events-header .tribe-events-c-events-bar__search{
    padding-right: 10px;
}