/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
a, h2 {
    color: #77287B;
}

a:hover,
a:focus,
a:active {
    color: #b2d235;
}

.grid_width {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 15px !important;
}

#news_area {
    overflow: hidden;
    padding: 45px 0 30px;
}

#news_area #news_block .single_event .full_event {
    width: 100%;
}

#news_area #news_block .single_post {
    padding-bottom: 50px;
}

#news_area #news_block .single_event .event_entry .event_description {
    padding: 20px 0;
}

#news_area #news_block .single_event .event_entry .event_description img{
    margin: 0;
}

#news_area #news_block .single_event .event_entry .event_description p {
    margin-bottom: 20px;
    padding-bottom: 0;
}

#news_area #news_block .single_event .event_entry p.slp {
    margin-bottom: 20px;
    padding-bottom: 0;
}

#news_area #news_block .single_event .event_entry p.location {
    margin-bottom: 2px;
}

.headline_area .headline-cta{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 24px;
    margin: 0 0 24px;
}

/* form */
.single_event .event_reg_form {
    clear: both;
    background: #F7F7F7;
    width: 90%;
    max-width: 100%;
    border-radius: 15px;
    -moz-border-radius: 15px;
    position: relative;
    top: 30px;
    padding: 40px 30px;
}

.single_event .event_reg_form h3 {
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 15px;
    text-shadow: 0 2px 3px #fff;
}

.single_event .event_reg_form h3 a {
    color: #77287B;
    text-decoration: none;
}

.single_event .event_reg_form .gform_body .gform_fields li.gfield label {
    font-size: 13px;
}

.single_event .event_reg_form .gform_body .gform_fields li.gfield input {
    height: 60px;
    text-indent: 3px;
}

.single_event .event_reg_form .gform_body .gform_fields li.gfield .instruction {
    font-size: 9px;
    font-style: italic;
    padding: 5px 0 0 10px;
}

.single_event .event_reg_form .gform_wrapper .validation_error {
    color: #790000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 16px;
}

/* .single_event .headline_area .reg_jump {
    clear: both;
    text-indent: -9999px;
    height: 17px;
    width: 110px;
    display: block;
    margin: 0 0 25px 0;
} */

/* .single_event .headline_area .calendar_link {
    float: right;
    display: block;
    font-weight: bold;
    margin: 0 0 24px;
} */

.single_event .headline_area .calendar_link a:not(.et_pb_button) {
    padding-left: 20px;
    background: url(images/event_button.png) no-repeat left center;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
    height: 20px;
    display: block;
}

.single_event .headline_area .calendar_link a.et_pb_button,
.single_event .headline_area .reg_jump a.et_pb_button{
    padding: 16px 50px 16px 40px;
    border-radius: 50px;
    letter-spacing: 0.16em;
    font-size: 13px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #77287B;
    border-color: #77287B;
    color: #fff !important;
    display: inline-block;
}

.single_event .headline_area .calendar_link a.et_pb_button:hover,
.single_event .headline_area .reg_jump a.et_pb_button:hover{
    border-color: #A7B43D;
    background-color: #A7B43D;
}

.single_event .headline_area .calendar_link a.et_pb_button::after,
.single_event .headline_area .reg_jump a.et_pb_button::after{
    line-height: inherit;
    font-size: 18px;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-family: ETmodules;
    font-weight: 400;
}

#news_area #news_block .single_event .headline_area h2 {
    /* float: left; */
    font-size: clamp(32px, 24.9577px + 1.8779vw, 52px);
    padding-bottom: 25px;
}

#news_area #news_block .single_post h2 {
    color: #77287B;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    padding-bottom: 15px;
}

.single_event .headline_area .reg_jump a:not(.et_pb_button) {
    background: url(images/event_register.png) no-repeat 0 0;
    height: 17px;
    width: 110px;
    display: block;
}

.single_event .headline_area .calendar_link a:not(.et_pb_button):hover,
.single_event .headline_area .reg_jump a:not(.et_pb_button):hover {
    color: #77287B;
    text-decoration: none;
}

.single_event .headline_area .reg_jump a:not(.et_pb_button):hover {
    background-position: 0 -17px;
}

.single_event .event_description img.aligncenter {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px #888888;
    padding: 7px;
}

.event_reg_form form input[type="submit"]{
    padding: 16px 50px 16px 40px;
    display: inline-block;
    border-radius: 50px;
    background: #77287B !important;
    color: #fff;
    border: 1px solid #77287B;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    line-height: 1.7em;
    cursor: pointer;
    transition: 0.4s background, 0.4s border, 0.4s color;
}

.event_reg_form  form input[type="submit"]:hover{
    background: #A7B43D !important;
    border: 1px solid #A7B43D;
}

.event_reg_form form#gform_473 input[type="email"]{
    width: 100% !important;
}

.event_reg_form .gform_legacy_markup_wrapper form .gfield_checkbox li input[type="checkbox"]{
        height: auto !important;
        margin: 0 4px 0 0;
}

.grid_width{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
}

#news_area #news_block {
    width: 71.223%;
    order: 2;
    padding-inline: 60px;
}

.event_reg_form .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
    padding-right: 0;
}

@media only screen and (max-width: 980px){
    #news_area #news_block {
        width: 100%;
        padding-inline: 0;
    }

    .single_event .headline_area .calendar_link a.et_pb_button, .single_event .headline_area .reg_jump a.et_pb_button{
        padding: 12px 38px 12px 26px;
    }

    .single_event .event_reg_form{
        width: 100%;
    }
}

/* siderbar */
#news_area #sidebar{
    width: 24.5%;
    order: 1;
}

.page_list_widget {
    margin-bottom: 40px;
}

#sidebar .page_list_widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

#sidebar .page_list_widget ul li {
    border-bottom: 1px solid #0000001f;
    letter-spacing: 1px;
    font-weight: bold;
    background: #F7F7F7;
    padding: 10px 15px 10px 20px;
}

#sidebar .page_list_widget ul li:last-child{
    border: 0;
}

#sidebar .page_list_widget ul li a {
    color: #282828;
    text-decoration: none;
    outline: none;
    line-height: 16px;
    padding: 0;
}

#sidebar .page_list_widget ul li a:hover, #sidebar .page_list_widget ul li.current_page_item a {
    color: #77287B;
}

/* upcoming Event Box */
.event-box{
    padding: 60px 40px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    max-width: 860px;
    margin-inline: auto;
}

.event-box h2{
    font-weight: 700;
    margin: 0 0 40px;
    font-size: 30px;
}

.event-box ul{
    padding: 0 30px;
    margin: 0;
}

.event-box ul li{
    list-style: none;
    display: flex;
    gap: 34px;
}

.event-box ul li:not(:last-child){
    margin: 0 0 34px;
}

.event-box .date_time span {
    display: block;
    font-size: 20px;
    text-align: center;
}

.event-box .date_time span.day {
    font-size: 34px;
    font-weight: 700;
    margin-top: 8px;
}

.event-box .event-details .event-time{
    margin: 0 0 12px;
    position: relative;
}

.event-box .event-details .event-time::before{
    content: '';
    display: inline-block;
    background: url(images/radio-wave-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 50px;
    min-width: 30px;
    min-height: 20px;
    background-color: #c7c7c7;
    vertical-align: sub;
    background-position: center;
    padding: 2px;
    margin-right: 5px;
}

.event-box .event-details .event-time span{
    font-size: 20px;
}

.event-box .event-details a{
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

.event-box .event-details a:hover{
    color: #77287B;
}

@media only screen and (max-width: 991px){
    .event-box{
        padding: 40px 20px;
    }

    .event-box h2{
        font-size: 26px;
    }

    .event-box .event-details a{
        font-size: 20px;
    }

    .event-box .date_time span.day{
        font-size: 24px;
    }

    .event-box .event-details .event-time span, .event-box .date_time span{
        font-size: 18px;
    }

    .event-box ul{
        padding: 0 15px;
    }

    .event-box ul li{
        gap: 18px 24px;
    }
}

@media only screen and (max-width: 567px){
    .event-box ul li{
       flex-direction: column;
    }

    .event-box .date_time span{
        text-align: left;
    }

    .event-box .date_time span.day{
        margin-top: 0;
    }

    .event-box .event-details .event-time{
        margin: 0 0 8px;
    }
}

/* add to calender lists */
.event-calendar-wrapper {
    padding-top: 40px;
    padding-bottom: 24px;
}

.calendar-button {
    max-width: 280px;
}

.calendar-button .trigger-btn {
    padding: 16px 40px 16px 50px;
    border-radius: 10px;
    letter-spacing: 0.16em;
    font-size: 13px;
    line-height: 1.7;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #77287B;
    border: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    width: 100%;
    position: relative;
    transition: 0.4s background;
}

.calendar-button .trigger-btn:hover {
    background-color: #A7B43D;
}

.calendar-button .trigger-btn::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 30px;
    background-image: url(images/calendar-regular.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    color: #fff;
}

.calendar-button .trigger-btn--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    transition: 0.4s transform;
    transform-origin: 8px 9px;
}

.calendar-button .trigger-btn.toggled .trigger-btn--icon {
    transform: scale(-1);
}

.calendar-button .calendar-button_lists {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / .03), 0 1px 1px 0 rgb(0 0 0 / .05), 0 2px 5px 0 rgb(0 0 0 / .05);
    display: none;
}

.calendar-button .calendar-button_lists li a {
    display: inline-block;
    width: 100%;
    padding: 8px 12px;
    transition: 0.4s all;
}

.calendar-button .calendar-button_lists li:not(:last-child) {
    border-bottom: 1px solid #0000001f;
}

@media (max-width: 980px) {
    .calendar-button {
        max-width: 260px;
    }

    .calendar-button .trigger-btn {
        padding: 12px 26px 12px 42px;
    }

    .calendar-button .trigger-btn::before {
        top: 14px;
        top: 15px;
        left: 26px;
        width: 14px;
        height: 14px;
    }

    .calendar-button .trigger-btn--icon {
        width: 14px;
        height: 14px;
        transform-origin: unset;
    }
}