/* Scss Document */
@import url("https://use.typekit.net/mhe7bbd.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*
.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
/* 100 - 300 - 800 */
/* Base colors */
/* Transitions */
/* SCSS Includes */
/* Scss Document */
/* Btn */
.btn {
  font-family: "raleway", sans-serif;
  -webkit-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-width: 2px;
  padding: 10px 20px 8px;
  font-size: 14px;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  font-weight: 400 !important; }
  .btn i.bi {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    margin-left: 0; }

.btn:hover i.bi {
  margin-left: 5px; }

.btn-sm {
  padding: 5px 15px; }

.btn-lg {
  font-size: 20px; }

.btn-default, .btn-default:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c44c2a; }

.btn-primary, .btn-primary:focus {
  background-color: #c44c2a;
  border: none;
  color: #fff; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #d86949; }

.btn-secondary, .btn-secondary:focus {
  background-color: #1D5441;
  border-color: #1D5441;
  color: #fff; }

.btn-secondary:hover {
  background-color: #c44c2a;
  border-color: #c44c2a;
  color: #fff; }

.btn-tertiary, .btn-tertiary:focus {
  background-color: #9DAF41;
  border-color: #9DAF41;
  color: #fff; }

.btn-tertiary:hover {
  background-color: #c44c2a;
  border-color: #c44c2a;
  color: #fff; }

.btn-light, .btn-light:focus {
  background-color: #fefbf6;
  border-color: #fefbf6;
  color: #c44c2a; }

.btn-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c44c2a; }

.btn-white, .btn-white:focus {
  background-color: #fff;
  border-color: #fff;
  color: #78acaf; }

.btn-white:hover {
  background-color: #fefbf6;
  border-color: #fefbf6;
  color: #78acaf; }

.btn-outline-light {
  border-color: #fefbf6;
  color: #fefbf6; }

.btn-outline-light:hover, .btn-outline-light:focus {
  background: #fefbf6;
  color: #c44c2a; }

.btn-outline-primary {
  border-color: #c44c2a;
  color: #c44c2a; }

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #c44c2a;
  color: #fff;
  border-color: #c44c2a; }

.btn:disabled {
  background: #c44c2a;
  border-color: #c44c2a; }

/* Scss Document */
.wpcf7 form.sent .wpcf7-response-output {
  background: #9CAE41;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  margin: 2em 0;
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #FFEA83;
  border: none;
  padding: 20px;
  color: #000000;
  font-size: 1em;
  margin: 2em 0;
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important; }

.wpcf7 form.aborted .wpcf7-response-output {
  background: #F73F09;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  margin: 2em 0;
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important; }

.wpcf7-not-valid-tip {
  color: #F73F09;
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px; }

.wpcf7-list-item {
  margin-left: 0; }

.wpcf7-list-item-label {
  margin-right: 15px; }

#newsletter .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control {
  padding: 10px 16px;
  background: transparent !important;
  color: #fff; }
#newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  -moz-opacity: 30 !important;
  -khtml-opacity: 30 !important;
  opacity: 30 !important;
  font-weight: 300; }
#newsletter .btn {
  text-transform: uppercase; }
#newsletter .btn:disabled {
  background: transparent;
  border: 1px solid white !important; }

/* Scss Document */
/* Top Link Wrapper */
#top-link-wrapper {
  position: fixed;
  z-index: 999999;
  bottom: 100px;
  right: -50px;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }
  #top-link-wrapper a {
    display: block;
    color: #fefbf6;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    background: #c44c2a;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
    #top-link-wrapper a:hover {
      background: #d45734;
      color: #fff;
      padding-top: 5px; }
  #top-link-wrapper.visible {
    right: 0px; }

/* Footer */
.logo-footer {
  width: 100%;
  height: auto;
  max-width: 130px; }

/* Widget menu */
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0; }
  .widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 1px 0; }
    .widget_nav_menu ul li a {
      color: #fefbf6;
      font-weight: 400;
      font-size: 0.9em; }
      .widget_nav_menu ul li a:hover {
        color: #fff; }
    .widget_nav_menu ul li.current_page_item a {
      font-weight: 700; }

@media (max-width: 1200px) {
  /* Footer */
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 110px; } }
@media (max-width: 992px) {
  /* Footer */
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 100px; } }
@media (max-width: 768px) {
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 90px; }

  /* Top Link Wrapper */
  #top-link-wrapper a {
    padding-top: 8px; }
    #top-link-wrapper a:hover {
      padding-top: 6px; } }
@media (max-width: 576px) {
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 80px; } }
/* Scss Document */
/* Navbar toggler */
/*.navbar-toggler { 
	border:none; 
	background: transparent !important;
	padding: 10px 0 !important;
	outline:none !important;
	font-size:3em !important;
	outline: 0 !important;
	box-shadow: none;
	&:focus {
		outline:none !important;
		outline: 0 !important;
		box-shadow: none;
	}
}*/
.hamburger {
  -webkit-border-bottom-right-radius: 30px !important;
  -ms-border-bottom-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  -moz-border-bottom-right-radius: 30px !important;
  -webkit-border-top-right-radius: 30px !important;
  -ms-border-top-right-radius: 30px !important;
  border-top-right-radius: 30px !important;
  -moz-border-top-right-radius: 30px !important;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  background: #fcf9f4;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 25px; }

/* Logo */
.logo {
  height: 100px;
  margin: 0;
  width: auto;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .logo:hover {
    transform: rotate(-3deg) scale3d(1.05, 1.05, 1); }

/* Navbar */
header {
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  header .navbar-brand {
    padding: 0;
    margin: 0; }

/* Top Navbar */
.navbar {
  margin-top: 15px; }
  .navbar .navbar-nav {
    width: 100%;
    -webkit-border-bottom-right-radius: 30px !important;
    -ms-border-bottom-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    -moz-border-bottom-right-radius: 30px !important;
    -webkit-border-top-right-radius: 30px !important;
    -ms-border-top-right-radius: 30px !important;
    border-top-right-radius: 30px !important;
    -moz-border-top-right-radius: 30px !important;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    background: #fcf9f4;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 25px; }
    .navbar .navbar-nav .nav-item {
      padding: 0; }
      .navbar .navbar-nav .nav-item .nav-link {
        font-family: "raleway", sans-serif;
        color: #78acaf;
        padding: 15px 41px;
        text-align: center;
        margin: 0;
        position: relative;
        font-size: 13px;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
        -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
        -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
        transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
        .navbar .navbar-nav .nav-item .nav-link.active {
          color: #1D5441 !important;
          text-decoration: none !important; }
        .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
          color: #1D5441 !important;
          text-decoration: none !important; }
      .navbar .navbar-nav .nav-item:hover {
        color: #c44c2a !important; }
        .navbar .navbar-nav .nav-item:hover .nav-link {
          color: #c44c2a !important; }

.dropdown-toggle::after {
  content: none; }

/* Dropdown */
.dropdown-menu, .dropdown-menu.show {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 0;
  left: 0;
  /* corrisponde al padding */
  z-index: 1000 !important; }

.dropdown-item {
  background: light-color;
  color: #000000;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 400;
  padding: 10px 25px;
  font-size: 14px;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  position: relative; }
  .dropdown-item:hover, .dropdown-item:focus {
    background: #fbf1df; }

/* Dropdown on hover open */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }

  .navbar .nav-item:hover .nav-link {
    color: #fff; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) {
  /* Top Navbar */
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 28px; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .navbar-toggler {
    font-size: 3.5em !important; }

  .nav-link {
    margin: 0 !important;
    border-bottom: 1px solid #f9e7c8;
    display: block;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 14px 0 !important; }

  /* Logo */
  .logo {
    height: 95px; } }
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* Logo */
  .logo {
    height: 90px; } }
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  /* Logo */
  .logo {
    height: 85px; } }
/* Extra Small devices (smartphones, 480px and up) XS */
@media (max-width: 480px) {
  /* Logo */
  .logo {
    height: 80px; } }
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #c44c2a;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px; }

/* Swiper */
.swiper-pagination-bullet {
  background: rgba(120, 172, 175, 0.4) !important;
  opacity: 1 !important;
  height: 8px !important;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #78acaf !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important; }

.swiper-button-next {
  cursor: pointer;
  color: #fefbf6 !important;
  right: 30px !important;
  font-size: 0.8em !important; }

.swiper-button-prev {
  cursor: pointer;
  color: #fefbf6 !important;
  left: 30px !important;
  font-size: 0.8em !important; }

.slide-content {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .slide-content h1 {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content p {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content a {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 1500ms;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content.animate-in {
    opacity: 1; }
    .slide-content.animate-in h1 {
      right: 0;
      opacity: 1; }
    .slide-content.animate-in p {
      right: 0;
      opacity: 1; }
    .slide-content.animate-in a {
      right: 0;
      opacity: 1; }

/* Scss Document */
.table-dark {
  --bs-table-bg: $default-color;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fefbf6;
  border-color: 1px solid rgba(254, 251, 246, 0.1); }

/* Scss Document */
body {
  font-weight: 300; }

p, li {
  line-height: 1.5em; }

.lead {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.02em; }

b, strong {
  font-weight: 800; }

.primary-font {
  font-family: "raleway", sans-serif; }

.secondary-font {
  font-family: "proxima-nova-condensed", sans-serif; }

h1, .h1 {
  font-family: "raleway", sans-serif;
  font-weight: 800;
  color: #c44c2a;
  line-height: 1em;
  letter-spacing: 0.02em; }

h2, .h2 {
  font-family: "raleway", sans-serif;
  font-weight: 800;
  color: #c44c2a;
  line-height: 1em;
  letter-spacing: 0.02em; }

h3, .h3 {
  font-family: "raleway", sans-serif;
  font-weight: 800;
  color: #c44c2a;
  line-height: 1em;
  letter-spacing: 0.02em; }

h4, .h4 {
  font-family: "raleway", sans-serif;
  font-weight: 800;
  color: #c44c2a;
  line-height: 1em;
  letter-spacing: 0.02em; }

h5, .h5 {
  font-family: "raleway", sans-serif;
  font-weight: 800;
  color: #c44c2a;
  line-height: 1em;
  letter-spacing: 0.02em; }

h6, .h6 {
  font-family: "raleway", sans-serif;
  font-weight: 800;
  color: #c44c2a;
  line-height: 1em;
  letter-spacing: 0.02em; }

h1 span.display-5, h1.display-5, .display-5,
h1 span.display-4, h1.display-4, .display-4,
h1 span.display-3, h1.display-3, .display-3,
h1 span.display-2, h1.display-2, .display-2,
h1 span.display-1, h1.display-1, .display-1 {
  line-height: 1 !important;
  font-weight: 800; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 0.85em; }

.x-small, .extra-small {
  font-size: 0.7em; }

a {
  color: #c44c2a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

a:hover, a:focus {
  color: #1D5441;
  text-decoration: none; }

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus {
  text-decoration: none !important; }

/* FW */
.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

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

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

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

.fw-800 {
  font-weight: 800; }

.text-uppercase {
  text-transform: uppercase; }

.letter-spacing {
  letter-spacing: 0.2em; }

.line-height {
  line-height: 1.15em; }

/* COLORS */
.color-white {
  color: #fff !important; }

.color-light {
  color: #fefbf6 !important; }

.color-light-alt {
  color: #f9e7c8 !important; }

.color-dark {
  color: #000 !important; }

.color-default {
  color: #000000 !important; }

.color-primary {
  color: #c44c2a !important; }

.color-secondary {
  color: #1D5441 !important; }

.color-tertiary {
  color: #7f6044 !important; }

.color-light-green {
  color: #9DAF41 !important; }

.color-green {
  color: #39712D !important; }

.color-special-1 {
  color: #78acaf !important; }

a.color-white {
  color: #fff; }

a.color-white:hover, a.color-white:focus {
  color: #fefbf6 !important; }

a.color-light {
  color: #fefbf6; }

a.color-light:hover, a.color-light:focus {
  color: #fff !important; }

a.color-default {
  color: #000000; }

a.color-default:hover, a.color-default:focus {
  color: #c44c2a !important; }

a.color-primary {
  color: #c44c2a; }

a.color-primary:hover, a.color-primary:facus {
  color: #1D5441 !important; }

a.color-secondary {
  color: #1D5441; }

a.color-secondary:hover, a.color-secondary:focus {
  color: #c44c2a !important; }

a.color-tertiary {
  color: #7f6044; }

a.color-tertiary:hover, a.color-tertiary:focus {
  color: #c44c2a !important; }

.hero-content {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }

@media (max-width: 1200px) {
  html {
    font-size: 0.95em; } }
@media (max-width: 992px) {
  html {
    font-size: 0.9em; } }
@media (max-width: 768px) {
  html {
    font-size: 0.85em; } }
@media (max-width: 576px) {
  html {
    font-size: 0.8em; } }
html {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%; }

body {
  color: #000000;
  font-weight: 300;
  font-style: normal;
  font-family: "raleway", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fefbf6; }

/* LIMITO CONTAINER FLUID */
.container-limit {
  max-width: 1800px !important; }

.text-container {
  width: 100%;
  max-width: 636px !important;
  display: inline-block; }

.text-shadow {
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 25px; }

.icon {
  width: 100%;
  max-width: 55px;
  height: auto; }

.icon-perche {
  width: 100%;
  max-width: 120px;
  height: auto; }

.prodotto-item {
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .prodotto-item:hover {
    transform: scale3d(1.1, 1.1, 1); }

::selection {
  color: #fefbf6;
  background: #c44c2a; }

.bg-primary ::selection {
  color: #fff;
  background: #7f6044; }

.filter {
  background: rgba(196, 76, 42, 0.8); }

.filter-primary {
  background: rgba(196, 76, 42, 0.8); }

.filter-default {
  background: rgba(0, 0, 0, 0.3); }

.rounded {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important; }

.rounded-sm {
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important; }

.rounded-lg {
  -webkit-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  border-radius: 40px !important;
  -moz-border-radius: 40px !important; }

.rounded-lg-top {
  -webkit-border-top-left-radius: 40px !important;
  -ms-border-top-left-radius: 40px !important;
  border-top-left-radius: 40px !important;
  -moz-border-top-left-radius: 40px !important;
  -webkit-border-top-right-radius: 40px !important;
  -ms-border-top-right-radius: 40px !important;
  border-top-right-radius: 40px !important;
  -moz-border-top-right-radius: 40px !important; }

.rounded-lg-bottom {
  -webkit-border-bottom-left-radius: 40px !important;
  -ms-border-bottom-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  -moz-border-bottom-left-radius: 40px !important;
  -webkit-border-bottom-right-radius: 40px !important;
  -ms-border-bottom-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  -moz-border-bottom-right-radius: 40px !important; }

.rounded-left {
  -webkit-border-bottom-left-radius: 50px !important;
  -ms-border-bottom-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  -moz-border-bottom-left-radius: 50px !important;
  -webkit-border-top-left-radius: 50px !important;
  -ms-border-top-left-radius: 50px !important;
  border-top-left-radius: 50px !important;
  -moz-border-top-left-radius: 50px !important; }

.rounded-right {
  -webkit-border-bottom-right-radius: 50px !important;
  -ms-border-bottom-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  -moz-border-bottom-right-radius: 50px !important;
  -webkit-border-top-right-radius: 50px !important;
  -ms-border-top-right-radius: 50px !important;
  border-top-right-radius: 50px !important;
  -moz-border-top-right-radius: 50px !important; }

.gradient-filter {
  background: #c44c2a;
  background: -moz-linear-gradient(90deg, #c44c2a 0%, rgba(196, 76, 42, 0.5) 50%, rgba(196, 76, 42, 0) 100%);
  background: -webkit-linear-gradient(90deg, #c44c2a 0%, rgba(196, 76, 42, 0.5) 570%, rgba(196, 76, 42, 0) 100%);
  background: linear-gradient(90deg, #c44c2a 0%, rgba(196, 76, 42, 0.5) 50%, rgba(196, 76, 42, 0) 100%); }

/* Pagination */
.page-numbers {
  padding: 5px 12px !important;
  border: 2px solid #1D5441 !important;
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  color: #1D5441;
  font-size: 0.8em;
  font-weight: 600; }
  .page-numbers.current {
    background: #c44c2a;
    color: #fefbf6 !important;
    border: 1px solid #1D5441; }
  .page-numbers:hover {
    background: #1D5441;
    border: 1px solid #1D5441;
    color: #fff; }

/* Articles pagination */
.pagination {
  margin-top: 30px;
  display: block;
  text-align: center; }

.pagination .nav-links {
  padding: 0;
  margin: 0;
  display: inline-block; }

.pagination .nav-links a, .pagination .nav-links span.current {
  margin: 0;
  padding: 2px 6px;
  display: inline-block; }

/* Bg */
.bg-white {
  background-color: #fff !important; }

.bg-light {
  background-color: #fefbf6 !important; }

.bg-dark {
  background-color: #000 !important; }

.bg-light-alt {
  background-color: #f9e7c8 !important; }

.bg-default {
  background-color: #000000 !important; }

.bg-primary {
  background-color: #c44c2a !important; }

.bg-secondary {
  background-color: #1D5441 !important; }

.bg-firu {
  background: #D8EBF0;
  background: -webkit-linear-gradient(0deg, #fefbf6 0%, #d8ebf0 100%);
  background: -moz-linear-gradient(0deg, #fefbf6 0%, #d8ebf0 100%);
  background: linear-gradient(0deg, #fefbf6 0%, #d8ebf0 100%); }

.bg-sorsi {
  background: #e7bbac;
  background: -webkit-linear-gradient(0deg, #fefbf6 0%, #e7bbac 100%);
  background: -moz-linear-gradient(0deg, #fefbf6 0%, #e7bbac 100%);
  background: linear-gradient(0deg, #fefbf6 0%, #e7bbac 100%); }

.bg-frullata {
  background: #c2abc6;
  background: -webkit-linear-gradient(0deg, #fefbf6 0%, #c2abc6 100%);
  background: -moz-linear-gradient(0deg, #fefbf6 0%, #c2abc6 100%);
  background: linear-gradient(0deg, #fefbf6 0%, #c2abc6 100%); }

.bg-mela {
  background: #FFB9B7;
  background: -webkit-linear-gradient(0deg, #fefbf6 0%, #ffb9b7 100%);
  background: -moz-linear-gradient(0deg, #fefbf6 0%, #ffb9b7 100%);
  background: linear-gradient(0deg, #fefbf6 0%, #ffb9b7 100%); }

.bg-kiwi {
  background: #b7cc93;
  background: -webkit-linear-gradient(0deg, #fefbf6 0%, #b7cc93 100%);
  background: -moz-linear-gradient(0deg, #fefbf6 0%, #b7cc93 100%);
  background: linear-gradient(0deg, #fefbf6 0%, #b7cc93 100%); }

.bg-orange {
  background: url("../images/bg-orange-xxl.png") center bottom no-repeat;
  background-size: 100% auto; }

/* news-item */
.news-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #c44c2a;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure figcaption {
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 20px;
  right: 20px;
  margin-top: -20px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 50%; }

.news-item figure img {
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure:hover {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important; }

.news-item figure:hover img {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* servizi-item */
.servizi-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #c44c2a;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure figcaption {
  text-align: center;
  font-size: 1.8em;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 50%; }

.servizi-item figure img {
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure:hover {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important; }

.servizi-item figure:hover img {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* Img tonda */
.circle {
  border-radius: 50% !important; }

/* Opacity */
.o-50 {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5; }

/* Transition */
.transition {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; }

.pull-top {
  position: relative;
  top: -48px; }

/* Store locator */
#wpsl-search-wrap {
  padding: 40px 20px; }

#wpsl-search-wrap .wpsl-input label {
  width: 200px; }

#wpsl-result-list {
  padding: 40px 20px; }

div#wpsl-gmap {
  height: 650px !important; }

/* Maps */
#map {
  width: 100%;
  height: 800px; }

@media only screen and (max-width: 1900px) {
  .bg-orange {
    background: url("../images/bg-orange-xl.png") center bottom no-repeat;
    background-size: 100% auto; } }
@media (max-width: 1200px) {
  .text-container {
    max-width: 546px !important;
    display: inline-block; }

  .bg-orange {
    background: url("../images/bg-orange-lg.png") center bottom no-repeat;
    background-size: 100% auto; } }
@media (max-width: 992px) {
  .text-container {
    max-width: 457px !important;
    display: inline-block; }

  .bg-orange {
    background: url("../images/bg-orange-md.png") center bottom no-repeat;
    background-size: 100% auto; } }
@media (max-width: 768px) {
  .text-container {
    max-width: 338px !important;
    display: inline-block; }

  .bg-orange {
    background: url("../images/bg-orange-md.png") center bottom no-repeat;
    background-size: 100% auto; } }
@media (max-width: 576px) {
  .text-container {
    max-width: none !important;
    display: inline-block; }

  .bg-orange {
    background: url("../images/bg-orange-sm.png") center bottom no-repeat;
    background-size: 100% auto; } }
