/*

Theme Name: Loud ADV 2019
Theme URI: 
Author: Emanuele Zabrizach
Author URI: 
Description: LoudADV
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: loud adv 2019

*/
/*colors*/
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
/* CLEAR */
.cf:after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
}
.cf {
  display: inline-block;
}
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
:focus {
  outline: 0;
}
body,
html {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
body {
  /*color: #133260;*/
  color: #222;
  font-family: 'Roboto', sans-serif;
  background-color: #222;
}
body a {
  text-decoration: none;
}
.grecaptcha-badge {
  display: none !important;
}
#cookie-law-info-bar span {
  font-size: 9pt;
}
.cli_settings_button {
  color: #fff;
}
.hamburger {
  display: none;
  position: absolute;
  float: right;
  top: 25px;
  right: 20px;
}
.menu-mobile-container {
  position: absolute;
  background-color: #222;
  top: 94px;
  width: 100%;
  height: 275px;
  display: none;
}
.menu-mobile {
  background: #222;
  margin-top: 25px;
  padding-bottom: 60px;
}
.menu-mobile li {
  text-align: right;
  list-style-type: none;
  padding: 10px 40px;
}
.menu-mobile li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20pt;
}
.container {
  width: 100%;
  max-width: 1440px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.cta {
  font-size: 28px;
  background-color: #fff;
  color: #857437;
  width: auto;
  padding: 25px;
  margin-top: 50px;
  font-weight: bold;
  display: inline-block;
  box-shadow: 10px 10px 5px #3333339c;
}
.page-template-referenze h2,
.page-template-servizi h2 {
  font-size: 70pt;
  margin-top: 200px;
  padding-left: 50px;
  text-transform: uppercase;
}
.page-template-referenze .referenze,
.page-template-servizi .referenze {
  padding: 0 50px 150px;
  column-count: 3;
}
.page-template-referenze .referenze h3,
.page-template-servizi .referenze h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 20pt;
  text-transform: uppercase;
}
.page-template-referenze .servizi,
.page-template-servizi .servizi {
  padding: 28px 50px 120px;
}
.page-template-referenze .servizi .content p,
.page-template-servizi .servizi .content p {
  font-size: 3rem;
}
.page-template-referenze .single-servizio,
.page-template-servizi .single-servizio {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  padding: 20px 2% 0 0;
  min-height: 350px;
}
.page-template-referenze .single-servizio h3,
.page-template-servizi .single-servizio h3 {
  text-transform: uppercase;
  font-size: 20pt;
}
.page-template-referenze .single-servizio img,
.page-template-servizi .single-servizio img {
  width: auto;
  height: 100px;
}
.page-template-referenze .single-servizio p,
.page-template-servizi .single-servizio p {
  padding-right: 2%;
  font-size: 11pt;
}
.blocco-editor {
  position: absolute;
  top: 5%;
  left: 5%;
}
.blocco-editor .titolo_1,
.blocco-editor .titolo_2,
.blocco-editor .titolo_3 {
  width: fit-content;
  margin-block: 4px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.blocco-editor .titolo_1:before,
.blocco-editor .titolo_2:before,
.blocco-editor .titolo_3:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.blocco-editor .titolo_1 {
  font-size: 80px;
  font-weight: bold;
}
.blocco-editor .titolo_2 {
  font-size: 45px;
  font-weight: bold;
}
.blocco-editor .titolo_3 {
  font-size: 35px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .blocco-editor .titolo_1 {
    font-size: 40px;
  }
  .blocco-editor .titolo_2 {
    font-size: 20px;
  }
  .blocco-editor .titolo_3 {
    font-size: 16px;
  }
  .blocco-editor .cta {
    font-size: 18px;
    padding: 18px;
    margin-top: 30px;
  }
}
.logged-in body {
  margin-top: 0;
}
.underline {
  border-bottom: 3px solid #000;
  position: absolute;
  top: 110px;
  height: 2px;
  left: 55px;
}
.page-template-referenze .underline {
  width: 500px;
}
.page-template-servizi .underline {
  width: 320px;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .mobile {
  display: none !important;
}
.owl-nav {
  position: absolute;
  bottom: 40%;
  width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 30px;
  height: 50px;
  opacity: 0.5;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none !important;
}
.owl-nav .owl-next {
  float: right;
  background: url('img/ic_slider_dx.svg') !important;
  margin-right: 10px;
}
.owl-nav .owl-prev {
  background: url('img/ic_slider_sx.svg') !important;
  margin-left: 10px;
}
.owl-dots {
  position: absolute;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  display: block;
  margin: 0 3px;
}
.owl-dots .active.owl-dot span {
  background-color: #000;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container .img-player {
  position: absolute;
  z-index: 98;
}
.embed-container .img-player.portfolio-image {
  top: -7%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-flip {
  transform: scaleY(-1);
  position: relative;
  -webkit-transition: transform 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: transform 0.5s;
}
.link-flip {
  transform: scaleY(-1);
  display: inline-block;
  -webkit-transition: all 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
}
img {
  -webkit-transition: transform 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: transform 0.5s;
}
.container-barra {
  position: relative;
  width: 100%;
  display: block;
}
.barra-menu {
  width: 100%;
  height: 120px;
  max-height: 120px;
  background-color: #222;
  position: fixed;
  top: 0;
  z-index: 99;
  -webkit-transition: height 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: height 0.3s;
}
.barra-menu .logo {
  padding-left: 50px;
  padding-top: 16px;
  max-width: 140px;
  float: left;
  -webkit-transition: max-width 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: max-width 0.3s;
}
.barra-menu .logo img {
  width: 100%;
}
.barra-menu .logo-small {
  padding-top: 10px;
  max-width: 60px;
  -webkit-transition: max-width 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: max-width 0.3s;
}
.barra-menu .menu-home-container {
  position: absolute;
  right: 150px;
  float: left;
  display: block;
  width: calc(77% - 30px);
  line-height: 95px;
  -webkit-transition: line-height 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: line-height 0.4s;
}
.barra-menu .menu-home-container .menu {
  float: right;
}
.barra-menu .menu-home-container .menu li {
  display: inline;
}
.barra-menu .menu-home-container .menu li a {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 40px;
  padding: 5px;
  -webkit-transition: background-color 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.4s;
}
.barra-menu .menu-home-container .menu li a.active,
.barra-menu .menu-home-container .menu li a:hover {
  color: #fff;
  background-color: #857437;
  -webkit-transition: background-color 0.4s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.4s;
}
.barra-menu .social {
  float: right;
  display: block;
  line-height: 75px;
  padding: 29px 0;
  width: 12%;
  -webkit-transition: all 0.45s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.45s;
}
.barra-menu .social img {
  height: 40px;
  margin-left: -15px;
  margin-top: 10px;
}
.barra-menu .flip {
  padding: 0 0 0 5px;
  margin-bottom: 0;
}
.sfondo-nero {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 9;
}
.blocco-centrale {
  position: relative;
  margin-top: 120px;
}
.blocco-centrale img {
  width: 100%;
}
.blocco-centrale .portfolio-image-mobile {
  display: none;
}
footer {
  background-color: #222;
}
footer .container {
  margin: 80px auto;
}
@media (max-width: 600px) {
  footer .container {
    margin: 0 auto 80px;
  }
}
footer a {
  color: #fff;
}
footer .left {
  float: left;
  width: 30%;
}
footer .left .logo img {
  max-width: 160px;
  display: block;
  margin: 130px auto 50px 50px;
}
footer .right {
  float: left;
  width: 30%;
  margin-top: 80px;
}
footer .right div {
  width: 88%;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  float: left;
  font-weight: 600;
}
footer .right div div {
  width: auto;
}
footer .right .mail {
  float: left;
}
footer .right .mail a {
  color: #fff;
  margin-top: 17px;
  display: block;
}
footer .right img {
  width: 55px;
  float: left;
}
footer .right .social {
  margin-top: 15px;
  margin-left: 17px;
}
footer .right .social img {
  height: 50px;
  margin-left: -20px;
  margin-top: 10px;
}
footer .center {
  float: left;
  margin-top: 70px;
  width: 36%;
  padding: 0 2%;
}
footer .barra-nera {
  width: 100%;
  height: 60px;
  background: #666;
  text-align: center;
}
footer .barra-nera p {
  max-width: 1440px;
  text-align: center;
  padding-left: 50px;
  padding-top: 23px;
  color: #fff;
  display: block;
  margin: 0 auto;
}
footer form ::-webkit-input-placeholder {
  color: #A5A0A0;
  padding: 0 5px;
  font-size: 10pt;
}
footer form :-moz-placeholder {
  /* Firefox 18- */
  color: #A5A0A0;
  padding: 0 5px;
  font-size: 10pt;
}
footer form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #A5A0A0;
  padding: 0 5px;
  font-size: 10pt;
}
footer form :-ms-input-placeholder {
  color: #A5A0A0;
  padding: 0 5px;
  font-size: 10pt;
}
footer form input {
  height: 30px;
  color: #fff;
  background-color: #222;
}
footer form input,
footer form textarea {
  color: #fff;
  border: 1px solid #fff;
  background-color: #222;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  max-width: 400px;
}
footer form input[type="submit"] {
  width: auto;
  background-color: #fff;
  color: #000;
  border: 0;
  padding: 5px 10px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #857437 !important;
}
@media only screen and (min-width: 1024px) {
  .barra-menu .menu-home-container {
    right: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-referenze .referenze {
    column-count: 2;
  }
}
@media only screen and (max-width: 992px) {
  footer .left,
  footer .center,
  footer .right {
    width: 98%;
    margin: 0 1%;
  }
  footer .left .logo img {
    margin: 130px auto 50px;
  }
  footer .center {
    box-sizing: border-box;
    width: 90%;
    margin: 2% 5%;
  }
  footer form {
    margin: 0 auto;
    display: block;
  }
  footer form input,
  footer form textarea {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
  }
  footer form p {
    max-width: 99%;
  }
  footer .right {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    float: unset;
    left: 0;
  }
  footer .right div {
    display: block;
    position: relative;
    margin: 5px 5%;
    width: 90%;
    max-width: 400px;
  }
  footer .right .social {
    margin-left: 13px;
  }
  .page-template-servizi .single-servizio {
    width: 48%;
  }
}
/* PORTRAIT */
@media only screen and (max-width: 800px) and (orientation: portrait) {
  .blocco-centrale .portfolio-image {
    display: none;
  }
  .blocco-centrale .portfolio-image-mobile {
    display: block;
  }
  .owl-carousel .mobile {
    display: block !important;
  }
  .owl-carousel .desktop {
    display: none !important;
  }
  .embed-container {
    padding-bottom: 100%;
    background: #000;
  }
}
@media only screen and (max-width: 800px) {
  .hamburger {
    display: block;
    top: 22px;
  }
  .barra-menu {
    height: 95px;
  }
  .barra-menu .logo img {
    min-height: unset;
    width: 80px;
    margin-top: 14px;
  }
  .barra-menu .menu-home-container {
    display: none;
  }
  .barra-menu .social {
    width: auto;
    float: right;
    margin-right: 100px;
    margin-top: -11px;
  }
  .blocco-centrale {
    margin-top: 95px;
  }
  .page-template-referenze .referenze {
    column-count: 1;
  }
  .page-template-servizi .single-servizio {
    width: 98%;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-referenze h2,
  .page-template-servizi h2 {
    font-size: 50px;
  }
  .page-template-referenze .underline {
    width: 265px;
    top: 80px;
  }
  .page-template-servizi .underline {
    width: 175px;
    top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-referenze h2,
  .page-template-servizi h2 {
    font-size: 40px;
  }
  .page-template-referenze .underline {
    width: 215px;
    top: 50px;
  }
  .page-template-servizi .underline {
    width: 139px;
    top: 50px;
  }
  .barra-menu .social {
    margin-right: 80px;
  }
  footer .right div {
    width: 80%;
  }
  footer .barra-nera p {
    padding-left: 5%;
    padding-right: 5%;
  }
  .owl-nav {
    display: none;
  }
  footer .right {
    left: 0;
  }
}
