/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.font-golos{
  font-family: 'Golos Text' !important;
  font-weight: 400!important;
}

.opacity-50{
  opacity: 50%!important;
}

/* buttton hover*/
.style-dark .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.style-light .style-dark .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.tmb-dark .t-entry-text .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.style-light .tmb-dark .t-entry-text .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.tmb-light .t-overlay-inner .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.style-dark .btn-default.active,
.style-light .style-dark .btn-default.active,
.tmb-dark .t-entry-text .btn-default.active,
.style-light .tmb-dark .t-entry-text .btn-default.active,
.tmb-light .t-overlay-inner .btn-default.active,
.style-dark .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-light .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-light .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover, 
.style-dark .style-light .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover{
  color: #1D1E1B !important;
  background-color: #5CB7B2 !important;
  border-color: #5CB7B2 !important;
}

.menu-container, .menu-blur{
  /*background-color: rgba(255, 255, 255, 0.3); !* Sfondo semitrasparente *!*/
  background: rgba(29, 30, 27, 0.20);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Supporto Safari */
}

body.uncode-btn-round .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle),
body.uncode-btn-round input[type="submit"]:not(.btn-default-shape):not(.btn-square):not(.btn-circle),
body.uncode-btn-round input[type="reset"]:not(.btn-default-shape):not(.btn-square):not(.btn-circle),
body.uncode-btn-round input[type="button"]:not(.btn-default-shape):not(.btn-square):not(.btn-circle),
body.uncode-btn-round button[type="submit"]:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
  border-radius: 25px!important;
}
.btn-round,
.btn-round.btn-default,
input[type="submit"].btn-round,
input[type="reset"].btn-round,
input[type="button"].btn-round,
button[type="submit"].btn-round {
  border-radius: 25px!important;;
}

.bg-white {
	background-color: white;
}

@media (min-width: 960px) {
	.max-w-530 {
		max-width: 530px;
	}
	.page .uncell.double-block-padding {
		padding-right: 0;
	}
	.page .text-right .uncell.double-block-padding {
		padding-right: 54px;
	}
}

@media (max-width: 960px) {
	.page .inverted-device-order .wpb_row {
		display: flex;
    	flex-direction: column-reverse;
	}
	.page .text-two-col {
		padding-bottom: 54px;
		padding-left: 36px !important;
		padding-right: 36px !important;
	}
}


/* Home row 2 — altezza mobile */
@media (max-width: 767px) {
  .home-row2 { height: auto !important; }
  .home-row2 .wpb_column { min-height: 100vh !important; }
}

.no-padding{
  padding: 0!important;
}

.location-plugin .fc-component-6{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* PAGINA DETTAGLIO PRODOTTO */

.taglia-geometria-telaio table {
  border-left: 0;
  border-right: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.taglia-geometria-telaio table>tr,
td,
th {
  border-left: 0;
}

.taglia-geometria-telaio table tbody tr:last-child {
  border-bottom: 0;
}

.taglia-geometria-telaio table td,
.taglia-geometria-telaio table th {
  padding: 12.5px;
  text-align: left;
  border-left: 0;
  border-right: 0;
}

.font-size-20 {
  font-size: 20px !important;
}

.single-product .style-light-original .menu-container {
  background: #1D1E1B33 !important;
  backdrop-filter: none;
}

.single-product .vc_tta-tab span {
	font-size: 20px !important;
}

.menu-primary:hover, .single-product .style-light-original .menu-container:hover {
	background: white !important;
}
.uncode-single-media .single-wrapper {
	max-width: 100% !important;
}

@media (max-width: 1200px) {
	.tab-pane.half-internal-gutter > div > *:not(:first-child) {
		overflow-x: auto;
	}
}

/* PAGINA LOCATION */
.location-plugin .wpgmp_before_listing{
  display: none;
}
.location-plugin .wpgmp_filter_wrappers {
   background: none;
   padding: 0;
  /* border-radius: 2px; */
}


.location-plugin .wpgmp_search_form{
  width: 30%!important;
  padding-top: 70px;
  padding-bottom: 70px;
}
.location-plugin .wpgmp_search_input{
  border-color: #CECECE;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #CECECE!important;
  box-shadow: none;
  font-size: 1.5rem!important;
}

.location-plugin .wpgmp_search_input input:focus{
  border-color: #CECECE!important;
  border-width: 0 0 1px 0;
  box-shadow: none;
}

/* Rendi il wrapper relativo */
.location-plugin .wpgmp_search_form {
  position: relative;
}

.location-plugin .wpgmp_search_form::before {
  content: "\e088";
  font-family: 'uncodeicon' !important;
  position: absolute;
  right: 12px;   /* invece di left */
  top: 54%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  z-index: 1;
}

/* Spazio a destra invece che a sinistra */
..location-plugin wpgmp_search_input {
  padding-right: 38px;
  padding-left: 0; /* resetta il precedente se necessario */
}

.location-plugin .single-location-card{
  padding: 30px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
}

.location-plugin .style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.location-plugin .style-light textarea:focus,
.location-plugin .style-dark .style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.location-plugin .style-dark .style-light textarea:focus {
  border-color: #CECECE!important;
  border-width: 0 0 1px 0;
  box-shadow: none;
}

.location-plugin .location_listing1{
  margin-top: 130px;
}

.location-plugin .single-location-card-title{
  margin-bottom: 15px;
}

.location-plugin .bianchi-info-window{

}

/* newsletter "Stay updated with Bianchi World" */

.newsletter-form {
  width: 100%;
  max-width: 780px;
  margin-left: 100px;
  margin-top: -15px !important;
}

.newsletter-form .newsletter-email-wrap {
  margin-bottom: 34px !important;
}

.newsletter-form .newsletter-email {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid #d6d6d6 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 0 10px 0 !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #1f1f1f !important;
  box-shadow: none !important;
  outline: none !important;
  height: auto !important;
  min-height: unset !important;
}

.newsletter-form .newsletter-email::placeholder {
  color: #666 !important;
  opacity: 1 !important;
  transition: opacity .15s ease !important;
}

.newsletter-form .newsletter-email:focus::placeholder {
  opacity: 0 !important;
}

.newsletter-form .newsletter-consents {
  margin-bottom: 34px !important;
}

.newsletter-form .wpcf7-list-item {
  display: block !important;
  margin: 0 0 14px 0 !important;
}

.newsletter-form .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
}

.newsletter-form input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}

.newsletter-form .wpcf7-list-item-label {
  font-size: 15px !important;
  line-height: 1.25 !important;
  color: #666 !important;
}

.newsletter-form a {
  color: #666 !important;
  text-decoration: underline !important;
}

.newsletter-form .newsletter-submit {
  width: 100% !important;
  height: 46px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #1f1f1f !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  margin-top: 0 !important;
}

.vc_custom_1778229002160 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Tablet newsletter "Stay updated with Bianchi World" */
@media (max-width: 1024px) {
  .newsletter-form {
    margin-left: 0 !important;
    margin-top: 0 !important;
    max-width: 100% !important;
  }
}

/* Mobile newsletter "Stay updated with Bianchi World" */
@media (max-width: 767px) {
  .newsletter-form {
    margin-left: 0 !important;
    margin-top: 0 !important;
    max-width: 100% !important;
  }

  .newsletter-form .newsletter-email {
    font-size: 18px !important;
  }

  .newsletter-form .wpcf7-list-item-label {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}

/*FOOTER*/

@media (max-width: 959px) {
  .no-margin-footer .wpb_row.row-inner.cols-md-responsive{
    margin-left: 0px;
  }
  .no-margin-footer .uncont{
    margin-left: 36px!important;
  }
}


/* TABS CONTAINER */

.page-specialissima #tabs-switch-taglia-telaio .vc_tta-tabs-container {
	display: none;
}

/* NASCONDERE AUTORE */
.t-entry-author {
	display:none;
}
