.site-blocks-cover.inner-page-cover {
    background-image: url(../../../images/bg_newsletter.jpg) !important;
}

.site-blocks-cover.overlay:before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4) !important;
    /* background: rgba(0, 0, 0, 0.4); */
}
.luxury-link {
    border-bottom: 1px solid #c4a47c; /* Riga sottile color oro/sabbia */
    padding-bottom: 2px;
    text-transform: capitalize;
    color: #fff;
    cursor: default; /* Fa capire che non &#65533; necessariamente un link se non vuoi che lo sia */
}

.section-properties {
  background: #53686a;
}



/*NEWSLETTER*/
.works_area {
	background-color: #fff !important;
}

.single_works {
	border: 1px solid #ddd;
}

.single_works:hover {
	box-shadow: 0 35px 35px -25px rgba(0, 0, 0, 0.05), 0 10px 24px 0 rgba(0, 0, 0, 0.2);
}

.privacy-detail {
    /* margin-top: 120px; */
}

ul.categ-blog {
    padding: 15px 0px;
}

ul.categ-blog li {
    list-style: none;
    width: 100%;
}

ul.categ-blog li a {
    display: block;
    padding: 5px 0px;
    color: #000000;
    /* font-weight: bold; */
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.chi_siamo {
    text-align: justify;
}

.chi_siamo .titolo {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.testo {
    padding: 15px;
}

.ts-item {
    background: #ffffff;
    text-align: center;
    padding: 35px 25px 30px 25px;
    height: 330px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ccc;
    margin-bottom: 38px;
}

.single-cont a {
    padding: 9px;
    display: block;
    margin-bottom: 18px;
    background-color: #baa461;
    color: #fff;
    border-radius: 5px;
}

.sb-widget .sb-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.newsletter-column p {
    font-size: 14px;
    color: #585858;
    line-height: 2;
}

/*BOX NEWSLETTER*/
#lbl_email_nl {
  width: 100%;
}

#email_nl {
  /* height: 39px; */
  padding: 5px;
  width: 100%;
}

#newsletter h5 {
    /* width: 90%; */
    /* margin: 21px 0px; */
    margin-top: 12px;
    overflow-y:auto;
    height: 100px;
    text-align: center;
    padding:5px;
    font-weight:normal;
    font-size:10px;
    /* margin-left: 5%; */
    background-color: #ebebeb;
    /* top: 150px; */
    /* position: relative; */
    margin-bottom: 0px;
    border: 1px solid #CCC;
    color: #fff;
    border: #cccccc solid 1px;
    background-color: #2d4c4f;
}

#modulo_nl h5 p {
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

#lbl_email_nl {
  color: #fff;
}

#lbl_email_nl.allert {
    color: #f00;
}

#modulo_nl label {
    display: block;
}

#modulo_nl label#lbl_messaggio {
    margin-right: 0 !important;
}

#modulo_nl input {
    background-color: #2d4c4f !important;
    color: #000;
    border: 1px solid #ced4da;
    padding: 12px;
    margin-bottom: 11px;
    outline: none;
    font-size: 16px;
    margin-top: 0.5rem;
    color: #fff;
}

#modulo_nl label.allert input {
    border-color: #f00;
    color: #f00;
    border: 1px #f00 !important;
}

.consensoform {
  color: #fff;
  padding: 15px;
}

.consensoform.allert {
    color: #f00;
}

#modulo_nl label span {
    display: none;
}

#newsletter {
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding: 37px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    /* background: #FFF; */
    max-width: 100% !important;
    border: 1px solid #ddd;
    /* box-shadow: 5px 10px #d8d8d8; */
}

#newsletter h3 {
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    margin-top: 25px;
}

#consenso_nl {
	float: left;
	margin-right: 5px;
}

#lbl_consenso_nl {
	line-height: 16px;
	line-height: 34px !important;
	font-size: 13px !important;
}
#consenso {
    margin-right: 5px;
}
#newsletter .btn-newsletter {
    background: #214347;
    border: 2px solid #8dd3dc;
    border-radius: 4px;
    padding: 10px 30px;
    font-family: Euclid Circular A, sans-serif;
    letter-spacing: .1em;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: #ffffff;
    width:150px;
    display: inline-block;
    margin-top: 30px;
}
.title_did_service {
	padding: 15px;
	color: #000;
	font-size: 27px;
	font-weight: bold;
	margin-top: 10px;
}

.paragrafo_newsletter {
	margin: 0px !important;
	text-align: justify;
    font-size: 21px;
    padding: 0px 15px 15px 15px;
}

#newsletter .btn-newsletter:hover {
	background: #8dd3dc;
    border: 2px solid #000;
	color: #000;
}
#send_button_nl {
	padding-left: 0px;
}
#newsletter h6 {
    color: #FFFFFF;
    background-color: #1b3d41;
    /* font-size: 25px !important; */
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 10px;
    line-height: 19px;
}

.paragrafo_newsletter {
	margin: 0px !important;
	text-align: justify;
    font-size: 21px;
}
/*THANK MESSAGE*/
.msg-thank {
    width: 100%;
    overflow: hidden;
    background-color: #6af1cb;
    padding: 9px;
    border-radius: 3px;
}
.msg-thank h3 {
    font-size: 23px;
    font-weight:bold;
    margin-bottom: 22px;
    text-align: center;
}
.msg-thank h6 {
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 0px;
	/* text-align: center; */
}
.align-right {
    text-align: right;
}
.msg-thank.error {
    background-color: #f9d4d4;
    margin-right: -15px;
    margin-left: -15px;
}
.msg-thank.error p {
	color: #FF0000 !important;
}
@media (max-width: 767px) {
	.banner_head {
	    background-position: center center !important;
	}
	.welcome-content .feature-text {
		padding: 0px;
	}
	#newsletter {
	    padding: 15px;
	}
	#lbl_consenso_nl {
	    font-size: 12px;
	}
	.site-blocks-cover.inner-page-cover {
        background-position-y: 0px;
    }
    .site-blocks-cover h1 {
        font-size: 23px !important;
        line-height: 35px !important;
    }
}













