/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/

h3, h4 {
    font-family: "Work Sans", sans-serif !important;
}

.home-cover {
    height: 32.25vw;
    max-height: 620px;
}

.accordion-button {
    font-size: clamp(18px,1.5vw,24px);
    letter-spacing: 1px;
}
.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.1429 22.8571H0V17.1429H17.1429V0H22.8571V17.1429H40V22.8571H22.8571V40H17.1429V22.8571Z" fill="%23FFFFFF"/></svg>') !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 40L0 36L16 20L0 4L4 0L20 16L36 0L40 4L24 20L40 36L36 40L20 24L4 40Z" fill="%23192a55"/></svg>') !important;
}

#gform_9 .gform_body .gform-field-label,
#gform_9 .gform_body .gfield_label {
    color: #032568;
}
#input_9_13_5_label {
    display: none;
}
#gfield_consent_description_9_12 {
    border: none;
    overflow: auto;
    color: #032568;
    margin-top: 0;
    font-weight: 300;
}
#field_9_13 {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#field_9_13 legend {
    width: 48%;
}

div#input_9_13 {
    width: 100%;
    justify-content: center;
}
div#challenges {
    margin-top: 0;
}
#challenges .wp-block-columns {
    gap: 0 !important;
}
#challenges .wp-element-button {
    transition: transform 0.3s ease-in-out;
    z-index: 1;
    position: relative;
}
#challenges .wp-element-button:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
    background-color: white;
    color: #032569;
}
.home .home-btn {
    display: none;
}
div#gform_confirmation_message_9 {
    color: #032569;
}
@media screen and (max-width: 1480px) {
    #challenges .wp-element-button {
        font-size: 2rem !important;
    }
}
@media screen and (max-width: 1200px) {
    #challenges .wp-element-button {
        font-size: 1.5rem !important;
    }
}
@media screen and (min-width: 780px) and (max-width: 900px) {
    #challenges .wp-element-button {
        font-size: 1rem !important;
    }
}
@media screen and (max-width: 640px) {
    #field_9_13 legend {
        width: 100%;
    }
}
.parallax .background-image-container {
    background-attachment: fixed;
}

.section-navs {
    overflow: hidden;
}
.display-none {
    display: none !important;
}


