/* Enter Your Custom CSS Here */
body {
    font-family: lato;
    font-size: 16px;
    letter-spacing: 1.3px;
}
body h2, body .h2{
	font-size: 21px;
	font-family: lato;
	font-weight:300;
}

/*cookie*/
#cookieChoiceInfo {
    /*font-size: 13px;*/
	font-size: 11px;
letter-spacing: 1px;
}
#cookieChoiceInfo a {
    color:#000;
}
#cookieChoiceDismiss {
    background-color: #b5dd7a;
    padding: 0px 8px;
    border-radius: 10px;
  color:#000;
}



/*homepage*/
aside.vertical_menu_area {
    width: auto;
	padding:10px 11px;
}

.hp_vantaggi > .full_section_inner.clearfix {
    background-position: right;
    background-image: url(https://www.senzaimballo.it/wp-content/uploads/2019/10/sfondo_bianco.png);
    background-repeat: repeat-y;
    background-size: 50% auto;
    width: 100%;
}
.hp_vantaggi.left > .full_section_inner.clearfix {
    background-position: left;
}
.hp_vantaggi img {
    padding: 3% 0;
}
.hp_vantaggi .wpb_wrapper {
    padding: 0 4%;
}

/*barra pubblicità*/
.pubblicita{
overflow: hidden;
}

.home .fixed{
position: fixed !important;
bottom: 0;
z-index: 9999;
width:100%;
}

#back_to_bottom {
    color: #cdcdcd;
    height: auto;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
    -webkit-backface-visibility: hidden;
  text-align:center;
  margin:0 auto;
  display:block;
  width:52px;
}
#back_to_bottom:hover span {
    background-color: #e8e8e8;
}
#back_to_bottom span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #e8e8e8;
    background: transparent;
  display: block;
}
#back_to_bottom span i {
    font-size: 22px;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    color: #b0b0b0;
    line-height: 52px;
}

/*bottone vai in basso in home page*/
#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  border-color:#b5dd7a;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #b5dd7a;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
  color:#b5dd7a;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}





/*blog*/
.blog_holder article .single_tags.post_info {
margin-top:3%;
}

.social-share li{
list-style: none;
display: block;
width: 40px;
float: left;
}
.social-share {
display: block;
float: right;
margin-top: 2%;
}

.onmobile{
		display:none;
}
.ondesktop{
		display:block;
}


/*barra in home page mappa - bottoni verticali*/
@media screen and (min-width: 600px) and (min-height: 900px){
.btn-group{
position: absolute !important;
z-index: 99;
right: 0;
}
.btn-group button{
float: left;
/*clear: both;*/
}
}


@media screen and (max-width: 1024px) {
.btn-group {
width: 100%;
}
  .cont_button{
  border:0px solid !important;
  }
}

@media screen and (max-width: 768px) {
    .btn-group button{
  float:left;
  }
	.btn-group{
		background-color:#fff;
	}
  .btn-group button .cont_button{
  width: 100%;
  }
	.hp_vantaggi > .full_section_inner.clearfix {
    background-image: none;
}
	
}


@media screen and (max-width: 768px) and (orientation : portrait) {
.btn-group button{
width: 50%;
}
}
@media screen and (max-width: 768px) and (orientation : landscape) {
.btn-group button{
width: 25%;
}
}

@media screen and (max-width: 500px) and (orientation : portrait),
screen and (max-width: 800px) and (orientation : landscape){
  .pubblicita.due{
  	display:none;
  }
}

@media screen and (max-width: 768px) {
  .q_logo a {
    visibility: visible;
    width: 100% !important;
}

.q_logo a img{
height: 100%;
margin: 0 auto;
display: block !important;
text-align: center;
width: 80px !important;
float: none;
position: relative;
}
  header .q_logo img.normal{
  display: block !important;
  }
  header.light .q_logo img.normal {
    opacity: 1;
}
	
	.onmobile{
		display:block;
	}
	.ondesktop{
		display:none;
	}
	.pubblicita_centro{
	  margin: 2% 0 auto;
    width: 100%;
	}
}




/*placeholder form cf7*/
input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz{
color:#777;
}
.privacy1, .privacy2 {
    font-size: 11px;
    line-height: 15px;
}

