/*


 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


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


ul#menu-main-menu {
    display: flex;
    align-items: center;
    gap: 25px;
}
ul#menu-main-menu a{
    font-weight: 400;
}
li#menu-item-30 a{
    padding: 0px !important;
}
li#menu-item-30 {
    background: #F07241;
    padding: 8px 30px !important;
    height: 50px;
    margin: auto;
}
.top-menu  .et_pb_menu .et-menu {
    margin-left: -11px;
    margin-right: 0px;
}
.border-btn {
    min-width: 222px;
}
.event-header {
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    margin-bottom: 9px !important;
    color: #f07241;
}
.countdown-row {
    display: flex;
    justify-content: space-between;
    border: 1px solid #E2E2E2;
}
.countdown-row .cd-unit {
    width: 25%;
    padding: 20px 20px 15px;
    text-align: center;
    border-right: 1px solid #E2E2E2;
}
.countdown-row .cd-unit:last-child{
    border-right: 0px solid #E2E2E2;
}
.cd-val {
    display: block;
    font-size: 24px;
    font-family: 'Rubik';
    font-weight: 700;
    color: #000;
    opacity: 80%;
}

span.cd-lbl {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-weight: 400;
    color: #000;
    opacity: 70%;
	letter-spacing: 30%;
}
.featured-events {
    display: flex;
        margin-bottom: 25px;
}
.feat-badge {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F07241;
}
.feat-info {
    width: 82%;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    padding: 20px 25px;
}
.feat-next-label {
    font-size: 14px;
    color: #000000;
    font-family: 'Rubik';
    font-weight: 400;
    text-transform: uppercase;
    opacity: 60%;
}
.feat-next-sub {
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 20px;
}
.feat-title {
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #F07241;
    margin-bottom: 15px;
}
.feat-loc {
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.7;
}
.fday {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.fmonth {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.7;
}
.event-item {
    display: flex;
    border: 1px solid #E2E2E2;
    align-items: center;
        padding-right: 25px;    
}
.ev-date-col {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:30px 16px;
    position: relative;
}
.ev-date-col::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #f07241;
    height: 6px;
    top: -1px;
}
.eday {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.emonth {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.7;
    margin-top: 13px;
    margin-bottom: 13px;
}
.eyear{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.14em;
    color: #000000;
    opacity: 0.7;
        background: #F8F8F8;
    padding: 6px 10px;
    border-radius: 15px;
}
.ev-time {
    height: 16px;
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.7;
}
.ev-name {
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 7px;
}
.ev-info {
    padding: 20px;
}
.ev-arrow {
    margin-left: auto;
}
.live-video-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-box {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    height: 464px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-box .bg-image {
    position: absolute;
    top: 0;
        z-index: -2;
}
.video-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000033;
    top: 0;
    z-index: -1;
}
.video-box-inner {
    text-align: center;
}
.video-box-inner h3 {
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
        margin-top: 13px;

}
.video-box-inner a {
    color: #ffffff !important;
    border-width: 1px !important;
    border: 1px solid #E2E2E2;
    font-size: 16px;
    font-family: 'Rubik';
    font-weight: 400;
    padding: 12px 25px;
    display: inline-block;
    background: #00000052;
    margin-top: 10px;
}
.video-box:hover .bg-image {
    transform: scale(1.1);
    transition: .7s ease;
}
.center-section {
    display: flex;
    align-items: center;
}
.footer-btn {
    width: 100%;
}
.w-400 {
    font-weight: 400;
}
.newsletter-form input {
    width: 100%;
    background: #24272D;
    padding: 12px 20px;
    border: 1px solid #5D5D5D;
    color: #fff;
    font-size: 16px;
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner
 {
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-color: #e2e2e2;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #f07241;
    margin-top: 24px;
    width: auto;
    padding: 15px 45px;
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover
 {
    color: #f07241!important;
    background-color: rgb(246, 216, 107);
 
}
.icon-triangle:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 28px solid #fbf4ef;
    position: absolute;
    bottom: -27px;
    left: 46%;
}
.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    border: 1px solid #D1D1D1;
    background: #FBFBFB;
    height: 44px;
}
.contact-form  textarea.wpcf7-form-control.wpcf7-textarea{
      width: 100%;
    border: 1px solid #D1D1D1;
    background: #FBFBFB;
    height: 135px;
}
.contact-form  label
 {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 11px;
    margin-top: 6px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-color: #e2e2e2;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #f07241;
    margin-top: 10px;
    width: auto;
    padding: 13px 70px;
}
.contact-form p {
    padding-bottom: 10px;
}
.yellow-btn {
    background: #F6D86B;
    padding: 13px 15px;
    display: inline-block;
    min-width: 249px;
    color: #000000;
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 16px;
}
.fc-header-toolbar.fc-toolbar {
    border: 1px solid #EAEAEA;
    border-bottom: 0;
    padding: 25px;
    margin-bottom: 0px !important;
}
.fc-toolbar-chunk h2 {
    padding: 0px;
    font-family: 'Tinos';
    color: #000;
    font-size: 35px !important;
}
.fc-col-header {
    width: 100% !important;
    background: #F6F7F9;
}
.entry-content thead th, .entry-content tr th{
    padding: 0px;
}
table.fc-scrollgrid.fc-scrollgrid-liquid {
        border-top: 0px !important;
    border: none;
}
thead .fc-scrollgrid-sync-inner {
    padding: 11px 13px;
    text-align: left;
}
thead .fc-scrollgrid-sync-inner a {
    color: #000000;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 400;
}
table.fc-col-header {
    margin-bottom: 0px !important;
}
tbody tr td {
    padding: 0px !important;
}
.fc-daygrid-body.fc-daygrid-body-unbalanced {
    width: 100% !important;
}
.fc-scrollgrid-sync-table {
    height: 100% !important;
}
.rowgroup tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid td {
    border: none !important;
}
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top a {
    text-align: left;
    width: 100%;
    padding: 15px 20px 35px !important;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}
.fc-daygrid-event.fc-daygrid-block-event.fc-h-event {
    background: #F07241;
    border-color: #F07241;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 3px 12px;
    border-radius: 7px;
	margin-bottom:5px;
}
.fc-scroller {
    overflow: visible !important;
}
table.fc-scrollgrid-sync-table {
    width: 100% !important;
}
div#calendar {
    height: 798px !important;
}
.fc-today-button.fc-button.fc-button-primary {
    background: #F07241;
    opacity: 1 !important;
    border-color: #F07241;
    padding: 6px 25px;
    text-transform: capitalize;
}
.fc-prev-button.fc-button.fc-button-primary,button.fc-next-button.fc-button.fc-button-primary,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus
{
    background: transparent;
    color: #F07241;
    font-size: 19px;
    padding: 0;
    padding-right: 5px;
    border: transparent !important;
    box-shadow:none !important;
}
.fc-header-toolbar.fc-toolbar {
    justify-content: start !important;
    gap: 12px !important;
}

.anmetion-trigger:hover .up-animetion {
    transform: translateY(-55px);
}

.up-animetion,.down-animetion {
    transition: all 0.7s ease;
}

.anmetion-trigger:hover .down-animetion {
    transform: translateY(32px);
}
.directory-sec {
    display: flex;
    gap: 19px;
}
.first-card {
    background: #fff;
    /*padding: 14px;*/
    /* border: 1px solid #E2E2E2; */
}
.content-wrap h3 {
    font-size: 32px;
    color: #000;
    font-family: 'Tinos';
    font-weight: 600;
    margin-bottom: 15px;
}
.content-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 16px;
}
.content-wrap a {
    color: #000;
    font-size: 16px;
    font-family: 'Tinos';

}

.content-wrap p {
    padding-bottom: 17px;
    padding-left: 37px;
}
a.phon-nmbrtext ,a.email-text{
    position: relative;
}
a.phon-nmbrtext:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/phone-call-7.png) !important;
    width: 25px;
    height: 25px;
    background-color: #F07241;
    left: -35px;
    background-size: 54% !important;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}
a.email-text:before{
     position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/mail.png) !important;
    width: 25px;
    height: 25px;
    background-color: #F07241;
    left: -35px;
    background-size: 54% !important;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}
.contact-form input,.contact-form  textarea {
    width: 100% !important;
    background: #fbfbfb;
    border: 1px solid #D1D1D1;
    padding: 10px;
    padding-left: 21px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto !important;
    padding: 12px 99px !important;
}
.login-container {
    box-shadow: 0px 4px 44px 0px #B1B1B140;
    padding: 37px;
}

    .login-container {
      background: #fff;
      padding: 40px;
      border-radius: 10px;
      width: 100%;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .login-container h2 {
      text-align: center;
      margin-bottom: 25px;
      color: #000000;
      font-size: 50px;
      font-family: 'Tinos';
      font-weight: 600;
    }

    .input-group {
      margin-bottom: 20px;
    }

 .input-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000000;
    font-family: 'Rubik';
    font-weight: 400;
}

    .input-group input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      outline: none;
      transition: 0.3s;
          background: #FBFBFB !important;
    }

    .input-group input:focus {
      border-color: #6b8e23;
    }

    .login-btn {
      width: 100%;
      padding: 12px;
      background: #F07241;
      color: #fff;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
    }

    .login-btn:hover {
      background: #F07241;
    }

    .extra-links {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
    }

    .extra-links a {
      color: #6b8e23;
      text-decoration: none;
    }

    .extra-links a:hover {
      text-decoration: underline;
    }
    p.logged-in-msg {
    background: green;
    color: #fff;
    text-align: center;
    padding: 15px !important;
    font-size: 25px;
    font-family: 'Tinos';
}
.video-box img.bg-image {
    display: block;
    height: 100%;
	width:100%;
    object-fit: cover;
}
.fc .fc-scrollgrid-section-liquid > td {
    border-bottom: 0px;
    border-right: 0px;
}
footer.et-l.et-l--footer {
    z-index: 0;
    position: relative;
}
.w-400 h2 {
    font-weight: 400;
}

 

#event-popup {
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -47%);
    z-index: 9999;
    width: 90%;
    max-width: 600px;
    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-popup span.meta-item img {
    height: 17px !important;
}
@media (max-width: 600px){
	
	.video-box {
    width: 100%;
		height: 300px;
	}
	.feat-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
	.countdown-row .cd-unit {
		padding: 14px 18px 14px;
	}
	span.cd-lbl {
		margin-top: 3px;
	}
	.feat-next-sub {
    margin-bottom: 10px;
}
	.center-section {
    flex-direction: column;
}
	.fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top a {
    padding: 15px 20px 15px !important;
    font-size: 16px;
}
	.fc-toolbar-chunk h2 {
    font-size: 22px !important;
}
	.fc-header-toolbar.fc-toolbar {
    gap: 8px !important;
}
	.fc-header-toolbar.fc-toolbar {
    padding: 12px;
}
	div#calendar {
    height: 650px !important;
}
}