/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.10.1.1698231064
Updated: 2023-10-25 12:51:04

*/

.subheader {
	position: relative;
	z-index: 1;
}
.subheader:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
}

.fusion-main-menu ul a:hover,
.fusion-main-menu ul a:focus {
	text-decoration: none;
}

.fusion-main-menu > .fusion-menu > li > .sub-menu a img {
	display: block;
	margin: 0 auto;
	height: 32px;
}

.fusion-text.show-more:not(.open) {
	max-height: 240px;
	overflow: hidden;
	mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.fusion-text.show-more + button {
	margin: 0 auto;
}

.slider {
	display: block !important;
	width: 100%;
	position: relative;
}

.slider__wrapper {
	overflow: hidden;
}

.slider__slides {
	display: flex;
	position: relative;
	transition: var(--transition);
}

.slider__slide {
	width: var(--slide-width);
	flex-shrink: 0;
	padding: 0 var(--gutter);
}

.slider__arrows {
	position: absolute;
	left: 8px;
	right: 8px;
	top: 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.slider__arrow {
	background-color: transparent !important;
	width: 56px;
	height: 56px;
	padding: 0;
	background-size: contain;
	pointer-events: auto;
	cursor: pointer;
	z-index: 1;
	border: 0;
}

.slider__arrow:hover {
	box-shadow: none;
}

.slider__arrow--prev {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPSdub25lJyBzdHJva2U9JyNGRkYnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPSc0OCcgZD0nTTMyOCAxMTJMMTg0IDI1NmwxNDQgMTQ0Jy8+PC9zdmc+);
}

.slider__arrow--next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPSdub25lJyBzdHJva2U9JyNGRkYnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPSc0OCcgZD0nTTE4NCAxMTJsMTQ0IDE0NC0xNDQgMTQ0Jy8+PC9zdmc+);
}

.places .place h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	margin: -51px 0 0;
	padding: 0 16px 12px;
	position: relative;
	z-index: 1;
}
.places .place .fusion-content-boxes {
	background: var(--awb-backgroundcolor);
}
.places .place .fusion-content-boxes .content-box-column {
	float: left;
	width: 33.333%;
	margin: 0;
	border: 0;
	position: relative;
}
.places .place .fusion-content-boxes .content-wrapper-background {
	min-height: auto !important;
	padding: 8px 16px;
}
.places .place .fusion-content-boxes .heading {
	display: block;
	text-align: left;
	margin: 0 0 4px;
}
.places .place .fusion-content-boxes .heading h4 {
	font-size: 14px !important;
	font-weight: 600;
}
.places .place .fusion-content-boxes .heading .icon {
	position: absolute;
	left: 16px;
	bottom: 0;
	margin: 0 0 4px;
}
.places .place .fusion-content-boxes .content-container {
	font-size: 14px;
	line-height: 1;
	text-align: left;
	margin: 0 0 0 24px;
}

.places .place .fusion-content-boxes + .fusion-text {
	padding: 16px;
}
.places .place .fusion-content-boxes + .fusion-text p:last-child {
	margin-bottom: 0;
}

.places .place .fusion-button {
	display: block;
	text-align: center;
	border-radius: 0;
}
.places .place .button-custom {
	border-top-left-radius: 20px;
}

.places .fusion-row {
	margin: 0;
}
.places .slider__slide .place {
	width: 100%;
}

.notification {
    background: #00ffff;
    padding: 0 16px;
}
.notification-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    position: relative;
}
.notification-content a {
    display: block;
    padding: 16px 0;
    line-height: 24px;
}
.notification-content button {
    display: block;
    background: none;
    font-size: 32px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    margin: 0 0 0 12px;
    border: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
    .notification-content {
        justify-content: center;
    }
    .notification-content button {
        position: absolute;
        right: 0;
		top: calc(50% - 12px);
    }
}