/*
Theme Name: Responsive Child
Description: Child Theme del tema Responsive
Author: Luna
Author URI: https://www.lunapartner.it/
Template: responsive
Version: 0.1
*/

/* @import url("../responsive/core/css/style.css"); */

/*GENERAL*/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Roboto Slab', serif; */
    color: #18191F;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #878DA4;
}
strong, b {
    font-weight: 500;
}
a.btn_general {
    background: #604C8F;
    color: white;
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 13px;
}

#wrapper {
    padding: 0;
    padding-top: 0;
}
#wrapper .content-outer.container .site-content-header {
    margin: 0;
}
#wrapper .content-outer.container {
    max-width: 1200px;
}
.home #wrapper {
    padding: 0;
    padding-top: 175px;
    padding-bottom: 0;
}

.site-content-header .breadcrumbs {
    display: none;
}


.boxed.vc_row.vc_row-fluid {
  	max-width: 1200px;
  	margin: 0 auto;
}
.post-meta,
.post-edit,
#vc_load-inline-editor.vc_inline-link  {
	display:none;
}
:focus {
    outline: 0;
}
.vc_row.vc_row-fluid {
	margin:0 auto;
}
.vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    /* padding:35px 35px 0; */
}
.home.page .vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    /* padding:0; */
}
.desktop {
}
.mobile {
	  display:none;
}
.post-entry .thumbnail {
		display:none;
}
.empty{
		clear: both;
}
.hide {
		display:none;
}

/*HEADER*/
header.site-header {
    position: absolute;
    width: 100%;
    background-color: #ffffffe8;
    border: 0;
    z-index: 99;
    /* top: 42px; */
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 120px;
}
header.site-header .container {
    max-width: 1200px;
}
header.site-header {
    position: inherit;
}
.home header.site-header {
    position: absolute;
}

/*MENU*/
nav#site-navigation #header-menu.menu,
nav#site-navigation #header-menu.menu .menu {
    float: none;
}

/*HOME*/
.home header.site-header {
    /* position: fixed; */
    background-color: transparent;
}
.home #wrapper {
    padding-top: 0;
}
.home #wrapper .content-outer.container {
    max-width: 100%;
}
.home h1.entry-title.post-title {
	  display:none;
}
.home .breadcrumb-list {
	  display:none;
}
.home #primary {
    padding: 0;
}
.home.page #wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.home #wrapper .content-outer.container {
    max-width: 100%;
}
.home h1.entry-title.post-title {
	  display:none;
}
.home .breadcrumb-list {
	  display:none;
}
.home #primary {
    padding: 0;
}
#testata {
    padding: 140px 0;
    color: white;
}
#testata.vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    padding: 35px 40px 0;
}
#testata .boxed {
    max-width: 1300px;
}
#testata .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-left: 70px;
}
#testata.vc_row.vc_row-fluid .vc_column_container.vc_col-sm-6>.vc_column-inner {
    padding: 35px 0 0;
}
#testata h1,
#testata p {
    color: white;
}
#testata h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin-top: 100px;
}
#testata p {
    font-size: 16px;
    line-height: 28px;
}
.box_diventa_partner {
    padding: 40px 30px;
    background: rgb(255 255 255 / 20%);
    background: #ffffff33;
    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
    border-radius: 8px;
    text-align: center;
    max-width: 180px;
    margin: auto;
}
.box_diventa_partner h5 {
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.box_diventa_partner .btn {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #604C8F;
    display: block;
}

#dispositivi {
    padding: 100px 0;
}
#dispositivi.vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    padding: 35px 60px 0;
}
#dispositivi h2 {
    font-weight: 900;
    font-size: 42px;
    line-height: 50px;
    color: #1D293F;
}
#dispositivi p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #A18DFF;
}
#dispositivi .boxed .vc_col-sm-4 {
    text-align: center;
}
#dispositivi.vc_row.vc_row-fluid .vc_column_container.vc_col-sm-4>.vc_column-inner {
    padding: 35px 75px 0;
}
#dispositivi .boxed .vc_col-sm-4 h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #18191F;
    margin-top: 50px;
}
#dispositivi .boxed .vc_col-sm-4 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5B5B5B;
}

#vantaggi {
    padding: 80px 0;
}
#vantaggi h1 {
    padding-bottom: 50px;
}
#vantaggi .boxed {
    min-height: 500px;
    max-width: 960px;
    background-position: center!important;
    position: relative;
}
.tag_box {
    position: absolute;
}
.vant1 {
    top: -50px;
    right: 190px;
}
.vant2 {
    top: 25px;
    left: 180px;
}
.vant3 {
    top: 80px;
    right: 120px;
}
.vant4 {
    top: 160px;
    left: 0;
}
.vant5 {
    top: 220px;
    right: 0;
}
.vant6 {
    top: 280px;
    left: 80px;
}
.vant7 {
    top: 340px;
    right: 190px;
}

#come_funziona {
    padding: 80px 0;
    max-width: 1300px;
}
#come_funziona.vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    padding: 35px 25px 0;
}
#come_funziona h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #18191F;
    margin-top: 40px;
    margin-bottom: 10px;
}
#come_funziona p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #18191F;
    margin: 0;
}
.path1 {
    margin: -30px -40px 0px 30px;
}
.path2 {
    margin: 150px -50px -30px 0;
}
.path3 {
    margin: 20px -20px -10px -40px;
}
.path4 {
    margin: -20px -20px -10px -40px;
}
.ambiente1 {
    margin-top: -110px;
    margin-left: -50px;
}
.ambiente2 {
    margin-top: 60px;
    margin-left: -30px;
    width: 320px;
}
.ambiente3 {
    margin: 60px 50px 0 -80px;
}

#sicurezza {
    padding: 20px 30px 0;
}
#sicurezza.vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    padding: 20px 5px 0;
}
#sicurezza small {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #A18DFF;
    margin: 0;
    margin-top: 80px;
    display: block;
}
#sicurezza h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin: 15px 0;
}
#sicurezza p {
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #2C2E30;
    margin: 0;
}
#sicurezza .wpb_single_image img {
    width: 340px;
}
#sicurezza .vc_tta-container {
    margin-top: 170px;
}
#sicurezza .vc_tta.vc_general .vc_tta-tab>a{
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #C4D2FE;
    border: 0;
    background: transparent;
    padding-right: 24px;
}
#sicurezza .vc_tta.vc_general .vc_tta-tab.vc_active>a,
#sicurezza .vc_tta.vc_general .vc_tta-tab.vc_active>a:hover{
    color: #7F99ED;
    background: transparent;
}
#sicurezza .vc_tta .vc_tta-panel-body p {
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #2C2E30;
}
#sicurezza .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
    top: -100px;
    left: 0;
    right: 0;
    text-align: left;
}
#sicurezza .vc_general.vc_pagination .vc_pagination-trigger {
    background-color: #A18DFF;
    padding: 5px;
    border: 12px solid #f4f1ff;
    margin: 0 12px 0 0;
    box-shadow: 0px 1.50042px 25.5071px rgba(0, 0, 0, 0.03);
}
#sicurezza .vc_general.vc_pagination .vc_active .vc_pagination-trigger {
    background-color: #A18DFF;
    padding: 5px;
    border: 12px solid white;
    box-shadow: 0px 1.50042px 25.5071px rgba(0, 0, 0, 0.07);
}

#piani {
    color: white;
    padding: 80px 0;
    background-position: bottom!important;
    background-repeat: no-repeat!important;
}
#piani .boxed {
    max-width: 1250px;
}
#piani .claim h2 {
    margin-bottom: 80px;
    font-size: 26px;
    font-weight: 500;
}
#piani h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}
#piani h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  color: #FCB33D;
  margin: 0;
}
#piani h2 {
  font-weight: 800;
  font-size: 34px;
  line-height: 45px;
  color: #FFFFFF;
  margin: 0;
}
#piani h2 img {
    position: absolute;
    left: 0;
}
#piani p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
#piani.vc_row.vc_row-fluid .boxed .vc_column_container.vc_col-sm-3>.vc_column-inner {
    padding: 35px 10px 0;
}
#piani .box_piano {
    background: #FFFFFF;
    border-radius: 35px;
    text-align: center;
    color: #7E8085;
    padding: 40px 0;
    margin: 40px 0;
    min-height: 330px;
    position: relative;
}
#piani .box_piano h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #604C8F;
}
#piani .box_piano hr {
    border: 0;
    border-top: 0.75px solid #E7EAEE;
}
#piani .box_piano p {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #7E8085;
    padding: 0 25px;
    text-align: left;
    margin: 15px 0;
}
#piani .box_piano h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #54565A;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 40px;
    width: 100%;
}
/*dark*/
#piani .box_piano.dark {
    background: #98B0FE;
}
#piani .box_piano.dark p {
    color: #4C6FB0;
}
#piani .box_piano.dark h6 {
    color: #604C8F;
}

#piani .vc_separator {
    margin: 60px auto;
}

#piani.vc_row.vc_row-fluid #gestione_centralizzata .vc_column_container>.vc_column-inner {
    /* padding: 35px 55px 0; */
}
#gestione_centralizzata h2 {
    font-weight: normal;
    font-size: 34px;
    line-height: 50px;
    color: #FFFFFF;
    padding-right: 350px;
}

#host_installatore {
    padding: 60px 0;
}
#host_installatore h4 {
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    color: #604C8F;
    padding-left: 50px;
    margin: 60px auto;
    min-height: 70px;
}
#host_installatore h4 strong {
    font-weight: bold;
}
#host_installatore a.btn {
    background: #604C8F;
    box-shadow: -1.40881px 2.81761px 31.6981px rgba(62, 40, 112, 0.13);
    border-radius: 5.63522px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #F4F1FF;
    padding: 15px 0;
    display: block;
    text-align: center;
    margin: 60px auto;
    width: 240px;
}

/*PAGINE INTERNE*/
.page #wrapper {
    padding-bottom: 100px;
}
.page h1.entry-title.post-title {
	  display:none;
}
.page .site-content p,
.page .site-content ul {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #18191F;
}
.page .site-content strong {
    font-weight: bold;
}

/*DIVENTA PARTNER*/
.page-id-141 .site-content h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: #604C8F;
}
.page-id-141 .vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    padding: 0 25px;
}
.page-id-141 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin: 0 auto 80px;
}
.page-id-141 footer#footer .vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin: 0 auto;
}

/*TROVA INSTALLATORE*/
.page-id-177 .site-content h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    color: #604C8F;
}

/*FORM*/
form input[type="text"],
form select {
    font-family: 'Montserrat', sans-serif;
    padding: 8px;
    border-radius: 4px;
}
#form_richiesta form label:after {
    content: "*";
}
form input[type="submit"] {
    background: #604C8F;
    color: white;
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 13px;
}

/*FOOTER*/
footer#footer {
    padding-top: 100px;
}
footer#footer .vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    padding: 0 55px;
}
footer#footer p {
    color: white;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.75);
}
footer#footer .footer-bar.grid.col-940 {
    display: none;
}
footer#footer .widget h2.widgettitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.55);
}
footer#footer .widget ul.menu {
    list-style: none;
    margin: 0;
}
footer#footer .widget ul.menu li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #E9F7FE;
}
footer#footer .text_contatti a {
    color: #FFD166;
}
footer#footer a.btn {
    background: #252660;
    color: white;
    border-radius: 4.49913px;
    padding: 15px 20px;
    font-size: 13px;
}
footer#footer .vc_separator {
    margin: 30px auto;
}
footer#footer .text_copyright p {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #a6b1c5;
}
footer .social  {
    text-align: right;
}
footer .social a {
    padding-left: 10px;
}
footer .social a i {
    font-size: 20px;
}


#scroll {
    left: 12px;
    font-size: 20px;
    background-color: #d6b1ff!important;
    height: 45px;
    width: 45px;
}

/*animazione pulse*/
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
}
/*animazione colore*/
.change_color {
  color: #fce43d;
  -webkit-animation: change_color 2s infinite;
  animation: change_color 2s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@keyframes change_color {
  from {color: #fce43d;}
  to {color: #fcc13d;}
}

/*FAQ*/
#post-223 h3 {
    font-weight: bold;
    font-size: 25.5071px;
    line-height: 35px;
    color: #604C8F;
}
#post-223 p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #5B5B5B;
}
section.helpie-faq.accordions {
    margin-top: -120px;
}
section.helpie-faq.accordions .search__wrapper {
    display: block;
    width: 50%;
    position: relative;
}
section.helpie-faq.accordions h3.collection-title {
    display: none;
}
section.helpie-faq.accordions .search__input {
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #F4F1FF;
    border-bottom: 2px solid #A18DFF;
}
section.helpie-faq.accordions .search__input:focus {
    border: 1px solid #A18DFF;
    color: #A18DFF;
}
section.helpie-faq.accordions .search__icon {
    top: 10px;
}
section.helpie-faq.accordions .accordion {
    margin-top: 120px;
}
section.helpie-faq.accordions .search__message {
    margin-top: 100px;
}
section.helpie-faq.accordions article.accordion .accordion__item {
    margin-bottom: 20px;
    box-shadow: 0px 10px 10px rgba(96, 76, 143, 0.1);
}
section.helpie-faq.accordions article.accordion .accordion__header {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #604C8F;
}
section.helpie-faq.accordions .accordion__header:before,
section.helpie-faq.accordions .accordion__header:after {
    height: 12px;
    margin-right: 22px;
    top: 45%;
    width: 50px;
}
section.helpie-faq.accordions .accordion .accordion__item .accordion__header .accordion__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #604C8F;
}

section.helpie-faq.accordions .accordion__header .accordion__title:before {
    content: "";
    height: 57px;
    width: 57px;
    display: block;
    float: left;
    margin-right: 20px;
}
section.helpie-faq.accordions .accordion__header[data-id="post-221"] .accordion__title:before {
    background: url("img/icone_faq/icona_caratteristiche.png") no-repeat;
}
section.helpie-faq.accordions .accordion__header[data-id="post-228"] .accordion__title:before {
    background: url("img/icone_faq/icona_installazione.png") no-repeat;
}
section.helpie-faq.accordions .accordion__header[data-id="post-239"] .accordion__title:before {
    background: url("img/icone_faq/icona_piani_gettoni.png") no-repeat;
}
section.helpie-faq.accordions .accordion__header[data-id="post-241"] .accordion__title:before {
    background: url("img/icone_faq/icona_app_bfree.png") no-repeat;
}
section.helpie-faq.accordions .accordion__header[data-id="post-244"] .accordion__title:before {
    background: url("img/icone_faq/icona_pagamento.png") no-repeat;
}

section.helpie-faq.accordions .accordion__body p {
    background: white;
    padding: 40px;
    font-size: 14px;
    line-height: 20px;
}
section.helpie-faq.accordions .accordion__body p strong {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #604C8F;
    display: block;
}

/*CONFIGURATORE*/
.page-id-255 #wrapper {
    background: #f4f1ff;
}
.page-id-255 #wrapper .content-outer.container {
    max-width: 1300px;
}
.page-id-255 #wrapper .content-outer.container .site-content-header {
    display: none;
}
#struttura_ricettiva {
    display: block;
}
#configuratore h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #604C8F;
    margin: 45px 0 0;
}
.step {
    display: none;
    text-align: center;
}
.btn_conferma,
.btn {
    background: #604C8F;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    letter-spacing: 0.5px;
    padding: 15px 50px;
    font-size: 16px;
    margin-top: 40px;
    display: inline-block;
    cursor: pointer;
}
.btn {
    margin-right: 20px;
}
.btn_conferma:hover {
    color: white;
}
.varchi_altre_strutture,
.varchi_case_vacanze {
    display: none;
}
.btn_reset {
    display: none;
    font-weight: 500;
    color: #604C8F;
    font-size: 18px;
}
#configuratore .btn_submit {
    display: none;
    font-family: 'Montserrat', sans-serif;
    background: #604C8F;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    letter-spacing: 0.5px;
    padding: 15px 50px;
    font-size: 16px;
    margin-top: 40px;
    display: inline-block;
    text-transform: inherit;
    cursor: pointer;
}
#configuratore input[type="number"] {
    width: 130px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    color: #000000;
    border: 0;
    background: #FFFFFF;
    border-radius: 16px;
}
#configuratore input[type="checkbox"] {
    display: none;
}

/*STRUTTURE RICETTIVE*/
.box_struttura span {
  	float:left;
    width: 14.5%;
  	margin-right: 2.5%;
  	margin-top: 35px;
  	margin-bottom: 1.5%;
    background: #FFFFFF;
    box-shadow: 0px 24px 64px rgba(96, 76, 143, 0.2);
    border-radius: 0 0 22px 22px;
}
.box_struttura span:last-child {
    margin-right: 0;
}
.box_struttura span input {
    margin: 0;
    margin-right: 10px;
}
.box_struttura span label {
	display: inline-block;
	float: none;
    width: auto;
}
.box_struttura span input {
    display: none;
}
.box_struttura span img {
	width:190px;
	height:190px;
	vertical-align: middle;
	cursor:pointer;
	border:0px solid transparent;
}
.box_struttura span img:hover {
	opacity:0.85!important;
}
.box_struttura span h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin: 35px 0;
}

#varchi_alloggio h2,
#varchi_alloggio,
#varchi_pubblici h2,
#varchi_pubblici {
    text-align: left;
}

#riepilogo {
   background: #FFFFFF;
   box-shadow: 0px 34px 64px rgb(96 76 143 / 8%);
   border-radius: 7px;
}
#riepilogo h3 {
   background: #A18DFF;
   border-radius: 7px 7px 0px 0px;
   color: white;
   padding: 20px 40px;
}
#riepilogo h2 {
   font-weight: 400;
   text-align: left;
   margin-top: 0;
   font-size: 16px;
   line-height: 30px;
}
.riepilogo_wrapper {
    padding: 20px 40px 40px;
}
.totale_gettoni {
    border: 1px solid #A18DFF;
    box-sizing: border-box;
    border-radius: 19px;
    padding: 0;
    text-align: center;
    max-width: 500px;
    margin: auto;
}
#riepilogo .totale_gettoni h2 {
    text-align: center;
    position: relative;
    top: -15px;
    display: inline-block;
    background: white;
    padding: 0 15px;
}
#riepilogo .selezioni {
    float: left;
    width: 82%;
}
#riepilogo .box_selezioni {
    width: 21%;
    margin-right: 30px;
    float: left;
    background: #FFFFFF;
    border: 1px solid #F4F1FF;
    text-align: center;
    border-radius: 8px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
#riepilogo .box_selezioni h4 {
    background: #F4F1FF;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #604C8F;
}
#riepilogo .box_selezioni img {
    border-radius: 100%;
    width: 85px;
    height: 85px;
}
#riepilogo .totale_kit {
    float: left;
    width: 18%;
    position: relative;
}
#riepilogo .totale_kit:before {
    content: "";
    background: url("img/configuratore/uguale.png") no-repeat;
    display: block;
    width: 38px;
    height: 36px;
    position: absolute;
    left: -52px;
    top: 45%;
    background-size: 100%;
}
#riepilogo .totale_kit .box_selezioni {
    width: 100%;
}
.totale_gettoni {
    clear: both;
    margin-top: 50px;
}
.totale_gettoni .btn {
    background: #311969;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    position: relative;
    bottom: -28px;
    padding: 15px 30px;
}
.totale_gettoni .btn:hover,
.totale_gettoni .btn:focus {
    background: #2a1361;
    color: white;
}
.num_big {
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    color: #604C8F;
    float: left;
    padding-right: 10px;
}
.tot_wrapper {
    display: inline-block;
}
.text_gettoni {
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    color: #604C8F;
}
.text_gettoni h4 {
    font-weight: 100;
    font-size: 28px;
    line-height: 36px;
    color: #604C8F;
}
.text_gettoni_2 {
    clear: both;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #A18DFF;
}
#riepilogo .note {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #A18DFF;
    max-width: 550px;
    margin: 80px auto 0;
    clear: both;
}
#riepilogo .note a {
    font-weight: 600;
    text-align: center;
    text-decoration-line: underline;
    color: #A18DFF;
}

/*FORM RICHIESTA PREVENTIVO*/
#form_preventivo {
    display: none;
}
.form_boxed.vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    padding: 0 35px;
}
.form_preventivo {
   background: #FFFFFF;
   box-shadow: 0px 34px 64px rgb(96 76 143 / 8%);
   border-radius: 7px;
   margin-top: 80px;
}
.form_preventivo div.wpcf7 {
    padding: 10px 40px;
}
.form_preventivo h3 {
   background: #A18DFF;
   border-radius: 7px 7px 0px 0px;
   color: white;
   padding: 20px 40px;
}
.field {
		margin-bottom: 30px;
    clear: both;
}
.field label {
		font-weight: 600;
}
.field_left {
	  float: left;
	  width: 48%;
    clear: none;
}
.field_right {
    float: right;
    width: 48%;
    clear: none;
}
#configuratore .form_preventivo form input[type='text'],
#configuratore .form_preventivo form input[type='email'],
#configuratore .form_preventivo form select {
		box-shadow: none;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ccc;
		font-family: 'Montserrat', sans-serif;
		width: 100%;
}
#configuratore .form_preventivo form input[type='submit'] {
    background: #604C8F;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    letter-spacing: 0.5px;
    padding: 18px 50px;
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
}
#configuratore form .privacy input[type="checkbox"] {
    margin: 3px 5px 0 0;
}
#configuratore .form_preventivo input[type="checkbox"] {
    display: block;
}

.privacy {
    text-align: left;
    line-height: 14px;
}
.privacy span.wpcf7-list-item {
    display: inline;
    margin: 0;
}
.privacy input[type="checkbox"] {
    margin: 6px 6px 20px;
    float: left;
}
.privacy label {
    font-weight: 100;
    padding: 2px 0;
    text-align: left;
  	display: inline;
  	color:#000;
	  font-style: italic;
    font-size: 12px;
    line-height: 14px;
}


.main-navigation li.btn_configuratore.menu-item {
    float: right;
}
.main-navigation li.btn_configuratore.menu-item a {
    background: #A18DFF;
    border-radius: 5px;
    font-weight: 600;
    color: white;
    font-size: 13px;
    line-height: 24px;
}

/*BROCHURE*/
#brochure {
    padding: 60px 0;
    background-size: contain!important;
}
#brochure .boxed {
    max-width: 1000px;
}
#brochure p {
    font-weight: 300;
    font-size: 28px;
    line-height: 41px;
    color: #604C8F;
}
#brochure .btn {
    background: #FFFFFF;
    box-shadow: -2px 4px 45px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    color: #604C8F;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    padding: 15px 25px;
}
#brochure .btn img {
    margin-right: 10px;
}

/*COPERTURA GLOBALE*/
.page-id-301 #wrapper .content-outer.container {
    max-width: 100%;
    padding: 0;
}
.page-id-301 .vc_row.vc_row-fluid .vc_column_container>.vc_column-inner {
    padding: 55px 35px;
}
.page-id-301 h4 {
    font-weight: normal;
}
.page-id-301 #wrapper .vc_tta-tab>a {
    border-color: #a18dff;
    color: #604c8f;
}
.page-id-301 #wrapper .vc_tta-tab.vc_active>a {
    border-color: #a18dff;
    background-color: #a18dff;
    color: #fff;
}
.page-id-301 #wrapper .vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: #a18dff;
    background-color: #fff;
    color: white;
    padding: 30px;
    border-radius: 8px;
}
.page-id-301 #wrapper .vc_tta-tabs .vc_tta-panels .vc_tta-panel-body p {
    color: #604c8f;
}