/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 29.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
@media screen and (max-width:767px){
.mobile-bg-none{
	background-color: transparent !important;
}
}
.custom-accordion .elementor-accordion-item > .elementor-active{
	border-left: solid 2px #5959ff !important;
	pointer-events: none;
}

.custom-accordion .elementor-accordion-item > :not(.elementor-active){
	border-left: solid 2px #f0f0f0 !important;
}

.custom-accordion .elementor-accordion{
	display: flex;
	flex-direction: column;
	/*gap: 10px;*/
}

.info-accordion details.e-n-accordion-item[open] summary.e-n-accordion-item-title{
	border-radius: 15px 15px 0px 0px !important; 
}

.privacy-wrapper p a {
    color: #5959FF !important;
}
 /*Custom tabs*/
.tabs-custom-1 .elementor-tab-title{
	background-color: #f2f2f7;
    border-radius: 60px;
    padding: 1rem 4rem !important;
}

.tabs-custom-1 .elementor-tab-title.elementor-active{
	background-color: #0071f2;
	color:white !important;
}

.tabs-custom-1 .elementor-tabs-wrapper{
	gap:2rem;
}

/*Progress bar*/
.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: auto !important;
    bottom: 0 !important;
}

/*Carousel cook page*/
.carousel-cook .e-n-carousel{
	overflow: visible;
}

/*Zoom Carousel */
.zoom-carousel .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: scale(1);
}

.zoom-carousel .swiper-wrapper .swiper-slide {
    transform: scale(0.9);
    transition: transform 350ms;
}

.zoom-carousel .swiper-wrapper .swiper-slide svg, .zoom-carousel .swiper-wrapper .swiper-slide h6{
    user-select: none;
}

/* MOBILE (media query)*/
@media screen and (max-width:767px){
.zoom-carousel .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
}

/*Start styling button filter*/
/* Stile per il pulsante "Filtra categoria" */
#filter-button {
    cursor: pointer;
		width: 700px;
    margin: 5px;
    padding: 10px 20px;
    background-color: #9A98Fe; /* Colore di sfondo del pulsante */
    border: 2px solid #ffffff; /* Bordo bianco */
    border-radius: 30px; /* Bordi arrotondati */
    color: #ffffff; /* Colore del testo */
    text-align: center;
	  display: grid;
    grid-template-columns: 1fr 15fr;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

#filter-button h6{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

#filter-button svg{
	height:24px;
	fill: #ffffff;
}

#filter-button:hover {
    background-color: #8e71e5; /* Colore di sfondo al passaggio del mouse */
}

@media screen and (max-width:767px){
	#filter-button {
		width: 350px;
	}
	
	#filter-button h6{
	font-size: 18px;
}
}

/* Stile per il menu a tendina */
#filter-dropdown {
    display: none;
    position: absolute;
    margin-top: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 0;
    width: 300px;
	top: -24px;
}

/* Stile per le opzioni del filtro*/
.filter-option {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
	  border: none;
    background: transparent;
}

button.filter-option:not(.selected) {
    margin-left: 24px;
}

/* Stile per l'opzione selezionata (esempio: aggiungi una classe "selected" all'opzione selezionata) */
.filter-option.selected::before {
    content: '\f00c'; /* Codice dell'icona di spunta di Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
}

.filter-container {
            display: none;
}

/*End styling button filter*/

/*Start header styling*/
a.e-n-menu-title-text {
    font-weight: 400 !important;
}
/*End header styling*/

/*FORM STYLING START*/

input::placeholder, textarea::placeholder {
    transform: translateY(2px) !important;
    overflow: visible !important;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none !important; /*hide original SELECT element: */
}

.select-selected {
  background-color: white !important;
    color: #818181 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'HelveticaNeueCyr' !important;
    border: solid 1px #CCCCCC !important;
    border-radius: 5px !important;
    padding: 16px 0px 16px 15px !important;
    margin-bottom: 5px !important;
	line-height: 17px !important;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 5%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg)
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(225deg);
  top:45%;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #818181 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'HelveticaNeueCyr' !important;
  padding: 8px 16px;
  /*border: 1px solid transparent;*/
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items div{
	color: #000000 !important;
}

/* Style items (options): */
.select-items {
  position: absolute !important;
  background-color: white !important;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 99;
  /*border: solid 1px #CCCCCC !important;*/
  border-radius: 5px !important;
  box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.09) !important;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgb(229, 230, 255);
}

.select-items > div:first-child {
    border-radius: 5px 5px 0px 0px;
}

.select-items > div:last-child {
    border-radius: 0px 0px 5px 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    margin: 10px 0px 0px 0px !important;
}

input.wpcf7-form-control.wpcf7-submit{
    box-sizing: border-box !important;
    text-align: center !important;
	background-color: #5959FF !important;
	border-radius: 4px !important;
	height: 44px !important;
	line-height: 44px !important;
}

input[type=text].wpcf7-text::placeholder, input[type=tel].wpcf7-tel::placeholder, input[type=email].wpcf7-email::placeholder, textarea.wpcf7-textarea::placeholder{
	font-size: 16px !important;
	color: #818181 !important;
}

.wpcf7-acceptance .wpcf7-list-item > label {
   Display: table-row;
}

.wpcf7-acceptance .wpcf7-list-item > label > input {
    Display: table-cell;
    Vertical-align: top;
}

.wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label {
    Display: table-cell;
    Padding-left: 8px;
	color: #000;
    font-size: 14px;
	line-height: 18px;
}

span.wpcf7-form-control-wrap[data-name="acceptance-8"] {
    margin-top: 16px !important;
}

input.wpcf7-form-control.wpcf7-text.no-margin{
	margin: 0px!important;
}

.option-selected {
  color: black !important;
}

.wpcf7-checkbox{
	display: flex !important;
	gap: 40px;
	justify-content: flex-end !important;
}

.wpcf7-checkbox .wpcf7-list-item label{
	    gap: 10px;
}

/*FORM STYLING END*/
.bg-video-contain .elementor-html5-video{
	object-fit: contain !important;
}

@media screen and (max-width:767px){
.slider-e-con-inner-msx0 > .e-con-inner {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
	
	.slider-e-con-inner-msx0 > .e-con-inner .swiper.e-n-carousel{
		max-width: min(100%, 300px) !important;
		margin-left: 0px !important;
	}
}

