/*
    Theme Name: WP Segesit
    Theme URI: https://www.segesit.it/
    Author: Segesit
    Author URI: https://segesit.it/
    Description:  Custom theme 4 Solstice Collection by Segesit team
    Version: 0.0.6664
	License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: wp-segesit
    Requires at least: 4.7
    Requires PHP: 5.2.4
    Tested up to: 5.4
    Tags: Custom theme made by Segesit

    */
/*

                                                                                                                                 
          ____                                                                                                                   
        ,'  , `.                     ,---,                ,--,                                                  ,--,             
     ,-+-,.' _ |  ,--,             ,--.' |              ,--.'|                                                ,--.'|     ,--,    
  ,-+-. ;   , ||,--.'|             |  |  :              |  | :                     ,---,                      |  | :   ,--.'|    
 ,--.'|'   |  ;||  |,              :  :  :              :  : '                 ,-+-. /  |  ,----._,.          :  : '   |  |,     
|   |  ,', |  ':`--'_       ,---.  :  |  |,--.   ,---.  |  ' |     ,--.--.    ,--.'|'   | /   /  ' /   ,---.  |  ' |   `--'_     
|   | /  | |  ||,' ,'|     /     \ |  :  '   |  /     \ '  | |    /       \  |   |  ,"' ||   :     |  /     \ '  | |   ,' ,'|    
'   | :  | :  |,'  | |    /    / ' |  |   /' : /    /  ||  | :   .--.  .-. | |   | /  | ||   | .\  . /    /  ||  | :   '  | |    
;   . |  ; |--' |  | :   .    ' /  '  :  | | |.    ' / |'  : |__  \__\/: . . |   | |  | |.   ; ';  |.    ' / |'  : |__ |  | :    
|   : |  | ,    '  : |__ '   ; :__ |  |  ' | :'   ;   /||  | '.'| ," .--.; | |   | |  |/ '   .   . |'   ;   /||  | '.'|'  : |__  
|   : '  |/     |  | '.'|'   | '.'||  :  :_:,''   |  / |;  :    ;/  /  ,.  | |   | |--'   `---`-'| |'   |  / |;  :    ;|  | '.'| 
;   | |`-'      ;  :    ;|   :    :|  | ,'    |   :    ||  ,   /;  :   .'   \|   |/       .'__/\_: ||   :    ||  ,   / ;  :    ; 
|   ;/          |  ,   /  \   \  / `--''       \   \  /  ---`-' |  ,     .-./'---'        |   :    : \   \  /  ---`-'  |  ,   /  
'---'            ---`-'    `----'               `----'           `--`---'                  \   \  /   `----'            ---`-'   
                                                                                            `--`-'                               
                                  
                                                                                                               
    */
@import url("boot.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
:root {
  font-size: 18px;
  --main: #C5001C;
  --grey: #2B2B2B;
}
html, body {
  font-family: 'Oswald', sans-serif;
  margin: 0
}
.noscrollbar {
  overflow: hidden;
  height: 100%;
  width: 100%
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
#masthead {
  position: fixed;
  background: var(--main);
  width: 100%;
  z-index: 999;
  top: 0;
}
.desk-none {
  display: none
}
.logo img {
  width: 250px;
  transition: .3s;
}
.navbar-brand {
  background: var(--main);
  transition: .3s;
  height: 135px;
}
.fisso .navbar-brand {
  height: 70px;
  overflow: hidden;
}
.fisso .logo img {
  width: 160px;
  margin-left: 1rem;
}
#menu-main-menu {
  padding: 0;
}
#menu-main-menu li {
  list-style: none;
  font-weight: 500;
}
#menu-main-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 0.85rem .5rem;
  text-transform: uppercase;
  line-height: 1.5;
  transition: .3s;
  font-size: 1.1rem;
  display: block;
  font-weight: 600;
}
#menu-main-menu li a:hover, #menu-main-menu li.current-menu-item a {
  background: #fff;
  color: #000;
}
#menu-main-menu {
  margin: 0;
  padding: 0;
}
#menu-main-menu > li > ul {
  padding: 0;
  opacity: 0;
  position: absolute;
  transition: .3s;
  text-align: left;
  top: 3.4rem;
  display: none;
  width: fit-content;
  background: #fff;
  text-transform: uppercase;
  z-index: -1;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  font-size: .9rem;
}
#menu-main-menu > li:hover > ul {
  display: block;
  opacity: 1;
}
#menu-main-menu > li > ul a {
  border: none;
  /* text-transform: none; */
  color: #000;
  display: block;
  font-size: .9rem;
  padding: 10px 45px 10px 15px;
  color: #000000;
  background-color: #fff !important;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 500;
  transition: .3s;
}
#menu-main-menu > li > ul a:hover {
  background-color: #f2f2f2 !important
}
.navbar-toggler {
  display: none;
}
.menu-wrapper {
  display: flex;
  align-items: center;
  background: #000;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff
}
.header-right-top {
  height: 59px;
  background-color: #131313;
  width: 100%;
  transition: .3s;
}
.xtra-sidebar .address {
  float: left;
  position: relative;
  background-color: #131313;
  height: 59px;
  border-radius: 0 0 0 20px;
  font-size: 1rem;
  line-height: 25px;
  padding: 17px 0;
  margin-left: -15px;
  width: calc(100% - 400px);
  color: #fff;
  text-align: center;
  transition: .3s;
}
.xtra-sidebar .address:after {
  position: absolute;
  left: -41.3px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 48px 54px 0;
  border-color: transparent #131313 transparent transparent;
  transition: .3s;
}
.appointment {
  display: block;
  float: right;
  position: relative;
  background-color: #fff;
  height: 59px;
  border-radius: 0 0 0 20px;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px;
  margin-left: -15px;
  width: 400px;
  color: #c5001c;
  text-align: center;
  outline: none;
  transition: .3s;
}
.appointment:after {
  position: absolute;
  left: -41px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 48px 54px 0;
  border-color: transparent #fff transparent transparent;
  transition: .3s;
}
.header-right-bottom {
  padding: 5px 0px;
  height: 66px;
  position: relative;
  margin-right: 0 !important;
  transition: .3s;
}
.header-phone {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  float: left;
  padding-top: 15px;
  transition: .3s;
}
.header-phone .text {
  padding-right: 10px;
  font-size: .8rem;
  text-transform: uppercase;
  transition: .3s;
}
.header-phone > span {
  display: inline-block;
  vertical-align: middle;
  transition: .3s;
}
.header-phone .phone-number {
  font-size: 1.5rem;
  transition: .3s;
}
a.phone {
  color: white;
}
.header-right-top a:hover {
  color: #333;
}
.fisso .header-right-top {
  height: 40px
}
.fisso .xtra-sidebar .address {
  padding: 5px 0;
  height: 40px;
}
.fisso .xtra-sidebar .address:after, .fisso .appointment:after {
  border-width: 0px 48px 35px 0;
}
.fisso .appointment {
  height: 40px;
  padding: 5px 20px;
}
.fisso .header-right-bottom {
  height: 40px;
}
.fisso .header-phone {
  padding-top: 0
}
#slider-home:before {
  content: " ";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#slider-home .slide {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.carousel-inner, .carousel-item {
  height: 100%;
}
p.slider-paragraph {
  font-size: 1.5rem;
  color: white;
  display: inline-block;
  background: var(--main);
  padding: 8px 20px;
}
.slider-caption {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  left: 50%;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.slider-first-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.carousel-control-next, .carousel-control-prev {
  z-index: 2;
}
#chiavi {
  background: var(--grey);
  color: #fff;
  padding: 3rem 0 4rem;
  position: relative;
}
#chiavi h2 {
  font-weight: 600;
}
#chiavi img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}
a.cta, p.readmore {
  width: fit-content;
  background: var(--grey);
  display: inline-block;
  padding: 0.25rem 2rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  transition: .3s;
  font-size: .8rem;
}
a.cta:hover {
  text-decoration: none;
  background: var(--main);
}
#chiavi a.cta {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid var(--main);
}
span.color {
  color: var(--main);
}
.bordo {
  border-top: 1px solid #ccc;
}
.services .col-md-4 {
  padding: 0;
  background: var(--main);
  text-align: center;
  color: #fff;
}
.services .block {
  height: 380px;
  position: relative;
}
.services .block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  font-size: 1.2rem
}
.services .block .text h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.services .block img {
  height: 380px;
  object-fit: cover;
}
#servizi ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#servizi ul li {
  flex: 33%;
}
ul.list {
  list-style: none;
  padding-left: 0;
}
ul.list li:before {
  content: "✓";
  color: var(--main);
  margin-right: 0.5rem;
}
.counter-box i {
  background: url(img/sprite.svg) left top / 500px no-repeat;
  width: 50px;
  display: inline-block;
  height: 50px;
  margin: 0px 0.35rem;
  filter: invert(18%) sepia(69%) saturate(6844%) hue-rotate(342deg) brightness(73%) contrast(118%);
}
i.anni {
  background-position: -250px -50px
}
i.team {
  background-position: -300px -50px
}
i.clienti {
  background-position: -350px -50px
}
i.auto {
  background-position: -200px -50px
}
.counter-box p {
  font-size: 1.3rem;
  color: var(--main);
  font-weight: 600
}
.large {
  font-size: 2.5rem;
  font-weight: 600
}
.numeri h2 + p {
  font-size: 1.3rem;
  margin-bottom: 2rem
}
.fixed-bg {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 10rem 0;
  color: #fff;
  font-size: 1.2rem;
}
.splendere h2 {
  text-align: center;
  font-weight: 600;
  font-size: 4.5rem
}
#assistenza .col-md-3 p {
  margin: 1rem 0;
}
span.number {
  background: #c5001c;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  line-height: 1.5;
  padding: 0.4rem .8rem;
}
span.text {
  display: inline-block;
  padding-left: 3rem;
}
#appuntamento {
  padding: 10rem 0;
  color: #fff;
  background: url(https://www.carrozzeriamichelangeli.it/new/wp-content/uploads/2022/04/carrozzeria-michelangeli-banner-appuntamento.jpg)center/cover no-repeat;
}
#appuntamento .large a {
  color: var(--main);
}
a.cta.invert, p.readmore {
  background: var(--main);
}
a.cta.invert:hover, p.readmore:hover {
  background: var(--grey);
}
.scheda img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.scheda {
  background: #f9f9f9;
	margin-bottom:1rem;
}
.post-text {
  padding: .5rem;
  min-height: 250px;
}
.post-text a {
  color: #000;
}
p.thetitle, h3.rpwe-title {
  font-size: 1.3rem;
}
h3.rpwe-title a {
  color: #000
}
.post-text a:hover, h3.rpwe-title a:hover {
  text-decoration: none;
}
[role="form"] label, [role="form"] select {
  width: 100%;
}
[role="form"] input, [role="form"] select {
  margin-bottom: 4px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  color: #2b2b2b;
  width: 100%;
}
[role="form"] textarea {
  padding: .85rem;
  font-size: .9rem;
  width: 100%;
  height: 150px;
  border: 1px solid #dbdbdb;
}
input[type="file"] {
  border: none
}
.privacy {
  font-size: .7rem !important;
}
input.wpcf7-submit {
  background: #2c2c2c;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  transition: .3s;
  width: fit-content;
  width: -moz-fit-content;
  padding: 20px 35px;
  border-radius: 6px;
}
.mappa {
  position: relative;
  text-align: justify;
  min-height: 450px;
  background: var(--grey);
}
.mappa.tiny {
  min-height: 450px;
}
.mappa .col-6 {
  min-height: 500px;
}
.right-half {
  padding-right: 0 !important;
  right: 0;
  left: 50%;
}
.col-md-6.dati {
  padding-top: 3.5rem;
  min-height: 450px !important;
  color: #fff;
}
.col-md-6.dati a {
  text-decoration: none;
  color: #fff;
}
.contact-info i.icon {
  background: url(img/sprite.svg) left top / 400px no-repeat;
  width: 40px;
  display: inline-block;
  height: 40px;
  filter: invert(18%) sepia(69%) saturate(6844%) hue-rotate(342deg) brightness(73%) contrast(118%);
  content: "";
}
.contact-info i.icon.map {
  background-position: -160px 0;
}
.contact-info i.icon.email {
  background-position: -120px 0;
}
.contact-info i.icon.tel {
    background-position: 0 -40px;
}
#colophon {
  background: var(--grey);
  /* padding: 3rem 0; */
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .2) inset;
}
.footer-bar {
  padding: 1rem 0;
  color: #fff;
}
.footer-bar a {
  color: #000;
  transition: .3s
}
.footer-bar p {
  font-size: .875rem;
  margin-bottom: .25rem;
}
.credits {
  background: #000;
  color: #f5f5f5
}
.site-info a {
  color: inherit;
  text-decoration: underline
}
#totop {
  position: fixed;
  z-index: 3;
  right: 56px;
  bottom: -56px;
  width: 45px;
  height: 45px;
  text-indent: -9999rem;
  overflow: hidden;
  background: url(img/sprite.svg) -270px 0/450px auto #fff;
  transition: .3s;
}
#totop.up {
  position: fixed;
  z-index: 3;
  right: 56px;
  bottom: 6px;
}
.error-404.not-found .error-h {
  position: relative;
  padding: 4rem 2rem;
  max-width: 640px;
  margin: 130px auto;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.35;
  font-family: 'montserrat';
  border: 4px solid var(--main);
}
.error-404.not-found h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35;
  font-family: 'montserrat';
}
.error-404.not-found h1 small {
  display: block;
  text-transform: uppercase;
  background: var(--yellow);
  color: whitesmoke;
  font-weight: 500;
  font-size: 3.125rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--grey)
}
.error-404.not-found h1 small b {
  font-weight: 700
}
.error-404.not-found .error-h a {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  left: 0;
  background: var(--main);
  width: fit-content;
  width: moz-fit-content;
  padding: .25rem 1rem;
  text-transform: uppercase;
  color: #fff;
  margin: auto;
}
div#hero-banner {
  height: 30vh !important;
  position: relative;
  margin-bottom: 3rem;
	background-position: center;
}
.banner-caption {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  color: #fff;
  left: 50%;
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.altri-servizi img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin-top: 1rem;
}
.altri-servizi a {
  text-align: center;
  color: var(--main);
}
.altri-servizi a:hover {
  text-decoration: none;
}
.title-service {
  padding: 3rem 0;
}
.title-service h1 {
  font-weight: 600;
  font-size: 3rem;
}
.title-service h1 + p {
  font-size: 1.7rem;
}
.service-icon {
  position: relative;
}
.service-icon .icon {
  background: url(img/sprite.svg) left top / 1000px no-repeat;
  width: 100px;
  display: inline-block;
  height: 100px;
  margin: 8px 0.35rem;
  filter: invert(1);
}
.service-icon .icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  background-color: #fff;
  position: relative;
}
.service-icon:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background-color: #a1a1a1;
}
.service-icon .icon-wrapper span {
  display: inline-block;
  position: relative;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #c5001c;
  text-align: center;
  box-shadow: 0 0 0 1px #dddddd;
  border: 5px solid #fff;
}
.service-icon .icon.icon-people {
  background-position: -600px -100px
}
.service-icon .icon.elettronica {
  background-position: -800px -100px
}
.service-icon .icon.tagliandi {
  background-position: -900px -100px
}
.service-icon .icon.elettrauto {
  background-position: 0 -200px
}
.service-icon .icon.pneumatico {
  background-position: -100px -200px
}
.service-icon .icon.tappezzeria {
  background-position: -200px -200px
}
.service-icon .icon.adas {
  background-position: -300px -200px
}
.row.verni {
  background: url(https://www.carrozzeriamichelangeli.it/new/wp-content/uploads/2022/04/carrozzeria-michelangeli-banner-servizi-verniciatura.jpg)right/ 50% no-repeat #2B2B2B;
  min-height: 450px;
  color: #fff
}
.row.verni.misurazione {
  background: url(https://www.carrozzeriamichelangeli.it/new/wp-content/uploads/2022/05/carrozzeria-michelangeli-banner-servizi-misurazione-elettronica.jpg)right/ 50% no-repeat #2B2B2B;
}
.row.verni.tagliando {
  background: url(https://www.carrozzeriamichelangeli.it/new/wp-content/uploads/2022/05/carrozzeria-michelangeli-banner-servizi-tagliandi.jpg)right/ 50% no-repeat #2B2B2B;
}
.row.verni.diagnosi {
  background: url(https://www.carrozzeriamichelangeli.it/new/wp-content/uploads/2022/05/carrozzeria-michelangeli-banner-servizi-diagnosi-elettronica.jpg)right/ 50% no-repeat #2B2B2B;
}
.row.verni.pneumatici {
  background: url(https://www.carrozzeriamichelangeli.it/new/wp-content/uploads/2022/05/carrozzeria-michelangeli-banner-servizi-pneumatici.jpg)right/ 50% no-repeat #2B2B2B;
}
.row.verni.restauro {
  background: url(https://www.carrozzeriamichelangeli.it/new/wp-content/uploads/2022/05/carrozzeria-michelangeli-servizio-tappezzeria.jpg)right/ 50% no-repeat #2B2B2B;
}
.row.verni.calibrazione {
  background: url(https://www.carrozzeriamichelangeli.it/new/wp-content/uploads/2022/05/carrozzeria-michelangeli-banner-servizi-calibrazione-adas-2.jpg)right/ 50% no-repeat #2B2B2B;
}
.red-border {
  border-bottom: solid var(--main) 2px;
}
.red-border img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.piedi {
  border: solid var(--main);
  padding: 1rem;
}
.cta-serv a, a.s-phone {
  color: var(--main);
}
.altri-servizi h3 {
  font-size: 1.3rem;
}
.modal-content button {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: var(--main);
  font-size: 3rem;
  line-height: 1;
  box-shadow: 8px 0 15px -5px rgb(0 0 0 / 44%) inset;
  border: 0;
  padding: .725rem 1rem;
  height: 80px;
  transition: .3s;
}
.modal-content button:hover {
  top: 0;
  background: var(--main);
  color: #fff;
}
.modal-header {
  background: var(--main);
  color: #fff;
  height: 80px;
}
.no-banner {
  margin-top: 200px
}
a.trigger-submenu {
  margin-left: 1.5rem;
  background: url(img/sprite.svg) -280px 0 / 400px no-repeat;
  width: 40px;
  height: 40px;
  filter: invert(1);
  transition: .3s;
  display: none;
}
#panel-contact {
  display: none;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 20%) inset, 0 10px 20px -10px rgb(0 0 0 / 20%);
  padding: 1rem;
}
a.trigger-submenu.aperto {
  transform: rotate(-180deg);
}
i.icon {
  background: url(img/sprite.svg) top left / 200px no-repeat;
  width: 20px;
  display: inline-block;
  height: 20px;
  filter: invert(1);
  margin-right: .25rem;
  transform: translateY(4px)
}
i.icon.map {
  background-position: -80px 0;
}
i.icon.email {
  background-position: -60px 0;
}
i.icon.tel {
  background-position: 0 -20px;
}
i.icon.clock {
  background-position: -80px -40px;
}
.header-info-mobile-inside {
  font-size: 1rem;
  padding: 1rem;
}
.header-info-mobile-inside a {
  color: var(--main);
}
.header-info-mobile-inside i.icon {
  filter: invert(0)
}
.page-id-209 .form {
    display:none;
}
/*QUERIES*/

@media (max-width: 1280px) {
  span.text {
    padding-left: 0;
  }
}
@media(max-width: 768px) {
  :root {
    font-size: 15px
  }
  .mobile #menu-main-menu > li > ul {
    display: block !important;
    position: relative;
    width: 90%;
    z-index: 1;
    opacity: 1;
    top: 0;
  }
  .mobile #main-nav-hamburger-style {
    overflow: scroll;
    max-height: 150vh;
  }
  .mobile #main-nav-hamburger-style.show {
    max-height: 110vh;
  }
  .mobile ul#menu-main-menu {
    padding: 1.8rem 0 19rem;
    margin: 0;
    overflow: scroll;
  }
  .mobile .navbar-toggler.desk-none {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 0;
    top: 55px;
    right: 20px;
    transform: none;
    outline: none !important;
  }
  .mobile #nav-icon3 > span {
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: .5rem;
    background: #fff;
    border-radius: 4px;
    position: relative
  }
  .mobile #nav-icon3 > span:nth-of-type(3) {
    width: 70%;
    margin-bottom: 0;
    transition: .3s ease-in-out
  }
  .mobile [aria-expanded="true"] #nav-icon3 > span:nth-of-type(3) {
    width: 100%;
  }
  .mobile #nav-icon3 > span:nth-of-type(4) {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: .5rem;
    color: #fff;
    background: transparent;
  }
  .mobile #nav-icon3 > span:nth-of-type(4):before {
    content: "MENU";
    font-size: 1rem;
    letter-spacing: .03rem;
    display: block;
    margin-top: .725rem
  }
  .mobile .logo img {
    width: 180px;
  }
  .mobile .fisso .logo img {
    width: 150px
  }
  .mobile div#top-bar {
    padding-top: 45px !important;
  }
  .mobile .header-right-top {
    height: 40px;
    background: var(--main);
    width: 100%;
  }
  .mobile .xtra-sidebar {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: .8rem;
  }
  .mobile .xtra-sidebar .address {
    display: none;
  }
  .mobile .xtra-sidebar .appointment {
    height: 40px;
    font-size: 20px;
    line-height: 1;
    padding: 10px 20px;
    width: 75%;
  }
  .mobile .xtra-sidebar .appointment:after {
    border-width: 0px 48px 35px 0;
  }
  .mobile .header-right-bottom {
    display: none;
  }
  .mobile #servizi ul li {
    flex: 100%;
  }
  .mobile .right-half {
    position: static !important;
    right: unset !important;
    display: block;
    width: 100%;
    left: unset;
    margin: 0;
    padding: 0;
  }
  .mobile .mappa {
    padding: 0
  }
  .mobile .mappa .container {
    padding: 0
  }
  .mobile .mappa.tiny {
    min-height: unset
  }
  .mobile .no-form {
    min-height: unset;
  }
  .mobile .right-half + div {
    width: 100%;
    margin: 0;
    padding: .725rem 1.5rem;
  }
  .mobile .right-half iframe {
    height: 400px;
    margin-bottom: 1rem
  }
  .mobile #menu-main-menu li {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid
  }
  .mobile #menu-main-menu li a {
    display: block;
    border: 0;
    position: relative;
    overflow: hidden;
    padding: 1.25rem 1rem;
  }
  .mobile .menu-wrapper {
    padding: 0 !important
  }
  .mobile #colophon {
    text-align: center;
  }
  .mobile #colophon h5 {
    margin-top: 1.6rem;
    border-top: 1px solid #d7d7d7;
    padding: 1rem .5rem 1rem;
    font-size: 1.125rem;
  }
  .mobile .grecaptcha-badge {
    display: none !important
  }
  .mobile #totop.up {
    right: 1rem;
  }
  .mobile .footer-bar p {
    font-size: 1.1rem
  }
  .mobile .CookieDeclarationType {
    overflow-x: scroll;
  }
  .mobile .CookieDeclarationTable {
    min-width: 150%;
  }
  .mobile #hero-banner {
    height: unset !important;
    min-height: unset !important;
    padding-top: 270px;
    background-size: auto 275px;
    margin-top: 80px !important;
    background-position-x: 0;
  }
  .mobile #slider-home .carousel-item {
    height: 400px !important;
    min-height: 400px !important;
    margin-top: 0;
  }
  .mobile #slider-home {
    height: 400px !important;
    min-height: 400px !important;
    background-position-x: 0;
    margin-top: 120px !important;
  }
  .mobile #chiavi {
    display: none;
  }
  .mobile span.number {
    position: relative;
    margin-right: 1rem;
  }
  .mobile .desk-none {
    display: block;
  }
  .mobile .row.verni {
    background: #2B2B2B;
    padding: 1rem
  }
  .mobile .fixed-bg {
    background-attachment: inherit;
  }
  .mobile p.slider-paragraph {
    font-size: 1.2rem
  }
  .mobile .slider-first-title {
    font-size: 1.5rem;
  }
  .mobile a.trigger-submenu {
    display: inline-block;
  }
}
@media (max-width:640px) {	
  .mobile .row.reverse {
    flex-direction: column-reverse;
  }
}