/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  display: inline-block !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #2e376b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'knockout', sans-serif;
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}
p {
  font-family: 'chronicle deck', serif;
  font-size: 1.3em;
  line-height: 1.6em;
}
p.center {
  text-align: center;
}
strong,
b {
  font-weight: 700;
}
a {
  text-decoration: none;
}
.row-content {
  width: 100%;
  max-width: 1340px;
  box-sizing: border-box;
  padding: 0 3.8%;
}
.row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  padding: 0 3.8%;
  margin: 0 auto;
}
.logo {
  text-indent: -99999px;
  font-size: 0;
  background: url('../img/1936-sancarlo-logo.png') no-repeat left;
  height: 100px;
  width: 100px;
}
.nav--main li,
.nav--social li {
  display: inline;
}
.nav--main {
  position: relative;
}
.nav--main li:not(:first-child) {
  margin-left: 40px;
}
.nav--main a {
  color: #2e376b;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.nav--main a:hover {
  color: #1f2547;
}
.nav--social {
  position: relative;
}
.social_link:not(:first-child) {
  margin-left: 22px;
}
.social_link a {
  width: 19px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.social_link a:hover {
  opacity: 0.8;
}
.social_link a.fb {
  background-image: url('../img/social/fb.png');
}
.social_link a.tw {
  background-image: url('../img/social/tw.png');
}
.social_link a.yt {
  background-image: url('../img/social/yt.png');
}
.social_link a.inst {
  background-image: url('../img/social/inst.png');
}
.btn_menu {
  display: none;
  width: calc(65px/2);
  height: calc(50px/2);
  position: absolute;
  top: 50%;
  right: 3.8%;
  margin-top: calc(-50px/4);
  background: url('../img/icons/menu-open.png') no-repeat center;
  background-size: 100%;
  border: 0;
  padding: 0;
  outline: none;
}
.btn_menu.open {
  background: url('../img/icons/menu-close.png') no-repeat center;
  background-size: 100%;
}
.table {
  display: table;
  height: 100%;
}
.table > div,
.table > a {
  display: table-cell;
  vertical-align: middle;
}
.table__cell {
  display: table-cell;
  vertical-align: middle;
}
.fancybox {
  display: block;
  position: relative;
}
.fancybox:before,
.fancybox:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.fancybox:before {
  background-color: rgba(0, 0, 0, 0.52);
}
.fancybox:after {
  background: url('../img/icons/zoom.png') no-repeat center;
}
.fancybox:hover:before,
.fancybox:hover:after {
  opacity: 1;
}
.invisible {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.align_right {
  text-align: right;
}
.after_cookie {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border-top: 1px solid transparent;
}
#cookie {
  position: fixed;
  background-color: black;
  color: white;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
#cookie p {
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 3.8%;
}
#cookie p a {
  text-decoration: underline;
  color: white;
}
#cookie button {
  display: inline-block;
  margin: 10px auto 20px auto;
  border: 0;
  padding: 5px 15px;
  background-color: white;
  font-size: 0.8em;
}
header.fixed {
  background-color: white;
  max-width: 100%;
  z-index: 999;
  margin-top: -1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header .header__child {
  margin: 0;
  padding: 0;
  display: table;
}
header .nav--social,
header .nav--main {
  float: right !important;
  text-align: right;
}
footer .logo {
  text-align: center;
  background-position: center;
}
footer .footer__child {
  margin: 0;
  padding: 0;
  display: table;
}
footer .nav--social {
  width: 19.05% !important;
}
footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  padding: 20px 0 !important;
}
footer a {
  color: #2e376b;
  text-decoration: underline;
}
.firstvideo {
  position: relative;
  overflow: hidden;
  margin-top: 3.8%;
  height: 40vh;
  background-image: url("../img/header-new2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /* &:before{
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 86px;
      height: 86px;
      margin-left: -43px;
      margin-top: -43px;
      background: url('../img/icons/play.png') no-repeat center;
   } */
}
@media (max-width: 740px) {
  .firstvideo {
    height: 20vh;
  }
}
.firstvideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.ricetta h2 {
  font-size: 3.3em;
}
.ricetta p:not(.center) {
  text-align: justify;
}
.ricetta strong {
  font-style: italic;
}
.ricetta .tag {
  padding-top: 15px;
  font-size: 1.7em;
  letter-spacing: 2px;
}
.ricetta--foto {
  margin: 4rem 0;
}
.ricetta--foto .medium-fourth {
  padding-bottom: 3.8%;
}
.set {
  position: relative;
  text-align: center;
}
.set.center_img {
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.set p {
  letter-spacing: 1px;
  line-height: 1.3em;
}
.trailer,
.backstage {
  text-align: center;
  color: white;
  padding: 0 3.8%;
  position: relative;
}
.trailer:before,
.backstage:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.trailer:before,
.backstage:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.trailer:hover:before,
.backstage:hover:before {
  opacity: 1;
}
.trailer h4,
.backstage h4 {
  position: relative;
  color: white;
  text-decoration: underline;
  /*&:before{
         content: '';
         display: block;
         position: absolute;
         height: 1px;
         width: 50%;
         bottom: 45%;
         left: 25%;
         background-color: white;
      }*/
}
.trailer {
  background: url('../img/trailer.jpg') no-repeat center;
  background-size: cover;
}
.trailer a:before {
  transform: scale(0.78, 0.78);
  -webkit-transform: scale(0.78, 0.78);
  -moz-transform: scale(0.78, 0.78);
  -ms-transform: scale(0.78, 0.78);
  -o-transform: scale(0.78, 0.78);
}
.backstage {
  background: url('../img/backstage.jpg') no-repeat center;
  background-size: cover;
}
.backstage a:before {
  transform: scale(0.91, 0.91);
  -webkit-transform: scale(0.91, 0.91);
  -moz-transform: scale(0.91, 0.91);
  -ms-transform: scale(0.91, 0.91);
  -o-transform: scale(0.91, 0.91);
}
.set--foto {
  text-align: center;
}
.set--foto .medium-fourth {
  padding-bottom: 3.8%;
}
.set--foto hr {
  background-color: #a4a4a4;
}
.set--foto h5 {
  margin-bottom: 60px;
}
.tram {
  text-align: center;
  border-bottom: 1px solid grey;
}
.tram p {
  font-size: 1.5em;
}
.slider {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.slider img {
  width: 100%;
  display: none;
}
.new-content-container {
  margin: 0 0 4rem 0;
}
.new-content-container h2 {
  text-align: center;
}
.column.valign-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
@media (max-width: 740px) {
  .column.valign-middle {
    text-align: center;
  }
}
.column.new-content {
  display: inline-block;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  padding: 0 2rem;
  margin: 0;
  text-align: center;
  width: 50%;
}
.column.new-content img {
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .column.new-content {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1120px) {
  body {
    font-size: 100%;
  }
  header.fixed {
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
  }
  header .header__child {
    height: 95px;
  }
  header .header__child li {
    line-height: 95px;
  }
  header .nav--social {
    width: 19.05% !important;
  }
  header .nav--social:before {
    content: "";
    display: block;
    position: absolute;
    left: -6%;
    top: 50%;
    width: 1px;
    height: 30px;
    margin-top: -17px;
    background-color: grey;
  }
  header .nav--main a {
    font-size: 0.9em;
  }
  footer .nav--social {
    text-align: right;
  }
  footer .footer__child {
    height: 135px;
  }
  main {
    margin-top: 95px;
  }
  #ricetta {
    margin-bottom: 95px;
  }
  .ricetta .firma {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .set {
    color: white;
    margin-top: 40px;
  }
  .set.center_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .set h3 {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.44);
  }
  .set p {
    font-size: 1.5em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.44);
    padding: 0 40px;
  }
  .set--foto {
    margin-top: 60px;
  }
  .set--foto h5 {
    margin-bottom: 60px;
  }
  .tram {
    margin-top: 60px;
  }
  .tram h6 {
    margin-bottom: 60px;
  }
  .tram p {
    margin: 65px auto 60px auto;
  }
  .trailer,
  .backstage {
    margin-bottom: 60px;
    height: 700px;
  }
}
@media (min-width: 741px) and (max-width: 1119px) {
  body {
    font-size: 90%;
  }
  header.fixed {
    padding-left: 3.8%;
    padding-right: 3.8%;
  }
  header .header__child {
    height: 95px;
  }
  header .header__child li {
    line-height: 95px;
  }
  header .nav--social {
    width: 160px !important;
    margin-right: 45px !important;
  }
  header .nav--main {
    position: absolute;
    width: 100% !important;
    height: auto;
    left: 0;
    top: 95px;
    background-color: white;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(46, 55, 107, 0.2);
    display: none;
  }
  header .nav--main.open {
    display: block;
  }
  header .nav--main li {
    width: 49%;
    float: none;
    display: inline-block;
    margin: 0 !important;
  }
  header .nav--main li a {
    font-size: 1.2em;
  }
  header .btn_menu {
    display: block;
  }
  footer .nav--social {
    text-align: right;
  }
  footer .footer__child {
    height: 95px;
  }
  main {
    margin-top: 95px;
  }
  .ricetta {
    margin-top: 75px;
  }
  .ricetta .patatina,
  .ricetta .patatina_testo {
    margin-top: 40px;
  }
  .ricetta .firma {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .set {
    color: white;
    margin-top: 40px;
  }
  .set.center_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .set h3 {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.44);
    font-size: 3.8em;
  }
  .set p {
    font-size: 1.3em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.44);
    padding: 0 20px;
  }
  .set--foto {
    margin-top: 60px;
  }
  .set--foto h5 {
    margin-bottom: 40px;
  }
  .tram {
    margin-top: 60px;
  }
  .tram h6 {
    margin-bottom: 40px;
  }
  .tram p {
    margin: 40px auto 60px auto;
  }
  .trailer,
  .backstage {
    margin-bottom: 40px;
    height: 500px;
  }
}
@media (max-width: 740px) {
  body {
    font-size: 85%;
  }
  header.fixed {
    padding-left: 3.8%;
    padding-right: 3.8%;
  }
  header .header__child {
    height: 75px;
  }
  header .header__child li {
    line-height: 75px;
  }
  header .logo {
    min-width: 80px;
    background-size: 75px;
  }
  header .nav {
    width: 73% !important;
  }
  header .nav--social {
    width: 150px !important;
    margin-right: 45px !important;
  }
  header .nav--social li:not(first-child) {
    margin-left: 12px !important;
  }
  header .nav--main {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 75px;
    background-color: white;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(46, 55, 107, 0.2);
    display: none;
    padding: 12px 0;
  }
  header .nav--main.open {
    display: block;
  }
  header .nav--main li {
    width: 100%;
    float: none;
    display: inline-block;
    margin: 0 !important;
    line-height: 55px !important;
  }
  header .nav--main li a {
    font-size: 1.2em;
  }
  header .btn_menu {
    display: block;
  }
  footer p,
  footer .nav--social {
    text-align: center;
  }
  footer .footer__child {
    height: 75px;
  }
  main {
    margin-top: 75px;
  }
  .ricetta {
    margin-top: 40px;
  }
  .ricetta .pack {
    text-align: center;
  }
  .ricetta .patatina_testo {
    margin-top: 30px;
    margin-right: 0;
  }
  .ricetta .patatina {
    text-align: center;
    margin-right: 0;
  }
  .ricetta .firma {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .set {
    margin-top: 30px;
    overflow: hidden;
  }
  .set .table {
    display: block;
    margin-top: 30px;
  }
  .set p {
    font-size: 1.5em;
    padding: 0 3.8%;
  }
  .set--foto {
    margin-top: 50px;
  }
  .set--foto h5 {
    margin-bottom: 30px;
  }
  .tram {
    margin-top: 40px;
  }
  .tram h6 {
    margin-bottom: 30px;
  }
  .tram p {
    margin: 30px auto 40px auto;
  }
  .trailer {
    margin-top: 30px;
    height: 400px;
  }
  .backstage {
    margin-bottom: 30px;
    height: 400px;
  }
}
