/*
    Theme Name: Mergepress
    Theme Name: Twenty Thirteen
    Author: the Merge team
    Version: 1.0.2
*/

.promo_image{
	width: 100%;
}

.promo_image.is4by1{
	aspect-ratio: 4 / 1;
	aspect-ratio: 4 / 1;
	object-fit: cover;
}

.row.deck-halls {
	display: flex;
	flex-wrap: wrap;
}

.deck-halls .column {
	float: left;
	padding: 0;
	width: 50%;
	flex-basis: inherit !important;
	background-size: cover;
	background-position: center;
}

.deck-halls .column.is-40 {
	width: 40%;
}

.deck-halls .column.is-60 {
	width: 60%;
}

.deck-halls .left {
	padding: 150px 92px;
	background-color: #003C71;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	gap: 32px;
}

.ns-legacyhall .deck-halls .left{
	background-color: #ffffff;
}

.deck-halls .right {
	background-color: #fff;
	padding: 0 !important;
	box-sizing: border-box;
}

.deck-halls h1 {
	color: #ffffff !important;
	margin: 0 !important;
}

.ns-legacyhall .deck-halls h1 {
	color: #25282a !important;
}

.deck-halls h4 {
	color: #FFBF3F !important;
	font-style: normal;
	margin: 0 !important;
	line-height: 1.2 !important;
}

.ns-legacyhall .deck-halls h4 {
	color: #003c71 !important;
}

.deck-halls .column.left p {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.ns-legacyhall .deck-halls .column.left p {
	color: #29292A;
}

.deck-halls .btn-cont {
	display: flex;
	flex-direction: row;
}

a.button.button-reverse{
	background-color: #FFBF3F;
	border: 1px solid #FFBF3F;
	color: #000;
}

a.button.button-reverse .button-text{
	color: #000;
}

a.button.button-reverse:after {
	background-color: #003c71;
}

a.button.button-reverse:hover {
	background-color: #003C71;
	border: 1px solid #FFBF3F;
}

a.button.button-reverse:hover .button-text{
	color: #FFBF3F;
}

.ns-legacyhall a.button.button-reverse{
	background-color: #febf00;
	border: 1px solid #febf00;
}

.ns-legacyhall a.button.button-reverse:hover {
	background-color: #25282a;
	border: 1px solid #febf00;
}

.ns-legacyhall a.button.button-reverse .button-text{
	color: #25282a;
}

.ns-legacyhall a.button.button-reverse:after {
	background-color: #25282a;
}

.ns-legacyhall a.button.button-reverse:hover .button-text{
	color: #febf00;
}


.deck-halls .right img.deck-hall-right {
	width: 100%;
	height: auto;
	display: block;
}

.m-sms-button{
	text-align: center;
	font-size: 20px;
}

.visible-xs{
	display: none !important;
}


@media (max-width: 1499px) {
	.deck-halls .left {
		/* padding: 60px; */
	}

	.deck-halls h1 {
		font-size: 58px;
	}

	.deck-halls h4 {
		font-size: 26px;
	}
}

@media (max-width: 1299px) {
	.deck-halls .left {
		padding: 100px 50px;
		z-index: 9;
	}

	.deck-halls h1 {
		font-size: 44px;
	}

	.deck-halls h4 {
		font-size: 20px;
	}

	.deck-halls .column.left p {
		font-size: 16px;
	}
}

@media (max-width: 999px) {
	.row.deck-halls {
		flex-direction: column;
	}

	.deck-halls .column {
		width: 100% !important;
	}

	.deck-halls .right {
		min-height: 500px;
		background-position: top;
	}
}

@media (max-width: 767px) {
	.deck-halls .right {
		margin-top: 70px;
	}

	.deck-halls .left {
		padding: 40px 24px;
	}

	.visible-xs{
		display: block !important;
	}

	.hidden-xs{
		display: none !important;
	}
}
