/*----------------------------------------------------------------------
    Template Name: Indochine - Architecture and Interiors HTML Template
    Template URI: https://indochinehtml.lohatheme.com
    Author: Lohatheme
    Author URI:  https://lohatheme.com
    Version: 1.0

    Note: This is Custom Style CSS File. 

    Custom theme changes go here */


/*******************************************************/
/******************* ## HEADER TOP ******************/
/*******************************************************/


@media screen and (min-width: 0px) and (max-width: 767px) {

div#headertopinfotelmail {
        display: block !important;
}

div#headertopinfotelmail {
    text-align: center !important;
}



}


@media screen and (min-width: 399px) and (max-width: 767px) {

div#headertopinfotelmail .email {
    margin-left: 15px;
}

}

@media screen and (min-width: 0px) and (max-width: 398px) {

div#headertopinfotelmail .email {
    margin-left: auto;
    display: inline-block;
}


}

/*******************************************************/
/******************* ## CHISIAMO ******************/
/*******************************************************/

@media screen and (min-width: 992px) {

section#chisiamo p.p-rotate {
    display: none !important;
}

}

/*******************************************************/
/******************* ## SERVIZI ******************/
/*******************************************************/

#servizi h2 {
    margin-bottom: 70px !important;
}


section#servizi h5 {
    color: #e2b78c;
}


/*******************************************************/
/******************* ## CONTATTI ******************/
/*******************************************************/


#contatti .button {
    margin-top: 60px;
    margin-bottom: 60px;
}



@media only screen and (min-width: 1400px) {

#contatti h2, 
#contatti .h2 {
    font-size: 48px !important;
    letter-spacing: 0px;
  }

}


@media only screen and (max-width: 1399px) {

#contatti h2, 
#contatti .h2 {
    font-size: 35px;
    letter-spacing: 0px;
  }

}

p#infoesocialcontatti {
    margin-top: 40px;
}

section#contatti a#telefono {
    font-size: 26px;
}

section#contatti .fa-phone-alt:before {
    content: "\f879";
    font-size: 28px;
    margin-right: 10px;
}

section#contatti .fa-facebook-f:before {
    font-size: 26px;
    margin-right: 10px;
}

section#contatti .fa-instagram:before {
    font-size: 28px;
}




/*******************************************************/
/******************* ## FOOTER ******************/
/*******************************************************/

footer div#sitemap li {
    margin: 0px 0px 0px 0px;
}


footer .copyright-area {
    margin-bottom: 0;
    margin-top: auto;
    text-align: left;
    padding-right: 0px;
}


footer .to-top p {
    bottom: 34px;
}


@media only screen and (min-width: 1400px) {

footer h2, 
footer .h2 {
    font-size: 64px !important;
  }

}


/*******************************************************/
/******************* ## GEOM. DIEGO MAGONI ******************/
/*******************************************************/

a#linkgeomdiegomagoni {
    color: #e2b78c;
}



/*******************************************************/
/******************* ## ACCESSIBILITY ARIA ******************/
/*******************************************************/

/* Skip to Content Link */
.skip-link {
    position: absolute;
    top: -35px;
    left: -5px;
    background: #9b8b59;
    color: white !important;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 6px;
}

.skip-link:hover {
    top: 6px;
}

/* Focus styles for better keyboard navigation */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #1e5ebe;
    outline-offset: 2px;
}

/* Carousel button improvements */
.carousel-buttons button:focus {
    outline: 2px solid #ffc861;
    outline-offset: 2px;
}

/* Tab button improvements */
.nav-tabs button:focus {
    outline: 2px solid #1e5ebe;
    outline-offset: 2px;
}