@font-face {
  font-family: "Rollete Qaku Vector Regular";
  src: url("../fonts/RolleteQakuVector-Regular.woff2") format("woff2"),
       url("../fonts/RolleteQakuVector-Regular.woff") format("woff"),
       url('../fonts/RolleteQakuVector-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@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;
}

/* register custom checkbox */
.terms_register .custom-checkbox
 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin-bottom: 15px;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

/* Hide default checkbox */
.terms_register .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom box */
.terms_register .custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #FF95BB;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease;
    position: relative;
    min-width: 20px;
    margin-top: 4px;
}

/* Checkmark tick */
.terms_register .custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fe0002; /* tick color */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* When checked: box highlight */
.terms_register .custom-checkbox input:checked + .checkmark {
    border-color: #FF95BB;
}

/* Hover effect */
.terms_register .custom-checkbox:hover .checkmark {
    border-color: #fe0002;
}









#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;
  font-display: swap;
}

/* 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;
}
.top_breadcrumb.is-sticky {
    position: fixed;
    z-index: 2;
    top: 70px;
    width: 100%;
}
.top_breadcrumb.is-sticky {
    background-color: transparent !important;
}
/***juryslider***/
.swiper.jury-slider {
    padding-top: 60px;
}
.jury-slider .ecs-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 150px 150px 12px 12px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px 0px 30px;
    max-width: 300px;
    margin: 0px auto;
}
.jury-slider .ecs-card h4 {
    margin: 0px 0px 10px 0;
    padding: 0px 20px;
}
.jury-slider .ecs-card .ecs-description {
    padding: 0px 20px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    min-height: 50px;
}
.jury-slider .ecs-card  img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    width: 230px;
    border-radius: 50% !important;
    margin-bottom: 10px;
    margin-top: 0px;
    height: 230px;
    object-fit: cover;
    object-position: center;
    border: 0px solid #fcb0cb !important;
    padding: 15px;

}

/***endslider***/


/****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;
}
.suggestions-box        .user-item {
    font-size: 14px;
    padding: 6px 0px;
}
/****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;
}
.common_rollete_font h1{
    font-family: "Rollete Qaku Vector Regular", Sans-serif !important;
}
.common_rollete_font h1{
    font-family: "Rollete Qaku Vector Regular" !important;
}
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;
}
.single-post .blog-post .post-content ul li {
    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, 
.page-id-12327 #content 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: 'Bw Gradual DEMO';
}
.award-block-style thead {
    background: #fcb0cb;
    color: #261E24;
    font-weight: 400;
}
.view_evaluate, .view_details, .view_evaluation {
    background: #fe0002;
    padding: 8px 14px;
    color: #fff;
    margin: 0px auto;
    display: block;
    width: 140px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.jury_dashboard_style table td div small {
    display: block;
    text-align: center;
    margin: 7px 0px;
}
.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,
.woocommerce-shop #content,
.single.single-product.woocommerce #content,
.woocommerce.woocommerce-page #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,
/*.woocommerce-shop #content,*/
.single.single-product.woocommerce #content,
.page-id-12327 #content
/*.woocommerce.woocommerce-page #content*/
{
    background-image: url('/wp-content/uploads/2025/10/Background-1-scaled.jpg');
}
.page-id-12327 #content {
    margin: 0px 0;
}
.page-id-12327 #content{
    padding: 70px 0px;
}
.woocommerce-shop #content, 
.single.single-product.woocommerce #content{
    background: #ffffff;
}
.woocommerce-shop .shop-product-item .product-thumb, 
.single.single-product.woocommerce ul.products li.product .product-thumb{
    padding: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    border-radius: 5px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    border-radius: 20px;
}
.summary.entry-summary .product_meta .tagged_as.tag {
    display: block;
}
.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,  {
    flex-wrap: wrap;
    row-gap: 10px;
}
.tablenav-pages{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
 .pagination .page-link, .tablenav-pages a.page-numbers, .tablenav-pages span {
    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, 
.tablenav-pages .page-numbers.current,
.pagination .page-link:focus, 
.pagination .page-link:hover,
.tablenav-pages .page-numbers:hover
 {
    background-color: #fe0002;
    border-color: #fe0002;
    color: #fff;
}
.custom_nav_pages
{
    display: flex;
    gap: 5px;
}
.custom_nav_pages a {
    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;
    border-radius: 5px;
    color: #261e24;
}
.custom_nav_pages a:focus, 
.custom_nav_pages a:hover
 {
    background-color: #fe0002;
    border-color: #fe0002;
    color: #fff;
}
.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'],
body #youzify button[type='submit']#send_reply_button,
body #message-recipients .highlight-icon i{
    background: #FE0002 !important;
}
.publish-badge-block {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    color: #fff;
    justify-content: flex-start;
}
.pub-award-info span {
    margin: 0px 0px;
    display: block;
}
.pub-award-info .pub-share-buttons {
    margin-top: 0px;
}
.pub-award-info .post-add-icon {
    fill: #ff95bb;
    color: #ff95bb;
    transition: all .3s ease;
}    

.pub-share-dropdown ul li a
 {
    background-color: transparent;
    box-shadow: none;
    border: none;
    transition: all .3s ease;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 0px;
}
.pub-share-dropdown ul li a svg {
    width: 20px;
    width: 20px;
    height: 20px;
    fill: #f5cfd9;
}
.pub-share-dropdown ul li a:hover svg{
    fill: #fff;
}
.youzify-widget .youzify-widget-content .youzify-info-data p {
    color: #261e24;
}
.youzify-widget {
    position: relative;
    margin-bottom: 15px;
}
.youzify-page-main-content {
    padding: 15px 0 0;
}
.youzify-header-cover .youzify-user-ratings-details {
    display: flex;
    align-items: center;
}
.youzify-user-ratings-details .youzify-star-rating, 
.youzify-user-ratings-details .youzify-separator,
.youzify-user-ratings-details .youzify-user-ratings-total{
    line-height: 14px !important;
}
.youzify-user-ratings-details .youzify-user-ratings-rate,
 .youzify-user-ratings-details .youzify-user-ratings-total{
    line-height: 14px !important;
}
.youzify-hdr-v2, .youzify div.item-list-tabs, 
.youzify #youzify-wall-form,
#buddypress.youzify 
.activity-list li.load-more, 
#buddypress.youzify .activity-list>li, 
.youzify .activity-list>li,
.youzify-media .youzify-media-group-head {
    margin-bottom: 15px;
}
.youzify-media-3columns .youzify-media-group, .youzify-media-4columns .youzify-media-group
 {
    margin-bottom: 15px;
}
.youzify-infos-content .youzify-info-item
 {
    padding-bottom: 7px;
}
.youzify-page-main-content .youzify-infos-content .youzify-info-label {
    color: #000;
    font-weight: 600;
}
.youzify-page-main-content  .youzify-widget .youzify-info-data p {
    margin-bottom: 0px;
}
.invitepopup { display:none; }
/***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,
#stunning-header h2.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, .common_filter-grid {
    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;
}
.ecs-slider .designation, .board_member_content_popup .designation {
    color: #000;
    font-family: "Bw Gradual Regular", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.7em;
    margin-bottom: 10px;
}
.common_board_member h4, .board_member_content_popup h3 {
    margin-bottom: 5px;
}
.board_member_content_popup h3,
.board_member_content_popup .designation{
    margin-left: 10px;
}
/****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;
}
.user-premium section#members-areas {
    display: none;
}
/***end****/
.user-free #free-plan a.elementor-price-table__button.elementor-button.elementor-size-md.elementor-animation-grow{
display: none;
}
.user-guest #paid-pan a.elementor-price-table__button.elementor-button.elementor-size-md.elementor-animation-grow{
display: none; 
}
.not-logged-in #paid-plan a.elementor-price-table__button.elementor-button.elementor-size-md.elementor-animation-grow {
    display: none;
}
.user-free #paid-pan a.elementor-price-table__button.elementor-button.elementor-size-md.elementor-animation-grow{
display: block !important;
}
.user-premium .upgrade-popup {
    display: none !important;
}
/****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;           
  -webkit-appearance: none;   
  -moz-appearance: none;      
  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; 
  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;
}
button.button.nominate-ad {
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #fcb0cb;
    border: none;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
}
button.invite-submit-btn {
    background: #FE0002;
    color: #fff;
    padding: 7px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.invite-submit-btn:hover {
    background: #FE0002;
}
.user-tag {
    display: inline-block;
    background: #FE0002;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px 5px 0 0;
    font-size: 13px;
}
div#selected_users_container {
    margin: 10px 0px;
}
.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****/

/****publisheradmin****/
body.my-account #content{
   background-image: url('/wp-content/uploads/2025/10/Background-1-scaled.jpg');    
    margin: 0px;
}
body.my-account.olympus-theme .youzify-page {
    background-color: transparent !important;
}
.youzify-profile-navmenu .youzify-navbar-item a{
    color: #261e24;
}
body .youzify-profile-navmenu .youzify-navbar-item a:hover{
    color: #FE0002 !important;
}
.olympus-theme .youzify-profile-navmenu .youzify-navbar-item.youzify-active-menu {
    border-bottom-color: #FE0002 !important;
}
.youzify-tabs-list-gray #directory-show-filter a::before, 
.youzify-tabs-list-gray #directory-show-search a::before, 
.youzify-tabs-list-gray .youzify-default-subnav li a i, 
.youzify-tabs-list-gray div.item-list-tabs a i, 
.youzify-tabs-list-gray div.item-list-tabs a::before,
#youzify-wall-form .youzify-wall-options .youzify-wall-opts-item label,
.youzify #friend-list .action a, .youzify #youzify-members-list .youzify-user-actions a{
    background-color: #ff95bb !important;
}
#youzify-wall-form .youzify-wall-options .youzify-wall-opts-item input:checked + label {
    color: #fff;
    background-color: #FE0002 !important;
}
.youzify-widget-title i, .youzify-widget .youzify-widget-head .youzify-edit-widget {
    color: #ff95bb !important;
}
.youzify-profile .youzify-navbar-item a i, 
.youzify-widget-title i {
    color: #ff95bb;
}
#youzify .activity-meta a::before, #youzify .activity-meta i {
    color: #ff95bb !important;
}
.youzify-form-tool i, 
.youzify-load-emojis i,
.youzify .activity-header .youzify-timestamp-area i,
#youzify .youzify-activity-statistics .youzify-post-comments-count i, 
#youzify .youzify-activity-statistics .youzify-post-shares-count i,
.youzify .acomment-options a:before
 {
    color: #ff95bb !important;
}
.youzify .activity-comments .acomment-meta .youzify-report-comment i, .youzify .activity-comments .acomment-meta a.activity-time-since i{
    color: #261e24 !important;
}
.youzify-widget .youzify-widget-title{
    color: #261e24 !important;
}
.olympus-theme .youzify-media-filter .youzify-filter-item .youzify-filter-content{
    background-color: #f5cfd9;
}
.members.friends #youzify-members-list li.bp-single-member .youzify-user-actions, 
.members.friends #youzify-members-list li .youzify-user-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
i.youzify-small-verified-icon {
    line-height: 19px !important;
}

.youzify-activity-privacy.nice-select.open .list .option{
    color: #261e24;
    background-color: #ff95bb;
}
.youzify-media-widget .youzify-media-no-items {
    border-color: #ff95bb !important;
}
.youzify-scrolltotop i {
    background-color: rgb(67 62 62) !important;
}
.youzify-activity-privacy .current:before, .youzify-activity-privacy div:before {
    color: #261e24 !important;
}
.youzify .activity-comments li .comment-container, 
.youzify #activity-stream .ac-form, 
.youzify-poll-content .youzify-poll-item-label, 
.youzify-poll-content .youzify-poll-result .youzify-poll-item,
.youzify-shared-wrapper,
#youzify-modal .youzify-modal-title {
    background-color: #f5cfd9 !important;
}
.olympus-theme .youzify #activity-stream .ac-form .youzify-wall-add-gif,
.youzify #activity-stream .ac-form .youzify-wall-upload-btn {
    background-color: #ff95bb !important;
}
.youzify-star-rating i.star-full, 
.youzify-item-tool .youzify-tool-name:hover,
#youzify .activity-meta a:hover {
    color: #FE0002 !important;
}
.youzify #bp-browse-button{
    color: #261e24 !important;
    background-color: #f5cfd9 !important;
}
.olympus-theme .youzify-media-filter .youzify-filter-item .youzify-filter-content{
    background-color: #ff95bb !important;
    color: #261e24 !important;
}
.my-friends .youzify #youzify-members-list .youzify-user-actions a.youzify-send-message,
 #youzify #message p {
    color: #261e24 !important;
}
ul.acfb-holder li.friend-tab span
{
    display: flex;
    align-items: center;
}
input#send {
    padding: 10px 15px !important;
    height: auto !important;
    text-align: center;
}
 #youzify #message p {
    color: #261e24 !important;
}
.youzify-main-column.grid-column p {
    color: #261e24 !important;
}
ul.acfb-holder li.friend-tab img+a {
    display: inline-flex;
    align-items: center;
}
button.youzify-wall-post {
    border-radius: 4px;
}
.youzify-bookmark-tool .youzify-tool-icon {
    background-color: #261e24 !important;
}
.youzify-item-tools .youzify-item-tool.youzify-pin-post .youzify-tool-icon {
    background-color: #ff95bb !important;
}
.youzify-item-tool.youzify-delete-tool .youzify-tool-icon
 {
    background-color: #FE0002 !important;
}
#youzify-modal .youzify-modal{
    border-radius: 12px;
}
.message-button .youzify-send-message {
    background-color: #ff95bb !important;
}
.youzify-widget.youzify-user_balance.youzify_effect.without-title.youzify-white-bg.fadeIn.full-visible {
    margin: 0px;
}
#youzify-modal .youzify-modal-title {
    background: #261e24 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.youzify-wall-actions {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.youzify-crimson-scheme input[type=submit],
.youzify .activity-inner span.activity-read-more a,
.youzify #bp-delete-avatar, .youzify #bp-delete-cover-image,
body .youzify-media-filter .youzify-filter-item .youzify-current-filter,
.olympus-theme .youzify-media-filter .youzify-filter-item .youzify-filter-content.youzify-current-filter, 
.olympus-theme .youzify #activity-stream .ac-form .youzify-send-comment, 
body .youzify-wall-actions .youzify-wall-post{
    background-color: #FE0002 !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 14px 25px;

}
.form-inline.coupon .btn-primary {
    border-radius: 4px;
    padding: 10px 35px;
    font-size: 14px;
    font-weight: 400;
}
.shop_table input[type="submit"] {
    border: 0px;
    padding: 14px 25px;
    line-height: 17px;
}
input#coupon_code {
    padding: 0.61rem 1.1rem 0.61rem;
    line-height: 24px;
    color: #000;
}
.custom-contact-form input[type='submit'] {
    background: transparent !important;
    color: #515365 !important;
    font-size: 18px !important;
    padding: 12px 24px 12px 24px !important;
}
.custom-contact-form input[type='submit']:hover{
    background: #fbafca !important;
    color: #fff !important;
    border-color: #fbafca;
}
.youzify-star-rating i.star-empty, .youzify-show-item-tools i {
    color: #f5cfd9 !important;
}
/*.youzify-media .youzify-media-group-icon i,*/
.youzify-media .youzify-media-group-title,
.youzify-media .youzify-media-group-view-all {
    color: #261e24 !important;
}
.youzify-media .youzify-media-group-icon i, 
.youzify-media .youzify-media-group-view-all{
        background-color: rgb(255 149 187);
}
.youzify-account-verified, .icon-status.online,
.youzify-responsive-menu span:before, .youzify-responsive-menu span::after
 {
    background-color: #ff95bb !important;
}
.youzify-media-group-photos .youzify-media-group-head,
.youzify-media-group-videos .youzify-media-group-head,
.youzify-media-group-audios .youzify-media-group-head,
.youzify-media-group-files .youzify-media-group-head
 {
    background: url(../images/pattern.svg), linear-gradient(to right, #fff, #fff) !important;
}
.youzify-media-group-videos .youzify-media-no-items,
.youzify-media-group-files .youzify-media-no-items,
.youzify-media-group-audios .youzify-media-no-items,
#youzify-wall-form .youzify-wall-actions .youzify-wall-post
 {
    border-color: #FE0002 !important;
}

.invitepopup .window-popup.registration-login-form-popup {
    max-width: 630px;
    width: auto !important; 
}
.invitepopup  .window-popup .icon-close, .modal-dialog .icon-close {
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
    font-size: 18px;
    position: absolute;
    top: 18px;
    right: 10px;
    color: #FE0002;
    fill: #FE0002;
    z-index: 2;
}
.user-tag .remove-user {
    font-size: 20px;
    line-height: 19px;
}
.invitepopup  form.invite_form {
    padding: 20px;
}
.invitepopup .window-popup.registration-login-form-popup .registration-login-form .title {
    font-size: 22px;
    padding: 12px 20px;
}
.invitepopup  form.invite_form label {
    font-size: 15px;
    position: relative;
    color: #000;
}
div#award_list {
    position: relative;
    display: flex;
    gap: 20px;
    font-size: 14px;
}
.invitepopup  form.invite_form input{
    margin-bottom: 15px;
    left: 0px;
    font-size: 14px;
    color: #000;
    
}
.invitepopup form.invite_form  textarea{
  color: #000;  
}
form#inviteop_form input, form.invite_form input{
  padding: 0.8rem 1.1rem;   
}
.invitepopup  form.invite_form .invite-submit-btn
 {
    background: #FE0002;
    color: #fff;
    padding: 7px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.youzify-profile-navmenu .youzify-navbar-item a{
    padding: 10px 25px;
}
#youzify-wall-form .youzify-wall-options .youzify-wall-opts-item label,
 body #youzify button[type='submit'] {
   border-radius: 4px;  
}
.youzify .acomment-options a:before {
    color: #261e24 !important;
}
@media only screen and (max-width: 480px){
    #youzify-wall-form .youzify-wall-options .youzify-wall-opts-item label, body #youzify button[type='submit'] {
    width: 100% !important;
}
body #youzify #publisher-member-filters button[type='submit']{
    width: auto !important;
}
}

/****endprofile****/

/***otherprofilecss***/
.youzify-box-address,
.youzify-box-phone,
.youzify-box-email,
.friendship-button.is_friend.remove,
.friendship-button.not_friends.add,
.youzify-tool-btn.youzify-review-btn,
.youzify-profile-login,
.youzify-profile-login:after,
.youzify-box-website{
    background: -webkit-linear-gradient(right, #221c1c, #261e24) !important;
}
.youzify-widget .youzify-widget-content p {
    color:#fff;
}
.youzify-rate-user:not(:checked)>label:hover, 
.youzify-rate-user:not(:checked)>label:hover~label, 
.youzify-rate-user>input:checked~label {
    color: #fe0002 !important;
}
#youzify-modal .youzify-modal-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#youzify-modal .youzify-modal-actions button.youzify-modal-save {
    background-color: #fe0002 !important;
}
#youzify-modal .youzify-modal-actions .youzify-modal-delete {
    background-color: #000 !important;
    margin: 0px !important;
}
.youzify .activity-inner span.activity-read-more a{
    padding: 7px 20px;
}

/*.youzify-wall-options .youzify-wall-opts-item label i,*/
#youzify-wall-form .youzify-wall-options .youzify-wall-opts-item label span {
    color: #000 !important;
        font-size: 14px;
}
#youzify-wall-form .youzify-wall-options .youzify-wall-opts-item input:checked + label i, 
#youzify-wall-form .youzify-wall-options .youzify-wall-opts-item input:checked + label span{
    color: #fff !important;
}
.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus
 {
    background-color: #ff95bb !important;
}
.nice-select .option {
    background-color: #fff !important;
}
.message-button .youzify-send-message
 {
    background-color: #ff95bb !important;
    color: #000 !important;
}
div#pag-bottom.pagination {
    padding-left: 30px;
}
.youzify.youzify-directory .youzify-directory-filter .item-list-tabs {
    margin-bottom: 0px;
}
.youzify.youzify-directory .youzify-directory-filter .item-list-tabs li#members-all a:before,
.youzify-directory-filter .item-list-tabs li a:before{
    color: #000 !important;
}
#youzify .youzify-directory-filter .item-list-tabs li label, 
#youzify .youzify-directory-filter .item-list-tabs li#members-order-select label{
    font-size: 14px;
}
#youzify-members-list.youzify-card-action-buttons-block .youzify-user-actions a, 
#youzify-members-list.youzify-card-action-buttons-block .youzify-user-actions a.youzify-profile-settings {
    color: #000 !important;
}
#youzify-members-list .youzify-user-data .youzify-user-actions a.friendship-button, 
.pub-badge.runner2,
#youzify .editfield legend .bp-required-field-label, #youzify .editfield label .bp-required-field-label,
.youzify-crimson-scheme .youzify-social-buttons .friendship-button a,
 .youzify-crimson-scheme .youzify-social-buttons .friendship-button a.requested,
  body .youzify-social-buttons .friendship-button a.requested,
  body .youzify-social-buttons .friendship-button a.friendship-button.awaiting_response_friend.requested

 {
    background-color: #FE0002 !important;
}

.youzify-media-filter .youzify-filter-item .youzify-filter-content i{
    color: #fff;
}
body #message-recipients .highlight .highlight-meta a,
.youzify-profile-navmenu .youzify-navbar-item a span, 
.youzify-profile-navmenu .youzify-navbar-item a span.count{
     color: #FE0002 !important;
}
#send-reply #send_reply_button.loading i, 
.youzify-send-comment.loading i,
.youzify-item-tools .youzify-item-tool.loading .youzify-tool-icon i{
    display: none;
}
#send-reply #send_reply_button.loading, 
.youzify-send-comment.loading, 
.youzify-item-tools .youzify-item-tool.loading .youzify-tool-icon  {
    display: flex;
    gap: 6px;
    align-items: center;
}
#youzify-members-list .youzify-user-actions .friendship-button:not(.awaiting_response_friend).loading a:before,
.friendship-button.pending_friend:not(.awaiting_response_friend).loading a:before, 
.friendship-button:not(.awaiting_response_friend).loading a:before, 
.friendship-button.awaiting_response_friend.loading a:before,
.friendship-button.pending_friend.loading a:before, 
.friendship-button.loading a:before, 
button.custom-form-submit-btn.loading:before,
.youzify #friend-list .action a.accept.loading:before,
.youzify #friend-list .action a.reject.loading:before,
.my-friends .youzify #friend-list .action a.loading:before,
.my-friends .youzify #friend-list .action a.reject.loading:before,
#send-reply #send_reply_button.loading:before,
.youzify-send-comment.loading:before,
.friends.friendship_created .friendship-button.loading a:before,
.youzify-item-tools .youzify-item-tool.loading .youzify-tool-icon:before,
.youzify-social-buttons .friendship-button.loading a:before{
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700;
  font-size: 20px;
 -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
    -webkit-animation: fa-spin 2s infinite linear !important;
    animation: fa-spin 2s infinite linear !important;
}
.youzify-social-buttons .friendship-button:not(.awaiting_response_friend).loading a:before{
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: all .5s 
ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s 
ease !important;
    -webkit-animation: fa-spin 2s infinite 
linear !important;
    animation: fa-spin 2s infinite 
linear !important;
}
.youzify-item-tools.youzify-activity-tools .youzify-item-tool.loading {
    display: inline-flex;
    align-items: center;
}
.youzify-item-tools .youzify-item-tool.loading .youzify-tool-icon
 {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: #fff;
}
a.custom-form-submit-btn.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700;
  font-size: 20px;
 -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
    -webkit-animation: fa-spin 2s infinite linear !important;
    animation: fa-spin 2s infinite linear !important;
}
.custom-form-submit-btn.loading {
    gap: 6px;
}
button.custom-form-submit-btn.loading{
    line-height: normal;
    display: flex;
    gap: 6px;
}
button.custom-form-submit-btn.loading:before{
    font-size: 16px;

}
#message-thread .message-metadata a.message-action-star{
  color: #ff95bb !important;
}
.youzify-tooltip:after, [data-youzify-tooltip]:after{
    background: #000 !important;
}
#message-thread .message-metadata a:hover[data-bp-tooltip]::after {
    color: #fff;
}
.message-action-unstar span.icon:before {
    color: #fe0002 !important;
}
.swal2-icon.swal2-warning {
    border-color: #fe0002 !important;
    color: #fe0002 !important;
}
.swal2-popup .swal2-styled.swal2-confirm{
    background-color: #fe0002 !important;
}
.swal2-popup .swal2-styled.swal2-cancel, 
.swal2-icon.swal2-success [class^='swal2-success-line']{
    background-color: #ff95bb !important;
}
.swal2-icon.swal2-success .swal2-success-ring{
    border: 0.25em solid rgb(254 0 2) !important;
}
.youzify-error-dialog .youzify-dialog-header,
.youzify-success-dialog .youzify-dialog-header{
  background-color: #fe0002 !important;
  padding: 15px 0;
}
.youzify-dialog-container .youzify-dialog-buttons a.youzify-close-dialog,
i.fas.fa-upload.youzify-wall-item-upload.youzify-current-bg-color{
    background-color: #fe0002 !important;
}

.youzify-list-selected-items .youzify-feeling-selected-item, 
.youzify-list-selected-items .youzify-list-items-title,
.youzify-list-selected-items .youzify-selected-item,
.youzify-wall-list-items .youzify-list-item .youzify-item-button,
.youzify-list-selected-items .youzify-selected-item.youzify-feeling-selected-item{
   background-color: #ff95bb !important;
       color: #000;
}
#youzify-wall-form .youzify-wall-custom-form .youzify-add-new-option{
       background-color: #ff95bb !important;
       color: #000 !important;
}
.youzify-wall-modal-title{
   background-color: #fe0002 !important;
   color: #fff !important;
   padding: 15px 0;
}
a.youzify-embed-avatar img, 
.youzify-media-item .youzify-media-item-img img, .youzify-media-item-video video {
    border-radius: 5px;
}
.youzify-list-selected-items .youzify-selected-item .youzify-item-title, 
.youzify-wall-list-items .youzify-list-item .youzify-item-button,
#pfm-friends-list .pfm-name, 
#youzify-wall-form .youzify-wall-custom-form .youzify-add-new-option span, 
#youzify-wall-form .youzify-wall-cf-item .youzify-cf-option-title
{
    color: #000;
}
.youzify-item-tool .youzify-tool-name, 
.youzify .youzify-wall-embed .youzify-embed-name, 
.youzify .activity-header .activity-head p a, 
.follows .youzify #youzify-members-list .item .item-title a, .my-friends .youzify #youzify-members-list .item .item-title a, 
.mute #youzify-members-list .youzify-user-data .item .item-title a, 
.youzify-items-list-widget .youzify-list-item a.youzify-item-name, 
.olympus-theme .youzify .activity-header .time-since, .olympus-theme .youzify .activity-header a.activity-time-since span
{
    color: #000 !important;
}
.youzify-list-selected-items .youzify-selected-item .youzify-selected-item-tool, 
.youzify-list-search-box .youzify-list-close-icon i, .youzify-list-search-box .youzify-list-search-icon i,
 .youzify-list-search-box .youzify-list-submit-icon i, 
 .youzify .youzify-wall-embed .youzify-embed-meta, 
 .youzify-wall-custom-form .youzify-wall-cf-item i.youzify-wall-form-drag-item, 
 .youzify-wall-custom-form .youzify-wall-cf-item i.youzify-wall-form-remove-item{
    color: #ff95bb !important;
}
#pfm-close{
    cursor: pointer;
}
#pfm-friends-list .pfm-avatar {
    border-radius: 5px;
    overflow: hidden;
}
form#publisher-member-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    margin: 9px 17.5px 24px !important;
    gap: 10px;
    background: #fff;
    border-radius: 5px;
}
.youzify-directory-filter {
    margin: 0 17.5px 24px;
}
input#members_search_submit, 
form#publisher-member-filters button,
body #search-members-form #members_search_submit {
    font-family: 'Bw Gradual DEMO' !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    line-height: 16px !important;
    height: auto !important;
    background: #FE0002 !important;
    letter-spacing: .05em
}
div#message.info, #message.info {
    border-left: 4px solid #ff95bb !important;
}

.country-code-select {
    appearance: auto !important;
    font-size: 12px !important;
    color: #000 !important;
    height: auto !important;
    padding: 12.8px 15px !important;
    margin-right: -1px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    text-align: left !important;
    padding-left: 10px !important;
}
img.wp-smiley, img.emoji {
    filter: contrast(100);
}
.youzify-profile-completion {
    background: #ff95bb;
    padding: 18px 17px;
    border-radius: 4px;
    margin-bottom: 18px;
    color: #000;
    font-size: 16px;
    font-family: 'Bw Gradual DEMO';
}
.youzify #youzify-members-list .youzify-user-actions a.excellence-imgbtn {
    padding: 5px 0px !important;
    border-radius: 5px !important;
    overflow: hidden;
    background-color: #fcb0cb !important;
}
.excellence-imgbtn img {
    max-width: 120px;
}
.my-account ul#youzify-members-list .youzify-user-actions .friendship-button, 
.my-account ul#youzify-members-list .youzify-user-actions .send-an-msg {
    height: 63.79px;
}
.my-account .youzify-user-statistics ul li:nth-child(1), 
.youzify-profile-header .youzify-user-statistics ul li:nth-child(1){
    display: none;
}
.youzify.youzify-account-page .nice-select .current {
    line-height: 40px;
    height: 40px;
    text-align: left;
    justify-content: flex-start;
}
.field_type_selectbox .nice-select {
    min-width: 350px;
}
.youzify-name h2, 
.youzify-items-list-widget .youzify-list-item a.youzify-item-name {
    text-transform: inherit;
}
#youzify-members-directory .youzify-directory-filter .item-list-tabs li#members-all a:before, 
#youzify-members-directory .youzify-directory-filter .item-list-tabs li#members-personal a:before
{
    border-radius: 3px !important;
}
.field_most-recent-employment legend{
    font-weight: 600 !important;
}
.field_most-recent-employment legend + input {
    display: none;
}
.field_most-recent-employment fieldset{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
/*.field_my-birthday .field-visibility-settings-toggle, */
.field_e-mail .field-visibility-settings-toggle,
.field_phone .field-visibility-settings-toggle
{
    display: block;
}
.field-visibility-settings.field-visibility-settings-open label[for="see-field_69_loggedin"],
.field-visibility-settings.field-visibility-settings-open label[for="see-field_70_loggedin"],
.field-visibility-settings.field-visibility-settings-open label[for="see-field_47_loggedin"]
 {
    display: none !important;
}
.field-visibility-settings.field-visibility-settings-open legend{
    font-size: 16px !important;
}
.youzify .editfield .field-visibility-settings-toggle{
    background-color: #e5d8de !important;
    border-color: #ff95bb !important;
}
button.field-visibility-settings-close, 
button.visibility-toggle-link {
    color: #000 !important;
}
.field_profession p, 
.field_region p,
.field_nationality p,
.field_biography p,
.youzify-infos-content p,
.youzify-infos-content p
 {
    font-size: 14px !important;
}
a.reset-mfilter {
    font-family: 'Bw Gradual DEMO' !important;
    font-size: 14px !important;
    padding: 11.2px 20px !important;
    line-height: 16px !important;
    height: auto !important;
    background: #fff !important;
    letter-spacing: .05em;
    color: #000;
    border-radius: 4px;
    border: 1px solid #fe0002;
}
.youzify-settings-sidebar .youzify-account-menus ul li i, 
.settings-inner-content .options-section-title h2 i {
    color: #ff95bb !important;
}
.account-settings i, .account-settings svg, .account-settings img{
   fill: #ff95bb;   
   color: #ff95bb;   
}
.youzify-directory-filter .item-list-tabs li.selected{
    border-bottom: 4px solid #ff95bb;
}
.pub-award-info .pub-share-buttons .pub-share-dropdown ul.social_share_icons.more-dropdown li a{
    color: #f5cfd9;
}
.pub-award-info .pub-share-buttons .pub-share-dropdown ul.social_share_icons.more-dropdown li a:hover{
    color: #fff;
}

.pub-award-info .pub-share-buttons .pub-share-dropdown ul.social_share_icons.more-dropdown li:nth-child(1) a svg{
    display: none;
}
.pub-award-info .pub-share-buttons .pub-share-dropdown ul.social_share_icons.more-dropdown li:nth-child(1) a:before {
    content: "\e61b";
    position: absolute;
    font-family: 'fontawesome';
    font-size: 17.5px;
    
    left: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}
.woocommerce-lost-password p {
    font-size: 14px;
    font-family: 'Bw Gradual Regular';
}
.woocommerce-error{
        margin-bottom: 10px;
}
.woocommerce-lost-password  .woocommerce-message, .woocommerce-error{
    border-top-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid #FE0002;
    border-radius: 0px !important;
    color: #000 !important;
    font-weight: 700;
    outline: none;
}
.olympus-theme .woocommerce-message:before{
    color: #FE0002 !important;
}
form.woocommerce-ResetPassword.lost_reset_password {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.woocommerce-ResetPassword.lost_reset_password p{
    font-size: 14px;
    text-align: left;
    font-family: 'Bw Gradual Regular';
        width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password + p{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
button.woocommerce-Button.button {
    border: 1px solid #FF95BB !important;
    background: transparent;
    color: #000 !important;
    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;
    background-color: transparent !important;
}
button.woocommerce-Button.button:hover {
    background: #FF95BB !important;
    color: #fff !important;
}
.reset_btm{
    margin-bottom: 15px !important;
}
button.woocommerce-Button.button:hover {
    background: #FF95BB;
    color: #fff;
}
form.woocommerce-ResetPassword.lost_reset_password .show-password-input::before, 
form.woocommerce-ResetPassword.lost_reset_password .show-password-input::before {
    filter: invert(0.9);
}
.woocommerce-password-strength.bad, 
.woocommerce-password-strength.short,
.woocommerce-password-strength.good,
.woocommerce-password-strength.strong {
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 12px !important;
    background: transparent;
    text-align: left;
}
.reset_pwd_style button:hover {
    background: transparent !important;
}
.youzify-profile-friends-widget.youzify-items-list-widget.youzify-profile-list-widget .youzify-more-items a {
    background: #ff95bb;
    color: #000;
}

@media only screen and (max-width: 1260px){
  form#publisher-member-filters {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 25px !important;
    width: calc(100% - 25px);
}  
form#publisher-member-filters .nice-select .current {
    line-height: normal;
    text-align: left;
} 
}
@media only screen and (max-width: 1024px){

form#publisher-member-filters {
    width: calc(100% - 25px);
} 

}
@media only screen and (max-width: 768px){
    div#members-dir-list {
    margin: 0 15px 24px;
}
form#publisher-member-filters {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 25px !important;
    width: calc(100% - 25px);
}    
    form#publisher-member-filters .nice-select {
    width: 100%;
    text-align: left;
    display: block;
}

form#publisher-member-filters .nice-select .current {
    justify-content: flex-start;
    line-height: normal;
    text-align: left;
}

.youzify.youzify-directory .youzify-mobile-nav {
    margin: 0 auto 25px;
    width: calc(100% - 0px);
}
li#members-order-select {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

#youzify .youzify-directory-filter .item-list-tabs li label, 
#youzify .youzify-directory-filter .item-list-tabs li#members-order-select label
 {
   margin: 0px;
   width: 150px !important;
}
#youzify .youzify-directory-filter .nice-select.open .list {
    z-index: 2222222;
}

}

@media only screen and (max-width:576px){
 div#members-dir-list {
    margin: 0 12.5px 24px;
}
}

/****end****/
/****memberlist****/
div#members-dir-list {
    margin: 0 17.5px 24px;
}
div#members-dir-list div#pag-bottom.pagination {
    padding-left: 0px;
    width: 100%;
    margin-left: 0px !important;
}
#youzify-members-directory ul#youzify-members-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr); 
    gap: 0px;
    padding: 0;
    margin: 0;
    height: auto !important;
}
#youzify-members-directory ul#youzify-members-list {
    gap: 20px;
    margin-bottom: 25px;
}
#youzify-members-directory #youzify-members-list li .youzify-user-data
 {
    margin: 0 12px 24px !important;
    margin: 0px !important;
    border-radius: 5px;
}
#youzify-members-directory ul#youzify-members-list > li {
    list-style: none;
    position: relative !important;
    min-height: auto !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
}
/* Tablet: 3 per row */
@media (max-width: 1024px) {
   #youzify-members-directory ul#youzify-members-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile landscape: 2 per row */
@media (max-width: 768px) {
   #youzify-members-directory ul#youzify-members-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile portrait: 1 per row */
@media (max-width: 480px) {
  #youzify-members-directory  ul#youzify-members-list {
        grid-template-columns: 1fr;
    }
}

/****end****/
/***customcheckbox****/
 /* Label wrapper */
 .invitepopup form.invite_form label.award-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
    user-select: none;
    font-size: 14px;
  }

  /* Hide native radio */
  .award-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  /* Custom radio circle */
  .award-option__custom {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #999;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.2s ease;
  }

  /* Inner dot (hidden by default) */
  .award-option__custom::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #FF0000; /* active color */
    transform: scale(0);
    transition: transform 0.2s ease;
  }

  /* Text next to the custom radio */
  .award-option__text {
    font-size: 14px;
    color: #261e24;
  }

  /* When radio is checked */
  .award-option input[type="radio"]:checked + .award-option__custom {
    border-color: #FF0000;
  }

  .award-option input[type="radio"]:checked + .award-option__custom::after {
    transform: scale(1);
  }

  /* Hover effect */
  .award-option:hover .award-option__custom {
    border-color: #FF0000;
  }
/***endcss***/

.jury_dashboard_style table td:nth-child(1),
.jury_dashboard_style table th:nth-child(1) {
    width: 280px;
}

.jury_dashboard_style table td:nth-child(2),
.jury_dashboard_style table th:nth-child(2) {
    width: 320px;
}
  body.overlay-popup:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    opacity: 1;
    transition: opacity .3s ease;
    background-color: rgba(0, 0, 0, 0.75) !important;
    z-index: 222;
    display: block;
    pointer-events: auto;
}
body.overlay-popup #pfm-chat-btn {
    z-index: 9;
}
/****end****/
.member-limit-content {
    padding: 21px 0px;
    font-size: 16px;
    line-height: normal;
    color: #FE0002;
}
@media only screen and (max-width: 820px){
    .member-limit-content
     {
        padding: 11px 0px;
        font-size: 15px;
    }
}
@media only  screen and (max-width: 768px){
    .member-limit-content {
        padding: 16px 0px;
        font-size: 20px;
    }
}
@media only  screen and (max-width: 576px){
    .member-limit-content {
    padding: 3px 0px;
    font-size: 12px;
}
}
/****othercssall****/
.upgrade-popup .dialog-widget-content.dialog-lightbox-widget-content {
    border-radius: 10px;
    max-width: 550px;
    padding: 20px;
}
.upgrade-popup .dialog-message{
    width: auto !important;
}
.upgrade-popup section {
    padding: 0px !important;
}
.upgrade-popup .dialog-widget-content.dialog-lightbox-widget-content h4 {
    color: #000 !important;
    text-transform: capitalize !important;
}
.upgrade-popup .dialog-widget-content.dialog-lightbox-widget-content ul li span {
    color: #000 !important;
    font-size: 18px !important;
    line-height: normal !important;
}
.upgrade-popup  a.dialog-close-button {
    border: none;
    top: 16px !important;
    right: 16px !important;
}
.upgrade-popup  a.dialog-close-button i.eicon-close
 {
    color: #261E24;
    font-size: 20px;
}
.upgrade-popup a.dialog-close-button:focus-visible,
a.elementor-button.elementor-button-link:focus-visible
 {
    outline: none;
}
.upgrade-popup p span {
    color: #fe0002 !important;
}
.upgrade-popup .dialog-widget-content.dialog-lightbox-widget-content ul li span.elementor-icon-list-icon i {
    color: #fe0002 !important;
}
.upgrade-popup .dialog-widget-content.dialog-lightbox-widget-content .elementor-divider {
    --divider-color: #F5CFD9 !important;
}
a.elementor-button.elementor-button-link {
    letter-spacing: 0.5px;
    background-image: none !important;
}
.upgrade-popup a.elementor-button.elementor-button-link {
    background-color: #fe0002 !important;
    border-color: #fe0002 !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    background-image: none !important; 
}
.events_slider  a.elementor-button {
    background-color: #02010100 !important;
    font-family: "Bw Gradual Light", Sans-serif;
    font-size: 14px;
    line-height: 27px;
    fill: #333333;
    color: #333333;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
form.admin_jury_filter {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
form.admin_jury_filter  select {
    appearance: none;           
    -webkit-appearance: none;   
    -moz-appearance: none;      
    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; 
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 24px;
}
form.admin_jury_filter button.button {
    background: #f5cfd9;
    color: #261e24;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #fcb0cb;
    border: none;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
}


@media only screen and (max-width: 576px){
 .upgrade-popup .dialog-widget-content.dialog-lightbox-widget-content {
    margin: 0px 20px;
    padding: 5px;
}
.upgrade-popup .dialog-widget-content.dialog-lightbox-widget-content ul li span {
    font-size: 16px !important;
}
.filter_button_style {
    flex-direction: column;
    gap: 10px;
}
.filter_button_style select{
    max-width: 100%;
}
.filter_button_style button.button.nominate-ad {
    margin: 0px !important;
}
}
@media only screen and (max-width: 390px){
    form.admin_jury_filter {
    flex-direction: column;
}
}
/****end****/

/****allcomibilecss****/
.woocommerce-shop.woocommerce .products ul, 
.woocommerce-shop.woocommerce ul.products,
.single.single-product.woocommerce ul.products,
.woocommerce.woocommerce-page ul.products
 {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-bottom: 50px;
}
.woocommerce-shop.woocommerce .shop-product-item .product-content,
.single.single-product.woocommerce .shop-product-item .product-content,
.woocommerce.woocommerce-page  .shop-product-item .product-content
{
    padding: 0px 15px 15px;
    padding-left: 0px;
    padding-right: 0px;
}
.woocommerce-shop.woocommerce ul.products, 
.woocommerce-shop.woocommerce ul.products.columns-2 li.product, 
.woocommerce-shop.woocommerce-page ul.products.columns-2 li.product,
.single.single-product.woocommerce ul.products li.product,
.woocommerce.woocommerce-page ul.products li.product
 {
    width: auto;
    margin: 0px;
}
.woocommerce-shop.woocommerce ul.products.columns-2 li.product, 
.woocommerce-shop.woocommerce-page ul.products.columns-2 li.product,
.single.single-product.woocommerce ul.products li.product,
.woocommerce.woocommerce-page ul.products li.product
 {
    border-radius: 10px;
    background-color: #fff;
}
.woocommerce-shop.olympus-theme.woocommerce ul.products li.product .product-thumb,
.single.single-product.woocommerce ul.products li.product .product-thumb,
.woocommerce.woocommerce-page ul.products .product-thumb
{
    background-color: transparent;
}
.woocommerce-shop.woocommerce.columns-3 ul.products::before,
.woocommerce-shop.woocommerce.columns-3 ul.products::after,
.woocommerce-shop.woocommerce ul.products::before,
.woocommerce-shop.woocommerce ul.products::after, 
.single.single-product.woocommerce ul.products:before,
.single.single-product.woocommerce ul.products:after,
.woocommerce.woocommerce-page ul.products:before,
.woocommerce.woocommerce-page ul.products:after
{
  display: none;
}
.olympus-theme span.onsale{
    background-color: #fe0002 !important;
}
.woocommerce-shop.woocommerce .shop-product-item .product-content .title,
.single.single-product.woocommerce .shop-product-item .product-content .title {
    font-size: 14px;
    color: #261e24;
    display: inline-block;
    margin-top: 7px;
}
.woocommerce-shop.woocommerce .shop-product-item .product-content .block-title,
.single.single-product.woocommerce .shop-product-item .product-content .block-title {
    max-width: 56% !important;
}
.woocommerce-shop.woocommerce .shop-product-item .product-content .product-price,
.single.single-product.woocommerce .shop-product-item .product-content.product-price
{
    font-size: 14px;
}
.woocommerce-shop.woocommerce .shop-product-item .product-content  .block-price .in-cart,
.single.single-product.woocommerce .shop-product-item .product-content .block-price .in-cart
{
    background-color: #f5cfd9;
}
.woocommerce-shop.woocommerce .shop-product-item .product-content  .block-price .in-cart i,
.single.single-product.woocommerce .shop-product-item .product-content  .block-price .in-cart i
{
    color: #261e24;
}
.woocommerce-shop.woocommerce .shop-product-item .product-content .product-category, 
.single.single-product.woocommerce .shop-product-item .product-content .product-category 
{
    margin-bottom: 2px;
}
.woocommerce-shop.woocommerce .shop-product-item .product-content .product-category a,
.single.single-product.woocommerce .shop-product-item .product-content .product-category a
{
    color: #fe0002;
}
.woocommerce-shop.woocommerce form .ui-block-title select,
form.crum-get-form select {
    font-size: 14px;
    color: #000;
}
.woocommerce-shop.woocommerce form .title, 
form.crum-get-form .title {
    font-size: 14px;
    font-weight: bold;
}
.woocommerce-shop.woocommerce form button,
form.crum-get-form button {
    font-family: 'Bw Gradual DEMO' !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    line-height: 16px !important;
    height: auto !important;
    background: #FE0002 !important;
    letter-spacing: .05em;
    font-weight: 400 !important;
    max-width: 150px;
}
.single.single-product .related.products{
    position: relative;
    width: 100%;
    float: left;
}
.single.single-product div.product div.images .woocommerce-product-gallery__wrapper img {
    border-radius: 20px;
}
.single.single-product .shop-product-item .product-price{
    color: #261e24;
}
.single.single-product .related.products h2, 
.single.single-product .shop-product-detail-content h1,
.olympus-theme .cart_totals > h2,
.olympus-theme .related > h2, .olympus-theme .cart_totals > h2, 
.olympus-theme .woocommerce-billing-fields > h3, 
.olympus-theme h3#order_review_heading,
.olympus-theme .cross-sells > h2, 
.olympus-theme .woocommerce-order-details > h2, 
.olympus-theme .woocommerce-column--billing-address > h2, 
.olympus-theme .woocommerce-column--shipping-address > h2,
.olympus-theme h3#ship-to-different-address,
.woocommerce-additional-fields h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #261e24;
    padding-bottom: 0px !important;
}
.olympus-theme .woocommerce-billing-fields > h3, 
.olympus-theme h3#order_review_heading,
.olympus-theme .cross-sells > h2, 
.olympus-theme .woocommerce-order-details > h2, 
.olympus-theme .woocommerce-column--billing-address > h2, 
.olympus-theme .woocommerce-column--shipping-address > h2,
.olympus-theme h3#ship-to-different-address,
.woocommerce-additional-fields h3 {
    padding-bottom: 15px !important;
}
.single.single-product .related.products h2:before,
.single.single-product .related.products h2:after,
.olympus-theme .cart_totals > h2:before,
.olympus-theme .cart_totals > h2:after
{
    display: none;
}
.single.single-product .shop-product-detail-content h1{
   font-size: 32px;
   margin: 0px;
}
.single.single-product .shop-product-detail-content .main-content-wrap{
    margin-bottom: 20px;
}
.shop-product-detail-content form.cart .quantity input,
.woocommerce-cart table .quantity input
 {
    background-color: #f5cfd9;
    border-radius: 4px;
    border-color: #f5cfd9;
    color: #261e24;
}
.shop-product-detail-content form.cart {
    margin: 0px;
}
.shop-product-detail-content form.cart button{
    background-color: #fe0002;
    padding: 9px 20px;
    font-size: 14px;
    margin-left: 10px !important;
    margin-bottom: 10px;
}
.shop-product-detail-content form.cart .icon {
    margin-right: 10px;
    font-size: 20px;
}
.shop-product-detail-content .product_meta a {
    color: #FE0002;
}
.olympus-theme .btn-primary {
    background-color: #FE0002;
    border-radius: 4px;
}
.single.single-product div.product ins, 
.single.single-product  div.product del,
.shop-product-item .product-price {
    color: #FE0002 !important;
}
.single.single-product  div.product del,
.shop-product-item .product-price del {
    opacity: .5;
}
.shop-product-detail-content .quantity .qty {
    padding: 10.8px .1rem !important;
    text-align: left;
    display: inline-block;
    text-align: center;
    margin: 0px;
}
.olympus-theme .woocommerce-message .button{
     background-color: #FE0002 !important;
}
.olympus-theme table.shop_table.cart .product-thumbnail .cart-product__item > a {
    background-color: #f5cfd9 !important;
}
.olympus-theme table.shop_table.cart td .product-del{
    color: #FE0002;
}
.olympus-theme .woocommerce-error, 
.olympus-theme .woocommerce-info, 
.olympus-theme .woocommerce-message{
    border-top-color: #FE0002 !important;
    color: #261e24 !important;
}
.olympus-theme .woocommerce-error:before, 
.olympus-theme .woocommerce-info:before, 
.olympus-theme .woocommerce-message:before{
    color: #FE0002 !important;
}
.rait-stars li{
    color: #f5cfd9 ;
}
.woocommerce table.shop_table td{
    line-height: normal;
}
.woocommerce-cart table .cart-subtotal{
    color: #261E24;
}
#add_payment_method .wc-proceed-to-checkout,  
.olympus-theme .btn-purple,
.olympus-theme .btn-purple:hover{
  background-color: #FE0002;
  border-color: #FE0002;
  padding: 14px 25px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
.cart-product__item .cart-product-title,
.olympus-theme table.shop_table.cart,
.olympus-theme table.shop_table.cart :is(h1, h2, h3, h4, h5, h6),
.olympus-theme table.shop_table.cart th {
    color: #261e24;
}
.return-to-shop a {
    background-color: #f5cfd9 !important;
    color: #261E24 !important;
    font-size: 16px !important;
}
.olympus-theme .woocommerce-privacy-policy-text a{
    color: #FE0002;
}
form.checkout.woocommerce-checkout label {
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bold;
    color: #261e24 !important;
}
select:focus, input:focus, .form-control:focus, textarea:focus {
    border-color: #FE0002 !important;
    outline: 1px solid #FE0002 !important;
    outline-offset: -1px;
}
form.checkout.woocommerce-checkout .select2,
form.checkout.woocommerce-checkout .select2.select2-container
{
    padding: 0.363rem 1.1rem;
    color: #261e24 !important;
}
.olympus-theme .select2-container--default .select2-results__option--highlighted[aria-selected], 
.olympus-theme .select2-container--default .select2-results__option--highlighted[data-selected]{
  background-color: #FE0002 !important;
}
 .select2-results__option {
    font-size: 15px;
}
.olympus-theme .select2-dropdown{
    background-color: #f5cfd9 !important;
    border-color: #f5cfd9 !important;
}
.olympus-theme .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #261e24 !important;
}
form.checkout.woocommerce-checkout select,
form.checkout.woocommerce-checkout input,
form.checkout.woocommerce-checkout textarea
{
    background-color: #f2f4f8 !important;
    border-color: #e6ecf5 !important;
    padding: 8.7px 15px !important;
    color: #261e24 !important;
}
.olympus-theme table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 10.5px 12px !important;
    color: #000;
    font-size: 14px;
}
.olympus-theme table.shop_table.woocommerce-checkout-review-order-table tr th{
    color: #000;
    font-size: 16px;
}
form.checkout.woocommerce-checkout input#place_order {
    background-color: #FE0002 !important;
    color: #fff !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    border-radius: 5px !important;
    border-color: #FE0002 !important;
}
.single.single-product  div.product .woocommerce-tabs ul.tabs{
    text-align: center;
}
.single.single-product  div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent !important;
    padding: 0 2em !important;
    border: 0px;
}
.single.single-product  div.product .woocommerce-tabs ul.tabs li a{
  font-weight: 600;
}
.single.single-product div.product .woocommerce-tabs ul.tabs li.active{
    border: 0px;
    border-bottom: 1px solid #fe0002;
}
.single.single-product table.shop_attributes th, 
.single.single-product table.shop_attributes td {
    padding: 5px 10px;
    font-size: 16px;
    line-height: normal;
}
.single.single-product  .woocommerce-Tabs-panel h2 {
    font-size: 19px;
    font-weight: 600;
}
.woocommerce-Reviews span.btn {
    background: #fe0002;
    color: #fff;
    box-shadow: none;
    border-radius: 5px;
}
.woocommerce-Reviews span.btn.disabled{
    color: #000;
    opacity: .28;
}
.summary.entry-summary .product_meta  .article-number, 
.summary.entry-summary .product_meta  span.posted_in,
.summary.entry-summary .product_meta .tagged_as.tag {
    font-size: 14px;
    color: #261e24;
    font-weight: 700;
    padding: 2px 0px;
}
.shop-product-detail-content .product_meta a {
    font-weight: 400;
    text-transform: capitalize;
}
.single.single-product .shop-product-detail-content .product_meta{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5px;
}
.woocommerce-product-details__short-description p, 
.single.single-product  .woocommerce-Tabs-panel p {
    font-size: 16px;
}
/****endcss****/
.checkout_coupon .btn{
    margin-top: 16px;
}
/***dashboardpage***/
.common_dashboard_topspace{
    padding: 70px 0px 0px;
}
.common_table_font .award-block-style thead th
.common_table_font .award-block-style td,
.common_table_font table th,
.common_table_font table td{
    font-size: 15px;
}
.common_table_font  table th{
    font-weight: 700;
}
.common_redbtnstyle{
    background-color: #FE0002;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Bw Gradual DEMO';
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.common_pinkbtnstyle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background: #fcb0cb;
    border: none;
    color: #261E24;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    font-family: 'Bw Gradual DEMO';
}
.common_blackkbtnstyle {
    background-color: #261e24;
    color: #fff;
}

.common_redbtnstyle:hover {
    background-color: #261e24;
    color: #fff;
}
.common_pinkbtnstyle:hover{
    background-color: #261e24;
    color: #fff;
}
.common_blackkbtnstyle:hover {
    background-color: #fe0002;
    color: #fff;
}
.lms-grant-access-btn {
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
}
.common_table_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 40px 0px;
}
.common_table_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;
}
.common_table_pagination .page-link.active {
    background-color: #fe0002;
    border-color: #fe0002;
    color: #fff;
}
.common_table_pagination .page-link:hover {
    background-color: #fe0002;
    border-color: #fe0002;
    color: #fff;
}
.common_flex_style form {
    display: flex;
    gap: 5px;
    align-items: center;
}
.common_flex_style form input[type="file"] {
    max-width: 180px;
    padding: 10px 14px;
    background: #F5CFD9;
    border-radius: 5px;
    cursor: pointer;
}
@media only screen and (max-width: 1200px){
.common_flex_style form input[type="file"] {
     max-width: 149px;
}
.common_flex_style form{
    min-width: 240px;
}
}
/***lmspopup***/
.common_popup-style h3,
.lms-modal h3{
    color: #261e24;
    font-size: 22px;
    padding: 12px 20px;    
    font-family: "Addington CF Bold", Sans-serif;
    border-bottom: 1px solid #e6ecf5;
    margin: 0px;
}
.lms-modal-content, 
.ms-modal-content{
    padding: 0px;
}
.lms-submissions-wrap h3 {
    font-weight: 600;
    color: #261e24;
    font-size: 24px;
}
.lms-modal-section h4 {
    font-size: 18px !important;
}
.common_popup-style .body_content_style{
    padding: 20px;
}
.common_popup-style .close_button{
    background: none;
    border: none;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: 0px;
    right: 15px;
    color: #FE0002;
    fill: #FE0002;
    line-height: 38px;
    appearance: none;
}

/***endlmspopup***/
.common_filter_select{
    display: flex;
    gap: 10px;
}
.common_filters_gap{
    gap: 15px;
}
.common_filter_select  select {
    appearance: none;           
    -webkit-appearance: none;   
    -moz-appearance: none;      
    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; 
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 24px;
}
.common_filter_select .filter_btns {
    background: #f5cfd9;
    color: #261e24;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #fcb0cb;
    border: none;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
}
.common_fields_style input, 
.common_fields_style textarea{
    background: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px 10px 15px;
}

.common_space_fields {
    margin-bottom: 20px;
}
.common_fields_style label{
    font-size: 15px;
}
label.font_label {
    font-weight: 600;
    font-size: 15px;
}
@media only screen and (max-width: 576px){
    .common_filter_select {
        flex-wrap: wrap;
    }
    .common_filter_select button{
        width: 100%;
    }
}

/****radiobuttonstyle****/
/* Hide default radio */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #fcb0cb;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 0px;
    vertical-align: middle;
    position: static !important;
    left: 0px !important;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    position: relative !important;
}
.eval-label {
    font-weight: bold;
    font-size: 16px;
}
.radio-group-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}
/* Label styling */
.radio-option {
    margin: 0px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    align-items: center;
}
.radio-option:hover, .radio-option.is-selected {
    border-color: #fe0002;
    background: #fff5f5;
}
.radio-option input[type="radio"]:checked{
    border-color: #000;
}
input[type="radio"]:checked{
    border-color: #000;
}
input[type="radio"]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 2.4px;
    left: 2.4px;
}
/* Score styling */
.opt-score {
    font-size: 13px;
    color: #fe0002;
    font-weight: 700;
    white-space: nowrap;
}
/* Active (when checked) */
.radio-option input[type="radio"]:checked + .opt-label{
    color: #000;
}
.radio-option:hover, .radio-option.is-selected {
    border-color: #e3e3e3;
    background: #e3e3e3;
}
/***endradiobutton***/
.rating-form-actions a.button.btn-cancel {
    background: #fcb0cb;
    font-family: "Bw Gradual Light", Sans-serif;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 8px 24px;
    color: #000;
}
/***rangecell***/
.range-cell {
    display: flex;
    align-items: center;
}
.range-cell span{
    min-width: 22px;
}
@media(min-width: 1400px){
.common_first_divtable th {
    width: 300px;
    min-width: 300px;
}
}
/***endrange***/


/***enddashboardcss***/
/*****shopapge****/
 .shop-product-item .product-content .block-price span.woocommerce-Price-amount.amount bdi {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 2px;
}
 .shop-product-item .product-content .block-price span.woocommerce-Price-amount.amount bdi span {
    line-height: normal;
    display: inline-flex;
}
.single.single-product .shop-product-detail-content bdi {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.single.single-product .shop-product-detail-content bdi span {
    line-height: normal;
    display: inline-flex;
}
.shop-product-detail-content .quantity .qty{
     min-height: 40px;
}
.woocommerce-shop .shop-product-item .product-thumb img, 
.single.single-product.woocommerce ul.products li.product .product-thumb img{
    border-radius: 10px;
    overflow: hidden;
}
@media only screen and (max-width: 1024px){
 .woocommerce-shop .shop-product-item .product-content, 
 .single.single-product .shop-product-item .product-content{
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
    }
.shop-product-item .product-thumb {
        height: auto !important;
}    
}
@media only screen and (max-width: 575px){
    .single.single-product .shop-product-detail-content form.cart {
      display: flex;
    }
    .olympus-theme div.product form.cart div.quantity + .btn {
        margin: 0px !important;
    }

}
/****endpage****/
.woocommerce-Price-amount bdi {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 2px;
    line-height: normal;
}

.woocommerce-Price-amount bdi span {
    line-height: normal;
    display: inline-flex;
}
.purchased-ribbon span {
    margin-left: 6px;
}

.shop-product-item .product-content
 {
    align-items: flex-start;
    line-height: 16px;
}
.add_ons_section .shop-product-item .product-content.shop-product-item .product-content .block-price {
    padding-top: 3px;
    display: inline-block;
}



/***anubhavasir***/

.field-error {
    color: red;
    font-size: 14px;
}
.msg-notice.msg-success {
    background: #d1fae5;
    border: 2px solid #10b981;
    color: #065f46;
    padding: 5px;
    margin-bottom: 10px;
}

.msg-notice.msg-error {
    background: #E91E63;
    border: 2px solid #E91E63;
    color: #fafafa;
    padding: 5px;
    margin-bottom: 10px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
/***endanubhavasir***/
/***biography***/
.mentor_biography {
    background: rgb(236 224 224 / 30%);
    border-radius: 15px;
    color: #000;
    padding: 30px;
    font-size: 18px;
    font-family: 'Bw Gradual Regular';
    line-height: 30px;
        background-color: #F5CFD980;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
}
.mentor_biography h2{
    font-family: 'Bw Gradual Regular';
    color: #000;
    font-weight: 700;
    margin-bottom: 22px;
}
.mentor_biography p{
    margin-bottom: 15px;
}
.mentor_biography p:last-child{
    margin-bottom: 0px;
}

/***endbiography***/

/****responsive****/
@media (max-width: 1400px) {
    #primary-menu.primary-menu-menu > li > a {
        padding: 25px 10px;
    }
}
@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: 768px) {
    .fixed-sidebar-right {
        width: 215px;
    }
    .invitepopup .window-popup.registration-login-form-popup {
        margin-left: 10px;
        margin-right: 10px;
    }

}
@media only screen and (max-width: 1280px){
  .woocommerce-shop.woocommerce .products ul, 
  .woocommerce-shop.woocommerce ul.products, 
  .single.single-product.woocommerce ul.products,
  .woocommerce.woocommerce-page ul.products
  {
     grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1280px){
 .event-content-box .event-meta-summary {
    min-width: auto;
}
.jury-slider .ecs-card img{
    max-height: 250px;
    max-width: 250px;
    width: 300px;
    height: 300px;
}
.jury-slider .ecs-card{
    max-width: 250px;
}
}

@media only screen and (max-width: 1200px){
.post-type-archive-tribe_events .container {
    max-width: 1030px;
}
.post-type-archive-gallery .blog-post .post-thumb {
    max-height: 180px;
} 
.woocommerce-shop.woocommerce form .ui-block-title{
    flex-direction: row;
    gap: 10px;
}  
}

@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,
#stunning-header h2.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;
}
.olympus-theme.woocommerce ul.products[class*="columns-"] li.product, 
.olympus-theme.woocommerce-page ul.products[class*="columns-"] li.product,
.woocommerce-shop.woocommerce ul.products, 
.woocommerce-shop.woocommerce ul.products.columns-2 li.product, 
.woocommerce-shop.woocommerce-page ul.products.columns-2 li.product, 
.single.single-product.woocommerce ul.products li.product{
    width: auto !important;
    margin: 0px !important;
}
.common_dashboard_topspace {
    padding: 40px 0px 0px;
}
.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; 
}   
.form-inline.coupon .form-group {
    margin: 0px;
}
}
@media only screen and (max-width: 1023px){
    .woocommerce-shop.woocommerce form .title,
    form.crum-get-form .title {
    display: block;
    width: 100%;
}
.woocommerce-shop.woocommerce form .ui-block-title {
    flex-direction: column;
}
}
@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, .common_filter-grid {
    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;
}
.jury-slider .ecs-card {
    max-width: 300px;
}
.jury-slider .ecs-card img {
        max-height: 280px;
        max-width: 280px;
}
.woocommerce-shop.woocommerce .products ul, 
  .woocommerce-shop.woocommerce ul.products, 
  .single.single-product.woocommerce ul.products,
  .woocommerce.woocommerce-page ul.products
  {
     grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
    .woocommerce ul.products[class*="columns-"] li.product,
     .woocommerce-page ul.products[class*="columns-"] li.product, 
     .olympus-theme.woocommerce ul.products[class*="columns-"] li.product, 
     .olympus-theme.woocommerce-page ul.products[class*="columns-"] li.product {
        margin: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .top_breadcrumb ul.elementor-icon-list-items {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        gap: 16px;
        flex-wrap: nowrap !important;
    }
 .publish-badge-block{
    justify-content: center;
 }
.ecs-slider .designation, .board_member_content_popup .designation {
    font-size: 14px;
}  
.woocommerce-shop.woocommerce .shop-product-item .product-content, 
.single.single-product.woocommerce .shop-product-item .product-content {
    padding: 0px 15px 30px;
}  

}
@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;
}  
.events_other_link a{
    font-size: 17px;
}   
div#award_list {
    display: block;
}
.woocommerce-shop.woocommerce .products ul, 
  .woocommerce-shop.woocommerce ul.products, 
  .single.single-product.woocommerce ul.products,
  .woocommerce.woocommerce-page ul.products
  {
     grid-template-columns: repeat(1, 1fr);
     max-width: 360px;
     margin: 0px auto !important;
  }


  /***21-01 membership access***/
  #youzify-members-list>li .youzify-user-data {
    padding: 15px 0 0;
}
.members.friends #youzify-members-list li.bp-single-member .youzify-user-actions, 
  .members.friends #youzify-members-list li .youzify-user-actions {
    flex-direction: column;
    gap: 10px;
}
.youzify-profile .youzify-profile-list-widget .youzify-list-item {
    margin: 0 0 15px;
}
.youzify-items-list-widget .youzify-list-item .youzify-item-data
 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.youzify-profile .youzify-profile-list-widget .youzify-list-item:last-child .youzify-item-data
{
    padding-bottom; 0px;
    border: 0px;
}
.my-account ul#youzify-members-list .youzify-user-actions .friendship-button, 
.my-account ul#youzify-members-list .youzify-user-actions .send-an-msg,
.my-friends .youzify #youzify-members-list .youzify-user-actions a{
    width: 100%;
    background-color: #fcb0cb !important;
}
#youzify-members-directory ul#youzify-members-list {
    grid-template-columns: repeat(2, 1fr);
}
#buddypress.youzify .youzify-card-action-buttons-block div.generic-button a, 
.buddypress .youzify-card-action-buttons-block div.generic-button a, 
.youzify-card-action-buttons-block .youzify-user-actions a {
    padding: 0;
    margin: 0px;
}
#youzify-members-list .youzify-user-statistics {
    padding: 0 15px;
    margin-bottom: 15px;
}
#youzify-members-list .youzify-user-actions {
    margin-top: 0px;
}
.youzify-card-action-buttons-block .youzify-user-actions
 {
    padding: 10px 15px 15px;
}
#youzify-members-list .youzify-user-actions a{
    line-height: normal !important;
}
#youzify-members-list .youzify-meta-item{
    margin-top: 5px;
}
#youzify-members-list .youzify-user-data .item {
    padding: 0px 7px;
}
#youzify-members-list .youzify-user-statistics .youzify-data-item span {
    margin: 2px;
}
#youzify-members-list .youzify-fullname, 
#youzify-members-list .youzify-meta-item{
    font-size: 12px;
    line-height: normal;
    padding: 0px 5px !important;
}
#youzify-members-list .youzify-user-actions a.friendship-button:before {
    margin-left: 8px;
    font-size: 18px;
    margin-right: 8px;
}
#youzify-members-list .youzify-user-actions a.friendship-button {
    font-size: 12px !important;
    align-items: center;
    padding: 0px 5px;
}
.members.friends #youzify-members-list li.bp-single-member .youzify-user-actions, .members.friends #youzify-members-list li .youzify-user-actions {
    margin-top: 15px;
}
/***end****/

}
@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: 420px){
 .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%;
}
.olympus-theme .woocommerce-billing-fields {
    margin-bottom: 10px !important;
}
.form-inline.coupon .form-group {
    margin-bottom: 10px;
}
.form-inline > * + * {
    margin-left: 0px;
}
}
@media only screen and (max-width: 390px){
.woocommerce .col2-set, .woocommerce-page .col2-set {
    margin: 0px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
   width: 100% !important;
}
}
@media only screen and (max-width: 360px){
.pub-award-info {
    flex-direction: column;
}
}
.field-error {
    color: red;
    font-size: 14px;
}
form.admin_jury_filter {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
form.admin_jury_filter  select {
    appearance: none;           
    -webkit-appearance: none;   
    -moz-appearance: none;      
    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; 
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 24px;
}
form.admin_jury_filter button.button {
    background: #f5cfd9;
    color: #261e24;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #fcb0cb;
    border: none;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;

}
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    font-size: 16px !important;
    font-weight: normal !important;
}

/* Remove bold styling from Total */
.woocommerce-cart .order-total th,
.woocommerce-cart .order-total td {
    font-size: 16px !important;
    font-weight: normal !important;

}