/* [ -- Master Stylesheet -- ]

------------------------------------------------------
:: Template Name: Original - Lifestyle Blog Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0.0
:: Created: April 3, 2018
:: Last Updated: April 3, 2018
-------------------------------------------------- */
/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);
@font-face {
  font-family: "helveticaneuebold";
  src: url("fonts/helvetica_neu_bold-webfont.woff2") format("woff2"),
    url("fonts/helvetica_neu_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneuemedium";
  src: url("fonts/helveticaneue_medium-webfont.woff2") format("woff2"),
    url("fonts/helveticaneue_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* :: Import All CSS */
/* :: Base CSS */
* {
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Scrollbar per Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 4px;            /* larghezza barra */
}

::-webkit-scrollbar-track {
  background: #ffffff;     /* sfondo grigio chiaro */
}

::-webkit-scrollbar-thumb {
  background: #e6e6e6;     /* barra bianca */
  border-radius: 10px;
  /* border: 2px solid #000000;  */
}

::-webkit-scrollbar-thumb:hover {
  background: #000000;     /* colore quando passi sopra */
}


body {
  /* font-family: "helveticaneuemedium"; */
  overflow-x: hidden !important;

  font-family: "Playfair Display", serif !important;

  background-color: #ece9e9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  /* font-family: "helveticaneuemedium"; */
  font-family: "Playfair Display", serif !important;
}

p {
  color: #878787;
  font-size: 14px;
  line-height: 1.4;
  /* font-family: "helveticaneuemedium"; */
}

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  /* font-family: "helveticaneuemedium"; */
  font-family: "Playfair Display", serif !important;

  color: #4f4d4d;
}
a:hover,
a:focus {
  /* font-family: "helveticaneuemedium"; */
  font-family: "Playfair Display", serif !important;

  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}

.video-responsive {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px; /* opzionale */
  overflow: hidden;
}

.fonttitle {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d0d0d;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#original-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 2400ms linear infinite;
  animation: original 2400ms linear infinite;
  z-index: 999;
}
#original-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 2700ms linear infinite;
  animation: original 2700ms linear infinite;
}
#original-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 1800ms linear infinite;
  animation: original 1800ms linear infinite;
}

@-webkit-keyframes original {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes original {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transparent {
  background-color: transparent;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

.section-padding-100 {
  padding: 100px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-50-0 {
  padding: 50px 0 0 0;
}

.section-padding-100-70 {
  padding: 100px 0 70px;
}

.section-padding-100-50 {
  padding: 100px 0 50px;
}

.section-padding-100-0 {
  padding: 100px 0 0;
}

.section-padding-0-100 {
  padding: 0 0 100px;
}

.section-padding-100-20 {
  padding: 100px 0 20px 0;
}

#scrollUp {
  bottom: 60px;
  right: 60px;
  font-size: 13px;
  text-align: center;
  color: #878787;
  letter-spacing: 2px;
  border-bottom: 2px solid #878787;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1;
}
#scrollUp:hover {
  color: #30336b;
  border-color: #30336b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}

.bg-gray {
  background-color: #f1f1f1;
}

.background-overlay {
  position: relative;
  z-index: 2;
}
.background-overlay:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

.original-btn {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  min-width: 175px;
  height: 60px;
  border: 1px solid;
  border-color: #dcdcdc;
  font-size: 14px;
  border-radius: 0;
  line-height: 59px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #000000;
}
.original-btn:hover,
.original-btn:focus {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  border-color: #30336b;
  background-color: #30336b;
}

/* :: Header Area CSS */
.header-area {
  position: relative;
  width: 100%;
  z-index: 100;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.header-area .top-header {
  height: 65px;
}
@media only screen and (max-width: 767px) {
  .header-area .top-header {
    height: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .top-header {
    height: 70px;
  }
}
.header-area .top-header .top-social-area {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .header-area .top-header .top-social-area {
    text-align: left;
  }
}
.header-area .top-header .top-social-area a {
  display: inline-block;
  padding: 5px 15px;
  color: #000000;
  font-size: 13px;
}
.header-area .top-header .top-social-area a:hover,
.header-area .top-header .top-social-area a:focus {
  color: #30336b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 4px;
  }
}
.header-area .logo-area {
  height: 130px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .header-area .logo-area {
    height: 100px;
  }
}
.header-area .original-nav-area {
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .header-area .original-nav-area {
    height: 70px;
  }
}
.header-area .original-nav-area .subscribe-btn a {
  display: inline-block;
  min-width: 140px;
  height: 40px;
  background-color: #0d0d0d;
  color: #ffffff;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0;
}
.header-area .original-nav-area .subscribe-btn a:hover,
.header-area .original-nav-area .subscribe-btn a:focus {
  background-color: #30336b;
}
.header-area .original-nav-area .classynav ul li a {
  text-transform: uppercase;
  color: #4f4d4d;
}
.header-area .original-nav-area .classynav ul li a:focus,
.header-area .original-nav-area .classynav ul li a:hover {
  color: #000000;
}
.header-area .original-nav-area .classy-nav-container {
  background-color: transparent;
}
.header-area .original-nav-area .classy-navbar {
  height: 100px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header-area .original-nav-area .classy-navbar {
    height: 70px;
  }
}
.header-area .is-sticky .original-nav-area {
  background-color: #ffffff;
  margin-top: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
}
.header-area .is-sticky .original-nav-area .classy-navbar {
  height: 70px;
}

#breakingNewsTicker.ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#breakingNewsTicker.ticker ul {
  width: 100%;
  position: relative;
}
#breakingNewsTicker.ticker ul li {
  display: none;
  width: 100%;
}
#breakingNewsTicker.ticker ul li a {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}
#breakingNewsTicker.ticker ul li a:hover {
  color: #30336b;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

.subscribe-newsletter-area .modal-content {
  border-radius: 0;
}
.subscribe-newsletter-area .modal-content .modal-body {
  padding: 70px;
}
@media only screen and (max-width: 767px) {
  .subscribe-newsletter-area .modal-content .modal-body {
    padding: 40px 30px;
  }
}
.subscribe-newsletter-area .modal-content .modal-body .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.subscribe-newsletter-area .modal-content .modal-body .newsletterForm {
  position: relative;
  z-index: 1;
}
.subscribe-newsletter-area .modal-content .modal-body .newsletterForm input {
  width: 100%;
  height: 60px;
  border: 1px solid #787878;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-style: italic;
  margin-bottom: 15px;
  padding: 0 30px;
}
.subscribe-newsletter-area
  .modal-content
  .modal-body
  .newsletterForm
  input:focus {
  border: 1px solid #000000;
}
.subscribe-newsletter-area
  .modal-content
  .modal-body
  .newsletterForm
  button[type="submit"] {
  background-color: #ffffff;
}
.subscribe-newsletter-area
  .modal-content
  .modal-body
  .newsletterForm
  button[type="submit"]:hover {
  background-color: #30336b;
  color: #ffffff;
}
.subscribe-newsletter-area .close {
  position: absolute;
  top: -30px;
  right: 0;
  background-color: red !important;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.subscribe-newsletter-area .close:hover {
  color: #ffffff;
}

/* :: Hero Slides Area CSS */
.hero-slides {
  position: relative;
  z-index: 1;
}
.hero-slides .single-hero-slide {
  position: relative;
  z-index: 1;
  height: 670px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide {
    height: 250px;
  }
}
.hero-slides .single-hero-slide .slide-content {
  display: none;
}
.hero-slides .single-hero-slide .slide-content .post-tag {
  margin-bottom: 15px;
  display: block;
}
.hero-slides .single-hero-slide .slide-content .post-tag a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #000000;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  color: #ffffff;
}
.hero-slides .single-hero-slide .slide-content h2 a {
  font-size: 40px;
  display: inline-block;
  padding: 12px 20px 5px;
  background-color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 12px;
    padding: 12px 10px 5px;
  }
}
.hero-slides .center .single-hero-slide .slide-content {
  display: block;
}
.hero-slides .owl-nav .owl-prev,
.hero-slides .owl-nav .owl-next {
  /* background-color: #cbcbcb; */
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  left: 7%;
  position: absolute;
  z-index: 20;
  text-align: center;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.hero-slides .owl-nav .owl-prev:hover,
.hero-slides .owl-nav .owl-prev:focus,
.hero-slides .owl-nav .owl-next:hover,
.hero-slides .owl-nav .owl-next:focus {
  /* background-color: #0d0d0d; */
  color: #949494;
}
.hero-slides .owl-nav .owl-next {
  left: auto;
  right: 7%;
}

/* Blog Content Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1;
}
.single-blog-area .single-blog-thumbnail {
  position: relative;
  z-index: 1;
}
.single-blog-area .single-blog-thumbnail img {
  width: 100%;
  height: 300px;
  background-size: contain;
}
.single-blog-area .single-blog-thumbnail .post-date {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 15px;
  border: 1px solid #787878;
  background-color: #ffffff;
  padding: 20px 8px;
  text-align: center;
}
.single-blog-area .single-blog-thumbnail .post-date a {
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  font-family: "helveticaneuemedium";
}
.single-blog-area .single-blog-thumbnail .post-date a span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #878787;
}
.single-blog-area .single-blog-content .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 20px;
}
.single-blog-area .single-blog-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}
.single-blog-area .single-blog-content .post-tag:hover,
.single-blog-area .single-blog-content .post-tag:focus {
  color: #000000;
}
.single-blog-area .single-blog-content h4 a {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  margin-bottom: 30px;
}
.single-blog-area .single-blog-content h4 a:hover,
.single-blog-area .single-blog-content h4 a:focus {
  color: #30336b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .single-blog-content h4 a {
    margin-bottom: 20px;
  }
}
.single-blog-area .single-blog-content > p {
  line-height: 2;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .single-blog-content > p {
    margin-bottom: 30px;
  }
}
.single-blog-area .single-blog-content .post-meta p {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
  display: inline-block;
}
.single-blog-area .single-blog-content .post-meta p:first-of-type {
  margin-right: 30px;
}
.single-blog-area .single-blog-content .post-meta p a {
  font-size: 9px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 3px;
}
.single-blog-area.blog-style-2 .single-blog-content > p {
  margin-bottom: 30px;
}

.single-catagory-area {
  position: relative;
  z-index: 1;
}
.single-catagory-area .catagory-title {
  background-color: #000000;
  top: 50%;
  left: 50%;
  width: 226px;
  height: 156px;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-catagory-area .catagory-title:hover {
  background-color: #30336b;
}
.single-catagory-area .catagory-title a {
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  display: inline-block;
  text-transform: uppercase;
}

.post-tag-content {
  position: absolute;
  width: 1140px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-tag-content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-tag-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .post-tag-content {
    width: 100%;
  }

  .single-blog-area .single-blog-thumbnail img {
  width: 100%;
  height: 250px;
  background-size: contain;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}

.sidebar-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.sidebar-widget-area .search-form {
  position: relative;
  z-index: 1;
}
.sidebar-widget-area .search-form input[type="search"] {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #bbbec1;
  font-size: 12px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  color: #bbbec1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.sidebar-widget-area .search-form input[type="search"]:focus {
  border-bottom: 1px solid #000000;
}
.sidebar-widget-area .search-form input[type="submit"] {
  display: none;
}
.sidebar-widget-area .newsletterForm {
  position: relative;
  z-index: 1;
}
.sidebar-widget-area .newsletterForm input {
  width: 100%;
  height: 40px;
  border: 1px solid #787878;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-style: italic;
  color: #b2b2b2;
  margin-bottom: 15px;
  padding: 0 25px;
}
.sidebar-widget-area .newsletterForm input:focus {
  border: 1px solid #000000;
}
.sidebar-widget-area .newsletterForm button[type="submit"] {
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.sidebar-widget-area .newsletterForm button[type="submit"]:hover {
  background-color: #30336b;
}
.sidebar-widget-area .title {
  font-size: 18px;
  margin-bottom: 52px;
}
.sidebar-widget-area .title.subscribe-title {
  margin-bottom: 20px;
}
.sidebar-widget-area .single-blog-post {
  margin-bottom: 25px;
}
.sidebar-widget-area .single-blog-post .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  min-width: 115px;
  padding-right: 15px;
}
.sidebar-widget-area .single-blog-post .post-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar-widget-area .single-blog-post .post-content .post-tag:hover,
.sidebar-widget-area .single-blog-post .post-content .post-tag:focus {
  color: #000000;
}
.sidebar-widget-area .single-blog-post .post-content h4 {
  margin-bottom: 10px;
  line-height: 1;
}
.sidebar-widget-area .single-blog-post .post-content h4 .post-headline {
  font-size: 16px;
  color: #000000;
}
.sidebar-widget-area .single-blog-post .post-content .post-meta p {
  margin-bottom: 0;
}
.sidebar-widget-area .single-blog-post .post-content .post-meta p a {
  font-size: 11px;
  color: #878787;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.sidebar-widget-area .single-blog-post .post-content .post-meta p a:hover,
.sidebar-widget-area .single-blog-post .post-content .post-meta p a:focus {
  color: #000000;
}
.sidebar-widget-area .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.sidebar-widget-area .tags a {
  display: block;
  padding: 0 35px;
  border: 1px solid #c5c5c5;
  font-size: 12px;
  color: #000000;
  height: 45px;
  line-height: 43px;
  margin: 5px;
}
.sidebar-widget-area .tags a:hover,
.sidebar-widget-area .tags a:focus {
  border: 1px solid #30336b;
  color: #ffffff;
  background-color: #30336b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .tags a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget-area .tags a {
    padding: 0 15px;
  }
}

.instagram-feed-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #dcdcdc;
}
.instagram-feed-area .insta-title {
  text-align: center;
}
.instagram-feed-area .insta-title h5 {
  margin-bottom: 0;
  padding: 40px 0;
  font-size: 18px;
}
.instagram-feed-area .single-insta-feed {
  position: relative;
  z-index: 1;
  clear: both;
  height: 200px;
}
.instagram-feed-area .single-insta-feed .hover-effects a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(121, 121, 121, 0.95);
  opacity: 0;
  visibility: hidden;
}
.instagram-feed-area .single-insta-feed:hover .hover-effects a,
.instagram-feed-area .single-insta-feed:focus .hover-effects a {
  opacity: 1;
  visibility: visible;
}
.instagram-feed-area .single-insta-feed img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fa sì che l'immagine sia sempre contenuta */
}
.breadcumb-area {
  position: relative;
  z-index: 1;
  height: 210px;
}
.breadcumb-area .breadcumb-content h2 {
  padding: 10px 15px 0;
  margin-bottom: 0;
  font-size: 48px;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .breadcumb-area .breadcumb-content h2 {
    font-size: 30px;
  }
}

.blog-post-author {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c5c5c5;
}
.blog-post-author .author-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  min-width: 132px;
  padding-right: 20px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
  }
}
/* .blog-post-author .author-thumbnail img {
  border-radius: 50%;
} */
.blog-post-author .author-info .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 20px;
}
.blog-post-author .author-info .author-role {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}
.blog-post-author .author-info h4 a {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  margin-bottom: 0;
}
.blog-post-author .author-info p {
  line-height: 2;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

.single-blog-wrapper .single-blog-area .single-blog-content p {
  font-family: "Open Sans", sans-serif;
}

.single-blog-content p {
  color: rgb(68, 68, 68);
  font-size: 15px;
}

.comment_area {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 40px;
}
.comment_area .title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content {
    padding: 20px 15px;
  }
}
.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79px;
  flex: 0 0 79px;
  min-width: 79px;
  margin-right: 55px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    margin-right: 15px;
  }
}
.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}
.comment_area .comment-content .comment-meta {
  margin-bottom: 30px;
}
.comment_area .comment-content .comment-meta .post-date {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  display: block;
}
.comment_area .comment-content .comment-meta .post-author {
  margin-bottom: 15px;
  display: block;
}
.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 2;
}
.comment_area .comment-content .comment-meta .comment-reply {
  font-size: 11px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.comment_area .single_comment_area {
  margin-bottom: 30px;
}
.comment_area .single_comment_area:last-of-type {
  margin-bottom: 0;
}
.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .comment_area .children .single_comment_area {
    margin-left: 15px;
  }
}

.single_comment_area .children .single_comment_area .comment-meta {
  margin-bottom: 0;
}

.cool-facts-area {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.cool-facts-area .single-blog-area .line {
  margin: 0 auto 15px;
  background-color: #ffffff;
}
.cool-facts-area .single-blog-area .post-tag {
  color: #ffffff;
}
.cool-facts-area .single-blog-area .post-headline {
  color: #ffffff;
}
.cool-facts-area .single-blog-area p {
  color: #ffffff;
}
.cool-facts-area .single-cool-facts-area h2 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1;
}
.cool-facts-area .single-cool-facts-area p {
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
}

/* Contact Area CSS */
.contact-form h5,
.post-a-comment-area h5 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
}
.contact-form button,
.post-a-comment-area button {
  background-color: #ffffff;
}

/* Form CSS */
.group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.group input,
.group textarea {
  font-size: 12px;
  font-style: italic;
  padding: 10px;
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 2px solid;
  border-color: #f1f1f1;
}
.group input:focus,
.group textarea:focus {
  outline: none;
  box-shadow: none;
}
.group label {
  color: #878787;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 5px;
  transition: 0.5s ease all;
}
.group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.group .bar:before,
.group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background-color: #30336b;
  transition: 0.5s ease all;
}
.group .bar:before {
  left: 50%;
}
.group .bar:after {
  right: 50%;
}
.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.group textarea {
  min-height: 90px;
}

/* Form Active State */
input:focus ~ label,
textarea:focus ~ label,
input:valid ~ label,
textarea:valid ~ label {
  top: -15px;
  font-size: 12px;
  color: #30336b;
}

input:focus ~ .bar:before,
textarea:focus ~ .bar:before,
input:focus ~ .bar:after,
textarea:focus ~ .bar:after {
  width: 50%;
}

input:focus ~ .highlight,
textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* Animations */
@-webkit-keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }
  to {
    width: 0;
    background-color: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }
  to {
    width: 0;
    background-color: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }
  to {
    width: 0;
    background-color: transparent;
  }
}
.map-area {
  position: relative;
  z-index: 1;
}
.map-area #googleMap {
  width: 100%;
  height: 690px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-area #googleMap {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area #googleMap {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .map-area #googleMap {
    height: 400px;
  }
}

/* Search bar */
#search-wrapper {
  display: inline-block;
  position: relative;
  right: 7px;
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-wrapper {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #search-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-wrapper {
    margin-top: 15px;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #search-wrapper {
    margin-top: 15px;
    padding-left: 1em;
  }
}
#search-wrapper.search-expanded #close-icon:before {
  -webkit-animation: cross-1-in 0.25s linear 0s forwards;
  animation: cross-1-in 0.25s linear 0s forwards;
}
#search-wrapper.search-expanded #close-icon:after {
  -webkit-animation: cross-2-in 0.25s linear 0.2s forwards;
  animation: cross-2-in 0.25s linear 0.2s forwards;
}
#search-wrapper.search-expanded:after {
  -webkit-animation: lens-out 0.5s linear 1 forwards;
  animation: lens-out 0.5s linear 1 forwards;
}
#search-wrapper:after {
  position: absolute;
  bottom: 3px;
  right: -9px;
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(45deg) scaleX(0);
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0 50%;
  -webkit-animation: lens-in 0.6s linear 0.9s forwards;
  animation: lens-in 0.6s linear 0.9s forwards;
}
#search-wrapper #search {
  background: none;
  border: 2px solid;
  border-color: #000000;
  outline: none;
  padding: 0 9px;
  border-radius: 1000px;
  width: 0;
  transition: all 0.3s 0.6s;
  font-size: 12px;
}
#search-wrapper #search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#search-wrapper #search:focus {
  width: 270px;
  padding: 7px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-wrapper #search:focus {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  #search-wrapper #search:focus {
    width: 200px;
  }
}
#search-wrapper #close-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: 0.2s all;
  display: none;
}
#search-wrapper #close-icon[style*="display: block"] {
  color: red;
}
#search-wrapper #close-icon[style*="display: block"]:before {
  -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
  transform: rotate(45deg) scaleX(1) translateY(10px);
}
#search-wrapper #close-icon[style*="display: block"]:after {
  -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
  transform: rotate(-45deg) scaleX(1) translateY(-10px);
}
#search-wrapper #close-icon:before,
#search-wrapper #close-icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #878787;
  transform-origin: 100% 50%;
}
#search-wrapper #close-icon:before {
  -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
  transform: rotate(45deg) scaleX(0) translateY(10px);
}
#search-wrapper #close-icon:after {
  -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
  transform: rotate(-45deg) scaleX(0) translateY(-10px);
}
#search-wrapper #close-icon.closing:before {
  -webkit-animation: cross-1-out 0.25s linear 0s forwards;
  animation: cross-1-out 0.25s linear 0s forwards;
}
#search-wrapper #close-icon.closing:after {
  -webkit-animation: cross-2-out 0.25s linear 0.2s forwards;
  animation: cross-2-out 0.25s linear 0.2s forwards;
}

@-webkit-keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}
@keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}
@-webkit-keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}
@keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}
@-webkit-keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}
@keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}
@-webkit-keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}
@keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}
@-webkit-keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}
@keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}
@-webkit-keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}
@keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}
/* Footer Area CSS */
.footer-area {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.footer-area .footer-social-area a {
  display: inline-block;
  padding: 5px 15px;
  color: #000000;
  font-size: 13px;
}
.footer-area .classynav ul li a {
  text-transform: uppercase;
  color: #4f4d4d;
}
.footer-area .classynav ul li a:focus,
.footer-area .classynav ul li a:hover {
  color: #000000;
}

.coming-soon-area {
  position: relative;
  z-index: 1;
}


.coming-soon-area #breakingNewsTicker.ticker ul li a {
  color: #ffffff;
}
.coming-soon-area .header-area .top-header .top-social-area a {
  color: #ffffff;
}
.coming-soon-area .header-area .logo-area {
  height: auto;
  padding: 130px 0 100px;
  border-top: 1px solid #999da4;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .coming-soon-area .header-area .logo-area {
    padding: 80px 0 50px 0;
  }
}
.coming-soon-area .coming-soon-timer {
  border-bottom: 1px solid #999da4;
  position: relative;
  z-index: 1;
}
.coming-soon-area .coming-soon-timer .coming-soon-content {
  position: relative;
  z-index: 1;
}
.coming-soon-area .coming-soon-timer p {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 2px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.coming-soon-area .coming-soon-timer #clock {
  padding: 100px 0;
  color: #ffffff;
  font-size: 72px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer #clock {
    font-size: 30px;
  }
}
.coming-soon-area .coming-soon-timer #clock span {
  color: #ffffff;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer #clock span {
    font-size: 14px;
  }
}
.coming-soon-area .contact-form h5 {
  color: #ffffff;
}
.coming-soon-area .contact-form .group input,
.coming-soon-area .contact-form .group textarea {
  border-color: #999da4;
  background-color: transparent;
  color: #ffffff;
}
.coming-soon-area .contact-form .group label {
  color: #ffffff;
}
.coming-soon-area .sidebar-widget-area .title {
  color: #ffffff;
}

.sonar-wrapper {
  position: relative;
  z-index: 0;
}
.sonar-wrapper .sonar-emitter {
  position: relative;
  margin: 0 auto;
  width: 35%;
  height: 20px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .sonar-wrapper .sonar-emitter {
    width: 60%;
  }
}
.sonar-wrapper .sonar-emitter .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 50px;
  animation: sonarWave 1200ms linear infinite;
}

@keyframes sonarWave {
  0% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
/* The End */

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

/* /CODICE CAROSELLO HERO INIZIO */
:root {
  /* se vuoi cambiarla, basta modificare questa */
  --af-hero-height: 95vh;
}

/* base minimo */
/* contenitore principale */
.af-loopHero {
  position: relative;
  height: var(--af-hero-height);
  width: 100%;
  overflow: hidden;
  background: #000;
}

/* singola slide */
.af-loopSlide {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 900ms ease; /* crossfade */
}

/* immagine come background */
.af-loopSlide::before {
  content: "";
  position: absolute;
  inset: -4%;
  background-image: var(--af-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
}

/* slide visibile */
.af-loopSlide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

/* transizione SEMPRE uguale: fade + piccolo zoom */
.af-loopSlide.is-active::before {
  animation: af-loopZoom 3s ease-in-out forwards;
}

/* keyframes per lo zoom morbido */
@keyframes af-loopZoom {
  0% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1.08);
  }
}

/* opzionale: gestione mobile (comunque 100vh) */
@media (max-width: 768px) {
  .af-loopHero {
    --af-hero-height: 100vh;
  }
}
/* CODICE CAROSELLO HERO FINE */

@media (min-width: 992px) {
  /* da desktop */
  .w-lg-300 {
    width: 750px;
  }
}

.author-info p {
  font-family: "Playfair Display", serif !important;
  font-size: 15px;
}

.sezione-servizi-superstramba {
  background-color: #e6e6e6; /* grigio chiaro */
  padding: 80px 0;
  /* font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; */
}

/* Titoli + testo intro */
.titolo-gigione-nozze {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #000000;
}

.paragrafo-morbido-nozze {
  max-width: 900px;
  margin: 0 auto 10px auto;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #000000;
}

/* ===== CARTE SERVIZI (VERSIONE MINIMAL) ===== */
.contenitore-carte-bizzarre {
  margin-top: 55px;
}

/* card base */
.carta-nozze-stramba {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0);
  background-image: url("img/home-page/sfondobiancocard.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  padding: 32px 28px 26px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  /* transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; */
}

/* niente pseudo-elementi decorativi */
.carta-nozze-stramba::before,
.carta-nozze-stramba::after {
  content: none;
}

/* hover delicato */
.carta-nozze-stramba:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  /* border-color: rgba(0, 0, 0, 0.12); */
}

/* card centrale nera */
.carta-nozze-stramba-centrale {
  background-color: #000;
  color: #fff;
  border-color: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.carta-nozze-stramba-centrale:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

/* Titolo card */
.titolo-cartoncino-strambo {
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  margin-bottom: 18px;
  color: #000000;
}

.carta-nozze-stramba-centrale .titolo-cartoncino-strambo {
  color: #ffffff;
}

/* Lista voci */
.lista-voce-nozze {
  font-size: 0.96rem;
  line-height: 1.8;
  padding: 0;
  margin: 0 0 24px 0;
}
.lista-voce-nozze1 {
  font-size: 0.96rem;
  line-height: 1.8;
  padding: 0;
  margin: 0 0 24px 0;
}

/* .lista-voce-nozze li {
  list-style: none;
  color: #000000;
  margin-bottom: 4px;
  font-size: 12px;
      text-transform: uppercase;

} */
.lista-voce-nozze li {
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}
.lista-voce-nozze1 li {
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.5px;
}

.carta-nozze-stramba-centrale .lista-voce-nozze li {
  color: #f3f3f3;
}
.carta-nozze-stramba-centrale .lista-voce-nozze1 li {
  color: #f3f3f3;
}

.link-sottile-strambo {
  color: #000000;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
  display: inline-block; /* Importante per far funzionare bene la linea */
  text-decoration: none;
}

.link-sottile-strambo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px; /* distanza dal testo */
  width: 0%;
  height: 1px; /* spessore della linea */
  background-color: currentColor; /* usa il colore del testo */
  transition: width 0.5s ease;
}

.link-sottile-strambo:hover {
  color: #7e7e7e;
}

.link-sottile-strambo:hover::after {
  width: 100%;
}

/* Versione per card nera */
.carta-nozze-stramba-centrale .link-sottile-strambo {
  color: #f7f7f7;
}

a {
  text-decoration: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
  .titolo-gigione-nozze {
    font-size: 2rem;
  }
  .carta-nozze-stramba {
    margin-bottom: 24px;
  }
}

@media (max-width: 575.98px) {
  .sezione-servizi-superstramba {
    padding: 60px 0;
  }
  .titolo-gigione-nozze {
    font-size: 1.7rem;
  }
  .titolo-cartoncino-strambo {
    font-size: 1.5rem;
  }
  .lista-voce-nozze {
    font-size: 0.94rem;
  }
  .lista-voce-nozze1 {
    font-size: 0.94rem;
  }
}

:root {
  --sni-red: #e6e6e6; /* rosso di fondo */
  --sni-white: #000000;
  /* --sni-soft:#ff0000;       */
  --sni-accent: #000000; /* bordini/sfondo icone */
  --sni-radius: 999px;
}

.snisection-ftwrap {
  background: linear-gradient(to bottom, #ffffff 0%, var(--sni-red) 100%);
  color: var(--sni-white);
  padding: 48px 20px 24px;
}

a {
  color: white;
}

.snisection-ftin {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

/* Desktop: 4 colonne */
@media (min-width: 992px) {
  .snisection-ftin {
    grid-template-columns: 1.1fr 0.7fr 0.7fr 1fr;
    align-items: start;
  }
}

/* Colonna brand */
.snisection-logo {
  width: 230px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 12px;
}

.snisection-logo-fallback .snisection-logo-line1 {
  display: block;
  font-weight: 00;
  letter-spacing: 0.5px;
  font-size: clamp(26px, 3vw, 42px);
}
.snisection-logo-fallback .snisection-logo-line2 {
  display: block;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 42px);
}

.snisection-socialtext {
  margin: 16px 0 12px;
  color: var(--sni-accent);
  font-weight: 500;
}

.snisection-socials {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.snisection-socbtn {
  width: 56px;
  height: 56px;
  border-radius: 3px;
  background: transparent;
  display: grid;
  place-items: center;
  text-decoration: none;
  /* transition: transform .15s ease, box-shadow .15s ease;
    box-shadow: 0 4px 0 rgba(0,0,0,.12); */
}
.snisection-socbtn svg {
  fill: #000000;
}
.snisection-socbtn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

/* Colonne testo */
.snisection-col .snisection-head {
  margin: 4px 0 14px;
  font-size: 22px;
  font-weight: 700;
}

.snisection-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  font-size: 14px;
}
.snisection-list a {
  color: var(--sni-white);
  opacity: 0.9;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.snisection-list a:hover {
  opacity: 1;
  text-decoration: underline;
  color: rgb(119, 119, 119);
}

.snisection-desc {
  opacity: 0.95;
  line-height: 1.7;
}

/* Copyright */
.snisection-copy {
  max-width: 1200px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--sni-accent);
  /* font-weight: 600; */
}
.snisection-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sni-accent);
  display: inline-block;
}

/* Mobile: tutto uno sotto l’altro */
@media (max-width: 991.98px) {
  .snisection-col,
  .snisection-brand {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
  }
  .snisection-col:last-child {
    border-bottom: 0;
  }
}

.snisection-link {
  color: #0d0d0d;
  font-weight: 600;
}

.snisection-link:hover {
  color: #575757;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-25px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(25px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.brand-logo {
  max-width: 200px !important; /* Limite massimo */
  width: 100%; /* Responsive */
  height: auto; /* Mantiene proporzioni */
  object-fit: contain; /* Adatta senza tagliare */
  filter: grayscale(10%); /* leggero tocco estetico (opzionale) */
  transition: transform 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.05); /* Effetto leggero al passaggio */
}

/* HEADER */
.artista-reviews-header {
  text-align: center;
  margin-bottom: 32px;
}

.artista-reviews-title {
  font-size: clamp(2rem, 2.6vw, 2.4rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.artista-reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--artista-accent-soft);
  font-size: 0.88rem;
  color: var(--artista-muted);
  margin-bottom: 12px;
}

.artista-reviews-rating-value {
  font-weight: 600;
  color: var(--artista-text);
}

.artista-stars {
  display: inline-flex;
  gap: 2px;
  color: gold;
  font-size: 1.1rem;
}

.artista-reviews-subline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: var(--artista-muted);
}

.artista-google-pill {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #dadce0;
  font-size: 1.3em;
  background: #ffffff;
  font-weight: bolder;
}

/* CAROUSEL LAYOUT */
.artista-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.artista-carousel {
  scroll-behavior: smooth;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 12px;
  margin: 0 48px; /* spazio per le frecce */
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.artista-carousel::-webkit-scrollbar {
  display: none;
}

.artista-carousel {
  scrollbar-width: none;
}

.artista-carousel--dragging {
  cursor: grabbing;
  user-select: none;
}

/* CARD */
.artista-card {
  flex: 0 0 min(320px, 80vw);
  background: var(--artista-card-bg);
  border-radius: 5px;
  padding: 18px 18px 16px;
  box-shadow: var(--artista-shadow-soft);
  border: 1px solid rgba(226, 228, 234, 0.7);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  /* height: var(--artista-card-height); */
  overflow: hidden;
  transition: height 0.25s ease;
}

.artista-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.artista-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e2e4ea, #c5cad6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

.artista-author-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.artista-author-name {
  font-size: 0.95rem;
  font-weight: 600;
}

.artista-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--artista-muted);
}

.artista-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--artista-muted);
}

.artista-google-badge {
  font-size: 0.76rem;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #dadce0;
  background: #fff;
}

.artista-card-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 0.2rem;
}

.artista-card-stars {
  color: gold;
  font-size: 0.95rem;
}
/* colori originali Google */
.artista-google-pill .g1 {
  color: #4285f4;
} /* blu */
.artista-google-pill .o1 {
  color: #ea4335;
} /* rosso */
.artista-google-pill .o2 {
  color: #fbbc05;
} /* giallo */
.artista-google-pill .g2 {
  color: #4285f4;
} /* blu */
.artista-google-pill .l {
  color: #34a853;
} /* verde */
.artista-google-pill .e {
  color: #ea4335;
} /* rosso */

.artista-card-text {
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--artista-text);
  margin: 0;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.artista-card-footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

.artista-card-more {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--artista-text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.artista-card-more-icon {
  font-size: 1rem;
  transform: translateY(1px);
}

/* CARD ESPANSA */
.artista-card--expanded {
  height: auto;
}

.artista-card--expanded .artista-card-text {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: visible;
}

/* ARROWS */
.artista-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--artista-border);
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.artista-nav svg {
  width: 16px;
  height: 16px;
  stroke: #4b5563;
}

.artista-nav:hover {
  transform: translateY(-50%) translateY(-1px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
  background: #ffffff;
}

.artista-nav--prev {
  left: 0;
}

.artista-nav--next {
  right: 0;
}

@media (max-width: 680px) {
  /* body {
    padding-top: 28px;
  } */

  .artista-carousel {
    margin: 0 8px;
  }

  .artista-nav {
    display: none; /* su mobile ci si muove a swipe */
  }
}

.sjdskbk-form {
  background: transparent;
  padding: 24px 22px;
  /* border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.04); */
  padding: 2em;
}

.sjdskbk-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sjdskbk-group {
  margin-bottom: 14px;
}

.sjdskbk-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  opacity: 0.7;
}

.sjdskbk-input,
.sjdskbk-textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px 11px;
  font-size: 14px;
  background: #ffffff;
  outline: none;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

.sjdskbk-input::placeholder,
.sjdskbk-textarea::placeholder {
  opacity: 0.45;
}

.sjdskbk-input:focus,
.sjdskbk-textarea:focus {
  background: #ffffff;
  box-shadow: 0 0 0 1px #00000010, 0 0 0 3px #00000008;
  transform: translateY(-1px);
}

.sjdskbk-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sjdskbk-textarea {
  resize: vertical;
  min-height: 110px;
}

.sjdskbk-btn-wrap {
  margin-top: 10px;
  text-align: left;
}
h1, h2, h3, h4, h5 , h6, p , div , a{
  color: #535353 !important;
}

.sjdskbk-button {
  border: none;
  border-radius: 5px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.08s ease, box-shadow 0.08s ease, background 0.15s ease;
}

.sjdskbk-button:hover {
  background: #000000;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.sjdskbk-button:active {
  transform: translateY(0);
  box-shadow: none;
}

@media (max-width: 576px) {
  .sjdskbk-form {
    padding: 20px 16px;
  }
  .sjdskbk-row {
    grid-template-columns: 1fr;
  }
}

/* --- GRID IMMAGINI --- */

/* Wrapper griglia: 100% viewport, nessuno overflow orizzontale */
.arti-sfg-wall {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

/* Togliamo tutto lo spacing Bootstrap */
.arti-sfg-row,
.arti-sfg-tile-shell,
.arti-sfg-box {
  margin: 0 !important;
  padding: 0 !important;
}

/* Ogni box ha esattamente la stessa proporzione (16:9) */
.arti-sfg-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 12; /* tutte le celle identiche */
  overflow: hidden;
  cursor: pointer;
}

/* L'immagine si comporta come un background-size: cover */
.arti-sfg-img-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover; /* come background-size: cover */
  object-position: center;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Effetto hover leggero (opzionale) */
.arti-sfg-box:hover .arti-sfg-img-thumb {
  transform: scale(1.04);
  opacity: 0.9;
}

/* --- LIGHTBOX FULL SCREEN --- */

.sfg-zoom-shell {
  position: fixed;
  inset: 0;
  z-index: 1080; /* sopra modali Bootstrap standard */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* abilitate solo quando attivo */
  opacity: 0;
  transition: opacity 0.2s ease;
}

.sfg-zoom-shell.sfg-open {
  opacity: 1;
  pointer-events: auto;
}

.sfg-zoom-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}

.sfg-zoom-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sfg-zoom-img {
  width: auto;
  height: auto;
  max-width: 90vw; /* NON supera la larghezza dello schermo */
  max-height: 90vh; /* NON supera l’altezza dello schermo */
  object-fit: contain; /* 🔥 mantiene SEMPRE il formato originale */
  border-radius: 4px;
}

/* Close button */
.sfg-zoom-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  filter: invert(1); /* per renderlo bianco sul fondo scuro */
}

/* Bottoni next/prev */
.sfg-zoom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: white;
  color: #000000;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  /* line-height: 2rem; */
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.sfg-zoom-prev {
  left: -3.5rem;
}

.sfg-zoom-next {
  right: -3.5rem;
}

.sfg-zoom-nav:hover {
  background: rgb(192, 192, 192);
}

/* Gestione mobile: nav più vicini all'immagine */
@media (max-width: 576px) {
  .sfg-zoom-prev {
    left: 0.5rem;
  }
  .sfg-zoom-next {
    right: 0.5rem;
  }
}




/* Banner */
.cookie-banner {
  background-color: #fff;
  color: #313131;
  z-index: 9999;
  font-family: system-ui, sans-serif;
  font-size: 16px;
  border-top: 1px solid #919191;
  /* Transizione */
  transition: transform 1s ease, opacity 1s ease;
  transform: translateY(0);
  opacity: 1;
}
.cookie-text {
  font-size: 16px;
}
/* Link */
.cookie-link {
  color: #313131;
  text-decoration: underline;
}
.cookie-link:hover {
  color: #333;
  text-decoration: none;
}

.hide {
   transform: translateY(100%); 
  opacity: 0;                   
  pointer-events: none;  
}

.btn-minimal, .btn-minimal-outline {
  position: relative; 
  background: transparent;
  color: #313131;
  border: none;
  overflow: hidden;
  display: inline;
}


.btn-minimal::after, .btn-minimal-outline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff; /* colore di default */
  transform: scaleX(0); /* non visibile inizialmente */
  transform-origin: left;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Al passaggio del mouse */
.btn-minimal:hover::after, .btn-minimal-outline:hover::after {
  transform: scaleX(1);       /* linea piena da sinistra a destra */
  background-color: #000;     /* cambia il colore in nero */
}
.btn-minimal:focus,
.btn-minimal:active,
.btn-minimal-outline:focus,
.btn-minimal-outline:active {
  outline: none; /* rimuove il bordo blu di default */
  box-shadow: none; /* rimuove eventuali ombre */
}
/* Banner END */
