/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .heading-font {
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
h2 {
  font-size: 2.75rem;
  line-height: 2.5rem;
}
.subtitle {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 1rem;
}
h3 {
  font-size: 1.75rem;
  line-height: 1.75rem;
	margin-bottom: .5rem;
}
.txt-18 {
	font-size: 1.125rem;
	    line-height: 26px;
	margin-bottom: 0.7em;
}
.txt-semibold {
	font-weight: 600;
}
.mb-10 {
  margin-bottom: 3.5rem;
}
.image-cover-semirounded .image-cover {
	border-radius: 18px 18px 0 0;
}
.image-cover-rounded .img-inner {
	border-radius: 1000px;
}
.card {
  border-radius: 0 0 12px 12px;
    padding: 16px;
    border: 1px solid #d4d4d4;
	background-color: #ffffff;
}

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.title-row h3 {
  max-width: 76%;
}
.title-row p {  
	margin-bottom: 0;
}
.card-body {
	margin: 10px 0;
}
.rating {
  font-size: 1rem;
}

.price-row {
  margin-bottom: 12px;
}

.current-price {
  padding-bottom: 1px;
}
.current-price strong {
  color: #418089;
    font-size: 1.375rem;
}

/* 1. Rendiamo il contenitore principale il riferimento spaziale */
.banner-layers.container {
    position: relative !important;
}

/* 2. Espandiamo il text-box a tutto il banner (rimuovendo il posizionamento centrale standard) */
.fancy-activator {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: none;
}

/* 3. Usiamo Flexbox per mantenere il testo centrato all'interno del box ora gigante */
.fancy-activator .text-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra verticalmente */
    align-items: center;     /* Centra orizzontalmente */
    height: 100% !important;
    width: 100% !important;
}

/* 4. Reset del paragrafo per evitare spostamenti indesiderati */
.fancy-activator .text-inner p {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/* 5. Il link ora può coprire l'intera area del text-box (che è uguale al banner) */
.fancy-activator .text-inner p a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10; /* Lo porta sopra ogni altro elemento visivo */
    text-indent: -9999px;   /* Nasconde eventuale testo se il link è vuoto */
}
.show-all-photo {
	position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}
.show-all-photo button {
	border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    cursor: pointer;
    padding: 0px 14px;
    position: relative;
    display: inline-block;
    background: #fff;
    border-color: #000;
}
.show-all-photo button .inner-show {
	-webkit-box-align: center;
    display: flex;
    align-items: center;
}
.show-all-photo button .inner-show svg {
	height: 16px;
    width: 16px;
    fill: rgb(0 0 0);
}
.show-all-photo button .inner-show .text {
	margin-left: 8px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #404040;
}

/* Pagina appartamento*/ 

.container-services {
	margin-top: 38px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;	
}
.parent_service {
	padding-left: 6px;
    padding-right: 6px;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
	position: relative;
}
@media (min-width: 1128px) {
    .parent_service {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }
}
.sub_container {
	display: flex;
	padding-bottom: 24px;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
	max-width: 83.33333333333334%;
}
.icon_container {
	margin-right: 16px;
	margin-left: 0;
	min-width: 24px;
}
.map_container {
	margin-top: 38px;	
}
.form_container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
    background-color: #fff;
    border: 1px solid #e1e2e2;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .0784313725490196);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .0784313725490196);
}
.form_container form {
	margin-bottom: 0;
}
.form_container input, textarea {
    padding-left: 26px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #ccc;
    display: flex;
    justify-items: center;
    align-content: space-between;
    padding: 10px 17px 10px 44px;
    max-width: inherit;
    border-radius: 8px;
    color: #6a6a6a;
    height: 40px;
}
input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    font-size: 18px;
    border: none;
    background: linear-gradient(to right, #E61E4D 0%, #E31C5F 50%, #D70466 100%);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    border-radius: 999px;
    letter-spacing: -0.20px;
	text-transform: capitalize;
	height: 46px;
	margin-top: 12px;
}
label, legend {
    display: block;
    font-size: 10px;
    margin-bottom: .4em;
    text-transform: uppercase;
    line-height: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 0.5px;
}
label > span {
    margin-top: 5px;
}
.mobile_grid.row-xsmall>.col {
    margin-bottom: 0;
    padding: 0;
}
.map-height {
	border-radius: 18px;
}
.banner.gal_1 .banner-bg {
	border-radius: 18px 0 0 18px;
}
.banner.gal_2 .banner-bg {
	border-radius: 0 18px 0 0;
}
.banner.gal_3 .banner-bg {
	border-radius: 0 0 18px 0;
}
.banner {
    background-color: transparent;
}
.nav>li>a {
    font-size: 18px;
    font-weight: 700;
	letter-spacing: 0;
    text-transform: none;
	color: rgb(64 64 64);
}
.has-dropdown .icon-angle-down {
    font-size: 20px;
    margin-left: .3em;
    margin-top: 2px;
	opacity: 1;
}
.nav>li {
    margin: 0 18px;
}
.nav>li>a.button, .nav>li>a.button:hover {
    padding: 0 16px;
}


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  

	
	
	
	
	
	
}