/* --- menu bar --- */

.site-header.style-1 .header-nav .nav > li > a, .site-header.style-1 .header-nav .nav > li > ul > li > a {
    font-size: 25px!important;
}
.header-nav .nav > li > a {
    color: rgb(103 71 47);
}
/* --- end menu bar --- */

/* --- home --- */

.content-inner.home-bkga:hover {
    background-color: rgba(0, 0, 0, 0.5)!important;
}
.content-inner.home-bkg{
    padding-top: 250px;
    padding-bottom: 50px;
}
.content-inner.home-bkg{
    background-image: linear-gradient(
        to top,
        rgba(256, 256, 256, 1) 0%,
        rgba(256, 256, 256, 0.90) 30%,
        rgba(256, 256, 256, 0.75) 60%,
        rgba(256, 256, 256, 0.50) 75%,
        rgba(256, 256, 256, 0.25) 90%,
        transparent 100%),
        url("/themes/sorrento-legno/assets/img/immagini-statiche/breadcrumb.jpg");
}
.mrg-40{
    margin: 40px 0;
}
.img-container {
  position: relative;
}

.img-container::after{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square-img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-lat-20{
    padding: 0 20px;
}

.home-logo-section.logo-header img {
    height: 180px;
    width: auto;
    max-width: unset;
}

.mb-30{
    margin-bottom: 30px;
}

.pdg-100{
    padding: 100px 0;
}
.section-head p {
    font-size: 18px!important;
}
.m-30{
    margin: 30px 0;
}
.logo-home{
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 60vw;
}
@media(min-width: 768px){
    .logo-home{
        width: 33vw;
    }
}

/* --- fine home --- */

/* --- cambio font solo h1 h2 h3 --- */
body h1, body h2, body h3{
    font-family: 'Barlow Condensed', sans-serif!important;
    /* cambio colore h1 h2 h3 */
    color: #bb9e63!important;
    letter-spacing: 3px!important;
}
.text-primary {
    color: #654931!important;
}
.site-header.style-1 .header-nav .nav > li {
    font-family: 'Barlow Condensed', sans-serif!important;
}

/* --- fine cambio font --- */

/* --- contatti --- */

.content-inner-1 {
    padding-bottom: 0!important;
}

/* --- fine contatti --- */

/* --- portfolio --- */
.dz-box.style-2 .dz-media {
    height: 300px;
}
/* --- fine portfolio --- */

/* --- icone visualizzate in automatico in basso --- */
a.DZ-bt-support-now.DZ-theme-btn {
    display: none;
}
a.DZ-bt-buy-now.DZ-theme-btn {
    display: none;
}
/* --- fine icone visualizzate in automatico in basso --- */