body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'Raleway', serif !important;
}
.single {
  background-color: #fafafa !important;
}
.page, .archive {
  background-color: #f0f0f0 !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 !important;
}
a {
  text-decoration: none;
}
a:hover, a:visited {
  color: #1E90FF !important;
}
img {
  height: auto;
  width: auto;
  max-width: auto !important;
  max-height: auto !important;
}
.button-read {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 15pt;
  font-weight: 700;
  color: #1E90FF !important;
}
.button-read:hover {
  color: #1E90FF !important;
}
/********************* MASTHEAD *********************/
#masthead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 120px;
  line-height: 120px;
  z-index: 900;
  background-color: rgba(0,0,0,0.2);
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
#masthead img {
  margin: 40px 50px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead #open-button {
  display: none;
}
#masthead #site-navigation {
  height: 120px;
  line-height: 120px;
  width: auto;
  margin: 0 50px 0 0;
  padding: 0;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead #site-navigation #primary-menu {
  margin: 0;
  padding: 0;
}
#masthead #site-navigation #primary-menu li {
  height: 120px;
  line-height: 120px;
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead #site-navigation #primary-menu li a {
  height: 120px;
  line-height: 120px;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 8pt;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead #site-navigation #primary-menu li a:hover {
  background-color: black;
  color: white !important;
}
#masthead #site-navigation #primary-menu li a:visited {
  color: white !important;
}
#masthead #site-navigation #primary-menu li.lang-it {
  background-image: url('../img/italy.jpg');
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
#masthead #site-navigation #primary-menu li.lang-en {
  background-image: url('../img/usa.jpg');
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
#masthead #site-navigation #primary-menu li.lang-it a, #masthead #site-navigation #primary-menu li.lang-en a {
  color: transparent !important;
  background-color: transparent;
}
#masthead.small {
  height: 75px;
  line-height: 75px;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
#masthead.small img {
  height: 35px;
  margin: 20px 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead.small #site-navigation {
  height: 75px;
  line-height: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead.small #site-navigation #primary-menu li {
  height: 75px;
  line-height: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead.small #site-navigation #primary-menu li a {
  height: 75px;
  line-height: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 780px) {
  #masthead #site-navigation #primary-menu li a {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 480px) {
  #masthead {
    background-color: rgba(0,0,0,0.4);
    height: 50px;
    line-height: 50px;
    box-shadow: none;
  }
  #masthead img {
    margin: 15px 15px;
    height: 20px;
  }
  #masthead #open-button {
    display: block;
    width: 50px;
    margin: 0;
    height: 50px;
    opacity: 1 !important;
  }
  #masthead #open-button:hover {
    opacity: 1 !important;
  }
  #masthead.small {
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.9);
  }
  #masthead.small img {
    height: 20px;
    margin: 15px 15px;
  }
  .menu-wrap {
    background-color: rgba(0,0,0,0.9);
  }
  .menu-wrap #primary-menu {
    margin: 0;
    padding: 0;
  }
  .menu-wrap #primary-menu li {
    list-style-type: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  .menu-wrap #primary-menu li a {
    color: white;
    letter-spacing: 0.2em;
    font-size: 10pt;
  }
  .menu-wrap .close-button {
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
  }
}
/********************* FINE MASTHEAD *********************/
/********************* SLIDER *********************/
.slider {
  overflow: hidden;
  height: 800px;
  text-align: center;
}
.slider .inner {
  position: relative;
  width: 100%;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
.slider .inner h2 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 30pt;
  font-weight: 900;
  text-shadow: 0px 0px 5px black;
}
.slider .inner h4 {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 15pt;
  text-shadow: 0px 0px 10px black;
  display: inline-block;
  background-color: rgba(0,0,0,0.8);
  padding: 5px 15px !important;
}
.slider .inner h4 a {
  color: white;
}
.slider .inner h4:first-of-type {
  text-transform: uppercase;
}
.slider img {
  width: 100%;
  height: auto;
  margin-top: -5%;
}
.unslider-nav {
  position: absolute;
  margin-top: -50px;
  z-index: 10;
  display: none;
}
.unslider-arrow.next {
  right: 0px;
  color: transparent;
  background-image: url('../img/arrowright2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50px;
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
} 
.unslider-arrow.prev {
  left: 0px;
  color: transparent;
  background-image: url('../img/arrowleft2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50px;
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.unslider-arrow:hover {
  color: transparent !important;
}
.unslider:hover .unslider-arrow {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.unslider ul {
  background-position-y: 200%;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .slider .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .slider .inner h2 {
    font-size: 15pt;
  }
  .slider .inner h2 span {
    background-color: rgba(0,0,0,0.4);
    padding: 2px 5px;
  }
  .slider .inner h4 {
    font-size: 10pt;
  }
}
/********************* FINE SLIDER *********************/
/********************* ABOUT *********************/
.about {
  width: 100%;
  padding: 50px 15%;
}
.about h3 {
  color: white;
  font-size: 20pt;
  letter-spacing: 0.3em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.about hr {
  background-color: white;
  width: 200px;
  margin: 35px auto;
  height: 3px;
}
.about p {
  color: white;
  letter-spacing: 0.1em;
  font-size: 12pt;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .about {
    padding: 50px 10%;
  }
}
/********************* FINE ABOUT *********************/
/********************* PARALLAX-ONE *********************/
.parallax-one {
  height: 500px;
  background-size: cover;
  background-attachment: fixed;
}
.parallax-one .item {
  width: 25%;
  float: left;
  text-align: center;
  color: white;
  height: 500px;
  padding: 120px 0;
}
.parallax-one img {
  width: 80px;
}
.parallax-one h4 {
  height: 100px;
  font-size: 50pt;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0;
  text-shadow: 0px 0px 10px black;
}
.parallax-one h6 {
  height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 12pt;
  text-shadow: 0px 0px 5px black;
  margin: 0;
}
@media only screen and (max-width: 1080px) {
  .parallax-one {
    height: 430px;
  }
  .parallax-one .item {
    height: 430px;
  }
  .parallax-one img {
    width: 60px;
  }
  .parallax-one h4 {
    height: 60px;
    font-size: 30pt
  }
  .parallax-one h6 {
    height: 20px;
    font-size: 11pt;
  }
}
@media only screen and (max-width: 780px) {
  .parallax-one {
    height: auto;
  }
  .parallax-one .item {
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    padding: 50px 0;
  }
}
/********************* FINE PARALLAX-ONE *********************/
/********************* SERVICE *********************/
.service {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
}
.service .item {
  width: 25%;
  float: left;
  border-right: 1px solid rgba(255,255,255,0.1);
  min-height: 100px;
  padding: 35px;
  margin-bottom: 50px;
  text-align: center;
}
.service .item:last-of-type {
  border-right: 0;
}
.service .item img {
  margin-bottom: 20px;
  width: 75px;
}
.service .item h6 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 9pt;
  margin-bottom: 20px;
  font-weight: 900;
}
.service .item p {
  font-size: 8pt;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  width: 90%;
  margin: 0 auto;
  color: white;
  text-align: center !important;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;*/
}
@media only screen and (max-width: 480px) {
  .service .item {
    width: 100%;
    float: none;
    clear: both;
    border-right: 0px;
  }
}
/********************* FINE SERVICE *********************/
/********************* TYPE *********************/
.type {
  background-color: rgba(100,194,158,1);
  padding: 25px 0;
  clear: both;
}
.type-wrap {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  color: white;
  font-size: 18pt;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media only screen and (max-width: 1279px) {
  .type-wrap {
    padding: 0 15px;
    font-size: 15pt;
  }
}
@media only screen and (max-width: 779px) {
  .type-wrap {
    font-size: 11pt;
  }
}
/********************* FINE TYPE *********************/
/********************* PARALLAX-TWO *********************/
.parallax-two {
  min-height: 400px;
  clear: both;
}
.parallax-two .swservice {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  color: white;
  height: 400px;
}
.parallax-two .swnetwork {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  color: white;
  height: 625px;
}
.parallax-two .swservice .inner {
  padding: 100px 100px;
  height: 400px;
  background-color: rgba(30,144,255,0.3);
}
.parallax-two .swnetwork .inner {
  padding: 100px 100px;
  height: 625px;
}
.parallax-two h3 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 20pt;
  text-shadow: 0px 0px 10px black;
}
.parallax-two p {
  font-size: 10pt;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.5em;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-shadow: 0px 0px 5px black;
  width: 100%;
  max-width: 1280px;
  margin: 10px auto 35px;
}
.parallax-two .swnetwork p {
  text-align: center;
  margin-top: 25px;
}
.parallax-two .swservice a {
  height: 45px;
  width: 300px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.3);
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12pt;
  letter-spacing: 0.2em;
  display: block;
  padding: 10px;
}
.parallax-two img {
  width: auto;
  max-width: 24%;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .parallax-two img {
    width: auto;
    max-width: 70%;
    margin: 5px 15%;
  }
  .parallax-two .swnetwork {
    clear: both;
    min-height: 300px;
    height: 880px;
  }
}
@media only screen and (max-width: 979px) {
  .parallax-two .swservice {
    width: 100%;
    float: none;
    clear: both;
    min-height: 300px;
    max-height: 800px;
    height: auto;
  }
  .parallax-two .swnetwork {
    clear: both;
    min-height: 300px;
    height: 960px;
  }
  .parallax-two .swservice .inner {
    padding: 50px 15px;
    height: 400px;
  }
  .parallax-two .swnetwork .inner {
    padding: 50px 15px;
    height: 980;
  }
  .parallax-two p {
    width: 80%;
    margin: 10px 10% 35px;
  }
}
/********************* FINE PARALLAX-TWO *********************/
/********************* CLIENTS *********************/
.clients {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #f0f0f0;
}
.clients h3 {
  margin-bottom: 35px;
  font-size: 20pt;
  letter-spacing: 0.3em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.clients .container {
  width: 100%;
  max-width: 1280px !important;
  margin: 0 auto;
  background: transparent;
}
.clients img {
  width: auto;
  max-width: 300px;
  margin: 25px 5px;
  border-right: 1px solid #e2e2e2;
  filter: grayscale(100%);
  // Browser Specific
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.clients img:nth-of-type(4n+4) {
  border-right: 0px;
}
.clients img:hover {
  filter: grayscale(0%);
  // Browser Specific
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
@media only screen and (max-width: 1249px) {
  .clients img {
    width: auto;
    max-width: 24%;
    margin: 25px 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .clients img {
    width: auto;
    max-width: 300px;
    margin: 25px auto;
    border-right: 0;
    display: block;
  }
}
/********************* FINE CLIENTS *********************/
/********************* PARTNERS *********************/
.partners {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.partners h3 {
  margin-bottom: 35px;
  font-size: 20pt;
  letter-spacing: 0.3em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.partners #owl-partner, .partners .container {
  width: 100%;
  max-width: 1280px !important;
  margin: 0 auto;
  background: transparent;
}
.partners img {
  width: auto;
  max-width: 300px;
  margin: 25px 5px;
  border-right: 1px solid #1a1a1a;
  filter: grayscale(100%);
  // Browser Specific
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.partners img:nth-of-type(4n+4) {
  border-right: 0px;
}
.partners img:hover {
  filter: grayscale(0%);
  // Browser Specific
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
@media only screen and (max-width: 1249px) {
  .partners img {
    width: auto;
    max-width: 24%;
    margin: 25px 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .partners img {
    width: auto;
    max-width: 300px;
    margin: 25px auto;
    border-right: 0;
    display: block;
  }
}
/********************* FINE PARTNERS *********************/
/********************* BLOG *********************/
.blogs {
  clear: both;
  width: 100%;
  background-color: #f0f0f0;
  padding: 50px 0;
  min-height: 730px;
  text-align: center;
}
.blogs h3 {
  margin-bottom: 35px;
  font-size: 20pt;
  letter-spacing: 0.3em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.blogs .container {
  clear: both;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f0f0f0;
}
#article-home {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 100px;
}
#article-home figure {
  height: 220px;
  background-color: black;
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
}
#article-home figure img {
  width: 100%;
}
#article-home .entry-header {
  text-align: center;
  text-transform: uppercase;
}
#article-home .entry-header h2 {
  font-size: 15pt;
  letter-spacing: 0.2em;
}
#article-home .entry-header h2 a {
  color: rgba(33,34,38,1) !important;
}
#article-home .entry-header h2 a:visited {
  color: rgba(33,34,38,1) !important;
}
#article-home .entry-header h2 a:hover {
  color: rgba(33,34,38,1) !important;
}
#article-home .entry-content p {
  margin: 0;
  font-weight: 300;
  font-size: 10pt;
  letter-spacing: 0.1em;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#article-home .entry-content p a {
  color: #64c29e !important;
}
.blogs .go-page {
  clear: both;
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 300px;
  border: 2px solid black;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 20px 35px;
}
.blogs .go-page:hover {
  color: black !important;
}
@media only screen and (max-width: 979px) {
  #article-home {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  #article-home {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 50px;
  }
}
/********************* FINE BLOG *********************/
/********************* FOOTER *********************/
#colophon {
  width: 100%;
  background-color: #161719;
  padding: 50px 0;
  text-align: center;
  color: #969696;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10pt;
  letter-spacing: 0.2em;
  height: 430px;
}
.copy {
  padding: 10px 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10pt;
  letter-spacing: 0.2em;
}
#colophon a, .copy a,#colophon a:visited, .copy a:visited {
  color: white !important;
  font-weight: 700;
}
#colophon .copy {
  clear: both;
}
#colophon .site-info {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  clear: both;
}
#colophon .site-info h3 {
  color: #969696;
  margin-bottom: 15px;
  font-size: 20pt;
  letter-spacing: 0.3em;
  font-weight: 900;
}
#colophon .site-info .item {
  width: 100%;
  min-height: 100px;
  padding: 30px 0 0;
  text-align: center;
}
#colophon .site-info .item h6 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12pt;
  color: #1E90FF;
  font-weight: 900;
  margin-bottom: 15px;
}
#colophon .site-info .item span {
  font-size: 8pt;
  letter-spacing: 0.2em;
  width: 80%;
  margin: 0 auto;
}
#colophon .site-info .item:nth-of-type(2) span {
  text-transform: lowercase;
}
#colophon .site-info .item a {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 6px 15px;
  background-size: contain;
  filter: grayscale(100%);
  // Browser Specific
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
#colophon .site-info .item a:hover {
  filter: grayscale(0%);
  // Browser Specific
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
#colophon .site-info .item a.facebook {
  background-image: url('../img/facebook.jpg');
}
#colophon .site-info .item a.twitter {
  background-image: url('../img/twitter.jpg');
}
#colophon .site-info .item a.instagram {
  background-image: url('../img/instagram.jpg');
}
#colophon .site-info .item a.youtube {
  background-image: url('../img/youtube.jpg');
}
#colophon .site-info .item a.googleplus {
  background-image: url('../img/googleplus.jpg');
}
#colophon .site-info .item a.tumblr {
  background-image: url('../img/tumblr.jpg');
}
#colophon .site-info .item a.linkedin {
  background-image: url('../img/linkedin.jpg');
}
#colophon .site-info .item a.pinterest {
  background-image: url('../img/pinterest.jpg');
}
#colophon .site-info .item a.vine {
  background-image: url('../img/vine.jpg');
}
#colophon .site-info .item a.snapchat {
  background-image: url('../img/snapchat.jpg');
}
@media only screen and (max-width: 480px) {
  .copy {
    font-size: 8pt;
    line-height: 1.5em;
  }
}
/********************* FINE FOOTER *********************/
/********************* SINGLE *********************/
.article-main {
  background-color: #fafafa;
  margin: 0 auto;
  padding-top: 150px;
  width: 100%;
  max-width: 780px;
  clear: both;
}
.site-article {
  max-width: 780px;
  width: 100%;
  padding: 50px;
}
.site-article .entry-title {
  text-transform: uppercase;
  font-size: 15pt;
  letter-spacing: 0.2em;
  font-weight: 900;
  width: 100%;
  max-width: 780px;
  margin: 5px;
}
.site-article .entry-meta {
  width: 100%;
  max-width: 980px;
  margin-bottom: 25px;
}
.site-article .entry-meta h5 {
  font-size: 10pt;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 5px;
}
.site-article .entry-meta h6 {
  color: #1E90FF;
  margin: 5px;
}
.site-article .entry-meta h6 a {
  font-size: 10pt;
  font-weight: 400;
  color: #1E90FF;
  letter-spacing: 0.05em;
}
.site-article .entry-meta h6 a:hover {
  color: #1E90FF !important;
}
.site-article .entry-meta ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.site-article .entry-meta ul li {
  text-transform: none;
  list-style-type: none;
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.site-article .entry-meta ul li a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 8pt;
  letter-spacing: 0.1em;
  background-color: rgba(0,0,0,0.1);
  padding: 5px 15px;
  border-radius: 15px;
  margin: 5px;
  pointer-events: none;
}
.site-article .entry-meta ul li a:hover,
.site-article .entry-meta ul li a:visited {
  cursor: auto;
  color: black !important;
}
.site-article .entry-image figure {
  margin: 0 !important;
}
.site-article .entry-image figure img {
  width: 100%;
}
.site-article .entry-content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto
}
.site-article .entry-content p {
  font-size: 12pt;
  color: rgba(33,34,38,1);
  letter-spacing: 0.05em;
  font-size: 400;
  line-height: 1.8em;
}
.site-article .entry-content img {
  width: 100%;
}
.site-article .post-navigation {
  border-top: 1px solid rgba(33,34,38,0.5);
  padding: 15px 0 50px;
}
.site-article .post-navigation a {
  color: black;
  font-size: 10pt;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.site-article .post-navigation a:hover {
  color: black !important;
}
.site-article .post-navigation .nav-previous {
  opacity: 0.5;
}
@media only screen and (max-width: 480px) {
  .article-main {
    padding-top: 50px;
  }
  .site-article {
    padding: 25px;
  }
  .site-article .post-navigation {
    height: auto;
    line-height: 25px;
  }
  .site-article .post-navigation .nav-previous {
    width: 100%;
    float: none;
    clear: both;
    margin: 15px 0;
  }
  .site-article .post-navigation .nav-next {
    width: 100%;
    float: none;
    clear: both;
    margin: 15px 0;
  }
}
/********************* FINE SINGLE *********************/
/********************* RECAP *********************/
#recap {
  background-color: white;
  margin: 0;
  text-align: center !important;
}
#recap .entry-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-size: 12pt;
  text-align: center;
}
#recap .entry-content p,
#recap .entry-content h3,
#recap .entry-content h4 {
  text-align: center !important;
}
#recap .entry-content img {
  width: 100%;
  max-width: 800px;
}
/********************* FINE RECAP *********************/
/********************* ARCHIVE SCREENWEEK *********************/
#archive-sw {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f0f0f0;
  text-align: center;
  padding: 150px 0;
  font-size: 12pt;
}
#archive-sw h1 {
  color: #1E90FF;
  text-transform: uppercase;
  font-size: 25pt;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#archive-sw hr {
  background-color: #1E90FF;
  width: 100px;
  margin: 15px auto;
  height: 3px;
}
#archive-sw .entry-content {
  width: 60%;
  margin: 0 auto;
}
#archive-sw .entry-content blockquote {
  font-style: italic;
  margin: 50px 0;
  opacity: 0.2;
}
#archive-sw .entry-content p {
  font-size: 18pt;
  line-height: 1.8em;
}
#archive-sw .entry-content ul {
  margin: 15px 0 50px;
  padding: 0;
}
#archive-sw .entry-content ul li {
  margin: 15px 0;
  list-style-type: none;
  font-size: 18pt;
}
#archive-sw .entry-content img {
  width: 100%;
  height: auto;
}
#archive-sw .entry-content p span {
  color: #1E90FF;
}
@media only screen and (max-width: 780px) {
  #archive-sw a {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #archive-sw {
    padding: 75px 10px;
  }
  #archive-sw .entry-content {
    width: 80%;
    margin: 0 auto;
  }
  #archive-sw .entry-content blockquote {
    font-style: italic;
    margin: 50px 0;
    opacity: 0.2;
  }
  #archive-sw .entry-content p {
    font-size: 12pt;
    line-height: 1.5em;
  }
  #archive-sw .entry-content ul li {
    font-size: 12pt;
  }
}
/********************* FINE ARCHIVE SCREENWEEK *********************/
/********************* PORTFOLIO *********************/
.portfolio {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f0f0f0;
  text-align: center;
  padding: 150px 0;
  font-size: 12pt;
}
.portfolio h1 {
  color: #1E90FF;
  text-transform: uppercase;
  font-size: 25pt;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.portfolio hr {
  background-color: #1E90FF;
  width: 100px;
  margin: 15px auto;
  height: 3px;
}
.portfolio .wmle_container .wmle_item {
  border: 0px !important;
  margin: 25px !important;
  padding: 0px !important;
  box-shadow: none !important;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #1E90FF !important;
}
.portfolio .wmle_container .wmle_item .wmle_post_meta {
  display: none !important;
}
.portfolio .wmle_container .wmle_item .wmle_post_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15pt;
  letter-spacing: 0.2em;
  font-family: 'Raleway', sans-serif !important;
  color: rgba(33,34,38,1) !important;
}
.portfolio .wmle_container .wmle_item .wmle_post_title a,
.portfolio .wmle_container .wmle_item .wmle_post_title a:hover,
.portfolio .wmle_container .wmle_item .wmle_post_title a:visited {
  color: rgba(33,34,38,1) !important;
}
.portfolio .wmle_container .wmle_item .wmle_post_excerpt p {
  margin: 0;
  color: black !important;
  font-weight: 300;
  font-size: 10pt;
  letter-spacing: 0.1em;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#article-portfolio {
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 20px;
  clear: both;
}
#article-portfolio:nth-of-type(even) {
  background-color: #fafafa;
}
#article-portfolio figure {
  height: 220px;
  background-color: black;
  margin: 10px 0;
  width: 35%;
  float: left;
  overflow: hidden;
}
#article-portfolio figure img {
  width: 100%;
}
#article-portfolio .entry-header {
  text-align: left;
  text-transform: uppercase;
  float: left;
  width: 65%;
  padding: 15px 2.5% 0;
}
#article-portfolio .entry-header h2 {
  font-size: 20pt;
  letter-spacing: 0.1em;
}
#article-portfolio .entry-header h2 a {
  color: rgba(33,34,38,1) !important;
}
#article-portfolio .entry-header h2 a:visited {
  color: rgba(33,34,38,1) !important;
}
#article-portfolio .entry-header h2 a:hover {
  color: rgba(33,34,38,1) !important;
}
#article-portfolio .entry-header h6 {
  color: #1E90FF;
}
#article-portfolio .entry-header h6 a {
  font-size: 10pt;
  font-weight: 400;
  color: #1E90FF;
  letter-spacing: 0.05em;
  text-transform: none;
}
#article-portfolio .entry-header a:hover {
  color: #1E90FF !important;
}
#article-portfolio .entry-content p {
  float: left;
  width: 65%;
  padding: 15px 2.5%;
  margin: 0;
  font-weight: 300;
  font-size: 10pt;
  letter-spacing: 0.1em;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#article-portfolio .entry-content p a {
  color: #64c29e !important;
}
#article-portfolio .button-read {
  float: right;
}
@media only screen and (max-width: 800px) {
  .portfolio .wmle_container .wmle_item_holder.col3 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  .portfolio {
    padding: 75px 10px;
  }
  .portfolio .wmle_container .wmle_item_holder.col3 {
    width: 100% !important;
  }
  #article-portfolio {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    clear: both;
  }
  #article-portfolio figure {
    height: 165px;
    background-color: black;
    margin: 10px 0;
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
  }
  #article-portfolio figure img {
    width: 100%;
  }
  #article-portfolio .entry-header {
    text-align: left;
    text-transform: uppercase;
    float: none;
    width: 100%;
    padding: 15px 0;
  }
  #article-portfolio .entry-content {
    margin: 0;
  }
  #article-portfolio .entry-content p {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
/********************* FINE PORTFOLIO *********************/
/********************* PRODUZIONI *********************/
.product-main {
  background-color: #fafafa;
  margin: 0 auto;
  padding-top: 150px;
  width: 100%;
  max-width: 1280px;
  clear: both;
}
.product-main .grid-item {
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}
.product-main .grid-item h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12pt;
  color: black;
  font-weight: 800;
  margin-bottom: 15px;
}
.product-main .grid-item h2 span {
  text-transform: none;
  font-weight: 300;
  font-size: 10pt;
}
#single-client {
  width: auto;
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
}
.single-product {
  width: 500px !important;
  max-width: 500px !important;
  display: inline-block;
  margin: 10px;
  float: left;
  text-align: center;
  height: 570px;
  max-height: 800px;
}
.single-product .title-product {
  text-transform: uppercase;
  background-color: rgba(100,194,158,1);
  color: white;
  font-weight: 900;
  letter-spacing: 0.3em;
  font-size: 10pt;
  height: 50px;
  line-height: 50px;
}
.single-product .entry-embed {
  background-color: white;
  border: 0px !important;
}
@media only screen and (max-width: 759px) {
  .product-main .grid-item {
    width: 100% !important;
  }
}
/********************* FINE PRODUZIONI *********************/
/********************* CASE STUDY *********************/
#muteYouTubeVideoPlayer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,1);
}
#casestudy {
  position: absolute;
  color: white;
  z-index: 2;
  top: 0;
  width: 100%;
  /*background-color: rgba(0,0,0,0.4);*/
}
#casestudy .entry-navigation {
  position: fixed;
  right: 50px;
  height: auto;
  z-index: 100;
  text-align: right;
}
#casestudy .entry-navigation a {
  color: white !important;
  letter-spacing: 0.2em;
  font-weight: 300px;
  text-transform: uppercase;
  font-size: 10pt;
  text-shadow: 0px 0px 5px black;
  display: block;
  margin: 15px 0;
  height: 20px;
}
#casestudy .entry-navigation a [class^="icon-"] {
  color: white;
  margin-left: 15px;
  font-size: 14pt;
}
#casestudy .entry-info {
  margin-left: 50px;
}
#casestudy .entry-info hr {
  background-color: #1E90FF;
  width: 100px;
  margin: 15px 0;
  height: 3px;
}
#casestudy .entry-info h6 {
  letter-spacing: 0.1em;
  font-size: 10pt;
  margin-bottom: 10px;
  font-weight: 900;
  text-shadow: 0px 0px 5px black;
}
#casestudy .entry-info h1 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-size: 30pt;
  text-shadow: 0px 0px 5px black;
  line-height: 100%;
}
#casestudy .entry-info p {
  font-size: 9pt;
  width: 350px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 300;
  font-style: italic;
  text-shadow: 0px 0px 5px black;
}
#casestudy .entry-box {
  width: 100%;
  padding: 75px 0;
  background-color: white;  
  color: black;
  text-align: center;
}
#casestudy .entry-box [class^="icon-"] {
  font-size: 25pt;
  color: #1E90FF;
}
#casestudy .entry-box h5 {
  font-size: 40pt;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #1E90FF;
  text-shadow: 0px 0px 5px rgba(33,34,38,0.4);
}
#casestudy .entry-box h6 {
  font-size: 12pt;
  text-transform: lowercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin: 10px 0;
}
#casestudy .entry-skills {
  background-color: black;
  padding: 50px 0;
}
#casestudy .entry-skills .circle-container {
  text-align: center;
}
#casestudy .entry-skills .circle-container h6 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 10pt;
  margin: 0;
  height: 50px;
}
#casestudy .entry-skills .circlestat {
  margin: 0 auto;
}
#casestudy .entry-skills .circlestat .circle-text {
  letter-spacing: 0.1em;
  font-weight: 900;
}
#casestudy .entry-quote {
  padding: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  border-bottom: 2px solid #1E90FF;  
}
#casestudy .entry-quote .inner {
  background-color: rgba(0,0,0,0.4);
  padding: 100px 0;
}
#casestudy .entry-quote hr {
  background-color: #1E90FF;
  width: 100px;
  margin: 15px auto;
  height: 3px;
}
#casestudy .entry-quote h3 {
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 30pt;
  text-shadow: 0px 0px 5px black;
  width: 100%;
  max-width: 980px;
}
#casestudy .entry-social {
  padding: 50px 0;
  background-color: rgba(22,23,25,1);
  text-align: center;
}
#casestudy .entry-social a {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 6px 15px;
  background-size: contain;
}
#casestudy .entry-social a.website {
  background-image: url('../img/website.jpg');
}
#casestudy .entry-social a.facebook {
  background-image: url('../img/facebook.jpg');
}
#casestudy .entry-social a.twitter {
  background-image: url('../img/twitter.jpg');
}
#casestudy .entry-social a.instagram {
  background-image: url('../img/instagram.jpg');
}
#casestudy .entry-social a.youtube {
  background-image: url('../img/youtube.jpg');
}
#casestudy .entry-social a.googleplus {
  background-image: url('../img/googleplus.jpg');
}
#casestudy .entry-social a.tumblr {
  background-image: url('../img/tumblr.jpg');
}
#casestudy .entry-social a.linkedin {
  background-image: url('../img/linkedin.jpg');
}
#casestudy .entry-social a.pinterest {
  background-image: url('../img/pinterest.jpg');
}
#casestudy .entry-social a.vine {
  background-image: url('../img/vine.jpg');
}
#casestudy .entry-social a.snapchat {
  background-image: url('../img/snapchat.jpg');
}
@media only screen and (max-width: 780px) {
  #casestudy .entry-navigation {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #casestudy .entry-info {
    margin-left: 15px;
    width: 300px;
  }
  #casestudy .entry-info h1 {
    font-size: 20pt;
    margin-bottom: 300px;
  }
  #casestudy .entry-info p {
    width: 300px;
  }
  #casestudy .entry-skills {
    height: auto !important;
  }
  #casestudy .entry-skills .circle-container {
    width: 100% !important;
    float: none !important;
  }
  #casestudy .entry-quote {
    background-position: center center !important;
  }
  #casestudy .entry-quote h3 {
    font-size: 20pt;
  }
}
/********************* FINE CASE STUDY *********************/
th.em-bookings-ticket-table-type {
  display: none;
}

/********************* LEGAL FOOTER (override .copy classico) *********************/
.copy.legal {
  padding: 22px 16px 18px;
  font-size: 11px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  opacity: 0.92;
}
.copy.legal .legal-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.copy.legal .legal-name a,
.copy.legal a {
  color: inherit !important;
  font-weight: inherit;
  text-decoration: none;
}
.copy.legal .legal-name a:hover,
.copy.legal a:hover {
  text-decoration: underline;
}
.copy.legal .legal-row {
  margin: 0;
}
.copy.legal .legal-row .sep {
  display: inline-block;
  margin: 0 6px;
  opacity: 0.5;
}
.copy.legal .legal-bottom {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .copy.legal { font-size: 10px; line-height: 1.7; }
  .copy.legal .legal-row .sep { display: block; height: 4px; margin: 0; opacity: 0; }
}

/********************* INSTAGRAM FEED *********************/
.instagram-feed {
  clear: both;
  width: 100%;
  padding: 60px 0 30px;
  background-color: #ffffff;
}
.instagram-feed h3 {
  margin: 0 0 30px;
  font-size: 20pt;
  letter-spacing: 0.3em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.instagram-feed h3 a {
  color: inherit;
  text-decoration: none;
}
.instagram-feed h3 a:hover { text-decoration: underline; }
.instagram-feed .ig-grid {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.instagram-feed .ig-tile {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f0f0f0;
}
.instagram-feed .ig-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.instagram-feed .ig-tile:hover img { transform: scale(1.05); }
.instagram-feed .ig-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
  z-index: 2;
}
.instagram-feed .ig-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.instagram-feed .ig-tile:hover .ig-overlay { opacity: 1; }
.instagram-feed .ig-caption {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: none;
}
@media (max-width: 768px) {
  .instagram-feed { padding: 40px 0 20px; }
  .instagram-feed h3 { font-size: 16pt; margin-bottom: 20px; }
  .instagram-feed .ig-grid { gap: 2px; }
  .instagram-feed .ig-caption { font-size: 11px; }
}

/********************* SMOOTH SCROLL anchor links (#about, #service, #clients ecc.) *********************/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px; /* compensa #masthead fixed (120px) */
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/********************* CLIENTS UNIFORM GRID (override layout WP legacy) *********************/
.clients .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 16px;
  padding: 0 32px;
  align-items: center;
  justify-items: center;
}
.clients .logo-cell {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients .logo-cell img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0;
  border-right: 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.75;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.clients .logo-cell img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .clients .container { grid-template-columns: repeat(4, 1fr); }
}
@media only screen and (max-width: 768px) {
  .clients .container { grid-template-columns: repeat(3, 1fr); gap: 24px 12px; }
  .clients .logo-cell { height: 70px; }
}
@media only screen and (max-width: 480px) {
  .clients .container { grid-template-columns: repeat(2, 1fr); padding: 0 16px; }
}