@font-face {
    font-family: 'Bw Gradual DEMO';
    src: url('../fonts/BwGradualDEMO-Bold.woff') format('woff'),
        url('../fonts/BwGradualDEMO-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Gradual DEMO';
    src: url('../fonts/BwGradualDEMO-Regular.woff') format('woff'),
        url('../fonts/BwGradualDEMO-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Gradual DEMO';
    src: url('../fonts/BwGradualDEMO-Light.woff') format('woff'),
        url('../fonts/BwGradualDEMO-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Gradual DEMO';
    src: url('../fonts/BwGradualDEMO-RegularItalic.woff') format('woff'),
        url('../fonts/BwGradualDEMO-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Gradual DEMO';
    src: url('../fonts/BwGradualDEMO-LightItalic.woff') format('woff'),
        url('../fonts/BwGradualDEMO-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Addington CF */

@font-face {
    font-family: 'Addington CF';
    src: url('../fonts/AddingtonCF-Bold.woff') format('woff'),
        url('../fonts/AddingtonCF-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Addington CF';
    src: url('../fonts/AddingtonCF-Regular.woff') format('woff'),
        url('../fonts/AddingtonCF-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Addington CF';
    src: url('../fonts/AddingtonCF-LightItalic.woff') format('woff'),
        url('../fonts/AddingtonCF-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Addington CF';
    src: url('../fonts/AddingtonCF-RegularItalic.woff') format('woff'),
        url('../fonts/AddingtonCF-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Addington CF';
    src: url('AddingtonCF-Light.woff') format('woff'),
        url('AddingtonCF-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Rollete Qaku Vector */
@font-face {
    font-family: 'Rollete Qaku Vector';
    src: url('../fonts/RolleteQakuVector-Regular.woff') format('woff'),
        url('../fonts/RolleteQakuVector-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html:root, html[data-theme='light'] {
    --primary-accent-color: #fd3231;
    --primary-accent-color-darken: #fc0000;
    --secondary-accent-color: #fbafca;
    --secondary-accent-color-darken: #fd93b9;
    

    --body-font-family: 'Bw Gradual DEMO', Arial, sans-serif;
    --body-font-size: 18px;
    --body-font-weight: 400;
    --body-line-height: 1.6;
    --body-font-color: #261E24; 
}

/****homepagecss****/
/**subscription***/
.price_tag .elementor-widget-container {
    min-height: 550px;
}
.price_tag .elementor-price-table {
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.price_tag .elementor-price-table .elementor-price-table__price{
    padding: 0px;
}
.price_tag ul.elementor-price-table__features-list li div {
    margin: 0px !important;
}
.price_tag{
    text-align: left !important;
        transition: all 500ms 
ease;
ovoverflow: hidden;
border-radius: 25px;
background: #fff;
}
.price_tag:hover div,
.price_tag:hover span,
.price_tag:hover a,
.price_tag:hover h3 {
  color: #fff !important;
}

.price_tag:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.price_tag:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 25px;
    z-index: 0;
    transform: scale(0.1, 1);
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms 
ease;
    background-color: #261E24;
}
/***end***/
.testimonial_slider .swiper-slide{
    height: 320px;
} 
 .testimonial_slider .swiper-slide.swiper-slide-active{
    height: auto;
} 
.founder_msg_bg{
    position: relative;
}
.founder_msg_bg::before{
  content: '';
    background: #f5cfd9;
    top: 0px;
    left: -100%;
    width: 100%;
    position: absolute;
    height: 100%;
}
/***end****/

p {
    margin-bottom: 16px;
}

.window-popup.registration-login-form-popup {
    width: 630px;
    
}
.registration-login-form-popup .registration-login-form {
    background: #F8F8F8;
}

/* register page form */
.registration-login-form-popup #cev-register-form input[type="text"], 
.registration-login-form-popup #cev-register-form input[type="email"],
 .registration-login-form-popup #cev-register-form input[type="password"] {
    padding: 1.6rem 1.1rem .7rem;
}
.registration-login-form-popup #cev-register-form {
    max-width: 500px;
}

#cev-register-form.cev-user-register-form {
    max-width: 700px;
    padding: 30px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 0;
    border-radius: 10px;
    margin-top: 0;
}

#cev-register-form.cev-user-register-form button, .woocommerce-ResetPassword.lost_reset_password button.btn.btn-md.btn-primary  {
    margin-bottom: 20px;
    border: 1px solid #FF95BB;
    background: transparent;
    color: #515365;
    width: 100%;
    font-family: "Bw Gradual Light", Sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 24px 12px 24px;
    margin: auto;
    text-align: center;
}

#cev-register-form.cev-user-register-form button:hover, .woocommerce-ResetPassword.lost_reset_password button.btn.btn-md.btn-primary:hover {
  background: #FF95BB;
    color: #fff;
}

#cev-register-form.cev-user-register-form input[type="text"],
 #cev-register-form.cev-user-register-form input[type="email"],
  #cev-register-form.cev-user-register-form input[type="password"],
  #cev-register-form.cev-user-register-form select,
   #cev-register-form.cev-user-register-form input[type="date"]  {
    padding: 1.6rem 1.1rem .7rem; 
    background: #f2f4f8;
    border: 1px solid #f2f4f8; 
     outline-offset: 0 !important;
     outline: none !important;
    border-color: transparent;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    resize: none;
    border-radius: 10px;
}
#cev-register-form.cev-user-register-form input:focus ,
#cev-register-form.cev-user-register-form input[type="text"]:focus,
 #cev-register-form.cev-user-register-form input[type="email"]:focus,
  #cev-register-form.cev-user-register-form input[type="password"]:focus,
  #cev-register-form.cev-user-register-form select:focus,
   #cev-register-form.cev-user-register-form input[type="date"]:focus  {
    border-color: #fe1923;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    outline-offset: 0;
     outline: none !important;
}


 








#cev-register-form.cev-user-register-form select {
     appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 17px;
}

/* #cev-register-form.cev-user-register-form input:-webkit-autofill,
#cev-register-form.cev-user-register-form input:-webkit-autofill:hover,
#cev-register-form.cev-user-register-form input:-webkit-autofill:focus,
#cev-register-form.cev-user-register-form input:-webkit-autofill:active {
  transition: background-color red ease-in-out 0s;
  background: red !important;
  
}
#cev-register-form.cev-user-register-form select:-webkit-autofill,
#cev-register-form.cev-user-register-form select:-webkit-autofill:hover,
#cev-register-form.cev-user-register-form select:-webkit-autofill:focus,
#cev-register-form.cev-user-register-form select:-webkit-autofill:active {
  transition: background-color red ease-in-out 0s;
    background: red !important;
}

.registration-login-form-popup input:-webkit-autofill,
.registration-login-form-popup input:-webkit-autofill:hover,
.registration-login-form-popup input:-webkit-autofill:focus,
.registration-login-form-popup input:-webkit-autofill:active {
    transition: background-color red ease-in-out 0s; 
      background-color: red !important;
}    */


.form-group.label-static label.control-label, .form-group.label-floating.select-lable-floating label.control-label {
    top: 8px;
    left: 19px;
    font-size: 11px;
    line-height: 1.07143;
}
.admin-approval-pending-heading {
    text-align: center;
    margin-bottom: 32px;
    color: #FF4234;
}
.cev-user-register-form .title.h6 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
    color: #261e24;
    font-family: "Addington CF Bold", Sans-serif;
}
/* end register page form */

/* logon form popup */

.registration-login-form .content .btn-primary {
    margin-bottom: 20px;
    border: 1px solid #FF95BB;
    background: transparent;
    color: #515365;
}
.registration-login-form .content .btn-primary:hover {
    background: #FF95BB;
    color: #fff;
}
.registration-login-form-popup .registration-login-form .title {
     font-size: 26px;
    color: #261e24;
    font-family: "Addington CF Bold", Sans-serif;
}
.registration-login-form .checkbox label, .registration-login-form .remember .forgot {
    font-size: 15px;
}
.registration-login-form .checkbox .checkbox-material .check {
    border: 1px solid #FF95BB;
}
.registration-login-form-popup .registration-login-form {
    padding-left: 0;
}
.registration-login-form-popup ul.nav.nav-tabs {
    display: none;
}
.menu-register-button a{
    margin-left: 15px;
}
.menu-login-button a, .menu-register-button a {
    background: transparent;
    padding: 12px 25px !important;
    border: 1px solid #fcb0cb;
    color: #261e24 !important;
    font-weight: 400 !important;
    border-radius: 5px;
    transition: background 0.3s ease;
    font-weight: 700 !important;
}

.menu-register-button a {
    background: transparent;
    border: 1px solid #ff4234​;
}
.menu-login-button a:hover{
    background: #edeae6;
    color: #ff4234 !important;
}
.menu-register-button a:hover{
    background: #ff95bb;
}
.testimonial_slider .elementor-testimonial__content {
     height: auto; 
/*    min-height: 350px;*/
    display: flex;
    align-items: center;
}

.testimonial_slider .swiper-slide {
  position: relative;
  padding: 20px;
  overflow: hidden; 
}


.testimonial_slider .slide-content {
  max-height: 200px; 
  overflow-y: auto;
  padding: 10px 0;
}

.social_link_footer
 {
    position: fixed;
    top: 385px;
    right: 0px;
    z-index: 20;
}
/* .social_link_footer ul.socials {
    background: #fe0002;
    color: #fff;
    padding: 8px 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(-90deg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 150px;
    display: block;
    position: relative;
    transform-origin: 100% 100%;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border: none;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    gap: 14px;
    justify-content: center;
} */
.social_link_footer ul.socials {
  background: #fe0002;
  color: #fff;
  padding: 8px 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  width: 150px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: none;
  overflow: hidden;

  /* ✅ GRID LAYOUT */
  display: grid;
  grid-auto-flow: column;          /* horizontal layout */
  grid-auto-columns: max-content;  /* fit icons/text naturally */
  gap: 14px;                       /* same as your flex gap */
  justify-content: center;         /* center all items */
  align-items: center;             /* vertical centering */
  direction: rtl;                  /* reverse order like flex row-reverse */
}

.social_link_footer ul.socials li {
  list-style: none;
  direction: ltr; /* ensure icons/text inside are normal direction */
}

.social_link_footer ul.socials i, .social_link_footer ul.socials svg {
    font-size: inherit;
    height: 1.5em;
    overflow: visible;
    vertical-align: -.125em;
    color: #edeae6;
}
.social_link_footer ul.socials li{
    transform: rotate(90deg);
}
.social_link_footer ul.socials li + li {
    margin-left: 0px !important;
}


.price_tag .elementor-price-table {
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.price_tag{
    text-align: left !important;
        transition: all 500ms 
ease;
ovoverflow: hidden;
border-radius: 25px;
background: #fff;
}
.price_tag:hover div,
.price_tag:hover span,
.price_tag:hover a,
.price_tag:hover h3 {
  color: #fff !important;
}

.price_tag:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.price_tag:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 25px;
    z-index: 0;
    transform: scale(0.1, 1);
    -webkit-transition: all 500ms 
ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms 
ease;
    background-color: #261E24;
}

.registerFormBox {
    display: flex;
    flex-wrap: wrap;
}
.registerFormBox .image {
    width: 50%;
}
.registerFormBox .image img {
    width: 100%;
}
.registerFormBox .formContent {
    width: 50%;
}



.crumina-login-form .registration-login-form{
    margin:0px;
    border:none;
    background-color: transparent;
    
}
.crumina-login-form{
    padding: 20px;
}
.crumina-login-form .registration-login-form .title {
    padding: 0px;
    border: none;
    font-size: 30px;line-height: 25px;
    font-weight: 700;
    color: #261e24;
    font-family: "Addington CF Bold", Sans-serif;
    text-align: left;
}
.crumina-login-form .registration-login-form .content {
    padding: 0px;
}

.login-form-right{
    background: #fd93b9;
}
.login-form-right .checkbox .checkbox-material:before{
    background: transparent;
}

.login-form-right .form-group input ,
.login-form-right .form-group input[type="date"], 
.login-form-right .form-group select, 
.login-form-right .form-group textarea {
     outline-offset: 0 !important;
     outline: none !important;
    border-color: transparent;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    padding-left: 30px;
    resize: none;
    border-radius: 10px;
}
.login-form-right .form-group input:focus ,
.login-form-right .form-group input[type="date"]:focus,
.login-form-right .form-group select:focus,
.login-form-right .form-group textarea:focus {
    border-color: #fe1923;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    outline-offset: 0;
     outline: none !important;
}

.login-form-right button {
  padding: 10px 20px;
    border: 1px solid #FF95BB;
    background: transparent;
    background-color: var(--e-global-color-primary);
    font-family: "Bw Gradual Light", Sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 24px 12px 24px;
    margin: auto;
    text-align: center;
}
.login-form-right button:hover {
    background: #FF95BB;
    color: #fff;
}
.post-type-archive-tribe_events .tribe-common img {
    width: auto;
    border-radius: 12px;
    padding: 0px;
    margin: 0px auto 0px auto;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container
 {
    padding-bottom: 20px;
    padding-top: 40px;
}
.post-type-archive-tribe_events #content
 {
    position: relative;
    margin: 80px 0;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__button, 
.post-type-archive-tribe_events .tribe-events button.tribe-events-c-search__button
 {
    background-color: #ff95bb;
     color: #261e24;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__button :hover, 
.post-type-archive-tribe_events .tribe-events button.tribe-events-c-search__button:hover{
     background-color: #261e24;
     color: #fff;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 26px;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a{
    color: #261e24;
}
.post-type-archive-tribe_events .tribe-common p {
    font-size: 18px;
    line-height: 32px;
    color: #261e24;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
    font-size: 14px;
    color: #261e24;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-datetime {
    color: #261e24;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    background: #edeae6;
    padding: 12px;
    height: auto;
    border-radius: 12px;
}
/***eventslist***/
article.post-470::after{
border-radius: 12px;    
}
article.tribe-events-calendar-list__event.post-470 {
    padding: 20px;
}
.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
    order: 1;
    max-width: 850px;
    text-align: center;
}
.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
    order: 1;
    max-width: 850px;
    text-align: center;
    margin: auto;
}
/* .post-470 a.elementor-button.elementor-button-link.elementor-size-sm {
    display: none;
} */
/* Coming Soon overlay for the specific post */
article.post-470 {
  position: relative;         
/*   cursor: not-allowed;        */
}
.tribe-events-nav-pagination {display:none;}
/* Optional: disable clicks inside this post */
article.post-470 a,
.post-470 button {
/*   pointer-events: none; */
}
/* Full-cover overlay */
article.post-470::after {
  font-family: "Rollete Qaku Vector Regular", Sans-serif !important;
}
@font-face {
  font-family: "Rollete Qaku Vector Regular";
  src: url("fonts/RolleteQakuVector-Regular.woff2") format("woff2"),
       url("fonts/RolleteQakuVector-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* article.post-470::after {
     content: "Coming Soon";
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(251, 175, 202, 0.62);
    color: #fe0002;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.1;
    font-size: clamp(18px, 3.2vw, 42px);
    text-align: center;
    font-family: "Rollete Qaku Vector Regular", Sans-serif !important;
    text-transform: capitalize;
    font-size: 100px;
} */
/* article.post-470:before
 {
    content: '';
    background: url('/wp-content/uploads/2025/10/coming-soon-updated.png');
    width: 300px;
    position: absolute;
    left: auto;
    height: -webkit-fill-available;
    z-index: 1;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    /* margin: 0px auto; */
    transform: translate(-50%, -50%);
    background-size: contain;
    max-width: 300px;
	 height: 110px;
	 z-index: 1;
} */
.tribe-events-nav-pagination {display:none;}
/* Optional: disable clicks inside this post */
article.post-470 a,
.post-470 button {
/*   pointer-events: none; */
}
.tribe-events-calendar-list__event-featured-image-wrapper {
    padding-right: 0px !important;
}
/***end***/
.custom-contact-form input[type="submit"] {
    border-radius: 10px;
}
/****nominateform****/
.checkbox-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.checkbox-group input[type="checkbox"]{
    margin-top: 5px;
}
.pb-awards-form [type="checkbox"]:not(:checked) + label{
    padding-left: 10px !important;
}
.pb-awards-form [type="checkbox"]:checked + label, .pb-awards-form [type="checkbox"]:not(:checked) + label{
    padding-left: 10px !important;
}
/****end****/
.post-type-archive-tribe_events .tribe-common .tribe-common-h7,
.post-type-archive-tribe_events .tribe-common .tribe-common-h8{
    color: #261e24;
}
.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn-border, 
.post-type-archive-tribe_events .tribe-common a.tribe-common-c-btn-border,
.single-tribe_events .tribe-common .tribe-common-c-btn-border, 
.single-tribe_events .tribe-common a.tribe-common-c-btn-border{
    background-color: #edeae6;
    border: 1px solid #edeae6;
    color: #261e24;
}
.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn-border:hover, 
.post-type-archive-tribe_events .tribe-common a.tribe-common-c-btn-border:hover,
.single-tribe_events .tribe-common .tribe-common-c-btn-border:hover, 
.single-tribe_events .tribe-common a.tribe-common-c-btn-border:hover{
    background-color: #261e24;
    border: 1px solid #261e24;
    color: #fff;
}
.single-tribe_events #tribe-events-footer,
.single-tribe_events #tribe-events-pg-template{
        padding-bottom: 0px;
 }
@media (min-width: 768px) {
.single-tribe_events #tribe-events-footer,
.single-tribe_events #tribe-events-pg-template{
        padding-bottom: 0px;
    }
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control-icon-svg,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events-schedule h2{
    color: #261e24;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #fe0002;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime span{
    color: #261e24;
}
.post-type-archive-tribe_events  .tribe-events-view {
    border-radius: 15px;
}
body.post-type-archive-tribe_events {
    background-color: #edeae6;
}
.single-tribe_events .tribe-events-schedule {
    margin: 10px 0px;
}
.single-tribe_events .tribe-events-single-event-description.tribe-events-content img {
    border-radius: 12px;
	max-width: 100% !important;
}
.single-tribe_events  .tribe-events-event-image img {
    display: block;
    border-radius: 12px;
	max-width: 100% !important;
}
.single-tribe_events  #tribe-events-subscribe-dropdown-content{
    z-index: 1;
    min-width: auto;
    width: auto;
    left: auto;
    margin: 0px auto;
    position: relative;
    top: auto;
    max-width: 200px;
}
  .single-tribe_events  .tribe-events-content ol, 
    .single-tribe_events .tribe-events-content p, 
    .single-tribe_events .tribe-events-content ul {
        font-size: 15px;
        line-height: normal;
    }
@media (min-width: 768px) {
   .single-tribe_events  .tribe-events-content ol, 
    .single-tribe_events .tribe-events-content p, 
    .single-tribe_events .tribe-events-content ul {
        font-size: 18px;
        line-height: 32px;
    }
}

.tribe-events-single-section {
    width: 100% !important;
/*     background-color: #edeae6 !important; */
    padding: 0px;
    border-radius: 0px;
}
.tribe-events-meta-group-organizer{
    flex-wrap: wrap;
}
.tribe-events-meta-group dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px;
    flex-wrap: wrap;
    min-height: auto;
    gap: 10px;
}
.tribe-events-venue-map div#tribe-events-gmap-0 {
    height: auto !important;
}
.tribe-events-event-meta:before{
    display: none;
}

.tribe-events-meta-group-organizer .tribe-events-meta-group dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}
.tribe-events-meta-group dl {
/*     border: 0.5px solid #333;
    padding: 10px; */
}
.tribe-events-meta-group dl, .tribe-events-meta-group dt, .tribe-events-meta-group dd {
    margin: 0px !important;
}
 .tribe-events-meta-group dt, .tribe-events-meta-group dd {
    width: 208px;
    display: block;
}
span.common_circle_style{
    position: relative;
}

span.common_circle_style:before {
    content: "";
    background: url('/wp-content/uploads/2025/10/circle_b1.png') no-repeat left top 0;
    background-size: 100%;
    width: 414px;
    height: 168px;
    position: absolute;
    left: 15px;
    top: -42px;
    z-index: -1;
}
.common_drop_shape{
    position: relative;
}
/* .common_drop_shape:before {
    content: "";
    background: url('/wp-content/uploads/2025/10/rain_bg1.png') no-repeat right bottom;
    width: 754px;
    height: 317px;
    display: block;
    position: absolute;
    right: -10%;
    bottom: -127px;
    background-size: 100%;
    z-index: 10;
} */
@media only screen and (max-width: 1799px) {
    .common_drop_shape:before {
        top: 10px;
        background-size: 70%;
    }
}


span.b5, span.b2, span.title, span.b7 {
    position: relative;
    display: inline-block;
}
span.title::before {
    content: "";
    background: url(/wp-content/uploads/2025/09/Asset-15.png) no-repeat left top;
    background-size: 100% auto;
    width: 277px;
    height: 78px;
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
}
span.b5::before {
  content: "";
  background: url("/wp-content/uploads/2025/10/b5.png") no-repeat left top;
  background-size: 100% auto;   /* or contain/cover depending on need */
  width: 177px;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: -7px;
  z-index: -1;
}
span.b7:before{
      content: "";
  background: url("/wp-content/uploads/2025/10/Asset-37.png") no-repeat left top;
  background-size: 100% auto;   /* or contain/cover depending on need */
  width: 277px;
      height: 27px;
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
span.b2:before {
    content: "";
    background: url("/wp-content/uploads/2025/10/b3.png") no-repeat left top 0;
    background-size: 100%;
    width: 212px;
    height: 39px;
    position: absolute;
    left: 7px;
    top: 0px;
    z-index: -1;
}
@media only screen and (max-width: 1799px) {
    span.b1:before, span.b2:before, span.b3:before {
        background-size: 80%;
    }
}
@media only screen and (max-width: 1390px) {
    span.b5:before {
        background-size: 75%;
    }
}


@media only screen and (max-width: 1799px) {
    span.common_circle_style:before {
        background-size: 80%;
        top: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .login-form-right{
         background: transparent;
    }
}

.pb-awards-form {
    padding: 0 !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2) !important;
    border: 0 !important;
    border-radius: 10px !important;
}

.ui-block {
    box-shadow: initial;
}
.event-gallery-slider .item {
    margin-right: 20px;
}
.event-gallery-slider.owl-theme .owl-controls .owl-page span {
    opacity: 1 !important;
}
.event-gallery-slider.owl-theme .owl-controls .owl-page.active span {
    background: #FF4234 !important;
}
.event-gallery-slider.owl-theme .owl-controls .owl-page span {
    margin: 8px 8px;
}
.price_tag .elementor-widget-container {
    min-height: 454px;
}

.sub-footer-copyright {
    padding: 20px 0;
}
 .text-color{
    color: #fff !important;
    text-decoration: underline;
}
a.text-color{
    color: #fe0002 !important;
    text-decoration: underline;
}
.common_link_style a{
    font-family: "Rollete Qaku Vector Regular", Sans-serif;
}

img.common_pattern {
    max-width: 250px !important;
    display: inline-block;
    margin: 0px;
    margin-left: 10px;
}
.post-type-archive-tribe_events .crumina-stunning-header {
    position: relative;
/*     padding: 150px 0px; */
}
.post-type-archive-tribe_events .crumina-stunning-header:before {
/*     content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 116px;
    background: url(/wp-content/uploads/2025/10/calendar-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%); */
}
.social_link_footer ul li:nth-child(3) {
    padding: 0px 5px;
}
.social_link_footer ul li:nth-child(3) a svg, .footer ul.socials li:nth-child(3) a svg{
    display: none;
}
.social_link_footer ul li:nth-child(3) a:before {
    content: '';
    position: absolute;
    left: -3px;
    width: 17px;
    height: 17px;
    background: url('/wp-content/uploads/2025/10/twitter-white.png');
    background-size: contain;
    text-align: center;
    top: -10px;
    /* margin-bottom: 5px; */
    background-repeat: no-repeat;
}
.footer ul.socials li:nth-child(3) a{
    position: relative;
}
.footer ul.socials li:nth-child(3) a:before {
    content: '';
    position: absolute;
    left: -7px;
    width: 17px;
    height: 17px;
    background: url('/wp-content/uploads/2025/10/twitter-color.png');
    background-size: contain;
    text-align: center;
    top: -13px;
    background-repeat: no-repeat;
}
/***timeline****/
.award_timeline_vertical{
    position: relative;
}
.award_timeline_vertical:after {
    content: "";
    width: 2px;
    height: 60%;
    background: #fe0002;
    position: absolute;
    left: 0;
    right: 0;
    margin: 120px auto;
    top: 50px;
}
.awardsBox {
    margin-top: 10px;
}
.awardsBox:nth-child(even) .date_timeline {
    padding-right: 40px;
    padding-left: 0;
}
.awardsBox .date_timeline {
    padding-right: 40px;
    position: relative;
    margin-bottom: 30px;
}
.awardsBox:nth-child(even) .text_award {
     padding-left: 40px;
     padding-right: 0;
}
.awardsBox .text_award {
    padding-left: 40px;
    position: relative;
/*     margin-bottom: 30px; */
    margin-bottom: 0px;
}
.awardsBox:nth-child(even) .date_timeline:before {
    right: 0;
    top: 0;
    left: auto;
}
.awardsBox .date_timeline:before {
    content: "";
    width: 70%;
    height: 2px;
    background: #fe0002;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
	right: 0;
    top: 0;
    left: auto;
}

.awardsBox .date_timeline:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #fe0002;
    border-radius: 100%;
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #fff;
	right: -6px;
    left: auto;
}
.awardsBox:nth-child(even) .date_timeline:after {
    right: -6px;
    left: auto;
}
   
.awardsBox .text_award .elementor-widget-container {
    box-shadow: 3px 0px 2px #ff95bb;
} 
.awardsBox:nth-child(even) .text_award .elementor-widget-container {
    box-shadow: 3px 0px 2px #ff95bb;
}
.date_timeline .elementor-widget-container {
    max-width: 230px;
    box-shadow: 5px 3px 6px #ff95bb;
}
@media only screen and (max-width: 1024px){
    .award_timeline_vertical:after {
    margin: 80px auto;
    height: 65%;
	top: 71px;	
}
}
/****endtimeline****/
/***mobiletimeline****/
.mobiletimeline .awardsBox .elementor-container.elementor-column-gap-default:after {
    content: "";
    width: 1px;
    height: 100%;
    background: red;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mobiletimeline .awardsBox:nth-child(even) .date_timeline {
    padding-right: 40px;
    padding-left: 0;
}
.mobiletimeline .awardsBox .date_timeline {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}
.mobiletimeline .awardsBox:nth-child(even) .text_award {
     padding-left: 40px;
     padding-right: 0;
}
.mobiletimeline .awardsBox .text_award {
    padding-right: 40px;
    position: relative;
    margin-bottom: 30px;
}
.mobiletimeline .awardsBox:nth-child(even) .date_timeline:before {
    right: 0;
    top: 0;
    left: auto;
}
.mobiletimeline .awardsBox .date_timeline:before {
    content: "";
    width: 70%;
    height: 1px;
    background: red;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.mobiletimeline .awardsBox .date_timeline:after {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mobiletimeline .awardsBox:nth-child(even) .date_timeline:after {
         right: -4px;
    left: auto;
}
   
.mobiletimeline .awardsBox .text_award .elementor-widget-container {
    box-shadow:  4px 3px 6px rgb(255, 149, 187, 0.5);
} 
.mobiletimeline .awardsBox:nth-child(even) .text_award .elementor-widget-container {
    box-shadow: 4px 3px 6px rgb(255, 149, 187, 0.5);
}
.mobiletimeline .awardsBox {
     margin-top: 0px; 
}
@media (max-width: 767px){
.mobiletimeline .awardsBox .elementor-container.elementor-column-gap-default:after {
    content: "";
    width: 1px;
    height: 100%;
    background: red;
    position: absolute;
    left: 3px;
    right: auto;
    margin: 0 auto;
}
.mobiletimeline .awardsBox:nth-child(even) .date_timeline {
    padding-right: 0;
    padding-left: 40px;
}
.mobiletimeline .awardsBox:nth-child(even) .date_timeline:before {
    right: auto;
    top: 0;
    left: 0px;
}
.mobiletimeline .awardsBox:nth-child(even) .date_timeline:after {
    right: auto;
    left: -2px;
}
.mobiletimeline .awardsBox .text_award {
    padding-right: 0;
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.mobiletimeline .awardsBox .text_award .elementor-widget-container {
    box-shadow: 4px 3px 6px rgb(255, 149, 187, 0.5);
}
.mobiletimeline .awardsBox .date_timeline:after {
    left: -2px;
}
}
/****endmobiletimeline****/
.header--standard .current-menu-item a {
    color: #fe0002;
}
/****blogstyle****/
.page-template-blog-template  #content, .single-post #content, .dashboard_layout{
    background-image: url('/wp-content/uploads/2025/10/Background-1-scaled.jpg');
}
.page-template-blog-template .ui-block-title .filter-icons{
   display: none !important;
}
.page-template-blog-template  #content .ui-block {
    border-radius: 12px;
}
.page-template-blog-template.elementor-page #content,
.single-post #content
 {
    padding: 60px 0;
    margin: 0px;
}
/* .page-template-blog-template .post-content .post-title.entry-title,
.single-post .blog-post .post-title{
  font-size: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.3;   
  max-height: calc(1.3em * 2);
  font-family: "Addington CF Bold", Sans-serif; 	
} */
/* .page-template-blog-template .post-content p,
.single-post .blog-post .post-content P{
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: calc(32px * 5);
} */
.page-template-blog-template .blog-post .post-thumb {
    border-radius: 12px 12px 0 0;
}
.page-template-blog-template .blog-post, .single-post .related-posts .blog-post{
    background: #f5cfd9;
    border-radius: 12px;
}
.page-template-blog-template .sorting-item .blog-post .post-thumb,
.page-template-blog-template .blog-post.post_format-post-format-link  .post-thumb{
    border-radius: 12px;
}

.page-template-blog-template .blog-post  .post-additional-info {
    margin: auto 25px 20px;
    display: none;
}
.page-template-blog-template .blog-post .comments-shared {
	border-top: 1px solid #e1a7bc;
    margin: auto 25px 20px;
    padding: 20px 0 0;
}
.page-template-blog-template .post-category .bg-primary {
    background-color: #fe0002;
}
.page-template-blog-template .post-category,
.single-post .post-category{
    display: inline-block;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 12px;
	margin-bottom: 10px;
}
.single-post .post-thumb {
    border-radius: 12px 12px 0 0;
}
.social_share_icons li:hover {
    box-shadow: inset 0 -40px 0 0 #fe0002;
}
.single-post .blog-post .post-title {
    font-size: 22px;
    color: #261E24;
	font-weight: 400;
}
h1.post-title.entry-title.news-post-title, h1.tribe-events-single-event-title.events_detail_title {
    font-family: 'Bw Gradual DEMO';
    font-weight: 600;
    font-size: 35px;
	color: #261e24;
}
.single-post .blog-post .post-content P{
	font-size: 16px;
}
.with-title-decoration .heading-title
 {
	font-family: "Addington CF Bold", Sans-serif; 
    position: relative;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
	color: #261e24;
}
/****endblog****/
/****otherpsges****/
.page-template-jury-dashboard-template #content, 
.page-template-admin-dashboard-template #content
 {
    margin: 0px;
}
.page-template-jury-dashboard-template #content .dashboard_layout, 
.page-template-admin-dashboard-template #content .dashboard_layout{
	padding: 70px 0px;
}
.dashboard_layout .medium-padding80 {
    padding: 20px 0;
}
.dashboard_layout h1 {
    color: #261E24;
    font-family: "Addington CF Bold", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
}
.award-block-style tbody tr:nth-child(odd) {
  background: #edeae6;
}

.award-block-style tbody tr:nth-child(even) {
  background: #ffffff;
}
.award-block-style tbody tr.bg_style {
    background: #ff95bb !important;
}
.award-block-style thead {
    background: #fcb0cb;
    color: #261E24;
}
.award-block-style thead th {
    font-weight: 700;
    font-size: 17px;
    padding: 14px 10px;
	font-family: "Addington CF Bold", sans-serif;
}
.award-block-style thead {
    background: #fcb0cb;
    color: #261E24;
    font-weight: 400;
}
.view_evaluate, .view_details, .view_evaluation {
    background: #fe0002;
    padding: 5px 10px;
    color: #fff;
    margin: 0px auto;
    display: block;
    width: 140px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
	font-weight: 500;
	transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.view_details{
  background: #261e24;	
}
.view_evaluation{
    background: #fcb0cb;
    color: #261E24;		
}
.view_evaluate:hover, .view_evaluation:hover {
  background: #261e24; 
  color: #fff;
}
.view_details:hover{
  background: #fe0002;	
  color: #fff;
}
.award-block-style h2
 {
    font-weight: 600;
    color: #261e24;
	font-size: 26px;
}
.nominee-details-row table tr td
{
    font-size: 15px;
}
.nominee-details-row tr td:nth-child(1) {
    font-weight: 700;
}
.common_content_box {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}
.award-block-style > table{
    border-radius: 12px !important;
    overflow: hidden;
}
.common_content_box h3 {
    font-size: 20px;
    color: #fe0002;
    font-weight: 700;
}
.common_content_box ul li {
    font-size: 15px;
}
.common_content_box  .criteria-group {
    background: #fafafa;
    padding: 20px 15px;
    border-radius: 5px;
}
.common_content_box .criteria-group table tr th {
    background: #fcb0cb;
    color: #261E24;
    font-weight: 400;
}
.common_content_box .criteria-group table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.common_content_box .criteria-group table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.common_content_box a.button svg {
    width: 26px;
    fill: #fe0002;
}
.common_content_box button {
    background-color: #fe0002;
    font-family: "Bw Gradual Light", Sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 22px 10px 22px;
    color: #fff;
}
.common_content_box .criteria-group table.range-table td {
    font-size: 15px;
}
.common_content_box .criteria-group table.range-table td:first-child {
  width: 650px;   
}

/***customrange***/
td.custom-range {
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  line-height: 10px;
  padding: 0px;
}

/* Filled portion (Chrome, Edge, Safari) */
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(to right, #fe0002 0%, #fe0002 var(--range-progress, 0%), #ddd var(--range-progress, 0%));
  border-radius: 3px;
  line-height: 10px;
}

/* Thumb (the circle) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  line-height: normal;
  border-radius: 50%;
  background: #fe0002;
  cursor: pointer;
}

/* Firefox support */
input[type="range"]::-moz-range-progress {
  background-color: #fe0002;
  height: 6px;
  line-height: normal;
}
input[type="range"]::-moz-range-track {
  background-color: #ddd;
  height: 6px;
  line-height: normal;
}
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  line-height: normal;
  border-radius: 50%;
  background: #fe0002;
  cursor: pointer;
}


/* ✅ Centered thumb fix */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fe0002;
  cursor: pointer;
  margin-top: -6px; /* Centers thumb on track */
  transition: background 0.3s ease;
}


/* Remove outline on focus */
input[type="range"]:focus {
  outline: none;
}

/***end***/


.events_tickets .tribe-events-single-section{
	gap: 15px;
	margin-bottom: 20px;
    display: flex;
}
.events_tickets .tribe-events-meta-group {
    background: transparent;
    border-radius: 12px;
	padding: 25px 16px;
    text-align: left;
	margin: 0px;
	border: 1px solid #f5cfd9;
}
dd.tribe-venue-location {
    font-weight: 600;
}
.events_tickets .tribe-events-meta-group dt, .events_tickets .tribe-events-meta-group dd {
    width: auto;
}
.events_tickets .tribe-events-meta-group dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: start;
    row-gap: 10px;
    column-gap: 10px;
    margin: 0;
}
.events_tickets .tribe-events-meta-group.tribe-events-meta-group-venue  dl {
    grid-template-columns: 1fr;
}
.events_tickets .tribe-events-meta-group.tribe-events-meta-group-organizer dl {
    display: grid;
    grid-template-columns: 1fr;
}
.events_tickets .tribe-tickets__rsvp-wrapper {
    width: 100%;
    margin-top: 30px !important;
    display: inline-block;
    border-radius: 12px !important;
    max-width: 100% !important;
}
.events_tickets .event-tickets .tribe-tickets__rsvp-availability {
    font-size: 20px;
}
.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn {
    font-size: 18px;
    padding: 8px 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: #fe0002;
}
.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn:hover{
   padding: 8px 25px;
   background: #261e24;
}
.event_gallery_layout {
    display: grid;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
}
.event_gallery_layout img {
    max-width: 100%;
    object-fit: contain;
    max-width: 409px;
    border-radius: 10px;
}
.events_tickets  .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__rsvp-form-input-number {
        max-width: 100%;
 }
.events_tickets .event-tickets .tribe-tickets__form .tribe-tickets__form-field-label, .event-tickets .tribe-tickets__form label {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.events_tickets .event-tickets .tribe-tickets__rsvp-form-button--cancel {
    background: #fcb0cb;
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin: 0px;
	font-size: 18px;
    font-weight: 500;
}
button.tribe-common-c-btn.tribe-tickets__rsvp-form-button {
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 500;
    background: #fe0002;	
}
.events_tickets .tribe-link-view-attendee {
    margin-top: 35px;
    border-top: 0px !important;
}
/***endotherpages****/

/*****blogpost****/
.page-template-blog-template #content, 
.post-type-archive-articles #content,
.post-type-archive-gallery #content,
.single-gallery #content
 {
    padding: 60px 0;
    margin: 0px;
}
.post-list.post_list_layout {
/*     display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px; */
}
/* .post-list.post_list_layout {
  display: grid;
	grid-template-columns: repeat(2, 2fr);
  grid-auto-rows: masonry;
  gap: 20px;
} */
.post-list.post_list_layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-rows: masonry;
  gap: 20px;
}
.single-post-olympus .post-thumb img
 {
    margin-top: 50px;
    border-radius: 12px;
}
.page-template-blog-template  #content, 
.single-post #content, .dashboard_layout, 
.post-type-archive-articles #content,
.post-type-archive-gallery #content,
.single-gallery #content{
    background-image: url('/wp-content/uploads/2025/10/Background-1-scaled.jpg');
}
.post_list_layout .entry-title.post-title{
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.3;   
  max-height: calc(1.3em * 2);
  font-family: "Addington CF Bold", Sans-serif; 
  font-weight: 700;
}
.post_list_layout .ui-block {
    border-radius: 12px;
    padding: 24px;
	padding-bottom: 12px;
	 margin: 0;
}
.post_list_layout .post-thumb {
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
	max-height: 250px;
    min-height: 250px;
}
.post_list_layout .post-thumb img {
    border-radius: 5px;
}
.post_list_layout .post-additional-info {
	padding: 10px 0 0;
    margin-top: 8px;	
}
.olympus-theme-sidebar
 {
    padding: 0px 20px;
}
.olympus-theme-sidebar h6.title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Bw Gradual DEMO';
}
.olympus-theme-sidebar ul{
	padding: 10px !important;
}
.olympus-theme-sidebar ul li
 {
    margin-top: 15px !important;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}
.widget_olympus_latest_posts  .blog-post .post-content {
    padding: 15px 20px;
}
.widget_olympus_latest_posts .entry-title.post-title {
    font-size: 16px;
    font-weight: 700;
    color: #261e24;
}

 .pagination .page-link {
    border-radius: 5px;	 
	color: #261e24;
    background: #f5cfd9;
    border-color: #f5cfd9;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0.9rem 1.2rem;
    margin-left: -1px;
    line-height: 1.25;
    font-weight: 400;
}
.pagination .page-link.active {
    background-color: #fe0002;
    border-color: #fe0002;
}
.post-add-icon {
    fill: #f5cfd9;
    color: #f5cfd9;
    transition: all .3s ease;
	cursor: pointer;
}
.post-add-icon:hover {
    fill: #fe0002;
    color: #fe0002;
}
.social_share_icons li button {
    color: #f5cfd9;
}
.blog-post:hover .post-title a ,
.post:hover .post-title a{
    color: #fe0002;
}
.post-add-icon span {
    color: #261e24;
}
.social_share_icons li:hover button{
	color: #fff;
}
.social_share_icons button svg {
    fill: #f5cfd9;
}
.social_share_icons.more-dropdown {
    align-items: center;
    justify-content: center;
}
.post-type-archive-gallery .stunning-content-item + .stunning-content-item,
.post-type-archive-articles .stunning-content-item + .stunning-content-item,
.single single-gallery .stunning-content-item + .stunning-content-item,
.single-articles .stunning-content-item + .stunning-content-item,
.stunning-content-item + .stunning-content-item{
    margin-top: 0px;
}
.single-articles #content .ui-block .single-post-v3 {
    padding: 60px 40px 0;
    padding-top: 0px;
}
/****endblog****/
.post-add-icon > svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.social_share_icons.more-dropdown li:first-child button, .control-block-button.post-control-button button:nth-child(2){
    position: relative;
}
.social_share_icons.more-dropdown li:first-child button svg,
.control-block-button.post-control-button button:nth-child(2) svg{
	visibility: hidden;
	opacity: 0;
}
.social_share_icons.more-dropdown li:first-child button:before,
.control-block-button.post-control-button button:nth-child(2):before{
    content: "\e61b";
	position: absolute;
	font-family: 'fontawesome';
	font-size: 17.5px;
}
.social_share_icons.more-dropdown li:nth-child(2) button{
	font-size: 17px;
}
.past_events_list_show.tribe-common .tribe-common-g-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	gap: 30px;
}	

.past_events_list_show img {
    margin: 0px auto;
    text-align: center;
    display: block;
    border-radius: 12px;
}
a.pass-event-link {
    position: absolute;
    right: 10px;
    top: 0px;
    background: transparent;
    padding: 5px 0px;
    color: #fe0002 !important;
    border-bottom: 1px solid #fe0002;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
/* a.pass-event-link:hover{
	background: #261e24;
    color: #fff !important;
} */
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    padding: 5px 0px;
    color: #fe0002 !important;
    border-bottom: 1px solid #fe0002 !important;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button .tribe-common-c-svgicon__svg-fill {
    fill: #fe0002 !important;
}
.event-tabs .tab-buttons{
	background: transparent !important;
}
.single-articles #content,
.single-tribe_events #content{
	margin: 0px;
	padding: 60px 0px;
}
.single-articles #content .categories-and-reactions-wrap {
    display: none;
}
.single-post #content, 
.single-articles #content,
.single-gallery #content,
.single-tribe_events #content{
    background-color: #F5F5F5;
    background-image: url('/wp-content/uploads/2025/10/Publisher_Main-Logo-Negative-768x629.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;	
}
.single-post #content .medium-padding80,
.single-articles #content .medium-padding80{
	padding-bottom: 0px;
	padding-top: 40px;

}
.single-post #content .ui-block, 
.single-articles #content .ui-block,
.single-tribe_events  #tribe-events-pg-template
{
    background-color: transparent;
}
.single-tribe_events  #tribe-events-pg-template{
	padding: 0px 20px;
}
.single-post #content:before, 
.single-articles #content:before,
.single-gallery #content:before,
.single-tribe_events #content:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #F7F5F5;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.award-block-style table {
    border-radius: 12px !important;
    overflow: hidden;
}
.award-block-style a.button svg {
    width: 20px;
    fill: #fe0002;
}
.post-1210 .elementor-shape.elementor-shape-top,
.post-1210  .elementor-shape.elementor-shape-bottom,

.post-2506 .elementor-shape.elementor-shape-top,
.post-2506  .elementor-shape.elementor-shape-bottom,

.post-827 .elementor-shape.elementor-shape-top,
.post-827  .elementor-shape.elementor-shape-bottom
{
    display: none;
}
.past_events_layout .common_title_limit {
  display: -webkit-box;
  -webkit-line-clamp: 1;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1; /* optional: controls spacing */
  height: auto;  /* 1.4em * 2 lines */
}

/***toolkitopt***/
.toolkit_category_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns for large screens */
    gap: 15px;
    row-gap: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.toolkit_category_list_wrapper {
    background-color: #F5CFD980;
    border-radius: 12px;
    padding: 30px;
}
.toolkit_category_list_wrapper p {
    max-width: 890px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 30px;
}
.toolkit_category_list_wrapper  + .toolkit_category_list_wrapper {
   margin-top: 30px;	
}
@media (max-width: 1024px) {
  .toolkit_category_list {
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
  }
}
@media (max-width: 768px) {
  .toolkit_category_list {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .toolkit_category_list {
    grid-template-columns: 1fr; /* 1 column */
    gap: 15px;
  }
}

.toolkit_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
	max-width: 270px;
}
.toolkit_category .toolkit_image {
    max-height: 270px;
    overflow: hidden;
    border-radius: 10px;
    max-width: 270px;
	margin-bottom: 10px;
}
.toolkit_image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.toolkit_image img {
  width: 100%;
  transition: transform 0.4s ease;
  display: block;
}
/* Overlay container */
.image_overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  padding: 15px;
  text-align: center;
}
/* Hover effect */
.toolkit_image:hover img {
  transform: scale(1.1);
}
.toolkit_image:hover .image_overlay {
  opacity: 1;
  transform: translateY(0);
}
.toolkit_category h4{
    font-family: "Bw Gradual Bold", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
	color: #261E24;
	margin: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4em;
	max-height: 2.8em;
}
.toolkit_category .short_description p {
    font-family: "Bw Gradual Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
	color: #fff;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.8em;
  margin: 0px;
}
a.download_ic {
    position: absolute;
    right: 10px;
    top: 4px;
    background: transparent;
    z-index: 999;
    color: #fff;
    font-size: 26px;
    border: 0px;
}
.toolkit_category  a.download_toolkit {
    background: #fe0002;
    padding: 7px 22px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Bw Gradual Regular';
	cursor: pointer;
}

/****endtoolkit****/
/****myprofile****/
button.youzify-save-options, .youzify-account-settings-menu .youzify-menu-icon i,
body #youzify button[type='submit']{
    background: #FE0002 !important;
}

/***endprofile***/
/***membershipevents***/
.exclusive_discount h3 {
    
}
.exclusive_discount .member-events-title {
	margin-bottom: 10px;
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 5px;
}
.exclusive_discount .member-events-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.exclusive_discount .member-event-item {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	align-items: center;
}
.exclusive_discount .member-event-item:last-child { border-bottom: none; }
.exclusive_discount .member-event-thumb img {
    width: 120px;
    height: 120px;
    object-fit: contain;
	border-radius: 6px;
}
.exclusive_discount .member-event-content { flex: 1; }
.exclusive_discount .member-event-date {
	font-size: 0.9rem;
	color: #261e24;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.exclusive_discount .member-event-title a {
	font-size: 1rem;
	font-weight: 600;
	color: #261e24;
	text-decoration: none;
}
/* .member-event-title a:hover { color: #0073aa; } */
.exclusive_discount .member-event-excerpt {
	font-size: 0.85rem;
	color: #666;
	margin-top: 4px;
}
.exclusive_discount .member-event-coupon {
	font-size: 0.85rem;
	color: #261e24;
	margin-top: 6px;
	font-weight: 500;
}
/***end***/
/***articles****/
.post-type-archive-articles .blog-post .post-title
 {
    color: #fcb0cb !important;
    font-weight: 700;
    font-size: 24px;
}
.post_articles_list .post__author, .post_gallery_list .post__author {
    margin-bottom: 0px;
}
nav.navigation.pagination {
    justify-content: center;
}
 .pagination .page-numbers, .past_events_layout .page-numbers {
    border-radius: 5px;
    color: #261e24;
    background: #f5cfd9;
    border-color: #f5cfd9;
	font-size: 16px;
    letter-spacing: 0.5px; 
	padding: 0.9rem 1.2rem;
    margin-left: -1px;
    line-height: 1.25;
}
.page-numbers.current, .nav-links .page-numbers.current, .past_events_layout .page-numbers.current {
	background-color: #fe0002 !important;
	border-color: #fe0002 !important;
	color: #fff;
}
.past_events_layout .elementor-pagination{
    margin-top: 50px;
}
/****endarticle****/
.events_other_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.events_other_link a {
    background: transparent;
    padding: 5px 0px;
    color: #261e24;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 700;
	letter-spacing: 0.5px;
}
.events_other_link a.active {
    color: #fe0002;
    border-bottom: 1px solid #fe0002;
}
.stunning-header--content-center .stunning-header-content-wrap {

    width: 100%;
}
#stunning-header .stunning-header-content-wrap *
 {
    color: #fe0002;
}
#stunning-header h1.stunning-header-title,
.post-type-archive-tribe_events #stunning-header .stunning-header-text {
    color: #fe0002;
    font-size: 100px;
    font-family: "Rollete Qaku Vector", Sans-serif;
    font-size: 105px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
	line-height: 1;
	min-height: 127px;
}
.post-type-archive-tribe_events #stunning-header .stunning-header-text {
	min-height: auto;
}
.page-id-9521 #stunning-header h1.stunning-header-title, .page-id-9521 #stunning-header .stunning-header-text {
    color: #ffffff;
}
.page-id-9521 #stunning-header .stunning-header-text{
    font-size: 24px;
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 15px;
    font-family: 'Addington CF';
}
#content.paper_bg {
   background-image: url('/wp-content/uploads/2025/10/Background-1-scaled.jpg');	
	margin: 0px;
}
.paper_bg .common_content_box .criteria-group table.range-table td:first-child {
    width: 75%;
}
#content.paper_bg {
 padding: 70px 80px;
} 
 .paper_bg #tribe-events-pg-template {
    margin: 0 auto;
    max-width: 1300px;
    border-radius: 12px;
} 
.single.single-tribe_events #tribe-events-pg-template .common_content_box {
    padding: 0px;
}
#tribe-events-footer {
    border-top: 0px;
}
.single.single-tribe_events .common_content_box .criteria-group table.range-table td.custom-range input[type="range"] {
	width: 94%;
}
span.total_count_show
 {
    max-width: 50px;
    width: 50px;
}
.award_filter_style {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: center;
    margin-bottom: 30px;
}
select.archived-select {
    padding-top: 12.4px;
    padding-bottom: 12px;
    font-size: 16px;
    max-width: 83%;
    margin-right: 10px;
}
.common_font_rollete h1,
.common_font_rollete h2,
.common_font_rollete h3,
.common_font_rollete h4,
.common_font_rollete h5,
.common_font_rollete h6{
	font-family: "Rollete Qaku Vector", Sans-serif !important;
}
.common_font_acf h2{
  font-family: "Addington CF", Sans-serif !important;	
  font-display: swap;
}
/***singlenewroom***/
.single-post .blog-post.single-post-olympus .post-thumb img
 {
    margin-top: 0px;
}
.single-post .blog-post.single-post-olympus.single-post-v3 {
    padding: 40px 40px 0;
}
.single-post .blog-post.single-post-olympus.single-post-v3 .post-thumb {
    max-width: 1030px;
    margin: 0px auto;
    margin-bottom: 50px;
	max-height: 800px;
    overflow: hidden;
    border-radius: 12px;
}
/***endnewsroom***/
.common_space_around .elementor-column-gap-default{
    padding: 0px 12px;
}
.board_member_content_popup .ecs-popup-body {
    max-height: 450px;
    overflow-y: scroll;
	max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 10px;
    box-sizing: border-box;
}
.event_gallery_layout img{
    width: 100%;	
}
.price_tag	.elementor-ribbon{
	right: 0px;
	top: 0px;
}	
.crumina-heading{
	display: block;
}
.ecs-modal.board_member_content_popup{
	height: 100%;
}
.ecs-modal.board_member_content_popup .ecs-close{
	z-index: 222;
	font-size: 36px;
    top: 0px;
}
/****loginpage****/
.password-eye-wrap .password-eye
 {
    text-decoration: none;
    font-size: 16px;
    color: #f5cfd9;
    position: absolute;
    right: 15px;
    top: 1.8rem;
    transform: translate(0, -50%);
    z-index: 9;
}

/***end****/

/****gallerypage****/
.gallery-filters select, select.archived-select {
    background: #f5cfd9;
    border-radius: 5px;
	padding: 13px 25px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 24px;
}
.gallery-filters select, select.archived-select {
  appearance: none;           /* Remove default arrow (most browsers) */
  -webkit-appearance: none;   /* Safari/Chrome */
  -moz-appearance: none;      /* Firefox */
  background: #fff url("data:image/svg+xml;utf8,<svg fill='%23000' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 12px center;
  background-size: 30px;
  padding: 10px 40px 10px 15px; /* extra right padding for arrow */
  cursor: pointer;
}

/* Optional hover/focus styles */
.gallery-filters select:hover,
.gallery-filters select:focus {
  border-color: #fe0002; /* your red theme */
  outline: none;
}

.gallery-filters {
    margin-bottom: 20px;
}
.gallery-filters form{
	flex-wrap: nowrap;
	gap: 15px;
	margin: 0px;
}
.filter_button_style {
    display: flex;
}
.filter_reset_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.filter_reset_btn a.btn, button.reset-archive {
    background: #f5cfd9;
    border: 0px;
    color: #261e24;
	border-radius: 5px;
}
.filter_reset_btn button.btn, button.reset-archive{
    padding: 13px 25px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 24px;
	background-color: #fe0002;
    border-color: #fe0002 !important;
}
.filter_reset_btn a.btn {
    background: #f5cfd9;
    border: 0px;
    color: #261e24;
    padding: 13px 25px;
	border-radius: 5px;
}
button.reset-archive{
	background: #f5cfd9;
    color: #261e24;
}
.post-type-archive-gallery .blog-post .post-thumb {
    max-height: 250px;
    overflow: hidden;
}
.post-type-archive-gallery .blog-post .post-title{
	color: #261e24 !important;
    font-weight: 700;
    font-size: 22px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
}
.post-type-archive-gallery .blog-post.gallery {
    margin: 0px;
}
.post-type-archive-gallery .blog-post .post-content p.text-muted{
	color: #261e24 !important;
}
.single_gallery_view .ui-block {
    background: transparent;
	margin: 0px;
}
.single_gallery_view h1.entry-title {
    color: #261E24;
    font-family: "Addington CF Bold", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}
.single_gallery_view .gallery-item img {
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

/***end***/

/****neweventslist-12-11-25****/
.event_common_mix_list {
    margin-bottom: 0px;
}
.event_common_mix_list h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #261e24;
}
h2.events-section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #261e24;
}
.common_events_all {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    position: relative;
}
.events_list_box{
/*    background: #fff;
    padding: 40px;
    border-radius: 15px*/;
    margin-bottom: 40px;
}
.common_filter_events {
/*    background: #fff;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 50px;*/
    margin-bottom: 40px;
}
.common_filter_events form.events-search-form {
    display: flex;
    gap: 10px;
}
form.events-search-form {
    display: flex;
    gap: 0px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 0px 20px 0px 0px;
    align-items: center;
    margin-bottom: 30px;
}
form.events-search-form input[type="text"] {
    padding: 23px 13px;
    background: transparent;
    border: 0px;
}
.common_filter_events form.events-search-form button {
    background-color: #ff95bb;
    color: #261e24;
    padding: 10px 20px;
    font-size: 14px;
    min-width: max-content;
    max-width: 118px;
    font-weight: 700;
    border-radius: 4px;
    min-height: auto;
    display: inline-block;
    margin: 7px 0px;
}
.common_filter_events form.events-search-form button:hover{
    background-color: #261e24;
    color: #fff;
}
.cevents_box_archive_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
}
.event_post_list_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cevents_box_archive_link  a.evnt_btn_link {
    padding: 5px 0px;
    color: #fe0002 !important;
    border-bottom: 1px solid #fe0002;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
a.event_today {
    padding: 6px 15px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    color: #5d5d5d;
    border-radius: 4px;
}
.event_prevoius_next {
    display: flex;
    gap: 30px;
    align-items: center;
}
ul.common_events_list_link {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    gap: 20px;
}
ul.common_events_list_link li svg {
    width: 14px;
    fill: #d5d5d5;
}
.event-content-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.event-content-box .event-date-manual .event-date-style {
    background: #edeae6;
    padding: 12px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
    border-radius: 12px;
}
.event-content-box .event-date-manual {
    padding-right: 30px;
}
.event-content-box .event-date-manual .event-date-style span.month {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
}
.event-content-box .event-date-manual .event-date-style span.day {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.event-content-box {
    color: #261e24;
    padding-top: 40px;
    border-top: 1px solid #d5d5d5;
    margin-top: 40px;
}
.past-events {
    margin-top: 40px;
}
.event-content-box:nth-child(1){
    border: none;
    margin: 0px;
    padding: 0px;
}
.event-content-box .event-meta-summary {
    padding: 0px 30px;
    color: #261e24;
    max-width: 640px;
    min-width: 640px;
}
.event-content-box .event-meta-summary .event-meta p{
    font-size: 14px;
    margin-bottom: 6px;
}
.event-content-box .events_list_short {
    display: flex;
    gap: 30px;
}
.event-content-box  .event_post_thumb {
    max-width: 400px;
    border-radius: 12px;
    overflow: hidden;
}
.event-content-box .event_post_thumb img {
    border-radius: 12px;
}
.event-content-box  .event-meta-summary h3 {
    font-weight: 700;
    font-size: 26px;
    color: #261e24;
}
.common_events_all .tribe-events-calendar-list__month-separator {
    align-items: center;
    display: flex;
}
.common_events_all .tribe-events-calendar-list__month-separator:after {
    background-color: #d5d5d5;
    content: "";
    display: block;
    flex: auto;
    height: 1px;
    margin-left: 20px;
}
.common_events_all .tribe-events-calendar-list__month-separator time{
    color: #261e24;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;

}
.common_not_found .tribe-events-c-messages__message {
    display: flex;
    justify-content: center;
    padding: 16px;
    background-color: rgba(20, 24, 39, 0.07) ;
}
.common_not_found  .tribe-common-c-svgicon--messages-not-found g{
    fill: none;
}
.common_not_found .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg {
    display: inline-block;
    margin-right: 12px;
}
.common_not_found .tribe-common-c-svgicon--messages-not-found path {
    stroke: #261e24;
}
.common_not_found .tribe-common-c-svgicon--messages-not-found {
    width: 22px;
}
.common_not_found .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
    stroke: #FF0000 !important;
}
.common_not_found .tribe-common-c-svgicon {
    color: red;
}
/****eventsloader***/
/*.events_loader_view{
  min-height: 700px;
  position: relative;
  width: 100%;
}
*/
.events_loader_view .tribe-events-view-loader {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    border-radius: 15px;
}
.events_loader_view  .tribe-events-view-loader__dots.tribe-common-c-loader {
    display: flex;
    gap: 10px;
    height: 100%;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
    padding-top: 250px;
}
.events_loader_view .tribe-common-a11y-visual-hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.events_loader_view .tribe-events-view-loader__dots svg{
    width: 15px;
    overflow: visible;
}
/* Loader dots */
.events_loader_view .tribe-common-c-loader__dot circle {
    animation-direction: normal;
    animation-duration: 2.24s;
    animation-iteration-count: infinite;
    animation-name: tribe-common-c-loader-bounce;

    /* replace currentColor → black */
    fill: #fe0002;

    /* replace var(--tec-opacity-background) → 0.15 (TEC default) */
    opacity: 0.15;
}

.events_loader_view .tribe-common-c-loader__dot--first circle {
    animation-delay: .45s;
}

.events_loader_view .tribe-common-c-loader__dot--second circle {
    animation-delay: 1.05s;
}

.events_loader_view .tribe-common-c-loader__dot--third circle {
    animation-delay: 1.35s;
}

/* replace var(--tec-opacity-default) → 1 */
@keyframes tribe-common-c-loader-bounce {
    50% {
        opacity: 1;
    }
}

/* Icons base */
.events_loader_view .tribe-common-c-svgicon {
    color: #000000; /* replacing currentColor source */
}

/* Featured icon */
.events_loader_view .tribe-common-c-svgicon--featured path {
    fill: #000000; /* replacing currentColor */
}

/* Recurring icon */
.events_loader_view.tribe-common-c-svgicon--recurring path {
    fill: #1e73be;
    stroke: #1e73be;
}

/* Close icon */
.events_loader_view .tribe-common-c-svgicon--close path,
.events_loader_view.tribe-common-c-svgicon--close-alt path {
    stroke: #757575;
}

/* "Not found" message icons */
.events_loader_view .tribe-common-c-svgicon--messages-not-found path {
    stroke: #261E24;
}

.events_loader_view .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
    /* currentColor → black */
    stroke: #000000;
}

/* Default icon fill */
.events_loader_view .tribe-common-c-svgicon__svg-fill {
    fill: #1e73be;
}

/* Default icon stroke */
.events_loader_view .tribe-common-c-svgicon__svg-stroke {
    stroke: #1e73be;
}



/***endevent***/

/****endeventlist****/
/****singleeventlist****/
.single_common_events_list{
    margin: 0 auto;
    max-width: 1048px;
}
.events_tickets .tribe-events-meta-group{
    flex: 1 0 140px;
}
.events_tickets .tribe-events-meta-group h2 {
    font-size: 14px;
    color: #261e24;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tribe-events-meta-group dt, 
.tribe-events-meta-group dd {
    font-size: 14px;
}
.events_tickets .tribe-events-meta-group dl {
    row-gap: 5px;
}
button.going-btn {
    font-size: 18px;
    padding: 8px 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: #fe0002;
    max-width: 125px;
    min-width: 125px;
}
.single_common_events_list p.tribe-events-back a {
    color: #261e24;
    font-weight: 700;
    font-size: 16px;
}
/****endsingle****/

/****responsive****/

@media (max-width: 1024px) {
.single-post #primary.container, .single-post #primary.container-sm, .single-post #primary.container-md,
.page-template-blog-template #primary.container,
.post-type-archive-articles #primary.container,
.post-type-archive-gallery #primary.container,
.single.single-gallery #primary.container,
.single.single-articles #primary.container,
.page-template-admin-dashboard-template #primary.container,
.page-template-survey-dashboard-template #primary.container	{
        max-width: 980px;
}
.common_space_around .elementor-column-gap-default{
    padding: 0px;
}	
}
@media only screen and (max-width: 1280px){
 .event-content-box .event-meta-summary {
    min-width: auto;
}
}
@media only screen and (max-width: 1199px){
.post-type-archive-tribe_events .container {
    max-width: 1030px;
}
.post-type-archive-gallery .blog-post .post-thumb {
    max-height: 180px;
}	
}
@media only screen and (max-width: 1024px) {
    .post-type-archive-tribe_events .container {
        max-width: 950px;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
    margin-right: 20px;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime
 {
    width: 70px;
}
.post-type-archive-tribe_events .crumina-stunning-header, #stunning-header
 {
    padding: 30px 0px;
}   
#stunning-header h1.stunning-header-title,
.post-type-archive-tribe_events #stunning-header .stunning-header-text	{
    font-size: 55px;
    min-height: 65px;
}	
.single-tribe_events .tribe-events-single-event-description.tribe-events-content img {
    max-width: 100% !important;
    padding: 0px 10px;
}	
.single-tribe_events .tribe-events-single-event-description.tribe-events-content img {
    max-width: 100% !important;
    padding: 0px 0px;
}

span.common_circle_style:before {
        background-size: 50%;
        top: -30px;
        left: -100%;
}
 .post-type-archive-gallery .blog-post .post-thumb {
        max-height: 150px;
}
.exclusive_discount .member-events-title {
	font-size: 32px;
}
.single_gallery_view h1.entry-title {
    font-size: 32px;
    line-height: normal;	
}
.page-id-9521 #stunning-header .stunning-header-text {
    font-size: 18px;
    margin-top: 15px;
}
.container.admin_container_title {
    max-width: 100%;
	padding: 0px 40px;
}	
.page-template-jury-dashboard-template #content .dashboard_layout, .page-template-admin-dashboard-template #content .dashboard_layout {
    padding: 60px 0px;
}	
#content.paper_bg {
    padding: 60px 40px;
}
h1.post-title.entry-title.news-post-title, h1.tribe-events-single-event-title.events_detail_title
 {
    font-size: 32px;
}	
.ecs-modal.board_member_content_popup
 {
    padding: 60px 20px;
}
.single-tribe_events #tribe-events-pg-template {
    padding: 0px 40px;
}	
.event-tabs{
 padding: 0px;
}
.control-block-button.post-control-button button:nth-child(2):before {
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.control-block-button.post-control-button {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.toolkit_category_list_wrapper {
    padding: 30px 20px;
}	
h2.toolkit-category-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}
.toolkit_category_list_wrapper p {
    margin-bottom: 20px;
    font-size: 16px;
}
.events_other_link a{
	margin: 0px 5px;
}
.post-control-button .btn-control.sharer {
   margin: 0px 3px;
}
.event-content-box .event-date-manual .event-date-style {
    min-width: 74px;
}
.event-content-box .event-date-manual {
    padding-right: 20px;
}
.event-content-box .events_list_short
 {
    gap: 15px;
}
.event-content-box .event-meta-summary {
    min-width: 450px;
    padding: 0px 20px;
}	
.event-content-box .event_post_thumb {
    max-width: 300px;
}
}
@media only screen and (max-width: 991px){
.gallery-filters form
{
    flex-wrap: wrap;
}
.post-type-archive-gallery .blog-post .post-thumb {
	max-height: 250px;
}
.common_content_box .criteria-group table.range-table td
 {
    width: 180px;
}	
.admin_table_scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.admin_table_scroll table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.admin_table_scroll th,
.admin_table_scroll td {
  white-space: nowrap; 
}	
.container.admin_container_title {
	padding: 0px 20px;
}	
#content.paper_bg {
    padding: 60px 20px;
}	
.single-post .blog-post.single-post-olympus.single-post-v3 {
   padding: 40px 20px 0;
}
.single-post-v3 .categories-and-reactions-wrap {
   display: none;
}
.single-post-v3 .control-block-button > button + button {
   margin: 0px;
}	
.login-form-right {
  padding: 0px 20px;
}	
#cev-register-form.cev-user-register-form{
	margin: 0px 20px;
}	
.menu-register-button a, .menu-login-button a {
    margin: 18px 15px;
    display: block;
    width: auto !important;
}	
.testimonial_slider .swiper-slide{
  height: auto;
  overflow: visible;
}	
.price_tag	.elementor-ribbon{
	right: 0px;
	top: 0px;
}
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    padding: 5px 0px;
    color: #fe0002 !important;
    border-bottom: 1px solid #fe0002 !important;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button {
    padding: 5px 0px;
    color: #fe0002 !important;
    border-bottom: 1px solid #fe0002 !important;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
}	
.event-content-box .event-meta-summary {
    min-width: 380px;
}

}
@media only screen and (max-width: 768px){
.post-type-archive-tribe_events .crumina-stunning-header, #stunning-header
 {
    padding: 80px 0px !important;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-row {
        flex-direction: column;
        column-gap: 10px;
        gap: 10px;
}
article.tribe-events-calendar-list__event.post-470 {
    margin-left: 0px;
    margin-right: 0px;
}
article.post-470:before {
/*     width: 250px;
    top: 65%;;
    max-width: 250px; */
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-wrapper{
    width: 100%;
}
.post-type-archive-tribe_events .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding: 0px 25px !important;
}   
.single-tribe_events .tribe-events-single-event-description.tribe-events-content img {
    max-width: 100% !important;
    width: 100% !important;
}
span.common_circle_style:before {
        left: 15px;
}
.post-type-archive-tribe_events .crumina-stunning-header, #stunning-header
 {
    padding: 20px 0px !important;
}   
.page-template-blog-template #content, 
.post-type-archive-articles #content, 
.post-type-archive-gallery #content, 
.single-gallery #content
 {
    padding: 60px 10px;
	
}
.single-articles #content .ui-block .single-post-v3
 {
    padding: 60px 20px 0;
    padding-top: 0px;
}	
.award_filter_style {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}	

.toolkit_category h4{
 font-size: 18px;
}
.single-tribe_events #tribe-events-pg-template {
    padding: 0px 20px;
}
.post-type-archive-tribe_events .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
        padding: 0px !important;
}
article.tribe-events-calendar-list__event.post-470 {
    padding: 20px 0px;
}	

.common_events_all {
    padding: 40px 20px;
}
.event-content-box .events_list_short {
    flex-direction: column-reverse;
}
.event-content-box .event_post_thumb {
    max-width: inherit;
    margin-top: 30px;
}
.event-content-box .event-meta-summary {
    padding: 0px;
    min-width: auto;
}
.event-content-box {
    flex-direction: column;
}
.event-content-box .event-date-manual .event-date-style {
    max-width: 90px;
}
body.has-social-panel-bottom {
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 575px){
/*    .testimonial_slider .elementor-testimonial__content {
/*     height: 320px; */
    /*min-height: 600px;
}
.testimonial_slider .swiper-slide {
    min-height: 600px;
}*/
.event-tabs .tab-buttons {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
	gap: 10px !important;
}	
}
@media only screen and (max-width: 480px){
span.common_circle_style:before {
	background-size: 57%;
	top: -14px;
	width: 300px;
	height: 60px;
	left: -82px;
    }
.events_other_link {
    flex-wrap: wrap;
    line-height: 20px;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
	gap: 10px;
}	
.single-post .post-thumb {
    margin: 0px 15px;
}	
.single-post-olympus .post-thumb img {
    margin-top: 20px;
}
h1.post-title.entry-title.news-post-title, h1.tribe-events-single-event-title.events_detail_title {
    font-size: 30px;
}	
.single-post-v3 .post-content-wrap {
    margin-bottom: 0px;
}	
.event_gallery_layout {
    grid-template-columns: repeat(1, 1fr);
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    flex-direction: column;
}
.event-content-box .event-meta-summary h3 {
    font-size: 16px;
}
.event-content-box .event-date-manual .event-date-style span.day {
    font-size: 20px;
}
.event-content-box  p.event-excerpt {
    font-size: 16px;
}
.event-content-box a.event-read-more {
    font-size: 14px;
}
.event_prevoius_next {
    gap: 18px;
}
.cevents_box_archive_link a.evnt_btn_link {
    font-size: 14px;
}
.event_common_mix_list h2, h2.events-section-title {
    font-size: 20px;
}
a.pass-event-link {
	position: relative;
    right: 0px;
    top: 0px;
    margin: 10px 0px;
    display: inline-block;
}
.tribe-events.tribe-events-view .tribe-events-l-container {
    padding-bottom: 40px;
    padding-top: 40px;
}	
form.events-search-form {
    margin-bottom: 20px;
}
.common_events_all {
    padding: 25px 20px;
}

/***pastevent***/
.tribe-events .tribe-events-calendar-latest-past__event-wrapper {
    flex: auto;
    width: 100%;
    min-width: auto;
}
.tribe-events .tribe-events-calendar-latest-past__event {
    flex-direction: column;
    margin: 0px;
}
/***endevent***/

}

@media only screen and (max-width: 414px){
 .cevents_box_archive_link {
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    flex-direction: column;
}
.event_prevoius_next
 {
    width: 100%;
    justify-content: space-between;
}
.event_post_list_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
}


