﻿
.white-textarea {
	background: transparent;
	border-bottom: 3px solid white;
	color: white;
}

.room-small-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

h4 {
	font-size: 35px !important;
}

.surrounding-item .mad-entity-content {
	border: 1px solid var(--color-primary);
}

.rev-slider[class*="with-overlay"] .tp-bgimg:after {
	background: #00000066 !important;
}

.mad-entities .mad-entity .mad-entity-pre-title, .mad-pre-title {
	font-size: 12px !important;
}

/*.tp-mask-wrap > div {
	padding-top: 35px !important;
}*/

@media(max-width:768px) {
	.rev-slider .btn {
		margin-top: 80px !important;
	}

	.tp-layer-section-title {
		margin-top: 35px !important;
	}

	.rev-slider .mad-pre-title {
		font-size: 10px !important;
	}
}




.mad-faq-section {
	/*padding-top: 9rem;*/
	padding-bottom: 50px;
	position: relative;
}

.mad-faq-accordion {
	max-width: 900px;
}

	.mad-faq-accordion h3 {
		margin-bottom: 0px !important;
	}

.mad-accordion-item {
	background-color: var(--color-neutral-5);
	border: 1px solid var(--color-neutral-15);
	border-radius: 0.375rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

	.mad-accordion-item:last-child {
		margin-bottom: 0;
	}

	.mad-accordion-item.expanded {
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
	}

.mad-accordion-header {
	margin: 0;
	padding: 0;
}

.mad-accordion-button * {
	font-weight: bold
}

.mad-accordion-button {
	padding: 15px;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--color-neutral-80);
	background-color: var(--color-neutral-5);
	border: none;
	text-align: left;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

	.mad-accordion-button:hover {
		background-color: var(--color-neutral-10);
		color: var(--color-primary);
	}

	.mad-accordion-button::after {
		content: '';
		display: inline-block;
		width: 1rem;
		height: 1rem;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: auto;
		transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
		transform: rotate(0deg);
	}

	.mad-accordion-button.collapsed::after {
		transform: rotate(-90deg);
	}

	.mad-accordion-button:not(.collapsed)::after {
		transform: rotate(0deg);
	}

.mad-accordion-body {
	padding: 15px;
	background-color: var(--color-neutral-0);
	color: var(--color-neutral-70);
	line-height: 1.8;
}

	.mad-accordion-body p:last-child {
		margin-bottom: 0;
	}

.my-text-section {
	line-height: 2rem !important;
}

[class*="with-overlay"]:not(.mad-section):after, .mad-section[class*="with-overlay"] > [class*="mad-colorizer-"]:after {
	opacity: 0.2 !important;
}

[class*="with-overlay"]:not(.mad-section):after, .mad-section[class*="with-overlay"] > [class*="mad-colorizer-"]:after {
	opacity: 0.2 !important;
}

.section-contact {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

	.section-contact a {
		color: white;
	}

footer a {
	color: white !important;
}


.mad-entities.type-4 .mad-entity .mad-entity-content {
	padding: 6rem;
}

.pre-footer-info {
	font-size: 22px !important;
}
/* Responsive */
@media (max-width: 768px) {
	.mad-faq-section {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.mad-accordion-button {
		padding: 1.25rem 1.5rem;
		font-size: 1rem;
	}

	.mad-accordion-body {
		padding: 0 1.5rem 1.25rem 1.5rem;
	}
}


@media only screen and (min-width: 1440px) {
	.mad-icon-box h6.mad-icon-box-title, .mad-entities.type-4 .mad-entity .mad-entity-title {
		white-space: normal !important;
	}
}
