@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//chaitochosen.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.4") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Bree Serif", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Bree Serif", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(185,71,47);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(17,70,57);
	--btn-accented-bgcolor-hover: rgb(15,64,52);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://chaitochosen.com/wp-content/uploads/2021/10/coffee-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(248,243,237);
	background-image: url(https://chaitochosen.com/wp-content/uploads/2025/03/Untitled-1.png);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(17,17,17);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(248,243,237);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.icon-box img{
	width:80px !important;
	height:80px !important;
}
.single-post .wd-page-content.main-page-wrapper {
    margin-top: 140px;
}
html,body{
scroll-behavior: smooth !important;
}

ul.woodmart-recent-posts-list li {
    display: flex;
    align-items: center;
}
.wd-post-meta {
    display: none !important;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
	    padding: 50px;
	overflow-y:auto
}

/* Modal Content */
.modal-content {
    background: #fff;
    padding: 20px;
    width: 100%;
 
    border-radius: 8px;
    position: relative;
    text-align: center;
    
}

/* Close Button */
.close-modal {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;z-index:1
}
.close-modal:hover {
    color: red;
}

/* Form Styles */
#eventRegistrationForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#eventRegistrationForm label {
    font-weight: bold;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

#eventRegistrationForm input,
#eventRegistrationForm select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#eventRegistrationForm input:focus,
#eventRegistrationForm select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Checkbox */
#agree {
    width: auto;
    margin-right: 10px;
}

#eventRegistrationForm button {
    background: #007bff;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

#eventRegistrationForm button:hover {
    background: #0056b3;
}

/* Register Button */
.register-btn {
   --btn-color: #fff;
    --btn-color-hover: #fff;
    --btn-bgcolor: var(--wd-primary-color);
    --btn-bgcolor-hover: var(--wd-primary-color);
    --btn-brd-color: var(--wd-primary-color);
    --btn-brd-color-hover: var(--wd-primary-color);
    --btn-box-shadow-hover: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}

.register-btn:hover {
   color: var(--btn-color-hover, var(--btn-color, #3E3E3E));
    border-color: var(--btn-brd-color-hover, var(--btn-brd-color, #e0e0e0));
    background-color: var(--btn-bgcolor-hover, var(--btn-bgcolor, #e0e0e0));
   
}

/* Success/Error Message */
#form-message {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Multi-step Form */
.form-step {
    display: none;
}
.form-step:first-child {
    display: block;
}

.flex-center {
    display: flex;
   
    justify-content: center;
    width: 100%;
    height: 100%;
}

.wrap.columns {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.wrap.columns .input input,.wrap.columns .input select {
    width: 100%;
    height:auto; 
}

.wrap.columns .input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.modal-content h2 {
    font-size: 36px;
}
.row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
}

.row .col-lg-12 {
    grid-column-end: 2 span;
}

.wrap.columns .input.checkbox label {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: start;
    text-align: left;
	    font-weight: 400 !important;
	position:relative;
}

.wrap.columns .input.checkbox label  input[type=radio],.wrap.columns .input.checkbox label input[type=checkbox] {
    width: 20px !important;
}



.events-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 1.5rem;
}

.event-card {
    width: 30%;
    background: #fff;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
    overflow: hidden;
    text-align: center;
    position: relative;
    min-height: 350px;
	order: 0; 
}
.event-card.to-be-announced {
    order: 1;
}
.event-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000047;
    z-index: 1;
}
a.register-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    outline: none;
    border-radius: var(--btn-brd-radius, 0px);
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.2;
    cursor: pointer;
    transition: all .25s ease;
    color: var(--btn-color, #3E3E3E);
    border: var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, #E9E9E9);
    background-color: var(--btn-bgcolor, #F3F3F3);
    box-shadow: var(--btn-box-shadow, unset);
    text-transform: var(--btn-transform, uppercase);
    font-weight: var(--btn-font-weight, 600);
    font-family: var(--btn-font-family, inherit);
    font-style: var(--btn-font-style, unset);
    padding: var(--btn-padding, 5px 20px);
    min-height: var(--btn-height, 42px);
    font-size: var(--btn-font-size, 13px);
    margin: 0;
}
.event-date {
    background: #fff;
    color: #212121;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    min-width: 70px;
    left: 20px;
    top: 20px;
	z-index:1
}

.event-date .day {
    font-size: 24px;
    display: block;
    padding-top: 6px;
    padding-bottom: 4px;
        font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.event-image img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
}

.event-title {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
    font-size: 22px;
    text-align: center;
    right: 20px;
	    display: flex;
    flex-direction: column;
    
}
.event-date .month {
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.event-image {
    height: 100%;
	position:relative;
}

.event-title a:not(.register-btn) {
    color: white;
	margin-bottom:1rem
}


.event-single {
    margin-top: 240px;
}

.event-single h1.wd-entities-title.title {
    font-size: 40px;
    text-align: center;
}

.event-single .wd-single-post-img {
    text-align: center;
}

.event-single .wd-single-post-img img {
    width: 100%;
}


.wrap.columns .input h4 {
    font-family: var(--wd-text-font);
    margin: 0;
    font-weight: 600;
    text-align: left;
	 font-size: 16px;
}

li.widget-item a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

li.widget-item a div img {
    max-width: 100px;
}
a.info {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background: var(--wd-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'Bree Serif';
    font-weight: 500;
    color: white;
}
a.info:hover + .info-box{
display:block;
}
.info-box {
    position: absolute;
    background: white;
    z-index: 1;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 7px #00000021;
    top: 130%;
    display: none;
}

.info-box p {
    font-size: 14px;
    margin: 0;
}

.info-box p b {
    display: block;
    margin-bottom: 10px;
}


.passed-events .event-card {
    display: none;
}

.passed-events .event-card.passed {
    display: block;
}

.passed-events .event-card.passed a {
    pointer-events: none;
}

a.register-btn.white {
    background: white;
    color: #212121;
    margin-top: 1rem;
}


.user-short {
    width: 50px;
    height: 50px;
    background: var(--wd-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	flex-shrink:0
}

.user-short > * {
    height: auto !important;
    color: white;
    font-size: 20px;
    font-family: 'Bree Serif';
}

.user-name-des .liner-continer {
    margin: 0 !important;
}

.hover-translate:hover{
	transform:translatey(-10px)

}
.background-transparent, .background-transparent * {
    background: transparent !important;
}
.background-transparent .wd-nav-pagin-wrap {
    /* margin-top: 100px !important; */
    bottom: -40px;
}

.background-transparent {
    margin-bottom: 40px !important;
}


.sticky-button {
    width: fit-content;
    position: fixed;
    right: 20px;
    bottom: 100px;
}

.sticky-button a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #b9472f;
    border-radius: 100px;
}@media (min-width: 1025px) {
	.whb-general-header-inner {
    height: 170px !important; max-height: 170px !important; 
}
.whb-sticked .wd-logo img {
    width: 110px;
}
.whb-sticked .whb-flex-row.whb-general-header-inner {
    height: 140px !important;
	max-height: 140px !important; 
}
.wd-active {
    transform: scale(1.1) !important;
 
    position: relative;
    z-index: 1;
    border: 0 !important;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.whb-general-header-inner {
    height: 120px !important; max-height: 120px !important; 
}

.row {
    grid-template-columns: repeat(1, 1fr);
}

.row .col-lg-12 {
    grid-column-end: 1 span;
}
.form-step p {
    text-align: left !important;
}
.modal {
    padding: 20px;
}

.event-card {
    width: 50%;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.responsive-center *{
text-align:center 
}

.whb-general-header-inner {
    height: 100px !important; max-height: 100px !important; 
}

.row {
    grid-template-columns: repeat(1, 1fr);
}

.row .col-lg-12 {
    grid-column-end: 1 span;
}

.modal {
    padding: 20px;
}

.event-card {
    width: 100%;
}

.header-btn button#open-registration-modal {
    margin: 0 auto;
    display: flex;
}
.form-step p {
    text-align: left !important;
}
}

@media (max-width: 576px) {
	.responsive-center *{
text-align:center 
}
.whb-general-header-inner {
    height: 90px !important; max-height: 90px !important; 
}

.row {
    grid-template-columns: repeat(1, 1fr);
}

.row .col-lg-12 {
    grid-column-end: 1 span;
}

.modal {
    padding: 20px;
}

.event-card {
    width: 100%;
}

.header-btn button#open-registration-modal {
    margin: 0 auto;
    display: flex;
}

.form-step p {
    text-align: left !important;
}


.text-center-resp, .text-center-resp *{
text-align:center !important
}

}

