
:root {
  --imi-color: #980008;
  --imi-page-background: #f5f5f5;
  --imi-font: "Helvetica", Sans-serif;

}


.ceda-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 960px;
    margin: 0 auto;
    height: auto;
    min-height: 600px;
    background-color: var(--imi-page-background);
}
.ceda-h1
{
    color: #000;
}

.btn-form
{
    border: solid 1px #d0d0d0;


}


.btn-form > i 
{
    width: 15px;
    height: 24px;
    color: var(--imi-color);
}



.properties-form
{

    z-index: 999;
}

ol.properties-breadcrumb > li,
ol.properties-breadcrumb > li > a
{
    font-family: var(--imi-font);
    display: inline-block;
    color: #5E6265;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .07px;
    text-decoration: none;
}



body
{
    background-color: var(--imi-page-background);
}


.custom-container {
  max-width: 540px;      /* stessa max-width del container-sm */
  margin: 0 auto;         /* centra sotto sm */
  width: 100%;
}

@media (min-width: 576px) {
  .custom-container {
    max-width: none;      /* da sm in poi: 100% fluid */
  }
}

a.properties-items 
{
    display: block;
    text-decoration: none !important;
    padding: 0;
    border: solid 5px #f0f0f0;
    border-radius: 15px !important;
}

a.properties-items:hover
{
    border: solid 5px #e5e5e5;
}

 .select-wrapper2 {
	background: url("https://imi.it/wp-content/themes/imi_iso/assets/img/arrow-select-grey.svg") no-repeat 94% 50%;
	background-size: 12px 7.5px;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	padding: 7px 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 10px auto 0;
}

.select-wrapper {
	background: url("https://imi.it/wp-content/themes/imi_iso/assets/img/arrow-select-grey.svg") no-repeat 94% 50%;
	background-size: 12px 7.5px;    
  position: relative;
  display: block;
  max-width: 400px;
  min-width: 180px;
  margin: 0 auto;
    border: solid 5px #f0f0f0;
    border-radius: 15px !important;
  background-color: #ffffff;
  z-index: 10;
}

.select-wrapper select{
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 12px 55px 15px 15px;
    font-size: 14px;

}

.select-wrapper:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 38px;

    text-align: center;
    color: #dddddd;
    font-size: 24px;
    border-left: 1px solid #dddddd;
    z-index: -1;
}

a.properties-items * 
{
    text-decoration: none !important;
    
}


.properties-items h5
{
    font-family: var(--imi-font);
    display: block;
    color: var(--imi-color);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .08px;
    margin-bottom: 10px;
}

.properties-items
{
    position: relative;
}

.properties-form .form-label
{
    font-family: var(--imi-font);
    display: block;
    color: #5E6265;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .06px;
    text-transform: uppercase;
}

.properties-form .form-select:focus,
.properties-form .form-select:hover,
.properties-form .form-select:active
{
    border-color: var(--imi-color);
    outline: 0;
    box-shadow: none;
}




.properties-items span.address,
.property-address
{
    font-family: var(--imi-font);
    display: block;
    color: #5E6265;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .07px;
    margin-bottom: 10px;
}

.properties-items span.price,
.property-price
{
    font-family: var(--imi-font);
    display: block;
    color: #5E6265;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .06px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}




.property-price > strong
{
    font-size: 32px; 
}

.properties-items span.price > span,
.property-price > span
{
    font-family: var(--imi-font);

    color: var(--imi-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}


.properties-items span.features
{
    font-family: var(--imi-font);
    display: block;
    color: #5E6265;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .07px;
    margin-bottom: 10px;
}

.properties-items span.description
{
    font-family: var(--imi-font);
    display: block;
    color: #5E6265;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .07px;

}


.tns-visually-hidden { display: none; }

.property-slider-prev,
.property-slider-next
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
}

.property-slider-prev:hover,
.property-slider-next:hover
{

    background-color: rgba(0,0,0,0.9);
    color: #ffffff;

}


.property-slider-prev
{
left: 25px;
}

.property-slider-next
{
right: 25px;
}

.property-slider {
    height: 300px;
    overflow: hidden;
}
.property-slider .tns-item {
    height: 100%;
}
.slider-preview > img {
   

    object-fit: cover; 
    display: block;
}

.property-nav li.nav-item .nav-link
{
    font-family: var(--imi-font);
    color: #282E33;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;

}

.property-nav.nav-tabs
{
    border: none;
}

.property-nav.nav-tabs li.nav-item .nav-link
{
    border-radius: unset !important;
    border-right: none;
    border-left: none;
    cursor: pointer;
    margin-right: 25px;

}

.property-nav li.nav-item .nav-link
{
    border-top: solid 2px rgba(187,132,19,0);
}

.property-nav li.nav-item  .nav-link:hover
{
    background-color: #F6F6F6;
}
.property-nav li.nav-item  .nav-link.active
{
    border-top: solid 2px var(--imi-color);
}


.slider-thumbs
{
  border: solid 4px #ffffff;
}


.slider-thumbs.active
{
  border: solid 4px #BB8413;
}


h1.property-title
{
font-family: var(--imi-font);
color: #282E33;
font-weight: 600;
font-size: 32px;
line-height: 40px;   
}
.property-description 
{
font-family: var(--imi-font);
color: #282E33;
font-weight: 400;
font-size: 16px;
line-height: 24px; 
}

.property-hr 
{
border-color:  #EAEAEB;
border-width: 2px;
}


.property-caratteristiche h3
{
font-family: var(--imi-font);
color: #282E33;
font-weight: 400;
font-size: 26px;
line-height: 30px;   
}

.property-caratteristiche .caratteristica
{
padding-top: 10px;
padding-bottom: 0px;    
border-bottom: solid 1px #CCCCCC;
}

.property-caratteristiche .caratteristica p
{
font-family: var(--imi-font);
color: #282E33;
font-weight: 700;
font-size: 16px;
line-height: 20px;
}

.property-caratteristiche .caratteristica h6
{
font-family: var(--imi-font);
color: #696D70;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
}

.property-form
{
    margin: 0;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,59,161,0.16); 
    box-shadow: 0px 5px 15px 0px rgba(0,59,161,0.16);

    min-height: 400px;
}




.property-form .property-nav.nav-tabs li.nav-item,
.property-form .property-nav.nav-tabs li.nav-item .nav-link 
{
    padding: 0px;
    margin: 0px;
    background: none;
}


.property-form, 
.property-form .property-nav.nav-tabs
{
    width: 100%;
}
.property-form .property-nav.nav-tabs li.nav-item 
{
    width: 100%;
}

.property-form .property-nav.nav-tabs li.nav-item .nav-link 
{
    width: 100%;
    padding: 15px;
    background: #F6F6F6;
}

.property-form .property-nav.nav-tabs li.nav-item .nav-link.active ,
.property-form .property-nav.nav-tabs li.nav-item .nav-link:active 
{

    background: #ffffff;
}

.property-check
{
    font-family: var(--imi-font);
    color: #696D705C;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.fa-thin.fa-square
{
    color: #AEAFB1;
    font-size: 24px;
}

.fa-solid.fa-square-check
{
    color: var(--imi-color);
    font-size: 24px;
}

.send-message
{
display: inline-block;
font-family: var(--imi-font);
color: #00173D;
font-weight: 700;
font-size: 16px;
line-height: 1px;    
border: solid 1px #00173D;
padding: 16px 32px;
border-radius: 100px;

cursor: pointer;
}
.send-message i
{
    color: var(--imi-color);
}

.send-message:hover
{

color: #fff;
background: #00173D;

}

.property-note
{
    font-family: var(--imi-font);
    color: #696D70;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.property-note a
{
    font-family: var(--imi-font);
    color: var(--imi-color);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

i.check
{
    cursor: pointer;
}

.property-header
{
    padding: 10px 0px 5px 0px;;
    background-color: #F6F6F6;

    
}


.back-link
{
    font-family: var(--imi-font);
    color: #696D70;
    font-weight: 400;
    font-size: 16px;
    line-height: 1px;
    text-decoration: none;
}

.property-address .info
{
    font-family: var(--imi-font);
    display: block;
    color: #5E6265;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .07px;
    text-transform: uppercase;
}

.property-form .form-control
{
    border-radius: 0px;
    border: solid 1px #BFC0C2;
    box-shadow: none;
}

.property-form .form-control:focus,
.property-form .form-control:active
{
    border-radius: 0px !important;
    border: solid 1px #BB8413 !important;
    box-shadow: none !important;
}


.active {
    border-bottom: none !important;
  }

#richiedi.nav-link.active
{
    font-family: var(--imi-font);
    color: #BB8413 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}


.call-message a
{
display: inline-block;
font-family: var(--imi-font);
color: #00173D;
font-weight: 400;
font-size: 16px;
line-height: 20px;    
text-decoration: none;
cursor: pointer;
letter-spacing: 0.08px;
}
.call-message i
{
    color: #BB8413;
}



@media screen and (min-width: 800px) 
{
    .property-slider1
    {
        height: 450px !important;
        background: #f0f0f0;

        img
        {
            height: 450px !important;
        }
    }



}

.doc-download a
{
    text-decoration: none;
    font-family: var(--imi-font);
    color: #00173D;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;    
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.08px;  
    padding: 8px;  
}

.doc-download a:hover
{
     background: #f0f0f0;
}

.doc-download a img
{
    width: 20px;
    height: 20px;
    line-height: 30px;
    margin-right: 10px;
}

.fields.error 
{
    border-color: var(--imi-color);
}

span.error 
{
    color: var(--imi-color);
}