/*
Theme Name: Misfatto a Palazzo
Description: Template Misfatto a Palazzo
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap');

@font-face {
  font-family: 'Psycho';
  src: url('https://www.misfattoapalazzo.com/wp-content/themes/misfatto/font/psycho.ttf');
}

@font-face {
  font-family: 'SeaDreams';
  src: url('https://www.misfattoapalazzo.com/wp-content/themes/misfatto/font/SeaDreams.ttf');
}

@font-face {
  font-family: 'TravelingTypewriter';
  src: url('https://www.misfattoapalazzo.com/wp-content/themes/misfatto/font/TravelingTypewriter.ttf');
}

body{
    margin:0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
 }
p{
   font-family: 'Rubik', sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 28px;
   color: #19161B
}
.red{
  color: #A71F1F !important
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.red{
  color: #7D1F1A
}
.psy{
  font-family: 'Psycho', sans-serif;
}
.sea{
  font-family: 'SeaDreams', sans-serif;
}
.travel{
  font-family: 'TravelingTypewriter', sans-serif;
}

/* HEADER */
header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2
}
.vh{
  display: table;
  width: 100%;
}
.mh{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 240px
}
.marchio {
    margin: 0px auto;
    display: block;
}
/* END HEADER */






/* MENU */
header ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: inline-block;
    width: 100%;
}
header ul li {
    display: inline;
}
header ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
#menu-menusx li a {
    padding: 0px 25px
}
#menu-menudx li a {
    padding: 0px 25px
}
header .current-menu-item a::after {
    content: "";
    background-image: url(https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/macchiamenu.svg);
    width: 100%;
    height: 25px;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    bottom: -25px;
    left: 0%;
    background-position: center;
    background-repeat: no-repeat;
}
/* END MENU */


/* RESPONSIVE MENU */
.button_container {
    cursor: pointer;
    height: 27px;
    position: fixed;
    right: 25px;
    top: 32px;
    transition: 0.3s all ease-in-out;
    width: 35px;
    z-index: 100;
}

.button_container span {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s all ease-in-out;
    width: 100%;
    transition: 0.2s all ease-in-out
}

.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}

.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important;
    background: #19161B
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}

.button_container.active .topp {
    background: #fff none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}

.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}

.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}

.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 18px;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.logoresp {
    height: auto;
    margin: 0 auto 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 40%;
    padding-bottom: 20px;
}
.menuresp {
    display: none;
}
/* END RESPONSIVE MENU */







/* CONTENT */
.slide{
  background-image: url('https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/hero.jpg');
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  color:#fff
}
.vs{
  display: table;
  width: 100%;
}
.ms {
    display: table-cell;
    width: 100%;
    height: 100vh;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 80px;
}
.topTit {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    line-height: 25px;
    margin-top: 10px
}
.contSlide{
  position: relative;
  display: inline-block;
  width: 100%;
}
.titSlide {
    color: #fff;
    padding: 0px 30px;
    font-size: 90px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
    text-shadow: 4px -2px 2px #A71F1F;
}
.macchiaslide {
    background-image: url(https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/macchiamenu.svg);
    display: inline-block;
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
}
.botTit {
    color: #fff;
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
p.subtitle {
    color: #fff;
    z-index: 2;
    position: relative;
    margin-top: 20px;
    font-size: 21px;
}
.buttonW {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 40px;
    letter-spacing: 0.5px;
    transition: 0.2s all ease-in-out
}
.buttonW:hover {
    color: #000;
    background-color: #fff;
}
.uno{
  padding: 150px 0px;
  background-image: url('https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/backdue.jpg');
  background-position: center;
  background-size: cover;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.topTitUno{
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
  color: #fff
}
.titUno{
  font-size: 50px;
  color: #A71F1F;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 15px;
  line-height: 50px
}
.listSpet{
  list-style: none;
  padding: 0px;
  margin: 40px 0px;
  display: inline-block;
  width: 100%;
}
.listSpet li {
    margin-bottom: 40px;
}
.immagineSpettacolo{
  height: 320px;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  box-shadow: -50px 50px 100px rgba(104, 26, 26, 0);
  transition: 0.2s all ease-in-out
}
.listSpet li:hover .immagineSpettacolo{
  box-shadow: -50px 50px 100px rgba(104, 26, 26, 1);
}
.dateCard {
    color: #fff;
    padding: 5px 30px;
    background-color: #A71F1F;
    margin: 0px auto;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.contspettaocloCard a {
    text-decoration: none;
    color: #fff;
}
.titSpettacoloaCard {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #fff;
}
.nomePalazzoCard{
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #fff;
}
.sezionedue {
    position: relative;
    padding: 100px 40px 100px 0px;
    display: inline-block;
    width: 100%;
}
.imgcerchio{
  background-image: url('https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/imghome.png');
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 430px;
  width: 430px;
  border-radius: 50%;
  box-shadow: -50px 50px 100px rgba(0, 0, 0, 0.7);
  float: right;
}
.imgcerchiodue{
  background-image: url('https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/tondino2.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 430px;
  width: 430px;
  border-radius: 50%;
  box-shadow: -50px 50px 100px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}
.macchiadue {
    background-image: url(https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/macchiadue.svg);
    background-position: top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
}
.due {
    padding: 80px 0px;
}
.vd{
  display: cell;
  width: 100%;
}
.md{
  display: table-cell;
  height: 580px;
  vertical-align: middle;
}
.titDue {
    color: #A71F1F;
    font-size: 50px;
    line-height: 50px;
    margin: 80px 0px 0px 0px;
    text-transform: uppercase;
}
.textDue p{
  line-height: 30px;
  margin-bottom: 0px;
}
.tre{
  background-image: url('https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/backnews.jpg');
  padding: 150px 0px;
  background-size: cover;
  background-position: center;
}
.titnewsl {
    background-image: url(https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/macchiatre.svg);
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    margin: 0px auto 40px;
    width: 66%;
}
.slidepage {
    height: 700px;
    background-size: cover;
    background-position: center;
}
.titlepageuno {
    margin-top: 350px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.subtitPage.psy {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0px 0px 0px;
    line-height: 50px;
}
.textChi {
    font-size: 50px;
    color: #fff;
    margin: 10px 0px 0px 0px;
    line-height: 50px;
}
.textpage p {
    color: #fff;
    line-height: 28px;
    font-weight: 300;
    opacity: 0.7;
}
.dueC{
  padding: 150px 0px 0px;
  background: linear-gradient(0deg, #D9D9D9 0%, #FFF 100%);
}
.dueC .macchiadue {
    background-size: contain;
    background-repeat: no-repeat;
}
.dueC .imgcerchio {
    float: none;
    margin: 0 auto;
}
.titlesecChi {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 100px
}
.subtitlesecChi {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0px 0px 0px;
    line-height: 50px;
}
.treC{
  position: relative;
}
.boxgrey{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #D9D9D9;
  height: 400px
}
.imgprog {
    background-image: url(https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/prenota.jpg);
    background-size: cover;
    background-position: top;
    height: 900px;
    margin-top: 100px;
}
.imgprog2 {
    text-align: center;
    padding: 90px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.imgprog2 img {
    height: 150px;
    width: auto;
}
.proxSpet {
    background-image: url(https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/prossimo.svg);
    color: #fff;
    text-transform: uppercase;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: 300;
    padding: 30px 0px;
    position: absolute;
    bottom: -40px;
    left: 5%;
    right: 5%;
    width: 90%;
}
.quattroC{
  margin-top: 250px;
  margin-bottom: 150px;
}
.titTeam{
  font-size: 50px;
  text-transform: uppercase;
  margin: 0px 0px 50px 0px;
  color: #A71F1F
}
.imgTeam{
  height: 550px;
  background-position: center;
  background-size: cover;
}
.ruolo{
  color: #A71F1F;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px
}
.nomeTema{
  color: #A71F1F;
  font-size: 40px;
  text-transform: uppercase;
  margin: 20px 0px 0px;
}
.vTeam{
  display: table;
  width: 100%;
}
.mTeam{
  display: table-cell;
  vertical-align: middle;
  height: 550px;
}
.bio p {
    font-size: 16px;
    line-height: 23px;
}
.row.singoloTeam {
    margin-bottom: 60px;
}
.slidepagedue {
    height: auto;
    background-size: cover;
    background-position: center;
    padding-bottom: 250px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.archiviospettacoli{
  position: relative;
  top: -150px;
}
.archiviospettacoli .titSpettacoloaCard{
  color: #A71F1F;
  text-align: center;
}
.archiviospettacoli .nomePalazzoCard {
    color: #19161B;
    margin-top: 0px;
    text-align: center;
}
.archiviospettacoli .listSpet li:hover .immagineSpettacolo{
  box-shadow: -50px 50px 100px rgba(0, 0, 0, 0.3);
}
.overlayspettacolo{
  background: linear-gradient(2.64deg, #19161B 20.7%, rgba(25, 22, 27, 0) 97.79%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.zz{
  z-index: 1;
  position: relative;
}
.metaspettacolo p {
    color: #fff;
    margin-top: 0px;
}
p.titMEta {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 60px
}

.textMeta p {
    opacity: 0.7;
    font-size: 18px;
    margin-bottom: 20px;
}
.slidepagedue {
    height: auto;
    background-size: cover;
    background-position: center;
    padding-bottom: 150px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.proxSpetdue {
    background-image: url(https://www.misfattoapalazzo.com/wp-content/themes/misfatto/images/prossimo.svg);
    color: #fff;
    text-transform: uppercase;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: 300;
    padding: 30px 0px;
    position: absolute;
    bottom: -40px;
    left: 35%;
    right: 35%;
    width: 30%;
    text-align: center;
}
.titGal{
  color: #A71F1F;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
}
.galleriaFoto{
  margin: 150px 0px
}
ul.galleria {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.imgGal {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}
.galleria a{
  color: #fff;
  text-decoration: none;
}
.overlayGal{
  background-color: rgba(167, 31, 31, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  display: table;
  width: 100%;
  transition: 0.2s all ease-in-out;
  opacity: 0
}
.vg{
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  width: 100%;
}
.galleria li:hover .overlayGal{
  opacity: 1
}
.slidepagetre {
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
}
.contContText p{
  color: #fff
}
.contContText {
    width: 60%;
    margin: 0 auto 50px;
}
.psy.red.big {
    font-size: 70px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.spettEvi{
  margin-top: 20px;
  width: 100%;
  height: auto;
}
p.titEvi {
    color: #fff;
    font-size: 40px;
    margin: 30px 0px 0px;
}
p.textEvi {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}
a.buttonEvi {
    background: #A71F1F;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}
.videoSpett{
  margin-top: 40px;
}
.videoSpett iframe{
  width: 100%;
  height: 500px
}
/* END CONTENT */








/* END CONTATTI */
.titlepagedue {
    margin-top: 150px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.contmoduloo p {
    color: #fff !important;
}
.contatticont{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contc{
  position: relative;
  padding: 200px 0px;
  text-align: center;
  color: #fff;
  z-index: 1;
  width: 100%;
  display: inline-block;
}
.iconecontatti {
    display: inline-block;
    width: 100%;
}
.iconecontatti p {
    display: inline;
    margin: 0px 20px;
    position: relative;
    color: #fff;
}
.iconecontatti p a {
    color: #fff;
}
.iconecontatti p a img {
    position: relative;
    top: 14px;
    margin-right: 5px;
}
.contmoduloo {
    width: 40%;
    margin: 80px auto 0px;
}
p.label {
    margin-bottom: 0px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
}
p.fifield {
    margin-top: 0px;
    text-align: left;
}
p.fifield input, p.fifield textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #fff;
    font-size: 15px;
    background: transparent;
    color: #fff !important;
    font-family: "museo-sans", sans-serif;
}
p.labeldue {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin: 0px;
}
p.labeldue .wpcf7-list-item {
    padding: 0px !important;
    margin: 0px !important;
}
p.fifielddue input {
    border: 1px solid #fff;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    background: transparent;
    transition: 0.2s all ease-in-out;
}
p.fifielddue input:hover {
    background: #fff;
    color: #111
}
p.testocontatti {
    margin-bottom: 34px;
    font-size: 14px
}
/* END CONTATTI */







/* MAILPOET */
#mailpoet_form_1 form.mailpoet_form {
  padding: 0px !important;
}
.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {
  margin-left: 30px;
}
#mailpoet_form_1 {
  width: 50% !important;
  margin: 0 auto;
}
.newsleft {
  margin: 0px !important;
  float: left;
  width: 75%;
}
.newsright {
  margin: 0px !important;
  float: left;
  width: 25%;
}
.modulo {
  width: 80%;
  margin-top: 20px;
}
.newsleft input, .newsright input{
  width: 100% !important;
  padding: 10px;
  font-size: 15px;
}
.newsright input {
  background: #fff;
  font-size: 18px;
  padding: 10px !important;
  border-radius: 60px;
  position: relative;
  left: -40px !important;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  height: 46.5px;
}
.newsleft input {
  font-size: 18px;
  padding: 11px !important;
  border: 1px solid #fff;
  height: 46.5px;
  border-radius: 70px;
}
.mailpoet_form_paragraph.testonews.last {
  float: left;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.4;
  width: 90%;
  color: #fff;
  text-align: center !important;
  margin-bottom: 0px !important
}
.contnewsletter{
  width: 80%;
  display: inline-block;
  margin-top: 35px
}
.titolopartners {
    font-size: 43px;
    margin: 0px 0px 40px;
    color: #00327D;
    text-align: center;
}
.sesto{
  margin: 100px 0px;
  display: inline-block;
  width: 100%;
}
ul.listpartners {
    display: inline-block;
    width: 100%;
    padding: 0px;
    list-style: none;
    margin: 20px 0px 0px;
}
ul.listpartners li {
    float: left;
    width: 20%;
    height: 80px;
    text-align: center;
}
.sestodue {
    background-color: #F7F7F4;
    padding: 100px 0px 50px;
}
#form_email_1 {
    background: transparent !important;
    color: #fff !important;
}
/* END MAILPOET */





/* FOOTER */
footer{
  padding: 50px 0px;
  background: #19161B;
  color: #fff
}
footer ul{
  padding: 0px;
  list-style: none;
  margin: 0px;
}
footer ul li{
  display: inline-block;
  width: 100%;
}
footer ul li a{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
footer p{
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}
.title-widget{
  text-transform: uppercase;
  margin-top: 0px;
}
.footerfour a{
  text-decoration: none
}
.line {
    height: 1px;
    background: #fff;
    opacity: 0.2;
    margin: 40px 0px;
}
.design p {
    margin: 0px;
    font-size: 14px;
}
.design p a {
    color: #fff
}
/* END FOOTER */






/* VARIE */
#back-to-top {
    background: #A71F1F;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
    padding: 8px 0px;
    width: 37px;
    height: 37px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    border-radius: 50%;
}
/* END VARIE */






/* RESPONSIVE */

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.macchiadue {
    background-size: cover;
}
}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
.titSlide {
    font-size: 70px;
}
.contspettaocloCard {
    width: 70%;
    margin: 0 auto;
}
.imgcerchio {
    float: none;
    margin: 0 auto;
}
.sezionedue {
    padding: 100px 40px 0px 0px;
}
.md {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    text-align: center;
    margin-top: 50px;
    padding: 0px 30px;
}
.widget_text.footerone {
    margin-bottom: 30px;
}
.widget_text.footerfour {
    display: inline-block;
    margin-top: 30px;
}
#mailpoet_form_1 {
    width: 80% !important;
    margin: 0 auto;
}
.design .right{
  text-align: left;
}
.imgprog2 {
    top: -3px;
}
.contmoduloo {
    width: 80%;
    margin: 80px auto 0px;
}
.menuresp {
    display: block;
}
}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.titSlide {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0px;
}
.slide{
  background-position: left;
}
.topTit {
    font-size: 30px;
    line-height: 30px;
}
.imgcerchio {
    float: none;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    box-shadow: -20px 20px 100px rgba(0, 0, 0, 0.6);
}
.titnewsl {
    font-size: 40px;
    line-height: 40px;
}
.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {
    margin-left: 0px;
}
.sezionedue {
    padding: 100px 40px 0px 0px;
}
.md {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    text-align: center;
    margin-top: 50px;
    padding: 0px 30px;
}
.widget_text.footerone {
    margin-bottom: 30px;
}
.widget_text.footerfour {
    display: inline-block;
    margin-top: 30px;
}
#mailpoet_form_1 {
    width: 100% !important;
    margin: 0 auto;
}
.newsleft {
    width: 100%;
}
.newsright {
    margin: 0px !important;
    float: none;
    width: 100%;
}
.newsright input {
    left: 0px !important;
}
.design .right{
  text-align: left;
}
.imgprog2 {
    top: -3px;
}
.contmoduloo {
    width: 80%;
    margin: 80px auto 0px;
}
img.marchio {
    width: 100%;
}
.mh {
    height: auto;
}
header#header {
    padding: 20px 0px;
}
.imgcerchiodue {
    height: 250px;
    width: 250px;
}
.sezionedue {
    padding: 0px 0px 0px 0px;
}
.imgprog {
    height: 250px;
}
.imgprog2 img {
    height: 90px;
}
.imgprog2 {
    padding: 80px 0px;
}
p.titTeam.psy.red {
    text-align: center;
}
.imgTeam {
    height: 450px;
}
.proxSpetdue {
    left: 25%;
    right: 25%;
    width: 50%;
}
.titGal {
    line-height: 50px;
}
.imgGal, .vg {
    height: 150px;
}
.contc {
    padding: 100px 0px 0px;
}
.menuresp {
    display: block;
}
.titlepageuno {
    margin-top: 200px;
}
}



@media (min-width:801px) and (max-width:1025px)
{
.titSlide {
  font-size: 45px;
  line-height: 50px;
}
.topTit {
    font-size: 24px;
    line-height: 25px;
    margin-top: 10px
}
.buttonW {
    margin-top: 0px;
    font-size: 15px;
    margin-top: 0px;
    padding: 5px 40px;
}
.ms {
    padding-bottom: 30px;
}
}
