/* line 1, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.cover-video-wrap {
  position: fixed;
  min-width: 100%;
  /* min-height: 100%; */
  top: 0;
  height: 100vh; }

/* line 8, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.cover-video {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: opacity 6s cubic-bezier(0, 1, 0.5, 1);
  transition: opacity 6s cubic-bezier(0, 1, 0.5, 1);
  opacity: 0;
  width: 100%;
  height: auto;
  min-height: 56.25vw;
  object-fit: cover;
  z-index: 9900; }

/* line 23, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
figure.mult {
  background-color: #D61920;
  margin: 0;
  z-index: 9900;
  visibility: hidden; }

/* line 29, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
figure.mult .fake-cover {
  background-color: #D61920;
  mix-blend-mode: multiply; }

/* line 34, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.fake-cover {
  width: 100%;
  height: 100%;
  position: relative;
  height: 100vh;
  position: absolute; }

/* line 36, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.inner-wrap {
  margin-top: 56.25vw; }

@media (max-width: 1040px) {
  /* line 40, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .inner-wrap {
    margin-top: 0; } }

/* line 46, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.cover-poster {
  height: 100vh;
  background-image: url(../../img/poster.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #D61920;
  background-blend-mode: multiply; }

/* line 52, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.hp-menu {
  padding-top: 15%; }

@media (max-width: 1040px) {
  /* line 55, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-menu {
    padding-top: 25%; } }

/* line 58, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.hp-wrap {
  position: relative;
  width: 100%;
  background: transparent;
  visibility: hidden;
  overflow-x: hidden; }

/* line 60, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.hp-claim {
  padding-top: 15%; }
  /* line 62, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-claim h1 {
    color: #fff; }
  /* line 63, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-claim .claim-second-row {
    line-height: 1.2em; }

@media (max-width: 1040px) {
  /* line 67, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-claim {
    padding-top: 10%; } }

/* line 71, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.hp-social {
  padding-top: 15%;
  padding-bottom: 15%; }
  /* line 74, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-social h5 {
    color: #fff;
    font-size: 1.3em; }
  /* line 75, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1em; }
    /* line 76, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
    .hp-social ul li {
      display: inline; }
  /* line 78, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-social i {
    color: #fff;
    font-size: 1.8em;
    padding-right: 5px; }

@media (max-width: 1040px) {
  /* line 82, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-social {
    padding-top: 7%;
    padding-bottom: 17%; }
  /* line 86, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .main-text-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px; } }

/* line 91, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.red-cover-wrap {
  width: 100%;
  top: 0;
  z-index: 9998; }

/* line 100, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.cover-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

@keyframes coverProgress {
  0% {
    bottom: -190%; }
  100% {
    bottom: -90%; } }

@-webkit-keyframes coverProgress {
  0% {
    bottom: -190%; }
  100% {
    bottom: -90%; } }

@media (max-width: 991px) {
  @keyframes coverProgress {
    0% {
      bottom: -115%; }
    100% {
      bottom: -15%; } }
  @-webkit-keyframes coverProgress {
    0% {
      bottom: -115%; }
    100% {
      bottom: -15%; } } }

/* line 139, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.news-section {
  padding: 6% 0 10%; }

/* line 142, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.news-wrapper .single-news {
  border-bottom: 1px #4B4F56 solid;
  padding: 2% 0; }
  /* line 143, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news h4 {
    text-transform: uppercase;
    font-family: FuturaPT-Heavy;
    color: #4B4F56; }
  /* line 144, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news h5 {
    font-family: 'Space Mono', monospace;
    font-size: 1.1em;
    color: #4B4F56; }
  /* line 145, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news p {
    font-family: FuturaPT-Book;
    font-size: 1em;
    color: #4B4F56;
    line-height: 1em;
    display: inline;
    padding-top: 2.4%; }
  /* line 146, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news span {
    color: #A50B46;
    font-size: 1em;
    font-family: FuturaPT-Book;
    position: relative; }
    /* line 147, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
    .news-wrapper .single-news span i {
      position: absolute;
      top: 4px;
      right: -25px; }
  /* line 149, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news .intro-news-col {
    padding-top: 0.9%; }

/* line 152, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.news-wrapper .single-news-btop {
  border-top: 1px #4B4F56 solid; }

/* line 156, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.cta-hp {
  background: #A50B46;
  padding-bottom: 1%;
  padding-top: 1.5%; }
  /* line 160, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .cta-hp .cta-box {
    border-right: 1px #fff solid;
    padding-bottom: 35%; }
    /* line 163, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
    .cta-hp .cta-box h3 {
      color: #fff;
      padding-bottom: 80px;
      font-size: 1.7em;
      margin-top: 10px; }
    /* line 164, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
    .cta-hp .cta-box p {
      color: #fff;
      font-size: 1.4em;
      padding-right: 20%; }
    /* line 165, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
    .cta-hp .cta-box a {
      color: #fff !important; }
  /* line 167, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .cta-hp .no-border {
    border-right: none; }

/* line 170, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.claim-first-row {
  font-size: 60px;
  line-height: 60px; }

/* line 171, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
.claim-second-row {
  font-size: 60px;
  line-height: 60px; }

/* line 173, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
footer {
  padding-top: 3%; }

@media (max-width: 1340px) {
  /* line 177, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .claim-first-row {
    font-size: 50px; }
  /* line 178, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .claim-second-row {
    font-size: 50px; }
  /* line 179, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .top-m {
    padding-top: 0; }
  /* line 180, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .cta-hp .cta-box h3 {
    font-size: 1.4em; }
  /* line 181, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .cta-hp .cta-box p {
    font-size: 1.2em; } }

@media (max-width: 1340px) {
  /* line 185, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news p {
    display: none; }
  /* line 186, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news span {
    position: relative;
    top: 5px; }
  /* line 187, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .top-m {
    padding-top: 0; }
  /* line 188, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .hp-social h5 {
    font-size: 1.1em !important; }
  /* line 189, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  h3.hashtag {
    font-size: 1.1em !important; } }

@media (max-width: 1040px) {
  /* line 194, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news span {
    position: relative;
    top: 7px; }
  /* line 195, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .claim-first-row {
    font-size: 35px; }
  /* line 196, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .claim-second-row {
    font-size: 35px; }
  /* line 197, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-section {
    padding-top: 0; }
  /* line 198, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .unt {
    padding-left: 0;
    padding-right: 0; }
  /* line 199, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .newsmobcol {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px; }
  /* line 200, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .newsmobcoldate {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  /* line 204, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-section {
    padding: 6% 0 23%; }
  /* line 205, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .news-wrapper .single-news span {
    position: relative;
    top: 7px;
    font-size: 0.9em; }
  /* line 206, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .claim-first-row {
    font-size: 18px; }
  /* line 207, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .claim-second-row {
    font-size: 18px; }
  /* line 208, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/homepage.scss */
  .ctacell {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

/* line 1, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.acf-map {
  width: 100%;
  padding-bottom: 54%;
  margin: 0;
  margin-bottom: 20px; }

/* fixes potential theme css conflict */
/* line 9, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.acf-map img {
  max-width: inherit !important; }

/* line 13, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.marker-label {
  color: #fff; }

/* line 17, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.map-section {
  padding-bottom: 54%;
  position: relative;
  padding: 4% 0 0%;
  max-height: 793px; }

/* line 18, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.map-section-inner {
  padding-top: 4%; }

/* line 20, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.map-menu {
  width: 26.5%;
  float: left; }

/* line 21, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.map-wrapper {
  width: 73.5%;
  float: left;
  position: relative; }

/* line 22, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.inner-map {
  width: 100%; }

/* line 24, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.map-menu-box {
  padding-left: 70px;
  padding-top: 2%; }
  /* line 26, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu-box h3 {
    font-family: FuturaPT-Heavy;
    line-height: 1.4em;
    margin: 0;
    color: #4B4F56;
    padding-top: 30px;
    padding-right: 45px !important; }
  /* line 27, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu-box i {
    font-size: 1.8em;
    color: #4B4F56;
    line-height: 2.5em; }

/* line 30, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.map-menu-box-inner {
  padding-left: 35px;
  padding-top: 2%; }
  /* line 32, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu-box-inner h3 {
    font-family: FuturaPT-Heavy;
    line-height: 1.4em;
    margin: 0;
    color: #4B4F56;
    padding-top: 30px;
    padding-right: 39px !important; }
  /* line 33, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu-box-inner i {
    font-size: 1.8em;
    color: #4B4F56;
    line-height: 2.5em; }

/* line 36, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.grey {
  background: #F5F5F5; }

/* line 37, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.border-top {
  border-top: 1px #4B4F56 solid; }

/* line 38, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.border-bottom {
  border-bottom: 1px #4B4F56 solid; }

/* line 40, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.scrolloff {
  pointer-events: none; }

/* line 42, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.indicazioni a {
  text-decoration: underline; }

/* line 44, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
.marker h4 {
  text-transform: uppercase;
  font-family: FuturaPT-Heavy;
  font-size: 1em; }

@media (min-width: 1600px) {
  /* line 47, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .acf-map {
    padding-bottom: 0;
    min-height: 720px; } }

@media (max-width: 1040px) {
  /* line 51, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu {
    width: 100%; }
  /* line 52, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-wrapper {
    width: 100%;
    background: #F5F5F5; }
  /* line 53, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .mmb1 {
    width: 100%;
    display: block;
    clear: both; }
  /* line 54, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .mmb2 {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 100px;
    height: 144px !important;
    border-right: 1px #000 solid;
    padding-top: 0.5% !important; }
    /* line 55, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
    .mmb2 h3 {
      padding: 0 70px; }
    /* line 56, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
    .mmb2 i {
      padding: 0 70px; }
  /* line 58, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .mmb3 {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 100px;
    height: 144px !important;
    padding-top: 0.5% !important; }
    /* line 59, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
    .mmb3 h3 {
      padding: 0 70px; }
    /* line 60, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
    .mmb3 i {
      padding: 0 70px; }
  /* line 62, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu-box {
    height: 144px !important;
    padding-left: 30px;
    padding-top: 5%; }
  /* line 63, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-section {
    min-height: 707px; }
  /* line 64, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .acf-map {
    height: 707px !important; }
  /* line 65, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .bottom-map {
    background: #F5F5F5;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    position: relative;
    height: 184px; }
  /* line 66, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .cta-hp .cta-box p {
    font-size: 1.1em; } }

@media (max-width: 767px) {
  /* line 73, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu-box {
    height: 140px !important;
    padding-left: 30px; }
  /* line 74, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu-box i {
    font-size: 1em; }
  /* line 75, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-menu-box h3 {
    padding-right: 20px !important; }
  /* line 76, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .mmb2 {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 100px; }
    /* line 77, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
    .mmb2 h3 {
      padding: 0;
      font-size: 18px; }
    /* line 78, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
    .mmb2 i {
      padding: 0; }
  /* line 80, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .mmb3 {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 100px; }
    /* line 81, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
    .mmb3 h3 {
      padding: 0;
      font-size: 18px; }
    /* line 82, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
    .mmb3 i {
      padding: 0; }
  /* line 85, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .single-news .col-xs-12 {
    padding-left: 0;
    padding-right: 0; }
  /* line 86, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .news-wrapper .single-news {
    padding: 4% 0; }
  /* line 87, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .cta-hp .cta-box {
    border-right: none;
    border-bottom: 1px #fff solid; }
  /* line 88, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .cta-hp .no-border {
    border-bottom: none; }
  /* line 89, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .when-title {
    font-size: 20px !important; }
  /* line 91, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .map-section {
    min-height: 320px; }
  /* line 92, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .acf-map {
    height: 344px !important; }
  /* line 93, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/map.scss */
  .nopl {
    padding-left: 20px; } }

/* line 3, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
nav.red-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 4, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.red-nav ul li {
    display: block;
    clear: both; }
    /* line 5, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    nav.red-nav ul li a {
      color: #fff;
      font-size: 1.1em;
      font-family: FuturaPT-Book;
      line-height: 2.4em; }
    /* line 6, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    nav.red-nav ul li a:hover {
      color: #fff !important; }
  /* line 8, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.red-nav ul li.current-menu-item a {
    color: #D61920;
    font-family: FuturaPT-Heavy; }

@media (max-width: 1040px) {
  /* line 13, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.red-nav ul li a:hover {
    color: #fff !important; } }

/* line 17, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
nav.black-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 18, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.black-nav ul li {
    display: block;
    clear: both; }
    /* line 19, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    nav.black-nav ul li a {
      color: #4B4F56;
      font-size: 1.1em;
      font-family: FuturaPT-Book;
      line-height: 2.4em; }
    /* line 20, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    nav.black-nav ul li a:hover {
      color: #D61920 !important; }
  /* line 22, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.black-nav ul li.current-menu-item a {
    color: #D61920;
    font-family: FuturaPT-Heavy; }

@media (max-width: 1040px) {
  /* line 27, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.black-nav ul li a:hover {
    color: #fff !important; } }

/* line 31, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 32, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.main-navigation ul li {
    display: block;
    clear: both; }
    /* line 33, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    nav.main-navigation ul li a {
      color: #fff;
      font-size: 1.1em;
      font-family: FuturaPT-Heavy;
      line-height: 2.4em; }
    /* line 34, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    nav.main-navigation ul li a:hover {
      color: #D61920 !important; }
  /* line 36, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.main-navigation ul li.current-menu-item a {
    color: #D61920;
    font-family: FuturaPT-Heavy; }

@media (max-width: 1040px) {
  /* line 41, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.main-navigation ul li a:hover {
    color: #4B4F56 !important; } }

/* line 44, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.site-title {
  font-size: 1.1em;
  font-family: FuturaPT-Heavy;
  color: #D61920;
  margin-top: 5px; }
  /* line 46, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .site-title a {
    color: #D61920; }
  /* line 47, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .site-title a:visited {
    color: #D61920; }
  /* line 48, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .site-title h3 {
    color: #D61920 !important; }

/*
 * Hamburger 
 */
/* line 55, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger {
  position: relative;
  z-index: 9000;
  padding: 13px 15px;
  padding-right: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

/* line 74, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger:hover {
  opacity: 0.7; }

/* line 77, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  z-index: 9998; }

/* line 84, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

/* line 88, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

/* line 99, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

/* line 102, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger-inner::before {
  top: -10px; }

/* line 104, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger-inner::after {
  bottom: -10px; }

/* line 108, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 114, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

/* line 117, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 122, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* line 127, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }

/* line 131, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* line 142, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.fix-search {
  position: fixed;
  top: 10px; }

/* line 146, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.site-header {
  width: 100%;
  background: #fff;
  z-index: 9998;
  height: 50px;
  -webkit-transition: height .5s linear;
  transition: height .5s linear; }

/* line 147, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.site-header-mob {
  width: 100%;
  background: #fff;
  z-index: 9998;
  height: 50px;
  -webkit-transition: height .5s linear;
  transition: height .5s linear;
  background: transparent; }

/* line 148, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.site-header-collapsed {
  width: 100%;
  background: #fff;
  z-index: 9998;
  height: 50px;
  -webkit-transition: height .5s linear;
  transition: height .5s linear; }

/* line 150, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.site-header-open {
  height: 368px; }

/* line 151, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
#fixed-trigger {
  display: none; }

/* line 153, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
#fixed-trigger-collapsed {
  display: none; }

@media (max-width: 1040px) {
  /* line 158, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  #fixed-trigger {
    display: block; } }

/* line 162, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
#alt-navigation-wrap {
  display: none; }

/* line 163, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.desktop-nav {
  display: none; }

/* line 164, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.desktop-nav-collapsed {
  display: none; }

/* line 165, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.when-title {
  color: #4B4F56;
  font-size: 1.4em;
  font-family: FuturaPT-Heavy;
  line-height: 1.22em;
  display: block;
  padding-top: 8%; }

/* line 167, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.project-col {
  color: #A50B46;
  font-family: FuturaPT-Book; }
  /* line 169, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .project-col .custom-icon {
    color: #A50B46;
    border: 2px #A50B46 solid; }
  /* line 171, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .project-col ul li {
    display: inline; }
  /* line 173, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .project-col p {
    margin-top: 10px;
    color: #A50B46; }
  /* line 174, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .project-col h4 {
    color: #A50B46;
    font-family: FuturaPT-Book;
    margin-top: 1px; }
  /* line 175, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .project-col h5 {
    margin-top: 47px;
    font-family: FuturaPT-Heavy;
    font-size: 1.1em;
    line-height: 1.4em; }
  /* line 176, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .project-col i {
    color: #A50B46;
    font-size: 1.8em;
    padding-right: 5px; }

/* line 179, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.mobile-nav {
  z-index: 9998;
  position: fixed;
  top: 0px;
  width: 100%; }
  /* line 180, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .mobile-nav .site-header {
    background: transparent; }
  /* line 181, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .mobile-nav .whiteHam .hamburger-inner, .mobile-nav .whiteHam .hamburger-inner::before, .mobile-nav .whiteHam .hamburger-inner::after {
    background: #fff; }
  /* line 182, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .mobile-nav .hamburger-inner, .mobile-nav .hamburger-inner::before, .mobile-nav .hamburger-inner::after {
    background: #000; }
  /* line 183, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .mobile-nav .hamburger {
    margin-top: 10px; }
  /* line 184, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .mobile-nav .mobile-nav-cont {
    margin-top: 90px; }
    /* line 187, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    .mobile-nav .mobile-nav-cont nav li {
      border-bottom: 1px #fff solid;
      margin-bottom: 10%; }
      /* line 188, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
      .mobile-nav .mobile-nav-cont nav li a {
        color: #fff;
        font-family: FuturaPT-Book;
        font-size: 1.6em;
        line-height: 2.6em; }
      /* line 189, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
      .mobile-nav .mobile-nav-cont nav li a:hover {
        color: #fff; }
      /* line 190, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
      .mobile-nav .mobile-nav-cont nav li a:focus {
        color: #fff; }
      /* line 191, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
      .mobile-nav .mobile-nav-cont nav li a:visited {
        color: #fff; }

/* line 198, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
.top-m {
  padding-top: 10%; }

@media (max-width: 1040px) {
  /* line 202, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .project-col h4 {
    margin-top: 20px; }
  /* line 203, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .mobile-nav {
    height: 120px; }
  /* line 204, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  #alt-navigation-wrap {
    background: #A50B46;
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    background: #A50B46;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    /* line 215, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    #alt-navigation-wrap h4 {
      color: #fff; }
    /* line 216, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    #alt-navigation-wrap i {
      color: #fff;
      margin-right: 10px; }
  /* line 218, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .project-col {
    color: #fff; }
    /* line 219, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    .project-col p {
      color: #fff !important;
      margin-bottom: 10%; }
    /* line 220, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
    .project-col .custom-icon {
      color: #fff;
      border: 2px #fff solid; }
  /* line 222, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .langs {
    margin-top: 10%; }
  /* line 224, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  nav.black-nav ul li.current-menu-item a {
    color: #000; }
  /* line 225, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .mobile-nav .mobile-nav-cont nav li {
    margin-bottom: 13%; }
  /* line 226, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  footer .project-col p {
    font-size: 0.8em !important; } }

@media (max-width: 767px) {
  /* line 229, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/nav.scss */
  .mobile-nav {
    height: 54px; } }

/* line 1, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
.instagram-feed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  /* line 12, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .instagram-feed .feed-top {
    margin-top: 50px;
    padding-bottom: 4%; }
    /* line 13, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top h1 {
      font-size: 2em;
      line-height: 1.45em; }
    /* line 14, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top p {
      font-size: 2em;
      line-height: 1.45em; }
      /* line 15, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top p span {
        color: #D61920; }
    /* line 17, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top .feed-actions {
      padding: 50px 0 50px; }
      /* line 18, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top .feed-actions a {
        color: #4B4F56;
        font-size: 2em;
        line-height: 1.45em;
        border-bottom: 4px #4B4F56 solid;
        padding-bottom: 6px;
        font-family: FuturaPT-Heavy; }
    /* line 21, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top .close-wall-img {
      position: absolute;
      right: 70px;
      top: 50px;
      z-index: 9999;
      cursor: pointer; }

/* line 25, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
.feed-branding img {
  max-width: none !important; }

/* line 27, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
#sbi_load {
  padding-top: 70px !important;
  padding-bottom: 8%;
  margin-top: 2% !important; }

/* line 28, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
.sbi_load_btn {
  background: transparent !important;
  color: #4B4F56 !important;
  font-size: 2em !important;
  line-height: 1.45em !important;
  border-bottom: 4px #4B4F56 solid !important;
  padding-bottom: 6px !important;
  font-family: FuturaPT-Heavy;
  border-radius: 0 !important; }

/* line 31, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  padding: 7px 0 !important; }

/* line 33, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
.sbi_photo:hover {
  opacity: 1 !important; }

/* line 34, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
.sbi_photo:focus {
  opacity: 1 !important; }

/* line 36, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
.prosegui-sito {
  padding-left: 30px !important;
  padding-right: 0 !important; }

/* line 38, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
.feed-text {
  padding-top: 22px; }

@media (max-width: 1340px) {
  /* line 42, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .instagram-feed .feed-top {
    margin-top: 50px; }
    /* line 43, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top h1 {
      font-size: 1.5em;
      line-height: 1.5em; }
    /* line 44, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top p {
      font-size: 1.4em;
      line-height: 1.5em; }
      /* line 45, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top p span {
        color: #D61920; }
    /* line 47, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top .feed-actions {
      padding: 50px 0 50px; }
      /* line 48, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top .feed-actions a {
        color: #4B4F56;
        font-size: 1.4em;
        line-height: 1.5em;
        border-bottom: 3px #4B4F56 solid;
        padding-bottom: 6px;
        font-family: FuturaPT-Heavy; }
  /* line 53, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .sbi_load_btn {
    background: transparent !important;
    color: #4B4F56 !important;
    font-size: 1.4em !important;
    line-height: 1.5em !important;
    border-bottom: 4px #4B4F56 solid !important;
    padding-bottom: 6px !important;
    font-family: FuturaPT-Heavy;
    border-radius: 0 !important; } }

@media (max-width: 1040px) {
  /* line 58, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .feed-text {
    padding-top: 0px; }
  /* line 59, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .feed-branding {
    margin-bottom: 50px; }
  /* line 60, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 50% !important; }
  /* line 62, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .instagram-feed .feed-top {
    margin-top: 20px; }
    /* line 63, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top h1 {
      font-size: 1.6em;
      line-height: 1.5em; }
    /* line 64, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top p {
      font-size: 1.6em;
      line-height: 1.5em; }
      /* line 65, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top p span {
        color: #D61920; }
    /* line 67, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top .feed-actions {
      padding: 50px 0 50px; }
      /* line 68, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top .feed-actions a {
        color: #4B4F56;
        font-size: 1.6em;
        line-height: 1.5em;
        border-bottom: 4px #4B4F56 solid;
        padding-bottom: 6px;
        font-family: FuturaPT-Heavy; }
      /* line 69, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top .feed-actions a:hover {
        opacity: 0.75;
        border-color: rgba(75, 79, 86, 0.5); }
    /* line 71, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top .close-wall-img {
      position: absolute;
      right: 20px;
      top: 35px; }
  /* line 75, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .sbi_load_btn {
    background: transparent !important;
    color: #4B4F56 !important;
    font-size: 1.6em !important;
    line-height: 1.5em !important;
    border-bottom: 4px #4B4F56 solid !important;
    padding-bottom: 6px !important;
    font-family: FuturaPT-Heavy;
    border-radius: 0 !important;
    padding-top: 11px; }
  /* line 78, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .instagram-feed .feed-top {
    padding-bottom: 6%; }
  /* line 80, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    padding-bottom: 11px !important; }
  /* line 82, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .instagram-feed .feed-top .feed-actions a:hover .feedfix {
    border-color: rgba(75, 79, 86, 0.75); } }

@media (max-width: 767px) {
  /* line 89, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 100% !important; }
  /* line 91, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .instagram-feed .feed-top {
    margin-top: 20px; }
    /* line 92, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top h1 {
      font-size: 1.1em;
      line-height: 1.5em; }
    /* line 93, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top p {
      font-size: 1.1em;
      line-height: 1.5em; }
      /* line 94, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top p span {
        color: #D61920; }
    /* line 96, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top .feed-actions {
      padding: 50px 0 50px; }
      /* line 97, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
      .instagram-feed .feed-top .feed-actions a {
        color: #4B4F56;
        font-size: 1.1em;
        line-height: 1.5em;
        padding-bottom: 6px;
        font-family: FuturaPT-Heavy;
        border-bottom: none !important; }
    /* line 99, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
    .instagram-feed .feed-top .close-wall-img {
      position: absolute;
      right: 20px;
      top: 20px; }
  /* line 102, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .sbi_load_btn {
    background: transparent !important;
    color: #4B4F56 !important;
    font-size: 1.1em !important;
    line-height: 1.5em !important;
    border-bottom: 4px #4B4F56 solid !important;
    padding-bottom: 6px !important;
    font-family: FuturaPT-Heavy;
    border-radius: 0 !important; }
  /* line 105, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .feedfix {
    width: 80% !important;
    border-bottom: 3px #4B4F56 solid; }
  /* line 106, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .feed-top .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  /* line 108, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  .feed-actions a:hover .feedfix {
    border-color: rgba(75, 79, 86, 0.75); }
  /* line 110, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    padding-bottom: 4px !important; }
  /* line 112, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/photowall.scss */
  #sbi_load {
    padding-top: 70px !important;
    padding-bottom: 18%;
    margin-top: -6% !important; } }

@font-face {
  font-family: FuturaPT-Heavy;
  src: url(../../fonts/Futura-PT-Heavy.otf); }

@font-face {
  font-family: FuturaPT-Book;
  src: url(../../fonts/Futura-PT-Book.otf); }

@font-face {
  font-family: "untitled-font-3";
  src: url("../../fonts/untitled-font-3.eot");
  src: url("../../fonts/untitled-font-3.eot?#iefix") format("embedded-opentype"), url("../../fonts/untitled-font-3.woff") format("woff"), url("../../fonts/untitled-font-3.ttf") format("truetype"), url("../../fonts/untitled-font-3.svg#untitled-font-3") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 23, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
[data-icon]:before {
  font-family: "untitled-font-3" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 36, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-3" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 49, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.icon-facebook:before {
  content: "\66"; }

/* line 52, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.icon-instagram:before {
  content: "\69"; }

/* line 55, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.icon-instagram-copy:before {
  content: "\79"; }

/* line 58, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.icon-twitter:before {
  content: "\74"; }

/* line 61, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.icon-freccia:before {
  content: "\61"; }

/* line 64, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.icon-frecciagiu:before {
  content: "\62"; }

/* line 67, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.icon-frecciasu:before {
  content: "\63"; }

/* line 72, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
body {
  background: #fff;
  font-size: 18px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 80, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
#site-wrapper {
  background: #fff;
  position: relative; }

/* line 82, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.row {
  margin-left: 0;
  margin-right: 0; }

/* line 84, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.no-gutter {
  padding-left: 0;
  padding-right: 0; }

/* line 97, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.poster {
  background-image: url("../../img/poster.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

/* line 103, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7); }

/* line 115, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.tv .screen.active {
  opacity: 1; }

/* line 120, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
a {
  color: #4B4F56;
  text-decoration: none;
  cursor: pointer; }

/* line 125, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
a:hover {
  color: #D61920;
  text-decoration: none; }

/* line 126, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
a:visited {
  color: none;
  text-decoration: none; }

/* line 127, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
a:focus {
  color: #4B4F56;
  text-decoration: none; }

/* line 129, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-menu-box a:hover {
  color: #D61920; }

/* line 130, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-menu-box a:hover i {
  color: #D61920; }

/* line 131, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-menu-box:hover i {
  color: #D61920; }

/* line 132, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-menu-box:hover a {
  color: #D61920; }

/* line 134, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-menu-box-inner a:hover {
  color: #D61920; }

/* line 135, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-menu-box-inner a:hover i {
  color: #D61920; }

/* line 136, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-menu-box-inner:hover i {
  color: #D61920; }

/* line 137, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-menu-box-inner:hover a {
  color: #D61920; }

/* line 139, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.download-prog-mob:hover a {
  color: #D61920; }

/* line 140, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.download-prog-mob:hover i {
  color: #D61920; }

/* line 142, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 144, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
input:focus {
  outline: none; }

/* line 145, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
button:focus {
  outline: none; }

/* line 148, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.preloader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9999; }

/* line 157, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.preloader-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* line 161, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.preload-hide {
  opacity: 0;
  z-index: 0; }

/* line 163, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none; }

/* line 172, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.animated-fast {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none; }

/* line 182, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.main-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* line 186, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-section {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* line 190, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.cta-hp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* line 194, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.news-section {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@media (max-width: 1040px) {
  /* line 199, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-section {
    opacity: 1 !important; }
  /* line 200, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .cta-hp {
    opacity: 1 !important; }
  /* line 201, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .map-section {
    opacity: 1 !important; }
  /* line 202, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .main-text {
    opacity: 1 !important; }
  /* line 203, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .hp-menu {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; } }

/* line 206, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.yt-loader {
  -webkit-animation-name: horizontalProgressBar;
  animation-name: horizontalProgressBar;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background: #D61920;
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  width: 0%;
  z-index: 9999;
  -webkit-transition: width;
  transition: width; }

@keyframes horizontalProgressBar {
  0% {
    width: 0%; }
  25% {
    width: 22%; }
  50% {
    width: 55%; }
  75% {
    width: 83%; }
  100% {
    width: 100%; } }

@-webkit-keyframes horizontalProgressBar /* Safari and Chrome */ {
  0% {
    width: 0%; }
  25% {
    width: 22%; }
  50% {
    width: 55%; }
  75% {
    width: 83%; }
  100% {
    width: 100%; } }

/* line 239, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.pace {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url("../../img/logo-festa-small.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

/* line 259, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.pace .pace-progress {
  background: #D61920;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/* line 269, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.pace-active {
  z-index: 9999; }

/* line 271, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.pace-inactive {
  display: none; }

/* line 273, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.nopl {
  padding-left: 0; }

/* line 275, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h1 {
  font-family: FuturaPT-Heavy;
  font-size: 3.3em;
  color: #000000;
  line-height: 4.2em;
  margin: 0;
  padding: 0; }

/* line 281, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h1.red {
  font-family: FuturaPT-Heavy;
  font-size: 3.3em;
  color: #D61920;
  line-height: 4.2em;
  margin: 0;
  padding: 0; }

/* line 287, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h2 {
  font-family: FuturaPT-Heavy;
  font-size: 2.2em;
  color: #D61920;
  line-height: 3.1em;
  letter-spacing: 0px;
  margin: 0; }

/* line 296, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h3.hashtag {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.8em; }

/* line 298, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h2.black {
  font-family: FuturaPT-Heavy;
  font-size: 2.2em;
  color: #000000;
  margin: 0;
  line-height: 3.1em; }

/* line 306, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h4 {
  font-family: FuturaPT-Heavy;
  font-size: 1.1em;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.4em; }

/* line 314, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h3 {
  font-family: FuturaPT-Heavy;
  font-size: 1.7em;
  line-height: 2.1em;
  color: #000;
  margin: 0; }

/* line 321, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h3.red {
  color: #D61920;
  padding-right: 30px; }

/* line 323, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
h5 {
  font-family: FuturaPT-Heavy; }

/* line 325, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
p {
  margin: 0;
  font-family: FuturaPT-Book;
  color: #4B4F56; }

/* line 327, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.main-text {
  display: block;
  clear: both;
  padding: 5% 0 2%; }

/* line 328, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.main-text p {
  font-size: 1.7em;
  line-height: 1.4em;
  font-family: FuturaPT-Book; }

/* line 329, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.main-text h3 {
  line-height: 1.4em; }

/*.main-text-content{margin-top: 0.8%;}*/
/* line 333, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* line 335, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 337, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.no-margin {
  margin-left: 0;
  margin-right: 0; }

/* line 339, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.top-header {
  width: 100%;
  position: relative;
  padding-top: 20px;
  left: 0;
  z-index: 9998; }

@media (max-width: 1040px) {
  /* line 346, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .top-header {
    eight: 100vh;
    background-image: url(../../img/poster.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D61920;
    background-blend-mode: multiply; } }

/* line 352, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.logo {
  max-width: 190px;
  position: absolute; }

/* line 355, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.langs ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 356, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.langs ul li {
  display: inline;
  color: #fff; }

/* line 357, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.langs ul li a {
  text-decoration: none;
  font-family: FuturaPT-Book;
  font-size: 1em;
  color: #fff; }

/* line 362, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.langs ul li a.active {
  font-family: FuturaPT-Heavy; }

/* line 365, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.custom-icon {
  border-radius: 100%;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  vertical-align: middle;
  width: 30px;
  height: 30px; }

/* line 379, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
footer {
  background: #F5F5F5;
  padding-bottom: 4%;
  margin-top: 8%; }
  /* line 383, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer p {
    color: #4B4F56; }
  /* line 384, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer a {
    text-decoration: underline;
    color: #4B4F56 !important; }
  /* line 385, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer .project-col p {
    color: #4B4F56; }
  /* line 386, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer .project-col .custom-icon {
    color: #4B4F56;
    border-color: #000; }
  /* line 389, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer ul li a {
    text-decoration: none;
    font-size: 1em !important;
    font-family: FuturaPT-Book !important;
    line-height: 2.25em !important; }
    /* line 390, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    footer ul li a i {
      font-size: 1.8em;
      padding-right: 5px;
      color: #4B4F56 !important; }
  /* line 396, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer .social-wrapper {
    padding-top: 20px; }

/* line 398, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.white-footer {
  background: #F5F5F5;
  margin-top: 0; }

/* line 400, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
b, strong {
  font-weight: normal;
  font-family: FuturaPT-Heavy; }

/* line 406, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-news-wrapper {
  padding-bottom: 3%; }
  /* line 407, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 2%; }
  /* line 410, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote {
    font-size: inherit;
    padding: 4% 0 5.5%;
    margin: 0 -11.5%;
    border-left: none;
    color: #A50B46;
    width: 60%;
    line-height: 1.6em; }
    /* line 411, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-news-wrapper blockquote p {
      line-height: 1.5em;
      color: #A50B46;
      font-family: FuturaPT-Heavy; }
      /* line 412, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-news-wrapper blockquote p b {
        font-family: FuturaPT-Heavy; }
  /* line 415, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-intro {
    color: #A50B46;
    margin: 0 -10%;
    padding: 2% 0 4%; }
    /* line 416, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-news-wrapper .news-intro span {
      font-size: 0.8em;
      font-family: 'Space Mono', monospace;
      line-height: 4em; }
    /* line 417, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-news-wrapper .news-intro p {
      font-size: 1.2em;
      line-height: 0.8em; }
  /* line 421, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-title span {
    color: #4B4F56;
    font-family: 'Space Mono', monospace;
    font-size: 0.8em; }
  /* line 422, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-title h1 {
    color: #D61920;
    line-height: 1.4em; }
  /* line 425, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper ul {
    margin: 0;
    padding: 0;
    padding-bottom: 3%; }
    /* line 427, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-news-wrapper ul li {
      line-height: 3.5em;
      color: #A50B46;
      font-size: 1.35em; }
  /* line 429, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper h1 {
    margin: 0.1% 0 2.8% !important; }

/* line 432, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.news-wrapper .single-news h4 a {
  color: #4B4F56; }

/* line 434, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.featured-image {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 3% 0 0; }

/* line 436, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.gallery-sec {
  padding: 3% 0; }

/* line 438, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.gallery-inner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  /* line 441, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-inner-row li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3% 0; }
    /* line 445, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .gallery-inner-row li img {
      width: 100%; }
    /* line 446, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .gallery-inner-row li span {
      padding: 0 70px;
      font-family: FuturaPT-Book;
      font-size: 1em;
      color: #4B4F56;
      position: relative;
      top: 20px;
      float: left; }
    /* line 447, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .gallery-inner-row li iframe {
      height: 730px; }

/* line 450, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.gallery-inner-row li:nth-child(n+2) {
  padding-left: 30px; }
  /* line 452, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-inner-row li:nth-child(n+2) span {
    padding: 0; }

@-moz-document url-prefix() {
  /* line 457, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-inner-row {
    padding-bottom: 5%; } }

/* line 460, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.archivio-sec {
  margin-top: -2%; }
  /* line 462, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .archivio-sec .anno-row {
    border-bottom: 1px #D61920 solid;
    margin: 8% 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 463, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .anno-row h4 {
      clear: none !important;
      display: inline;
      margin-right: 20px;
      color: #A50B46; }
    /* line 464, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .anno-row h2 {
      line-height: 2.1em; }
    /* line 465, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .anno-row .when-title {
      font-size: 1.4em; }
    /* line 466, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .anno-row .anno-inner {
      border-bottom: 1px #6E6E6E solid;
      margin-bottom: 4px; }
    /* line 467, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .anno-row .anno-download {
      padding-bottom: 27px; }
    /* line 468, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .anno-row .fbot {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      padding-left: 50px; }
    /* line 469, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .anno-row i {
      color: #A50B46;
      position: relative;
      top: 3px; }

@media (max-width: 767px) {
  /* line 475, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .archivio-sec {
    padding: 3% 0; }
    /* line 477, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .anno-row {
      border-bottom: 1px #6E6E6E solid;
      margin: 8% 0;
      margin-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      /* line 478, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .archivio-sec .anno-row h4 {
        clear: none !important;
        display: inline;
        margin-right: 20px;
        color: #A50B46; }
      /* line 479, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .archivio-sec .anno-row h2 {
        line-height: 1em;
        font-size: 1.4em; }
      /* line 480, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .archivio-sec .anno-row .when-title {
        font-size: 0.9em !important; }
      /* line 481, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .archivio-sec .anno-row .anno-inner {
        border-bottom: none;
        margin-bottom: 4px; }
      /* line 482, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .archivio-sec .anno-row .anno-download {
        padding-bottom: 27px; }
      /* line 483, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .archivio-sec .anno-row .fbot {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        padding-left: 50px; }
      /* line 484, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .archivio-sec .anno-row i {
        color: #A50B46;
        position: relative;
        top: 3px; }
    /* line 486, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .archivio-sec .border-archivio {
      border-bottom: 3px #D61920 solid;
      padding-bottom: 10px; }
  /* line 489, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .progcol {
    padding-top: 0; }
  /* line 490, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .progcol h4 {
    font-size: 0.7em;
    color: #A50B46;
    float: left; }
  /* line 491, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .postcol h4 {
    font-size: 0.7em;
    color: #A50B46;
    float: left; }
  /* line 492, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .postcol i {
    font-size: 0.7em;
    color: #A50B46;
    float: left;
    position: absolute;
    top: 36px;
    right: 40px; }
  /* line 493, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .progcol i {
    font-size: 0.7em;
    color: #A50B46;
    float: left;
    position: absolute;
    top: 36px;
    right: 40px; }
  /* line 494, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .postcol {
    padding-top: 0; } }

/* line 498, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.credits-sec {
  padding: 5% 0; }
  /* line 500, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec .credits-row {
    padding: 3% 0 5%; }
    /* line 502, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .credits-sec .credits-row span {
      display: block;
      clear: both;
      border-bottom: 1px #4B4F56 solid;
      padding-bottom: 6px;
      font-family: FuturaPT-Heavy;
      font-size: 20px;
      color: #4B4F56;
      letter-spacing: 0px; }
    /* line 508, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .credits-sec .credits-row img {
      margin-right: 20px;
      padding: 3% 0; }
  /* line 510, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec ul {
    padding: 2% 0 1%; }
    /* line 511, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .credits-sec ul li {
      font-family: FuturaPT-Book;
      font-size: 1.2em; }
  /* line 513, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec ul.more-padding {
    padding-top: 3%; }

/* line 516, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.fgrey {
  color: #4B4F56 !important; }

/* line 518, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.programma-intro {
  position: relative;
  display: block;
  clear: both; }
  /* line 519, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-intro p {
    font-size: 1.7em;
    line-height: 1.4em;
    color: #000; }
  /* line 520, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-intro h1 {
    line-height: 1.1em;
    margin: 0.5em 0 0.7em 0; }

/* line 523, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.col-programma-sx {
  padding-bottom: 5%; }

/* line 524, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.right-program-box {
  position: absolute;
  right: -6%;
  top: -20px;
  padding-bottom: 5%;
  height: 170px;
  background: #F5F5F5;
  width: 30%; }
  /* line 525, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .right-program-box h3 {
    padding-right: 31% !important; }

/* line 528, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.freccia-rotated {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

/* line 530, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.programma-sec {
  padding: 0; }
  /* line 533, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header {
    padding-top: 7%;
    border-bottom: 3px #4B4F56 solid; }
    /* line 536, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .programma-sec .event-header h2 {
      font-family: FuturaPT-Book;
      font-size: 2em;
      color: #4B4F56;
      letter-spacing: 0px;
      line-height: 1.3em;
      float: left; }
    /* line 546, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .programma-sec .event-header .event-controls ul {
      position: relative;
      top: 16px; }
      /* line 548, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .programma-sec .event-header .event-controls ul li {
        display: inline; }
        /* line 550, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .programma-sec .event-header .event-controls ul li a {
          font-family: FuturaPT-Book;
          font-size: 20px;
          color: #4B4F56;
          letter-spacing: 0px;
          line-height: 20px;
          color: #4B4F56; }
          /* line 558, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
          .programma-sec .event-header .event-controls ul li a i {
            font-weight: 300;
            font-size: 15px;
            padding-right: 5px;
            position: relative;
            top: 2px; }
  /* line 568, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .single-evento-row {
    padding: 2% 0;
    border-bottom: 1px #4B4F56 solid; }
    /* line 570, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .programma-sec .single-evento-row .event-number {
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      position: relative;
      top: -4px; }
      /* line 571, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .programma-sec .single-evento-row .event-number span {
        color: #fff;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-family: FuturaPT-Heavy;
        font-size: 1em; }
    /* line 573, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .programma-sec .single-evento-row .descrizione {
      font-size: 1em;
      font-family: FuturaPT-Book;
      line-height: 1em; }
    /* line 574, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .programma-sec .single-evento-row h4 {
      margin-top: 0; }
    /* line 575, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .programma-sec .single-evento-row .orario {
      font-family: 'Space Mono', monospace;
      font-size: 1em; }
    /* line 576, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .programma-sec .single-evento-row .titolo {
      text-transform: uppercase; }
    /* line 577, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .programma-sec .single-evento-row .descrizione p {
      line-height: 1.2em; }

/* line 583, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.sera1-row .event-subheader h2 {
  font-family: FuturaPT-Book;
  font-size: 2em;
  color: #e63323;
  letter-spacing: 0px;
  line-height: 1.1em;
  margin: 0.5em 0 0.7em 0;
  padding-bottom: 2px; }

/* line 597, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.sera2-row .event-subheader h2 {
  font-family: FuturaPT-Book;
  font-size: 2em;
  color: #FFCC01;
  letter-spacing: 0px;
  line-height: 1.1em;
  margin: 0.5em 0 0.7em 0;
  padding-bottom: 2px; }

/* line 611, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.sera3-row .event-subheader h2 {
  font-family: FuturaPT-Book;
  font-size: 2em;
  color: #0099FF;
  letter-spacing: 0px;
  line-height: 1.1em;
  margin: 0.5em 0 0.7em 0;
  padding-bottom: 2px; }

/* line 623, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.luogo h4 {
  color: #4B4F56; }

/* line 624, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.titolo h4 {
  color: #4B4F56; }

/* line 626, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.sera1 {
  border-bottom: 1px #e63323 solid !important; }
  /* line 627, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera1 .orario {
    color: #e63323; }
  /* line 628, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera1 .titolo h4 {
    color: #e63323 !important; }
  /* line 629, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera1 .descrizione p {
    color: #e63323; }
  /* line 630, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera1 .luogo h4 {
    color: #e63323 !important; }

/* line 634, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.sera2 {
  border-bottom: 1px #FFCC01 solid !important; }
  /* line 635, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera2 .orario {
    color: #FFCC01; }
  /* line 636, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera2 .titolo h4 {
    color: #FFCC01 !important; }
  /* line 637, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera2 .descrizione p {
    color: #FFCC01; }
  /* line 638, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera2 .luogo h4 {
    color: #FFCC01 !important; }

/* line 641, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.sera3 {
  border-bottom: 1px #0099FF solid !important; }
  /* line 642, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera3 .orario {
    color: #0099FF; }
  /* line 643, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera3 .titolo h4 {
    color: #0099FF !important; }
  /* line 644, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera3 .descrizione p {
    color: #0099FF; }
  /* line 645, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera3 .luogo h4 {
    color: #0099FF !important; }

/* line 648, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.mob-hp {
  display: none !important; }

/* line 650, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.progcol {
  padding-top: 3%; }

/* line 654, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.postcol {
  padding-top: 3%; }

/* line 658, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-news-wrapper .news-intro p {
  color: #A50B46; }

/* line 660, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.cta-hp .cta-box {
  height: 335px; }

/* line 662, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.download-prog-mob {
  background: #F5F5F5;
  padding: 3% 0;
  margin-bottom: 4%; }
  /* line 664, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .download-prog-mob i {
    float: left;
    position: relative;
    top: 18px;
    left: 20px; }

/* line 667, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.mobaltdescprog {
  clear: both;
  padding-top: 1.5%; }

/* line 669, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.footer-img {
  max-width: 301px;
  height: 170px; }

/* line 671, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.noarch {
  position: absolute;
  top: 20px;
  font-family: FuturaPT-Book;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/* line 673, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.morepadsingle {
  padding-top: 1% !important; }

/* line 675, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.map-usciere {
  display: none;
  position: absolute;
  right: -67px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 67px;
  height: 78px;
  z-index: 1;
  background: #fff;
  cursor: pointer; }
  /* line 677, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .map-usciere i {
    font-size: 12px;
    text-align: center;
    left: 20px;
    top: 20px;
    position: relative;
    font-size: 30px; }

/* line 680, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.sptab {
  position: absolute !important;
  right: 10px;
  top: 43px !important;
  top: none; }

/* line 682, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.news-title {
  padding: 9% 0 5%; }

/* line 684, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-news-wrapper h1 {
  margin-top: 0.6% !important; }

/* line 686, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-news-wrapper .news-intro {
  margin: -1% -10% 0%;
  padding: 0 0 5%; }

/* line 687, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-news-wrapper .news-intro p {
  line-height: 0.6em; }

/* line 690, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
#cn-accept-cookie {
  color: #D61920 !important; }

/* line 692, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.news-inner-sec {
  margin: 3% 0 0; }

/* line 694, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.cookie-notice-container {
  border-top: 1px #D61920 solid; }

/* line 696, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.noprogtitle {
  line-height: 1.4em !important;
  margin: 1.5em 0 0.1em !important; }

/* line 697, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.noprogp {
  font-size: 2em !important; }

/* line 700, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.subtitle-normal {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 2%;
  color: #D61920; }

@media (min-width: 1340px) {
  /* line 708, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px; } }

@media (max-width: 1340px) {
  /* line 714, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px; }
  /* line 715, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  h2 {
    font-size: 2em; }
  /* line 716, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  h3 {
    font-size: 1.4em; }
  /* line 717, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  h4 {
    font-size: 1em;
    line-height: 1.35em; }
  /* line 718, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .single-evento-row .orario {
    font-size: 0.9em; }
  /* line 719, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .main-text p {
    font-size: 1.4em;
    line-height: 1.5em; }
  /* line 720, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-wrapper .single-news span {
    top: 2px; }
  /* line 721, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-wrapper .single-news h4 {
    font-size: 1.1em; }
  /* line 722, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-wrapper .single-news h5 {
    font-size: 0.9em; }
  /* line 723, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-intro p {
    font-size: 1.4em; }
  /* line 724, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .right-program-box {
    width: 37.5%; }
  /* line 725, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .event-subheader {
    float: left;
    padding: 20px 0 15px; }
  /* line 726, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .event-subheader h2 {
    margin: 0; }
  /* line 727, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera1-row .event-subheader h2 {
    margin: 0; }
  /* line 728, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera2-row .event-subheader h2 {
    margin: 0; }
  /* line 729, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera3-row .event-subheader h2 {
    margin: 0; }
  /* line 730, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper p {
    font-size: 1.4em;
    line-height: 1.5em; }
  /* line 731, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .subtitle-normal {
    font-size: 1.4em;
    line-height: 1.5em; }
  /* line 732, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote p {
    font-size: 1.4em;
    line-height: 1.5em; }
  /* line 733, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-intro p {
    line-height: 0.8em; }
  /* line 734, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-intro span {
    line-height: 3.5em;
    font-size: 0.6em; }
  /* line 735, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote {
    padding: 4% 0 4.5%; }
  /* line 736, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper h1 {
    margin: -0.1% 0 0.67%; }
  /* line 737, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .archivio-sec .anno-row .when-title {
    font-size: 1.2em; } }

@media (max-width: 1040px) {
  /* line 745, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .prognoprog {
    margin: 30px 0 40px; }
  /* line 746, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer ul.social-links {
    margin: -7% 0; }
  /* line 747, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .langs {
    padding-left: 0%; }
  /* line 748, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .container {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px; }
  /* line 749, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .featured-image {
    margin-top: 11%; }
  /* line 750, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-inner-sec {
    margin-top: 11%; }
  /* line 751, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  body {
    font-size: 18px; }
  /* line 752, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .cta-hp {
    padding-bottom: 2%; }
  /* line 753, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .cta-hp .cta-box {
    height: 225px; }
  /* line 754, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .cta-hp .cta-box h3 {
    padding-bottom: 24px; }
  /* line 755, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer {
    padding-top: 7%; }
  /* line 756, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .when-title {
    font-size: 1.1em; }
  /* line 758, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  #site-wrapper {
    position: relative;
    top: 60px; }
  /* line 759, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mob-hp {
    display: block !important; }
  /* line 760, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .site-branding img {
    height: 88px;
    margin-top: 15px;
    float: left;
    position: relative;
    z-index: 4000; }
  /* line 761, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .when-title-mob {
    position: relative;
    top: -7px;
    left: 20px; }
  /* line 762, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote {
    margin: 0 40%; }
  /* line 763, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .archivio-sec .anno-row .anno-download {
    padding-bottom: 10px; }
  /* line 767, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-inner-row iframe {
    height: 400px; }
  /* line 769, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mobile-nav .hamburger--collapse.is-active .hamburger-inner,
  .mobile-nav .hamburger--collapse.is-active .hamburger-inner::before,
  .hamburger--collapse.is-active .mobile-nav .hamburger-inner::after {
    background: #fff; }
  /* line 774, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  h3 {
    font-size: 1.4em; }
  /* line 775, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .main-text p {
    font-size: 1.4em;
    line-height: 1.5em; }
  /* line 776, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .noprogp {
    font-size: 1.4em !important;
    line-height: 1.4em !important; }
  /* line 777, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-intro h1 {
    font-size: 1.6em; }
  /* line 778, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec {
    padding-top: 9%; }
  /* line 779, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .single-evento-row {
    padding: 5% 0;
    border-bottom: 1px #4B4F56 solid; }
  /* line 782, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header h2 {
    font-size: 1.6em; }
  /* line 783, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera1-row .event-subheader h2 {
    font-size: 1.6em; }
  /* line 784, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera2-row .event-subheader h2 {
    font-size: 1.6em; }
  /* line 785, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera3-row .event-subheader h2 {
    font-size: 1.6em; }
  /* line 786, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header .event-controls ul {
    top: 9px; }
  /* line 787, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-title h1 {
    font-size: 1.6em;
    line-height: 1.5em; }
  /* line 788, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper {
    padding-top: 0%; }
  /* line 789, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote {
    margin: 5% 20%;
    width: 80%; }
  /* line 790, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-inner-row li span {
    display: block;
    padding: 0 35px;
    margin-top: -2%;
    padding-bottom: 20px; }
  /* line 791, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .archivio-sec .anno-row .when-title {
    font-size: 1em; }
  /* line 792, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .archivio-sec {
    padding-top: 10%; }
  /* line 793, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec {
    padding-top: 15%; }
  /* line 794, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  nav.black-nav ul li.current-menu-item a {
    color: #fff; }
  /* line 795, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  nav.black-nav ul li.current-menu-item {
    border-bottom: 3px #fff solid; }
  /* line 796, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  nav.black-nav ul li a:hover {
    opacity: 0.5; }
  /* line 797, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  nav.black-nav ul li:hover {
    border-color: rgba(255, 255, 255, 0.5); }
  /* line 798, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer .project-col p {
    color: #4B4F56 !important; }
  /* line 799, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-intro {
    margin: 0 18%; }
  /* line 800, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .single-evento-row h4 {
    color: #4B4F56; }
  /* line 801, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .col-programma-sx {
    padding: 0; }
  /* line 802, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header {
    padding-top: 14%; }
  /* line 803, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .event-subheader {
    padding-bottom: 0; }
  /* line 804, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-title {
    padding: 4% 0; }
  /* line 805, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper p {
    line-height: 1.5em; }
  /* line 806, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .subtitle-normal {
    line-height: 1.5em; }
  /* line 807, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote p {
    line-height: 1.5em; }
  /* line 808, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .noarch {
    top: 10px; }
  /* line 809, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-intro {
    padding: 0% 0 9%; }
  /* line 810, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  #alt-navigation-wrap i {
    margin-right: -2px; }
  /* line 811, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header h2 {
    padding-bottom: 3px; }
  /* line 812, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-title span {
    font-size: 0.6em; }
  /* line 813, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-title {
    padding: 8% 0 5%; }
  /* line 814, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .download-prog-mob {
    padding-top: 0; }
  /* line 815, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-sec {
    margin-top: 5%; }
  /* line 816, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .anno-row img {
    position: relative;
    left: 0;
    bottom: 0px; }
  /* line 817, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  #alt-navigation-wrap {
    height: 100vh; }
  /* line 818, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  h3.hashtag {
    margin-top: 3px; }
  /* line 819, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .colflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  /* line 820, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .colflex img {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  /* line 821, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .project-col h4 {
    margin-top: -1px; }
  /* line 822, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer .social-wrapper {
    padding-top: 30px !important; }
  /* line 823, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .hp-wrap {
    overflow-x: visible; }
  /* line 824, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  #alt-navigation-wrap {
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767px) {
  /* line 829, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  /* line 830, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .pages-sec .container {
    padding-left: 5px;
    padding-right: 5px; }
  /* line 831, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-sec {
    margin-top: 0%; }
  /* line 832, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  h1 {
    font-size: 18px !important;
    line-height: 1.4em; }
  /* line 833, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .site-branding img {
    margin-top: 15px;
    height: auto; }
  /* line 834, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .hamburger {
    margin-top: 2px !important; }
  /* line 835, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper p {
    font-size: 18px;
    line-height: 1.7em; }
  /* line 836, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .subtitle-normal {
    font-size: 18px;
    line-height: 1.7em; }
  /* line 837, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote {
    margin: 0;
    width: 100%;
    padding: 9% 0 12%; }
  /* line 838, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote p {
    line-height: 1.7em; }
  /* line 840, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-inner-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    /* line 843, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .gallery-inner-row li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 3% 0; }
      /* line 847, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .gallery-inner-row li img {
        width: 100%; }
      /* line 848, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .gallery-inner-row li span {
        padding: 0px 15px;
        font-family: FuturaPT-Book;
        font-size: 1em;
        color: #4B4F56;
        float: left;
        padding-bottom: 20px; }
      /* line 849, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .gallery-inner-row li iframe {
        height: 200px; }
  /* line 852, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-inner-row li:nth-child(n+2) {
    padding-left: 0px; }
    /* line 854, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .gallery-inner-row li:nth-child(n+2) span {
      padding: 0px 15px; }
  /* line 856, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .archivio-sec .anno-row .fbot {
    padding-left: 0; }
  /* line 858, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec .credits-row img {
    width: 30%;
    margin-right: 0; }
  /* line 860, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec .credits-row img.pbrescia {
    width: 13%; }
  /* line 861, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec .credits-row img.cpadane {
    width: 20%; }
  /* line 862, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .hp-social h5 {
    font-size: 0.8em !important; }
  /* line 863, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  h3.hashtag {
    font-size: 0.8em !important; }
  /* line 864, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .hp-social i {
    font-size: 1.4em !important; }
  /* line 865, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .main-text h3 {
    font-size: 1.1em; }
  /* line 866, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .main-text p {
    font-size: 1em;
    line-height: 1.7em; }
  /* line 867, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .noprogp {
    font-size: 1.4em !important;
    line-height: 1.4em !important; }
  /* line 868, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-intro p {
    font-size: 1em;
    line-height: 1.4em; }
  /* line 869, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .map-menu-box {
    padding-left: 20px; }
  /* line 870, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  h3 {
    font-size: 1.1em; }
  /* line 871, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .footer-img {
    max-width: 100%;
    height: auto; }
  /* line 872, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .footer-col p {
    color: #4B4F56 !important; }
  /* line 873, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .footer-col p {
    margin-bottom: 10%; }
  /* line 874, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer {
    padding-top: 10%;
    margin-top: 25%; }
  /* line 875, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer.white-footer {
    margin-top: 0%; }
  /* line 876, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer .social-wrapper {
    padding-top: 0; }
  /* line 877, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .download-prog-mob h3 {
    font-size: 1em;
    position: relative;
    top: -3px; }
  /* line 878, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .download-prog-mob i {
    top: 7px; }
  /* line 879, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .col-programma-sx {
    padding-left: 0;
    padding-right: 0; }
  /* line 880, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .luogo {
    padding-left: 0;
    padding-right: 0;
    padding: 15px 0 5px;
    position: relative;
    top: 18px; }
  /* line 881, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .titolo {
    padding-left: 0;
    padding-right: 0;
    padding: 12px 0 10px; }
  /* line 882, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .descrizione {
    padding-left: 0;
    padding-right: 0; }
  /* line 883, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header {
    padding-top: 18%;
    padding-bottom: 4px; }
  /* line 884, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header h2 {
    font-size: 1.4em; }
  /* line 885, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header .event-controls ul {
    top: 7px; }
  /* line 886, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header .event-controls ul li {
    float: left; }
  /* line 887, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header h2 {
    font-size: 1.4em; }
  /* line 888, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .single-evento-row {
    padding: 10% 0 7%; }
  /* line 889, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-sec .event-header .event-controls ul li {
    margin-top: -2px; }
  /* line 890, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera1-row .event-subheader h2 {
    font-size: 1.4em; }
  /* line 891, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera2-row .event-subheader h2 {
    font-size: 1.4em; }
  /* line 892, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .sera3-row .event-subheader h2 {
    font-size: 1.4em; }
  /* line 893, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote {
    font-size: 1em;
    padding: 9% 0 12%; }
  /* line 894, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper blockquote p {
    font-size: 1em;
    line-height: 1.7em; }
  /* line 895, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec ul li {
    font-size: 1em; }
  /* line 896, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec .credits-row span {
    font-size: 18px; }
  /* line 897, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mobile-nav .mobile-nav-cont nav li {
    margin-bottom: 5%; }
  /* line 898, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mobile-nav .mobile-nav-cont {
    margin-top: 30px; }
  /* line 899, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mobile-nav .mobile-nav-cont nav li a {
    font-size: 1.2em;
    line-height: 1.6em; }
  /* line 900, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .project-col p {
    padding-top: 6%; }
  /* line 901, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .project-col h5 {
    margin-top: 50px; }
  /* line 902, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .project-col h4 {
    margin-top: -1px; }
  /* line 903, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .langs {
    padding-bottom: 20px; }
  /* line 904, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .noarch {
    float: right;
    position: relative;
    top: 8px; }
  /* line 905, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-intro {
    margin: 0; }
  /* line 906, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-intro p {
    font-size: 0.9em;
    line-height: 1em; }
  /* line 907, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  #alt-navigation-wrap i {
    margin-right: 0px; }
  /* line 908, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .langs {
    margin-top: 12%; }
  /* line 909, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .main-text-content {
    padding-top: 18px; }
  /* line 910, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .map-wrapper {
    margin-top: -10%; }
  /* line 911, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .newsmobcol {
    padding-top: 24px; }
  /* line 912, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .newsmobtitle {
    margin-top: -3%; }
  /* line 913, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .intro-news-col {
    padding-bottom: 3%; }
  /* line 914, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-wrapper .single-news h4 {
    font-size: 0.9em; }
  /* line 915, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-wrapper .single-news h5 {
    font-size: 0.8em; }
  /* line 916, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .cta-hp .cta-box h3 {
    font-size: 1.1em;
    padding-bottom: 13px;
    margin-top: 28px; }
  /* line 917, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .cta-hp .cta-box p {
    font-size: 1em; }
  /* line 918, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .cta-hp .cta-box {
    height: 165px; }
  /* line 919, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mattina-fix {
    float: left;
    width: 100%; }
  /* line 920, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mobaltdescprog {
    padding-bottom: 4.5%; }
  /* line 921, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .event-subheader {
    padding: 20px 0 9px; }
  /* line 922, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-title h1 {
    font-size: 25px !important;
    line-height: 1.4em; }
  /* line 923, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-title span {
    font-size: 0.6em;
    line-height: 1.5em; }
  /* line 924, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper .news-intro span {
    line-height: 2.5em; }
  /* line 925, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-title {
    padding: 6% 0 9%; }
  /* line 926, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .gallery-inner-row li span {
    margin-top: -10px;
    font-size: 0.7em;
    padding-bottom: 35px; }
  /* line 927, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .archivio-sec .anno-row {
    margin: 0; }
  /* line 928, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .border-archivio {
    margin-bottom: 17%; }
  /* line 929, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-news-wrapper ul li {
    line-height: 3.4em;
    font-size: 1em; }
  /* line 930, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mobile-nav .mobile-nav-cont nav li {
    margin-bottom: 8%; }
  /* line 931, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .project-col p {
    margin-bottom: 0; }
  /* line 932, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .programma-intro h1 {
    font-size: 25px !important; }
  /* line 933, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .mbcm {
    padding-left: 0;
    padding-right: 0; }
  /* line 934, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .anno-row img {
    position: relative;
    left: 0; }
  /* line 935, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .map-usciere {
    position: absolute;
    right: -67px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    height: 62px;
    z-index: 1;
    background: #fff;
    cursor: pointer; }
    /* line 937, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .map-usciere i {
      font-size: 12px;
      text-align: center;
      left: 5px;
      top: 17px;
      position: relative;
      font-size: 27px; }
  /* line 939, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  ul.social-links {
    margin: 0 !important;
    padding: 0; }
  /* line 940, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .slinkstop {
    padding: 0 !important; }
  /* line 941, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  footer .social-wrapper {
    padding-top: 30px !important; }
  /* line 942, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .credits-sec .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  /* line 943, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .news-inner-sec .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  /* line 944, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .logosupersmall {
    width: 20% !important; } }

/* line 947, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.anteprima-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  /* line 948, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .anteprima-row:before {
    content: normal; }

/* line 953, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.anteprima-row {
  margin-left: -15px;
  margin-right: -15px; }

/* line 954, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.anteprima-col {
  margin-bottom: 97px; }
  @media (max-width: 767px) {
    /* line 954, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .anteprima-col {
      margin-bottom: 35px; } }

/* line 962, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-anteprima-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 610px;
  cursor: pointer;
  position: relative;
  border-bottom: 2px #D0011B solid;
  border-top: none;
  -webkit-transition: .2s linear;
  transition: .2s linear; }
  /* line 968, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-anteprima-item .anteprima-head {
    min-height: 324px;
    max-height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-blend-mode: normal;
    background-color: transparent;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
    /* line 970, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item .anteprima-head .anteprima-data {
      display: none;
      color: #fff; }
    /* line 971, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item .anteprima-head h3 {
      display: none; }
    /* line 972, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item .anteprima-head a {
      color: #fff; }
    @media (max-width: 1340px) {
      /* line 968, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-anteprima-item .anteprima-head {
        min-height: 245px;
        max-height: 245px; } }
    @media (max-width: 1040px) {
      /* line 968, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-anteprima-item .anteprima-head {
        min-height: 262px;
        max-height: 262px; } }
    @media (max-width: 767px) {
      /* line 968, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-anteprima-item .anteprima-head {
        min-height: 218px;
        max-height: 218px; } }
  /* line 984, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-anteprima-item .anteprima-body {
    padding: 30px 20px 25px;
    position: relative;
    border-left: 2px #D0011B solid;
    border-right: 2px #D0011B solid; }
    /* line 986, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item .anteprima-body .anteprima-data {
      font-family: 'Space Mono', monospace;
      line-height: 40px;
      font-size: 15px; }
      @media (max-width: 1340px) {
        /* line 986, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .single-anteprima-item .anteprima-body .anteprima-data {
          font-size: 13px; } }
      @media (max-width: 767px) {
        /* line 986, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .single-anteprima-item .anteprima-body .anteprima-data {
          font-size: 12px; } }
    /* line 996, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item .anteprima-body h3 {
      font-family: FuturaPT-Heavy;
      color: #D0011B;
      font-size: 30px;
      line-height: 38px; }
      @media (max-width: 1340px) {
        /* line 996, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .single-anteprima-item .anteprima-body h3 {
          font-size: 25px;
          line-height: 33px; } }
      @media (max-width: 767px) {
        /* line 996, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .single-anteprima-item .anteprima-body h3 {
          font-size: 20px;
          line-height: 26px; } }
    /* line 1004, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item .anteprima-body a {
      color: #D0011B; }
    @media (max-width: 1340px) {
      /* line 984, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-anteprima-item .anteprima-body {
        padding-top: 20px; } }
    @media (max-width: 767px) {
      /* line 984, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-anteprima-item .anteprima-body {
        padding-top: 0px; } }
  /* line 1015, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-anteprima-item .anteprima-footer {
    position: relative;
    padding: 0px 20px 25px;
    border-left: 2px #D0011B solid;
    border-right: 2px #D0011B solid;
    padding-top: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: auto;
    width: 100%; }
    /* line 1017, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item .anteprima-footer ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column; }
      /* line 1019, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-anteprima-item .anteprima-footer ul li {
        font-family: FuturaPT-Book;
        color: #4B4F56;
        font-size: 20px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (max-width: 1340px) {
          /* line 1019, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
          .single-anteprima-item .anteprima-footer ul li {
            font-size: 16px; } }
        @media (max-width: 767px) {
          /* line 1019, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
          .single-anteprima-item .anteprima-footer ul li {
            font-size: 14px; } }
  /* line 1032, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-anteprima-item:hover {
    background: #D0011B; }
    /* line 1034, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item:hover .anteprima-data {
      color: #fff; }
    /* line 1035, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item:hover .anteprima-footer li {
      color: #fff; }
    /* line 1036, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item:hover a {
      color: #fff; }
    /* line 1037, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item:hover .anteprima-head {
      background-blend-mode: multiply;
      background-color: #D0011B; }
  @media (max-width: 1340px) {
    /* line 962, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item {
      height: 530px; } }
  @media (max-width: 1040px) {
    /* line 962, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item {
      height: 500px; } }
  @media (max-width: 767px) {
    /* line 962, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item {
      height: auto !important; } }

/* line 1050, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-anteprima-item.ant-noimg {
  background: #D0011B;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  border: 2px #D0011B solid; }
  /* line 1051, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-anteprima-item.ant-noimg .anteprima-head {
    padding: 30px 20px 25px; }
    /* line 1052, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg .anteprima-head .anteprima-data {
      display: block;
      font-family: 'Space Mono', monospace;
      line-height: 40px;
      font-size: 15px; }
      @media (max-width: 1340px) {
        /* line 1052, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .single-anteprima-item.ant-noimg .anteprima-head .anteprima-data {
          font-size: 13px; } }
      @media (max-width: 767px) {
        /* line 1052, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .single-anteprima-item.ant-noimg .anteprima-head .anteprima-data {
          font-size: 12px; } }
    /* line 1061, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg .anteprima-head h3 {
      display: block;
      line-height: 38px; }
      @media (max-width: 1340px) {
        /* line 1061, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .single-anteprima-item.ant-noimg .anteprima-head h3 {
          font-size: 25px;
          line-height: 33px; } }
      @media (max-width: 767px) {
        /* line 1061, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
        .single-anteprima-item.ant-noimg .anteprima-head h3 {
          font-size: 20px;
          line-height: 26px; } }
    @media (max-width: 767px) {
      /* line 1051, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-anteprima-item.ant-noimg .anteprima-head {
        padding-top: 0px; } }
  /* line 1076, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-anteprima-item.ant-noimg .anteprima-body {
    border: none; }
    /* line 1077, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg .anteprima-body .anteprima-data {
      display: none; }
    /* line 1078, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg .anteprima-body h3 {
      display: none; }
  /* line 1080, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-anteprima-item.ant-noimg .anteprima-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 100%;
    border: none; }
    /* line 1081, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg .anteprima-footer ul {
      list-style: none;
      margin: 0;
      padding-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column; }
      /* line 1083, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .single-anteprima-item.ant-noimg .anteprima-footer ul li {
        font-family: FuturaPT-Book;
        color: #fff;
        font-size: 20px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (max-width: 1340px) {
          /* line 1083, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
          .single-anteprima-item.ant-noimg .anteprima-footer ul li {
            font-size: 16px; } }
        @media (max-width: 767px) {
          /* line 1083, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
          .single-anteprima-item.ant-noimg .anteprima-footer ul li {
            font-size: 14px; } }
  /* line 1095, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .single-anteprima-item.ant-noimg:hover {
    background: #fff;
    border: 2px #D0011B solid; }
    /* line 1097, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg:hover .anteprima-footer ul li {
      color: #D0011B;
      border-color: transparent; }
    /* line 1098, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg:hover .anteprima-footer {
      border-color: transparent; }
    /* line 1099, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg:hover .anteprima-body {
      border-color: transparent; }
    /* line 1100, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .single-anteprima-item.ant-noimg:hover .anteprima-head {
      border-color: transparent;
      background: transparent !important; }

/* line 1104, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-anteprima-item.ant-noimg:hover .anteprima-head a {
  color: #D0011B !important; }

/* line 1105, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.single-anteprima-item.ant-noimg:hover .anteprima-data {
  color: #D0011B !important; }

/* line 1107, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.bd {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media (max-width: 767px) {
    /* line 1107, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .bd {
      display: block !important; } }

@media (max-width: 1040px) {
  /* line 1114, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .vp {
    display: block !important; } }

@media (min-width: 1041px) {
  /* line 1114, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .vp {
    display: none !important; } }

@media (max-width: 1040px) {
  /* line 1125, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .vg {
    display: none !important; } }

@media (min-width: 1041px) {
  /* line 1125, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .vg {
    display: block !important; } }

/* line 1134, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.anteprima-sec {
  margin-top: 100px; }
  @media (max-width: 767px) {
    /* line 1134, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .anteprima-sec {
      margin-top: 0px; } }

/* line 1141, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.big-image {
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-blend-mode: normal;
  background-color: transparent;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  height: 610px;
  cursor: pointer; }
  /* line 1143, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-image:hover {
    background-blend-mode: multiply;
    background-color: #D0011B; }
  /* line 1146, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-image .big-text .single-anteprima-item {
    background: #D0011B; }
  @media (max-width: 1340px) {
    /* line 1141, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-image {
      height: 530px; } }
  @media (max-width: 1040px) {
    /* line 1141, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-image {
      height: 500px; } }
  @media (max-width: 767px) {
    /* line 1141, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-image {
      height: 360px;
      max-height: 360px; } }

/* line 1159, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.big-text {
  padding-left: 0;
  padding-right: 0px; }
  /* line 1161, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text .single-anteprima-item {
    border-top: 2px #D0011B solid;
    border-right: 2px #D0011B solid; }
    @media (max-width: 767px) {
      /* line 1161, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .big-text .single-anteprima-item {
        border-top: none; } }
  /* line 1166, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text .anteprima-footer {
    border-right: none;
    border-left: none;
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 1040px) {
      /* line 1166, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .big-text .anteprima-footer {
        padding: 30px 20px 25px; } }
    /* line 1171, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-text .anteprima-footer li {
      line-height: 35px; }
  /* line 1174, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text .anteprima-body {
    border-right: none;
    border-left: none;
    height: 350px;
    padding: 30px 40px 25px; }
    @media (max-width: 1340px) {
      /* line 1174, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .big-text .anteprima-body {
        height: 300px; } }
    @media (max-width: 1040px) {
      /* line 1174, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .big-text .anteprima-body {
        padding: 30px 20px 25px; } }
    @media (max-width: 767px) {
      /* line 1174, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
      .big-text .anteprima-body {
        border-top: none;
        border-left: 2px #D0011B solid;
        height: 200px;
        padding-top: 0; } }
  @media (max-width: 767px) {
    /* line 1189, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-text .anteprima-head {
      border-top: none;
      border-left: 2px #D0011B solid; } }
  @media (max-width: 767px) {
    /* line 1195, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-text .anteprima-footer {
      border-top: none;
      border-left: 2px #D0011B solid; } }
  @media (max-width: 767px) {
    /* line 1201, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-text .anteprima-data {
      padding-top: 0; } }
  /* line 1208, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text:hover .single-anteprima-item {
    background: #D0011B; }
    /* line 1210, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-text:hover .single-anteprima-item .anteprima-data {
      color: #fff; }
    /* line 1211, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-text:hover .single-anteprima-item .anteprima-footer li {
      color: #fff; }
    /* line 1212, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-text:hover .single-anteprima-item a {
      color: #fff; }
    /* line 1213, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
    .big-text:hover .single-anteprima-item .anteprima-head {
      background-blend-mode: multiply;
      background-color: transparent; }
  /* line 1215, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text:hover .big-image {
    background-blend-mode: multiply;
    background-color: #D0011B; }

/* line 1220, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.big-image-h {
  background-blend-mode: multiply;
  background-color: #D0011B; }

/* line 1221, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
.big-text-h .single-anteprima-item {
  background: #D0011B; }
  /* line 1223, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text-h .single-anteprima-item .anteprima-data {
    color: #fff; }
  /* line 1224, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text-h .single-anteprima-item .anteprima-footer li {
    color: #fff; }
  /* line 1225, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text-h .single-anteprima-item a {
    color: #fff; }
  /* line 1226, /Users/andre/Desktop/Projects/Atto/Festadellopera/wp/wp-content/themes/festadellopera/app/sass/style.scss */
  .big-text-h .single-anteprima-item .anteprima-head {
    background-blend-mode: multiply;
    background-color: transparent; }


/*# sourceMappingURL=app.css.map*/