/*


 Theme Name:     Divi Child


 Theme URI:      https://www.elegantthemes.com/gallery/divi/


 Description:    Divi Child Theme


 Author:         Elegant Themes


 Author URI:     https://www.elegantthemes.com


 Template:       Divi


 Version:        1.0.0


*/








/* =Theme customization starts here


------------------------------------------------------- */

@font-face {
    font-family: test-calibre;
    src: url(./church-event/TestCalibre-Light-BF661746edb619a.otf);
    font-weight: 300;
}

@font-face {
    font-family: test-calibre;
    src: url(./church-event/TestCalibre-Medium-BF661746ed8cff9.otf);
    font-weight: 500;
}

@font-face {
    font-family: test-calibre;
    src: url(./church-event/TestCalibre-Bold-BF661746ed7c530.otf);
    font-weight: 700;
}

@font-face {
    font-family: test-calibre;
    src: url(./church-event/TestCalibre-Black-BF661746ec9d64f.otf);
    font-weight: 900;
}

@font-face {
    font-family: test-calibre;
    src: url(./font-family/TestCalibre-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: test-calibre;
    src: url(./font-family/TestCalibre-Semibold.otf);
    font-weight: 600;
}

p {
    font-family: test-calibre;

}

ul#menu-main-menu li a {
    font-size: 16px;
    color: #fff !important;
    font-family: test-calibre;
    font-weight: 500;
}

ul#menu-main-menu li#menu-item-17 a {
    background: #86F984;
    height: auto;
    margin: auto;
    border-radius: 63px;
    padding: 19px 34px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

ul#menu-main-menu li {
    padding-left: 49px !important;
}
ul#menu-main-menu li#menu-item-17 a:hover {
    background: #3F6DF7;
    color: #fff !important;
    opacity: 2;
}
.view-btn {
    background: #86F984;
    color: #000;
    padding: 15px 70px;
    display: inline-block;
    border-radius: 30px;
    text-shadow: none;
    font-weight: 500;
    font-family: 'test-calibre';
    font-size: 16px;
    transition: all 0.8s ease;
}

.view-btn:hover ,.comn-btn-text:hover{
    background: #3F6DF7;
    color: #fff;
}

.event-grid {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.page-id-12 .event-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s, box-shadow 0.2s;
    width: 24% !important;
    margin-bottom: 34px;
}


.event-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.event-content {
    padding: 10px 0px;
}

.event-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
    line-height: 30px;
    font-family: 'test-calibre';
    min-height: 71px;
}

.event-details {
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.event-detail {
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 14px;
    color: #000;
    font-family: 'test-calibre';
    font-weight: 400;
}

.event-detail svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.event-button {
    width: 100%;
    padding: 13px 24px;
    background: white;
    border: 1.5px solid #333;
    border-radius: 43px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'test-calibre';
    display: block;
    text-align: center;
}
.event-button:hover {
    background: #86F984;
    border: 1px solid #86F984;
}

.et-pb-controllers {
    position: absolute;
    bottom: 23%;
    left: 9%;
    width: 100%;
    text-align: left;
    z-index: 10;
}

.et-pb-controllers a {
    width: 13px;
    height: 3px;
    background: #fff;
    margin-right: 6px;
}

.et-pb-active-control {
    width: 20px !important;
}

.hero-banner-text div {
    font-family: 'test-calibre';
    font-weight: 200;
}

p.comn-hero-text {
    width: 50%;
    margin-top: 16px;
    margin-bottom: 13px;
}

.events-filter {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius: 8px;
    max-width: 100%;
}

.filter-left {
    font-weight: 600;
    color: #000;
    margin-right: 10px;
}

.filter-fields {
    display: flex;
    gap: 10px;
    flex: 1;
}

.filter-item {
    position: relative;
    flex: 1;
}

.filter-item input, .filter-item select {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    outline: none;
    color: #000 !important;
    font-family: 'test-calibre';
    position: relative;
}

.filter-item::before {
    content: "";
    position: absolute;
    background: #F6F6F6;
    width: 36px;
    height: 39px;
    z-index: 0;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 8px;
}

.filter-item input::placeholder {
    color: #000000cb;
    font-family: 'test-calibre';
    font-size: 14px;
}

.filter-item select {
    color: #949494;
    cursor: pointer;
}

.filter-item input:focus,
.filter-item select:focus {
    border-color: #000;
}

/* single page event page ********** */
/* .evt-detail-wrap {
  

  padding: 20px;
 
} */

/* Banner */
.evt-banner img {
    width: 100%;
    border-radius: 12px;
    height: 651px;
    object-fit: cover;
    object-position: top;
}

/* Top bar */
.evt-topbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 25px 0;
    align-items: start;
}

.evt-main-title {
    margin-bottom: 8px;
    font-size: 40px;
    font-family: 'Outfit';
    font-weight: 700;
    color:#000;
}


.evt-meta-info span {
     display: flex;
    gap: 8px;
    align-items: center;
  
    color: #000;
    font-size: 16px;
    font-family: 'test-calibre';
    font-weight: 300;
    margin-top: 10px;
}
.evt-description div {
    color: #000;
    font-family: 'test-calibre';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.evt-meta-info {
    margin-top: 78px;
    margin-bottom: 30px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 11%);
    padding-bottom: 13px;
}

/* Action */
.evt-action-box {
    width: 33%;
    border: 1px solid #D2D2D2;
    display: inline-block;
       padding: 25px 21px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
}

.evt-price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    font-family: 'test-calibre';
}

.evt-register-btn {
    display: inline-block;
    background: #86F984;
    color: #000;
    padding: 15px 50px;
    border-radius: 38px;
    text-decoration: none;
    font-family: 'test-calibre';
    font-size: 16px;
        transition: all 0.5s linear;
}

/* Content */
.evt-content-section {
    margin: 35px 0;
    display: flex;
    border-top: 1px solid hsl(0deg 0% 0% / 11%);
    padding-top: 40px;
    justify-content: space-between;
}

.evt-content-section p {
    color: #444;
    line-height: 1.6;
}

/* Map */
.evt-map-wrapper img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    margin-top: 10px;
}

/* Related Events */
.evt-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.evt-related-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
}

.evt-related-card img {
    width: 100%;
    border-radius: 10px;
}
.evt-title-box h5 {
    font-size: 20px;
    color: #000;
    font-family: 'test-calibre';
    font-weight: 600;
    margin-bottom: 19px;
}

.evt-related-card p {
    font-size: 14px;
    color: #666;
}

.evt-view-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 20px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
}

.evt-title-box {
    width: 67%;
}

.evt-title-box h6 {
    font-size: 16px;
    font-family: 'test-calibre';
    color: #000;
    font-weight: 300;
    margin-bottom: 7px;
    margin-top: 38px;
}
p.category-text {
    margin-top: 44px;
    color: #000000B2 !important;
    font-size: 16px !important;
    font-family: 'test-calibre';
}
.evt-title-box p {
    font-weight: 300;
    color: #000;
    font-size: 16px;
}
section.evt-content-section h3 {
    color: #000000;
    font-family: 'test-calibre';
    font-size: 20px;
}
.single-slider .event-grid .slick-list{
    overflow: hidden;
}

.single-slider .event-card {
    margin: 0px 10px;
}
.single-slider {
    position: relative;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left: 92%;
    top: -16%;
    background: transparent;
    font-size: 0px;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2026/02/Arrow-Right.svg);
    height: 46px;
    width: 46px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #00000021;
}

button.slick-next.slick-arrow {
    position: absolute;
    left: 96%;
    top: -16%;
    background: transparent;
    font-size: 0px;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2026/02/Arrow-Right-1.svg);
    height: 46px;
    width: 46px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #00000021;
}

.bottom-text-aligned {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

p.join-text {
    font-size: 26px;
}

.hero-banner-text .et_pb_slide {
    padding: 0px 69px;
}

.feature-events {
    display: flex;
    align-items: end;
}

.feature-events p {
    padding-bottom: 0px !important;
}

.comn-btn-text {
    font-family: 'test-calibre';
}

.bottom-text-aligned h3 {
    font-family: 'test-calibre';
    font-weight: 600;
}

.copyright-text p {
    color: hsl(0deg 0% 0% / 60%);
    font-weight: 400;
}

.filter-item input {
    padding-left: 48px;
}

.search-field input {
    background: url(/wp-content/uploads/2026/02/Search.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 3%;
}

.location-field input {
    background: url(/wp-content/uploads/2026/02/Location-1.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 3%;
}

.date-field input {
    background: url(/wp-content/uploads/2026/02/Calendar.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 3%;
}

.option-field input {
    background: url(/wp-content/uploads/2026/02/Vector-63.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 3%;
}

.contact-main-wrap input, .contact-main-wrap select, .contact-main-wrap textarea {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    margin-top: 13px;
    border: 1px solid #CACACA;
    background: #FDFDFD;
    color: #000;
}

.contact-main-wrap input::placeholder, .contact-main-wrap textarea::placeholder, .contact-main-wrap select {
    font-size: 16px;
    color: rgb(0 0 0 / 71%);
}

.main-fieldwrap p span {
    width: 50%;
}

.main-fieldwrap p {
    display: flex;
    gap: 7px;
}

.contact-main-wrap p {
    padding-bottom: 0px;
}
/* Turn dashed border red when file field is invalid */
/* Default dashed border */
.file-wrap .wpcf7-form-control-wrap::before {
    border: 2px dashed #cfcfcf;
}

/* Red border when error */
.file-wrap .wpcf7-form-control-wrap.file-error::before {
    border: 2px dashed #ff0000 !important;
}

.file-wrap {
    position: relative;
}.error span:before {
    border-color: red !important;
}
.contact-main-wrap select {
    appearance: none;
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Arrow-Down-2-1.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 98%;
}
.file-wrap .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    height: 120px;
        margin-top: 16px;
}

.file-wrap .wpcf7-file {
    position: relative;
    width: 100%;
    height: 120px;
    opacity: 0;
    cursor: pointer;
}
/* Hide default file input text */
/* .file-wrap .wpcf7-file {
    position: relative;
    width: 100%;
    height: 120px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
} */

/* Wrapper styling */
/* .file-wrap .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 18px;
} */

/* Custom upload box */
.file-wrap .wpcf7-form-control-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px dashed #cfcfcf;
    border-radius: 6px;
    background: #F7FAF9;
}

/* Icon */
.file-wrap .wpcf7-form-control-wrap::after {
    content: attr(data-file-text);
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Group-57.svg);
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    text-align: center;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 36%;
    padding-top: 36px;
    font-weight: 300;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #86F984;
    border: none;
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
    transition: all 0.7s ease;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #3F6DF7;
    color: #fff;
}

.time-field {
    width: 50% !important;

    /* padding-left: 44px !important; 
  background-image: url("https://cocevents.atxclients.com/wp-content/uploads/2026/02/Time-Circle.svg") !important; 
  background-repeat: no-repeat !important;
  background-position: 14px center !important;
  background-size: 18px !important;

  appearance: none !important;
  -webkit-appearance: none !important; */
}



.wp-editor-container input {
    width: auto;
}

.wp-editor-container textarea {
    border: none;
}

div.mce-statusbar {
    border-top: 0px;
}

.evt-detail-wrap, .heading-footer {
    padding: 22px 48px 48px;
}
.heading-footer h2 ,.event-section-heading{
    font-size: 45px;
    font-family: 'Outfit';
    color: #000;
    font-weight: 700 !important;
}
.event-section-heading {
    margin-bottom: 24px;
}
.event-section-heading.featured-title {
    margin-top: -78px;
    margin-bottom: 35px;
}
.evt-map-wrapper iframe {
    border-radius: 10px;
}
.evt-map-wrapper {
    width: 52%;
}
.evt-register-btn:hover {
    background: #3F6DF7;
    color: #fff;
}
.single-slider .event-detail span {
    display: flex;
    gap: 5px;
}
.single-slider .event-title {
    font-size: 24px;
    font-weight: 600 !important;
    color: #000;
    margin-bottom: 7px;
    line-height: 30px;
    font-family: 'test-calibre';
}
.single-slider a.event-button {
    display: block;
    text-align: center;
    border-radius: 47px;
    font-size: 16px;
    font-weight: 700;
    padding: 14px;
}

.container-xxl {
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Rectangle-1-4.webp);
    padding-bottom: 201px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100% !important;
    background-size: cover;
    padding-top: 24px;
}

.container-xxl h1 {
    text-align: center;
    color: white;
    font-size: 70px;
    position: relative;
    top: 156px;
    font-family: 'Outfit';
        font-weight: 600;
}

.filter-box {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    padding-left: 54px;
    padding-right: 54px;
}

.filter-label {
    font-weight: 600;
    margin-right: 10px;
}

.filter-input {
    border-radius: 6px;
    padding-left: 36px;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: #777;
}

.event-title {
    font-weight: bold;
}
button.btn.event-btn.w-100 {
    border: 1px solid;
    border-radius: 20px;
    margin-top: 10px;
}
span {
    font-size: 14px;
    margin-left: 5px
}
.event-meta span {
    display: flex;
    gap: 6px;
    align-items: center;
        font-family: 'test-calibre';
}
.event-meta {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.evt-description {
    color: #000;
}
.filter-label {
    font-weight: 500;
    margin-right: 10px;
    font-size: 18px;
    color: #000000;
    font-family: 'Outfit';
}
.filter-box {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    padding-left: 55px;
    padding-right: 55px;
}
.container-2 {
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 0px;
        padding-bottom: 98px;
}
.card.event-card {
    border: none;
}
.heading-footer .single-slider .event-title {
    min-height: 70px;
}
.position-relative.Location-input {
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Location-1.svg) !important;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 31px !important;
    background-position-x: 3%;
}
.position-relative.Search-input {
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Search.svg) !important;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 31px !important;
    background-position-x: 3%;
}
.position-relative.calendar-ranges {
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Calendar.svg) !important;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 31px !important;
    background-position-x: 3%;
}
.position-relative.Event-Type {
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Vector-63.svg) !important;
    background-repeat: no-repeat;
    background-position: left !important;
    padding-left: 31px !important;
    background-position-x: 3% !important;
    background: #f6f6f6;
    background-repeat: no-repeat;
    padding: 3px;
}
select.form-select.event-select {
    border: none;
}
.filter-box input {
    background-color: #fff;
    padding: 9px;
    color: rgb(0 0 0 / 71%);
    font-size: 14px;
    font-family: 'test-calibre';
    border: none;
}

.position-relative {
    position: relative;
    background-color: #F6F6F6;
    border: 1px solid #D2D2D2;
    padding: 0;
    color: rgb(0 0 0 / 71%);
    font-size: 14px;
    font-family: 'test-calibre';
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Search.svg) !important;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 34px !important;
    background-position-x: 3%;
    border-radius: 6px;
}
.filter-box input:focus,select.form-select.event-select:focus {
    border: none !important;
    box-shadow: none;
}
.main-fieldwrap {
    width: 100.4% !important;
}
.events-container .card-body {
    padding: 10px 0px;
}
.heading-footer .event-title {
    font-size: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 7px;
    line-height: 30px;
    font-family: test-calibre;
    font-weight: 600 !important;
    min-height: 61px;
}
a.btn.event-btn.w-100.event-button {
    margin-top: 23px;
    display: inline-block;
}
/* .heading-footer .event-card{
    width: auto !important;
} */
.single-slider .event-grid {
    display: block;
    gap: 17px;
    flex-wrap: wrap;
}
.single-event ul#menu-main-menu li a {
    font-size: 16px;
    color: #000 !important;
    font-family: test-calibre;
    font-weight: 500;
}
.container.calender-sec {
    width: 92%;
    max-width: 1665px;
    margin-top: 63px;
}
.fc-col-header-cell {
    background: #EFFBEF;
    border: 1px solid #DCE0E5 !important;
}
.fc-col-header-cell a {
    color: #000;
    font-size: 16px;
    font-family: 'test-calibre';
    font-weight: 400;
    text-transform: uppercase;
}
.fc-daygrid-day-frame div {
    display: block;
    justify-content: start;
       padding: 15px 8px 11px;
}
.fc-col-header-cell div {
    text-align: left;
    padding: 3px;

}
.fc-daygrid-day-frame .fc-event-main,.fc-daygrid-day-frame .fc-event-title-container  {
    padding: 0px !important;
}

.fc-daygrid-event-harness {
    padding: 0px 0px 10px !important;
}
.fc-event-title {
    font-size: 15px;
    font-family: 'Outfit';
}
.fc-daygrid-event-harness a {
    background: #3F6DF7;
}
.fc-event-main-frame {
    padding: 6px !important;
        cursor: pointer;
}
.fc-daygrid-day-frame div a {
    color: #000;
    font-family: 'test-calibre';
    font-weight: 400;
    font-size: 24px;
}
.calender-sec h2 {
    font-size: 45px;
    font-family: 'test-calibre';
    font-weight: 600;
    color: #000;
}
.fc .fc-toolbar {
    align-items: center;
    display: flex;
    justify-content: start;
    gap: 12px;
    margin-top: 18px;
    margin-left: 66px;
}

h2#fc-dom-1 {
    font-size: 35px;
    font-family: 'test-calibre';
    font-weight: 600;
}
button.fc-prev-button.fc-button, button.fc-next-button.fc-button{
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    color: #3F6DF7 !important;
}
button.fc-today-button.fc-button.fc-button-primary {
    font-size: 0px;
    background: transparent;
    border: none;
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Calendar-1.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: #86F984;
    text-align: center;
    opacity: 1;
    border-radius: 7px;
    padding: 10px !important;
    background-position: center;
    position: absolute;
    left: 12px;
    top: 6%;
}
.form-group select ,.boost-option-wrap select{
    appearance: none;
    background: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Arrow-Down-2.svg)!important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-x: 97% !important;
}
.fc-button-group {
    margin-left: 0px !important;
    margin-top: -13px;
}
button.fc-prev-button.fc-button:focus, button.fc-next-button.fc-button:focus {
    box-shadow: none;
}
div#calendar {
    height: 1050px !important;
    margin-bottom: 134px;
}
#event-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 90%;
    max-width: 665px;
    height: 608px;
}

#popup-overlay {
    display: none;
    position: fixed;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}
.popup-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    position: relative;
}
.popup-card img {
    width: 100%;
    height: 287px;
    object-fit: cover;
}
.popup-card .popup-body {
    padding: 20px 26px 35px;
}

.popup-card h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    font-family: 'test-calibre';
}
.popup-card .popup-meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
    padding-bottom: 16px;
        display: flex;
    gap: 47px;
}
.popup-card .popup-meta span {
    display: block;
    margin-bottom: 5px;
}
.popup-card .popup-description {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: 'test-calibre';
    font-weight: 400;
}
.popup-card .view-event-btn {
    display: inline-block;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
}
#popup-close {
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #6F7C8E;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.popup-card .popup-meta img {
    width: auto !important;
    height: auto !important;
}
span.meta-item {
    font-size: 16px;
    font-family: 'test-calibre';
    color: #000;
    font-weight: 400;
    display: flex !important;
    align-items: center;
    gap: 8px;
}
.popup-body h5 {
    color: #000;
    font-size: 20px;
    font-family: 'test-calibre';
    font-weight: 600;
    margin-bottom: 9px;
}
.event-detail span {
    margin-left: 0px !important;
}
.cf7sr-g-recaptcha {
    margin-top: 19px;
    margin-left: 6px;
}
img.card-img-top {
    border-radius: 15px;
    min-height: 205px;
    object-fit: cover;
}
.wpcf7-select {
    padding: 14px 10px !important;
}
span.wpcf7-spinner {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 12px;
}
.date-input {
    background: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Calendar-2.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-position-x: 2% !important;
    padding-left: 38px !important;
}
.position-relative.Event-Type select {
    font-size: 14px;
    color: #000000;
}
.filter-box input::placeholder{
    color:#000;
}
.event-details .event-detail:last-child,.event-meta span:last-child {
    margin-right: 21px;
}
.centered-div {
    display: flex;
    align-items: center;
}
.image-upload{
        margin-top: 20px !important;
        margin-bottom: 0px !important;
}
.comn-text p {
    font-weight: 300;
}
p.offer-text {
    color: #000;
    font-size: 20px;
    font-family: 'test-calibre';
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

/* Section */
.revival-section {
  position: relative;
  padding:80px 40px;
  display: flex;
  align-items: center;
  background: url("https://cocevents.atxclients.com/wp-content/uploads/2026/02/38756596bd745279a8df958224141ee9627626a3.jpg") center/cover no-repeat;
  overflow: hidden;
}
.choir-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #00000069;
    height: 100%;
    width: 100%;
}

/* Blue Gradient Layer */
.revival-bg-layer {
  position: absolute;
  inset: 0;
  background: #285CF9B2;
  z-index: 1;
}

/* Content Wrapper */
.revival-wrapper {
  position: relative;
  z-index: 2;
  width: 91%;
  
  margin: auto;
  display: flex;
      align-items: end;
  justify-content: space-between;
  gap: 60px;
}

/* Text Area */
.revival-text-area {
 
  color: #fff;
}

.revival-tagline {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 0px;
}

.revival-main-date {
    font-size: 90px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'test-calibre';
}

.revival-address {
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.9;
}

/* Button */
.revival-cta-btn {
    display: inline-block;
    padding: 14px 70px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000 !important;
    border-width: 0px !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600 !important;
    background-color: #86f984;
    font-family: 'test-calibre';
}

.revival-cta-btn:hover {
  background-color: #3f6df7;
  color:#fff !important;
}

/* Image Box */
.revival-media-box {
  flex: 1;
  display: flex;
  justify-content: center;
}

.revival-media-box img {
  width: 100%;
  max-width: 420px;
  border-radius: 24px;
  object-fit: cover;
}
.choir-hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.choir-slide {
  position: relative;
  height: 100vh !important;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
}

.choir-content {
  position: relative;
  z-index: 2;
  max-width: 56%;
  margin-left: 4%;
  color: #fff;
}

.choir-content h1 {
    margin-bottom: 20px;
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 70px !important;
    color: #FFFFFF !important;
    line-height: 90px;
}

.choir-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 300;
    width: 75%;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    left: 9%;
    text-align: left;
    bottom: 20%;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span {
    background: rgb(255 255 255 / 69%);
    opacity: 1 !important;
    width: 13px;
    border-radius: 10px;
    height: 3px;
}
.swiper-pagination-bullet-active {
    width: 20px !important;
    opacity: 1 !important;
    background: #fff !important;
}
.feature-events {
    z-index: 999;
}
/* Responsive */
@media (max-width: 991px) {
    .evt-topbar {
        flex-direction: column;
    }

    .evt-action-box {
        text-align: left;
         width: 100%;
         margin-top: 0px;
    }

   

    p.comn-hero-text {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 13px;
    }

    .et-pb-controllers {

        bottom: 8%;
        left: 11%;
        width: 100%;

    }

    .feature-events .et_pb_column_1_2 {
        margin-bottom: 0px;
    }
.page-id-12 .event-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s, box-shadow 0.2s;
    width: 49% !important;
    margin-bottom: 34px;
}
.hero-banner-text .et_pb_slide {
    padding: 0px 41px;
}
.centered-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.col-12.col-md {
    padding: 0px !important;
}
  .container-xxl {
    background-image: url(https://cocevents.atxclients.com/wp-content/uploads/2026/02/Rectangle-1-4.webp);
    padding-bottom: 48px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100% !important;
    background-size: cover;
    padding-top: 124px;
    
}
.container-xxl h1{
    top:0px;
        font-size: 50px;
}
.filter-box {
    padding-left: 26px;
    padding-right: 26px;
}
.align-items-center {
    align-items: center !important;
    gap: 10px;
}
.position-relative.Event-Type select {
  
    padding: 9px;
}
.container-2 {
    padding-left: 26px;
    padding-right: 26px;
}
.evt-banner img {
    width: 100%;
    border-radius: 12px;
    height: auto;
}
.evt-title-box {
    width: 100%;
}
.evt-meta-info {
    margin-top: 21px;
}
.evt-detail-wrap, .heading-footer {
    padding: 36px 30px 41px;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left: 82%;
    top: -14%;
}
button.slick-next.slick-arrow {
    position: absolute;
    left: 91%;
    top: -14%;
}
    .popup-card img {
        width: 100%;
                height: 337px;
        object-fit: cover;
    }
    img.card-img-top{
            min-height: 229px;
    }
}

@media screen and (max-width:767px) {
    .filter-item {
        position: relative;
        width: 48%;
        flex: auto;
    }

    .filter-fields {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .main-fieldwrap p {
        flex-wrap: wrap;
        gap: 0px;
    }

    .main-fieldwrap p span, .time-field {
        width: 100% !important;
    }

    p.join-text {
        font-size: 20px;
        line-height: 30px;
    }

    .feature-events {
        display: flex;
        align-items: end;
        flex-wrap: wrap;
    }
    .filter-box {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    padding-left: 26px;
    padding-right: 26px;
}
.container-xxl h1 {
        font-size: 30px;
        position: relative;
        top: 0px;
    }
    .container-xxl {
        max-width: 100% !important;
        background-size: cover;
        padding:81px 0px 27px !important;
    }

.page-id-12 .event-card,.evt-title-box,.evt-map-wrapper{
    width:100% !important;
}
.container-2 {
    padding-left: 23px;
    padding-right: 30px;
    padding-top: 0px;
}
.heading-footer h2, .event-section-heading{
    font-size: 30px;
}
.event-title{
    min-height: auto;
}
.hero-banner-text .et_pb_slide {
    padding: 0px 17px;
}
    p.comn-hero-text {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .evt-banner img {
    width: 100%;
    border-radius: 12px;
    height: auto;
    object-fit: cover;
    object-position: top;
}
.evt-detail-wrap, .heading-footer {
    padding: 22px 20px 26px;
}
.evt-meta-info {
    margin-top: 14px;
}
.evt-title-box h5{
    margin-bottom: 0px;
}
p.category-text {
    margin-top: 7px;
   
}
.evt-content-section{
    flex-wrap: wrap;
        gap: 18px;
}
.evt-action-box {
    width: 100%;
  
    margin-top: 0px;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left: 37%;
    top: 102%;
}
button.slick-next.slick-arrow {
    position: absolute;
    left: 52%;
    top: 102%;
}
.heading-footer .single-slider .event-title {
    min-height: 67px;
}
.heading-footer {
    padding-bottom: 81px;
}
.calender-sec h2 {
    font-size: 30px;
    font-family: 'test-calibre';
    font-weight: 600;
    color: #000;
}
h2#fc-dom-1 {
    font-size: 20px;
    font-family: 'test-calibre';
    font-weight: 600;
            padding-bottom: 10px;
}
button.fc-today-button.fc-button.fc-button-primary {
   
    top: 4%;
}
.popup-card img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
.popup-card .popup-body {
    padding: 20px 12px 35px;
}
.event-form-wrapper {
    margin: 34px auto;
    padding: 28px 18px !important;
    border-radius: 16px;
    box-shadow: 0px 4px 44px 0px #A7A7A740;
    width: 93%;
}
.event-form-wrapper h2{
    margin-bottom: 0px;
}
.row{
    flex-wrap: wrap !important;
        gap: 0px !important;

}
    .row>* {
        width: 100% !important;
        flex: auto !important;
    }
    .view-btn {
    background: #86F984;
    color: #000;
    padding: 9px 52px;
    }
    .evt-main-title {
    margin-bottom: 8px;
    font-size: 30px;
    }
    .evt-register-btn {
  
    color: #000;
    padding: 11px 23px;
    }
  .evt-action-box {

    padding: 12px 21px;
  }
  .popup-card .popup-meta {
   
    padding-bottom: 16px;
    display: flex;
    gap: 6px !important;
}
.popup-card h2{
    font-size: 25px;
}
.event-button {
    width: 100%;
    padding: 10px 24px;
}
#event-popup {
    display: none;
    position: fixed;
    left: 50%;
        overflow: scroll;
}
.event-detail span {
    margin-left: 0px !important;
    margin-top: 5px;
}
#event-popup{
        height: 675px;
}
span.meta-item{
    font-size: 14px;
}
.fc .fc-toolbar {
  
    gap: 3px;
}
.event-meta span {
    display: flex;
    gap: 6px;
    align-items: center !important;
    font-family: 'test-calibre';
}
.event-meta span img {
    margin-top: -3px;
}
.event-meta span {
    padding-top: 10px;
}
span.meta-item img {
    margin-top: -3px;
}
.event-section-heading.featured-title {
    margin-top: 0px;
    margin-bottom: 20px;
}
}
