@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?7jhyjp");
  src: url("../fonts/icomoon.eot?7jhyjp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7jhyjp") format("truetype"), url("../fonts/icomoon.woff?7jhyjp") format("woff"), url("../fonts/icomoon.svg?7jhyjp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x-twitter:before {
  content: "\e931";
}

.icon-raccolta:before {
  content: "\e92b";
}

.icon-chef:before {
  content: "\e92c";
}

.icon-cinema:before {
  content: "\e92d";
}

.icon-idea:before {
  content: "\e92e";
}

.icon-notification:before {
  content: "\e92f";
}

.icon-photo-2:before {
  content: "\e930";
}

.icon-dona-bonifico:before {
  content: "\e927";
}

.icon-dona-carta:before {
  content: "\e928";
}

.icon-dona-paypal:before {
  content: "\e929";
}

.icon-dona-satispay:before {
  content: "\e92a";
}

.icon-quote:before {
  content: "\e921";
}

.icon-world-3:before {
  content: "\e900";
}

.icon-world:before {
  content: "\e901";
}

.icon-world-2:before {
  content: "\e902";
}

.icon-visibility:before {
  content: "\e903";
}

.icon-trasparency:before {
  content: "\e904";
}

.icon-translate:before {
  content: "\e905";
}

.icon-sound:before {
  content: "\e906";
}

.icon-solidarieta-uguaglianza:before {
  content: "\e907";
}

.icon-sobrieta-stili:before {
  content: "\e908";
}

.icon-sdd:before {
  content: "\e909";
}

.icon-photo:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-people-2:before {
  content: "\e90c";
}

.icon-peolple:before {
  content: "\e90d";
}

.icon-nonviolenza:before {
  content: "\e90e";
}

.icon-map:before {
  content: "\e90f";
}

.icon-lotta-fame:before {
  content: "\e910";
}

.icon-like:before {
  content: "\e911";
}

.icon-libra:before {
  content: "\e912";
}

.icon-lawyer:before {
  content: "\e913";
}

.icon-hands:before {
  content: "\e914";
}

.icon-graphic:before {
  content: "\e915";
}

.icon-giustizia-equita:before {
  content: "\e916";
}

.icon-giustizia-ambentale:before {
  content: "\e917";
}

.icon-educazione-formazione:before {
  content: "\e918";
}

.icon-diritti-umani:before {
  content: "\e919";
}

.icon-credit-card:before {
  content: "\e91a";
}

.icon-cooperazione:before {
  content: "\e91b";
}

.icon-communication:before {
  content: "\e91c";
}

.icon-cc:before {
  content: "\e91d";
}

.icon-calendar:before {
  content: "\e91e";
}

.icon-bank-trasfer:before {
  content: "\e91f";
}

.icon-bank-check:before {
  content: "\e920";
}

.icon-search:before {
  content: "\e922";
}

.icon-bag:before {
  content: "\e923";
}

.icon-cart:before {
  content: "\e924";
}

.icon-lang:before {
  content: "\e925";
}

.icon-lock:before {
  content: "\e926";
}

.screen-reader-text {
  display: none;
}

.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 15;
}
.site-header .site-title {
  display: none;
}

#masthead {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#masthead.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#masthead.fixed-header .header__top {
  transition: 0.5 ease-in all;
  display: none;
}

.header__logo img {
  height: 50px;
  max-width: initial;
}

.admin-bar .site-header {
  top: 30px;
}

/* sticky
--------------------------*/
.fixed-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.052);
}
.fixed-header .header__top {
  transition: 0.5 ease-in all;
  display: none;
}

/* header top
--------------------------*/
.header__top {
  background: #2D2D2D;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__top .menu {
  margin: 0;
  padding: 0;
}
.header__top .menu li {
  display: inline-block;
  list-style: none;
  font-size: 13px;
}
.header__top .menu li:not(:last-child):after {
  content: "•";
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}
.header__top .menu li a {
  color: #fff;
}
.header__top .menu li a:hover {
  opacity: 0.5;
}
.header__top .socials {
  margin: 0;
  color: #fff;
}
.header__top .socials .socials__item a {
  color: #fff !important;
}
.header__top .socials .socials__item a:hover {
  opacity: 0.5;
}
.header__top ul.top-right-menu li a {
  color: #fff !important;
}
.header__top ul.top-right-menu .widget {
  margin-bottom: 0;
}
.header__top ul.top-right-menu .wpml-language-switcher-block {
  color: #fff;
  display: flex;
  margin-left: 40px;
  position: relative;
}
.header__top ul.top-right-menu .wpml-language-switcher-block::before {
  content: "\e925";
  font-family: "icomoon";
  position: absolute;
  top: 3px;
  left: -25px;
}
.header__top ul.top-right-menu .wpml-language-switcher-block ul.isHorizontal li {
  background: #2D2D2D;
  padding: 5px;
}
.header__top ul.top-right-menu .wpml-ls-legacy-dropdown {
  width: initial;
  position: relative;
  margin-left: 40px;
  transform: translateY(-2px);
  z-index: 999;
}
.header__top ul.top-right-menu .wpml-ls-legacy-dropdown::before {
  content: "\e925";
  font-family: "icomoon";
  position: absolute;
  top: 1px;
  left: -15px;
  color: #fff;
}
.header__top ul.top-right-menu .wpml-ls-legacy-dropdown a {
  background: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.header__top ul.top-right-menu .wpml-ls-sub-menu {
  border: none;
  z-index: 99;
}
.header__top ul.top-right-menu .wpml-ls-sub-menu li {
  background: #2D2D2D;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header__icon ul {
  margin-bottom: 0;
  margin-right: 15px;
}
.header__icon ul i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .header__icon ul {
    margin-right: 0;
  }
}

.fixed-header {
  background: #fff;
}

.header__main {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header__main .htmega-megamenu {
  font-family: "Barlow";
  color: #505050;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.header__main .htmega-megamenu > li a {
  font-weight: 700;
  font-size: 17px;
}
.header__main .htmega-megamenu > li > a {
  text-transform: uppercase;
}
.header__main .htmega-megamenu .sub-menu {
  text-align: left;
}
.header__main .htmega-megamenu .sub-menu > li a:hover {
  background: #22732C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__main .col-3 {
    padding: 0;
  }
}

.htmenu-icon i {
  font-family: FontAwesome;
  font-style: normal;
}

/* header bottom
--------------------------*/
.header-icon-link {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.header-icon-link i {
  font-size: 40px;
  margin-right: 5px;
}
.header-icon-link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #505050;
}
@media screen and (max-width: 760px) {
  .header-icon-link div {
    display: none;
  }
}

/* header bottom
--------------------------*/
.header-bottom-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
.header-bottom-top .form-search-wrapper {
  min-width: 65%;
}

.header-bottom-bottom {
  margin-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-bottom: 0;
}
.header-bottom-bottom ul.navbar-nav li a {
  padding: 0 20px !important;
  color: #505050;
  text-transform: uppercase;
}
.header-bottom-bottom ul.navbar-nav li a:hover {
  color: #22732C;
  font-weight: bold;
}
.header-bottom-bottom ul.navbar-nav > li.current-menu-item {
  position: relative;
}
.header-bottom-bottom ul.navbar-nav > li.current-menu-item a {
  color: #22732C;
  font-weight: bold;
}
.header-bottom-bottom ul.navbar-nav > li.current-menu-item::before {
  content: "";
  width: 100%;
  border-top: 3px solid #22732C;
  position: absolute;
  top: -12px;
}
.header-bottom-bottom ul.navbar-nav .dropdown-menu {
  padding: 0;
  top: 34px;
}
.header-bottom-bottom ul.navbar-nav .dropdown-menu li a {
  display: block;
  padding: 10px 20px !important;
  text-transform: none;
}
.header-bottom-bottom ul.navbar-nav .dropdown-menu li.current-menu-item a {
  font-weight: bold;
  color: #22732C;
}

/** Responsive
------------------------*/
@media screen and (max-width: 1532px) {
  .header__main .elementor-button-link {
    padding: 0.875rem 1.125rem !important;
  }
}
@media screen and (max-width: 1120px) {
  .header-bottom-bottom {
    padding-top: 13px;
  }
  .header-bottom-bottom ul.navbar-nav li a {
    padding-right: 0.45rem !important;
    padding-left: 0.45rem !important;
  }
  .menu-main-menu-container {
    font-size: 13px;
  }
}
@media screen and (max-width: 990px) {
  #primary {
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 121px;
  }
  .header-bottom-top {
    justify-content: flex-end;
  }
  .header-bottom-top .header-icon-link {
    margin-left: 20px;
  }
  .header-bottom-top .header-icon-link i {
    font-size: 34px;
  }
  .header-bottom-top .header-icon-link i.icon-magnifier {
    font-size: 28px;
  }
  .menu-mobile-open {
    font-size: 28px;
  }
  .header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-search-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px;
    background: #fff;
    top: 132px;
    left: 0px;
  }
}
main:not(.site-main__no-header) {
  margin-top: 134px;
}
@media screen and (max-width: 990px) {
  main:not(.site-main__no-header) {
    margin-top: 71px;
  }
}

.home main {
  margin-top: 0;
}

@media screen and (max-width: 1366px) {
  .elementor-button-link {
    padding: 0.875rem 0.75rem !important;
  }
  .elementor-button-link .elementor-button-text {
    font-size: 14px;
  }
  .header__main .htmega-megamenu > li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1270px) and (min-width: 990px) {
  .header__mobile_btn {
    display: block !important;
  }
  .header__menu_inner {
    display: none !important;
  }
  .header__icon_inner {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
@media screen and (max-width: 990px) {
  #primary {
    margin-top: 61px;
  }
  .home #primary {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    height: 40px;
  }
}
.footer__top {
  padding: 2rem 0;
}

.footer__bottom {
  background: #2D2D2D;
  color: #fff;
  padding: 2rem 0;
}

.footer__logo {
  max-width: 200px;
  margin-bottom: 10px;
}

.site-footer .widget-area {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  padding: 0;
  margin: 0;
}
.site-footer .widget-area p {
  margin-bottom: 0;
}
.site-footer .widget-area::before {
  content: "";
  display: none;
}
.site-footer .widget-area .widget__title, .site-footer .widget-area .wp-block-heading {
  font-size: 1.5rem;
}
.site-footer .widget-area .widget {
  margin-bottom: 0;
}
.site-footer .widget-area .menu li {
  list-style: none;
}
.site-footer .widget-area .menu li a {
  font-size: 15px;
  color: #505050;
}
.site-footer .widget-area .menu li a:before {
  content: "";
  display: none;
}
.site-footer .widget-area .menu li a:hover {
  color: #22732C !important;
}
@media screen and (max-width: 786px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .widget {
    width: 100%;
    margin-bottom: 30px !important;
  }
}

#footer-sticky {
  position: fixed;
  bottom: -66px;
  z-index: 9990;
  width: 100%;
}
#footer-sticky a {
  text-align: center;
  display: block;
  background: #22732C;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0;
  font-size: 1.25rem;
}
#footer-sticky a:hover {
  background: #22732C;
}
@media screen and (min-width: 786px) {
  #footer-sticky {
    display: none;
  }
}

@media screen and (max-width: 786px) {
  .has__sticky-mobile .footer__bottom {
    padding-bottom: 72px;
  }
}
#mobile-offcanvas {
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: left;
  width: 300px;
  height: 100%;
  z-index: 1000;
  transition: all 300ms;
  overflow-y: auto;
  overflow-x: hidden;
}
#mobile-offcanvas .wrapp-search, #mobile-offcanvas .wrapp-mobile-menu {
  padding: 10px;
}
#mobile-offcanvas:after {
  content: "";
  display: block;
  width: 20px;
  height: 110%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.wrapp-mobile-top {
  margin-top: 25px;
  padding: 10px;
}

.wrapp-mobile-footer {
  margin-bottom: 0;
}
.wrapp-mobile-footer #footer-newsletter {
  padding: 10px;
  margin-bottom: 10px;
}
.wrapp-mobile-footer #footer-newsletter .abstract {
  font-size: 0.85rem;
  margin-bottom: 10px;
  line-height: 1rem !important;
}
.wrapp-mobile-footer .footer-widget {
  padding: 10px;
}
.wrapp-mobile-footer .list-icon {
  margin-left: 40px;
}
.wrapp-mobile-footer .list-icon li {
  line-height: 13px;
  line-height: 16px;
}
.wrapp-mobile-footer .list-icon li:before {
  font-size: 20px;
  left: -35px;
  top: -2px;
}

.wrapp-mobile-menu {
  flex-grow: 1;
}

.menu-mobile-header {
  padding: 20px;
}

.menu-main-menu-mobile-container {
  margin: 0;
}
.menu-main-menu-mobile-container > ul > li {
  list-style: none;
  border-bottom: 1px solid #505050;
}
.menu-main-menu-mobile-container > ul > li:last-child {
  border-bottom: none;
}
.menu-main-menu-mobile-container > ul > li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.menu-main-menu-mobile-container > ul > li.page_item_has_children > a:after, .menu-main-menu-mobile-container > ul > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  right: 20px;
}
.menu-main-menu-mobile-container > ul > li.page_item_has_children.is-open > a:after, .menu-main-menu-mobile-container > ul > li.menu-item-has-children.is-open > a:after {
  content: "\f077";
}
.menu-main-menu-mobile-container .children, .menu-main-menu-mobile-container .sub-menu {
  display: none;
  margin-left: 0;
}
.menu-main-menu-mobile-container .children li, .menu-main-menu-mobile-container .sub-menu li {
  list-style: none;
}
.menu-main-menu-mobile-container .children li a, .menu-main-menu-mobile-container .sub-menu li a {
  padding: 5px 10px 5px 0;
  text-transform: none;
  font-weight: normal;
}

.menu-off-canvas-footer {
  padding: 0 20px 20px;
}
.menu-off-canvas-footer .socials {
  margin-bottom: 0;
}
.menu-off-canvas-footer .socials li:first-child {
  margin-left: 0;
}
.menu-off-canvas-footer .widget {
  margin-top: 20px;
  margin-bottom: 0;
}
.menu-off-canvas-footer .widget_icl_lang_sel_widget {
  margin: 0;
}
.menu-off-canvas-footer .wpml-language-switcher-block, .menu-off-canvas-footer .wpml-ls-legacy-list-horizontal {
  padding-left: 20px;
  position: relative;
  color: #000;
  padding: 0 0 0 30px !important;
  margin: 0 !important;
  transform: translateY(-2px);
}
.menu-off-canvas-footer .wpml-language-switcher-block::before, .menu-off-canvas-footer .wpml-ls-legacy-list-horizontal::before {
  content: "\e925";
  font-family: "icomoon";
  position: absolute;
  left: 18px;
  top: 6px;
}
.menu-off-canvas-footer .wpml-language-switcher-block li, .menu-off-canvas-footer .wpml-ls-legacy-list-horizontal li {
  padding: 0 !important;
  margin: 0 !important;
  color: #000;
}
.menu-off-canvas-footer .wpml-language-switcher-block li a:hover, .menu-off-canvas-footer .wpml-ls-legacy-list-horizontal li a:hover {
  color: #22732C;
}

#page {
  position: relative;
  transition: all 300ms;
}

* {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Gainlove, cursive;
}

.grecaptcha-badge {
  visibility: hidden;
}

.container, .page .woocommerce, .woocommerce-pagination ul.page-numbers {
  max-width: 1290px !important;
}

.entry-content strong {
  color: #505050;
}

article.page .entry-content {
  margin-bottom: 60px;
}

.image-credits-wrapper {
  position: relative;
  margin-top: 0;
}
.image-credits-wrapper .image-credits {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.image-credits-wrapper .image-description {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.image-credits {
  padding: 3px 7px;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  font-size: 9px;
  line-height: 12px;
  font-weight: bold;
}
.image-credits::before {
  content: "©";
}

.image-description {
  padding: 3px 7px;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 9px;
  line-height: 12px;
  font-weight: bold;
}

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

.page-template-template-dona article.page .entry-content {
  margin-bottom: 0;
}

.handheld-footer-bar {
  display: none !important;
}

/** separator **/
.separator-before, #customer_login .col-2, .elementor-divider, .navigation, .woocommerce-pagination {
  position: relative;
}
.separator-before::before, #customer_login .col-2::before, .elementor-divider::before, .navigation::before, .woocommerce-pagination::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(34, 115, 44, 0) 0%, #22732C 25.52%, #22732C 80.05%, rgba(34, 115, 44, 0) 100%);
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.separator-after {
  position: relative;
}
.separator-after::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(34, 115, 44, 0) 0%, #22732C 25.52%, #22732C 80.05%, rgba(34, 115, 44, 0) 100%);
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
  left: 50%;
  transform: translateX(-50%);
}

.border-radius, article .card-row .post-thumbnail-inner, article .card-row .post-thumbnail-inner img, .border-radius img {
  border-radius: 40px 0px 40px 0px !important;
}

.border-radius-rev, .flex-control-thumbs img, .woocommerce-product-gallery__wrapper img, .card-product .card-image, .slide .slide-image, .card-group, .card, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.woocommerce-ResetPassword, .recruiting-item {
  border-radius: 0px 40px 0px 40px !important;
}

.shadow, .woocommerce-info, .woocommerce-notices-wrapper, .card-group, .card, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.woocommerce-ResetPassword, .recruiting-item {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
}

.section__bg-stamp, .section__bg-stamp-right {
  position: relative;
  margin-top: 70px;
}
.section__bg-stamp::before, .section__bg-stamp-right::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -120px;
  width: 500px;
  height: 500px;
  background: url(../images/bg-stamp.png) no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.section__full-bg-stamp > .elementor-container {
  position: relative;
  margin-top: 70px;
}
.section__full-bg-stamp > .elementor-container::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -120px;
  width: 500px;
  height: 500px;
  background: url(../images/bg-stamp.png) no-repeat;
  background-size: 100% auto;
}

.section__bg-stamp-right::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -120px;
  left: auto;
  width: 500px;
  height: 500px;
  background: url(../images/bg-stamp.png) no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

/** header **/
.header-page {
  min-height: 300px;
  align-items: center;
  display: flex;
  background-size: 100% auto;
  position: relative;
}
.header-page .header-page__icon img {
  max-width: 75px;
  max-height: 75px;
}
.header-page .header-page__title, .header-page u, .header-page span {
  font-size: clamp(30px, 8vw, 64px);
  line-height: 1;
  margin-bottom: 0;
  font-weight: bold;
}
.header-page .header-page__subtitle {
  font-size: 18px;
  font-weight: 600;
}
.header-page.header-page__light {
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
  background: rgb(0, 0, 0);
  background: linear-gradient(5deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}
.header-page.header-page__light h1, .header-page.header-page__light h2 {
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
.header-page.header-page__light .header-page__icon img {
  filter: invert(1);
}
.header-page .image-credits {
  position: absolute;
  right: 45px;
  bottom: 20px;
}
.header-page .header-page__dsk, .header-page .header-page__mob {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-page .header-page__dsk {
  display: block;
  background-size: 100% auto;
}
.header-page .header-page__mob {
  display: none;
  background-size: cover;
}
@media screen and (min-width: 1710px) {
  .header-page .image-credits {
    right: calc((100vw - 1710px) / 2 + 15px);
  }
}
@media (max-width: 960px) {
  .header-page {
    min-height: 150px;
    background-size: cover;
  }
  .header-page .header-page__title, .header-page u, .header-page span {
    font-size: 40px;
    line-height: 40px;
  }
  .header-page .header-page__subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-page.header-page__light {
    background: rgb(0, 0, 0);
    background: linear-gradient(21deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .header-page .header-page__dsk {
    display: none;
  }
  .header-page .header-page__mob {
    display: block;
  }
}
@media (max-width: 660px) {
  .header-page {
    min-height: 250px;
  }
}

.avatar {
  border-radius: 99% !important;
}

/** owl carousel **/
.owl-stage-outer {
  overflow: visible;
}

.owl-item {
  opacity: 0;
  transition: opacity 100ms;
}

.owl-item.active {
  opacity: 1;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
  width: 20px !important;
  color: #22732C !important;
}

.owl-theme.owl-carousel .owl-nav [class*=owl-] {
  color: #22732C !important;
}
.owl-theme.owl-carousel .owl-nav [class*=owl-]::before {
  color: #22732C !important;
  border-color: #22732C !important;
}
.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover {
  color: #fff !important;
}
.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover::before {
  background: #8BC53F !important;
  border-color: #8BC53F !important;
  color: #fff !important;
}

/** navigation **/
.navigation, .woocommerce-pagination {
  background: rgba(34, 115, 44, 0.25);
}
.navigation .container, .navigation .page .woocommerce, .page .navigation .woocommerce, .woocommerce-pagination .container, .woocommerce-pagination .page .woocommerce, .page .woocommerce-pagination .woocommerce, .woocommerce-pagination ul.page-numbers {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.navigation .navigation__caption, .woocommerce-pagination .navigation__caption {
  font-weight: 300;
  font-size: 16px;
  color: #505050;
}
.navigation .navigation__title, .woocommerce-pagination .navigation__title {
  font-size: 22px;
  line-height: 22px;
  font-family: Gainlove, cursive;
}
.navigation .navigation-inner__prev, .woocommerce-pagination .navigation-inner__prev {
  position: relative;
  padding-left: 60px;
  padding-bottom: 15px;
}
.navigation .navigation-inner__prev::before, .woocommerce-pagination .navigation-inner__prev::before {
  content: "\e02e";
  font-family: opal-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  border-radius: 50%;
  display: block;
  color: #505050;
  background: #fff;
  border: 2px solid #505050;
  width: 45px;
  height: 45px;
  line-height: 45px;
  box-sizing: initial;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.navigation .navigation-inner__next, .woocommerce-pagination .navigation-inner__next {
  position: relative;
  padding-right: 60px;
  padding-bottom: 15px;
}
.navigation .navigation-inner__next::before, .woocommerce-pagination .navigation-inner__next::before {
  content: "\e02f";
  font-family: opal-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  border-radius: 50%;
  display: block;
  color: #505050;
  background: #fff;
  border: 2px solid #505050;
  width: 45px;
  height: 45px;
  line-height: 45px;
  box-sizing: initial;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.navigation.pagination, .pagination.woocommerce-pagination {
  padding-bottom: 2rem;
}
.navigation.pagination .page-links .next.post-page-numbers, .pagination.woocommerce-pagination .page-links .next.post-page-numbers, .navigation.pagination .page-links .prev.post-page-numbers, .pagination.woocommerce-pagination .page-links .prev.post-page-numbers, .navigation.pagination .page-numbers.next, .pagination.woocommerce-pagination .page-numbers.next, .navigation.pagination .page-numbers.prev, .pagination.woocommerce-pagination .page-numbers.prev {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .navigation .navigation-inner__prev::before, .woocommerce-pagination .navigation-inner__prev::before, .navigation .navigation-inner__next::before, .woocommerce-pagination .navigation-inner__next::before {
    top: initial;
    transform: initial;
    left: 0;
    right: initial;
  }
  .navigation .navigation-inner__prev .navigation__caption, .woocommerce-pagination .navigation-inner__prev .navigation__caption,
  .navigation .navigation-inner__prev .navigation__title,
  .woocommerce-pagination .navigation-inner__prev .navigation__title, .navigation .navigation-inner__next .navigation__caption, .woocommerce-pagination .navigation-inner__next .navigation__caption,
  .navigation .navigation-inner__next .navigation__title,
  .woocommerce-pagination .navigation-inner__next .navigation__title {
    display: none;
  }
}

/** Card **/
.card, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.woocommerce-ResetPassword, .recruiting-item {
  background: #fff;
}
.card.card__primary, .woocommerce form.card__primary.checkout_coupon, .woocommerce form.card__primary.login, .woocommerce form.card__primary.register, .woocommerce form.card__primary.woocommerce-ResetPassword, .card__primary.recruiting-item {
  background: #22732C;
  color: #fff;
}
.card.card__primary .card-title, .woocommerce form.card__primary.checkout_coupon .card-title, .woocommerce form.card__primary.login .card-title, .woocommerce form.card__primary.register .card-title, .woocommerce form.card__primary.woocommerce-ResetPassword .card-title, .card__primary.recruiting-item .card-title {
  color: #fff;
}
.card.card__primary .card-sub-title, .woocommerce form.card__primary.checkout_coupon .card-sub-title, .woocommerce form.card__primary.login .card-sub-title, .woocommerce form.card__primary.register .card-sub-title, .woocommerce form.card__primary.woocommerce-ResetPassword .card-sub-title, .card__primary.recruiting-item .card-sub-title {
  color: #fff;
}
.card.card__primary .card-description, .woocommerce form.card__primary.checkout_coupon .card-description, .woocommerce form.card__primary.login .card-description, .woocommerce form.card__primary.register .card-description, .woocommerce form.card__primary.woocommerce-ResetPassword .card-description, .card__primary.recruiting-item .card-description {
  color: #fff;
}

.card, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.woocommerce-ResetPassword, .recruiting-item {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.card p, .woocommerce form.checkout_coupon p, .woocommerce form.login p, .woocommerce form.register p, .woocommerce form.woocommerce-ResetPassword p, .recruiting-item p, .card li, .woocommerce form.checkout_coupon li, .woocommerce form.login li, .woocommerce form.register li, .woocommerce form.woocommerce-ResetPassword li, .recruiting-item li {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.4rem;
}
.card .card-inner, .woocommerce form.checkout_coupon .card-inner, .woocommerce form.login .card-inner, .woocommerce form.register .card-inner, .woocommerce form.woocommerce-ResetPassword .card-inner, .recruiting-item .card-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.4rem;
}
.card .card-icon, .woocommerce form.checkout_coupon .card-icon, .woocommerce form.login .card-icon, .woocommerce form.register .card-icon, .woocommerce form.woocommerce-ResetPassword .card-icon, .recruiting-item .card-icon {
  filter: invert(31%) sepia(84%) saturate(451%) hue-rotate(77deg) brightness(94%) contrast(86%);
  margin-right: 30px;
  min-width: 60px;
}
.card .card-icon img, .woocommerce form.checkout_coupon .card-icon img, .woocommerce form.login .card-icon img, .woocommerce form.register .card-icon img, .woocommerce form.woocommerce-ResetPassword .card-icon img, .recruiting-item .card-icon img {
  width: 60px !important;
  height: auto;
}
.card .card-body, .woocommerce form.checkout_coupon .card-body, .woocommerce form.login .card-body, .woocommerce form.register .card-body, .woocommerce form.woocommerce-ResetPassword .card-body, .recruiting-item .card-body {
  width: 100%;
  text-align: left;
}
.card .card-title, .woocommerce form.checkout_coupon .card-title, .woocommerce form.login .card-title, .woocommerce form.register .card-title, .woocommerce form.woocommerce-ResetPassword .card-title, .recruiting-item .card-title {
  font-family: Gainlove, cursive;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 1rem 0;
  color: #000;
}
.card.card-big .card-title, .woocommerce form.card-big.checkout_coupon .card-title, .woocommerce form.card-big.login .card-title, .woocommerce form.card-big.register .card-title, .woocommerce form.card-big.woocommerce-ResetPassword .card-title, .card-big.recruiting-item .card-title {
  font-size: 35px;
  line-height: 36px;
}
.card.card-margin-lg .card-inner, .woocommerce form.card-margin-lg.checkout_coupon .card-inner, .woocommerce form.card-margin-lg.login .card-inner, .woocommerce form.card-margin-lg.register .card-inner, .woocommerce form.card-margin-lg.woocommerce-ResetPassword .card-inner, .card-margin-lg.recruiting-item .card-inner {
  padding: 3rem;
}
.card.card-margin-sm .card-inner, .woocommerce form.card-margin-sm.checkout_coupon .card-inner, .woocommerce form.card-margin-sm.login .card-inner, .woocommerce form.card-margin-sm.register .card-inner, .woocommerce form.card-margin-sm.woocommerce-ResetPassword .card-inner, .card-margin-sm.recruiting-item .card-inner {
  padding: 1rem;
}

.card-sm .card-inner {
  flex-direction: row;
}
.card-sm .card-title {
  font-family: Gainlove, cursive;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 5px;
}

.card-ssm .card-inner {
  flex-direction: row;
}
.card-ssm .card-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}

.card-lg {
  cursor: pointer;
  min-height: 360px !important;
}
.card-lg .card-inner {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-lg .card-icon {
  filter: invert(31%) sepia(84%) saturate(451%) hue-rotate(77deg) brightness(94%) contrast(86%);
  margin-right: 0;
  width: 80px;
}
.card-lg .card-icon img {
  width: 100% !important;
  height: auto;
}
.card-lg .card-body {
  text-align: center;
}
.card-lg .card-title {
  font-family: Gainlove, cursive;
  font-size: 28px;
  line-height: 24px;
  margin: 0.75rem 0;
  color: #000;
}
.card-lg:hover {
  background: #22732C;
  color: #fff;
}
.card-lg:hover .card-title {
  color: #fff;
}
.card-lg:hover .card-description {
  display: block;
}
.card-lg:hover .card-icon {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(110deg) brightness(98%) contrast(108%);
}
@media screen and (min-width: 768px) {
  .card-lg .card-description {
    display: none;
  }
}

.card-blockquote {
  background: #F5F5F5;
}
.card-blockquote .card-text-blockquote {
  margin-bottom: 1rem;
}
.card-blockquote .card-text-blockquote p, .card-blockquote .card-text-blockquote li, .card-blockquote .card-text-blockquote ul, .card-blockquote .card-text-blockquote strong, .card-blockquote .card-text-blockquote em, .card-blockquote .card-text-blockquote a {
  font-family: Gainlove, cursive !important;
  font-size: 20px;
  line-height: 26px;
  color: #505050;
}
.card-blockquote .card-text-blockquote a {
  text-decoration: underline;
}
.card-blockquote .card-text-blockquote a:hover {
  opacity: 0.5;
}
.card-blockquote .card-text-blockquote::before {
  content: "\e921";
  font-family: "icomoon";
  font-size: 40px;
  font-weight: normal;
  z-index: 0;
  display: block;
  background-repeat: no-repeat !important;
  color: #22732C;
  margin-bottom: 1rem;
}
.card-blockquote .card-avatar-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-blockquote .card-avatar {
  margin-right: 0.5rem;
  max-width: 71px;
}

.card-group {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.card-group .card, .card-group .woocommerce form.checkout_coupon, .woocommerce .card-group form.checkout_coupon, .card-group .woocommerce form.login, .woocommerce .card-group form.login, .card-group .woocommerce form.register, .woocommerce .card-group form.register, .card-group .woocommerce form.woocommerce-ResetPassword, .woocommerce .card-group form.woocommerce-ResetPassword, .card-group .recruiting-item {
  box-shadow: none !important;
}
.card-group.card-group__project-detail .card__primary {
  font-size: 28px;
  line-height: 30px;
}

.card-info {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-align: center;
}
.card-info .card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.card-info .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-info .card-title {
  font-size: 28px;
}
.card-info .card-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.card-info .card-avatar {
  margin-right: 16px;
  max-width: 100px;
}
.card-info .card-sub-name {
  font-style: italic;
  margin-top: -1rem;
}
.card-info .card-description {
  flex-grow: 1;
}
.card-info .blockquote {
  font-family: Gainlove, cursive;
  font-size: 20px;
  line-height: 26px;
  color: #424242;
}

.card-info p {
  margin-bottom: 0;
}
.card-info .card-info-item:not(:last-child) {
  margin-bottom: 1rem;
}
.card-info .card-info-label {
  font-family: Gainlove, cursive;
  color: #000;
}
.card-info .card-info-value ul li {
  padding: 0;
  margin: 0;
}
.card-info .card-info-item__responsible .card-info-value {
  font-family: Gainlove, cursive;
  font-size: 2rem;
  line-height: 2rem;
  color: #000;
}
.card-info .card-image {
  min-height: 256px;
  width: 100%;
  position: relative;
}
.card-info .card-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-info .card-image .image-credits-wrapper {
  min-height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
}
.card-info .card-info-gallery img {
  width: auto;
  max-height: 60px;
  max-width: 130px;
  margin: 5px 0;
}

.card-count .card-count-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card-count .card-count-value {
  font-size: 2rem;
  font-family: Gainlove, cursive;
  color: #000;
}
.card-count .card-count-item__volunteers-work ul {
  padding-left: 10px !important;
}
.card-count .card-count-item__volunteers-work li {
  list-style: initial;
  padding-top: 0;
  padding-bottom: 0;
}

.card__contact .card-inner {
  align-items: start;
}
.card__contact p {
  margin-bottom: 0.75rem;
}

/** Slider **/
.slide {
  display: flex;
  flex-direction: column !important;
  min-height: 100%;
}
.slide .slide-image {
  display: block;
  position: relative;
  width: 100%;
}
.slide .slide-image img {
  width: 100%;
  display: block;
}
.slide .slide-title {
  font-weight: bold;
}
.slide .slide-image__fix {
  height: 450px;
}
.slide .slide-image__fix img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/** primary **/
#newsletter-row {
  background: #22732C;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
#newsletter-row .newsletter-title {
  font-family: Gainlove, cursive;
  font-size: 24px;
}
#newsletter-row .wpcf7-list-item .wpcf7-list-item-label {
  color: #fff;
}
#newsletter-row .submit-form-group, #newsletter-row .submit-form-group p {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#newsletter-row .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
#newsletter-row .wpcf7-submit {
  background: #22732C;
  border: 1px solid #fff;
  height: 52.4px;
}
#newsletter-row .wpcf7-submit:hover {
  background: #fff;
  color: #22732C;
}
#newsletter-row .newsletter-row__privacy p {
  margin-bottom: 0 !important;
}
#newsletter-row .submit-form-group input[type=email] {
  border-top-right-radius: 0 !important;
}
#newsletter-row .submit-form-group input[type=submit] {
  width: initial !important;
  border-bottom-left-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  #newsletter-row .wpcf7-form {
    margin-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  #newsletter-row .submit-form-group {
    margin-bottom: 20pxs;
  }
  #newsletter-row .wpcf7-form {
    margin-top: 0;
  }
}

/** accordion **/
.elementor-accordion .elementor-accordion-item {
  margin-bottom: 1.5rem;
  border: none !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  font-size: 20px;
  background-color: #FFFFFF;
  padding: 20px 30px 20px 30px;
  border-radius: 0px 30px 0px 30px;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon {
  color: #22732C !important;
}

/** divider **/
.elementor-divider {
  padding-top: 0 !important;
  padding-bottom: 60px !important;
  margin-top: 60px !important;
  position: relative;
}
.elementor-divider .elementor-divider-separator {
  display: none !important;
}

/** page dona ***/
.dona-col {
  position: relative;
}
.dona-col.dona-col__left {
  padding-right: 2rem;
}
.dona-col.dona-col__left::after {
  content: "";
  background: rgba(34, 115, 44, 0.1);
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100vw;
  right: 0;
  top: 0;
}
.dona-col.dona-col__right {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .dona-col.dona-col__right {
    padding: 0;
  }
  .dona-col.dona-col__left {
    padding: 15px;
  }
}

/** form donazione **/
.give-form-wrap fieldset {
  border: none !important;
  padding: 0;
}
.give-form-wrap fieldset legend {
  margin: 10px 0;
}
.give-form-wrap .give-form-title {
  display: none;
}
.give-form-wrap .give-amount-top {
  box-shadow: none !important;
}
.give-form-wrap .give-currency-symbol {
  border-right: none !important;
}
.give-form-wrap .give_donation_form_top-label, .give-form-wrap .give-payment-mode-label, .give-form-wrap legend {
  color: #22732C;
  font-size: 24px !important;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}
.give-form-wrap .give-tooltip {
  display: inline-block !important;
}
.give-form-wrap .give-select-fund-row {
  display: none;
}
.give-form-wrap .give-label span {
  width: initial;
}
.give-form-wrap .give-stripe-cc-field-wrap div {
  width: 100%;
}
.give-form-wrap .give-stripe-cc-field {
  border-radius: 0 25px 0 25px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  margin: 0;
  padding: 1rem 1.6rem;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 3.1125rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.052);
}

.give-btn.give-btn-fullForm {
  display: none !important;
}

.give-tiers-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  padding: 0;
  margin: 0;
}
.give-tiers-wrap li {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  list-style: none;
  text-align: center;
  background: #fff;
  padding: 1rem;
  cursor: pointer;
}
.give-tiers-wrap li.active {
  background: #22732C;
  color: #fff;
}
.give-tiers-wrap li .give-tiers-wrap-item-amount {
  font-size: 1.85rem;
  font-weight: bold;
  font-family: Gainlove, cursive;
  margin-bottom: 0.75rem;
}
.give-tiers-wrap li .give-tiers-wrap-item-description {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .give-tiers-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.give-addon {
  display: flex;
  align-items: center;
}
.give-addon [type=checkbox] {
  margin-right: 10px !important;
  margin-bottom: 7px !important;
}

#give-gateway-radio-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  position: relative;
}
#give-gateway-radio-list::before {
  width: 100%;
  position: absolute;
}
#give-gateway-radio-list li {
  display: initial !important;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  list-style: none;
  text-align: center;
  background: #fff;
  padding: 1.5rem 1rem 1rem !important;
  cursor: pointer;
  margin-right: 0 !important;
  font-size: 18px;
  line-height: 18px;
}
#give-gateway-radio-list li label {
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  padding: 0;
  color: #505050;
}
#give-gateway-radio-list li label::after {
  display: none;
}
#give-gateway-radio-list li label::before {
  content: "\e927";
  font-family: "icomoon";
  position: relative;
  width: 100%;
  border: none;
  background: none;
  height: initial;
  margin-top: 20px;
  font-size: 30px;
  transform: translateY(18px);
}
#give-gateway-radio-list li label#give-gateway-option-stripe::before {
  content: "\e928";
}
#give-gateway-radio-list li label#give-gateway-option-paypal::before {
  content: "\e929";
}
#give-gateway-radio-list li label#give-gateway-option-offline::before {
  content: "\e927";
}
#give-gateway-radio-list li.give-gateway-option-selected {
  background: #22732C;
  color: #fff;
}
#give-gateway-radio-list li.give-gateway-option-selected label {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #give-gateway-radio-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.give-stripe-card-number-field {
  background: url(../images/credit-card.png) no-repeat 93% center;
}

#give_secure_site_wrapper {
  color: #22732C;
}

.give-recurring-admin-choice {
  display: none;
}

.give_donation_form_top:first-child .give_donation_form_top-label::before {
  content: "1. ";
}

.give_donation_form_top:nth-child(2) .give_donation_form_top-label::before {
  content: "2. ";
}

.donation-form .give_donation_form_top .give_donation_form_top-label::before {
  content: "3. ";
}

.donation-form #give-payment-mode-select .give-payment-mode-label::before {
  content: "4. ";
}

#give_checkout_user_info legend::before {
  content: "5. ";
}

#give_cc_fields legend::before {
  content: "6. ";
}

/** widget footer **/
.widget-custom {
  padding: 0 !important;
  box-shadow: none !important;
  background: none;
}

/** page contatti **/
.opal-video-popup {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.opal-video-popup .elementor-video-icons {
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 50px;
  background-color: #22732C;
  color: #fff !important;
  margin-right: 10px;
}
.opal-video-popup .elementor-video-label {
  align-self: center;
  text-transform: uppercase;
  font-weight: bold;
}
.opal-video-popup:hover .elementor-video-icons {
  background-color: #8BC53F;
}
.opal-video-popup:hover .elementor-video-label {
  color: #22732C;
}

.recruiting-item {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  position: relative;
  transition: 1rem;
  color: #22732C;
}
.recruiting-item::after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
}
.recruiting-item .recruiting-item__title {
  font-weight: bold;
  width: 100%;
}
.recruiting-item .recruiting-item__title a {
  color: #22732C;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  display: block;
  width: 100%;
}
.recruiting-item:hover {
  background: #22732C;
  color: #fff;
}
.recruiting-item:hover a {
  color: #fff;
}

.magazine-last-number ul {
  margin: 0;
  padding: 0;
}
.magazine-last-number ul li {
  list-style: none;
}
.magazine-last-number ul li a {
  font-weight: bold;
  color: #22732C;
}

.magazine-last-cover {
  position: relative;
}
.magazine-last-cover .magazine-last-cover-button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.give-wrap .give-card__label {
  padding: 0.3rem 0.5rem !important;
}
.give-wrap .give-card__label a {
  font-size: 0.65rem !important;
  line-height: initial !important;
  color: #22732C !important;
  display: block;
}
.give-wrap .give-card__label:nth-child(2) {
  top: 46px;
  font-weight: normal;
  text-transform: initial;
}
.give-wrap .give-card__label:nth-child(2) a {
  color: #000 !important;
}

/*** initiative **/
.initiative-vertical {
  position: relative;
}
.initiative-vertical .give-wrap {
  z-index: 2;
  position: absolute;
  width: 100%;
}
.initiative-vertical .post-inner {
  max-width: 90%;
  margin-top: -55px;
  margin-left: 20px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.initiative-vertical .post-thumbnail-inner {
  position: relative;
  height: 330px;
  overflow: hidden;
  z-index: 0;
}
.initiative-vertical .post-thumbnail-inner img, .initiative-vertical .post-thumbnail-inner figure {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.initiative-vertical:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.initiative-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.initiative-row .give-wrap {
  z-index: 2;
  position: absolute;
  width: 100%;
}
.initiative-row .post-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.initiative-row .post-thumbnail {
  max-width: initial;
  width: 100%;
  max-width: 450px;
  min-height: 250px;
}
.initiative-row .post-thumbnail-inner img, .initiative-row .post-thumbnail-inner figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.initiative-row .post-content {
  padding: 30px;
  width: 100%;
}
.initiative-row:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

article .card-row .post-thumbnail-inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: -1;
  height: 500px;
}
article .card-row .post-thumbnail-inner img, article .card-row .post-thumbnail-inner figure {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article.thumb .post-inner {
  min-height: 290px;
}
article.thumb.thumb-show .post-inner {
  min-height: 540px;
}
article.thumb .post-thumbnail .post-thumbnail-inner {
  height: 250px;
  z-index: -1;
}
article.thumb .post-thumbnail .post-thumbnail-inner img, article.thumb .post-thumbnail .post-thumbnail-inner figure {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
article.thumb .post-content {
  padding-top: 30px;
}
article.thumb .entry-content {
  margin-bottom: 0;
}
article.thumb .give-wrap {
  z-index: 2;
  position: absolute;
  width: 100%;
}
article.thumb:hover .post-thumbnail-inner img {
  transform: scale(1.1);
}

article .card-row img {
  transition: all 0.3s ease-in-out;
}
article .card-row:hover .post-thumbnail-inner img {
  transform: scale(1.1);
}

.text-clamp, article.thumb .entry-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-5x1000 {
  text-align: center;
}
.card-5x1000 img {
  max-height: 80px;
  filter: invert(31%) sepia(84%) saturate(451%) hue-rotate(77deg) brightness(94%) contrast(86%);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/** copy **/
.copy {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin-top: 2rem;
}
.copy .copy__prefix {
  text-transform: uppercase;
  color: #22732C;
  font-weight: bold;
  margin-right: 1rem;
}
.copy .copy__content {
  font-size: 4rem;
  font-family: "impact" !important;
}
.copy .copy__char {
  font-size: 4rem;
  font-family: "impact" !important;
  color: #22732C;
  color: #000;
  position: relative;
  padding: 0 10px 5px;
  transition: 0.3s ease-in-out;
}
.copy .copy__char::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 100%;
  bottom: 2px;
  left: 0;
  border-bottom: 3px solid #22732C;
  border-left: 3px solid #22732C;
}
.copy .copy__char:last-child::after {
  border-right: 3px solid #22732C;
}
.copy:hover .copy__char {
  color: #22732C;
}
@media screen and (max-width: 768px) {
  .copy {
    flex-direction: column;
    align-items: left;
  }
  .copy .copy__char {
    font-size: 2.2rem;
    padding: 0 5px 5px;
  }
}

.give-ffm-form-row-two-third {
  width: 64.16% !important;
  margin-right: 2.5% !important;
}
@media screen and (max-width: 768px) {
  .give-ffm-form-row-two-third {
    width: 100% !important;
  }
}

.give-custom-amount-text {
  margin-top: 1.5rem;
}

.give-custom-amount-text,
.give_donation_form_top > .form-row.form-row-wide {
  margin-bottom: 0;
}

/** share **/
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.share ul li {
  margin-right: 1rem;
}
.share ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #22732C;
  color: #fff;
  font-size: 1.5rem;
  transition: 0.3s ease-in-out;
}
.share ul li:hover a {
  background: #8BC53F;
}

#give_show_terms {
  display: none;
}

#give_terms_agreement {
  display: flex;
  align-items: flex-start;
}
#give_terms_agreement [type=checkbox] {
  margin-top: 7px;
  margin-right: 10px;
}
#give_terms_agreement label a {
  text-decoration: underline !important;
}

[data-field-name=privacy_comunicazioni] {
  display: flex;
  align-items: flex-start;
}
[data-field-name=privacy_comunicazioni] label {
  float: left;
  margin-right: 1rem !important;
  font-size: 1.1rem !important;
}
[data-field-name=privacy_comunicazioni] input[type=radio] {
  display: inline-block !important;
  transform: scale(1.2);
}

.no-results .page-title {
  color: #22732C;
}

/*** Reponsive
***************/
@media screen and (max-width: 768px) {
  .elementor-widget-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #secondary {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.archive #main, .search #main {
  margin-top: 60px;
}
.archive #articles, .search #articles {
  margin-top: 0;
}

#articles article .post-thumbnail {
  margin-bottom: 0;
}
#articles article .post-thumbnail .post-thumbnail-inner {
  height: 350px;
}
#articles article .entry-meta, #articles article .post-date, #articles article .entry-date {
  font-size: 0.8125rem;
  margin-bottom: 3px;
  text-transform: capitalize;
}
#articles article .entry-title {
  font-size: 24px !important;
  line-height: 26px !important;
}
#articles article .entry-content {
  font-size: 0.95rem !important;
  line-height: 1.4rem;
  margin-bottom: 1rem;
}
#articles article .post-inner {
  position: relative;
}
#articles article .give-wrap {
  top: 15px;
}

#articles article .entry-title {
  font-family: Gainlove, cursive !important;
  font-size: 24px !important;
  line-height: 26px !important;
}
#articles article .entry-title a {
  font-family: Gainlove, cursive !important;
  font-size: 28px !important;
  line-height: 24px !important;
}

@media screen and (min-width: 768px) {
  #articles article {
    margin-top: 0;
  }
  #articles article .post-inner {
    min-height: initial;
  }
  #articles article .post-inner .post-thumbnail {
    width: 100%;
  }
  #articles article .entry-title {
    font-family: Gainlove, cursive !important;
    font-size: 28px !important;
    line-height: 24px !important;
  }
  #articles article .entry-title a {
    font-family: Gainlove, cursive !important;
    font-size: 28px !important;
    line-height: 24px !important;
  }
  #articles article:nth-child(2) .post-inner,
  #articles article:nth-child(7) .post-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #articles article:nth-child(2) .post-inner > figure,
  #articles article:nth-child(7) .post-inner > figure {
    width: 50%;
    margin-bottom: 0;
  }
  #articles article:nth-child(2) .post-inner .post-content,
  #articles article:nth-child(7) .post-inner .post-content {
    width: 50%;
    padding-bottom: 0;
  }
  #articles article:nth-child(2) .post-inner .post-content .entry-content p,
  #articles article:nth-child(7) .post-inner .post-content .entry-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
  }
  #articles article:nth-child(4), #articles article:nth-child(9) {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
  }
  #articles article:nth-child(5), #articles article:nth-child(10) {
    width: 48%;
    display: inline-block;
    float: right;
  }
}
.single .entry-title, .search .entry-title {
  font-size: 3rem;
  line-height: 3.4rem;
}
.single h2, .search h2 {
  font-size: 1.875rem;
}
.single h3, .search h3 {
  font-size: 1.5rem;
}
.single .entry-excerpt, .single .entry-excerpt p, .search .entry-excerpt, .search .entry-excerpt p {
  font-size: 1.35rem;
  color: #000;
}
.single .post-content .entry-content a:not(.elementor-button-link), .search .post-content .entry-content a:not(.elementor-button-link) {
  color: #22732C;
  text-decoration: underline;
  font-weight: bold;
}
.single .elementor-widget-wrap, .search .elementor-widget-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single .gallery, .single .map, .search .gallery, .search .map {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .single .entry-title, .search .entry-title {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}

.item article .entry-title {
  font-family: Gainlove, cursive !important;
  font-size: 24px !important;
  line-height: 26px !important;
  margin-bottom: 1rem;
}
.item article .entry-title a {
  font-family: Gainlove, cursive !important;
  font-size: 24px !important;
  line-height: 26px !important;
}
.item article .entry-date {
  font-size: 0.75rem !important;
}
.item article .post-content {
  height: 100%;
}
.item article .entry-content {
  font-size: 0.95rem !important;
  line-height: 1.4rem;
  margin-bottom: 1rem;
}

.elementor-widget-manitese-blog-carousel .item {
  height: 100%;
}
.elementor-widget-manitese-blog-carousel .item article:not(.thumb-row) {
  height: 100%;
  position: relative;
}
.elementor-widget-manitese-blog-carousel .item article:not(.thumb-row) .entry-content {
  margin-bottom: calc(1rem + 38px);
}
.elementor-widget-manitese-blog-carousel .item article:not(.thumb-row) .elementor-widget-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .elementor-widget-manitese-blog-carousel .item article:not(.thumb-row) .entry-content {
    margin-bottom: calc(1rem + 68px);
  }
}

#minicart {
  position: relative;
}
#minicart .cart-badge {
  background: #8BC53F;
  color: #fff;
  font-size: 12.5px;
  padding: 0 5px;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -14px;
  font-weight: bold;
  min-width: 23px;
  text-align: center;
}

.error-404 {
  background-image: url(../images/404.jpg);
  background-position: center;
  background-size: cover;
}
.error-404 h1 {
  font-size: 200px;
  text-shadow: -1px -1px 0 #22732C, 1px -1px 0 #22732C, -1px 1px 0 #22732C, 1px 1px 0 #22732C;
  color: #fff;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .error-404 h1 {
    font-size: 180px;
  }
}

#give-sidebar-left .widget,
#secondary .widget,
.elementor-widget-sidebar .widget {
  padding: 40px 30px;
}

.media-post-layout img {
  border-radius: 99%;
}
.media-post-layout figure {
  margin: 0;
}
.media-post-layout .image-credits-wrapper figcaption {
  display: none;
}
.media-post-layout .entry-title, .media-post-layout a {
  font-family: Gainlove, cursive;
  font-size: 1.125rem;
  line-height: 1.333;
  margin-bottom: 0 !important;
}
.media-post-layout .entry-meta, .media-post-layout .entry-date {
  font-size: 0.875rem;
  line-height: 1.714;
}
.media-post-layout .opal-icon-calendar {
  display: none !important;
}

.wp-block-categories-list .cat-item {
  text-align: right;
}
.wp-block-categories-list .cat-item a {
  float: left;
  font-weight: bold;
}
.wp-block-categories-list .cat-item a::before {
  content: "•";
  margin-right: 0.5rem;
  color: #22732C;
}

.acf-map {
  height: 518px;
  width: 100%;
  margin: 2rem 0;
}

.map-navigation-container {
  background: #f7f8f9;
  height: 518px;
  margin: 2rem 0;
  padding: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .map-navigation-container {
    height: auto;
    margin: 0;
  }
}

:is(.page) .map-navigation-container {
  background: #fff;
}

.elementor-widget-manitese-map .container, .elementor-widget-manitese-map .page .woocommerce, .page .elementor-widget-manitese-map .woocommerce, .elementor-widget-manitese-map .woocommerce-pagination ul.page-numbers, .woocommerce-pagination .elementor-widget-manitese-map ul.page-numbers {
  padding-left: 15px;
  padding-right: 15px;
}

.map-navigation-container-inner {
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.map-navigation-container-inner li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.map-navigation-container-inner li a {
  color: #505050 !important;
  text-decoration: none !important;
  width: 100%;
  display: block;
  padding-left: 25px;
  position: relative;
}
.map-navigation-container-inner li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  background: url(../images/marker.png) no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}
.map-navigation-container-inner li:hover {
  background: #dedede;
}

.map-filters {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.map-filters .map-filter {
  display: inline-block;
  padding: 5px 14px;
  background: #fff;
  cursor: pointer;
  border-radius: 75rem;
  margin-right: 1rem;
}
.map-filters .map-filter:last-child {
  margin-right: 0;
}
.map-filters .map-filter:hover, .map-filters .map-filter.active {
  background: #22732C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .map-filters .map-filters {
    font-size: 8px;
    display: flex;
    overflow-y: hidden;
  }
}

/** socal icons **/
.socials .socials__item {
  display: inline-block;
  margin-right: 1rem;
}
.socials .socials__item:last-child {
  margin-right: 0;
}
.socials .socials__item a {
  font-size: 20px;
  color: #505050 !important;
}
.socials.socials__list {
  margin: 0;
  padding: 0;
}
.socials.socials__list li {
  list-style: none;
}
.socials.socials__list li a {
  font-size: 1rem !important;
  color: #505050;
}
.socials.socials__list li a i {
  margin-right: 5px;
}
@media screen and (max-width: 786px) {
  .socials .socials__item {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .socials .socials__item:last-child {
    margin-right: 0;
  }
}

.elementor-element .elementor-button {
  background: #22732C;
}
.elementor-element .elementor-button.elementor-size-md {
  padding: 0.4rem 1.2rem;
}
.elementor-element .elementor-button.elementor-size-md .elementor-button-text {
  font-size: 0.85rem;
}
.elementor-element .elementor-button.elementor-size-lg {
  padding: 0.875rem 2.125rem;
}
.elementor-element .elementor-button:hover {
  background: #8BC53F !important;
  border-color: #8BC53F !important;
}

.elementor-button-light .elementor-button {
  background: #fff;
  color: #22732C;
}

select, input[type=submit] {
  width: 100% !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.052);
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]), textarea {
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.052);
}

input[type=file] {
  display: block;
  letter-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0 25px 0 25px;
  padding: 0.875rem 1rem;
  background-color: #fff;
  transition: all 0.3s ease;
}

.wpcf7-list-item .wpcf7-list-item-label {
  text-transform: initial;
  letter-spacing: 0;
}

input[type=submit] {
  background-color: #22732C;
  border-color: #22732C;
}
input[type=submit]:hover {
  background-color: #8BC53F;
  border-color: #8BC53F;
}
input[type=submit]:disabled, input[type=submit][disabled] {
  background-color: #22732C;
  border-color: #22732C;
  opacity: 0.5;
}

.elementor-wpcf7-button-primary input:disabled[type=submit] {
  background-color: #22732C;
  border-color: #22732C;
  opacity: 0.5;
}

.wpcf7-spinner {
  margin-right: 15px;
  margin-top: 15px;
  float: right;
}

.wpcf7-not-valid-tip {
  text-transform: initial !important;
}

.select2 .select2-selection {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.052);
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 25px 0 25px !important;
  padding: 5px 20px !important;
  height: initial !important;
  position: relative !important;
}
.select2 .select2-selection__arrow {
  top: 50% !important;
  transform: translate(-12px, -50%);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #22732C;
}

.hamburger-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #22732C;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1230px !important;
}

.elementor-section.separator-after {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.elementor-section.separator-before, #customer_login .elementor-section.col-2, .elementor-section.navigation, .elementor-section.woocommerce-pagination, .elementor-section.elementor-divider {
  padding-top: 60px;
  margin-top: 60px;
}

.buttons {
  display: flex;
  justify-content: flex-start;
}
.buttons div:first-child:not(:last-child) {
  margin-right: 10px;
}

.elementor-align-center .buttons {
  justify-content: center;
}

.elementor-align-right .buttons, .text-md-right .buttons {
  justify-content: flex-end;
}

.elementor-button-secondary .elementor-button {
  background: #2D2D2D !important;
  border: 1px solid #2D2D2D !important;
}

.elementor-button-primary .elementor-button {
  background: #22732C !important;
  border: 1px solid #22732C !important;
}

.elementor-button-primary-outline .elementor-button {
  background: #fff !important;
  border: 1px solid #22732C !important;
  color: #22732C !important;
}
.elementor-button-primary-outline .elementor-button:hover {
  background: #22732C !important;
  color: #fff !important;
}

.elementor-style-darken h1, .elementor-style-darken h2, .elementor-style-darken h3, .elementor-style-darken h4, .elementor-style-darken h5, .elementor-style-darken h6, .elementor-style-darken p, .elementor-style-darken strong, .elementor-style-darken .heading-sub-title, .elementor-style-darken .card .card-sub-title, .elementor-style-darken .woocommerce form.checkout_coupon .card-sub-title, .woocommerce .elementor-style-darken form.checkout_coupon .card-sub-title, .elementor-style-darken .woocommerce form.login .card-sub-title, .woocommerce .elementor-style-darken form.login .card-sub-title, .elementor-style-darken .woocommerce form.register .card-sub-title, .woocommerce .elementor-style-darken form.register .card-sub-title, .elementor-style-darken .woocommerce form.woocommerce-ResetPassword .card-sub-title, .woocommerce .elementor-style-darken form.woocommerce-ResetPassword .card-sub-title, .card .elementor-style-darken .card-sub-title, .woocommerce form.checkout_coupon .elementor-style-darken .card-sub-title, .woocommerce form.login .elementor-style-darken .card-sub-title, .woocommerce form.register .elementor-style-darken .card-sub-title, .woocommerce form.woocommerce-ResetPassword .elementor-style-darken .card-sub-title, .elementor-style-darken .recruiting-item .card-sub-title, .recruiting-item .elementor-style-darken .card-sub-title {
  color: #fff !important;
}

.heading-sub-title, .card .card-sub-title, .woocommerce form.checkout_coupon .card-sub-title, .woocommerce form.login .card-sub-title, .woocommerce form.register .card-sub-title, .woocommerce form.woocommerce-ResetPassword .card-sub-title, .recruiting-item .card-sub-title {
  color: #22732C;
  font-family: Gainlove, cursive;
  margin-bottom: 13px;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.heading-title {
  font-size: 42px !important;
  line-height: 43px !important;
  font-family: Gainlove, cursive;
  color: #000;
}

.text p, .text li, .text ol, .text strong, .text em {
  color: #505050;
}

.elementor-widget-manitese-heading.elementor-align-center .text {
  max-width: 900px;
  margin: auto;
}

.elementor-widget-wrap + .elementor-widget-manitese-banner {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 3rem !important;
  position: relative;
}

.elementor-widget-manitese-banner .elementor-widget-container {
  overflow: hidden;
  border-radius: 40px;
  padding: 3rem;
}

.banner-container {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-gradient {
  border-radius: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-container__text-shadow {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}

.col-image__top {
  padding-top: 40px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .elementor-widget-manitese-heading-row .has_bottom {
    margin-bottom: -60px;
  }
}
.elementor-widget-manitese-card-grid .grid .grid-item {
  margin-bottom: 30px;
}
.elementor-widget-manitese-card-grid .card, .elementor-widget-manitese-card-grid .woocommerce form.checkout_coupon, .woocommerce .elementor-widget-manitese-card-grid form.checkout_coupon, .elementor-widget-manitese-card-grid .woocommerce form.login, .woocommerce .elementor-widget-manitese-card-grid form.login, .elementor-widget-manitese-card-grid .woocommerce form.register, .woocommerce .elementor-widget-manitese-card-grid form.register, .elementor-widget-manitese-card-grid .woocommerce form.woocommerce-ResetPassword, .woocommerce .elementor-widget-manitese-card-grid form.woocommerce-ResetPassword, .elementor-widget-manitese-card-grid .recruiting-item {
  min-height: 100%;
}

.elementor-widget-manitese-blockquote {
  position: relative;
}
.elementor-widget-manitese-blockquote .has-image {
  margin-top: -200px;
}
.elementor-widget-manitese-blockquote .col-title {
  padding-top: 200px;
}

.card-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 1;
}
.card-row .card-row-card {
  width: 50%;
}
.card-row .card-row-image {
  width: 70%;
  z-index: -1;
}
.card-row.card-row__left .card-row-card {
  margin-left: -160px;
}
.card-row.card-row__right {
  flex-direction: row-reverse;
}
.card-row.card-row__right .card-row-card {
  margin-right: -160px;
}
.card-row.card-row__right .give-wrap .give-card__label {
  left: initial;
  right: 20px;
}
.card-row.card-row__after .card-row-image {
  z-index: 2;
  width: 30%;
  margin-left: 0;
  transform: scale(1.45);
}
.card-row.card-row__after .card-row-card {
  width: 70%;
  margin: 0;
}
.card-row.card-row__after.card-row__left .card-row-image {
  transform-origin: center left;
}
.card-row.card-row__after.card-row__left .card-row-card .card-inner {
  padding-left: 180px;
}
.card-row.card-row__after.card-row__right .card-row-image {
  transform-origin: center right;
}
.card-row.card-row__after.card-row__right .card-row-card .card-inner {
  padding-right: 180px;
}
.card-row .heading-sub-title, .card-row .card .card-sub-title, .card-row .woocommerce form.checkout_coupon .card-sub-title, .woocommerce .card-row form.checkout_coupon .card-sub-title, .card-row .woocommerce form.login .card-sub-title, .woocommerce .card-row form.login .card-sub-title, .card-row .woocommerce form.register .card-sub-title, .woocommerce .card-row form.register .card-sub-title, .card-row .woocommerce form.woocommerce-ResetPassword .card-sub-title, .woocommerce .card-row form.woocommerce-ResetPassword .card-sub-title, .card .card-row .card-sub-title, .woocommerce form.checkout_coupon .card-row .card-sub-title, .woocommerce form.login .card-row .card-sub-title, .woocommerce form.register .card-row .card-sub-title, .woocommerce form.woocommerce-ResetPassword .card-row .card-sub-title, .card-row .recruiting-item .card-sub-title, .recruiting-item .card-row .card-sub-title {
  margin-bottom: 0;
}
.card-row .card-title {
  font-size: 28px;
  line-height: 24px;
  margin: 0 0 0.75rem 0;
}
@media screen and (max-width: 768px) {
  .card-row {
    flex-direction: column !important;
  }
  .card-row .card-row-card {
    width: 90% !important;
    margin-left: 0;
    margin-right: 0;
    margin: -30px 0 0 !important;
  }
  .card-row .card-row-card .card-inner {
    padding: 2rem !important;
  }
  .card-row .card-row-image {
    width: 100% !important;
    z-index: -1 !important;
    transform: initial !important;
  }
}

.timeline-controller {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.timeline-controller::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}
.timeline-controller .timeline-controller-item {
  display: block;
  width: 14px;
  height: 14px;
  background: #C4C4C4;
  cursor: pointer;
  border-radius: 1px;
  margin-top: 64px;
}
.timeline-controller .timeline-controller-item:hover {
  background: #22732C;
}
.timeline-controller .timeline-controller-item.timeline-controller-item__hilights, .timeline-controller .timeline-controller-item.active {
  background: #22732C;
}
.timeline-controller .timeline-controller-item.timeline-controller-item__hilights::before, .timeline-controller .timeline-controller-item.active::before {
  content: attr(data-year);
  transform: translate(-10px, -35px) rotate(-90deg);
  position: absolute;
  display: block;
  font-weight: bold;
  color: #22732C;
}

.timeline-item .card-body {
  text-align: center;
}
.timeline-item .card-inner {
  min-height: 250px;
  padding-left: 150px;
  padding-right: 150px;
  justify-content: center;
}
.timeline-item .card-title {
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .timeline-controller {
    display: none;
  }
  .timeline-item .card-body {
    text-align: center;
  }
  .timeline-item .card-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.links-list {
  margin: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
.links-list li {
  text-align: center;
  display: inline;
  list-style: none;
  color: #22732C;
  padding: 0 0.75rem;
  border-right: 1px solid #22732C;
  font-weight: bold;
}
.links-list li:last-child {
  border-right: none;
}
.links-list li:first-child {
  padding-right: 0;
  border-right: none;
}
.links-list li a {
  color: #22732C;
}
@media screen and (max-width: 768px) {
  .links-list li {
    display: block;
    text-align: center;
  }
}

.elementor-widget-manitese-card-thematic-area .post-thumbnail {
  max-width: 540px !important;
  min-height: 300px !important;
}

@media screen and (max-width: 768px) {
  .elementor-widget-manitese-card-thematic-area .post-inner {
    flex-direction: column;
  }
}
.elementor-accordion__post-accordion .elementor-tab-title {
  display: block !important;
}

.woocommerce-pagination {
  width: 100%;
  background: #22732C;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: rgba(34, 115, 44, 0.25);
  margin-bottom: -1px;
}
.woocommerce-pagination ul.page-numbers {
  width: 100%;
  display: flex !important;
  border: none !important;
  align-items: center;
  justify-content: center;
  margin: auto !important;
}
.woocommerce-pagination ul.page-numbers:hover, .woocommerce-pagination ul.page-numbers:focus {
  background: none !important;
  border: none;
}
.woocommerce-pagination ul.page-numbers li {
  text-align: center !important;
  margin: auto;
  border: none !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: initial !important;
  margin: 0 5px !important;
}
.woocommerce-pagination ul.page-numbers li span, .woocommerce-pagination ul.page-numbers li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  border: none !important;
  font-weight: bold !important;
}
.woocommerce-pagination ul.page-numbers li span:hover, .woocommerce-pagination ul.page-numbers li a:hover {
  background: #8BC53F !important;
}

.cart .product-thumbnail .image-credits-wrapper {
  margin-bottom: 0;
}
.cart .product-thumbnail .image-credits {
  display: none;
}
.cart .product-thumbnail .attachment-woocommerce_thumbnail {
  width: 64px;
}
.cart .card-product figcaption {
  display: none;
}
.cart td.product-subtotal {
  text-align: right;
}

.shop_table_responsive {
  border: none !important;
  border-radius: 10px !important;
}

.cart_totals {
  width: 100% !important;
  border: none !important;
  border-radius: 10px !important;
}
.cart_totals tr {
  background: none !important;
}
.cart_totals tr td, .cart_totals tr th {
  background: none !important;
  color: #22732C !important;
}
.cart_totals td {
  text-align: right;
}
.cart_totals .woocommerce-Price-amount {
  color: #22732C !important;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form__cart-item td {
    min-height: 20px;
  }
}
.form-row span {
  width: 100%;
  display: inline;
}

.woocommerce-form-row span {
  display: inline;
}

table.shop_table {
  background: rgba(34, 115, 44, 0.05);
  border-collapse: collapse !important;
  border: none !important;
  border-radius: 10px !important;
}
table.shop_table th {
  color: #22732C;
}
table.shop_table td, table.shop_table td, table.shop_table th {
  border: 0;
  padding: 0;
}
table.shop_table .cart-subtotal,
table.shop_table .order-total {
  color: #22732C;
}
table.shop_table .cart-subtotal strong,
table.shop_table .order-total strong {
  color: #22732C;
}
table.shop_table tfoot td {
  text-align: right;
  color: #22732C;
}
table.shop_table tfoot td strong, table.shop_table tfoot td label {
  color: #22732C;
}
table.shop_table td.product-name, table.shop_table td.product-name a, table.shop_table td.product-name ul li, table.shop_table td.product-name p, table.shop_table td.product-name strong {
  font-size: 0.9rem !important;
}

[data-title=Total],
[data-title=Subtotal],
.order-total td,
.cart-subtotal td,
.product-total {
  text-align: right;
  font-weight: bold;
  color: #22732C;
}

[data-title=Total] .woocommerce-Price-amount *, .order-total td .woocommerce-Price-amount * {
  font-size: 1.5rem;
}

td.product-name {
  font-weight: 500;
}

td .variation * {
  font-size: 0.9rem;
  line-height: auto;
}

.woocommerce-shipping-methods label {
  color: #22732C;
  margin: 0;
}

p.woocommerce-shipping-contents {
  margin: 0;
  line-height: 19px !important;
  color: #767676;
}

th.product-subtotal {
  text-align: right;
}

#payment .checkbox {
  margin: 0;
  line-height: 20px;
}

#place_order {
  margin-top: 1rem;
}

/** stripe checkout */
#wc-stripe_split-cc-form > div {
  width: 100%;
  display: block;
}
#wc-stripe_split-cc-form > div label {
  width: 100%;
}
#wc-stripe_split-cc-form > div label span {
  width: initial;
}
#wc-stripe_split-cc-form > div .form-row {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#wc-stripe_split-cc-form > div .wc-wcfmmp-stripe-split-pay-elements-field,
#wc-stripe_split-cc-form > div .wcfmmp-stripe-split-pay-card-group {
  width: 100%;
  position: relative;
}
#wc-stripe_split-cc-form .wc-wcfmmp-stripe-split-pay-elements-field {
  padding: 10px;
  border-radius: 10px;
}

.payment_method_stripe_split label {
  min-width: 300px !important;
}

.payment_method_wcfm_paypal_marketplace img {
  height: 20px;
  width: auto;
}
.payment_method_wcfm_paypal_marketplace a {
  display: none;
}
.payment_method_wcfm_paypal_marketplace .payment_box {
  display: none !important;
}

.woocommerce {
  position: relative;
}
.woocommerce .woocommerce-checkout > .blockUI.blockOverlay {
  position: fixed !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999;
}

#billing_newsletter_sub_field .checkbox {
  line-height: 12px;
}

.archive.woocommerce-page #main, .single-product #main {
  margin-top: 134px;
}
@media screen and (max-width: 768px) {
  .archive.woocommerce-page #main, .single-product #main {
    margin-top: 0;
  }
}

.woocommerce .col-1, .woocommerce .col-2 {
  display: block;
  flex: initial;
  width: 100%;
  max-width: initial !important;
  padding: 0 1rem;
}

.woocommerce-button, .woocommerce-Button, .wc-backward, #place_order, .checkout-button, button[name=apply_coupon], button[name=update_cart], .wc-forward, .woocommerce-MyAccount-downloads-file {
  padding: 0.4rem 1.4rem !important;
  background: #22732C !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
  border-radius: 0 40px 40px 40px !important;
}
.woocommerce-button:hover, .woocommerce-Button:hover, .wc-backward:hover, #place_order:hover, .checkout-button:hover, button[name=apply_coupon]:hover, button[name=update_cart]:hover, .wc-forward:hover, .woocommerce-MyAccount-downloads-file:hover {
  background: #8BC53F !important;
}

button[name=apply_coupon] {
  margin-top: 0.5rem !important;
}

#place_order, .checkout-button {
  padding: 0.875rem 2.125rem;
  font-size: 1.1rem !important;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

/** thumbnail */
.card-product {
  flex-direction: column;
}
.card-product .card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.card-product .card-image figure {
  height: 100%;
}
.card-product .card-image figure figcaption {
  display: none;
}
.card-product .card-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -o-object-fit: fill;
     object-fit: fill;
}
.card-product .card-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem 1.5rem;
  min-height: 120px;
}
.card-product .woocommerce-loop-product__meta {
  width: 100%;
}
.card-product .woocommerce-loop-product__title {
  width: 75%;
  padding-right: 1rem !important;
  font-size: 22px !important;
  line-height: 22px;
}
.card-product .woocommerce-loop-product__price_wrapper {
  display: inline-block;
  width: 25%;
  background: #22732C;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-top: 0.5rem;
}
.card-product .prefix {
  font-weight: bold;
}
.card-product .from {
  display: none;
}
.card-product .price * {
  font-size: 22px !important;
  font-weight: bold !important;
  color: #fff !important;
}
.card-product:hover .woocommerce-loop-product__price_wrapper {
  background: #8BC53F !important;
}
.card-product:hover .card-image img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}
.card-product.card__primary .woocommerce-loop-product__title {
  color: #fff;
}
.card-product.card__primary .woocommerce-loop-product__price_wrapper {
  background: #fff;
  color: #22732C;
}
.card-product.card__primary .price * {
  color: #22732C !important;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}
.woocommerce-loop-product__filter {
  display: inline-block;
  font-family: Gainlove, cursive;
  font-size: 3rem;
  line-height: 3rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-loop-product__filter {
    width: 40%;
  }
}

.woocommerce-ordering {
  display: flex;
  flex-direction: row;
}
.woocommerce-ordering select {
  margin-top: 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .woocommerce-ordering .orderby:first-child {
    margin-left: 0;
  }
}

/** botton add to cart **/
.single_add_to_cart_button {
  background: #22732C !important;
  font-size: 18px !important;
  border-radius: 0.5rem !important;
}
.single_add_to_cart_button:hover {
  background: #8BC53F !important;
}

.woocommerce-product-gallery__wrapper .image-credits-wrapper .image-credits {
  top: initial;
  bottom: 1rem;
}

.flex-control-thumbs {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.flex-control-thumbs li {
  padding: 0.5rem !important;
}
.flex-control-thumbs img {
  border: 4px solid transparent;
}
.flex-control-thumbs img.flex-active {
  border: 4px solid #22732C !important;
}

.variations th.label {
  padding: 0;
}

/** variable **/
.variable-items-wrapper {
  margin-bottom: 0.5rem;
}
.variable-items-wrapper li {
  display: block !important;
  height: auto !important;
  border-radius: 0.5rem !important;
}
.variable-items-wrapper li div {
  padding: 0.25rem 0.25rem !important;
  outline: none !important;
}
.variable-items-wrapper li span {
  font-size: 18px !important;
}
.variable-items-wrapper li.selected {
  background: #22732C !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}
.variable-items-wrapper li.selected div {
  border: 1px solid transparent !important;
  box-shadow: none;
  box-shadow: none !important;
}
.variable-items-wrapper li.selected span {
  border: 1px solid transparent !important;
  box-shadow: none !important;
  font-weight: bold;
  color: #fff;
}

.woocommerce div.product form.cart .button {
  float: right;
}

.page .woocommerce {
  margin: auto;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  #customer_login {
    display: flex;
  }
  #customer_login .col-2 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  #customer_login .col-2::before {
    content: "";
    display: none;
    left: 0;
    top: 0;
  }
}
#customer_login .col-2 {
  padding-top: 3rem;
  margin-top: 2rem;
}

table.extra-options {
  display: flex;
  flex-direction: column;
}
table.extra-options .thwepo_inputtext, table.extra-options .thwepo_datepicker, table.extra-options .thwepo_textarea, table.extra-options .thwepo_file, table.extra-options .thwepo_select {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: 200px;
}

.quantity {
  float: left !important;
  margin-right: 0 !important;
}

.qty {
  border-radius: 0 !important;
  padding: 1rem;
  width: 74px !important;
  padding: 9px !important;
}

.minus, .plus {
  width: 40px;
  height: 40px;
  background: #22732C;
  border-radius: 0.5rem;
  outline: none !important;
  border: none !important;
  color: #fff;
  float: left;
  font-weight: bold;
  font-size: 24px;
}
.minus:hover, .plus:hover {
  background: #8BC53F;
}

/*** notiece ***/
.woocommerce-notices-wrapper, .woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-top: 2rem;
}

.wc-forward {
  background: #22732C;
  color: #fff;
}
.wc-forward:hover {
  background: #8BC53F;
}

/** grid **/
.product-template-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.product-template-grid .product-template-grid-item {
  cursor: pointer;
  opacity: 0.5;
}
.product-template-grid .product-template-grid-item:hover {
  opacity: 1;
}
.product-template-grid .product-template-grid-item.active {
  border: 3px solid #22732C;
  opacity: 1;
}
.product-template-grid .product-template-grid-item img {
  display: block;
}

/** checkout **/
#customer_details {
  width: 50%;
  float: left;
}
#customer_details .col-1, #customer_details .col-2 {
  width: 100% !important;
  max-width: initial !important;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #customer_details {
    width: 100% !important;
  }
  #customer_details .col-1, #customer_details .col-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#order_review_wrapper {
  float: right;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #order_review_wrapper {
    width: 100%;
    float: initial;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.wc_payment_method label {
  display: inline-block !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: rgba(34, 115, 44, 0.1);
  border-radius: 10px;
}
#add_payment_method #payment .payment_box, .woocommerce-cart #payment .payment_box, .woocommerce-checkout #payment .payment_box {
  background-color: rgba(34, 115, 44, 0.1) !important;
}
#add_payment_method #payment .payment_box::before, .woocommerce-cart #payment .payment_box::before, .woocommerce-checkout #payment .payment_box::before {
  top: -14px !important;
  border-bottom-color: rgba(34, 115, 44, 0.1) !important;
}

/** Login **/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.woocommerce-ResetPassword {
  border: none !important;
  display: block;
  padding: 3rem;
}
.woocommerce form.checkout_coupon p, .woocommerce form.login p, .woocommerce form.register p, .woocommerce form.woocommerce-ResetPassword p {
  width: 100% !important;
}
.woocommerce form.checkout_coupon p > a, .woocommerce form.login p > a, .woocommerce form.register p > a, .woocommerce form.woocommerce-ResetPassword p > a {
  font-size: 0.95rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.woocommerce form.checkout_coupon input[type=text], .woocommerce form.checkout_coupon input[type=password], .woocommerce form.checkout_coupon .password-input, .woocommerce form.login input[type=text], .woocommerce form.login input[type=password], .woocommerce form.login .password-input, .woocommerce form.register input[type=text], .woocommerce form.register input[type=password], .woocommerce form.register .password-input, .woocommerce form.woocommerce-ResetPassword input[type=text], .woocommerce form.woocommerce-ResetPassword input[type=password], .woocommerce form.woocommerce-ResetPassword .password-input {
  width: 100%;
  margin-bottom: 0;
}
.woocommerce form.checkout_coupon .woocommerce-form__label, .woocommerce form.login .woocommerce-form__label, .woocommerce form.register .woocommerce-form__label, .woocommerce form.woocommerce-ResetPassword .woocommerce-form__label {
  width: 100%;
}
.woocommerce form.checkout_coupon .form-row button, .woocommerce form.login .form-row button, .woocommerce form.register .form-row button, .woocommerce form.woocommerce-ResetPassword .form-row button {
  display: block;
}
.woocommerce form.checkout_coupon .woocommerce-form-login__submit, .woocommerce form.checkout_coupon .woocommerce-form-register__submit, .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .woocommerce-form-register__submit, .woocommerce form.register .woocommerce-form-login__submit, .woocommerce form.register .woocommerce-form-register__submit, .woocommerce form.woocommerce-ResetPassword .woocommerce-form-login__submit, .woocommerce form.woocommerce-ResetPassword .woocommerce-form-register__submit {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  display: none;
}

/** name your price **/
.nyp {
  position: relative;
}
.nyp .nyp-input {
  color: #22732C;
  font-size: 30px;
  padding: 4px 2rem 4px 60px;
  text-align: left !important;
}
.nyp .nyp-input-currency {
  font-weight: normal;
  font-size: 27px;
  color: #22732C;
  position: absolute;
  display: block;
  top: 50px;
  left: 27px;
}

/** price **/
.entry-summary .price * {
  font-size: 30px !important;
  font-weight: bold;
  color: #22732C;
}

/** extra product option **/
.extra-options .value textarea,
.extra-options .value input,
.extra-options .value input[type=number] {
  padding: 5px 20px !important;
}

.extra-options .value textarea {
  height: 90px;
}

.product-loop-title {
  font-family: Gainlove, cursive;
  font-size: 2rem;
  color: #000;
}

.section_product_row {
  margin-bottom: 0 !important;
  padding-top: 60px;
}
.section_product_row:not(.section_product_row_odd) {
  position: relative;
}
.section_product_row:not(.section_product_row_odd)::before {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  position: absolute;
  z-index: -2;
}
.section_product_row .products.columns-3 {
  margin-bottom: 0;
}

.reset_variations {
  display: none !important;
}

.btn-product-preview {
  border: 1px solid #22732C;
  border-radius: 0.5rem !important;
  padding: 0.5rem;
  color: #22732C;
}
.btn-product-preview:hover {
  background: #22732C !important;
  color: #fff;
}

.wc-tabs-wrapper h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.wc-tabs-wrapper ul, .wc-tabs-wrapper ol {
  text-align: center;
  list-style-position: inside;
  list-style-type: "- ";
}
