:root {
  --blue: #033F6E;
  --orange: #F28B28;
  --darkgray: #222219;
  --gray: #5b5b5b;
  --lightgray: #EDF1F2;
}


body {
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: rgba(52, 61, 72, 0.8);
  line-height: 2.1;
  background: #ffffff;
}

.site {
  overflow: hidden;
}

a,
.comment-reply-link {
  color: #3b3e79;
}

.widget_calendar tbody a {
  background-color: #3b3e79;
}

.breadcrumb {
  margin-top: 20px !important;
}

.breadcrumb a {
  color: var(--blue);
}

.site {
  overflow: hidden;
}

.page-header {
  border-top: 0px;
}

.heart i {
  font-size: 23px !important;
  margin-top: 15px;
  color: var(--orange) !important;
  transition: transform .2s;
  /* Animation */

}

.heart:not(.nopreferiti) {
  display: none;
}

.heart.heart.nopreferiti {
  display: block;
}

.heart.nopreferiti i {
  color: var(--blue) !important;
}

.heart i:hover {
  transform: scale(1.1);
}

body.archive .site-content {
  margin-bottom: 100px;
}

.site-inner {
  margin-top: 0px;
}

body.home .site-header {
  margin-top: 0px;
}

/*** Top Head Menu ***/
.site-header {
  padding-top: 0;
  padding-bottom: 0;
}

.top-head {
  background: var(--darkgray);
  padding: 7px 0px 7px 0px;
}

.top-head .container {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.top-head .top-social {
  margin-left: 0;
}

.top-head .top-head-widget {
  width: 100%;
  display: inline-block;
  text-align: right;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-head .top-head-widget a {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 16px;
}

.top-head .top-head-widget a i {
  font-size: 20px;
  margin-right: 5px;

}

.top-head ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #6a6984;
}

.top-head ul li a {
  box-shadow: none;
  color: #fff;
  padding: 0 5px;
}

.top-head .top-contact {
  text-align: right;
}

.top-head .top-contact li span {
  font-size: 20px;
}

.top-head .top-contact li:last-child {
  border: 0;
}

/*** Head ***/
body.home .site-header {
  position: absolute;
  box-shadow: none;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 999 !important;
  background: #fff;
  padding-bottom: 0px;
}

.site-header {
  position: fixed;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  border-bottom: 2px solid var(--orange);
  ;
}

header .site-branding {
  margin-top: 5px;
  margin-bottom: 5px;
}

header .site-branding .site-title {
  margin: 0;
}

header .site-header-main {
  max-width: 1140px;
  margin: 0 auto;
}

.site-header {
  /*-webkit-transition: all 0.4s ease-in-out;*/
  /*transition: all 0.4s ease-in-out;*/
}

body:not(.home) .site-header {
  position: relative;
}

body:not(.home) .site-header.is-sticky {
  position: fixed;
  background: #fff;
}

.site-header.is-sticky {
  position: fixed;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  /*-webkit-transition: all 0.4s ease-in-out;*/
  /*transition: all 0.4s ease-in-out;*/
}

body.home .site-header.is-sticky {
  position: fixed;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  background: #fff;
  padding: 10px;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  /*-webkit-transition: all 0.4s ease-in-out;*/
  /*transition: all 0.4s ease-in-out;*/
}

body.home .site-header.is-sticky .custom-logo {
  max-width: 280px;
  /*-webkit-transition: all 0.6s ease-in-out;*/
  /*transition: all 0.6s ease-in-out;*/
}

body.home .site-header.is-sticky #navigation-widget {}

/*** Menu ***/
.site-branding {
  width: 41%
}

.site-header-menu {
  margin: 0px 0;
  width: 59%;
}

.main-navigation ul ul {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.main-navigation li:hover>ul {
  opacity: 1;
  visibility: initial;
}

.main-navigation a {
  font-weight: 500;
  font-size: 15px;
}

body.home .main-navigation ul ul li.current_page_item>a {
  font-weight: 700;
}

.main-navigation ul ul a {
  width: 200px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*** Title ***/
.lt-title h3 {
  position: relative;
  padding-bottom: 25px !important;
}

.lt-title h3:before {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 4px;
  background: #f2784b;
}

.entry-title {
  font-size: 28px !important;
}

/*** Button ***/
.lt-button a:hover {
  box-shadow: rgba(16, 172, 132, 0.57) 0px 9px 20px -5px;
}

.lt-link a {
  background: transparent !important;
}

.lt-link a:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 10px;
  top: 0;
  color: #000;
  font-size: 15px;
}

form .es-button__wrap .es-button-gray {
  color: #fff !important;
}

form .es-button__wrap .es-button-gray:hover {
  color: #000 !important;
}

input[type="submit"] {
  background: var(--orange);
  margin-top: 30px;
}

input[type="submit"]:hover {
  background: var(--orange);
  text-transform: capitalize !important;
}

/*** Home ***/
.lt-home .lt-home-first span {
  color: rgb(16, 172, 132);
}

/** Effect shapes **/
.lt-effect {
  position: absolute !important;
}

.lt-shapes .elementor-widget {
  position: absolute !important;
}

.shapes-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 900px;
  left: 0;
}

.shapes-box span {
  position: absolute;
}

.shapes-box span b {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 20px 24px 0px currentColor;
  display: inline-block;
  opacity: 0.5;
}

.shapes-box span b.green {
  color: green;
  background: green;
}

.shapes-box span b.yellow {
  color: yellow;
  background: yellow;
}

.shapes-box span b.pink {
  color: pink;
  background: pink;
}

.shapes-box span b.blue {
  color: blue;
  background: blue;
}

.shapes-box span:nth-child(1) {
  left: 4.8%;
  top: 4.5%;
}

.shapes-box span:nth-child(2) {
  left: 9.6%;
  top: 27.2%;
}

.shapes-box span:nth-child(3) {
  left: 8.8%;
  bottom: 16%;
}

.shapes-box span:nth-child(4) {
  left: 25%;
  bottom: 21%;
}

.shapes-box span:nth-child(5) {
  right: 35%;
  top: 6.6%;
}

.shapes-box span:nth-child(6) {
  right: 18%;
  bottom: 30%;
}

.shapes-box span:nth-child(7) {
  right: 10%;
  top: 50%;
}

.shapes-box span:nth-child(8) {
  right: 11.8%;
  top: 33%;
}

.shapes-box span:nth-child(9) {
  right: 15%;
  top: 10%;
}

.shapes-box span:nth-child(10) {
  right: 25%;
  bottom: 33%;
}

/*** Services ***/
.lt-services-item .elementor-column-wrap:hover {
  box-shadow: rgba(39, 79, 117, 0.2) 0px 40px 90px -30px;
}

.lt-services-item .elementor-icon-box-icon span {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lt-services-item .elementor-icon-box-icon span:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 35%;
  transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 0.15);
  height: 27px;
  width: 100%;
}

.lt-services-item .elementor-icon-box-icon span:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 35%;
  transform: rotate(45deg);
  background-color: rgba(0, 0, 0, 0.05);
  height: 27px;
  width: 100%;
}

.lt-services-item-a .elementor-icon-box-icon span {
  background: linear-gradient(-60deg, rgba(241, 39, 17, 0.7), rgba(245, 175, 25, 0.7));
}

.lt-services-item-b .elementor-icon-box-icon span {
  background: linear-gradient(-60deg, rgba(50, 207, 167, 0.75), rgba(150, 201, 61, 0.75));
}

.lt-services-item-c .elementor-icon-box-icon span {
  background: linear-gradient(-60deg, rgba(236, 0, 140, 0.75), rgba(255, 103, 103, 0.75));
}

.lt-services-item-d .elementor-icon-box-icon span {
  background: linear-gradient(-60deg, rgba(47, 128, 237, 0.75), rgba(86, 204, 242, 0.75));
}

.lt-services-item-e .elementor-icon-box-icon span {
  background: linear-gradient(-60deg, rgba(110, 72, 170, 0.75), rgba(192, 91, 210, 0.75));
}

.lt-services-item-f .elementor-icon-box-icon span {
  background: linear-gradient(-60deg, rgba(0, 57, 115, 0.75), rgba(255, 255, 199, 0.75));
}

/*** Feature ***/
.lt-feature {
  background: linear-gradient(transparent 50%, rgb(246, 247, 251))
}

.lt-feature .lt-feature-title .elementor-element ul li {
  list-style-type: none;
  position: relative;
  padding-left: 10px;
}

.lt-feature .lt-feature-title .elementor-element ul li:before {
  content: '\f061';
  font-family: FontAwesome;
  left: -18px;
  top: 3px;
  color: rgb(16, 172, 132);
  ;
  position: absolute;
  z-index: 1;
  font-size: 13px;
}

/*** Properties  ***/
body.archive div.es-layout-3_col div.properties:nth-child(3n+2) {
  margin-left: 0 !important;
}

.es-layout-3_col .properties:last-child {
  margin-right: 0 !important;
}

div.es-listing div.properties {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

body.page-id-922 div.es-listing div.properties,
body.page-id-925 div.es-listing div.properties,
body.home div.es-listing div.properties {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.es-single-tabs.es-fixed {
  top: 73px !important;
}

body.properties-template-default .entry-summary,
body.properties-template-default .properties {
  width: 85% !important;
}

.es-layout-2_col .properties:nth-child(2n+2) {
  margin-left: 0px !important;
}

.es-wrap .es-read:hover,
.lt-listing .es-wrap .es-read:hover {
  color: #10ac84 !important;
}

.pagination .prev:hover,
.pagination .next:hover {
  background: #10ac84;
}

.es-search__wrapper {
  font-family: 'Josefin Sans', sans-serif;
}

/*** Counter ***/
.lt-counter-item .lt-counter-item-small {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lt-counter-item .lt-counter-item-small:hover {
  box-shadow: rgba(16, 66, 97, 0.1) 0px 16px 35px 0px !important;
}

.lt-counter-item .lt-counter-item-link span {
  color: #0f2137 !important;
  font-weight: 500;
}

.lt-counter-item .lt-counter-item-link a {
  text-decoration: underline;
  color: rgb(43, 158, 255);
  font-weight: 500;
  font-style: 15px;
}

/*** Portfolio ***/
.lt-portfolio .pa-gallery-img.default .pa-gallery-img-container {
  position: relative;
}

.lt-portfolio .pa-gallery-img .pa-gallery-img-container:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lt-portfolio .pa-gallery-img.default:hover .pa-gallery-img-container:before {
  opacity: 1;
}

.lt-portfolio .premium-gallery-caption {
  text-align: left !important;
  bottom: -80px !important;
  padding: 20px 30px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lt-portfolio .pa-gallery-img.default:hover .premium-gallery-caption {
  bottom: 0px !important;
}

/*** ***/
.lt-our .lt-our-item .elementor-column-wrap:hover {
  box-shadow: none !important;
}

/*** Video ***/
.video-item {
  width: 100%;
  max-width: 600px;
  margin: 27px auto 0;
}

.video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}

.video-item figure img {
  width: 100%;
}

.video-item figure a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  width: 71px;
  height: 50px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 13px;
  background-color: rgb(236, 68, 68);
  z-index: 10;
}

.video-item figure a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 57%;
  margin-top: -17.5px;
  margin-left: -2px;
  border: solid 9px transparent;
  border-left: solid 14px;
  border-left-color: #fff;
  z-index: 10;
}

.modal-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 120px 10px;
  display: none;
  box-sizing: border-box;
  overflow: auto;
  z-index: 100;
}

.popup-modal {
  position: relative;
  margin: 0 auto;
  display: none;
}

.popup-modal .close {
  position: absolute;
  top: 18px;
  right: 30px;
  width: 28px;
  height: 28px;
  border: solid 1px #004eff;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.popup-modal .close:before {
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background-color: #004eff;
  content: '';
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-modal .close:after {
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 50%;
  margin-right: -7px;
  background-color: #004eff;
  content: '';
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.popup-modal .close:hover {
  border-color: #ff2700;
}

.popup-modal .close:hover:before {
  background-color: #ff2700;
}

.popup-modal .close:hover:after {
  background-color: #ff2700;
}

.post-popup {
  width: 100%;
  max-width: 875px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.post-popup .popup-header {
  padding: 20px 30px;
  font-size: 14px;
  margin-right: 60px;
}

.post-popup .popup-video {
  font-size: 0;
}

.post-popup .popup-video video {
  width: 100%;
}

.post-popup .popup-video img {
  width: 100%;
}

.post-popup .popup-main {
  padding: 40px 30px;
}

.post-popup .popup-main p {
  margin: 0 0 10px 0;
}

/*** Client ***/
.lt-client {
  background: linear-gradient(transparent 50%, rgb(246, 247, 251));
}

.lt-client .lt-client-item {
  margin-bottom: 0px !important;
}

.lt-client .lt-client-item .lt-slider-big {
  position: relative;
  z-index: 1;
}

.lt-client .elementor-column-wrap.elementor-element-populated {
  padding: 0 !important;
}

.lt-client .lt-client-item .lt-slider-big:before {
  content: '\f10d';
  font-family: FontAwesome;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -72px;
  font-size: 60px;
  display: inline-block;
  color: rgba(52, 61, 72, 0.07);
}

.lt-client .lt-client-item h2,
.lt-client .lt-client-item h4 {
  letter-spacing: 0px !important;
}

#n2-ss-2-arrow-previous {
  bottom: 100px !important;
  left: -2px !important;
}

#n2-ss-2-arrow-next {
  bottom: 100px !important;
  left: 37px !important;
}

/*** Team ***/
.lt-team .lt-team-item .elementor-image-box-content p {
  margin-top: -5px;
}

.lt-team .lt-team-item .lt-team-item-icon a {
  background: transparent;
  border-radius: 5px !important;
  border: 1px solid rgba(15, 33, 55, 0.26);
}

.lt-team .lt-team-item .lt-team-item-icon a i:before {
  color: #000;
}

.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-facebook:hover {
  background-color: rgb(60, 90, 153);
  border-color: rgb(60, 90, 153);
}

.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-facebook:hover i:before {
  color: rgb(255, 255, 255);
}

.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-twitter:hover {
  background-color: rgb(29, 161, 242);
  border-color: rgb(29, 161, 242);
}

.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-twitter:hover i:before {
  color: rgb(255, 255, 255);
}

.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-google-plus:hover {
  background-color: rgb(251, 57, 88);
  border-color: rgb(251, 57, 88);
}

.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-google-plus:hover i:before {
  color: rgb(255, 255, 255);
}

.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-wordpress:hover {
  background-color: rgb(234, 76, 137);
  border-color: rgb(234, 76, 137);
}

.lt-team .lt-team-item .lt-team-item-icon a.elementor-social-icon-wordpress:hover i:before {
  color: rgb(255, 255, 255);
}

/*** Question ***/
.lt-question .lt-question-item .elementor-toggle-item {
  border: 1px solid rgb(235, 235, 235);
  border-bottom: none !important;
}

.lt-question .lt-question-item .elementor-toggle-item:nth-child(4) {
  border-bottom: 1px solid rgb(235, 235, 235) !important;
}

.lt-question .elementor-toggle .elementor-tab-content,
.lt-question .elementor-toggle .elementor-tab-title {
  border-bottom: none !important;
}

.lt-question .elementor-toggle-icon-closed,
.lt-question .elementor-toggle-icon-opened {
  font-size: 14px;
}

/*** Contact ***/
.lt-contact .lt-contact-item input {
  padding: 13px;
  background: transparent;
}

input[type="email"]:focus {
  border-color: #10ac84;
}

.wpcf7-submit {
  margin-top: 25px;
}

/*** Sidebar ***/
.single-post .widget_es_property_slideshow,
.category .widget_es_search_widget,
.category .widget_es_property_slideshow {
  display: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #10ac84;
}

/*** Footer ***/
.main-footer {
  position: relative;
  z-index: 1;
  background-size: cover;
}

.main-footer .columns {
  height: 210px;
  border-bottom: 1px solid white;
}

.main-footer,
.site-footer {
  float: left;
  width: 100%;
}

.main-footer .container {
  overflow: hidden;
}

.main-footer .four h2 {
  color: var(--orange);
  font-weight: 400;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}



.main-footer .four p {
  color: #fff;
  font-weight: 400;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
}

.main-footer .four p a,
.main-footer .four a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 0.6rem;
}

.main-footer .four .data-footer {
  margin-top: 39px;
  text-align: left;
  color: #fff;
}

.main-footer .four .coord-nav {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.main-footer .four .coord-nav .phone a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.main-footer .four .coord-nav i {
  margin-right: 15px;
}

.main-footer .four .data-footer a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.main-footer .four .data-footer i {
  color: #b2cfe1;
  margin-right: 15px;
}


.main-footer div.columns i {
  color: #b2cfe1;
  font-size: 2rem;
}

.main-footer div.columns h3 {
  margin-bottom: 15px;
  margin-top: 20px;
  color: #000 !important;
  font-family: 'Josefin Sans', sans-serif
}


.main-footer div.footer4 ul li {
  float: left;
}

.main-footer div.footer4 ul li a {
  font-family: FontAwesome !important;
  box-shadow: 0 0 0 0 currentColor !important;
  height: 40px;
  width: 40px;
  padding: 11px;
  border-radius: 5px;
  background: #fff;
  margin: 10px;
}

.main-footer div.columns i:before {
  font-size: 30px;
  color: #fff;
}

.main-footer div.columns h5 {
  margin: 0;
  color: #000 !important;
  font-family: 'Josefin Sans', sans-serif
}

.main-footer {
  padding: 50px 0;
  background: var(--blue);
  margin-bottom: 19px;
}

.main-footer ul {
  margin: 0;
  list-style-type: none;
}

.main-footer .footer1 ul li {
  font-size: 16px;
}

#block-46 {
  position: absolute;
  bottom: 10px;
  left: 39vw;
}

.site-footer .container {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-footer .site-info a {
  font-size: 15px;
}

.icon-home {
  clear: left;
  position: relative;
  margin-left: -142px;
  padding-top: 12px;
  overflow: hidden;
}

.icon-home:before,
.icon-home:after {
  content: "";
  display: inline-block;
  width: 8%;
  height: 1px;
  vertical-align: middle;
  text-align: center;
}

.icon-home:before {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #b1b1b1);
}

.icon-home:after {
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #b1b1b1);
}

.icon-home i {
  background: none !important;
  padding: 0 !important;
  text-align: left !important;
  border: 0 !important;
}

.icon-home {
  margin-left: -22px;
}

.icon-home i:before {
  color: #fff !important;
  font-size: 15px !important;
}

/*** Responsive ***/

#slider-home .swiper-slide-contents .elementor-slide-heading {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

#slider-home .swiper-slide-contents .elementor-slide-heading b {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Karla', sans-serif;
}

#slider-home .swiper-slide-contents .elementor-slide-description {
  background: var(--darkgray);
  border: 3px solid #fff;
  padding: 11px 20px;
  font-weight: 400;
  margin-left: 0%;
  margin-top: -3px;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  position: relative;
  width: calc(100% - 35px);
  margin-left: 3px;
}

#slider-home .swiper-slide-contents .elementor-slide-button {
  background: var(--orange);
  text-decoration: none;
  border-radius: 50%;
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: #1E2828;
  border: 3px solid #fff;
  position: relative;
  top: -57px;
  left: 67%;
  padding: 8px 16px 8px 20px;
}

#slider-home .swiper-slide-contents .elementor-slide-button:hover {
  color: #fff;
  background: var(--blue);
}

.slide-home .elementor-element-populated {
  padding: 10px 0px !important;
}


/*** Template null ***/
body.template-full .site-header-main .page_item a {
  line-height: 50px;
}

body.template-full .site-header {
  border-bottom: 1px solid #d2d0d0;
}

body.template-full #main.site-main {
  margin-top: 7em;
}


/*** Estatik ***/
#es-single-right {
  display: block !important;
}

.properties {
  width: 74%;
}

.es-dropdown-container .select2-container--default {
  width: 400px !important;
}

#es-single-right {
  position: relative;
  z-index: 999;
}

/* Header bar */
body.properties-template-default .properties {
  padding: 0 10px !important;
}

/* custom */
.footer-custom-code .widget.widget_text {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.footer-custom-code .widget.widget_text .textwidget {
  height: 0px !important;
}

.footer-custom-code .widget.widget_text {
  background: transparent;
}

.footer-custom-code .widget {
  padding: 0;
  margin: 0;
}

.site-footer p {
  margin: 0;
}

#navigation-widget {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0px;
  padding: 0px;
  margin: 0px;
  padding-right: 10px;
}

#navigation-widget .coord-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--blue);
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  width: 100%;
}

#navigation-widget .coord-nav i {
  font-size: 40px;
  line-height: 40px;
  color: var(--darkgray);
  margin-right: 20px;

}

#navigation-widget .coord-nav .phone a {
  font-size: 16px;
  line-height: 20px;
  color: var(--blue);
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}


.main-navigation .primary-menu>li {
  margin-right: 15px;
  padding: 0px 5px;
}

.main-navigation .primary-menu>li:last-of-type {
  margin-right: 0px;
}

.main-navigation .primary-menu>li>a {
  font-family: 'Playfair Display', serif;
  color: var(--blue);
  font-weight: 400;
  padding: 0px;
  padding-top: 15px;
  text-transform: uppercase;
}

.main-navigation .primary-menu>li>a:hover,
.main-navigation .primary-menu>li.current_page_item>a {
  border-top: 3px solid var(--blue);
  padding-top: 12px;
}

/* RICERCA */

#content-ric {
  position: relative;
  width: 100%;
  z-index: 3;
}

#content-ric.not-home {
  background: none;
  height: auto;
  box-shadow: none;
}

#content-ric.not-home h2 {
  display: block;
  font-size: 22px;
  margin: 0 0 15px 0;
  text-align: left;
  width: 100%;
  font-weight: 500;
}

#content-ric.not-home .wrapper {
  align-items: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
}

#content-ric.not-home .wrapper #ricerca form .search-filters {
  flex-wrap: wrap;
  padding: 0;
}

#content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_subtypology,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies {
  width: 100%;
}

#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_subtypology {
  margin-bottom: 5px;
}

#content-ric.not-home .wrapper #ricerca form .search-filters .ric_row {
  width: 100%;
}

#content-ric.not-home .wrapper #ricerca form .search-filters .ric_row.advanced {
  display: block;
}

#content-ric.not-home .wrapper #ricerca form .search-filters .ric_row.submit.map {
  background-color: #000;
}

#content-ric.not-home .wrapper #ricerca form .search-filters .ric_row button[type="submit"] {
  margin: 0;
  padding-left: 0;
  width: 100%;
  height: 100%;
}

#content-ric.not-home .wrapper #ricerca form .show-on-map em {
  color: #111;
}

#content-ric.not-home:after {
  background: none;
}

#content-ric h2 {
  display: none;
}

#content-ric .wrapper {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  flex-direction: column;
}

#content-ric .wrapper #vn-click {
  cursor: pointer;
}

#content-ric .wrapper #ricerca {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#content-ric .wrapper #ricerca.close {
  display: none;
}

#content-ric .wrapper #ricerca form {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#content-ric .wrapper #ricerca form .search-filters {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row {
  background-color: white;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 55px;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row.advanced {
  display: none;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row>label {
  color: black;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  display: block;
  width: 100%;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder {
  color: var(--gray);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row:-moz-placeholder,
.wpcf7-textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--gray);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

}

#content-ric .wrapper #ricerca form .search-filters .ric_row::-moz-placeholder,
.wpcf7-textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--gray);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

}

#content-ric .wrapper #ricerca form .search-filters .ric_row:-ms-input-placeholder,
.wpcf7-textarea:-ms-input-placeholder {
  color: var(--gray);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

}

#content-ric .wrapper #ricerca form .search-filters .ric_row>input,
#content-ric .wrapper #ricerca form .search-filters .ric_row>select,
#content-ric .wrapper #ricerca form .search-filters .ric_row button[type='submit'],
#content-ric .wrapper #ricerca form .search-filters .ric_row select_districts {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  color: var(--gray);
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  text-align: left;
  text-align-last: left;
  width: 100%;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row .custom-span-selection {
  border: none;
  font-size: 14px;
  background-color: transparent;
  box-sizing: border-box;
  color: var(--gray);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  margin-top: 0px;
  padding: 0;
  text-align: left;
  text-align-last: left;
  width: 100%;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Roboto', sans-serif;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row .custom-span-selection i {
  margin-left: 8px;
  margin-top: 0px;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row.submit {
  background-color: var(--orange);
  -webkit-transition: 0.2s background linear;
  transition: 0.2s background linear;
  width: 50%;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Roboto', sans-serif;
  padding: 0px 25px;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row.submit:hover {
  background-color: var(--orange);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row.submit.map {
  border-right: 0;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row.submit button[type='submit'] {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  width: 100%;
  height: 100%;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}

#content-ric .wrapper #ricerca form .search-filters .ric_row.submit button[type='submit'] i {
  margin-right: 10px;
}

.dove {
  width: 28% !important;
}

.dove-imput {
  padding: 0px 0px 0px 20px !important;
}

.mapsearch {
  color: #fff;
  justify-content: center;
  background-color: #11619c !important;
}

.mapsearch:hover {
  color: #fff;
  justify-content: center;
  background-color: var(--orange) !important;
}

.mapsearch i {
  margin-right: 10px;
}

#search-by-map {
  flex-grow: 1;
  margin-bottom: 5px;
  /*width: 100%;*/
}

#search-by-map .map_search {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

#search-by-map .map_search input[type='radio'] {
  display: none;
}

#search-by-map .map_search label {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  color: var(--gray);
  flex-grow: 1;
  padding: 1em;
  text-align: center;
}

#search-by-map .map_search label .heading-label {
  display: none;
}

#search-by-map .map_search #search_tab1:checked~label[for='search_tab1'],
#search-by-map .map_search #search_tab2:checked~label[for='search_tab2'] {
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom: 1px solid var(--gray);
  color: #fff;
}

#search-by-map .update-poly {
  display: none;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}

#search-by-map .update-poly a {
  color: #fff;
}

#rentp_int,
#sellp_int,
#select_bedrooms_int,
#select_bathrooms_int,
#select_rental_int,
#select_rooms_int,
#select_energy_class_int,
#rentp,
#sellp,
#select_bedrooms,
#select_bathrooms,
#select_districts,
#select_cities,
#select_cities_int,
#select_typologies,
#select_typologies_int,
#select_subtypology,
#select_rental {
  display: inline-block;
  margin: 0;
  position: relative;
  width: 47%;
  background-color: white;
  background-color: white;
  box-sizing: border-box;
  color: var(--gray);
}

#rentp_int,
#rentp {
  display: none;
}

#rentp_int .multi_select,
#sellp_int .multi_select,
#select_bedrooms_int .multi_select,
#select_bathrooms_int .multi_select,
#select_rental_int .multi_select,
#select_rooms_int .multi_select,
#select_energy_class_int .multi_select,
#rentp .multi_select,
#sellp .multi_select,
#select_bedrooms .multi_select,
#select_bathrooms .multi_select,
#select_rental .multi_select,
#select_districts .multi_select,
#select_cities .multi_select,
#select_cities_int .multi_select,
#select_typologies .multi_select,
#select_typologies_int .multi_select,
#select_subtypology .multi_select {
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  height: auto;
  left: 0;
  margin: 0;
  max-height: 25vh;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 3000;
  top: 100%;
  margin-top: 15px;
  padding: 0 2em;
  list-style: none;
  box-shadow: 10px 10px 34px 1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 34px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 34px 1px rgba(0, 0, 0, 0.75);
  /* IE and Edge */
  /* Firefox */

  /* Hide scrollbar for Chrome, Safari and Opera */
}

#rentp_int .multi_select .category,
#sellp_int .multi_select .category,
#select_bedrooms_int .multi_select .category,
#select_bathrooms_int .multi_select .category,
#select_rental_int .multi_select .category,
#select_rooms_int .multi_select .category,
#select_energy_class_int .multi_select .category,
#rentp .multi_select .category,
#sellp .multi_select .category,
#select_bedrooms .multi_select .category,
#select_bathrooms .multi_select .category,
#select_rental .multi_select .category,
#select_districts .multi_select .category,
#select_cities .multi_select .category,
#select_cities_int .multi_select .category,
#select_typologies .multi_select .category,
#select_typologies_int .multi_select .category,
#select_subtypology .multi_select .category {
  font-weight: 100;
  background-color: white;
  width: 100%;
  color: white;
  display: block;
  box-sizing: border-box;
  font-size: 17px;
}

#rentp_int .multi_select::-webkit-scrollbar,
#sellp_int .multi_select::-webkit-scrollbar,
#select_bedrooms_int .multi_select::-webkit-scrollbar,
#select_bathrooms_int .multi_select::-webkit-scrollbar,
#select_rental_int .multi_select::-webkit-scrollbar,
#select_rooms_int .multi_select::-webkit-scrollbar,
#select_energy_class_int .multi_select::-webkit-scrollbar,
#rentp .multi_select::-webkit-scrollbar,
#sellp .multi_select::-webkit-scrollbar,
#select_bedrooms .multi_select::-webkit-scrollbar,
#select_bathrooms .multi_select::-webkit-scrollbar,
#select_rental .multi_select::-webkit-scrollbar,
#select_districts .multi_select::-webkit-scrollbar,
#select_cities .multi_select::-webkit-scrollbar,
#select_cities_int .multi_select::-webkit-scrollbar,
#select_typologies .multi_select::-webkit-scrollbar,
#select_typologies_int .multi_select::-webkit-scrollbar,
#select_subtypology .multi_select::-webkit-scrollbar {
  display: none;
}

#rentp_int .multi_select.opened,
#sellp_int .multi_select.opened,
#select_bedrooms_int .multi_select.opened,
#select_bathrooms_int .multi_select.opened,
#select_rental_int .multi_select.opened,
#select_rooms_int .multi_select.opened,
#select_energy_class_int .multi_select.opened,
#rentp .multi_select.opened,
#sellp .multi_select.opened,
#select_bedrooms .multi_select.opened,
#select_bathrooms .multi_select.opened,
#select_rental .multi_select.opened,
#select_districts .multi_select.opened,
#select_cities .multi_select.opened,
#select_cities_int .multi_select.opened,
#select_typologies .multi_select.opened,
#select_typologies_int .multi_select.opened,
#select_subtypology .multi_select.opened {
  display: block;
}

#rentp_int .multi_select li,
#sellp_int .multi_select li,
#select_bedrooms_int .multi_select li,
#select_bathrooms_int .multi_select li,
#select_rental_int .multi_select li,
#select_rooms_int .multi_select li,
#select_energy_class_int .multi_select li,
#rentp .multi_select li,
#sellp .multi_select li,
#select_bedrooms .multi_select li,
#select_bathrooms .multi_select li,
#select_rental .multi_select li,
#select_districts .multi_select li,
#select_cities .multi_select li,
#select_cities_int .multi_select li,
#select_typologies .multi_select li,
#select_typologies_int .multi_select li,
#select_subtypology .multi_select li {
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  font-size: 15px;
  -webkit-transition: 0.2s background linear;
  transition: 0.2s background linear;
  border-bottom: 1px solid var(--lightgray);
}

#rentp_int .multi_select li:hover,
#sellp_int .multi_select li:hover,
#select_bedrooms_int .multi_select li:hover,
#select_bathrooms_int .multi_select li:hover,
#select_rental_int .multi_select li:hover,
#select_rooms_int .multi_select li:hover,
#select_energy_class_int .multi_select li:hover,
#rentp .multi_select li:hover,
#sellp .multi_select li:hover,
#select_bedrooms .multi_select li:hover,
#select_bathrooms .multi_select li:hover,
#select_rental .multi_select li:hover,
#select_districts .multi_select li:hover,
#select_cities .multi_select li:hover,
#select_cities_int .multi_select li:hover,
#select_typologies .multi_select li:hover,
#select_typologies_int .multi_select li:hover,
#select_subtypology .multi_select li:hover {
  background-color: #fff;
  border-bottom: 1px solid lightgray;
}

#rentp_int .multi_select li div.inner,
#sellp_int .multi_select li div.inner,
#select_bedrooms_int .multi_select li div.inner,
#select_bathrooms_int .multi_select li div.inner,
#select_rental_int .multi_select li div.inner,
#select_rooms_int .multi_select li div.inner,
#select_energy_class_int .multi_select li div.inner,
#rentp .multi_select li div.inner,
#sellp .multi_select li div.inner,
#select_bedrooms .multi_select li div.inner,
#select_bathrooms .multi_select li div.inner,
#select_filters .multi_select li div.inner,
#select_cities .multi_select li div.inner,
#select_typologies .multi_select li div.inner,
#select_typologies_int .multi_select li div.inner,
#select_subtypology .multi_select li div.inner {
  width: 12.75px;
  height: 12.75px;
  border-radius: 100px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  margin-right: 1em;
  z-index: 1;
  background: #eee;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5)
}

#select_filters .multi_select li input[type=checkbox]:checked+div.inner,
#select_cities .multi_select li input[type=checkbox]:checked+div.inner,
#select_typologies .multi_select li input[type=checkbox]:checked+div.inner,
#select_typologies_int .multi_select li input[type=checkbox]:checked+div.inner,
#select_subtypology .multi_select li input[type=checkbox]:checked+div.inner {
  background-color: var(--orange);
}

#rentp_int .multi_select li label,
#sellp_int .multi_select li label,
#select_bedrooms_int .multi_select li label,
#select_bathrooms_int .multi_select li label,
#select_rental_int .multi_select li label,
#select_rooms_int .multi_select li label,
#select_energy_class_int .multi_select li label,
#rentp .multi_select li label,
#sellp .multi_select li label,
#select_bedrooms .multi_select li label,
#select_bathrooms .multi_select li label,
#select_rental .multi_select li label,
#select_districts .multi_select li label,
#select_cities .multi_select li label,
#select_cities_int .multi_select li label,
#select_typologies .multi_select li label,
#select_typologies_int .multi_select li label,
#select_subtypology .multi_select li label {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  color: var(--darkgray);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 15px;
  padding: 10px 15px;
  text-align: left;
  text-align-last: left;
  cursor: pointer;
}

#rentp_int .multi_select li label input,
#sellp_int .multi_select li label input,
#select_bedrooms_int .multi_select li label input,
#select_bathrooms_int .multi_select li label input,
#select_rental_int .multi_select li label input,
#select_rooms_int .multi_select li label input,
#select_energy_class_int .multi_select li label input,
#rentp .multi_select li label input,
#sellp .multi_select li label input,
#select_bedrooms .multi_select li label input,
#select_bathrooms .multi_select li label input,
#select_rental .multi_select li label input,
#select_districts .multi_select li label input,
#select_cities .multi_select li label input,
#select_cities_int .multi_select li label input,
#select_typologies .multi_select li label input,
#select_typologies_int .multi_select li label input,
#select_subtypology .multi_select li label input {
  margin-left: 0;
  display: none;
  margin-right: 5px;
}

.show-on-map {
  color: #fff;
  line-height: 1.5em;
  margin-top: 10px;
  text-align: right;
  width: 100%;
}

.vetrina-content {
  width: 100%;
}

.title-orange {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  text-transform: none;
  margin-bottom: 20px;

}

.title-orange h2 {
  color: var(--darkgray);
  font-family: 'Roboto', sans-serif;
  width: auto;
  margin: auto;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 2.5rem;
}


.cerca-mappa-banner {
  width: 100%;
  border-radius: 10px !important;
  cursor: pointer;
  transition: transform .6s;
  /* Animation */
}

.cerca-mappa-banner:hover {
  transform: scale(1.1);
}

.vetrina-outdoor .item,
#elenco-immo .item {
  height: auto;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 11px;
  margin: 10px -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.vetrina-outdoor .item .slider-row {
  width: 100%;
}

.vetrina-outdoor .item .foto,
#elenco-immo .item .foto {
  height: 200px;
  background-position: center;
  background-size: cover;
  border-radius: 11px 11px 0px 0px;
  width: 100%;
}

.vetrina-outdoor .item .foto .new,
#elenco-immo .item .foto .new {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  background: #F28B28 0% 0% no-repeat padding-box;
  padding: 3px 6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

#elenco-immo.not-griglia {
  flex-wrap: wrap;
}

#elenco-immo.not-griglia .item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

#elenco-immo.not-griglia .item .foto {
  height: 200px;
  background-position: center;
  background-size: cover;
  width: 40%;
}

#elenco-immo.not-griglia .item .item-info {
  width: 60%;
  height: 200px;
}

.vetrina-outdoor .item .foto .feature,
#elenco-immo .item .foto .feature {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.immobile-evidenza {
  border-radius: 12px 12px 0px 0px;
}

.evidence .item .item-info .feature .single-feature,
.vetrina-outdoor .item .item-info .feature .single-feature,
#elenco-immo .item .item-info .feature .single-feature {
  display: flex;
  align-items: center;
}

.evidence .item .item-info .feature .single-feature img,
.vetrina-outdoor .item .item-info .feature .single-feature img,
#elenco-immo .item .item-info .feature .single-feature img {
  width: 18px;
  margin-right: 5px;
}

.evidence .item .item-info .feature .single-feature img {
  width: 23px;
  margin-right: 5px;
}

.vetrina-outdoor .item .item-info .feature .single-feature span,
#elenco-immo .item .item-info .feature .single-feature span {
  font-size: 15px;
}

.evidence .item .item-info .feature .single-feature span {
  font-size: 15px;
  font-size: 600;
  margin-top: 2px;
}


.vetrina-outdoor .item .foto .single-feature,
#elenco-immo .item .foto .single-feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--darkgray);
  padding: 4px 10px;
  color: #a1a1a1;
  min-width: 60px;
}

.vetrina-outdoor .item .foto .single-feature span,
#elenco-immo .item .foto .single-feature span {
  font-size: 1rem;
  line-height: 1.4rem;
}

.vetrina-outdoor .item .foto .single-feature i,
#elenco-immo .item .foto .single-feature i {
  color: var(--orange);
  font-size: 1rem;
  line-height: 1.4rem;
}

.evidence .item .item-info,
.vetrina-outdoor .item .item-info,
#elenco-immo .item .item-info {
  min-height: 231px;
  background: #fff;
  padding: 15px;
  border-radius: 11px;
  box-sizing: border-box;
  color: var(--blue);
  display: flex;
  flex-wrap: wrap;
  font-family: 'Roboto', sans-serif;
}

.evidence .item .item-info {
  border-radius: 0px 0px 12px 12px;
  padding: 20px;
}

.evidence .item .item-info .price {
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0px;
}

.vetrina-outdoor .item .item-info .feature,
#elenco-immo .item .item-info .feature {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.evidence .item .item-info .feature {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 4px 0px;
  margin: 8px 0px;
}

.evidence .item .item-info .description {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.evidence .item .item-info .feature .single-feature {
  margin-right: 8%;
}

#elenco-immo.not-griglia .item .item-info {
  background: var(--lightgray);
}

#elenco-immo.not-griglia .item .item-info .type {
  color: var(--darkgray);
}

#elenco-immo.not-griglia .item .item-info .luogo i,
#elenco-immo.not-griglia .item .item-info .info span,
#elenco-immo.not-griglia .item .item-info .info .rif,
#elenco-immo.not-griglia .item .item-info .info .dettaglio,
#elenco-immo.not-griglia .item .foto .single-feature i {
  color: var(--blue);
}

#elenco-immo.not-griglia .item .item-info .luogo,
#elenco-immo.not-griglia .item .foto .single-feature span {
  color: var(--darkgray);
}

#elenco-immo.not-griglia .item .item-info .info .rif {
  font-size: 16px;
}

#elenco-immo.not-griglia .item .foto .single-feature {
  background: var(--lightgray);
  padding: 4px 10px;
  color: #a1a1a1;
}

.evidence .item .item-info .first_line,
.vetrina-outdoor .item .item-info .first_line,
#elenco-immo .item .item-info .first_line {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.evidence .item .item-info .first_line .luogo {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  margin: 5px 0px;
}

.evidence .item .item-info .first_line .rif {
  font-size: 16px;
  line-height: 16px;

}

.vetrina-outdoor .item .item-info .type,
#elenco-immo .item .item-info .type,
.vetrina-outdoor .item .item-info .contract,
#elenco-immo .item .item-info .contract {
  color: var(--blue);
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;

}

.item .item-info .contract {
  text-align: right;
}

.vetrina-outdoor .item .item-info .luogo,
#elenco-immo .item .item-info .luogo {
  width: 100%;
  font-size: 1.2rem !important;
  line-height: 1.4rem;
  font-weight: 400;
  margin-top: 0px;
  width: 80% !important;
  color: var(--blue);
  font-family: 'Roboto', sans-serif;
}

.vetrina-outdoor .item .item-info .luogo i,
#elenco-immo .item .item-info .luogo i {
  color: var(--orange);
  font-size: 1.5rem;
  margin-right: 3px;
}

.vetrina-outdoor .item .item-info .info,
#elenco-immo .item .item-info .info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 3px;
}

.vetrina-outdoor .item .item-info .description,
#elenco-immo .item .item-info .description {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 5px 0px;
}

.vetrina-outdoor .item .item-info .info span,
#elenco-immo .item .item-info .info span {
  width: 65%;
  font-size: 15px;
  color: var(--blue);
  font-family: 'Roboto', sans-serif;

}


.vetrina-outdoor .item .item-info .info span strike,
#elenco-immo .item .item-info .info span strike {
  color: #000000;
}

.vetrina-outdoor .item .item-info .info span i,
#elenco-immo.item .item-info .info span i {
  color: var(--orange);
  font-size: 1rem;
  margin-right: 3px;
}

.vetrina-outdoor .item .item-info .info .rif,
#elenco-immo .item .item-info .info .rif {
  color: var(--orange);
  font-size: 12px;
  width: 45%;
  text-align: right;
}

.vetrina-outdoor .item .item-info .info .dettaglio,
#elenco-immo .item .item-info .info .dettaglio {
  color: var(--orange);
  font-size: 0.9rem;
  padding: 3px 10px;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.vetrina-outdoor .item:hover .item-info .info .dettaglio,
#elenco-immo .item:hover .item-info .info .dettaglio {
  color: #fff;
  font-size: 1rem;
  padding: 3px 10px;
  background-color: var(--orange);
  border: 1px solid var(--orange);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item-info .save_property .add {
  display: flex;
}

.item-info .save_property .remove {
  display: none;
}

.item-info .save_property.saved .remove {
  display: flex;
  font-size: 22px;
}

.item-info .save_property.saved .add {
  display: none;
}

.specific-action {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 0;
  width: auto;
}

.specific-action.save_property a {
  align-items: center;
}

.specific-action.save_property a i {
  color: var(--blue);
}

.specific-action.save_property a.remove i {
  color: var(--orange);
}

.specific-action.save_property a.add {
  display: flex;
  box-sizing: border-box;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 0px 0 0 currentColor;

}

.specific-action.save_property a.remove {
  display: none;
  text-decoration: none;
  box-shadow: 0 0px 0 0 currentColor;
}

.specific-action.save_property a:hover.add .specific-action.save_property a:hover.remove {
  background-color: white;

}


#elenco-immo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#elenco-immo .item {
  width: 100%
}

.servizio .elementor-cta__bg {
  background-size: 80%;
  background-repeat: no-repeat;
}

.servizio .elementor-cta__bg {
  font-size: 1.4rem;
}

.servizio:before {
  position: absolute;
  width: 80px;
  top: -15px;
  left: -15px;
  content: url("../img/ball.png");
}

.site-footer {
  background: var(--orange);
  color: #fff;
}

.site-footer p,
.site-footer p a {
  color: var(--blue);
  font-size: 1rem;
}

.head-title {
  display: flex;
  flex-direction: column;
}

.head-title h2 {
  text-shadow: 1px 1px 1px #333;
  font-family: 'Karla', sans-serif;
  font-size: 2.2rem;
  color: #fff;
  margin: 20px 0px;
  margin-top: 20px !important;
  text-align: center;
}

.title-orange.ric-int {
  margin-bottom: 8%;
}

.title-orange.ric-int .title {
  font-size: 1.4rem !important;
  padding: 0px 30px 8px 30px;
  width: 100%;
}

.property-listing-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.property-listing-header .property-count i {
  font-size: 1.3rem;
  color: var(--orange);
  margin: 0px 5px;
}

.property-listing-header .clear {
  width: 100%;
}

.visu {
  background: var(--lightgray);
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 10px 0px;
  display: flex;
}

.property-listing-header .right {
  display: flex;
  align-items: center;
}

.property-listing-header .right>select {
  border: 1px solid #eee;
  padding: 7px 5px;
  background-color: transparent;
  box-sizing: border-box;
  color: var(--gray);
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  text-align-last: left;
  width: 100%;
  outline: none;
  font-family: 'Playfair Display', serif;
}

.paged ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}


.paged ul li:hover,
.paged ul li.current {
  background: var(--orange);
  color: #fff;
}

.paged ul li a {
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Karla', sans-serif;
  padding: 6px 12px;
  box-shadow: 0px 0px 0px;
}

.paged ul li {
  background: var(--blue);
  color: #fff;
  margin-right: 10px;
  font-family: 'Karla', sans-serif;
}

/* ********+ DETTAGLIO IMMOBILE ************** */
.dettaglio .elementor-container {
  display: flex;
  margin-top: 30px;
}

.dettaglio .elementor-container .elementor-col-75,
.dettaglio .elementor-container .elementor-col-25 {
  display: flex;
  flex-direction: column;
}

.property-single-item {
  margin-bottom: 45px;
  background: var(--lightgray);
  padding: 20px;
  margin-right: 20px;
}

.property-single-item h4 span {
  font-size: 1.4rem;
  color: var(--blue);
}

.property-single-item p {
  font-size: 1rem;
  color: var(--gray);
  font-family: 'Karla', sans-serif;
  text-align: justify;
}

.property-single-item .property-header {
  padding: 0px 10px;
}


.property-price-single.right {
  float: right;
}

.property-single-item .property-header h4 {
  display: inline-block;
  width: auto;
  font-size: 21px;
  white-space: normal;
  position: relative;
}

.property-price-single {
  font-size: 30px;
  font-weight: 700;
  color: var(--orange);
  text-align: right;
  line-height: 1.4;
}

.property-details-single {
  background: var(--blue);
  border: 0px;
}

.property-details-single tr td {
  text-align: center;
  color: #fff;
  border: 0px;
  border: 1px solid var(--lightgray)
}

.property-address {
  margin: 10px 0px;
  width: 100%;
}

.property-address i {
  font-size: 1.5rem;
  color: var(--blue);
}

.slider-nav-property-gallery .slider-prev,
.slider-nav-property-gallery .slider-next,
.slider-nav-property-planimetry .slider-prev,
.slider-nav-property-planimetry .slider-nex {
  background: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  color: #93a1ae;
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  padding-top: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  transition: all 0.4s;
}

.property-gallery .slider-nav,
.slider-nav {
  position: absolute;
  width: 93%;
  top: 20%;
  margin-top: -30px;
}

.slider-nav-property-gallery .slider-prev,
.slider-nav-property-planimetry .slider-prev {
  float: left;
  margin-left: 1%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slider-nav-property-gallery .slider-next,
.slider-nav-property-planimetry .slider-next {
  float: right;
  padding-left: 5px;
  margin-right: 1%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-arrow.slick-hidden {
  display: none !important;
}

.property-gallery .slide-counter {
  width: 60px;
  position: absolute;
  z-index: 10;
  color: white;
  left: 4%;
  top: 8%;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

.property-gallery-pager {
  margin-top: 10px;
}

.property-gallery .property-gallery-pager a {
  opacity: 0.6;
  cursor: pointer;
  max-height: 96px;
  display: inline-block;
  margin-right: 1%;
}

/** TABS **/
.tabs {
  margin-bottom: 20px;
}

.tabs.ui-widget.ui-widget-content,
.ui-tabs .ui-tabs-nav {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}

.ui-tabs .ui-tabs-nav {
  box-shadow: inset 0px -1px rgba(0, 0, 0, 0.15);
  list-style: none;
  display: flex;
  margin: 0px;
}

.ui-tabs .ui-tabs-nav li {
  border: none;
  background: transparent;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 18px 15px;
  color: var(--blue);
  font-size: 1rem;
  outline: 0px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor i {
  font-size: 1.3rem;
  margin-right: 10px;
}

.ui-tabs .ui-tabs-panel {
  background: transparent;
  text-align: left;
  padding: 30px 0px 0px 5px;
  margin-top: 0px;
}

.tabs li.ui-state-active {
  background: transparent;
  border-bottom: 2px solid var(--orange);
}

.tabs li.ui-state-active .ui-tabs-anchor {
  color: var(--blue);
  font-weight: 600;
}

.ui-tabs-hide {
  display: none;
}

.ui-tabs-panel h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 800;
  color: var(--darkgray);
}

.additional-details-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.additional-details-list li {
  list-style: none !important;
  margin-left: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 2.3;
  padding-right: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}

/** ACCORDION **/
.ui-accordion .ui-accordion-header {
  border: none;
  margin-bottom: 25px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  background: white;
}

.ui-accordion .ui-accordion-header-active {
  margin-bottom: 0;
  background: #07a5d5;
}

.ui-accordion .ui-accordion-content-active {
  margin-bottom: 25px;
}

.ui-accordion .ui-accordion-content {
  border: none;
  padding: 30px;
  font-family: 'Nunito Sans', sans-serif;
}

.ui-accordion-header-icon {
  display: none;
}

.accordion-footer {
  font-style: italic;
  font-size: 12px;
}

.accordion-footer a {
  color: #cbb987;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px;
}

.ui-accordion .ui-accordion-header:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 20px;
}

.ui-accordion .ui-accordion-header-active:before {
  content: "\f107";
}

.advanced-search {
  background: var(--lightgray);
  border: 0px;
  padding: 1.5rem;
  margin-bottom: 20px;
}

.advanced-search h4 span {
  font-size: 19px;
}

.advanced-search p {
  margin-bottom: 0px;
}

.advanced-search input {
  border-radius: 2px;
  margin-bottom: 10px;
}

.advanced-search .wpcf7-submit {
  margin: 0px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0em;
}

.dettaglio_share_property {
  background: none;
  padding: 10px 20px;
  color: var(--blue);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#content6 h3 {
  width: 100%;
  text-align: center;
  color: var(--blue)
}

.last-photo {
  height: 150px !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.more-photo {
  color: var(--blue);
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  padding: 0px 12px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 12px;
  transition: all 0.4s;
  margin-bottom: 0px;
  max-width: 300px;
}

.more-photo:hover {
  background-color: var(--blue);
  color: white;
  transition: all 0.4s;
}

.dettaglio_share_property a {
  color: var(--blue);
}

.dettaglio_share_property a i {
  color: var(--blue);
  margin-right: 15px;
  font-size: 23px;
}

.dettaglio_share_property a:hover {
  color: var(--orange);
}

.dettaglio_share_property a i:hover {
  color: var(--orange);
  margin-right: 15px;
  font-size: 23px;
}

.dot2dot-overlay .dot2dot-dialog .dot2dot-tools .dot2dot-legend .dot2dot-user-guide-steps .dot2dot-user-guide-step b {
  background-size: 27% !important;
}

.contacts_wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 20px;
}

.contacts_wrap i {
  font-size: 2.4rem;
  margin-right: 20px;
}

.contacts_wrap .contacts_info {
  font-size: 1rem;
}

.contacts_id {
  font-weight: 300;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1rem;
}

.contacts_info {
  display: flex;
  flex-direction: column;
}

.contacts_info a {
  font-weight: 400;
  font-size: 1.2rem;
  width: 100%;
  color: #003F6E;
  line-height: initial;
  font-family: "Playfair Display", Sans-serif;
}


.tile .item .contract {
  font-family: "Playfair Display", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
  color: white;
  border-radius: 3px;
  border: none;
  background-color: var(--orange);
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: all 0.2s linear;
  margin: 4px;
}

.tile .tit-price .luogo {
  font-size: 16px;
  font-weight: 600;
}

.tile .det-map-link {
  background: var(--blue);
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  border-radius: 5px 0px 0px 0px;
  color: #fff;
  font-weight: 700;
}

/* immobile in evidenza */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0px !important;
}

.evidence {
  position: relative;
  width: 100%;
  z-index: 0;
}

.evidence::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #111;
  opacity: .3;
  z-index: -1;
}

.evidence .content-box {
  display: flex;
  flex-wrap: wrap;
  padding: 5% 0%;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

.evidence .content-box .sx-box,
.evidence .content-box .dx-box {
  width: 49%;
}

.evidence .content-box .dx-box h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0px;
  margin-top: 30%
}

.evidence .content-box .dx-box h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.4rem;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 12px 0px 22px 0px;

}

.evidence .content-box .dx-box h1 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 2.8rem;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0px;

}

.evidence .content-box .dx-box .btn {

  background: #F28B28;
  border-radius: 12px;
  opacity: 1;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 15px 32px;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  display: flex;
  align-items: center;
  width: 265px;

}

.evidence .content-box .sx-box .item {
  box-shadow: 2px 2px 5px #00000021;

}

/* STEPS */

.steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
}


.steps li {
  display: inline-block;
  margin: 20px;
  color: #ccc;
  padding-bottom: 5px;
}

.steps li.is-active {
  border-bottom: 1px solid #5bb448;
  color: #5bb448;
}

/* FORM */
.multi_step_form {
  margin: auto;
  width: 100%;
  background-color: #EAEAEA;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 9%);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 9%);
  padding: 30px 20px 0px 20px;
  border-radius: 10px;
}

.multi_step_form p {
  display: flex !important;
  align-items: flex-start;
  max-width: 660px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.multi_step_form p label {
  width: 48%;
  margin: 10px 0px;
}

.multi_step_form p label.title {
  font-weight: 300;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #1E2636
}

.multi_step_form p label.title b {
  font-weight: 700;
  font-size: 2.2rem;
}

.multi_step_form p label .wpcf7-select,
.multi_step_form p label input[type="text"],
.multi_step_form p label input[type="email"],
.multi_step_form p label input[type="tel"] {
  background-color: white;
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #8E8F8C;
  border: 1px solid #EAEAEA;

}

.multi_step_form p label input[type="text"]::-webkit-input-placeholder,
.multi_step_form p label input[type="email"]::-webkit-input-placeholder,
.multi_step_form p label input[type="tel"]::-webkit-input-placeholder {
  color: #8E8F8C !important;
  font-size: 15px;
  font-weight: 300;

}

.multi_step_form p label input[type="text"]:-ms-input-placeholder,
.multi_step_form p label input[type="tel"]:-ms-input-placeholder,
.multi_step_form p label input[type="email"]:-ms-input-placeholder {
  color: #8E8F8C !important;
  font-size: 15px;
  font-weight: 300;

}

.multi_step_form p label input[type="text"]::placeholder,
.multi_step_form p label input[type="tel"]::placeholder,
.multi_step_form p label input[type="email"]::placeholder {
  color: #8E8F8C !important;
  font-size: 15px;
  font-weight: 300;

}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
  margin: 20px 0px 20px;
  padding: 13px 15px;
  border-radius: 5px;
  float: none;
  text-align: center;
  background-color: #F28B28;
}

div[id^="wpcf7-f59718"] button.cf7mls_next {
  background-color: #5bb448;
  border: 1px solid #fff;
}

.form-wrapper .section {
  padding: 0px 20px 30px 20px;
  background: rgba(91, 180, 72, 0.2);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-align: center;
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 30px;
  display: none;
}

.form-wrapper .section h3 {
  margin-bottom: 30px;
}

.form-wrapper .section.is-active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  min-height: 300px;
  height: 100%;
  display: inline;
}

.form-wrapper .button,
.form-wrapper .submit {
  background-color: #5bb448;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif !important;
  width: auto;
  height: auto;

}

.form-wrapper .wpcf7-submit {
  float: none;
}

.form-wrapper .submit {
  border: none;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gogo label {
  width: 48% !important;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper select,
.form-wrapper textarea {
  display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #ffffff;
  border-color: #CCCCCC;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px;
  color: #373a3c;
  width: 100%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}


.form-wrapper input[type="text"]::-webkit-input-placeholder,
.form-wrapper input[type="email"]::-webkit-input-placeholder,
.form-wrapper input[type="tel"]::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #8E8F8C;
  font-weight: 300;


}

.form-wrapper input[type="text"]:-ms-input-placeholder,
.form-wrapper input[type="tel"]:-ms-input-placeholder,
.form-wrapper input[type="email"]:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #8E8F8C;
  font-weight: 300;


}

.form-wrapper input[type="text"]::placeholder,
.form-wrapper input[type="tel"]::placeholder,
.form-wrapper input[type="email"]::placeholder {
  font-family: 'Roboto', sans-serif;
  color: #8E8F8C;
  font-weight: 300;


}

.fieldset-cf7mls label input::placeholder {
  font-family: 'Roboto', sans-serif;
  color: #8E8F8C;
  font-weight: 300;
}

.fieldset-cf7mls label input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #8E8F8C;
  font-weight: 300;
}

.fieldset-cf7mls label input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #8E8F8C;
  font-weight: 300;
}

#wpcf7-f59626-o1 {
  margin: auto;
}

.form-wrapper input[type="radio"] {
  display: none;
}

.form-wrapper input[type="radio"]+label {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.form-wrapper input[type="radio"]+label:before {
  content: "âœ”";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #5bb448;
  color: #fff;
  display: none;
}

.form-wrapper input[type="radio"]:checked+label:before {
  display: block;
}

.form-wrapper input[type="radio"]+label h4 {
  margin: 15px;
  color: #ccc;
}

.form-wrapper input[type="radio"]:checked+label {
  border: 1px solid #3498db;
}

.form-wrapper input[type="radio"]:checked+label h4 {
  color: #3498db;
}

.m1440 {
  max-width: 1440px !important;
  width: 100%;
}



.itemImg.size {
  filter: invert(93%) sepia(90%) saturate(4486%) hue-rotate(295deg) brightness(96%) contrast(95%);
}

.itemImg.vani {
  filter: invert(81%) sepia(7%) saturate(1262%) hue-rotate(138deg) brightness(93%) contrast(88%);
}

.itemImg.camere {
  filter: invert(73%) sepia(65%) saturate(5396%) hue-rotate(236deg) brightness(87%) contrast(93%);
}

.itemImg.bagni {
  filter: invert(70%) sepia(95%) saturate(342%) hue-rotate(353deg) brightness(101%) contrast(97%);
}

.itemImg.floor {
  filter: invert(43%) sepia(92%) saturate(370%) hue-rotate(126deg) brightness(86%) contrast(99%);
}

.blocco_box {
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 30px;
}

.blocco_box .search {
  width: 100%;
  background: #d19e43;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  margin: 0px 0px 15px 0px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.blocco_box .btn {
  font-size: 14px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #5bb448;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: auto;
}

.blocco_box .btn:hover {
  background-color: #d19e43;
}

.blocco_box .search_result_content {
  padding: 0px;
  margin-top: 0px !important;
}

.new_mutuo #homenote {
  background: #fff;
  border: 0px;
  box-shadow: 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_mutuo #homenote .right-form {
  width: 40%;
}

.new_mutuo #homenote .alert {
  width: 55%;
}

.new_mutuo #homenote .alert-success {
  background: none;
  border: 0px;
  box-shadow: 0px 0px 0px;
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
}

.new_mutuo #homenote .alert-success .data {
  display: flex;
  justify-content: space-between;
}

.new_mutuo .form-control[disabled],
.new_mutuo .form-control[readonly],
.new_mutuo fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
  border: 0px;
  box-shadow: 0px 0px 0px;
}

.new_mutuo .checkbox input[type=checkbox],
.new_mutuo .checkbox-inline input[type=checkbox],
.new_mutuo .radio input[type=radio],
.new_mutuo .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  left: 5px;
  top: 2px;
  margin-left: 0px;
}

.new_mutuo .btn {
  width: auto;
  margin: auto;
  background: green;
  font-weight: 500;
  padding: 10px 30px;

}

.new_mutuo .btn:hover {
  background-color: #d19e43;
}

.accordion-mob {
  border-radius: 4px;
}

.one-photo {
  position: absolute;
  bottom: 0px;
  right: 0px;
  justify-content: flex-end;
}

.one-photo .dettaglio-pulsanti-vetrina {
  justify-content: flex-end !important;
  margin-right: 16px !important;
}

.one-photo-dx {
  width: 100% !important;
}

#tab_property .datiimm {
  border: 0px;
}

.cf7mls_back {
  color: #fff !important;
}

.cf7mls_current_fs .wpcf7-submit {
  border: 0px;
  text-transform: none;
  font-size: inherit;
}

.cf7mls_current_fs p:last-of-type {
  display: flex;
  flex-direction: row-reverse;
}

.modal-steps {
  background-color: #5bb448;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 13px 15px;
  border-radius: 5px;
}

.modal-steps:hover {
  opacity: 0.8;
}

.steps-title {
  width: 100%;
  text-align: center;
  color: #222219;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 10px 0px;
  font-size: 2rem !important;
}

h5.steps-title {
  margin: 0px 0px 20px 0px;
  color: #778898;
  text-transform: none;
  font-size: 18px;
}

.step-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.step-bar label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 5px;
}

.step-bar label b {
  width: 100%;
  max-width: 600px;
}

.step-bar label img {
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
}

.step-bar label span {
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}

.multi_step_form div.wpcf7-response-output {
  margin: 1em 0em 1em !important;
  text-transform: none;
}

.multi_step_form .fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
  text-transform: none;
  font-family: 'Roboto', sans-serif;

}

.steps-title {
  margin-bottom: 15px !important
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: 80px;
  text-align: center;
  display: flex;
  max-width: 660px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}

.wpcf7-form fieldset[data-cf7mls-order="0"] .cf7mls-btns {
  justify-content: center !important;
}

.cf7mls-btns .cf7mls_back.action-button {
  margin: 25px 0px 26px;
  padding: 13px 15px;
  color: #10365f !important;
  border: 1px solid #10365f !important;
  background: none;
  text-transform: capitalize;
}

.cf7mls-btns .cf7mls_next.action-button {
  margin: 25px 0px 26px;
  padding: 13px 15px;
  color: #fff !important;
  border: 1px solid #F28B28 !important;
  background: #F28B28;
  text-transform: capitalize;
}

.cf7mls-no-moving-animation .fieldset-cf7mls-wrapper .fieldset-cf7mls {
  transition: none;
  margin-bottom: 0px;
}

.mex-step {
  color: #141414;
  opacity: 0.8;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  max-width: 800px !important;
  margin-bottom: 10px !important;
}

.wpcf7-form-control-wrap.foto {
  width: 100%;
  font-family: 'Roboto', sans-serif;

}

.wpcf7-form-control-wrap.foto h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 9px;

}

.wpcf7-form-control-wrap.foto a {
  font-size: 18px;
  text-decoration: underline;
}

.fieldset-cf7mls .cf7mls_back {
  float: left;
  margin-top: 24px;
  border: 1px solid var(--blue);
  color: var(--blue) !important;
  background: none;
  text-transform: capitalize;
}

.new_mutuo #homenote {
  background: none;
  border: 0px;
  box-shadow: 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.new_mutuo #homenote .right-form {
  width: 40%;
  margin-top: -90px;
}

.new_mutuo #homenote .right-form label {
  color: #141414;
  font-family: 'Roboto', sans-serif;

}

.new_mutuo #homenote .right-form input {

  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  position: unset;
}

.new_mutuo #homenote .alert {
  width: 55%;
}

.new_mutuo #homenote .alert-success {
  background: none;
  border: 0px;
  box-shadow: 0px 0px 0px;
  font-size: 15px;
  text-transform: capitalize;
  text-align: left;
  margin-top: 4%;
}

.new_mutuo .form-control[disabled],
.new_mutuo .form-control[readonly],
.new_mutuo fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
  border: 0px;
  box-shadow: 0px 0px 0px;
}

.new_mutuo .checkbox input[type=checkbox],
.new_mutuo .checkbox-inline input[type=checkbox],
.new_mutuo .radio input[type=radio],
.new_mutuo .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  left: 5px;
  top: 2px;
  margin-left: 0px;
}

.new_mutuo .btn {
  width: 100%;
  margin: auto;
  background: var(--orange);
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 10px;
  margin-top: 20px;
}

.new_mutuo .btn:hover {
  opacity: 0.9;
  background: var(--orange);
}

.chart {
  text-align: center;
  margin-top: 7%;
}

.btn-richiesta {
  width: 100%;
  margin-top: 7.5%;
  text-align: center;
  display: flex;
}

.titolo-mutuo {
  font-size: 37px;
  font-weight: 500;
  color: #222219;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.btn-richiesta a {
  width: 100%;
  margin: auto;
  background: var(--blue);
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}

.btn-richiesta a:hover {
  background: var(--blue);
  opacity: 0.9;
}

#homenote #results {
  /*visibility: hidden;*/
}

#homenote #results strong {
  color: #033F6E;
}

.circular-chart,
.chart {}

.immobili-elenco-banner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 290px;
}

.immobili-elenco-banner-item .banner-sx {
  width: 66%;
  background-size: cover;
  min-height: 290px;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 20px;
}

.immobili-elenco-banner-item .banner-sx h2 {
  line-height: 1.2em;
  color: #fff;
  font-size: 3rem;
  max-width: 350px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;

}

.immobili-elenco-banner-item .banner-dx {
  width: 33%;
  display: flex;
  align-items: center;
  padding: 20px;
}

.immobili-elenco-banner-item .banner-dx h3 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.6rem;
  margin: 0px;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;

}

.immobili-elenco-banner-item .banner-dx h3::after {
  content: "\f105";
  color: #fff;
  font-size: 9.5rem;
  line-height: 5.5rem;
  margin: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;


}

#footer-link h5 {
  color: #222219;
}

#footer-link ul,
#footer-link ul li {
  list-style: none;
  color: #8E8F8C;
  font-weight: 300;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  width: 100%;
  justify-content: center;
  display: flex;
}

fieldset[data-cf7mls-order="3"] div {
  min-height: 80px;
  text-align: center;
  display: flex;
  max-width: 660px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  margin-top: -95px;
}

/*@import url("custom_elenco.css");  Using a string */

#chiedi-esperto {
  margin: 0 auto;
}

#chiedi-esperto label {
  color black;
  font-style: 18px;
  font-weight: 600;
}

#chiedi-esperto textarea,
#chiedi-esperto input {
  background-color: white;
  border-radius: 5px;
  border-color: black;
}

#chiedi-esperto input[type=submit] {
  background-color: var(--orange);
  ;
  width: 33%;
  border: 1px solid var(--orange);
}

#chiedi-esperto input[type=submit]:hover {
  background-color: white;
  color: var(--orange);
  text-transform: uppercase;
}

#colophon {
  margin-bottom: 19px;
}

.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.error-404 .disconnect {
  max-width: 100%;
  width: 100%;
}

.error-404 .big-number {
  font-weight: 600;
  font-size: 160px;
  color: var(--blue);
  line-height: 1em;
}

.error-404 .text {
  color: var(--blue);
  font-weight: bold;
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 14px;
}

.error-404 a {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: white;
  font-size: 20px;
  padding: 16px 105px;
  transition: all 0.4s;
  border-radius: 12px;
  margin: 40px;
}

.error-404 a:hover {
  background-color: white;
  color: var(--blue);
  transition: all 0.4s;
}

.slideshow_test {
  height: 100vh;
  width: 100vw;
}

.slideshow_test .item {
  height: 100vh;
  width: 100vw;
  margin: 0 -15px;
}

.slideshow_test .item .header {
  background-color: var(--orange);
  height: 89px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--blue);
}

.slideshow_test .item .header .rental,
.slideshow_test .item .header .location {
  padding: 0 15px;
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
}

.slideshow_test .item .header .rental {
  color: white;
}

.slideshow_test .item .header .location {
  color: var(--blue);
}

.slideshow_test .item .contain {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 519px;
}

.slideshow_test .item .contain .left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  width: 664px;
}

.slideshow_test .item .contain .left .logo {
  position: relative;
  top: -305px;
  left: 246px;
}

.slideshow_test .item .contain .left .logo img {
  max-width: 130px;
  width: 130px;
  height: 130px;
}

.slideshow_test .item .contain .left .foto {
  width: 305px;
  height: 228px;
  border: 2px solid var(--blue);
  border-radius: 0;
}

.slideshow_test .item .contain .left .foto:nth-of-type(-n+2) {
  margin-bottom: 23px;
}

.slideshow_test .item .contain .right {
  width: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}

.slideshow_test .item .contain .right .ref {
  padding-left: 25px;
  width: 100%;
  height: 43px;
  font-weight: bold;
  font-size: 27px;
  color: var(--blue);
  background-color: var(--orange);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.slideshow_test .item .contain .right .ref span {
  color: white;
  margin-right: .5em;
}

.slideshow_test .item .contain .right .main {
  height: 422px;
  padding: 16px 25px;
  width: 100%;
  background-color: var(--blue);
}

.slideshow_test .item .contain .right .main .name {
  height: 106px;
  width: 100%;
  color: var(--orange);
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2em;
}

.slideshow_test .item .contain .right .main .name span,
.slideshow_test .item .contain .right .main .name p {
  color: var(--orange) !important;
  margin-bottom: 0;
}

.slideshow_test .item .contain .right .main .features {
  height: 152px;
  width: 100%;
  color: white;
}

.slideshow_test .item .contain .right .main .features>div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.slideshow_test .item .contain .right .main .features .icon {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow_test .item .contain .right .main .features .icon img {
  height: 40px;
  width: 40px;
  max-height: 40px;
  max-width: 40px;
}

.slideshow_test .item .contain .right .main .features .text {
  font-size: 22px;
  font-weight: bold;
}

.slideshow_test .item .contain .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.slideshow_test .item .contain .right .bottom .price {
  color: var(--orange);
  font-size: 30px;
  font-weight: 900;
}

.slideshow_test .item .contain .right .bottom .energyClass {
  width: 111px;
  height: 97px;
}

.slideshow_test .item .contain .right .bottom .energyClass img {
  max-width: 111px;
  max-height: 97px;
}
