.tkcw_single_product_container {
	width: 100%;
	margin: 0 !important;
	margin-bottom: 30px !important;
	background: #E5EDFC;
	border-radius: 10px 10px 0px 0px;
}

#calendar .fc-daygrid-body,
#calendar .fc-scrollgrid-sync-table {
	width: 100%;
	max-width: 100% !important;
}

#calendar .fc-toolbar-chunk>div {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center;
}

.tk_events-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.tk_events-container .tk-event-card {
	width: calc(25% - 22px);
	border: 1px solid transparent;
	margin-bottom: 20px;
}

.tk_events-container .tk-event-card .tk_product_img img,
.tk_events-container .tk-event-list .tk_product_img img {
	width: 100%;
	display: block;
}

.tk_events-container .tk-event-card a {
	padding: 10px;
	display: block;
	text-decoration: none;
}

.tk_events-container .tk-event-list {
	width: calc(100% - 2px);
	border: 1px solid transparent;
	margin-bottom: 20px;
}

.tk_events-container .tk-event-list .tk_product_img {
	width: 40%;
}

.tk_events-container .tk-event-list a {
	padding: 10px;
	display: flex;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
}

.tk_events-container .tk-event-list .tk_inner_content_detail {
	width: 50%;
}

.tk_events-container .tk_product_price span.tk_pro_price {
	font-weight: bold;
}

.tk_events-container .tk_product_price span {
	display: block;
}

.tk_events-container a:where(.wp-site-blocks *:focus) {
	outline: none;
}

.tk_events-container .tk-event-list .tk_product_title h2 {
	margin-top: 0px;
}

/*POPUP CSS*/
div#tk_event_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0000008c;
	z-index: 99999;
}

div#tk_event_popup h2 {
	margin-top: 0px;
}

.tk_event_popup_container {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	position: relative;
	background: #FFF;
	max-height: calc(100vh - 10px);
	margin-top: 0px;
	max-width: 1440px !important;
	color: #30343F;
	overflow: auto;
}

.tk_event_popup_content {
	padding: 0 45px;
}

.tk_popup-header-top {
	text-align: center;
	position: relative;
	padding: 19px 0px 23px 0px;
}

.tk_popup-header-top .tk_powerdby,
.tk_popup_footer .tk_powerdby {
	font-size: 18px;
	font-weight: 500;
	line-height: 21.6px;
}

.tk_popup-header-top .tk_powerdby a,
.tk_popup_footer .tk_powerdby a {
	text-decoration: underline;
}

.tk_event_single_container .tk_popup_footer {
	text-align: center;
	position: relative;
	padding: 5px 0px 7px 0px;
}

.tk_popup-header-top .closePopup {
	background-image: url("../img/cross-new.svg");
	width: 38px;
	height: 38px;
	position: absolute;
	right: -44px;
	top: 10px;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

#tk_ajax-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0000008c url(../img/tk-loading-gif.gif);
	z-index: 99999;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
}

.tk_popup_event_header {
	width: 100%;
}

.tk-popup-image {
	width: 100%;
	margin-bottom: 15px;
}

.tk-popup-image img {
	width: 100%;
	border-radius: 6px;
}

.tk-popup-header-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.tk-popup-header-content .popup-header-content-left {
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	width: 50%;
	max-width: 498px;
}

.tk-popup-header-content .popup-header-content-left h2 {
	font-weight: 700;
	line-height: 28.8px;
	text-align: left;
	color: #121212;
	margin-bottom: 10px;
}

.tk-popup-header-content .popup-header-content-left p {
	margin: 0px;
}

.tk-popup-header-content .popup-header-content-right {
	font-weight: 400;
	text-align: left;
	color: #555555;
	width: 25%;
}

.tk-popup-header-content .popup-header-content-right strong {
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color: #121212;
	display: block;
	margin-top: 10px;
}

.tk_show_features {
	width: 100%;
	display: block;
}

.tk_show_features h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

.tk_show_features .show_feature_details {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
}

.tk_show_features .show_feature_details .features_detail_card {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	border: 1px solid #0000004D;
	border-radius: 13px;
	gap: 10px;
}

.tk_show_features .show_feature_details .features_detail_card .detail_icon {
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	background: #121212;
	border-radius: 10px;
	padding: 5px;
}

.tk_show_features .show_feature_details .features_detail_card .detail_icon img {
	width: 37px;
}

.tk_show_features .show_feature_details .features_detail_card .detail_content {
	width: 80%;
	color: #121212;
}

.tk_show_features .show_feature_details .features_detail_card .detail_content h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	text-align: left;
	margin: 0px 0px 8px 0px;
}

.tk_show_features .show_feature_details .features_detail_card .detail_content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	text-align: left;
	margin: 0px;
}

.tk_show_features .show_feature_tags {
	width: 100%;
	display: block;
	margin-top: 20px;
}

.tk_show_features .show_feature_tags ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	gap: 15px;
}

.tk_show_features .show_feature_tags ul li {
	display: inline-block;
	padding: 12px 0px;
}

.tk_show_features .show_feature_tags ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	text-align: left;
	color: #30343F;
	background: #E5EDFC;
	border: 1px solid #004DE133;
	padding: 12px 18px;
	border-radius: 55px;
	text-decoration: none;
}

.tk_story {
	width: 100%;
	margin-top: 35px;
}

.tk_story h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 33.6px;
	text-align: left;
	color: #121212;
	margin: 0px 0px 25px 0px;
}

.tk_story .story_description {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	color: #30343F;
}

.tk_story .story_description p.tk_list_header {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #121212;
	text-align: left;
}

.tk_story .story_description div {
	margin-bottom: 20px;
}

.tk_story .story_description ul {
	padding: 0px;
	margin: 25px 0px 40px 0px;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.tk_story .story_description ul li {
	padding-left: 28px;
	background: url(../img/dashicons_yes.png) center left;
	background-repeat: no-repeat;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	width: 21%;
	margin-bottom: 10px;
}

.tk_story .story_description ul li a {
	text-decoration: none;
}

.tk_story .story_media {
	width: 100%;
	display: block;
}

.tk_story .story_media h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
	text-align: left;
	color: #121212;
	margin: 30px 0px 25px 0px;
}

.tk_story .story_media ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.tk_story .story_media ul li {
	width: 19%;
	max-height: 250px;
	overflow: hidden;
	border-radius: 10px;
}

.tk_story .story_media ul li img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.tk_story .story_media ul li iframe {
	width: 100%;
	height: 100%;
}

.tk_venue {}

.tk_venue h3 {
	margin: 35px 0px 25px 0px;
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
	text-align: left;
	color: #121212;
}

.tk_venue .venue_details {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
	padding-bottom: 49px;
	border-bottom: 1px solid #B7B7B8;
}

.tk_venue .venue_details .venue_image {
	width: 200px;
}

.tk_venue .venue_details .venue_image img {
	width: 100%;
}

.tk_venue .venue_details .venue_content {
	width: 80%;
}

.tk_venue .venue_details .venue_content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	margin: 0px;
	color: #30343F;
}

.tk_venue .venue_details .venue_content p.vanue_address {
	margin: 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	text-align: left;
	color: #30343F;
}

.tk_venue .venue_details .venue_content h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #121212;
	margin: 5px 0px 10px 0px;
}

.tk_venue .vanue_amenities {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 83px;
}

.tk_venue .vanue_amenities h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
	text-align: left;
	color: #121212;
	margin: 31px 0px 25px 0px;
	width: 100%;
}

.tk_venue .vanue_amenities a.venue_details_link {
	width: 48%;
	text-decoration: none;
}

.tk_venue .vanue_amenities a.venue_details_link .venue_detais_card {
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
}

.tk_venue .vanue_amenities a.venue_details_link .venue_detais_card .venue_card_icon {
	width: 30px;
	height: 30px;
	background: #000;
	padding: 5px;
	border-radius: 10px;
}

.tk_venue .vanue_amenities a.venue_details_link .venue_detais_card .venue_card_icon img {
	width: 100%;
}

.tk_venue .vanue_amenities a.venue_details_link .venue_card_content {
	width: 80%;
}

.tk_venue .vanue_amenities a.venue_details_link .venue_card_content h5 {
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #121212;
}

.tk_venue .vanue_amenities a.venue_details_link .venue_card_content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	text-align: left;
	color: #121212;
}

.tk_popup_footer {
	width: 100%;
	height: 23px;
	background: #B7CDF7;
}


/*Calander*/
.fc-toolbar.fc-header-toolbar {
	padding: 0px 20px;
}

.fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
	display: none !important;
}

.fc-toolbar-chunk .fc-toolbar-title {
	font-size: 16px !important;
	font-weight: 600;
	line-height: 19.2px;
	text-align: left;
	color: #121212;
	margin-right: 15px !important;
}

.fc .fc-scrollgrid {
	margin-bottom: 0px !important;
}

.fc-daygrid-event-harness {
	margin-bottom: 10px;
	padding: 0px 20px;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
	box-shadow: unset !important;
}

.fc .fc-daygrid-event,
.fc-timegrid-event-harness,
.fc-timegrid-event-harness>.fc-timegrid-event {
	padding: 6px 8px;
	border-radius: 6px;
	background: #004DE1 !important;
	border: 1px solid #004DE1 !important;
	cursor: pointer;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 0px;
}

.fc-daygrid-day-top>a {
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}

.fc .fc-button {
	padding: 0px .65em !important;
}

.fc .fc-daygrid-day-top {
	justify-content: center;
	margin-bottom: 12px;
}

.fc .fc-daygrid-day-number {
	padding: 0px !important;
}

.fc .fc-daygrid-day-frame {
	padding-top: 28px;
}

.fc .fc-col-header-cell-cushion {
	color: #121212 !important;
	text-align: center;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 500;
	text-decoration: none !important;
	line-height: normal;
}

.fc .fc-daygrid-day-number {
	color: #121212 !important;
	text-align: center;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.fc .fc-scrollgrid table {
	border-radius: 4px;
	border: 1px solid;
	background: ;
	margin-bottom: 0;
}

.fc-theme-standard th.fc-col-header-cell {
	background: #B7CDF7 !important;
	padding: 10px !important;
}

.fc .fc-daygrid-day.fc-day-today {
	background: #B7CDF7 !important;
}

.fc-theme-standard td {
	border: 0px !important;
}

.fc-theme-standard .fc-scrollgrid-sync-table td {
	border: 1px solid #004DE133 !important;
}

.fc-theme-standard th {
	border-right: 1px solid #004DE133 !important;
	border-top: 0px solid #004DE133 !important;
	border-bottom: 0px solid #004DE133 !important;
	border-left: 0px solid #004DE133 !important;
}

tr.fc-scrollgrid-section-header>th,
.fc .fc-scrollgrid table {
	border: none !important;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
	background: ;
	border: 1px solid;
}

.fc .fc-button-group>.fc-button.fc-button-primary {
	background: transparent !important;
	color: #fff !important;
}

.fc .fc-button-group>.fc-button.fc-button-active {
	background: #004DE1 !important;
	border-color: #004DE1 !important;
	color: #FFF !important;
}

.fc .fc-button-group>.fc-button:focus {
	box-shadow: none !important;
}

.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 0px !important;
	border-top: 0.9px solid #004DE133;
	border-left: 0.9px solid #004DE133;
	border-right: 0.9px solid #004DE133;
	padding: 15px;
	border-radius: 10px 10px 0px 0px;
}

.fc .fc-button-group>.fc-prev-button,
.fc .fc-button-group>.fc-next-button,
.fc-toolbar-chunk>div>.fc-next-button:not(:disabled),
.fc-toolbar-chunk>div>.fc-prev-button:not(:disabled),
.mobile_view button.fc-prev-button:not(:disabled),
.mobile_view button.fc-next-button:not(:disabled) {
	padding: 0px !important;
	border-radius: 0px !important;
	border: 0px !important;
	background: transparent !important;
}

.fc-header-toolbar .fc-prev-button:focus,
.fc-header-toolbar .fc-next-button:focus {
	box-shadow: none !important;
}

.fc-header-toolbar .fc-prev-button:hover,
.fc-header-toolbar .fc-next-button:hover {
	color: #004DE1 !important;
}

.fc-toolbar-chunk>div>.fc-next-button:disabled,
.fc-toolbar-chunk>div>.fc-prev-button:disabled,
.mobile_view button.fc-prev-button:disabled,
.mobile_view button.fc-next-button:disabled {
	background: transparent !important;
	border: 0px !important;
	padding: 0px !important;
	border-radius: 0px !important;
	color: #12121259 !important;
}

.fc-scrollgrid-sync-table tr:last-child>td:first-child {
	border-radius: 0px 0px 10px 0px;
}

.fc-today-button {
	display: none !important;
}

.tk_api_event_title {
	font-size: 14px !important;
	font-weight: 600;
	margin: 0 !important;
	color: #FFF;
}

.tk_api_event_desc {
	color: #FFFFFF !important;
	font-size: 12px !important;
	font-weight: 400;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80px;
}

.calendar-footer {
	text-align: center;
	padding: 10px 0px;
	color: #FFF !important;
	margin-left: 1px;
	background-color: ;
	border: 1px solid;
	font-size: 12px !important;
}

.tk_api_event_title_btn {
	color: #FFFF00 !important;
	text-align: right;
	float: right;
}

.mobile_view .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
	border: 0.9px solid #004DE133;
	margin-bottom: 0 !important;
	border-radius: 10px 10px 0 0;
	padding: 15px 10px;
}

.fc-theme-standard .fc-scrollgrid {
	border: none !important;
}

.mobile_view .fc-theme-standard .fc-list-day-cushion {
	background-color: #B7CDF7 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 16.8px;
	letter-spacing: -0.01em;
}

.mobile_view .fc-theme-standard .fc-list-day-cushion>a {
	text-decoration: none !important;
	font-size: 14px;
}

.mobile_view .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
	display: inline-block !important;
}

@media screen and (max-width: 1200px) {
	.tk_api_event_title {
		font-size: 10px !important;
	}

	.tk_api_event_desc {
		font-size: 8px !important;
		max-width: 50px;
	}
}

@media screen and (max-width: 900px) {
	.tk_api_event_title {
		font-size: 8px !important;
	}
}

@media screen and (max-width: 768px) {

	.fc-list-event-graphic,
	.fc-list-event-time {
		display: none !important;
	}

	.tk_api_event_desc {
		max-width: 200px;
		display: none;
	}

	.mobile_view td.fc-list-event-title {
		background: #004DE1;
		border-radius: 6px;
	}

	.mobile_view.fc .fc-list-day-cushion,
	.mobile_view .fc .fc-list-table td {
		padding: 10px 14px 10px !important;
		margin: 20px 15px !important;
		display: block;
		cursor: pointer;
		width: 95%;
		border: 0.9px solid #004DE133;
	}

	.mobile_view .fc-list-event-title p {
		display: block;
		margin-right: 10px;
	}

	.mobile_view .tk_api_event_title .tk_api_event_title_btn {
		font-size: 12px !important;
	}

	.mobile_view .tk_api_event_title {
		font-size: 14px !important;
	}

	.fc-toolbar-chunk .fc-toolbar-title {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 580px) {

	.mobile_view.fc .fc-list-day-cushion,
	.mobile_view .fc .fc-list-table td {
		width: 92%;
	}

	.tk_api_event_desc {
		display: block;
		font-size: 12px !important;
	}

	.tk_event_popup_container {
		max-height: 100vh;
		margin-top: 0px;
	}
}

/*Calander*/

@media (max-width:1440px) {
	.tk_show_features .show_feature_details .features_detail_card .detail_content {
		width: 75%;
	}

	.fc-daygrid-event-harness {
		padding: 0px 10px;
	}
}

@media (max-width:1024px) {
	.tk_events-container .tk-event-card {
		width: calc(33.333% - 22px);
	}

	.tk_show_features .show_feature_details .features_detail_card {
		width: 39%;
	}

	.tk_story .story_media ul li {
		width: 31.9%;
	}

	.fc-daygrid-event-harness {
		padding: 0px 5px;
	}
}

@media (max-width:768px) {
	.tk_events-container .tk-event-card {
		width: calc(50% - 22px);
	}

	.tk_events-container .tk-event-list .tk_inner_content_detail {
		width: 56%;
	}

	.tk_event_popup_container {
		width: 90%;
	}

	.fc-toolbar-title {
		color: #fff !important;

	}

	.tk_event_popup_content {
		padding: 0 0px;
	}

	.tk_popup-header-top .closePopup {
		right: -10px;
	}

	.tk_show_features .show_feature_details .features_detail_card .detail_content {
		width: 74%;
	}

	.tk_show_features .show_feature_details .features_detail_card {
		width: 38%;
	}

	.tk_story .story_description ul li {
		width: 28%;
	}

	.tk_story .story_media ul li {
		width: 30.9%;
	}

	.tk_venue .venue_details .venue_content {
		width: 65%;
	}
}

@media (max-width:425px) {
	.tk_events-container .tk-event-card {
		width: calc(100% - 22px);
	}

	.tk_events-container .tk-event-list .tk_product_img {
		width: 100%;
	}

	.tk_events-container .tk-event-list .tk_inner_content_detail {
		width: 100%;
	}

	.tk_events-container .tk-event-list a {
		display: block !important;
	}

	.tk_event_popup_container {
		width: 100%;
	}

	.th_popup_event_header h2 {
		font-size: 24px;
	}

	.tk-popup-image {
		width: 100%;
		margin-bottom: 20px;
	}

	.tk-popup-header-content {
		width: 100%;
	}

	.tk_popup-header-top .closePopup {
		right: -10px;
	}

	.tk-popup-header-content,
	.tk_show_features .show_feature_tags ul {
		display: block;
	}

	.tk_show_features .show_feature_tags ul li {
		margin-right: 10px;
		margin-bottom: 7px;
	}

	.tk-popup-header-content .popup-header-content-left,
	.tk-popup-header-content .popup-header-content-right,
	.tk_venue .venue_details .venue_content,
	.tk_venue .venue_details .venue_image,
	.tk_venue .vanue_amenities a.venue_details_link,
	.tk_show_features .show_feature_details .features_detail_card {
		width: 100%;
	}

	.tk_venue .vanue_amenities a.venue_details_link {
		margin-bottom: 15px;
	}

	.tk_story .story_description ul li {
		width: 100%;
	}

	.tk_story .story_media ul li {
		width: 47.9%;
	}
}

@media (max-width:375px) {
	.tk_story .story_media ul li {
		width: 47.5%;
	}
}

@media (max-width:320px) {
	.tk_story .story_media ul li {
		width: 100%;
	}

	.tk_venue .vanue_amenities a.venue_details_link .venue_card_content,
	.tk_show_features .show_feature_details .features_detail_card .detail_content {
		width: 100%;
	}
}