/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/ 
/*Events page */
/* .single-tribe_events a {
    color: #fff !important;
}
.single-tribe_events h1.tribe-events-single-event-title {
    color: #fff !important;
}
.single-tribe_events li {
    color: #fff !important;
}
.single-tribe_events  .tribe-events-meta-group .tribe-events-single-section-title {
    color: #fff !important;
}
.single-tribe_events h2.tribe-events-related-events-title {
    color: #fff;
}
.single-tribe_events ul.tribe-related-events.tribe-clearfix li span {
    color: #000 !important;
}
.tribe-events-single-event-description.tribe-events-content li span {
    color: #fff !important;
} */
#tribe-events-pg-template {
    background-color: #fff !important;
}
.tribe-common.tribe-events.tribe-events-view.tribe-events-view--list.alignwide.tribe-common--breakpoint-xsmall.tribe-common--breakpoint-medium.tribe-common--breakpoint-full {
    background: #fff !important;
}
/*Events page*/

/*Shope page*/
main.container_csrmplugin {
    background: #fff !important;
}


div#revolution-slider {
    margin-bottom: 0px !important;
}
div#revolution-slider .custom-countdown-wrapper {
    text-align: center;
    padding: 0px 0px;
    color: #fff;
    position: absolute;
    top: unset;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    margin-bottom: 12% !important;
}
div#revolution-slider .countdown-heading {
  letter-spacing: 3px;
  color: #f4c542;
}
div#revolution-slider .countdown-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
div#revolution-slider .count-box {
    background: rgb(0 0 0 / 71%);
    width: 100px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
    filter: drop-shadow(1px 2px 2px #8B1538);
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#revolution-slider .count-box:hover {
  transform: translateY(-5px);
  background: rgba(0, 0, 0, 0.8);
}
div#revolution-slider .count-box span {
    font-size: 30px;
    font-weight: 400;
    display: block;
}
div#revolution-slider .count-box p {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #9CA3AF;
}
div#revolution-slider i {
    position: relative;
    top: -3px;
}
/* ========================== */
div#event {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#event-inner .vc_col-sm-4 .vc_column-inner {
    background: #1A1A1A;
    border-radius: 20px;
}
div#event-inner .vc_col-sm-4 .wpb_content_element {
    padding: 10px 20px !important;
    min-height: 330px !important;
}
div#event-inner .vc_col-sm-4 .wpb_content_element ul li img {
    display: inline-block !important;
    margin-bottom: -2px !important;
    margin-right: 5px;
}
div#event-inner .vc_col-sm-4 .wpb_content_element ul {
    margin: 0px 0px 20px 0px !important;
}
div#event-inner .vc_col-sm-4 .wpb_content_element ul li {
    list-style: none;
    margin-bottom: 5px;
}
div#event-inner a#btn {
    margin: 0px 0px 20px 20px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
}
div#event a#btn.border {
    margin: 0 auto;
    display: table;
    background-color: #fff0 !important;
    border: 1px solid #D4AF37;
    color: #D4AF37;
    border-radius: 10px !important;
    font-size: 18px;
}
/* =============================== */
div#daily-event {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#daily-event .wpb_text_column.wpb_content_element h6 span {
    background: #8b153845;
    padding: 8px 20px !important;
    border: 1px solid;
    border-radius: 30px !important;
}
div#daily-event img {
    width: 100%;
}
div#daily-event .iwithtext .iwt-icon i {
    color: #000000;
    font-size: 15px;
}
div#daily-event .iwithtext .iwt-icon {
    position: relative;
}
div#daily-event .iwithtext {
    background: #D4AF37;
    width: fit-content;
    padding: 4px 15px 4px 10px !important;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 20px !important;
}
div#daily-event .iwithtext .iwt-text {
    padding-left: 0px;
}
div#daily-event .iwithtext .iwt-text h6 {
    margin: 0;
}
div#daily-event-inner {
    background: #1A1A1A;
    padding: 20px 20px !important;
    border-radius: 10px;
    border: 1px solid #8b15386e;
}
div#daily-event-inner .main-div-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#daily-event-inner .main-div-price .subheading {
    text-align: end;
}
div#daily-event-inner .main-div-price h5 {
    color: #9CA3AF;
}
div#daily-event-inner .main-div-price h3 {
    color: #D4AF37;
}
div#daily-event-inner .main-div-price h4 {
    font-family: 'Inter';
    font-weight: 400;
}
div#daily-event-inner .nectar-progress-bar.completed p {
    display: none;
}
div#daily-event-inner .nectar-progress-bar.completed {
    background-color: #2A2A2A !important;
    border-radius: 20px;
}
div#daily-event-inner span.extra-color-1 {
    border-radius: 30px;
}
div#daily-event-inner span.extra-color-1 {
    border-radius: 30px;
}
div#daily-event-inner span.extra-color-1 strong, div#daily-event-inner span.extra-color-1 strong i {
    font-size: 20px !important;
    color: #9CA3AF !important;
    padding-bottom: 0px !important;
}
div#daily-event-inner .nectar-progress-bar span strong {
    position: absolute;
    right: 0;
    top: 20px;
    left: 0;
}
div#daily-event a#btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 10px !important;
    padding: 13px 0px !important;
}
/* ========================================= */
div#calendar-section {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
.tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-widget-events-month {
    background-color: #fff0 !important;
    border-radius: 20px;
    padding: 0px !important;
}
section.tribe-common-l-container.tribe-events-l-container {
    padding: 0px 0px !important;
}
.tribe-common-b1.tribe-common-b2--min-medium.tribe-events-widget-events-month__view-more {
    display: none;
}
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
    background-color: #1A1A1A;
}
body:not(.woocommerce-cart) .main-content table {
    background-color: #1A1A1A !important;
    border-top: 1px solid #d4af3745 !important;
}
.tribe-events .tribe-events-calendar-month__day-date-link {
    color: #fff !important;
}
.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    border-color: #d4af3745 !important;
}
body:not(.woocommerce-cart) .main-content tr td:first-child, body:not(.woocommerce-cart) .main-content tr th:first-child {
    border-color: #d4af3745 !important;
}
body:not(.woocommerce-cart) .main-content th {
    border-color: #d4af3745 !important;
    border: 1px solid #d4af3745 !important;
    width: 100% !important;
    padding: 40px 30px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
    border-top: #d4af3745 !important;
}
.tribe-events .tribe-events-calendar-month__header-column-title {
    color: #9CA3AF !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
    margin: 0 auto;
}
li.tribe-events-c-top-bar__nav-list-date {
    list-style: none;
}
li.tribe-events-c-top-bar__nav-list-date {
    font-size: 30px;
    font-family: 'Playfair Display';
    margin-bottom: 30px !important;
}
.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode .tribe-events-c-top-bar__nav-list {
    justify-content: space-between !important;
    width: 100% !important;
    gap: 150px;
}
.tribe-events .tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link--prev .tribe-common-c-btn-icon__icon-svg path, .tribe-events .tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link--next .tribe-common-c-btn-icon__icon-svg path {
    fill: #fff !important;
}
.tribe-events-calendar-month__header-column-title.tribe-common-b3 span {
    font-size: 20px !important;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title-link, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
    background: #0000;
    color: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
    border-left: 1px solid #d4af3745 !important;
}
/* ================================== */
div#testimonial {
    padding: 40px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial-inner {
    margin: 0px 10px !important;
    background-color: #1A1A1A;
    padding: 30px 30px !important;
    border-radius: 10px;
    background-image: url(https://devu1a.customdev.solutions/nolbertbrown/wp-content/uploads/2026/03/Container-80.png);
    background-repeat: no-repeat;
    background-position: 96% 10%;
    border: 1px solid #D4AF37;
}
div#testimonial-inner .iwt-icon img {
    width: unset;
}
div#testimonial-inner .iwithtext .iwt-text h5, div#testimonial-inner .iwithtext .iwt-text p {
    margin: 0;
}
/* ========================== */
div#newsletter {
    margin: 50px 0px !important;
    padding: 40px 50px !important;
    border-radius: 20px;
}
div#newsletter .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
    border-radius: 20px;
}
div#newsletterwidgetminimal-2 form.tnp-form {
    display: flex;
    width: 40%;
    margin: 0 auto;
}
div#newsletterwidgetminimal-2 input.tnp-email {
    background: #1A1A1A;
    border: 1px solid #d4af375c;
    border-radius: 10px !important;
    margin-right: 10px;
    color: #fff;
}
div#newsletterwidgetminimal-2 input.tnp-submit {
    width: auto;
    padding: 10px 25px !important;
    border-radius: 10px !important;
    font-size: 14px;
}
/* ========================= */
div#footer-outer-globel {
    padding: 40px 0px !important;
    margin-bottom: 0px !important;
}
div#footer-widgets-globle .vc_col-sm-4 {
    position: relative;
    padding: 20px 10px !important;
}
div#footer-widgets-globle .vc_col-sm-4:after {
    content: "";
    width: 2px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 30px;
    background: #ffffff2b;
    z-index: 999;
    visibility: visible;
}
div#footer-widgets-globle .vc_col-sm-4:last-child:after {
    display: none;
}
div#footer-widgets-globle h2.widgettitle {
    color: #D4AF37;
    font-size: 25px;
}
div#footer-widgets-globle ul {
    margin: 0;
}
div#footer-widgets-globle ul li {
    list-style: none;
}
div#footer-widgets-globle ul li a {
    color: #9CA3AF;
    font-size: 16px;
}
/* ==================== */
div#copyright {
    padding: 20px 0px !important;
}
/* ======================== */
@media (max-width: 1600px){
	div#revolution-slider .custom-countdown-wrapper {
    margin-bottom: 9% !important;
}
}
@media (max-width: 1440px){}
@media (max-width: 1366px){}
@media (max-width: 1326px){}
@media (max-width: 1280px){
	div#event-inner .vc_col-sm-4 .wpb_content_element {
    min-height: 350px !important;
}
}
@media (max-width: 1024px){}
@media (max-width: 912px){}
@media (max-width: 800px){}
@media (max-width: 768px){}
@media (max-width: 480px){}
@media (max-width: 428px){}
@media (max-width: 414px){}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}