/* NAVBAR */
/* #primary-navbar {
    height: auto!important;
} */

/* BOTTONI */

.btn a {
    text-decoration: none;
}

/* ICONA WHATSAPP */
.fixed-icon-whatsapp-bottom{
    position: fixed;
    right: 10px;
    bottom: 100px;
	font-size: 20px;
	width: 80px;
	height: 80px;
	z-index:9999;
}

/* TOP BAR */
.top-bar {
    padding: .5rem 0;
    background: #eee;
    top: 0;
}

.social-icon {
    text-decoration: none!important;
}

/* ERE REAL ESTATE */
.ere-property-wrap {
    padding: 35px;
}

/* ARTICLES */
article {
    padding-top: 35px;
}

/* BUTTONS */
.btn {
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 33px;
    padding-right: 33px;
    border: 0px!important;
}

/* INPUT */
input {
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 33px;
    padding-right: 33px;
}

input {
    border: 0px!important;
    margin-bottom: 10px;
}

input[type='textarea'], 
input[type='text'], 
input[type='email'], 
input[type='tel'] {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.14);
    width: 100%;
}

textarea {
    width: 100%;
}


/* NAVBAR */
#primary-navbar {
    /* height: 70px; */
    margin-bottom: 10px;
}

.navbar-nav {
    flex-wrap: wrap; /* Fa andare a capo le voci di menu */
}
  
.nav-item {
    /* flex-basis: 10%; Imposta una larghezza base per ogni voce (25% per 4 voci per riga) */
    font-weight: 500;
}

#primary-navbar .navbar-nav > li:not(.btn) > a::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    transition: all 300ms cubic-bezier(0.34, 0.9, 0.7, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}

#primary-navbar .btn {
    padding: 3px;
    text-decoration: none !important;
}

#primary-navbar .btn .nav-link{
    color: inherit!important;
  }

/* JUMBOTRON */
#jumbotron {
    /* min-height: 300px; */
    position: relative;
    height: auto;
}

#jumbotron .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
}

#jumbotron .not-overlay{
    position: relative;
    z-index: 2;
}

/* BODY */
#main {
    position: relative;
    background-color: #FFF;
}

#masthead{
    height: calc(100vh - 20px);
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* height: 630px!important; */
}

#masthead h1{
    font-weight: 900;
}

#contact {
    padding: 3rem;
}

#woocommerce {
    padding: 3rem;
}

#blog {
    padding: 3rem;
}

.blog-title,
.blog-subtitle {
    text-align: center;
}

#chi-siamo{
    padding: 3rem;
}

.boxed {
    margin: -60px 30px 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* RELATED POST */
#related {
    background-color: #f8f8f8;
    padding: 3rem;
}

#section-category {
    padding-bottom: 3rem;
}

/* FOOTER */
#footer {
    padding: 3rem !important;
}

.footer-pages {
    display: flex; 
    justify-content: center;
}

.scroll-to-top{
    z-index: 999;
}

.scroll-to-top svg {
    z-index: 1000;
    position: relative;
    display: block;
    width: 10px;
    height: auto;
}

/* MAPS */
#map {
    height: 500px;
    width: 100%;
}

/* CARD */
.card-article{
    border: 0px!important;
}

.ripple-wave {
    display: none !important;
}