:root {
  --gray-light: #727b7f;
  --invo-primary-color:#c0a76d;
}

::selection {
  color: #fff;
  background: var(--secondary-color);
}

.btn-primary {
  background: var(--primary-color) !important;
  border-radius: 0;
}
.btn-primary:hover {
  background: var(--secondary-color) !important;
}
.btn-primary:focus, .btn-primary .btn-primary.focus {
  background: var(--primary-color) !important;
}
.btn-primary.btn-sm.btn-outline {
  border: 1px solid #fff;
  text-transform: uppercase;
}

.btn {
  text-transform: none !important;
}
.btn.btn-white {
  background: #fff !important;
  border-radius: 0;
  border: 1px solid var(--gray-light);
  text-transform: uppercase;
  color: #000;
}
.btn.btn-white:hover {
  background: var(--secondary-color) !important;
  color: #fff;
}
.btn.btn-white.btn-sm {
  font-size: 13px;
  padding: 7px 20px;
}

a.label:hover,
.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
.product-line-grid-right .product-price .remove-from-cart:hover,
body#checkout section.checkout-step .step-edit:hover, a:not(.btn):focus, a:not(.btn):hover,
.breadcrumb li a:hover {
  color: var(--secondary-color);
}

#products .products .product_list.list li .center-block .product-actions .add-to-cart,
#left-column .products-block ul li .discount-product, #right-column .products-block ul li .discount-product,
.products-sort-order .select-list:hover {
  background-color: var(--secondary-color);
}

#left-column .products-block .view_more a:hover, #right-column .products-block .view_more a:hover,
.vertical-menu .top-menu a:hover,
.top-menu .sub-menu li > a.dropdown-submenu:hover, .header-top-inner .menu .sub-menu.megamenu li > a.dropdown-submenu:hover,
#header ul.dropdown-menu li.current a, #header ul.dropdown-menu li:hover a,
.nav-item .nav-link.active, .nav-item .nav-separtor.active, body#checkout section.checkout-step .step-edit:hover {
  color: var(--secondary-color);
}

body#checkout section.checkout-step .step-edit:hover {
  color: var(--secondary-color) !important;
}

body#checkout .condition-label label a {
  text-decoration: underline;
}

.tabs .nav-tabs .nav-link {
  text-transform: none;
}
.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link.active {
  color: var(--secondary-color);
}

.products-section-title {
  /*
  Not needed since theme module does it.
    font-family: 'Times New Roman';
  */
  text-transform: none !important;
}

/*
Not needed since theme module does it.
#header .search-widget form input[type="text"] {
  background: #f4f5f5;
  border-radius: 0
}
*/
/*
Not needed since theme module does it.
.header-top-inner {
  background: var(--primary-color);
}
*/
#header .header-nav {
  background: #fff;
  border-bottom: 1px solid var(--primary-color);
}

.header-top-inner {
  background-color: var(--primary-color);
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:hover {
  color: var(--secondary-color);
}

.block_newsletter .mail-icon,
#header .blockcart .blockcart-header > .shopping-cart .mobile_count,
#header .blockcart .blockcart-header > .shopping-cart:hover > .icon,
#header .user-info:hover .user-icon {
  background-color: var(--secondary-color);
}

#header .blockcart .blockcart-header > .shopping-cart:hover .cart-headding,
#header .user-info:hover .account-wrap .account_text {
  color: var(--secondary-color);
}

.dropdown-item,
.top-menu a[data-depth="0"],
#czverticalmenublock .block_title {
  text-transform: uppercase;
  font-size: 12px;
}

@media (min-width: 992px) {
  .header-top-inner .menu .sub-menu.megamenu ul[data-depth="1"] > li {
    width: 33.33%;
    margin-right: 0;
    padding-right: 15px;
  }
  .header-top-inner .menu .sub-menu.megamenu ul[data-depth="1"] > li > a {
    font-weight: 600;
  }
  .header-top-inner .menu .sub-menu.megamenu ul[data-depth="1"] > li a {
    white-space: normal;
    text-transform: uppercase;
    font-size: 12px;
  }
  .header-top-inner .menu .sub-menu.megamenu ul[data-depth="1"] > li a:hover {
    color: var(--secondary-color);
  }
}
.offer_text .btn:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
@media (max-width: 991px) {
  .offer_text > span {
    display: block;
    margin-bottom: 10px;
  }
}

.footer-container {
  background: var(--primary-color);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-top: 5px solid var(--secondary-color);
}
.footer-container .links:after {
  background: rgba(255, 255, 255, 0.2);
}
.footer-container .footer {
  display: flex;
  flex-wrap: wrap;
}
.footer-container #czfootercmsblock .footerlogo {
  background-image: url(../img/logo-sothys-white.png);
  padding-top: 20%;
}
.footer-container #czfootercmsblock .footertitle {
  text-transform: none !important;
}
.footer-container .links .h3,
.footer-container .links h3,
.footer-container .links h3 a {
  text-transform: none !important;
}
.footer-container li {
  text-transform: none;
}

.footer-after {
  background: var(--primary-color);
}

#footer .block_newsletter .row .newsletter-form {
  text-align: start;
}
#footer .block_newsletter .row form {
  text-align: start;
}
#footer .block_newsletter .row form label {
  color: #666;
}
#footer .block_newsletter .row form label a {
  color: #666;
  text-decoration: underline;
}

.block-contact .block-contact-title {
  pointer-events: none;
}

.btn.btn-primary:has(button) {
  padding: 0;
  margin-top: 15px;
}
.btn.btn-primary:has(button) button {
  background: var(--primary-color) !important;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.btn.btn-primary:has(button) button:hover {
  background: var(--secondary-color) !important;
}

.footer-container .links .h3, .footer-container .links h3, .footer-container .links h3 a, .footer-container #czfootercmsblock .footertitle, .block_newsletter .h3 {
  cursor: default;
}

.breadcrumb {
  background: url("../img/header-diventa-partner-edit.jpg") no-repeat center center;
  background-size: cover !important;
}
.breadcrumb .container h1 {
  opacity: 0;
}

.input-group .input-group-btn > .btn:not(:hover) {
  background: var(--secondary-color);
}

.newsletter label a {
  text-decoration: underline;
}

.wpcf7 label.invo-privacy-check {
  display: flex;
  position: relative;
}
.wpcf7 label.invo-privacy-check label {
  margin: 0 !important;
}
.wpcf7 label.invo-privacy-check span {
  margin: 0 !important;
}
.wpcf7 label.invo-privacy-check span + span {
  padding-left: 5px;
}
.wpcf7 label.invo-privacy-check span a {
  text-decoration: underline;
}
.wpcf7 label.invo-privacy-check span a strong {
  color: inherit;
}
.wpcf7 label.invo-privacy-check span a:hover {
  color: var(--secondary-color) !important;
}
.wpcf7 label.invo-privacy-check .wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
}

.block_newsletter .newsletter {
  padding-left: 30px;
  padding-right: 30px;
}
.block_newsletter .newsletter .row form label {
  text-align: left;
  margin-top: 10px;
}

.top_button:after {
  border-color: var(--secondary-color);
}

#left-column .products-block .view_more a {
  background: none !important;
}

#blockcart-modal .cart-content button {
  background: var(--primary-color);
  border-radius: 0;
}
#blockcart-modal .cart-content button:hover {
  background: var(--secondary-color) !important;
}
#blockcart-modal .cart-content button .btn-primary:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
#blockcart-modal .cart-content button .btn {
  margin-top: 15px;
}

.product-title a {
  text-transform: none !important;
}

/*
Not needed since theme module does it.
.product-price,
.product-quantities span {
  color: var(--secondary-color);
}
*/
.products .product_list {
  display: flex;
  flex-wrap: wrap;
}

.pagination .current a {
  background: var(--secondary-color);
}

.products .product-title a {
  font-family: "Montserrat", sans-serif;
}

#left-column .block .block_title, #right-column .block .block_title {
  font-weight: normal;
}

#products .products-selection {
  padding-top: 0;
}

.progress .progress-bar,
.product-cover .layer .zoom-in,
.top_button {
  background: var(--secondary-color);
}

.input-radio:checked + span,
.input-radio:hover + span {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.products .product_list li .outer-functional .wishlist,
.products .product_list li .outer-functional .compare,
.products .product_list li .outer-functional .quickview,
.products .product_list li .outer-functional .product-actions {
  background-color: var(--secondary-color);
}
.products .product_list li .outer-functional .wishlist .btn.btn-primary,
.products .product_list li .outer-functional .compare .btn.btn-primary,
.products .product_list li .outer-functional .quickview .btn.btn-primary,
.products .product_list li .outer-functional .product-actions .btn.btn-primary {
  background-color: #fff !important;
}

.customNavigation a:hover {
  background-color: #333;
}

#czheadercmsblock .offer-icon {
  display: none;
}

#czbannercmsblock .one-half img,
#czbannercmsblock1 .one-half img {
  object-fit: cover;
  object-position: 70%;
}
#czbannercmsblock .one-half .cmsbanner-text,
#czbannercmsblock .one-half .bannercms1-text,
#czbannercmsblock1 .one-half .cmsbanner-text,
#czbannercmsblock1 .one-half .bannercms1-text {
  /*
  Not needed since theme module does it.
  .main-title {
    font-family: 'Times New Roman';
  }
  */
}
#czbannercmsblock .one-half .cmsbanner-text .offer-title,
#czbannercmsblock .one-half .bannercms1-text .offer-title,
#czbannercmsblock1 .one-half .cmsbanner-text .offer-title,
#czbannercmsblock1 .one-half .bannercms1-text .offer-title {
  text-transform: uppercase;
  font-size: 14px;
}
#czbannercmsblock .one-half .cmsbanner-text .btn-primary,
#czbannercmsblock .one-half .bannercms1-text .btn-primary,
#czbannercmsblock1 .one-half .cmsbanner-text .btn-primary,
#czbannercmsblock1 .one-half .bannercms1-text .btn-primary {
  text-transform: uppercase;
}
#czbannercmsblock .one-half .cmsbanner-text .view_more .btn.btn-primary,
#czbannercmsblock .one-half .bannercms1-text .view_more .btn.btn-primary,
#czbannercmsblock1 .one-half .cmsbanner-text .view_more .btn.btn-primary,
#czbannercmsblock1 .one-half .bannercms1-text .view_more .btn.btn-primary {
  background: transparent !important;
}

#cztestimonialcmsblock {
  background-color: var(--primary-color);
}
#cztestimonialcmsblock li.item .product_inner_cms .des {
  color: #fff;
}
#cztestimonialcmsblock li.item .name a {
  color: var(--secondary-color);
}
#cztestimonialcmsblock li.item .testimonial-image {
  border-color: var(--secondary-color);
}
#cztestimonialcmsblock li.item .quote_img {
  background: var(--secondary-color);
}
#cztestimonialcmsblock .owl-controls .owl-page span {
  background: var(--secondary-color);
  opacity: 0.4;
}
#cztestimonialcmsblock .owl-controls .owl-page:hover span, #cztestimonialcmsblock .owl-controls .owl-page.active span {
  background: var(--secondary-color);
  opacity: 1;
}

.velo-store-map.velo-pickup-store-map {
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-direction: column-reverse;
}
.velo-store-map.velo-pickup-store-map #kb_map_checkbox {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: right !important;
}

.flexslider .slides li.slide {
  text-transform: uppercase;
  /*
  Not needed since theme module does it.
  .slide_content .headdings .sub_headding {
    font-family: 'Times New Roman';
  }
  */
}
.flexslider .slides li.slide:first-child .slide_content, .flexslider .slides li.slide:nth-child(3) .slide_content {
  color: #fff;
}

.cz-hometabcontent {
  /*
  Not needed since theme module does it.
  .products .product-price-and-shipping {
    color: #caa96c;
  }
  */
}
.cz-hometabcontent .product-title a {
  /*
    Not needed since theme module does it.
  &:hover {
    color: #caa96c;
  }
   */
}

.products .product-price-and-shipping {
  color: var(--invo-primary-color) !important;
}

#newsletter-main .newsletter-popup-form label {
  text-align: start;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
  padding: 5px 0;
}
#newsletter-main .newsletter-popup-form label a {
  color: #666;
  text-decoration: underline;
}
#newsletter-main .newsletter-popup-form p {
  font-size: 12px;
  color: #666;
}
#newsletter-main #regisNewsletterMessage p.alert.alert-danger {
  line-height: 1.1;
  padding: 10px;
}

.page-cms.layout-full-width.cms-id-4 #left-column, .page-cms.layout-full-width.cms-id-7 #left-column, .page-cms.layout-full-width.cms-id-8 #left-column, .page-cms.layout-full-width.cms-id-6 #left-column {
  display: none;
}
.page-cms.layout-full-width.cms-id-4 #content-wrapper, .page-cms.layout-full-width.cms-id-7 #content-wrapper, .page-cms.layout-full-width.cms-id-8 #content-wrapper, .page-cms.layout-full-width.cms-id-6 #content-wrapper {
  width: 100% !important;
  float: none;
}
.page-cms.layout-full-width.cms-id-4 #wrapper > .container, .page-cms.layout-full-width.cms-id-7 #wrapper > .container, .page-cms.layout-full-width.cms-id-8 #wrapper > .container, .page-cms.layout-full-width.cms-id-6 #wrapper > .container {
  max-width: none;
  width: auto;
  padding: 0;
}
.page-cms.layout-full-width.cms-id-4 #main .page-header, .page-cms.layout-full-width.cms-id-7 #main .page-header, .page-cms.layout-full-width.cms-id-8 #main .page-header, .page-cms.layout-full-width.cms-id-6 #main .page-header {
  display: none;
}
.page-cms.layout-full-width.cms-id-4 .breadcrumb, .page-cms.layout-full-width.cms-id-7 .breadcrumb, .page-cms.layout-full-width.cms-id-8 .breadcrumb, .page-cms.layout-full-width.cms-id-6 .breadcrumb {
  margin-bottom: 0;
}
.page-cms.layout-full-width.cms-id-4.layout-left-column #content-wrapper, .page-cms.layout-full-width.cms-id-7.layout-left-column #content-wrapper, .page-cms.layout-full-width.cms-id-8.layout-left-column #content-wrapper, .page-cms.layout-full-width.cms-id-6.layout-left-column #content-wrapper {
  padding-left: 0;
}
.page-cms.layout-full-width .invo-featured-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-cms.layout-full-width .invo-page-content {
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-cms.layout-full-width .invo-page-content img {
  max-width: 100%;
  height: auto;
}
.page-cms.layout-full-width .invo-page-content h2 {
  font-size: 45px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: normal;
  color: var(--primary-color);
  margin: 0 0 30px;
}
.page-cms.layout-full-width .invo-page-content h2 + p {
  max-width: 1050px;
  margin: 0 auto 30px;
}
.page-cms.layout-full-width .invo-page-content h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: normal;
}
.page-cms.layout-full-width .invo-page-content h2 + h5 {
  text-align: center;
  margin-bottom: 0;
}
.page-cms.layout-full-width .invo-title-block {
  text-align: center;
  padding: 80px 0;
}
.page-cms.layout-full-width .invo-title-block h3 {
  font-size: 35px;
  color: var(--primary-color);
  font-family: Times New Roman;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-cms.layout-full-width .invo-title-block h3:before, .page-cms.layout-full-width .invo-title-block h3:after {
  content: "";
  display: block;
  border-top: 1px solid var(--primary-color);
  flex: 1;
}
.page-cms.layout-full-width .invo-title-block h3:before {
  margin-right: 35px;
}
.page-cms.layout-full-width .invo-title-block h3:after {
  margin-left: 35px;
}
.page-cms.layout-full-width .invo-content-block {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.5;
}
.page-cms.layout-full-width .invo-content-block p {
  text-align: left;
  margin-bottom: 30px;
}
.page-cms.layout-full-width .invo-content-block p:last-child {
  margin-bottom: 0;
}
.page-cms.layout-full-width .invo-content-block .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-cms.layout-full-width .invo-content-block .row.invo-invert .col-sm-6:first-child {
  order: 2;
}
.page-cms.layout-full-width .invo-content-block .row + .row {
  margin-top: 50px;
}
.page-cms.layout-full-width .invo-content-cta {
  text-align: center;
  padding: 70px 0 0;
}
.page-cms.layout-full-width .invo-content-cta p {
  text-align: center;
}
.page-cms.layout-full-width .invo-content-cta h4 {
  color: #c0a76e;
  font-family: "Times New Roman";
  font-weight: normal;
  font-size: 26px;
  font-style: italic;
  margin-bottom: 20px;
}
.page-cms.layout-full-width .invo-img-cta {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-cms.layout-full-width .invo-img-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}
.page-cms.layout-full-width .invo-img-cta-bg img {
  width: 100%;
  height: auto;
}
.page-cms.layout-full-width .row.invo-caption-box {
  align-items: flex-end;
}
.page-cms.layout-full-width .invo-caption-box-white {
  background: #fff;
  margin: 0 0 0 -100px;
  padding: 40px 30px;
}
.page-cms.layout-full-width .invo-title-block:first-child {
  padding-top: 0;
}
.page-cms.layout-full-width .invo-featured-img {
  padding-top: 25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-cms.layout-full-width .invo-featured-img img {
  display: none;
}
.page-cms.layout-full-width .invo-single-img {
  max-width: 770px;
  margin: 0 auto;
}
.page-cms.layout-full-width .invo-img-cta-cnt {
  max-width: 340px;
  color: #fff;
  text-align: left;
  margin-left: auto;
  text-transform: uppercase;
  line-height: 1.3;
}
.page-cms.layout-full-width .invo-img-cta-cnt p:not(:last-child) {
  margin-bottom: 20px;
}
.page-cms.layout-full-width .invo-title-block + p {
  max-width: 1170px;
  margin: -30px auto 30px;
}

@media (min-width: 992px) {
  .row.invo-invert > [class^=col-]:first-child {
    order: 2;
  }
}
@media (max-width: 991px) {
  .invo-content-block .row [class^=col-]:first-child {
    order: 2;
    padding-top: 30px;
  }
  .invo-caption-box-white {
    margin: -30px 20% 0 0;
    z-index: 1;
    position: relative;
  }
  .row.invo-caption-box [class^=col-]:last-child {
    order: 2;
  }
  .invo-featured-img {
    padding-top: 45%;
  }
}
@media (max-width: 767px) {
  .invo-page-content h2 {
    font-size: 35px;
  }
  .invo-page-content h2 + h5 {
    font-size: 14px;
  }
  .invo-title-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .invo-title-block h3 {
    font-size: 25px;
  }
  .invo-title-block h3:before {
    margin-right: 10px;
  }
  .invo-title-block h3:after {
    margin-left: 10px;
  }
  .invo-content-block + .invo-title-block {
    margin-top: 20px;
  }
  .invo-page-content:last-child {
    padding-bottom: 0;
  }
  .invo-img-cta {
    min-height: 300px;
  }
}
.page-cms.layout-full-width .invo-eventi-row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.page-cms.layout-full-width .invo-eventi-col {
  width: 50%;
}
.page-cms.layout-full-width .invo-eventi-box .invo-eventi-img {
  max-width: 370px;
  border-bottom: 1px solid var(--secondary-color);
}
.page-cms.layout-full-width .invo-eventi-box .invo-eventi-img img {
  width: 100%;
  height: auto;
}
.page-cms.layout-full-width .invo-eventi-box {
  position: relative;
  margin-bottom: 50px;
  max-width: 370px;
}
.page-cms.layout-full-width .invo-eventi-box h4 {
  background: #fff;
  padding: 15px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 1;
  margin: 0 0 0 -30px;
  border-bottom: 1px solid var(--secondary-color);
  text-align: right;
}
.page-cms.layout-full-width .invo-eventi-box h4:has(a) {
  padding: 0;
}
.page-cms.layout-full-width .invo-eventi-box h4:has(a) a {
  display: block;
  padding: 15px 0 15px 15px;
  transition: color 0.3s linear;
}
.page-cms.layout-full-width .invo-eventi-row {
  max-width: 960px;
  margin: 0 auto;
}
.page-cms.layout-full-width .invo-eventi-col:nth-child(2n+2) {
  margin-top: 150px;
  margin-bottom: -90px;
}
.page-cms.layout-full-width .invo-eventi-col:nth-child(2n+2) h4 {
  left: 0;
  padding-left: 0;
  text-align: left;
  right: auto;
}
.page-cms.layout-full-width .invo-eventi-col:nth-child(2n+2) h4:has(a) a {
  padding-left: 0;
  padding-right: 15px;
}
.page-cms.layout-full-width .invo-eventi-col:nth-child(2n+2) .invo-eventi-img {
  margin-left: auto;
}
.page-cms.layout-full-width .invo-eventi-col:nth-child(2n+2) .invo-eventi-box {
  max-width: 370px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .page-cms.layout-full-width .invo-eventi-box {
    margin-right: 50px;
  }
  .page-cms.layout-full-width .invo-eventi-col:nth-child(2n+2) .invo-eventi-box {
    margin-right: 0;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .page-cms.layout-full-width .invo-eventi-col {
    width: 100%;
  }
  .page-cms.layout-full-width .invo-eventi-col:nth-child(2n+2) {
    margin: 0;
  }
  .page-cms.layout-full-width .invo-eventi-col:nth-child(2n+2):last-child .invo-eventi-box {
    margin-bottom: 0;
  }
  .page-cms.layout-full-width .invo-eventi-sec + .invo-content-block .invo-content-cta {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.page-cms.layout-full-width .invo-eventi-img {
  position: relative;
  overflow: hidden;
}
.page-cms.layout-full-width .invo-eventi-img .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-width: 2px !important;
  color: #fff !important;
  padding: 0 !important;
  z-index: 2;
  text-transform: uppercase;
}
.page-cms.layout-full-width .invo-eventi-img .btn span {
  display: block;
  padding: 10px 30px;
  transition: background 0.3s linear, border-color 0.3s linear;
}
.page-cms.layout-full-width .invo-eventi-img .btn span:hover {
  background: #fff;
  color: #000;
}
.page-cms.layout-full-width .invo-eventi-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  opacity: 0;
  background: #394147;
  z-index: 1;
}
.page-cms.layout-full-width .invo-eventi-box:hover .invo-eventi-img .btn {
  opacity: 1;
}
.page-cms.layout-full-width .invo-eventi-box:hover .invo-eventi-img:before {
  opacity: 0.8;
}
.page-cms.layout-full-width .invo-eventi-box:hover .invo-eventi-img .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500%;
  height: 1000%;
  z-index: -1;
}
.page-cms.layout-full-width .invo-eventi-img .btn:hover {
  border-color: #fff;
}
.page-cms.layout-full-width .invo-eventi-box:hover h4 a {
  color: var(--primary-color);
}
.page-cms.layout-full-width .invo-eventi-box .invo-eventi-img img {
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: scale(1);
}
.page-cms.layout-full-width .invo-eventi-box:hover .invo-eventi-img img {
  transform: scale(1.2);
}

.page-cms.layout-full-width .invo-cta-gold p {
  font-size: 22px;
  font-family: "Times New Roman";
  font-style: italic;
  max-width: 760px;
  margin: 0 auto 30px;
  line-height: 1.3;
  color: var(--secondary-color);
}
.page-cms.layout-full-width .invo-title-underline {
  font-family: Times New Roman;
  font-weight: normal;
  font-size: 22px;
  margin: 0 0 30px;
  padding: 0 20px 12px 0;
  position: relative;
}
.page-cms.layout-full-width .invo-title-underline:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 143px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--secondary-color);
}
.page-cms.layout-full-width .row.invo-caption-box-1 {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .page-cms.layout-full-width .row.invo-caption-box-1 {
    align-items: stretch;
  }
  .page-cms.layout-full-width .invo-caption-box-1 img {
    height: 100%;
    object-fit: cover;
  }
}
.page-cms.layout-full-width .invo-caption-box-1 .invo-caption-box-white {
  margin: 50px -100px 0 0;
  z-index: 1;
  position: relative;
  padding-left: 0;
}
.page-cms.layout-full-width .invo-img-caption {
  margin-left: 100px;
  padding: 20px;
}
.page-cms.layout-full-width .invo-page-content h2 + h5 + p {
  max-width: 840px;
  margin: 35px auto 0;
  line-height: 1.7;
}
.page-cms.layout-full-width .invo-btn-wrap {
  padding: 20px 0 60px;
}
.page-cms.layout-full-width .invo-content-block .row + .row.invo-caption-box-1 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .page-cms.layout-full-width .invo-caption-box-1 .invo-caption-box-white {
    margin: 0 50px -50px;
    padding: 40px;
  }
  .page-cms.layout-full-width .invo-content-block .row + .row.invo-caption-box-1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-cms.layout-full-width .invo-caption-box-1 .invo-caption-box-white {
    margin: 0 30px -30px 0;
    padding: 20px 20px 40px 0;
  }
  .page-cms.layout-full-width .invo-img-caption {
    margin-left: 0;
  }
  .page-cms.layout-full-width .invo-content-cta.invo-cta-gold {
    padding-top: 50px;
  }
  .page-cms.layout-full-width .invo-single-img:last-child {
    margin-bottom: 40px;
  }
  .page-cms.layout-full-width .invo-title-block + p {
    margin-top: -10px;
  }
}
.page-cms.layout-full-width .invo-image-col-caption {
  padding: 20px 0 0;
  font-family: Times New Roman;
}
.page-cms.layout-full-width .invo-img-col-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-cms.layout-full-width .invo-img-col-text h3 {
  font-size: 30px;
  font-weight: normal;
  color: var(--secondary-color);
  white-space: nowrap;
  margin: 0;
  letter-spacing: -1px;
}
.page-cms.layout-full-width .invo-img-col-text p {
  text-transform: uppercase;
  line-height: 1.1;
}
.page-cms.layout-full-width .invo-content-block h5 {
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 25px;
  position: relative;
  text-transform: none;
}
@media (max-width: 991px) {
  .page-cms.layout-full-width .invo-image-col-caption .row [class^=col-]:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-cms.layout-full-width .invo-image-col-caption .row [class^=col-]:first-child {
    padding-top: 10px;
  }
}

.page-cms.layout-full-width .invo-cms-footer .newsletter {
  padding-bottom: 80px;
}
.page-cms.layout-full-width .invo-newsletter-block {
  padding-top: 100px;
}
.page-cms.layout-full-width .invo-newsletter-block .invo-title-block {
  padding-bottom: 20px;
}
.page-cms.layout-full-width .invo-cms-footer {
  margin-top: -50px;
}
.page-cms.layout-full-width .invo-cms-footer .mail-icon,
.page-cms.layout-full-width .invo-cms-footer .products-section-title,
.page-cms.layout-full-width .invo-cms-footer .sub_heading {
  display: none;
}
.page-cms.layout-full-width .invo-cms-footer #czinstagramblock {
  display: none;
}
.page-cms.layout-full-width .invo-diventa-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.page-cms.layout-full-width .invo-diventa-form textarea, .page-cms.layout-full-width .invo-diventa-form select {
  border-radius: 0;
  border-color: var(--primary-color);
}
.page-cms.layout-full-width .invo-diventa-form label > span {
  text-transform: uppercase;
}
.page-cms.layout-full-width .invo-diventa-form label {
  margin-bottom: 15px;
}
.page-cms.layout-full-width .wpcf7-submit {
  background: var(--secondary-color);
}
.page-cms.layout-full-width .wpcf7-submit[disabled] {
  background: var(--secondary-color);
  opacity: 0.8;
}
.page-cms.layout-full-width .wpcf7-submit:hover {
  background: var(--primary-color);
}
.page-cms.layout-full-width .invo-diventa-form .wpcf7-acceptance label > span {
  text-transform: none;
}
.page-cms.layout-full-width .invo-diventa-form .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 30px;
}
.page-cms.layout-full-width .invo-diventa-form .wpcf7-acceptance label {
  display: block;
  position: relative;
}
.page-cms.layout-full-width .invo-diventa-form .wpcf7-acceptance label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.page-cms.layout-full-width .invo-diventa-form .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.page-cms.layout-full-width .invo-diventa-form .wpcf7-acceptance .wpcf7-list-item-label:after {
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
  position: absolute;
  left: 5px;
  top: 4px;
  opacity: 0;
}
.page-cms.layout-full-width .invo-diventa-form .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.page-cms.layout-full-width .invo-diventa-form form > h3:first-child {
  display: none;
}

/*=======================================
=            Newsletter Form            =
=======================================*/
.invo-partner-news-form {
  padding: 0 30px;
}
.invo-partner-news-form form > h3 {
  display: none;
}
.invo-partner-news-form .wpcf7 {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.invo-partner-news-form .wpcf7 label {
  width: 100%;
}
.invo-partner-news-form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=button]) {
  padding: 9px 15px;
  width: 100%;
  border: 0;
  outline: 0;
  height: 50px;
  background: #f5f5f5;
  border-radius: 6px 0 0 6px;
}
.invo-partner-news-form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=button])::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.invo-partner-news-form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=button]):focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.invo-partner-news-form .invo-partner-form-input {
  position: relative;
}
@media (max-width: 767px) {
  .invo-partner-news-form .invo-partner-form-input {
    text-align: center;
  }
}
.invo-partner-news-form .invo-partner-form-input .wpcf7-submit {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 13px 30px;
  border-radius: 0 6px 6px 0;
  background: #394147 !important;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s linear;
  text-transform: none;
}
@media (max-width: 767px) {
  .invo-partner-news-form .invo-partner-form-input .wpcf7-submit {
    width: auto;
    border-radius: 6px;
    position: static;
    margin-top: 10px;
  }
}
.invo-partner-news-form .invo-partner-form-input .wpcf7-submit:hover {
  background: var(--secondary-color) !important;
}
.invo-partner-news-form .ajax-loader {
  position: absolute;
  right: 145px;
  top: 16px;
}
@media (max-width: 767px) {
  .invo-partner-news-form .ajax-loader {
    right: auto;
    left: 0;
    top: auto;
    bottom: 16px;
  }
}
.invo-partner-news-form .invo-privacy-check {
  justify-content: center;
}
.invo-partner-news-form .invo-privacy-check .wpcf7-list-item-label {
  display: none;
}

.cms-id-7.page-cms.layout-full-width .invo-page-content {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .cms-id-7.page-cms.layout-full-width .invo-newsletter-block {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cms-id-7.page-cms.layout-full-width .invo-newsletter-block .invo-title-block {
    padding-bottom: 5px;
  }
}

/*=====  End of Newsletter Form  ======*/
.sitemap h2 {
  text-transform: none;
}

.page-registration .register-form .custom-checkbox a {
  text-decoration: underline;
}

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