/*
Theme Name: auroraclub
*/
.indent-t {
	margin-top: 180px;
}
.tl-container {
	max-width: 1440px;
    margin: 0 auto;
}
.wpcf7-form {
	display: flex;
	gap: 1rem;
	flex-direction: column;
}
.wpcf7-form a {
	transition: text-decoration 0.2s;
	text-decoration: underline solid #5E5554 1px;
}
.wpcf7-form a:hover {
	transition: text-decoration 0.2s;
	text-decoration: underline solid transparent 1px;
}
.wpcf7-form .wpcf7-list-item {
	margin: 0;
}
.wpcf7-form .wpcf7-acceptance label {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.wpcf7-form .wpcf7-acceptance input {
	border-radius: 0.25rem;
    border: 1px solid #5E5554;
}
.wpcf7-form .wpcf7-submit {
	padding: 12px;
	margin-top: 2rem;
	border: 1px solid;
	border-radius: 2px;
}
.wpcf7-form .wpcf7-submit:hover {
	background-color: #ddd;
}
.banner-gastronomia div.gallery-item a.gallery-item-link img {
	contain-intrinsic-size: unset;
}
.checkbox {
	display: flex;
	gap: 0.5rem;
}
.cookie-message button#cookie-accept {
    background-color: #4CAF52;
}
.cookie-message button#cookie-accept:disabled {
	background-color: #4C834F;
	cursor: not-allowed;
}
.cookie-message button#cookie-accept:hover {
    background-color: #19721F;
}
.cookie-message button#cookie-not-accept {
    background-color: #DE6461;
}
.cookie-message button#cookie-not-accept:hover {
    background-color: #91221F;
}
.cols-menu > .col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
}
.cols-menu {
	min-width: 50%;
}
.col-contacts {
	max-width: 400px;
}
.main-footer-content p {
	margin: 0;
	font-size: 14px;
	max-width: 250px;
}
@media (max-width:820px){
	.main-footer-content p{max-width:100%;}
	.col-contacts{max-width:100%;}
}
.main-footer-content p a {
	color: inherit;
	text-decoration: underline;
}
.main-footer-content p a:hover {
	text-decoration: none;
}
.booking .btn {
    background: #fff;
    color: #004780 !important;
    border-radius: 5px;
    font-weight: bold;
}
.inner-megamenu .menu-item {
	width: calc((100% - 52px * 2 - 28px - 8px) / 6);
    position: relative;
    color: #fff;
    padding: 0;
    overflow: hidden;
	margin: 0;
}
.inner-megamenu .menu-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity .35s ease-in-out;
}
.inner-megamenu .menu-item:hover:after {
    opacity: .4;
}
.inner-megamenu .menu-item a {
    display: flex;
    align-items: center;
    text-align: center;	
}
.inner-megamenu .menu-item span {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 20px;
    z-index: 2;
    box-sizing: border-box;
    font-family: 'Unbounded', sans-serif;
    font-size: 1.275rem;
    letter-spacing: .093rem;
    line-height: 1.07;
    font-weight: 400;
    opacity: 1;
    transition: opacity .35s ease-in-out;
	color: #fff;
}
@media (min-width: 820px) {
    .inner-megamenu .menu-item span {
        padding: 65% 10px 0 20px !important;
    }
}
.inner-megamenu .menu-item img {
    display: block;
    aspect-ratio: 269 / 362;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
}
.inner-megamenu .menu-item:hover img {
    transform: scale(1.05);
}
.overlay .overlay-menu .menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url(./images/assets/arrow-submenu.svg);
    background-size: cover;
    margin-left: 4px;
    position: relative;
    top: -2px;
}
.overlay .overlay-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 60%;
    top: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.overlay .overlay-menu .menu-item-has-children .sub-menu.show, .overlay .overlay-menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block !important;
}
.overlay .overlay-menu .sub-menu li a {
	font-family: Century Gothic, Arial, sans-serif;
    color: #5E5554;
    text-shadow: 0 0 .7px #382F2D;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0 10px;
}



.section .links a {
    font-weight: 600;
    position: relative;
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.section .links a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #000;
    transform: scaleX(0.2);
    transform-origin: bottom left;
    transition: transform 0.3s ease-out;
}
.section .links a:hover {
    color: #000;
}
.section .links a:hover::after {
    transform: scaleX(1);
}