.site-blocks-cover.inner-page-cover {
    background-image: url(../../../images/bg_cookie.jpg) !important;
    background-position-y: -532px;
}

.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;
}



.breadcam_bg_2 {
    background-image: url(../../../img/banner/cookie_bg.webp) !important;
}

/*COOKIE*/
.page-header-inner {
    background: rgba(0, 0, 0, .3) !important;
}
.banner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.welcome-content {
	padding-left: 0px !important;
}
.blog-banner-area {
	background-image: url(../../../../banner/cookie.jpg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 620px;
}
.blog-banner h4, .blog-banner h1, .blog-banner a {
    text-transform: uppercase;
    color: #FFF !important;
	text-shadow: 2px 2px 4px #000;
}

/*COOKIE PAGE STYLE*/
.privacy-detail .row {
	margin-top: 15px;
}

.privacy-detail p {
    /* font-size: 19px; */
    margin: 0px;
    width: 100%;
    /* text-align: justify; */
    white-space: pre-line;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    text-align: justify;
    line-height: 26px;
    color: #cfdae4;
}

.privacy-detail p strong {
    font-weight: bold;
}

.privacy-detail h4 {
    font-size: 19px;
    font-weight: bolder;
    line-height: 24px;
    margin: 25px 0 0 0;
    color: #FFF;
}

.privacy-detail a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	display: inline;
}

.privacy-detail a:hover {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 767.98px) {
	.site-blocks-cover.inner-page-cover {
        background-position-y: 0px;
    }
    .site-blocks-cover h1 {
        font-size: 23px !important;
        line-height: 35px !important;
    }
}
