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

@import url('css/footer.css');

@font-face {
	/* font-family: 'Libre Baskerville', serif; */
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-style: normal;
}

#snowflakeContainer {
	position: absolute;
	left: 0px;
	top: 0px;
}

.snowflake {
	padding-left: 15px;
	font-family: Times, Georgia, serif;
	font-size: 14em;
	line-height: 24px;
	position: fixed;
	color: #ffffff;
	user-select: none;
	z-index: 1000;
}

.snowflake:hover {
	cursor: default;
}

.site {
	background: url('./images/lch-calendar-bg-mar-2025.jpg') no-repeat top center;
	overflow-x: hidden;
	background-color: #490000;
    background-attachment: fixed;
}

@media screen and (min-width: 1921px) {
	.site {
		background-size: cover;
	}
}

.top-games {
	margin-top: 0 !important;
}

a.thickbox-previewbigcalendar1:last-child {
	margin-top: 0 !important;
}

a.backtowebsite {
	background: #fa9500;
	border-color: #fa9500;
}

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

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

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

.cala_day > div {
	margin-top: -20px;
}

.header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
}

.dot {
	width: 35px;
	height: 35px;
	position: absolute;
	background: url('./images/cherry.png');
	background-size: 100% 100%;
}
html,
body,
#container {
	width: 100%;
	height: 100%;
}
#logo {
	left: 50%;
	top: 50%;
	position: absolute;
	border-radius: 10px;
}

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

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

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

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

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

.day {
	color: #fff;
}

.cala_day > p {
	text-align: right;
}

/*
.day:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0, 255, 216, 2.0));
}
*/
.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 0pxpx 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.0));
}
*/

/** 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; */
	/* position: absolute; */
	right: 15px;
}

.navbar-nav .dropdown-menu {
	transform: translate3d(-72px, 40px, 0px) !important;
}

.lch-logo {
	max-width: 160px;
	margin: 0 auto;
}

#wrapper-navbar {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 7px 0;
}

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

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

.lch-calendar tbody .tb-row {
	height: 155px;
}

/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
	.february {
		background: url('./images/background-feb.jpg') no-repeat center top fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		background-color: #ffffff;
		overflow-x: hidden;
	}
	a.backtowebsite {
		line-height: 1em;
		font-size: 12px;
	}
	.lch-logo {
		max-width: 120px;
	}

	.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) {
	body {
		background-size: cover;
		background-attachment: fixed;
	}
	.container {
		max-width: 100%;
	}
	#canvas {
		display: none;
	}
	.sakura {
		display: none;
	}
	#cal_event p {
		text-align: center;
	}
}

/** 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;
	}
	footer .row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 1200px) {
	.container {
		max-width: 100%;
	}
	footer .row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.wdc_calendar #cal_event p:not(.ev_name) {
		display: block !important;
		height: unset !important;
	}
}

/** 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: #d6b14e !important;
	font-weight: 600 !important;
	padding: 7px;
}
.tb-row td {
	overflow: hidden !important;
	color: #fff !important;
	line-height: 15px !important;
	vertical-align: top !important;
	background: rgb(180 0 0 / 80%);
	border: 1px solid #c4933f !important;
	border-radius: 8px;
}

td.calsun_days,
.tb-row td:first-child,
.tb-row td:last-child {
	background: rgba(106, 1, 0, 0.8);
	overflow: hidden !important;
	line-height: 1.4 !important;
	padding-left: 5px !important;
	border: 1px solid #c4933f !important;
	border-radius: 8px !important;
}
td.weekdays {
	background: none !important;
}
td.caltext_color_other_months {
	background: rgba(106, 1, 0, 0.8) !important;
}
.caltext_color_other_months .number-date {
	color: #380002 !important;
	font-size: 20px !important;
	padding: 0px !important;
	line-height: 1.4 !important;
	font-weight: normal;
}
tr td.caltext_color_other_months:last-child,
tr td.caltext_color_other_months:first-child {
	background: rgba(106, 1, 0, 0.8) !important;
}
.arrow-left a,
.arrow-right a {
	color: #fff !important;
	border-color: transparent !important;
	font-size: 36px;
}
.month-year {
	font-size: 36px;
	color: #d48c00 !important;
}

.text-sun,
.text-sat {
	color: #fff;
}

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;
}
.jp-month-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6em;
	color: #d6b14e;
	position: relative;
	line-height: initial;
	margin: 10px 0 30px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 600;
	display: table-cell;
}
/* .jp-month-title:after {
	background: none;
	content: attr(data-text);
	left: 0;
	position: absolute;
	text-shadow: 1px 1px 2px #000;
	top: 0;
	z-index: -1;
} */

.wdc_calendar {
	margin-top: 0px;
}
#cal_event p {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
}

.cala-day,
.cala_day,
.calsun_days,
.lch-weekdays,
.caltext_color_other_months {
	padding: 7px 5px !important;
}
/*
.event-cta::after {
	content:"詳しくはこちら";
	display: block;
    background-color: #ff0000;
    text-align: center;
    font-size: 9px;
    margin: 20px 3px 3px 3px;
    color: #de4e00;
    padding: 2px;
    text-decoration: none;
    text-overflow: ellipsis;
    border-radius: 3px;
    color:#fff;
}
*/
/*
.lch-calendar td:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(255, 0, 0, 0.95));
}
.weekdays:hover {
	-webkit-box-shadow: 0px 0px 5px -200px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px -200px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px -200px rgba(0,0,0,0.75);
}
*/
.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 {
	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: 5px !important;
	font-weight: normal !important;
}
.event-cta p {
	color: #fff;
}
.cta-weekend p {
	color: #fff;
}
.event-cta p:hover {
	text-shadow: none !important;
}
.cta-weekend p:hover {
	text-shadow: none !important;
}
p.number-padding {
	padding-left: 5px !important;
}

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

.top-games-th {
	padding-top: 3rem;
}

@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 only screen and (max-width: 991px),
	(min-device-width: 320px) and (max-device-width: 700px) {
	.site {
		background-size: 110%;
	}
	/* Force table to not be like tables anymore */
	.tb-row td {
		min-height: 60px;
	}
	.lch-calendar tbody .tb-row {
		border-collapse: collapse;
	}
	.caltext_color_other_months {
		display: none !important;
	}
	tr {
		display: table;
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
	}
	.event-cta p,
	.cta-weekend p {
		text-align: center;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

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

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 8px;
		left: 15px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	.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;
	}

	.wdc_calendar .cala_day {
		max-width: 100% !important;
	}
}

@media (max-device-width: 580px) {
	.lch-logo,
	.lang-selector {
		margin: unset !important;
	}
	.cala_day p {
		text-align: right;
	}
	#cal_event p {
		text-align: center;
	}
	.jp-month-title {
		margin: 10px 0 15px;
		font-size: 1.2em;
	}
	.wrapper .container {
		padding: 0 1em;
	}
}

@media (max-device-width: 450px) {
	.backtowebsite {
		display: none;
	}
}

@media (max-device-width: 350px) {
	.jp-month-title {
		font-size: 0.9em;
	}
}
