/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

*:focus, *:focus-visible {
    outline: none !important;
}
.wpcf7 form .wpcf7-response-output{
	color: white;
}
a, button, div {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.btn--black:hover{
    background-color: var(--primary) !important;
}
.btn--primary:hover{
    background-color: var(--primary) !important;
    color: white !important;
}
.btn--white:hover{
    background-color: #191919 !important;
}

*::-webkit-scrollbar {
    display: none;
}
.icon-white-link:hover{
	background-color: black;
}
.icon-white-link:hover svg path{
	fill:white;
}
.icon-black-link:hover{
	background-color: white;
}
.icon-black-link:hover svg path{
	fill:black !important;
}
.owl-prev, .owl-next {
    background-color: transparent !important;
}
.slider-navigation-left{
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2023/02/arrow-right-circle-full.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    position: absolute;
    top: 30%;
    left: 0;
}
.slider-navigation-right{
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2023/02/arrow-right-circle-full.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    right: 0;
}
.mfp-container .mfp-arrow-left:after{
    background-image: url(/wp-content/uploads/2023/02/arrow-right-circle-full.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    transform: rotateY(180deg);
    height: 40px;
    margin: 0px;
    left: 15px;
    border: none !important;
    top: 36px;
    left: 25px;
}
.mfp-container .mfp-arrow-right:after{
    background-image: url(/wp-content/uploads/2023/02/arrow-right-circle-full.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0px;
    border: none !important;
    top: 36px;
    left: 25px;
}
.mfp-container .mfp-counter{
    font-size: 15px;
    line-height: 25px;
}

img.mfp-img {
    padding: 40px 0 23px !important;
}
.mfp-gallery .mfp-container{
    padding: 0px 90px;
}

/*FORM-STYLE*/
input[type="file"]{
    display: none;
}
#form-contatti .form-cv label{
    background-color: white;
    color: black !important;
    display: inline-block;
    padding: 15px 30px;
    cursor: pointer;
    line-height: 15px !important;
    border-radius: 25px;
    margin-left: 15px;
}
#form-contatti .align-center {
    align-items: center;
}
#form-contatti .form-div label {
    color: white;
    display: block;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 30px;
}
#form-contatti label{
    color: white;
    font-size: 14px;
    line-height: 30px;
}
#form-contatti .wpcf7-list-item{
    margin: 0px;
}
#form-contatti .btn--primary{
    width: 200px;
}
#form-contatti .cv-pad input[type="file"] {
    padding: 0px !important;
    margin-left: 15px;
    color: white;
    font-size: 14px;
    line-height: 30px;
}
.form-div .input, .form-div input:not([type=submit]), .form-div select, .form-div textarea{
    border: none;
    padding: 10px 30px;
    line-height: 25px;
    color: #363636;
    border-radius: 25px;
}
.form-div textarea{
    max-height: 70px;
}
textarea:focus, input:focus, textarea:focus-visible, input:focus-visible {
	border-color: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
}
.btn--primary, .bricks-button.btn--primary{
    text-align: center;
}
.wpcf7-spinner {
    display: none;
}
.checkbox-privacy{
    width: 18px !important;
    height: 18px !important;
}
.display-flex{
    display: flex;
}

@media only screen and (max-width: 767px){
    .display-flex{
        display: block !important;
    }
}
@media only screen and (min-width: 767px){
    .div-50:not(:last-child){
        float: left;
        margin-right: 50px;
    }
}
/*END FORM STYLE*/
.brxe-shortcode .facetwp-reset{
    color: var(--secondary);
    font-size: 14px;
}
.brxe-shortcode .fs-label-wrap {
    border: 1px solid black;
    border-radius: 50px;
}
.brxe-shortcode .fs-label-wrap .fs-label{
    padding: 20px 30px;
}
.brxe-shortcode .fs-wrap{
    width: 100%;
}
.brxe-shortcode .facetwp-type-search .facetwp-icon{
    right: 30px;
}
.brxe-shortcode .facetwp-icon:before{
    background: url(/wp-content/uploads/2022/12/search.svg) no-repeat;
    background-position: 5px 48%;
    background-size: 24px 24px;
    opacity: 1;
}
.brxe-shortcode .facetwp-input-wrap{
    width: 100%;
}
.brxe-shortcode .facetwp-facet input.facetwp-search{
    border: 1px solid black;
    border-radius: 50px;
    padding: 20px 30px;
    line-height: 1;
}
.brxe-shortcode .fs-arrow {
    width: 16px;
    height: 8px;
    border: none;
    right: 30px;
    background-image: url(/wp-content/uploads/2022/12/6A.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.brxe-shortcode select{
    background-image: url(/wp-content/uploads/2022/12/6A.svg);
    background-size: 15px 8px;
    padding: 20px 30px;
    line-height: 1;
    border: 1px solid black;
    border-radius: 50px;
}
.flex-people{
    display: flex !important;
    width: auto !important;
}
.facetwp-facet{
    margin-bottom: 0px !important;
}
.brxe-shortcode .facetwp-type-radio{
    display: flex;
    column-gap: 15px;
}
.brxe-shortcode .facetwp-radio {
    background-image: none; 
    margin: 0px; 
    padding: 0px; 
}
.brxe-shortcode .facetwp-radio{
    border: 1px solid black;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.brxe-shortcode .facetwp-radio.checked{
    background-image: none !important;
    color: #E52629;
    border-color: #E52629;
}
.facetwp-counter{
    display: none;
}
.facetwp-pager {
    text-align: center;
}
.brxe-shortcode .facetwp-page {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    color: #000000;
}

.fixed-position {
	position:fixed !important;
}
.logo-track {
   animation: 10s infiniteScroll linear infinite;
}

.logo-container:hover .logo-track{
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
   animation-play-state: paused;
}

.logo-url:hover {
   filter: none;
}

@keyframes infiniteScroll {
   100%{
       transform: translateX(-100%);
   }
}
.container{ position: relative; }
.overlay { 
	position:absolute; 
	bottom:0; 
	right:0; 
	right:0; 
	overflow:hidden; 
	width:100%; 
	height:100%;
	transition: opacity .5s ease;
	opacity: 0;
}
.overlay2 { 
	position:absolute; 
	bottom:0; 
	right:0; 
	left:0; 
	overflow:hidden; 
	width:0px; 
	height:100%;
	transition:.60s ease;
	opacity: 1;
}
.container:hover .overlay { opacity: 1;}

/*-------------------- MOBILE -------------------------------*/
@media only screen and (max-width: 767px){
    .facetwp-facet-filter_convenzioni{
        overflow-x: scroll;
        overflow-y: hidden;
    }
    #form-contatti .form-div label {
        margin-bottom: 30px;
    }
	.slider-navigation-left{
        width: 40px;
        height: 40px;
    }
    .slider-navigation-right{
        width: 40px;
        height: 40px;
        
    }
}
/*---------------------- END MOBILE ------------------------------------*/


/*------------------------- TABLET ------------------------------------------*/
@media only screen and (max-width: 1024px){
	
}
/*------------------------- END TABLET --------------------------------------*/


/*------------------------------- NOTEBOOK ----------------------------*/
@media only screen and (max-width: 1440px){
    .brxe-shortcode .facetwp-radio{
        font-size: 14px;
    }
	
}
/*-------------------------- END NOTEBOOK ---------------------------------*/