/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

form.wpcf7-form.thegem-cf7 .combobox-wrapper .combobox-text,
form.wpcf7-form.thegem-cf7 .combobox-wrapper .combobox-button,
form.wpcf7-form.thegem-cf7 .checkbox-sign {
	background: white !important;
}

form.wpcf7-form.thegem-cf7 .combobox-wrapper {
  border-bottom: 1px solid #383A3D !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

.wpcf7-not-valid-tip {
  position: relative;
  background: #ffe6e6;
  border: 1px solid red;
  padding: 10px;
  margin: 10px 0;
  color: red !important;
  border-radius: 4px;
}

.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid red;
}


.hover-circular.version-alternative .portfolio-item .links .caption .info {
  margin-top: 20px;
}

.tax-product_cat .portfolio-item {
  margin: 0 auto;
}

.prlx .thegem-section-parallax-background {
  position: relative;
  z-index: 1;
}

.prlx .thegem-section-parallax-background::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 2;
}

#contenuti-box-2390 {
    background-color: #333;
	border: none;
	border-radius: 0;
}

#contenuti-box-2390 .close-contenuti-box {
    color: white;
    border: 1px solid #fff;
}

.submit-wrapper {
  position: relative;
  display: inline-block;
}

.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.submit-wrapper::after {
  content: "Ti invitiamo a consultare l'informativa sulla privacy prima di procedere.";
  position: absolute;
  bottom: 80%;
  left: 0;
  width: 300px;
  text-align: center;
  transform: translateX(-50%);
  background-color: #ff6565;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.submit-wrapper:has(.wpcf7-submit:disabled):hover::after {
  opacity: 1;
  visibility: visible;
}

.submit-wrapper-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpcf7-submit {
    width: auto;
}

.category-overlay-inner-inside::before {
  content: attr(data-index);
  font-size: 2em;
  padding: 10px;
  color: #fff;
  transition: all 0.5s;
}

.products-category-item:hover .category-overlay-inner-inside::before {
  opacity: 0;
}

.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a::before, .thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a::before, .thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a::before {
  background: transparent !important;
}

.nav-menu-custom ul.sub-menu a {
  padding: 10px !important;
}

.elementor-element-3e4016f {
  position: relative;
  overflow: hidden;
}

.elementor-element-3e4016f::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.3) !important;
  z-index: 1 !important;
}

.elementor-element-3e4016f > .elementor-element,
.elementor-element-3e4016f .e-con-inner {
  position: relative;
  z-index: 2;
}

.submit-outer img {  display:none; }

body strong { font-weight: 700 !important; }