/* ---------------------------------------------------
    THEME CSS
    URBAN PROPERTIES BV
----------------------------------------------------- */


/* ---------------------------------------------------
    PLACEHOLDER - CUSTOM CSS
----------------------------------------------------- */


html {
	height: 100vh;
}

body {
	background: #0A0A87;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body,
main {
	height: 100%;
}




/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	font-family: 'Gotham Pro', Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 0;
	line-height: 1;
}

h1 {
	color: #FFF;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.0125em;
}

h2 {
	color: #FFF;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.0125em;
}

h3 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2em;
	font-weight: 800;
	letter-spacing: -.0125em;
}

h4 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
}

p {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
}

.textLight {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 300;
}

.textHeavy {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 900;
}

b,
strong {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
}


h2 i.fa-whatsapp {
	font-size: 29px;
}


/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.textDark {
	color: #000 !important;
}

.textGrey {
	color: #333 !important;
}

.textMidgrey {
	color: #666 !important;
}

.textLightgrey {
	color: #999 !important;
}

.textAsh {
	color: #e8e9ea !important;
}

.textWhite {
	color: #fff !important;
}


.bgDark {
	background-color: #111 !important;
}

.bgGrey {
	background-color: #333 !important;
}

.bgMidgrey {
	background-color: #666 !important;
}

.bgLightgrey {
	background-color: #999 !important;
}

.bgLightergrey {
	background-color: #cdcdcd !important;
}

.bgAsh {
	background-color: #e8e9ea !important;
}

.bgDust {
	background-color: #e9e9e9 !important;
}

.bgFeather {
	background-color: #f5f5f5 !important;
}

.bgWhite {
	background-color: #fff !important;
}


/* ---------------------------------------------------
    LOGO
----------------------------------------------------- */

.logo--img {
	cursor: pointer;
	max-width: 100%;
	transition: transform 0.3s ease;
}

.logo--img:hover {
	transform: scale(1.05);
}


/* ---------------------------------------------------
    TEXT LINKS
----------------------------------------------------- */

p a {
	color: #FFF;
	transition: transform 0.3s ease;
}

p a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

.btn1 {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.btn1:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn2 {
	background-color: #555;
	border: 1.5px solid #555;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.btn2:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn3 {
	background-color: #777;
	border: 1.5px solid #777;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.btn3:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn4 {
	background-color: #999;
	border: 1.5px solid #999;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.btn4:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}


.btn_outline {
	background-color: #fff;
	border: 1.5px solid #222;
	color: #222;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.btn_outline:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn_social {
	background-color: #fff;
	border: 1.5px solid #ddd;
	border-radius: .5rem;
	color: #222;
	font-size: 2.5em;
	font-weight: 700;
	height: 80px;
	letter-spacing: 0em;
	width: 80px;
}

.btn_social:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}



.btn-category {
	background-color: #fff;
	border: 1.5px solid #ddd;
	border-radius: .5rem;
	color: #222;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0em;
	padding: 7px 20px 8px 20px;
}

.btn-category:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn-category.active {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}



/* ---------------------------------------------------
    ITEM CATEGORY
----------------------------------------------------- */

a .item_wrapper h3 {
	color: #111;
	font-size: 1.75em;
}

.item_wrapper {
	border: 2px solid #eee;
	border-radius: .75rem;
	cursor: pointer;
	padding: 2rem;
	transition: all 0.2s ease-out;
}

.item_wrapper:hover {
	box-shadow: 0 0 7px 0 rgba(185, 185, 185, 0.2);
}




/* ---------------------------------------------------
    FORM ELEMENTS
----------------------------------------------------- */

input {
	background-color: #fff !important;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
	color: #333 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 17px !important;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .025em;
	padding: .75rem .75rem .55rem .75rem !important;
	white-space: nowrap;
	text-align: left;
}

input:focus {
	border-color: #f7ae48 !important;
	box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .25) !important;
}

.form-control::placeholder {
	color: #CCC;
	opacity: 1;
}


/* ---------------------------------------------------
    NAVIGATION
----------------------------------------------------- */

header section.navigation ul.topnav li a {
	color: #999;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	transition: .2s ease-in-out all;
	letter-spacing: 0;
}

header section.navigation ul.topnav li a:hover {
	color: #333;
}

header section.navigation ul.topnav li a.active {
	color: #111;
	font-weight: 600;
	letter-spacing: -.015em;
}

section.navigation ul li a {
	font-family: 'Montserrat', Arial, sans-serif;
}

section.navigation ul li a:hover {
	color: #777;
}

section.navigation ul li a.active {
	color: #fff;
}

section.navigation button.navbar-toggler {
	color: #000;
}

section.navigation img {
	height: 120px;
}


#body_home header section.navigation img {
	height: 100px;
}

#body_page header section.navigation img {
	height: 100px;
}



/* ---------------------------------------------------
    HERO LOGO
----------------------------------------------------- */

.hero--logo--box {
	display: flex;
	justify-content: center;
	padding: 3rem;
}

.hero--logo--box img {
	max-height: 500px;
}


/* ---------------------------------------------------
	WHATSAPP
----------------------------------------------------- */

.whatsapp--wrapper {
	bottom: 3rem;
	position: fixed;
	right: 3rem;
	z-index: 1000;
}

.whatsapp--button {
	align-items: center;
	/*animation: pulse-animation 2.5s infinite;*/
	background-color: #0A0A87;
	border-radius: 50px;
	color: #FFF;
	display: flex;
	height: 70px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 70px;
	transition: transform 0.3s ease;
}

.whatsapp--button:hover {
	transform: scale(1.15);
}

.whatsapp--icon {
	color: #FFF;
	font-size: 2.45rem;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(10, 10, 135, 0.8);
	}

	50% {
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}

	100% {}
}


/* ---------------------------------------------------
	MAILTO
----------------------------------------------------- */

.mailto--wrapper {
	bottom: 7rem;
	position: fixed;
	right: 3rem;
	z-index: 1000;
}

.mailto--button {
	align-items: center;
	/*animation: pulse-animation-mailto 2.5s infinite;*/
	background-color: #0A0A87;
	border-radius: 50px;
	color: #FFF;
	display: flex;
	height: 70px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 70px;
	transition: transform 0.3s ease;
}

.mailto--button:hover {
	transform: scale(1.15);
}

.mailto--icon {
	color: #FFF;
	font-size: 2.6rem;
}

@keyframes pulse-animation-mailto {
	0% {
		box-shadow: 0 0 0 0px rgba(10, 10, 135, 0.8);
	}

	50% {
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}

	100% {}
}



/* ---------------------------------------------------
    COUNTDOWN
----------------------------------------------------- */

.countdown-container {
	display: flex;
	gap: 2rem;
}

.countdown-container .countdown {
	background-color: #000;
	color: #FFFF00;
	font-family: 'CHANEY', Arial, sans-serif;
	padding: 1.5rem;
	text-align: center;
	width: 140px;
}

.countdown-container .time {
	font-size: 3.5rem;
}

.countdown-container .label {
	font-size: 1.5rem;
	margin-top: .5rem;
}



/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

.media .media_bg {
	background-image: url("../../images/header/image.extension");
	background-position: top 0px center;
	background-repeat: no-repeat;
	height: 850px;
}

.media h2 {
	font-size: 4.5em;
	font-weight: 800;
	letter-spacing: -.025em;
}

.media h3 {
	font-size: 3.5em;
	font-weight: 800;
	letter-spacing: -.025em;
}

.media .header-message {
	padding-bottom: 200px;
}

.media .header-overlay {
	position: absolute;
	bottom: -1px;
}



/* ---------------------------------------------------
    MAIN
----------------------------------------------------- */

.identifier {
	margin-top: -150px;
}

.identifier h3 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: .0125em;
}

.table {
	border-color: #999;
	color: #412314 !important;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}

.column__wrapper .card-body {
	bottom: 0;
	width: 100%;
}

.column__wrapper .card>.card-zoom>[class*="card-img"] {
	max-height: 400px;
}

.column__wrapper .card>.card-zoom>[class*="card-img-gallery"] {
	max-height: 380px;
}

.column__wrapper .card>.card-zoom>[class*="card-img-group"] {
	max-height: 280px;
}

.column__wrapper h2 {
	font-size: 3em;
	font-weight: 800;
	letter-spacing: -.0125em;
}

.column__wrapper .card h3.large {
	font-size: 2.25em;
}

.column__wrapper .card h3 {
	font-size: 1.75em;
	line-height: 1.5em;
}

.usp_wrapper .icon_wrapper {
	border: 2px solid #eee;
	display: inline-flex;
	font-size: 4em;
	padding: 2rem;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	justify-content: center;
	align-items: center;
}


.alinea__wrapper .indicator_price_persons {
	font-size: 1.5em;
}

.alinea__wrapper .date {
	display: inline-block;
	font-size: 1.5em;
}

.alinea__wrapper.detailpage__blocks p {
	font-size: 1.15em;
}

.alinea__wrapper.detailpage__blocks .allergens img {
	width: 40px;
}


.alinea__wrapper h3 {
	font-size: 2.25em;
	font-weight: 800;
	letter-spacing: -.0125em;
	line-height: 1.15em;
}

.alinea__wrapper p {
	font-size: 1.2em;
	font-weight: 400;
}



/* ---------------------------------------------------
    TOP BAR
----------------------------------------------------- */
.topbar__wrapper {
	font-family: 'Eina 01', Arial, sans-serif;
}



/* ---------------------------------------------------
    SECTION BLOCKS - BANNER AND SLIDE
----------------------------------------------------- */

.banner__wrapper h2 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.2em;
}

.banner__wrapper h3 {
	line-height: 1.25em;
}



/* ---------------------------------------------------
    CTA
----------------------------------------------------- */

.cta__wrapper h2 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 3em;
	font-weight: 800;
	letter-spacing: -.0125em;
}



/* ---------------------------------------------------
    GALLERY
----------------------------------------------------- */


.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #555 !important;
}

.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	cursor: pointer;
}


/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer section.footy-main li {
	color: #fff !important;
	margin-bottom: .5rem;
}

footer section.footy-main li a {
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .0125em;
}

footer section.footy-main li a:hover {
	color: #f7ae48;
}

footer section.footy-main h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -.0125em;
}

footer .wrapper .footer-logo {
	height: 150px;
}

.trapezoid {
	background-image: url("../../images/elements/trapezoid.svg");
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}

.trapezoid a {
	color: #fff;
	font-size: 150%;
}


/* ---------------------------------------------------
    FOOTER BOTTOM
----------------------------------------------------- */

footer section.footy-bottom li a {
	color: #444;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 0;
	transition: ease-in-out .2s;
}

footer section.footy-bottom li a:hover {
	color: #538745;
}

footer section.footy-bottom li i {
	color: #000;
	font-size: 1.5rem;
}


/* ---------------------------------------------------
    COOKIES
----------------------------------------------------- */

.cookie a {
	color: #333;
}

.cookie a:hover {
	color: #999;
	text-decoration: none;
}