/*
Theme Name: HL Holidays.com
Author: Marlon
Description: This theme is for LCHHolidays.com Thailand;
*/

@import 'css/footer.css';

@font-face {
	font-family: 'Fresca', sans-serif;
	src:
		url('./fonts/Fresca., sans-serifeot?#iefix') format('embedded-opentype'),
		url('./fonts/Fresca., sans-serifwoff') format('woff'),
		url('./fonts/Fresca., sans-serifttf') format('truetype'),
		url('./fonts/Fresca., sans-serifsvg#Fresca', sans-serif) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Beachday';
	src:
		url('fonts/Beachday.woff2') format('woff2'),
		url('fonts/Beachday.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'bangersregular';
	src:
		url('fonts/bangers-regular-webfont.woff2') format('woff2'),
		url('fonts/bangers-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.footer {
	overflow: hidden;
}

.footer-icons {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.payment-methods,
.providers-logo {
	display: flex;
	width: max-content;
	animation: scroll-left 60s linear infinite;
	gap: 2rem; /* spacing between logos */
	will-change: transform;
}

.footer-icons::before,
.footer-icons::after {
	content: ' ';
	display: inline;
	background: #0069b2;
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 99;
}

.footer-icons::before {
	background: linear-gradient(
		-90deg,
		rgba(255, 255, 255, 0) 0%,
		rgb(0 105 178) 50%,
		rgb(0 105 178) 100%
	);
	left: 0;
}

.footer-icons::after {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgb(0 105 178) 50%,
		rgb(0 105 178) 100%
	);
	right: 0;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

.providers-logo,
.payment-methods {
	gap: 16px 3rem !important;
}

.container.footer-icons {
	padding: 1rem 1rem 3rem !important;
}

/* Override the current CSS for VN */
.container.footer-icons .col-md-6 {
	width: 100% !important;
	max-width: 100% !important;
}

.container.footer-icons .col-md-6 .footer-title {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

/* End Override the current CSS for VN */

.backtowebsite {
	margin-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	float: none !important;
}

.cala_day a:first-child .event-cta:before {
	content: ' ';
	background: url('images/gift-box.png') no-repeat top center;
	width: 92px;
	height: 80px;
	display: block;
	margin: -15px auto 0;
	transition: 0.2s ease-in-out;
}

.current-day a:first-child .event-cta:before {
	content: ' ';
	background: url('images/gift-box-open.png') no-repeat top center;
	width: 112px;
	height: 80px;
	display: block;
	margin: -15px auto 0;
	transition: 0.2s ease-in-out;
}

.cala_day a:hover .event-cta:before {
	transform: translateY(-10px);
}

.img-mob {
	display: none;
	margin: 40px auto 0;
	max-width: unset;
	width: 100%;
}

.footer {
	margin-top: 0;
}

.site {
	background: url('./images/hlholiday-bg-v2.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: #0c0f56;
	overflow-x: hidden;
	padding-bottom: 30px;
	background-attachment: fixed;
}

.hl-logo {
	max-width: 150px;
	margin: 20px auto 0;
}

.lang-selector {
	margin-top: 0.5em;
	position: absolute;
	right: 15px;
}

.navbar-nav .dropdown-menu {
	transform: translate3d(-72px, 40px, 0px) !important;
}
/* 
#wrapper-navbar {
	background-image: url('./images/opacity-bg.png');
    background-size: 100% 44px;
    background-repeat: no-repeat;
} */

.february {
	background: url('./images/background-feb.jpg') no-repeat top center;
	background-color: #ffffff;
	overflow-x: hidden;
}

.jp-month-title {
	font-family: 'bangersregular', sans-serif;
	font-size: 3.3em;
	color: #fff;
	position: relative;
	line-height: initial;
	margin: 30px 0 70px;
	/* text-shadow: 1px 1px 4px rgba(135,96,20,0.92); */
	line-height: 1em;
	/* font-weight: bold; */
	/* text-shadow: -1px -1px 0 #99b8e4, 1px -1px 0 #99b8e4, -1px 1px 0 #99b8e4, 1px 1px 0 #99b8e4; */
	text-shadow: 2px 2px 2px rgb(15 72 142);
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
	display: table-cell;
}

/* .jp-month-title::after {
	content: attr(data-text);
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	transform:translateX(0, 50%);
	z-index: -1;
	color: #99b8e4;
    letter-spacing: 1px;
} */

.title-bar {
	background-color: #4e0000;
	border-bottom: #bc0000 3px solid;
	height: 60px;
}

img {
	max-width: 100%;
	display: block;
}

section.top-games {
	margin-top: 0px;
}

.hero-text {
	margin-top: 1em;
}

.page-calendar {
	margin-bottom: 2em;
	margin-top: 12em;
}

.day {
	color: #fff;
}

.day:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0, 255, 216, 2));
}

.blurb {
	font-size: 0.7em;
	display: block;
	line-height: 1.2em;
}

.next-month {
	text-align: center;
}

.readmore,
.readmore:hover {
	display: block;
	background-color: #ffba00;
	text-align: center;
	font-size: 0.7em;
	margin: 6px 3px 3px 3px;
	color: #de4e00;
	padding: 2px;
	text-decoration: none;
	text-overflow: ellipsis;
	border-radius: 3px;
}

.cta,
.cta:hover {
	display: block;
	background-color: #ffba00;
	text-align: center;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	text-overflow: ellipsis;
	border-radius: 4px;
	height: 42px;
	line-height: 40px;
	font-weight: bold;
}

.promo-title {
	font-weight: bold;
	color: #fff;
	font-size: 0.65em;
	line-height: 1em;
	text-shadow: 1px 1px #000;
}

.date-weekend {
	font-size: 1.3em;
	color: #ffffff;
}

.date-weekday {
	font-size: 1.3em;
	color: #ffffff;
}

.text-weekend {
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	text-shadow: 1px 1px #000;
}

.spacer {
	min-height: 100px;
}

.text-weekday {
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	text-shadow: 1px 1px #000;
}

.cell-inactive {
	background-color: rgba(0, 12, 17, 0.07);
	color: #afafaf;
}

.cell-weekend {
	background-color: rgba(136, 0, 0, 0.65);
}

.cell-weekday {
	background-color: rgba(141, 0, 0, 0.3);
}

.switcher,
.switcher:hover {
	color: #e53c9f;
}

/* CTA effect */

.lightfilter {
	-webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.8));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.lightfilter:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(255, 90, 0, 2));
}

/** MODAL **/

.modal {
	overflow-y: auto;
}

.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}

.modal-header {
	border: 0;
}

.modal-title {
	color: #9a0000;
	font-weight: bold;
	font-size: 2em;
}

.modal-body {
	padding-top: 0;
}

.modal-dialog {
	max-width: 700px;
}

.modal-content {
	background-color: #ffffff;
}

canvas {
	overflow-x: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/** Dropdown **/

.lang-selector {
	/**background-color: rgba(0,174,239,0.3);**/
	margin-top: 0.05em;
}

.nav-link,
.nav-link:hover {
	color: #fff;
	text-shadow: 1px 1px #000;
}

.nav-item,
.dropdown-item {
	padding-left: 14px;
	font-size: 1em;
}

/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
	.site {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		background-color: #ffffff;
		overflow-x: hidden;
	}

	.hero-text {
		margin-top: 1em;
	}

	.modal {
		overflow-y: auto;
		padding-right: 0 !important;
	}

	.modal-open {
		overflow-y: auto;
		overflow-x: hidden;
	}

	.readmore,
	.readmore:hover {
		display: block;
		background-color: #ffba00;
		text-align: center;
		font-size: 1em;
		margin: 6px 3px 3px 3px;
		color: #fff;
		padding: 2px;
		text-decoration: none;
		text-overflow: ellipsis;
		border-radius: 3px;
		height: 30px;
		outline: none;
	}

	.page-calendar {
		margin-bottom: 8em;
		margin-top: 0em;
	}

	.lang-selector {
		/**background-color: rgba(0,174,239,0.3);**/
		margin-top: 2em;
	}

	.spacer {
		min-height: inherit;
	}
}

/** Small devices (landscape phones, 576px and up) **/
@media (max-width: 800px) {
	.container {
		max-width: 100%;
	}
}

/** Medium devices (tablets, 768px and up) **/
@media (max-width: 1024px) {
	.container {
		max-width: 100%;
	}
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
}

/** Calendar Month */
.cala_day {
	line-height: 15px !important;
}
.cala_day .number-date {
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #fff !important;
	line-height: 1.4 !important;
	font-family: Segoe UI;
	padding: 7px;
}
.calborder_day,
.calsun_days,
.cala_day {
	margin: 0 !important;
	padding: 0 !important;
}

.week_days {
	font-size: 28px !important;
	font-weight: bold !important;
	padding: 7px;
}
.calsun_days .number-date,
td.calsun_days,
.tb-row td:first-child,
.tb-row td:last-child {
	color: #fff !important;
	font-weight: 600 !important;
	padding: 7px;
}
.tb-row td {
	overflow: hidden !important;
	color: #afcdff !important;
	line-height: 15px !important;
	vertical-align: top !important;
	background: rgba(34, 126, 239, 0.8);
	border-radius: 10px;
	border: 1px solid #60a6fb !important;
}

td.calsun_days,
.tb-row td:first-child,
.tb-row td:last-child {
	background: rgba(15, 72, 142, 0.8);
	overflow: hidden !important;
	line-height: 1.4 !important;
	padding-left: 5px !important;
	border-radius: 10px !important;
	border: 1px solid #85bcff !important;
}
#afterbig1 .general_table table tr:last-child > td:first-child,
#bigcalendar1 .general_table table tr:last-child > td:first-child {
	border-radius: 10px !important;
}

td.weekdays {
	background: none !important;
}

td.caltext_color_other_months {
	background: rgba(34, 126, 239, 0.8);
	border-radius: 10px !important;
	border: 1px solid #60a6fb !important;
}

.caltext_color_other_months .number-date {
	color: #fff !important;
	font-size: 20px !important;
	padding: 0px !important;
	line-height: 1.4 !important;
	font-weight: normal;
}
.arrow-left a,
.arrow-right a {
	color: #fff !important;
	border-color: transparent !important;
	font-size: 28px;
	text-shadow: 2px 2px 2px rgb(153 184 228 / 60%) !important;
}
.month-year {
	font-family: 'Fresca', sans-serif;
	font-size: 2.3em;
	color: #fff3d3;
	position: relative;
	line-height: initial;
	margin: 10px 0 30px;
	text-shadow: 1px 1px 8px rgba(135, 96, 20, 0.92);
	line-height: 1em;
}
p.number-date {
	font-size: 24px !important;
	color: #fff !important;
	font-weight: 600 !important;
	padding: 0px !important;
	line-height: 1.4 !important;
	text-align: right;
}

#cal_event p {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
.cala_day,
.calsun_days,
.lch-weekdays,
.caltext_color_other_months {
	padding: 7px !important;
}
.cala_day p {
	text-align: right;
}
/*
.event-cta::after {
	content:"Đọc thêm";
	display: block;
    background-color: #ffba00;
    text-align: center;
    font-size: 1em;
    margin: 20px 3px 3px 3px;
    color: #de4e00;
    padding: 2px;
    text-decoration: none;
    text-overflow: ellipsis;
    border-radius: 3px;
}

.lch-calendar td:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0, 255, 216, 2.0));
}
.weekdays:hover {
	-webkit-box-shadow: 0px 0px 5px -200px rgba(0, 255, 216, 2.0);
	-moz-box-shadow: 0px 0px 5px -200px rgba(0, 255, 216, 2.0);
	box-shadow: 0px 0px 5px -200px rgba(0, 255, 216, 2.0);
}

.days-title .weekdays:hover, .calyear_table td:hover, .top_table:hover {
	-webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0)) !important;
	-webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
}
*/
#cal_event b {
	display: none;
}

.text-sun:after,
.text-mon:after,
.text-tue:after,
.text-wed:after,
.text-thu:after,
.text-fri:after,
.text-sat:after {
	/*background: url('images/days-bg-v2.png') no-repeat top center;*/
	height: 75px;
	width: 100%;
	display: inline-block;
	margin: 0 auto 6px;
	padding-top: 27px;
}

.text-sun:after {
	content: 'Sun';
}
.text-mon:after {
	content: 'Mon';
}
.text-tue:after {
	content: 'Tue';
}
.text-wed:after {
	content: 'Wed';
}
.text-thu:after {
	content: 'Thu';
}
.text-fri:after {
	content: 'Fri';
}
.text-sat:after {
	content: 'Sat';
}
.event-cta p,
.cta-weekend p {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	padding: 0 5px !important;
	font-weight: bold !important;
	font-size: 1.2em !important;
}
.event-cta p {
	background: none;
	color: #fff;
	transition: all 0.2s linear;
	text-align: center;
}
.cta-weekend p {
	background: none;
	color: #ffffff;
	transition: all 0.2s linear;
	text-align: center;
}
.event-cta p:hover {
	background: none;
	text-shadow: none !important;
	color: #fff;
}
.cta-weekend p:hover {
	background: none;
	text-shadow: none !important;
	color: #fff;
}
p.number-padding {
	padding-left: 5px !important;
}

/* Notification Icon Styles */

.notification {
	position: fixed;
	z-index: 999;
	right: 3%;
	bottom: 5%;
	display: none;
	cursor: pointer;
	opacity: 0;
}

.notif-bell {
	position: relative;
	z-index: 999;
	-webkit-animation: slide-in-fwd-center 0.4s both;
	animation: slide-in-fwd-center 0.4s both;
	box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
}

.notif-bell img {
	background: #009fe3;
	padding: 14px 14px 14px 17px;
	border-radius: 5px;
	vertical-align: bottom;
}

.notif-bell .notif-num {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 1;
	background: #cc2311;
	border: 3px solid #fff;
	border-radius: 50%;
	padding-top: 8px;
	height: 30px;
	width: 30px;
	font-family: sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 10px;
	color: #fff;
	-webkit-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
	animation-delay: 1s;
}

.notif-msg {
	background: #6fff53;
	align-self: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-animation: enter 1s ease-in-out;
	animation: enter 1s ease-in-out;
	z-index: 9;
	position: relative;
	box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
}

.notif-msg p {
	padding: 13px 18px 13px 15px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #037711;
}

.notifSlide {
	max-width: 370px;
	width: 100%;
	background-color: #009fe3;
	margin: 2em;
	border-radius: 5px;
	border: 1px solid #065b8c;
	-webkit-animation: slideIn 0.4s ease-in-out;
	animation: slideIn 0.4s ease-in-out;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	display: none;
	box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
}

.notifSlide.active {
	display: block;
	opacity: 1;
}

.notification.active {
	display: flex;
	opacity: 1;
	flex-direction: row-reverse;
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: translateX(150%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes slideIn {
	0% {
		transform: translateX(150%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

h2.notifTitle {
	background-color: #065b8c;
	color: #fff;
	font-weight: normal;
	padding: 8px 10px;
	margin: 0;
	font-size: 20px;
	position: relative;
}

.closeBtn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 25px;
	height: 25px;
	background-color: #c7e5f7;
	border-radius: 50%;
	cursor: pointer;
}

.closeBtn:hover {
	opacity: 1;
}

.closeBtn:before,
.closeBtn:after {
	position: absolute;
	left: 11px;
	content: ' ';
	height: 15px;
	width: 3px;
	background-color: #1b6f9f;
	top: 5px;
}

.closeBtn:before {
	transform: rotate(45deg);
}

.closeBtn:after {
	transform: rotate(-45deg);
}

.notifPromoContainer {
	padding: 20px 15px;
}

.notifPromo {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.notifPromo:last-child {
	margin-bottom: 0;
}

.notifPromo img {
	border-radius: 50%;
	border: 5px solid #9bcbe6;
	z-index: 2;
}

.notifPromoDetails {
	background: #0082b9;
	display: flex;
	z-index: 1;
	margin-left: -20px;
	padding: 5px 10px 5px 28px;
	max-height: 62px;
	height: 62px;
	align-items: center;
	border-radius: 4px;
	width: 100%;
}

.notifPromoDetails p {
	font-size: 12px;
	color: #fff;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	width: 100%;
	max-width: 301px;
	line-height: 1.3em;
}

.cta-sm {
	background: rgb(251, 87, 204);
	background: linear-gradient(
		180deg,
		rgba(251, 87, 204, 1) 0%,
		rgba(222, 22, 129, 1) 100%
	);
	border: 2px solid #f84fc3;
	font-size: 10.5px;
	text-align: center;
	padding: 5px 3px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	align-self: center;
	border-radius: 5px;
	max-width: 90px;
	width: 100%;
	margin-left: 10px;
}

@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		-ms-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		-ms-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		-ms-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@-webkit-keyframes enter {
	0% {
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	65% {
		opacity: 1;
		transform: scaleX(1);
	}
	95% {
		opacity: 1;
		transform: scaleX(1);
	}
	100% {
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes enter {
	0% {
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	65% {
		opacity: 1;
		transform: scaleX(1);
	}
	95% {
		opacity: 1;
		transform: scaleX(1);
	}
	100% {
		opacity: 1;
		transform: scaleX(1);
	}
}

@-webkit-keyframes slide-in-fwd-center {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	33% {
		transform: scale(1);
		opacity: 1;
	}
	66% {
		transform: scale(0.8);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes slide-in-fwd-center {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	33% {
		transform: scale(1);
		opacity: 1;
	}
	66% {
		transform: scale(0.8);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

a.cta-sm:hover {
	text-decoration: none;
	color: #fff;
}

#TB_window {
	top: 50% !important;
	transform: translateY(-50%);
}

@media screen and (max-width: 840px) {
	div#TB_window::before {
		width: 100%;
		left: 0px;
	}
	#TB_window {
		top: 50% !important;
		max-height: 90vh !important;
		left: 50% !important;
		transform: translate(-50%, -50%);
		margin: 0 !important;
	}
}

@media (max-width: 420px) {
	.notifSlide {
		left: 0;
		margin: 0 auto 1em;
		max-width: 300px;
	}
	.notif-msg {
		display: none;
	}
}

@media (max-device-width: 991px) {
	#cal_event p {
		font-size: 1em;
	}
	.cala_day p,
	.cala_day .number-date {
		line-height: 1em !important;
	}
}

@media only screen and (max-width: 991px),
	(min-device-width: 320px) and (max-device-width: 768px) {
	/* .cala_day a:first-child .event-cta:before,
	.current-day a:first-child .event-cta:before {
		margin: 0;
		float: left;
	} */

	/* .cala_day a:first-child #cal_event {
		padding-top: 25px;
	} */
	b.event-cta {
		/* display: flex;
		align-items: center; */
	}
	.wrapper {
		padding-top: 0;
		margin-top: 0px;
	}

	.img-mob {
		display: block;
	}

	.hl-logo {
		max-width: 120px;
		margin-bottom: 1rem;
	}

	.site {
		background: url('./images/hlholiday-bg-v2.jpg') no-repeat center top;
		background-attachment: fixed;
		/* background-size: 250%; */
	}
	.jp-month-title {
		font-size: 1.5em;
		margin: 20px 0 25px;
	}
	.wdc_calendar #cal_event p:not(.ev_name) {
		/* max-width: max-content !important; */
		height: auto !important;
		margin: 0 !important;
		/* font-size: 15px !important; */
	}
	/* .event-cta p,
	.cta-weekend p {
		text-align: left;
	} */
	td.calsun_days,
	.tb-row td:first-child,
	.tb-row td:last-child,
	.wdc_calendar .cala_day,
	td.caltext_color_other_months,
	td.lch-weekdays {
		max-width: 350px !important;
		margin: 5px auto !important;
		min-height: 120px;
	}
	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 7px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		font-size: 18px !important;
	}

	/* Force table to not be like tables anymore */

	tr {
		display: table;
		width: 100%;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr {
		border: 0;
	}

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0;
		position: relative;
	}

	.tb-row td {
		margin-bottom: 10px !important;
		display: block;
	}
	.days-title {
		display: none;
	}

	/*
	Label the data
	*/
	.tb-row td:nth-of-type(1):before {
		content: 'Sunday';
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	.tb-row td:nth-of-type(2):before {
		content: 'Monday';
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	.tb-row td:nth-of-type(3):before {
		content: 'Tuesday';
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	.tb-row td:nth-of-type(4):before {
		content: 'Wednesday';
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	.tb-row td:nth-of-type(5):before {
		content: 'Thursday';
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	.tb-row td:nth-of-type(6):before {
		content: 'Friday';
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	.tb-row td:nth-of-type(7):before {
		content: 'Saturday';
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
}

@media (max-device-width: 580px) {
	.lch-logo,
	.lang-selector {
		margin: 0;
	}
	.cala_day p {
		text-align: right;
	}
	#cal_event p {
		text-align: left;
	}
}

@media (max-width: 375px) {
	.hl-logo {
		margin-top: 70px;
	}
}
