@charset "UTF-8";
.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.color-transparent, .color-transparent:hover,
.color-transparent a,
.color-transparent a:hover {
  color: rgba(255, 255, 255, 0);
}

.bg-dark {
  background-color: #333333;
}

.color-dark, .color-dark:hover,
.color-dark a,
.color-dark a:hover {
  color: #333333;
}

.bg-grey {
  background-color: #f0f0f0;
}

.color-grey, .color-grey:hover,
.color-grey a,
.color-grey a:hover {
  color: #f0f0f0;
}

.bg-primary {
  background-color: #F38630;
}

.color-primary, .color-primary:hover,
.color-primary a,
.color-primary a:hover {
  color: #F38630;
}

.bg-secondary {
  background-color: #f5854e;
}

.color-secondary, .color-secondary:hover,
.color-secondary a,
.color-secondary a:hover {
  color: #f5854e;
}

.bg-yellow {
  background-color: #ffd347;
}

.color-yellow, .color-yellow:hover,
.color-yellow a,
.color-yellow a:hover {
  color: #ffd347;
}

.bg-facebook {
  background-color: #3b5998;
}

.color-facebook, .color-facebook:hover,
.color-facebook a,
.color-facebook a:hover {
  color: #3b5998;
}

.bg-twitter {
  background-color: #1da1f2;
}

.color-twitter, .color-twitter:hover,
.color-twitter a,
.color-twitter a:hover {
  color: #1da1f2;
}

.bg-whatsapp {
  background-color: #25d366;
}

.color-whatsapp, .color-whatsapp:hover,
.color-whatsapp a,
.color-whatsapp a:hover {
  color: #25d366;
}

.bg-telegram {
  background-color: #08c;
}

.color-telegram, .color-telegram:hover,
.color-telegram a,
.color-telegram a:hover {
  color: #08c;
}

body .navbar .logo--default {
  display: none;
}
body.has-scrolled .navbar .logo--white {
  display: none;
}
body.has-scrolled .navbar .logo--default {
  display: block;
}
body.has-scrolled .navbar .menu-item.button {
  border-color: #333333;
}
body .navbar.bg-white {
  box-shadow: 0 13px 13px rgba(0, 0, 0, 0.13);
}
body .navbar.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.88);
}
body .navbar.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.88)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body .navbar .menu-item.button {
  border: 2px solid white;
  border-radius: 0.3rem;
  padding: 0;
}
@media (min-width: 992px) {
  body .navbar .menu-item.button {
    margin-left: 0.6rem;
  }
}
body .navbar .menu-item.button a {
  padding: 0.4rem 1rem;
}
@media (max-width: 991px) {
  body .navbar .navbar-collapse {
    background-color: white;
    border-radius: 0.6rem;
    padding-bottom: 0.8em;
  }
  body .navbar .navbar-collapse .navbar-nav .nav-link {
    color: #333333;
  }
}

.ratio, .iniziativa__image {
  height: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}
.ratio--16-9 {
  padding-top: 56.25% !important;
}
.ratio--2-1, .iniziativa__image {
  padding-top: 50% !important;
}

.object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  background-color: #fafafa;
  color: #333333;
  font-size: 1.1rem;
  font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-weight: 900;
}

h1, h2, h3, h4, h5, h6, blockquote, p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.h2, h2 {
  font-size: 1.8rem;
}

.col-no-padding-right {
  padding-right: 15px;
}

.col-no-padding-left {
  padding-left: 15px;
}

.font-xl {
  font-size: 48px;
}

.text-primary {
  color: #333333 !important;
}

.color-primary,
.color-primary:hover,
.color-primary:focus {
  color: #F38630;
}

.color-danger,
.color-danger:hover,
.color-danger:focus {
  color: #dd226b;
}

.color-white,
.color-white:hover,
.color-white:focus {
  color: white;
}

.color-black,
.color-black:hover,
.color-black:focus {
  color: #333333;
}

.color-success,
.color-success:hover,
.color-success:focus {
  color: #428920;
}

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

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

.font-weight-heavy {
  font-weight: 900;
}

/* DO NOT EDIT WORDPRESS STYLES */
.wp-core-ui select,
.wp-core-ui h1,
.wp-core-ui h2,
.wp-core-ui h3,
.wp-core-ui h4,
.wp-core-ui h5,
.wp-core-ui h6,
.wp-core-ui p,
.wp-core-ui {
  letter-spacing: inherit;
  color: inherit;
  font: inherit;
  width: auto;
  border: inherit;
}

a:focus, a:hover {
  text-decoration: none;
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal p {
  color: #333333;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.modal .modal-body {
  max-height: 666px;
  overflow-y: auto;
}

.modal .modal-body h3:first-child {
  margin-top: 0px;
}

.modal .modal-body .well {
  background-color: white;
  border: none;
  padding: 8px;
  box-shadow: none;
}

.single-campagna .flex-caption p {
  background: transparent;
  font-size: 18px !important;
}

.flex-caption .excerpt {
  background: rgba(255, 255, 255, 0.94);
  background-color: rgba(255, 255, 255, 0.94);
  color: #333333;
  padding: 20px;
}

.flex-caption .entry-title a, .flex-caption .entry-title a:active, .flex-caption .entry-title a:hover {
  color: #fff;
  cursor: pointer;
}

table .text-success {
  color: white;
}

.table > tbody > tr > td {
  background-color: #fdfdfd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table > tbody > tr > td:first-child {
  border-left: 1px solid #ddd;
}

.table > thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.table > thead > tr:last-child > th,
.table > thead:first-child > tr:first-child > td {
  border-left: 1px solid #ddd;
}

.table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #ddd;
}

blockquote {
  border-left: 5px solid #428920;
  font-size: 1em;
}

/* Custom classes for select2 layouting */
.select2-result-project {
  padding-top: 4px;
  padding-bottom: 3px;
}

.select2-result-project__avatar {
  float: left;
  width: 80px;
  margin-right: 10px;
}

.select2-result-project__avatar img {
  width: 100%;
  height: auto;
  /*border-radius: 2px;*/
}

/*.select2-result-project__meta { margin-left: 70px; }*/
.select2-result-project__title {
  color: black;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 2px;
}

.select2-result-project__description {
  font-size: 11px;
  color: #777;
}

.select2-results__option--highlighted .select2-result-project__title {
  color: white;
}

.select2-results__option--highlighted .select2-result-project__description {
  color: #e2e2e2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F38630;
  color: white;
}

.select2-container {
  font-size: 1rem;
}

.select2-container .select2-selection--single {
  border: 2px solid #e6e6e6;
  height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1rem;
  right: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 51px;
  padding: 0 1rem;
}

.raggiungi_ricompensa {
  display: none;
}

#formBox .promoBox {
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  padding: 20px;
  color: #ca0043;
  overflow: hidden;
  text-align: center;
}

#formBox .freccia img {
  margin: 0 auto;
  display: block;
}

textarea {
  padding: 8px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search] {
  padding: 3px 8px;
}

.input-group-addon.description-tooltip {
  border: 0;
  background-color: transparent;
  color: #F38630;
  cursor: pointer;
  font-size: 1.2em;
}

.description-tooltip {
  border: 0;
  background-color: transparent;
  color: #F38630;
  cursor: pointer;
  font-size: 1.1em;
  float: left;
  margin-right: 10px;
}

.tipi_pagamenti span.description-tooltip {
  border: 0;
  background-color: transparent;
  color: #F38630;
  cursor: pointer;
  /*font-size: 1.2em;*/
}

.ui-datepicker-title select {
  color: #333333;
}

.fa-spinner.spin-big {
  font-size: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
  display: none;
  background-color: #333333;
  opacity: 0.7;
  transition: all 0.3s;
}

.overlay .fa-spinner {
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 1031;
  display: block;
  color: white;
}

.slides li {
  /* height: 100%; */
  /* width: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slides li .flex-caption {
  height: 100%;
  top: 0;
  bottom: 0;
  display: block;
  padding: 0;
}

.slides li .flex-caption h1, .slides li .flex-caption h1 a {
  color: white;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.--vw-height .slides li {
  height: 100vh;
  background-color: #e3e6e8;
}

.single-progetto .--vw-height .slides {
  height: 60vh;
  /*min-height: 50vh;*/
  background-color: #e3e6e8;
}

.box-don hr {
  margin: 13px 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-collapse {
  border-top: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

/* overwrite dazzling dropdown hover */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: transparent;
}

.navbar-nav > li > a {
  font-weight: bold;
  text-transform: uppercase;
}

.nav li .dropdown-menu li:hover {
  background-color: #fafafa;
}

.dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: gainsboro;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #8a9fb9;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #082e5f;
}

.navbar.navbar-default {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.navbar-default .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  top: 80%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #082e5f;
  transition: width 0.3s;
}

.navbar-default .navbar-nav > li > a:hover:before {
  width: 50%;
  transition: width 0.3s;
}

.navbar-default .navbar-nav > li > a {
  text-align: center;
}

.dropdown-menu > li > a {
  padding: 8px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: black;
}

.dropdown-menu > li:first-child {
  padding-top: 8px;
}

.dropdown-menu > li:last-child {
  padding-bottom: 8px;
}

.navbar {
  font-size: 16px;
}

.text-shadow {
  text-shadow: rgba(0, 0, 0, 0.9) 0 0px 3px;
}

.flex-caption p {
  background: transparent;
}

.flex-caption h1 {
  text-transform: uppercase;
}

.flexslider .alert {
  margin-bottom: 0px;
}

.flexslider .alert h1,
.flexslider .alert h2,
.flexslider .alert h3,
.widget .well h1,
.widget .well h2,
.widget .well h3 {
  margin: 0;
}

.widget .well,
.panel,
.entry-content {
  background-color: white;
  border: none;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 8px;
}

.calendar-background {
  background-image: url("images/calendar.png");
  background-repeat: no-repeat;
  background-position: right;
}

.single-fundraiser .well {
  background-color: white;
}

#secondary .panel-title {
  font-size: 0.8em;
  text-align: center;
}

/* heroes panel */
.box-don .panel-body {
  padding-top: 130px;
}

.box-don .panel-content {
  position: relative;
  top: -130px;
  z-index: -1;
}

/* fundraiser panel */
.gradient-container {
  position: relative;
  min-height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gradient-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 33.3%;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 0px;
  z-index: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.panel.fundraiser {
  margin: 0;
}

.fundraiser-img {
  min-height: 200px;
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  margin: 0 auto 26px auto;
  transition: box-shadow 0.3s;
}

.fundraiser-img:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0 8px 21px;
}

.gradient-circle {
  background-color: #e3e6e8;
  border-radius: 100%;
  overflow: hidden;
  min-height: 100px;
  width: 100px;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0px;
  right: 0px;
}

.panel.fundraiser .panel-content {
  display: block;
  padding: 4.5em 1em 1.5em 1em;
  overflow: hidden;
  width: 100%;
  top: 50px;
  text-align: center;
  font-weight: bold;
}

.panel.fundraiser .no-gradient.gradient-container:before {
  background-image: none;
}

.panel .panel-content .table {
  padding: 0;
  margin: 0;
}

.panel .panel-content .table > tbody > tr > td {
  padding: 13px 19px;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.panel .panel-content .table:first-child > tbody > tr > td {
  border-top: none;
}

.ultime-donazioni .panel-content .table {
  margin-bottom: 0px;
}

.ultime-donazioni .panel-content .table > tbody > tr > th {
  text-align: center;
}

.insieme-per {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.btn {
  cursor: pointer;
  position: relative;
  border-width: 2px;
  letter-spacing: 0;
  text-transform: none;
  transform: translateZ(0);
  font-weight: 700;
  opacity: 1;
}
.btn-xl {
  padding: 1rem 2.4rem;
  font-size: 1.33rem;
}
@media (max-width: 991px) {
  .btn-mobile {
    display: block;
    width: 100%;
  }
}

.btn:hover {
  opacity: 0.9;
}

.btn,
.btn:hover {
  transition: opacity 0.3s, background-color 0.3s, border-color 0.3s;
}

section.homepage-section {
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  section.homepage-section {
    padding: 4rem 0;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #1d1b17;
}

/* Social buttons */
.social .btn,
.fundraiser-social .btn {
  border: none;
}

.fundraiser-social .btn-info {
  background-color: transparent !important;
}

.social .btn-info {
  width: 35px;
  height: 35px;
  padding: 6px;
  position: relative;
}

.social .btn-info:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.3s;
}

.social .btn-info:hover:after {
  opacity: 0.1;
}

.btn-info.facebook {
  background-color: #3b5998;
}

.btn-info.twitter {
  background-color: #1dcaff;
}

.btn-info.email {
  background-color: #ef9b00;
}

.btn-info.widget {
  background-color: #428920;
}

.btn-info.qr {
  background-color: #333333;
}

.btn-info.pdf {
  background-color: #e12828;
}

.protip-skin-square--scheme-blue.protip-container {
  background: #F38630;
}

.dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #f6f6f6;
  color: #333333;
}

.dropdown-menu > li.active > a:hover, .dropdown-menu > li.active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li.active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li.active > a:focus {
  background-color: #f5f5f5;
  color: #333333;
}

.protip-skin-square--scheme-blue[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=right-bottom] .protip-arrow {
  border-color: transparent #F38630 transparent transparent;
}

.protip-skin-square--scheme-blue[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=left-bottom] .protip-arrow {
  border-color: transparent transparent transparent #F38630;
}

.text-danger {
  color: #ca0043 !important;
}

#content {
  padding-top: 66px;
  padding-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  #content {
    padding-top: 86px;
  }
}

body.single-fundraiser #content {
  padding-top: 0;
}

.flexslider .gradient-container {
  height: 100%;
}

.flexslider .btn-lg.btn-width {
  max-width: 210px;
}

.flexslider .static-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.gradient-sm {
  min-height: 130px;
}

.gradient-lg {
  min-height: 314px;
}

.flexslider .gradient-container:before {
  height: 50%;
}

.home .flexslider hr {
  background-image: linear-gradient(90deg, transparent, white, white, transparent);
  height: 1px;
  border: 0;
}

/* hr {
    border-color: transparent;
} */
hr.solid {
  background-color: #ececec;
  height: 2px;
  border: 0;
}

.flexslider h3 {
  opacity: 0.8;
  font-size: 21px;
}

.gradient-text {
  position: absolute;
  color: white;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 13px 21px;
}

/** slick slider */
.slick-next,
.slick-prev {
  width: auto;
  opacity: 0;
  z-index: 3;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
}

.slick-next {
  right: 0rem;
}

.slick-prev {
  left: 0rem;
}

.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  opacity: 1;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
}

.slick-slider:hover .slick-next {
  right: 2rem;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
}

.slick-slider:hover .slick-prev {
  left: 2rem;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
}

.slick-dots {
  bottom: 0.4rem;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: white;
}

.slick-next:before {
  content: "";
}

.slick-prev:before {
  content: "";
}

.slick-prev:before,
.slick-next:before {
  font-family: boxicons !important;
  font-size: 50px;
  color: black;
  opacity: 0.3;
}

.iniziativa {
  background-color: white;
  border: 2px solid #f0f0f0;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}
@media (min-width: 991px) {
  .iniziativa:hover .overlay {
    background-color: rgba(243, 134, 48, 0);
    opacity: 1;
  }
}
.iniziativa:focus, .iniziativa:active {
  transform: translateY(0%);
}
.iniziativa__image {
  position: relative;
}
.iniziativa__image .overlay {
  background-color: rgba(243, 134, 48, 0.2);
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: background-color 0.3s, opacity 0.3s;
}
.iniziativa__image .overlay .vertical-center {
  width: 100%;
}
.iniziativa__image .overlay .vertical-center i {
  color: white;
  font-size: 4rem;
}

.iniziativa .btn {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.iniziativa .badge-primary {
  color: #fff;
  background-color: #abcb42;
}

.iniziativa-label {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: normal;
  padding: 0.4rem 1rem;
  border-radius: 0 1rem 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.iniziative__container--no-border .iniziativa {
  border: none;
}

.iniziativa .iniziativa-image .overlay {
  content: "Leggi di più";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: #F38630;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.iniziativa .iniziativa-image .overlay.overlay--success {
  background: #428920;
}

.iniziativa .iniziativa-image .overlay.overlay--warning {
  background: #ffc107;
}

.iniziativa .iniziativa-image .overlay.overlay--warning h2 {
  color: #333333 !important;
}

.iniziativa .iniziativa-image:hover .overlay {
  opacity: 0.75;
  transition: opacity 0.3s;
}

.iniziativa .iniziativa-image .overlay .vertical-center {
  width: 100%;
}

.iniziativa .on-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.input-group-addon {
  padding: 14px 14px;
  border-width: 2px;
  border-color: #e6e6e6;
  line-height: normal;
  margin: 0;
}

.progress {
  border-radius: 13px;
  height: 0.8rem;
}

.fs-xs {
  font-size: 76%;
}

.fs-large {
  font-size: 21px;
}

.line-height-28 {
  line-height: 28px;
}

.cursor-pointer,
.cursor-pointer label {
  cursor: pointer;
}

.text-center-sm {
  text-align: center;
}

.noborder {
  border: none;
}

.nopadding {
  padding: 0;
}

.nopadding_right {
  padding-right: 0;
}

.nopadding_left {
  padding-left: 0;
}

.padding_b_13 {
  padding-bottom: 13px;
}

.padding_r_0 {
  padding-right: 0 !important;
}

.nomargin {
  margin: 0;
}

.margin_t_13 {
  margin-top: 13px;
}

.margin_b_13 {
  margin-bottom: 13px;
}

.margin_b_34 {
  margin-bottom: 34px;
}

.iniziativa-row {
  border-top: 1px solid #e8e8e8;
  padding-top: 13px;
}

.iniziativa blockquote {
  margin-bottom: 0;
}

.gradient-container .page-header,
.static-slide .page-header {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: none;
  color: white;
  width: 100%;
  z-index: 1;
}

.content {
  margin-top: 40px;
  overflow: hidden;
  display: block;
}

.single-campagna .content img {
  border-radius: 0.3rem;
}

div:focus {
  outline: none;
}

/* Selection color */
::-moz-selection {
  background-color: rgba(243, 134, 48, 0.15);
}

::selection {
  background-color: rgba(243, 134, 48, 0.15);
}

#logo img {
  width: auto;
  height: 64px;
}

#logo .logo__title {
  font-family: "roboto slab";
  font-weight: normal;
  font-size: 1.4em;
  line-height: normal;
}

#wpadminbar {
  position: fixed;
}

.flex-direction-nav a:before {
  color: white;
}

.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
}

.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.flex-caption p,
.flex-caption p:first-child,
.flex-caption .excerpt {
  transition: all 0.3s;
}

.home .flex-caption p {
  font-size: 18px;
  margin: 0.8em 0 1em 0;
  cursor: default;
}

#colophon {
  background-color: #e3e6e8;
  border-top: none;
  padding: 0;
}

#footer-area {
  background-color: #1b1d38;
}

#footer-area a, #footer-area a:hover {
  color: #428920;
}

#colophon .textwidget {
  color: #717171;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  padding: 54px 0;
}

.scroll-to-top {
  background: #082e5f;
  border-radius: 100%;
  padding: 5px 16px;
  height: 50px;
  width: 50px;
  transition: box-shadow 0.3s;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
}

.scroll-to-top:hover {
  background: #071d4e;
  box-shadow: rgba(0, 0, 0, 0.4) 0 8px 21px;
}

/* -- BOOTSTRAP NAV X ANIMATION -- */
.navbar-default .navbar-toggle {
  margin-top: 23px;
  border: none;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(0);
}

.navbar-toggle .middle-bar {
  opacity: 1;
}

.navbar-toggle .bottom-bar {
  transform: rotate(0);
}

.navbar-toggle.toggled .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle.toggled .middle-bar {
  opacity: 0;
}

.navbar-toggle.toggled .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

@media (min-width: 767px) {
  .modal-dialog.login {
    width: 100%;
  }
}
/* -- single-fundraiser material design header */
.single-fundraiser .content {
  margin-top: 0;
}

.material-header {
  width: 100%;
  padding: 4rem 0;
  display: block;
  overflow: hidden;
}

/* -- datepicker */
.datepicker__container {
  position: relative;
}

.datepicker td,
.datepicker th {
  width: 34px;
  height: 34px;
}

/** heroshot slick */
#slick__heroshot {
  min-height: 350px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #slick__heroshot {
    height: 750px;
  }
}
#slick__heroshot .slick-prev:before, #slick__heroshot .slick-next:before {
  color: white;
}

#slick__heroshot .slick-list,
#slick__heroshot .slick-track,
#slick__heroshot .slick-slide {
  height: 100%;
  min-height: 350px;
}

#slick__heroshot .slick-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 6.66rem;
  padding-bottom: 2rem;
}
.single-campagna #slick__heroshot .slick-slide {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #slick__heroshot .slick-slide {
    padding-top: 8rem;
    padding-bottom: 5rem !important;
  }
}

#slick__heroshot.--overlay .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.22;
  z-index: 0;
}
@media (max-width: 991px) {
  #slick__heroshot.--overlay .slick-slide:before {
    opacity: 0.4;
  }
}

.go-top {
  font-size: 1.5em;
  cursor: pointer;
  padding: 11px 18.1px;
  text-align: center;
  background-color: #F38630 !important;
  color: white;
  border-radius: 0;
}

.go-top.--floating {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 1em;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 15px !important;
  z-index: 999;
  right: 1em;
  padding: 0.3em 0;
  border-radius: 60px;
}

/** admin bar nav offset top */
.admin-bar .navbar.fixed-top {
  top: 46px;
}

@media (min-width: 782px) {
  .admin-bar .navbar.fixed-top {
    top: 32px;
  }
}
.bg-whitesmoke {
  background-color: whitesmoke;
}

.bg-darker {
  /* background-color: rgba(0, 0, 0, 0.03); */
  background-color: #222328;
}

.iniziativa-image {
  position: relative;
}

.footer {
  border-top: 2px solid #f0f0f0;
}

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

.social-icons__container a {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.social-icons__container a i {
  font-weight: 400;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .social-icons__container a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .social-icons__container a i {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  .btn.btn-xl {
    padding: 1rem 1.4rem;
    font-size: 1rem;
  }

  .h--240 {
    height: 50vw !important;
  }

  footer.footer p br {
    display: none;
  }

  .fs-large {
    font-size: 1.1rem;
  }

  .--mobile-text {
    font-size: 1.3rem !important;
  }

  h1, .h1 {
    font-size: 2.2rem !important;
  }

  h2, .h2 {
    font-size: 1.8rem !important;
  }
}
/** blurred bg */
.bg-blurred__container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-blurred__container .floated {
  margin: 0 auto;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  /* position: relative; */
  /* transform: translate(-15%, -15%); */
}

.bg-blurred__container .floated .blur-ie,
.bg-blurred__container .floated .image__container__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-blurred__container .floated .image__container__img {
  height: 100%;
}

.bg-blurred__container .bg-blurred {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}

.bg-blurred__container .bg-blurred:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.21);
}

/* IE10+ detection */
html[data-agent*=Trident] .bg-blurred__container .bg-blurred,
html[data-agent*=Edge] .bg-blurred__container .bg-blurred {
  display: none;
}

/* IE10+ detection */
html[data-agent*=Trident] .bg-blurred__container .blur-ie,
html[data-agent*=Edge] .bg-blurred__container .blur-ie {
  display: block;
}

.h--240 {
  height: 240px;
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** fundraiser tabs */
.fundraiser-tabs {
  text-align: center;
  margin: auto;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.13));
  border: none;
  margin-top: 2em;
}

.fundraiser-tabs li {
  display: inline-block;
  float: none;
  margin-left: 1em;
  margin-right: 1em;
}

.fundraiser-tabs li > a {
  font-weight: 700;
  text-transform: none;
  background-color: transparent;
  border: none;
  padding-top: 1.8em !important;
  padding-bottom: 1.8em !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fundraiser-tabs li > a,
.fundraiser-tabs li > a:hover,
.fundraiser-tabs li > a:focus,
.fundraiser-tabs li.active > a,
.fundraiser-tabs li.active > a:hover,
.fundraiser-tabs li.active > a:focus {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff !important;
  opacity: 1;
}

.fundraiser-tabs li > a {
  color: #ffffff;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
}

.fundraiser-tabs li a.active,
.fundraiser-tabs li a:active,
.fundraiser-tabs li a:focus {
  box-shadow: inset 0 -4px 0 #FFFFFF;
}

.fundraiser-tabs li a.active {
  border: none;
  background-color: transparent;
}

.fundraiser-tabs-content {
  margin-top: 3em;
}

.fundraiser-tabs-content > .active {
  border: none;
}

.fundraiser-tabs .badge {
  position: relative;
  top: -2px;
}

a {
  font-weight: bold;
}

/** input - form control */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=amount],
.select2-container .select2-choice,
input[type=search],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 14px 14px;
  line-height: normal;
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: none;
  outline: none;
}

#wp-submit {
  color: #fff;
  background-color: #F38630;
  border-width: 0;
  display: block;
  width: 100%;
  margin: auto;
  padding: 1rem 2.4rem;
  font-size: 1.33rem;
}

.input-group {
  align-items: center;
}

/** protip */
.protip-container {
  text-align: center;
  font-weight: bold;
}

.protip-container.protip-primary {
  background: gainsboro !important;
  color: #333333 !important;
}

.protip-container.protip-sm {
  padding: 0.7em;
  font-size: 0.9em;
}

.form-group > label,
.row > label {
  font-weight: 700;
}

.opacity--8 {
  opacity: 0.8;
}

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

.fs-adequate {
  font-size: 16px;
}

.pointer-events--none {
  pointer-events: none;
}

.success-theme a:not(.btn) {
  color: #428920;
}

.success-theme a:not(.btn):hover {
  color: #28a745;
}

.warning-theme a:not(.btn) {
  color: #ffc107;
}

.warning-theme a:not(.btn):hover {
  color: #e0a800;
}

.big-title {
  font-size: 3em;
}

.widget-image__overlay-text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 30px;
  letter-spacing: 0.6px;
  z-index: 1031;
}

.alert {
  border-width: 2px;
}

.input-group-text {
  padding: 13px;
}

.btn {
  border-radius: 8px;
}

.btn-primary {
  background-color: #F38630;
  border-color: #f5854e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fa5908;
  border-color: #F38630;
}

.btn-primary.active {
  background-color: #fa5908 !important;
  border-color: #F38630 !important;
}

.homepage-section h2,
.homepage-section h3,
.homepage-section h4,
.homepage-section h5 {
  font-style: normal;
}

.homepage-section p {
  margin-bottom: 0;
}

.progetto__meta__block {
  margin-bottom: 1.3rem;
}
.progetto__meta__block label {
  color: rgba(13, 15, 18, 0.5);
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.progetto__meta__block h2 {
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #4c4c4c;
}

#content .content {
  margin-top: 0;
}

@media (max-width: 991px) {
  section.homepage-section {
    padding: 1rem 0;
  }

  .btn-dona {
    width: 100%;
    display: block;
  }

  .btn-group.btn-importi {
    width: 100%;
  }

  .btn-group.btn-importi .btn {
    font-size: 1rem;
    width: 100%;
  }
}
/** PROGRESS BAR **/
.progress-bar {
  background-color: #ffd347;
}

.iniziativa__data h4 a,
.iniziativa__data h4 a:hover {
  color: #80062C;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #f0f0f0 !important;
}

.fancy-title::after {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#progetto-descrizione__container h2 {
  text-transform: uppercase;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.color-transparent, .color-transparent:hover,
.color-transparent a,
.color-transparent a:hover {
  color: rgba(255, 255, 255, 0);
}

.bg-dark {
  background-color: #333333;
}

.color-dark, .color-dark:hover,
.color-dark a,
.color-dark a:hover {
  color: #333333;
}

.bg-grey {
  background-color: #f0f0f0;
}

.color-grey, .color-grey:hover,
.color-grey a,
.color-grey a:hover {
  color: #f0f0f0;
}

.bg-primary {
  background-color: #F38630;
}

.color-primary, .color-primary:hover,
.color-primary a,
.color-primary a:hover {
  color: #F38630;
}

.bg-secondary {
  background-color: #f5854e;
}

.color-secondary, .color-secondary:hover,
.color-secondary a,
.color-secondary a:hover {
  color: #f5854e;
}

.bg-yellow {
  background-color: #ffd347;
}

.color-yellow, .color-yellow:hover,
.color-yellow a,
.color-yellow a:hover {
  color: #ffd347;
}

.bg-facebook {
  background-color: #3b5998;
}

.color-facebook, .color-facebook:hover,
.color-facebook a,
.color-facebook a:hover {
  color: #3b5998;
}

.bg-twitter {
  background-color: #1da1f2;
}

.color-twitter, .color-twitter:hover,
.color-twitter a,
.color-twitter a:hover {
  color: #1da1f2;
}

.bg-whatsapp {
  background-color: #25d366;
}

.color-whatsapp, .color-whatsapp:hover,
.color-whatsapp a,
.color-whatsapp a:hover {
  color: #25d366;
}

.bg-telegram {
  background-color: #08c;
}

.color-telegram, .color-telegram:hover,
.color-telegram a,
.color-telegram a:hover {
  color: #08c;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.h1, h1 {
  font-size: 3.35rem;
}

.fs-large {
  font-weight: 300;
  letter-spacing: 0.0375rem;
}

.btn {
  text-transform: uppercase;
}

b {
  font-weight: bold;
}

.iniziativa__descrizione__excerpt {
  display: none;
}

.fancy-title {
  margin-bottom: 1.3em;
  position: relative;
  text-transform: uppercase;
}
.fancy-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0.45em auto;
  height: 0.25em;
  width: 5em;
  border-radius: 150px;
  background-color: #3D3856;
}
.fancy-title.color-white::after {
  background-color: #fff;
}

.fancy-dash {
  color: #F38630;
  font-size: 4rem;
  font-weight: 900;
  margin-right: 0.2em;
  line-height: 0;
  position: relative;
  top: -0.185rem;
}

.bg-fractal {
  background-image: url("../images/sfondo-h.png?v=0.0.1");
  background-size: initial;
  background-repeat: repeat;
}
.bg-fractal--translucent {
  background-image: url("../images/sfondo-h-translucent.png?v=0.0.1");
}

.overflow-hidden {
  overflow: hidden;
}

.home section {
  border-bottom: 2px solid #f0f0f0;
}

.frame {
  border: 2px solid #f0f0f0;
  border-radius: 0.6rem;
  background-color: white;
}

.fundraiser {
  margin-top: 4rem;
  padding-top: 4rem !important;
  position: relative;
}
.fundraiser__image {
  background-color: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100px;
  border: 2px solid #f0f0f0;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ricompense__container .ricompensa {
  max-width: 420px;
}

.ricompensa__desc {
  font-size: 1rem;
}

.affix {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 1;
}

.affix-top {
  position: static;
  opacity: 0.8;
}

td.action-elements {
  padding: 0 0.6rem;
  width: 180px;
}
td.action-elements .action-element {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.95;
  padding: 0 6px;
}
td.action-elements .action-element.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

@media (max-width: 420px) {
  html {
    font-size: 14px;
  }
  html body {
    font-size: 16px;
  }
}
.slick-slider--relative-height .slick-list {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.slick-slider--relative-height .slick-list .slick-track {
  height: 100%;
}
.slick-slider--relative-height .slick-list .slick-track .bg-blurred__container,
.slick-slider--relative-height .slick-list .slick-track .bg-blurred__container .floated {
  position: relative;
}
.slick-slider--relative-height .slick-prev::before,
.slick-slider--relative-height .slick-next::before {
  color: white;
}/*# sourceMappingURL=app.css.map */