/*
Theme Name: Theme by Massimo Antonucci
Author: Massimo Antonucci
Author URI:
Description: Tema Custom
Version: 1.0.0
*/

/* Bootstrap */
/* @media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 1020px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1620px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1800px;
    }
} */

/* Palette Colori*/
:root {
    --white: #fff;
    --black: #1D1D1B;
    --gold: #D7B46A;

}

/* General */
.icon_whatsapp {
	position:fixed; 
	left:2%; bottom:3%; 
	z-index:10;
	padding:10px; 
	border-radius:50%; 
	background:#27e26d; 
	line-height:1;
}

body {
    font-family: 'Work Sans';
}

.btn-custom {
    font-family: 'Josefin Sans';
    display: inline-block;
    font-size: 16px;
    line-height: 22.85px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: var(--white);
    padding: 11px 30px;
    text-decoration: none;
    background-color: var(--black);
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}

.btn-custom:hover {
    color: var(--white);
    background-color: var(--gold);
    border: 1px solid var(--gold);
}

.btn-custom-outline {
    font-family: 'Josefin Sans';
    display: inline-block;
    font-size: 16px;
    line-height: 22.85px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: var(--black);
    padding: 11px 30px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid var(--black);
    transition: 0.3s ease-in-out;
}

.btn-custom-outline:hover {
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--black);
}

.btn-custom-outline-white {
    font-family: 'Josefin Sans';
    display: inline-block;
    font-size: 16px;
    line-height: 22.85px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: var(--white);
    padding: 11px 30px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid var(--white);
    transition: 0.3s ease-in-out;
}

.btn-custom-outline-white:hover {
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--white);
}


/* Header */
.header__navigation_open {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: var(--black);
    transition: 0.3s ease-in-out;
    text-decoration: none;
	width: max-content;
}

.header__navigation_open:hover {
    color: var(--black);
}

.hamburger {
    display: inline-block;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 25px;
    margin-bottom: 5px;
    position: relative;
    background: var(--black);
}

.hamburger span:nth-child(2) {
    width: 20px;
}

.hamburger span:last-child {
    margin-bottom: 0;
}

/* Menu Mobile */
#menu_mobile {
    background-color: #1d1d1b;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
}

ul#menu-menu-principale {
    all: unset;
    list-style-type: none;
}

ul#menu-menu-principale li a {
    font-family: 'Josefin Sans';
    font-size: 36px;
    line-height: 62px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 767.98px) {
	ul#menu-menu-principale li a {
		font-size: 20px;
		line-height: 40px;
	}
}

ul#menu-menu-principale li a:hover {
    color: var(--gold);
}

.full-height-section {
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.full-height-section .black {
    background-color: var(--black);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.full-height-section .white {
    background-color: var(--white);
    color: var(--black);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-right-column {
    border: 1px solid var(--black);
    padding: 10%;
}

.content-right-column h2 {
    font-family: 'Josefin Sans';
    font-size: 86px;
    letter-spacing: .02em;
    line-height: 92%;
    margin-bottom: 45px;
    text-align: center;
}

.content-right-column p {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.content-right-column p::after {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 20%;
    height: 2px;
    background-color: var(--black);
}

.close_menu_mobile,
.logo_menu_mobile,
.content_menu_mobile {
    margin-bottom: 70px;
}

.close_menu_mobile {
    cursor: pointer;
}

/* Pagina Ricerca Iframe Octorate */
iframe#octoframe {
    width: 100%;
    height: 1080px;
    min-height: 100%;
}

body.SiteBackground.webp {
    background-image: none;
    background: var(--white);
    font-family: 'Work Sans';
}

/* Pagina Contatti */
.heading-contacts h1 {
    font-family: 'Josefin Sans';
    font-size: 76px;
    line-height: 89%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 90px;
    padding-top: 60px;
    border-top: 1px solid rgba(0,0,0,.3);
}

@media (max-width: 767.98px) {
	.heading-contacts h1 {
		font-size: 48px;
		line-height: 58px;
	}
}

.form-contacts {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto;
	gap:10%;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
	.form-contacts {
		grid-template-columns: auto;
		gap: 0px
	}
}

.input-custom {
    all: unset;
    padding: 10px;
    border-bottom: 1px solid  rgba(0,0,0,.3);
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.message,
.submit {
    max-width: 80%;
    margin: 0 auto;
	margin-top: 5%;
}

.form-contacts input,
.message textarea {
    width: 100%;
}


.addresses {
	padding: 5% 0px;
	border-top: 1px solid rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(0,0,0,.3);
	margin-top: 10%;
}

.location p {
	font-size: 14px;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 16px;
    margin: 0 0 8px;
    opacity: .5;
    text-transform: uppercase;
	text-align: center;
}

.location a {
    font-size: 14px;
    letter-spacing: -.04em;
    line-height: 160%;
	color: #000;
	opacity: 1;
	text-decoration: none;
}

span.wpcf7-spinner {
	display: none;
}

.submit p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
	.submit p {
		flex-direction: column;
	}
}

.btn-submit {
	font-family: 'Josefin Sans';
    display: inline-block;
    font-size: 16px;
    line-height: 22.85px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: var(--white);
    padding: 11px 30px;
    text-decoration: none;
    background-color: var(--black);
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}

.btn-submit:hover {
    color: var(--white);
    background-color: var(--gold);
}

/* Footer */
#footer {
    background-color: var(--black);
    padding: 60px 0px;
}