/*
Theme Name: Michele Magnoni
Theme URI: https://michelemagnoni.com
Author: Michele Magnoni
Author URI: https://michelemagnoni.com/
Description: Michele Magnoni new theme
Version: 3.1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight:lighter;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'ITCAvantGardeGothicLTBold';
    src: url("inc/assets/fonts/ITC_AvantGardeGothic-LT-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: bold;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  /* color: #24292e; */
  color: #009499;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family:'ITCAvantGardeGothicLTBold';
}
h1 {
  font-size: 40px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
.h1,.h2,.h3,.h4,.h5,.h6{
font-weight:bolder;
font-family:'ITCAvantGardeGothicLTBold';
}
.h1{
font-size:32px;
}
.h2{
font-size:24px;
}
.h3{
	 font-weight: bold;
    /* padding: 25px 0 16px 0; */
    padding:0;
    display: block;
    font-size: 1.4em;
}
.h4{
font-size:16px;
}
.h5{
font-size:14px;
}
.h6{
font-size:32px;
}
p {
  margin-bottom: 1.5em;
}
h1.entry-title{
	margin:0;
  margin-bottom: 30px;
}
h2.entry-title {
}
h3.widget-title {
  font-size: 1.2rem;
}
a{
	color:#FF6F61;
	transition:color 0.5s;
}
a:hover{
	color:#e57373;
	text-decoration:underline;
}
#breadcrumbs{
  font-size: 0.7em;
}
#breadcrumbs a:hover{
	text-decoration:underline;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  /* border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none; */
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}
#primary .post.hentry {
  margin-bottom: 0rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 12px;
}
body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: #1d1d1d;
  text-align:center;
  padding: 0px 0 00px 0;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}
.logoFooter{
	width:40px;
	margin-right:20px;
}
.logoHeader{
  width: 170px;
  height: 73px;
  position: absolute;
  display: block!important;
}
.logoHeaderMobile{
	 position: fixed;
    right: 40px;
    width: 100px;
    top: 16px;
    z-index: 999999;
}
.contentSingServ{
padding:50px 0;
}
#footer-widget.bg-scuro{
	background:#333333;
	color:#fff;
	text-align:center;
	padding: 50px;
}
#footer-widget.bg-scuro .container{
	max-width:640px;
}
.single-portfolio #footer-widget.bg-scuro{
	margin-top:35px!important;
}
.socialIcon{
width:40px;
}
.socialIconMiddle{
margin:0 100px;
}
.contenutoPrincipale{
	text-align:center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.home #primary .site-main{
	color:#000;
	text-align:center;
}
.home #primary .site-main .colonnaSXhp{
	padding-top:60px;
}
.home #primary .site-main .colonnaDXhp img{
    max-height: 450px;
    width: auto;
    padding: 30px;
}
.home #primary .site-main .h1{
	 color: #fff!important;
    margin-top: 20px;
    display: inline-block;
}
.home #primary .site-main .bottone{
	color: #fff!important;
	border:1px solid #fff;
}
#footer-widget section{
	font-size:20px;
}
#footer-widget .footerTextMess {
	font-size:16px;
}
.container {
	max-width: 800px;
}
.home .container {
	max-width: 800px;
}
#serviziBlock .container{
	max-width: 800px;
}
#serviziBlockDetail .container{
	max-width: 1000px;
}
#menuHeader .container{
	max-width: 1140px;
}
.shiftnav-toggle-button{
	background:none!important;
}
.shiftnav-open .shiftnav.shiftnav-open-target{
/*	width:40%; */
}
.shiftnav .fa, .shiftnav-toggle .fa {
    font-size: 1.8em;
}
.hamburgerMenu{
width:30px;
}
.shiftnav-toggle-button{
	padding:20px 15px!important;
}
.contenutoSecondario .row{
	padding:50px;
}
.contenutoSecondario .h1{
text-align:center;
padding-bottom:10px;
display:block;
}
#serviziBlock{
	padding:54px 40px 90px 40px;
	text-align:center;
   background: url(https://www.mabudigital.it/wp-content/themes/mabudigital/inc/assets/images/bg-servizi.png) no-repeat center 230px #ffe7ea;
   min-height: 700px;
}
.singoloServizio{
	font-style: italic;
   list-style-type: none;
   font-size: 0.8em;
   padding-left: 0;
   margin-bottom:50px;
}
.singoloServizio li{
	color: #73757b;
	line-height: 1.3em;
}
.bottoneBianco,
.btn,
.wpcf7-submit{
	color: #006afc!important;
   border: 1px solid #006afc;
   border-radius: 25px;
   padding: 7px 16px;
   text-align: center;
   margin: 0 auto;
   font-size:0.9em;
   font-weight:400;
   transition: background 0.5s;
}
.bottoneBianco:hover,
.btn:hover,
.wpcf7-submit:hover{
	background: #006afc!important;
	color:#fff!important;
	text-decoration:none;
}
.contenitoreObiettivo p{
color: #fff;
font-size:1.4em;
}
.btn{
background:#fff!important;
}
.bottoneBianco{
	border: 1px solid #fff;
	color:#fff!important;
}
.bottoneBianco:hover{
	border: 1px solid #fff;
	background: #fff;
	color:#006afc!important;
}
#serviziBlock .h1{
	margin-bottom: 30px;
   display: block;
}
.contenitoreObiettivo{
	 padding: 40px;
    max-width: 560px;
    margin: 0 auto;
    min-height: 500px;
}
#bgvid{
	width:100%;
}
#menuHeader {
    width:100%;
    height:170px;
    position:relative;
    margin-bottom:60px;
}
.home #menuHeader {
    margin-bottom:40px;
}
/* #menuHeader .carousel,
#menuHeader .carousel-inner,
#menuHeader .carousel-item {
  position: unset;
} */
#menuHeader {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
#menuHeader .logoHeader {
  position: fixed;
  top: 50px;
  z-index: 9999999;
  display: block;
  height: 77px;
  width: 200px;
  left: 80px;
  border-left: 1px solid #009499;
  padding-left: 10px;
}
.titoloHeader{
	font-size:60px;
	font-family:'ITCAvantGardeGothicLTBold';
}
.sottotitoloHeader{
	font-size:32px;
/*	font-family:'ITCAvantGardeGothicLTBold'; */
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	color:#666;
}
.page-template-page-servizi #serviziBlock{
	min-height:600px;
}
.page-template-page-servizi #serviziBlock .h1{
	display:none;
}
.post-thumbnail-portfolio{
	height:506px;
   position: relative;
   overflow: hidden;
	background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}
.entryContentFlexible,
.portfolioHalfSx,
.portfolioHalfDx{
margin: 0;
padding: 0 ;
}
.portfolioFull{
	width:100%;
	padding:0;
	margin:0;
}
.portfolioFull img,
.portfolioFull iframe{
margin:0 auto;
}
.footerPorfolio{
	width:100%;
	text-align:center;
	font-size: 0.6em;
	padding: 20px;
   color: #333;
   font-style: italic;
}
.portfolioDescrizione,
.portfolioTitolo{
	padding:75px 75px 100px 75px;
}
.portfolioDescrizione p,
.portfolioTitolo p{
	padding:0px;
	margin:0px;
}
.portfolioDescrizione p{
	color:#838282;
}
.portfolioTitolo .entry-title{
font-size:2em;
display:block;
font-family:'ITCAvantGardeGothicLTBold';
color:#838282;
line-height: 1em;
}
.portfolioTitolo .attivitaPortfolio{
font-size:1em;
display:block;
color:#585857;
font-style:italic;
}
.portfolioTitolo .sitowebPortfolio{
font-size:0.8em;
display:block;
color:#585857;
}
.lazy {
  opacity: 0;
  transition: opacity 1s;
}
.portfolioHalfSx,
.portfolioHalfDx{
	height: 250px;
   position: relative;
   overflow: hidden;
   padding:0!important;
   margin:0!important;
	background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   transition: transform .2s; /* Animation */
}
.linkPostZoom{
  overflow: hidden;
  display: block;
}
.linkPostZoom:hover .portfolioHalfSx{
  transform: scale(1.1);
}
.containerPortfolio{
	width:1100px;
	margin:0 auto;
	display:block;
	padding-top: 75px;
}
.contenutoSecondario .row2.bloccoOiettivo{
    text-align: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.portfolioArchive .container{
	max-width:1140px;
}
.portfolioArchive .portfolioHalfBlock{
/*	height: 390px; */
   position: relative;
   overflow: hidden;
	background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}
.portfolioHalfBlockSx{
margin-right:12px;
text-align:center;
}
.portfolioHalfBlockDx{
margin-left:12px;
text-align:center;
}
.infoPortfolioArchive .entry-title{
font-weight:bolder;
display:block;
}
.infoPortfolioArchive .attivitaPortfolio{
	display:block;
	font-style: italic;
	font-size: 0.8em;
}
.portfolioArchive .portfolioHalf .portfolioArchiveBlock{
margin-bottom:65px;
padding:0;
}

/* MASONRY DISPLAY FLEX */
.home .portfolioHalf{
  height:100vh;
  min-height:1580px;
}
.home .portfolioHalf,
.home .portfolioHalf .item{
  display:flex;
  flex-wrap:wrap;
  flex-direction: column;
}
.home .item {
  width:50%;
}
.home .item:nth-child(2n+1){
  order:1;
  margin-bottom:65px;
}
.home .item:nth-child(2n){
  order:2;
  margin-bottom:65px;
}
/* */

.sfm-logo img{
width:100px!important;
}
.sfm-menu li a{
font-size:1.5em!important;
font-family: 'ITCAvantGardeGothicLTBold'!important;
padding-left:0px!important;
}
.sfm-menu li a:hover{
  color:#FF6F61!important;
}
.sfm-custom-content .wpcf7-form input[type="text"],
.sfm-custom-content .wpcf7-form input[type="email"],
.sfm-custom-content .wpcf7-form input[type="tel"]{
width:100%;
height:40px;
border-radius: 5px;
border:0px;
padding:20px;
color:#212121;
font-size:0.7em;
}
.sfm-custom-content .wpcf7-form textarea{
width:100%;
height:80px;
border-radius: 5px;
border:0px;
padding:20px;
color:#212121;
font-size:0.7em;
}

.sfm-custom-content .wpcf7-form .wpcf7-submit{
	width:200px;
	display:block;
	margin:0 auto;
	background:transparent;
}
.sfm-custom-content .wpcf7-form .wpcf7-submit:hover{
	background: #6699ff;
}
::placeholder{
color:#bdbdbd;
}
.sfm-custom-content .wpcf7-form p{
font-size:0.85em;
line-height:1.3em;
}
.sfm-custom-content .wpcf7-form .fa-envelope{
    font-size: 2em;
    text-align: center;
    display: block;
    font-weight: 900;
}
.sfm-custom-content .wpcf7-form .fa-smile{
    font-weight: 400;
}
.sfm-custom-content .wpcf7-form .fa{
    color: #2962ff;
}
.sfm-rollback{
  height: auto!important;
}
.single-portfolio .navigationFixedPortfolio .post-navigation{
    width: 100%;
    margin: 0;
    padding: 10px 65px 10px 65px;
    height: 50px;
}
#navigationFixedPortfolio{
    width: 100%;
    bottom: 0;
    background: #fff;
    position:relative;
    opacity:0.9;
}
.single-portfolio .post-navigation .nav-previous a,
.single-portfolio .post-navigation .nav-next a{
	border:0px;
	background:transparent;
	padding:0;
	margin:0;
}
#footer-widget,
#colophon,
#primary{
position:relative;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:after, .sfm-sidebar-close:before{
background:#000;
}
.portfolioArchiveBlock{
	transition: transform 0.5s; /* Animation */
}
.portfolioArchiveBlock:hover{
/*	transform: scale(1.05); */ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transform: translate(0px, -20px);
}
.noeffetto{
transition:none;
}
.noeffetto:hover{
transform:scale(1);;
box-shadow:none;
}
.btn-primary{
background-color:transparent;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 100%;
	max-width: 500px;
	height:40px;
	border-radius: 5px;
	border:1px solid #eaeaea;
	padding:20px;
	color:#212121;
	font-size:0.7em;
}
.wpcf7-textarea{
	max-height:120px;
	width: 100%;
	max-width: 500px;
	border-radius: 5px;
	border:1px solid #eaeaea;
	padding:20px;
	color:#212121;
	font-size:0.7em;
}
.fa-envelope{
font-size:2em;
color: #009499;
}
.fa-smile{
color: #009499;
}
#colophon{
	position:fixed;
	width:100%;
	bottom:0;
}
#bloccoContenitoreContenuti{
	background:#fff;
	z-index:99;
	width:100%;
	margin-bottom:145px;
	position:relative;
}
.page-id-221 .contenutoSecondario{
display:none;
}
.titolImmageServ{
	text-align:center;
	padding-top: 25px;
}
.descrServ{
	font-size:0.8em;
	text-align:center;
	max-width: 800px;
   margin: 0 auto;
}
.descrServ p,
.descrServ span{
margin-bottom:10px;
padding-bottom:0;
}
.contentBottom{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.post-thumbnail-portfolio{
	margin-left:-15px;
	margin-right:-15px;
}
.sfm-mobile #sfm-sidebar.sfm-compact-header .sfm-logo img{
max-height:102px!important;
}
.downBtnHead{
	cursor: pointer!important;
    position: absolute;
    bottom: 90px;
    z-index: 9999;
    left: 50%;
    margin-left: -14px;
    display: block;
    width:28px;
    height: 60px;
}
.rigaScroll{
    width:1px;
    background: #0066ff;
    height:60px;
    display:block;
    margin:0 auto;
}
.dot {
	width: 0; height: 0; line-height: 0;
	border-top: 14px solid #0066ff;
	border-left:   10px solid transparent;
	border-right:  10px solid transparent;
   top: 0px;
   left: 4px;
	border-radius: 0;
   position:relative;
  /* Some layout code… */
  animation: yAxis 2.5s infinite ease-in;
}
.dot::after {
  /* Render dot */
  animation: yAxis 2.5s infinite ease-out;
}
@keyframes xAxis {
  50% {
    animation-timing-function: ease-in;
    transform: translateX(60px);
  }
}
@keyframes yAxis {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-60px);
  }
}

.site-info p{
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: right;
    width: 50%;
    text-align: right;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%;
}
.post-navigation .nav-previous a::before{
	content:"";
}
.post-navigation .nav-next a::before {
    content: "\2190 ";
}
.post-navigation .nav-next a::after {
    content: "";
}
.post-navigation .nav-previous a::after {
    content: " \2192";
}
.bloccoTitoloHeader{
	 width: 100%;
    text-align: center;
    position: absolute;
    bottom: 260px;
    z-index: 99999;
}
.contenitoreVideo{
	position:relative;
	top:0;
	left:0;
	width:100%;
}
video { display: block; }
section{
	position: relative;
}
section#bloccoFooter section{
	background:#333;
}
.home #colophon{
position:relative;
z-index:99;
}
.home #bloccoContenitoreContenuti{
	margin-bottom:0;
}
#sfm-mob-navbar {
	background-color: #fff!important;
}
.sfm-label-metro .sfm-navicon, #sfm-mob-navbar .sfm-navicon, .sfm-label-metro .sfm-navicon:after, #sfm-mob-navbar .sfm-navicon:after, .sfm-label-metro .sfm-navicon:before, #sfm-mob-navbar .sfm-navicon:before{
	background:#000!important;
}
#portfolioVideoContent .descrServ{
	padding:15px;
}
.error404 .error-404{
text-align:center;
}
.acceptance{
font-size:0.75em;
}

.sfm-sidebar-close {
    top: 60px;
    left: 30px;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:after, .sfm-sidebar-close:before {
    background: #009499;
}

.wp-block-button__link,
.bottone{
  background-color: #FF6F61;
  border: 1px solid #FF6F61;
  color: #ffffff!important;
  transition: 0.3s;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:hover,
.bottone:hover{
  background-color: transparent;
  border: 1px solid #FF6F61;
  color: #FF6F61!important;
  text-decoration: none;
}

.slidingTextHP{
  position: absolute;
    width: 100%;
    top: 40%;
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
}

.slidingTextHP h2{
  font-size: 1.6em;
  color: #fff;
  padding:0;
  margin:0;
}
.slidingTextHP p{
  margin-bottom: 0;
}
.slidingTextHP .carousel-item{
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7em;
  padding:0 40px;
}
.slidingTextHP .carousel-item a{
  display: block;
  color: #FF6F61;
  font-size: 18px;
}
.centerBlockAlign{
  margin:0 auto;
}
.wpcf7-form input,
.wpcf7-form textarea{
  margin:0 auto;
}
.archive .container-fluid{
  max-width: 840px;
}
.wp-block-file__button{
  float: left;
  margin-left: 0!important;
  margin-right: 10px;
  background-color: #FF6F61!important;
}
/* .post.hentry {
    margin-bottom: 0rem;
} */
#secondary{
  background: #e0e0e0;
    padding: 50px;
    margin-top: 50px;
}
.navigation.post-navigation{
  padding-top: 0;
  width: 100%;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    padding: 8px;
    font-size: 0.7em;
    border-radius: 15px;
}
.wp-block-file a{
  color: #000;
}
.pubblicazioniArchive{
  text-align: center;
  padding-bottom: 70px;
}
.pubblicazioniArchive a{
  font-size: 0.9em;
}
.wp-block-embed__wrapper,
.wp-block-embed__wrapper iframe{
  max-height: 450px;
}
.titolettiArchivio{
  color:#37474f;
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}
.singoloArticolettoArchivio{
    font-size: 0.8em;
}
.singoloArticolettoArchivio{
  padding-bottom: 30px;
  min-height: 480px;
}
.archive .archivioPost{
  margin-bottom: 0;
}

#sfm-sidebar .sfm-menu li>a span,
#sfm-sidebar .sfm-menu li a,
#sfm-sidebar .sfm-chapter,
#sfm-sidebar .sfm-back-parent{
  text-transform: none!important;
}
.paginazioneCategoria {
    width: 50%;
    padding: 40px 0 40px 0;
}
.nextPagCat{
  text-align: right;
}
.prevPagCat{
  text-align: left;
}
.single-post #bloccoContenitoreContenuti #primary .entry-header .dataArticolo{
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 0.8em;
  display: block;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  #sfm-sidebar,
  .sfm-sidebar-bg,
  #sfm-sidebar .sfm-nav,
  #sfm-sidebar .sfm-logo,
  #sfm-sidebar .sfm-social,
  .sfm-style-toolbar .sfm-copy{
  		width:360px!important
  }
  .bloccoTitoloHeader{
/*  	top:25%; */
  }
  #sfm-mob-navbar .sfm-navicon-button{
  left:33px!important;
  }
	.home .portfolioHalf, .home .portfolioHalf .item{
	display:block;
	}
	.home .portfolioHalf {
	height: 100%;
	}
	.home .item{
	width:100%;
	}
	.portfolioHalfBlockDx{
	margin-left:0px!important;
	}
	.portfolioHalfBlockSx{
	margin-right:0px!important;
	}
	#portfolio .portfolioHalf{
	margin-left:0px!important;
	margin-right:0px!important;
	}
	.titoloHeader{
	font-size:32px;
	}
	.contenutoSecondario .row{
	padding:0;
	}
	.contenutoPrincipale{
	padding-top:50px;
	}
	.single-portfolio .navigationFixedPortfolio .post-navigation {
    padding: 0px 5px;
    font-size: 15px;
	}
	.portfolioDescrizione, .portfolioTitolo {
		 padding: 45px 45px 45px 45px;
	}
	textarea,
	input[type="text"],
	input[type="email"]{
	max-width:100%;
	}
	.portfolioTitolo .entry-title{
	font-size:1.3em;
	}
	.portfolioVideo{
	width:100%;
	padding:0;
	}
	.sfm-label-metro .sfm-navicon, #sfm-mob-navbar .sfm-navicon, .sfm-label-metro .sfm-navicon:after, #sfm-mob-navbar .sfm-navicon:after, .sfm-label-metro .sfm-navicon:before, #sfm-mob-navbar .sfm-navicon:before {
	    background-color: #000!important;
	}
	#sfm-sidebar .sfm-menu li a{
	font-size:25px!important;
	padding:7px!important;
  padding-top: 30px;
	}
	#sfm-sidebar.sfm-sidebar-exposed .sfm-logo img{
	width:100px;
	height:102px;
	max-height:102px!important;
	}
	.navigationFixedPortfolio{
		padding: 10px;
   	margin-bottom: -30px;
   }
   video#bgvid {display:none;}
	.sottotitoloHeader{
	font-size:24px;
	display:block;
	padding: 0 45px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	}
  #sfm-sidebar .sfm-sidebar-close{
    top: 0;
  }
}
@media screen and (max-width: 460px) {
	.socialIconMiddle{
		margin: 0 25px!important;
	}
	.site-info p{
		font-size:10px;
		display:block;
		padding: 7px 5px 10px 5px;
		margin-bottom: 0;
	}
	body:not(.theme-preset-active) footer#colophon{
		padding:30px 0 0 0;
	}
}
/*--------------------------------------------------------------
## Small Landscape
--------------------------------------------------------------*/
@media only screen
and (max-device-width : 640px)
and (orientation : landscape) {
	.bloccoTitoloHeader{
		bottom:150px;
	}
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  .single #main{
    padding: 0 15px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
## iPad Landscape
--------------------------------------------------------------*/
@media only screen
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
	.sfm-mobile .sfm-navicon-button {
		 top: 60px;
	}

}
