/*!
Theme Name: Gogodigital
Theme URI: gogodigital.it
Author: Gogodigital
Author URI: https://gogodigital.it/
Description: Gogodigital
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: gogodigital
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

:root {
  --si-body-color: #000!important;
}


.entry-content {
  color: #000 !important;
  line-height: 1.8rem;
  font-size: 1rem;
}
.woocommerce div.product {
  color: #000!important;
}
.woocommerce div.product .product_title {
  margin-top: 40px;
}
.sticky-image {
  position: sticky;
  top: 2rem;
}
.content.type-page {
  font-size: 1.2rem;
  color: #000;
}
.navbar-brand {
  font-size: 1.1rem;
}
.min_530 {
    min-height: 530px;
}
.z-1 {
    z-index: 1;
}
footer .navbar-brand {
  position: relative;
  white-space: normal;
}
.overlay_after::after {
    content: "";
    background: linear-gradient(180deg, #09265100 0%, #092651 100%) 0% 0% no-repeat;
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }
  [data-bs-theme="dark"] .page-loading {
    background-color: #0b0f19;
  }
  .page-loading.active {
    opacity: 1;
    visibility: visible;
  }
  .w-100 {
    width: 100%;
  }
  .max-500 {
    max-height: 500px;
  }
  .page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
  }
  .page-loading.active > .page-loading-inner {
    opacity: 1;
  }
  .page-loading-inner > span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #9397ad;
  }
  [data-bs-theme="dark"] .page-loading-inner > span {
    color: #fff;
    opacity: .6;
  }
  .page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
  }
  [data-bs-theme="dark"] .page-spinner {
    border-color: rgba(255,255,255,.4);
    border-right-color: transparent;
  }
  @-webkit-keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  /* Spin animation */
  @-webkit-keyframes hero-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes hero-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .hero-animation-spin {
    -webkit-animation: hero-spin 35s linear infinite;
    animation: hero-spin 35s linear infinite;
  }

  /* Fade animation */
  @-webkit-keyframes hero-fade {
    0%, 100% { opacity: 0 }
    50% { opacity: 1 }
  }
  @keyframes hero-fade {
    0%, 100% { opacity: 0 }
    50% { opacity: 1 }
  }
  .hero-animation-fade {
    -webkit-animation: hero-fade 4s ease-in infinite;
    animation: hero-fade 4s ease-in infinite;
  }
  .hero-animation-delay-1,
  .hero-animation-delay-2,
  .hero-animation-delay-3 {
    opacity: 0;
  }
  .hero-animation-delay-1 { animation-delay: .75s; }
  .hero-animation-delay-2 { animation-delay: 1.5s; }
  .hero-animation-delay-3 { animation-delay: 2s; }

  .woocommerce div.product form.cart .button {
    background-color: #0d6efd; /* Bootstrap primary */
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 600;
}
.single-product hr {
  margin: 10px 0;
}
.nav-link {
  padding-right: 10px !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  float: right;
}
.woocommerce div.product div.summary {
  float: left;
}
.form-switch.mode-switch, .form-switch.price-switch {
  align-items: center;
}
.form-switch.mode-switch .form-check-label, .form-switch.price-switch .form-check-label {
  font-size: 12px!important;
}
.woocommerce div.product p.price {
  color: #000!important;
  font-size: 1.25em;
}
.woocommerce form.variations_form select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='none' stroke='%23343a40' d='M2 0L0 2h4L2 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  appearance: none;
}


.wpml-ls-menu-item .wpml-ls-flag {
  max-width: 20px;
}

@media (max-width: 767px) {
  .navbar-brand {
    font-size: 1rem !important;
  }
}