#sp-top-bar {
  background: #fff;
}

#sp-header {
  background-color: rgba(255, 255, 255, 0.9);
}

.com-sppagebuilder section#sp-main-body {
  /* padding-top: 60px; */
}
#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 60px;
}

#sp-logo .logo a .logo-image {
  height: unset;
}

body, h1, h2, h3, p {
  font-family: 'Montserrat';
}

.height-100 {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.main_title {
  font-size: 35px;
  font-weight: bold;
  color: #373c46;
}

.main_title_mobile {
  font-size: 25px;
  margin-bottom:20px;
}

.default_text {
  color: #373c46;
  font-size: 18px;
}

.default_title {
  font-size: 35px;
  font-weight: bold;
  color: #b0bac5;
}

.default_button_container {
  margin-top: 50px;
  width: 100%;
  display: flex;
}

.default_button_container a {
  margin: 0 auto;
}

.footer_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

#sp-bottom a.footer_link {
  font-size: 16px;
  color: #ffffff;
}
#sp-bottom a.footer_link:hover {
  text-decoration: none;
  color: #b0bac5;
}

.form_title {
  color: #b0bac5;
  font-size: 30px;
  font-weight: bold;
}

.form_intro {
  font-weight: normal;
  font-size: 18px;
  color: #3f4a56;
}

#sp-footer .container .container-inner {
  padding: 0;
}

#sp-page-builder .sp-pagebuilder-page-edit {
  display: none;
}



#sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
  color: #373c46;
  text-transform: uppercase;
  font-weight: bold;
}
#sp-menu ul.sp-megamenu-parent li.sp-menu-item a:hover {
  color: #0071b9;
}

@media(max-width: 992px) {
  .row_to_reverse div div.sppb-row {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}



.fluidContent #sp-main-body .container{
  width:100%;
  min-width:100%;
  max-width:100%;
}

.bgGray{
  background-color:#f4f7fa;
}

/* ITEM SCHEDA */
.com-k2.view-item h1.itemTitle{
  color:#16181e!important;
  font-size:22px;
  line-height:30px;
  font-weight: bold;
  text-transform:uppercase;
}

.com-k2.view-item h1.itemTitle span.model{
  font-size:16px;
  text-transform: none;
  font-weight: normal;
}

.com-k2.view-item .itemImageBlock img{
  width:100% !important;
}


.com-k2.view-item .extravalue.canone{
  color:#0170b9;
  font-size:40px;
  font-weight:bold;
}

.com-k2.view-item .extravalue.pricetag{
      padding-right: 10px;
}

.com-k2.view-item .vatSelector{
  background: #fff;
  border: 1px solid #dfe6ee;
}
.com-k2.view-item .vatSelector .vatSelect{
  text-align:center;
  margin:3px;
  font-size:12px;
  cursor:pointer;
}

.com-k2.view-item .vatSelector .vatSelect:hover{
  background:#f4f7fa;
  color:#252525;
}

.com-k2.view-item .vatSelector .vatSelected:hover,
.com-k2.view-item .vatSelector .vatSelected{
  background:#0170b9;
  color:#fff;
}

.condizioni p{
  margin: 0 auto;
  text-align:center;
  font-size:12px;
  font-style: italic;
}

.buttonLink,
.ui.blue.button,
button.default_button {
  text-transform: uppercase !important;
  padding: 10px 30px !important;
  font-weight: bold !important;
  font-size: 18px !important;
  color: #ffffff !important;
  background-color: #0071b9 !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  border-radius: 30px !important;
  transition: 0.3s !important;
}
.buttonLink:hover,
.ui.blue.button:hover,
button.default_button:hover {
  background-color: #ffffff !important;
  color: #0071b9 !important;
}

@media(max-width: 400px) {
  .buttonLink,
  .ui.blue.button,
  button.default_button {
    font-size: 15px !important;
  }
}


/* lista feature */
.moduletable.canoneDetails{
  margin:40px auto;
  width: calc(100% - 40px);
  max-width: 1024px;
  border: 1px solid #f4f7fa;
}
.moduletable.canoneDetails h3{
  background:#f4f7fa;
  text-align:center;
      padding: 20px;
}
.moduletable.canoneDetails ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
  padding: 0;
}
.moduletable.canoneDetails ul li {
    padding: 15px 30px 15px 50px;
    position:relative;
}


.moduletable.canoneDetails ul li:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 20px;
    color:#0170b9;
}

@media(max-width: 765px) {
.moduletable.canoneDetails ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

#sp-top-bar {
  display:none;
}
}

@media(max-width: 994px) {
  #sp-top-bar {
    display:none;
  }
}


.form_preventivo{
  margin:40px auto;
  width: calc(100% - 40px);
  max-width: 1024px;
}


/* ITEM LIST */
.com-k2.view-itemlist .itemDetails{
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.com-k2.view-itemlist .itemDetails h2, .com-k2.view-itemlist .itemDetails h2 a{
  text-align: center;
  text-transform: uppercase;
  font-size:20px;
  font-weight:bold;
  color: #313541;
}

.com-k2.view-itemlist .itemDetails div.catItemImageBlock{
  overflow: hidden;
}

.com-k2.view-itemlist .itemDetails img{
margin:auto;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.com-k2.view-itemlist .itemDetails:hover img{
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.com-k2.view-itemlist .itemDetails h3{
  text-align: center;
  font-size: 13px;
  color: #313541;
}

.com-k2.view-itemlist .itemDetails p{
  text-align: center;
  font-size: 18px;
  color: #313541;
}

.com-k2.view-itemlist .itemDetails p .extravalue.canone{
  color:#0170b9;
  font-weight:bold;
}

.com-k2.view-itemlist .extrafields .extralabel,
.com-k2.view-itemlist .extrafields .extravalue{
  text-align: center;
}

.com-k2.view-itemlist .extrafields .extralabel,
.com-k2.view-item .extralabel{
  color:#667587;
  text-transform:uppercase;
  font-size:12px;
}

.com-k2.view-itemlist .extrafields .extravalue,
.com-k2.view-item .extravalue{
  font-size: 20px;
  font-weight: 500;
}

.com-k2.view-item .extravalue small,
.com-k2.view-item .extravalue.canone small{
    font-size: 12px;
    padding: 0 0 20px 10px;
    color: #252525;
}

/* tabella */
.table{
    max-width:650px;
    margin:20px auto;
}

.table td, .table th{
  padding: 10px 0 !important;
  text-align:center;
  border:1px solid #dfe6ee;
  font-size:13px;
}

.table th{
  background:#0170b9;
  color:#fff;
  text-transform: uppercase;
}

.table td.table--title{
  color:#0170b9;
  text-transform: uppercase;

}


body.com-k2.view-item #sp-headbanner{
  display:none;
}

body.com-k2.view-item #sp-main-body {
    padding: 0px 0 0 0;
}

body.com-k2.view-item .form h2{
  color: #0170b9;
}

/* offcanvas */
.offcanvas-menu .menu a{
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
