/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

/* Add your custom style here */


/* encode-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/vault-child/fonts/encode-sans-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/vault-child/fonts/encode-sans-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/vault-child/fonts/encode-sans-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.d-none{display:none;}
.d-block{display:block;}

@media screen and (min-width: 768px){
	.d-md-none{display:none;}
	.d-md-block{display:block;}
}
@media screen and (max-width: 768px){
	.col-md-6 {flex: 0 0 auto; width: 50%;}
	.col-md-12 {flex: 0 0 auto; width: 100%;}	
}

.icon-contatti .elementor-icon {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.uicore-transparent:not(.uicore-scrolled) .uicore-header-wrapper {
    box-shadow: none!important;
}


/* CONTACT FORM */
.form-group, .form-group-textarea {
	position: relative;
	width: 100%;
}
.floating-label {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	opacity: 1;
	transition: all 0.2s;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
.floating-label .sub {
    font-size: 9px;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: -12px;
}
.form-row {
    display: flex;
    gap: 20px;
}
.form-group input, .form-group-textarea textarea{
	padding: 35px 18px 5px 18px;
	border-radius: 100px;
	font-size: 16px!important;
	background: #fff;
    border: none;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	color: #000;
}
.form-group-textarea textarea{
	border-radius: 40px;
}
.form-group input::placeholder{
	font-size: 12px;
	position: absolute;
	bottom: 16px;
}
span.wpcf7-not-valid-tip {
    color: #0A2540;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
.wpcf7-acceptance span, .wpcf7-acceptance a {
    color: #0A2540;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
}
.form-group input:focus, .form-group input:valid, .form-group input:invalid{
	background: #fff;
}
input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 20px!important;
	height: 20px!important;
	border:none;
	border-radius: 3px;
	display: grid;
	place-content: center;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
.privacy-wrap, .privacy-wrap .wpcf7-list-item-label a{
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: 14px!important;
}
input[type="checkbox"]::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 3px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background: #000;
}

input[type="checkbox"]:checked::before {
	transform: scale(1);
}
.wpcf7-submit.btn.btn-form{
	background-color: #fff!important;
	border-radius: 50px!important;
	padding: 15px 40px!important;
}
.wpcf7-response-output{
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
@media screen and (max-width: 768px){	
	.form-row {
		gap: 0;
		flex-wrap: wrap;	
	}
}
@media screen and (max-width: 480px){	
	.form-group input, .form-group-textarea textarea{
		padding: 35px 18px 5px 18px!important;
	}
}


/* caroselli */
.gallery-prodotti .swiper {
    overflow: visible !important;
}

.gallery-prodotti .swiper .elementor-swiper-button{
	position: absolute;
	top: -50px!important;
	right: calc((100vw - 1300px) / 2) !important;
	justify-content: end!important;
}
.gallery-prodotti .swiper .elementor-swiper-button-prev{
	right: calc(((100vw - 1300px) / 2) + 60px) !important;
}
@media screen and (max-width: 1024px){
	.gallery-prodotti .swiper .elementor-swiper-button{
		right: 20px !important;
	}
	.gallery-prodotti .swiper .elementor-swiper-button-prev{
		right: 80px !important;
	}
}


/* blocco widget GMAPS */
.gmap-widget {
    display: none;
}
.map-placeholder {
    display: block;
}
.map-active {
    display: block;
}
.map-hidden {
    display: none!important;
}
