/* 
Theme Name: Hello Elementor Child
Theme URI: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fgithub.com%2Felementor%2Fhello-theme%2F
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Felementor.com%2F
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.gnu.org%2Flicenses%2Fgpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.highlight-text {
    color: #00b7f1 !important;
}

.highlight-text-yellow {
    color: #f4db6c !important;
}

#main-navigation .main-nav-cta a {
    display: block;
    background: #fdd930 !important;
    padding: 8px 20px !important;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 5px;
    color: white;
}

#main-navigation .main-nav-cta a:after {
    display: none;
}

#main-navigation .main-nav-cta a:hover {
    background: #21c3f6;
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    #main-navigation .main-nav-cta a {
        padding: 8px 15px !important;
    }
}

.flush-image-right,
.flush-image-left {
    position: relative;
    height: 100%;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .flush-image-right,
    .flush-image-left {
        height: 525px;
    }
}

@media screen and (min-width: 1921px) {
    .flush-image-left,
    .flush-image-right {
        height: 100%;
        min-height: 600px;
        max-height: 750px;
    }
}

.flush-image-right img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: 40px;
}

.flush-image-left img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-bottom-right-radius: 40px;
}

@media screen and (max-width: 767.98px) {
    .flush-image-right img,
    .flush-image-left img {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 0px;
    }
}

.event-card {
    margin-bottom: 40px;
}

.event-card .read-more {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 16px;
}

.event-card p {
    margin: 0 0 10px;
}

.events-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers {
    margin: 0 5px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
}

.event-card h3 {
    margin: 0;
    padding: 0;
}

.event-meta {
    color: #999;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 10px 0;
}

.event-single-meta {
    margin: 10px 0 20px;
    font-size: 18px;
    color: #999;
    font-style: italic;
}

.event-sign-up {
    display: inline-block;
    color: white !important;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    background: #00b7f1;
    border-radius: 5px;
    padding: 12px 25px;
    margin-top: 15px;
}

@media screen and (max-width: 767.98px) {
    .event-card {
        margin-bottom: 30px;
    }
    .event-single-meta {
        font-size: 16px;
        margin: 5px 0 15px;
    }
    .event-sign-up {
        margin-top: 5px;
    }
}

/* CMMC Form Module Template Styles */
#cmmc-journey #cmmc-form-wrap, .hero-form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 2rem;
}

#cmmc-journey #cmmc-form-wrap .gform_confirmation_message {
    text-align: center;
    font-weight: 700;
    margin-top: 0.75rem;
    color: #000;
}

#cmmc-journey #cmmc-form-wrap .gform_required_legend {
    display: none;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper input[type="text"],
#cmmc-journey #cmmc-form-wrap .gform_wrapper input[type="number"],
#cmmc-journey #cmmc-form-wrap .gform_wrapper input[type="email"],
#cmmc-journey #cmmc-form-wrap .gform_wrapper input[type="phone"],
#cmmc-journey #cmmc-form-wrap .gform_wrapper input[type="tel"],
#cmmc-journey #cmmc-form-wrap .gform_wrapper select,
#cmmc-journey #cmmc-form-wrap .gform_wrapper textarea {
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    border-width: 1px;
    border-color: #ccc !important;
    border-style: solid;
    background: #fafafa;
    border-radius: 0;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper input:focus,
#cmmc-journey #cmmc-form-wrap .gform_wrapper input:active {
    outline: none;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .gfield_label {
    font-weight: 600;
    margin: 0 0 0.25rem;
    font-size: 1rem;
    color: #000;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper div.validation_error {
    color: #be092f;
    text-align: left;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

#cmmc-journey #cmmc-form-wrap .gform_validation_errors {
    text-align: left;
    border: none;
    padding: 0;
    margin-bottom: 0.625rem;
    box-shadow: none;
    background: transparent;
    font-size: 0.9rem;
    font-weight: 700;
}

#cmmc-journey #cmmc-form-wrap .gform_validation_errors .gform-icon {
    display: none;
}

#cmmc-journey #cmmc-form-wrap .gform_validation_errors h2 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #bb1c1c;
}

#cmmc-journey #cmmc-form-wrap .gform_validation_errors h2:active,
#cmmc-journey #cmmc-form-wrap .gform_validation_errors h2:focus {
    outline: none;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .validation_message {
    padding-top: 5px;
    font-size: 0.75rem;
    border: none;
    background: none;
    padding: 0.375rem 0 0;
    margin: 0;
    color: #bb1c1c;
    font-weight: 700;
}
#cmmc-journey #cmmc-form-wrap .gform_wrapper li.gfield.gfield_error {
    border: none !important;
    background-color: transparent;
    padding: 0 !important;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .gfield_error label {
    color: #1a1a1a !important;
    margin: 0 !important;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper li.gfield.gfield_error input {
    border: 1px solid #ccc !important;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .av-radio-buttons legend {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 1.25rem;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .av-radio-buttons .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .av-radio-buttons .gfield_radio .gchoice {
    width: 100%;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .av-radio-buttons .gfield_radio input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .av-radio-buttons .gfield_radio label {
    background: #00b7f1;
    color: white;
    border-radius: 3px;
    transition: all 0.3s;
    line-height: 1.25;
    padding: 1rem 2rem;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 16px;
    max-width: 100%;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .av-radio-buttons .gfield_radio label > strong {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .av-radio-buttons .gfield_radio label:hover {
    background: #fdd930;
    color: #000;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .gform_page_footer {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
    padding: 0;
    position: relative;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .gform_page_footer .gform_ajax_spinner {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0.5rem, -50%);
    margin: 0;
    padding: 0;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .gform-theme-button,
#cmmc-journey #cmmc-form-wrap .gform_wrapper .gform_button {
    border: none;
    padding: 0.75rem 1.75rem 0.9rem;
    line-height: normal;
    margin-bottom: 0;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .gform-theme-button.gform_previous_button {
    padding: 0;
    text-decoration: underline;
    color: #777;
    background: transparent;
    text-transform: none;
    font-weight: 400;
}

#cmmc-journey #cmmc-form-wrap .gform_wrapper .gform_next_button {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

@media screen and (max-width: 767.98px) {
    #cmmc-journey #cmmc-form-wrap {
        padding: 1.25rem;
    }
    #cmmc-journey #cmmc-form-wrap .gform_wrapper .av-radio-buttons legend {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    #cmmc-journey #cmmc-form-wrap .gform_wrapper .gform_page_footer {
        margin: 15px auto 0;
    }
}
