/*
 Theme Name:   Pernice
 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
*/
#iubenda-cs-banner #iubenda-cs-title{
	line-height: 16px!important;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #e526299c;
}
::selection {
  color: white;
  background: #e526299c;
}

.btn-form{
    width: 200px;
	min-height: 60px;
  	gap: 30px;
}
.btn-form:after {
    content: url(/wp-content/uploads/2022/12/arrow-up-right.svg);
    align-self: center;
    display: block;
    width: 15px;
    height: 15px;
}
.brxe-button{
	min-height: 60px;
}
figcaption.bricks-image-caption{
	display: none !important;
}
.iub_content{
    padding: 0 !important;
}
.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;
}
a, button, div {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
*:focus, *:focus-visible {
    outline: none !important;
}
.btn--black:hover{
    background-color: var(--primary) !important;
}
.btn--primary:hover{
    background-color: var(--primary) !important;
	color: white !important;
}
.btn--white:hover{
    background-color: black !important;
}
.bricks-background-secondary:hover , .bricks-background-light:hover{
	background-color: var(--secondary) !important;
  	color: white !important;
}
.bricks-background-primary:hover{
	background-color: var(--primary) !important;
}
.bricks-background-light:hover svg path{
	fill: white !important;
}
*::-webkit-scrollbar {
    display: none;
}
.brxe-post-sharing li:hover a{
    background-color: var(--secondary);
    color: white !important;
}
/*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: 30px;
    font-size: 14px;
    line-height: 30px;
}
#form-contatti label{
    color: white;
    font-size: 14px;
    line-height: unset;
	margin-bottom: 30px;
}
#form-contatti .wpcf7-list-item{
    margin: 0px;
}
#form-contatti .btn--primary, #form-contatti .btn--black{
    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: 50px;
    border: 1px solid var(--secondary);
	min-height: 60px;
}
.form-div textarea{
    max-height: 70px;
}
textarea:focus, input:focus, textarea:focus-visible, input:focus-visible {
	border-color: transparent !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, .btn--black, .bricks-button.btn--black{
    text-align: center;
}
.wpcf7-spinner {
    display: none;
}
.checkbox-privacy{
    width: 10px !important;
    height: 10px !important;
	margin-right: 5px;
}
.checkbox-privacy:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border: 1px solid var(--secondary);
    border-radius: 5px;
	background-color: white;
}
.checkbox-privacy:checked:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid var(--secondary);
    border-radius: 5px;
	background-image: url(/wp-content/uploads/2023/01/checkbox-active.svg);
    background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}
.display-flex, .display-flex-check{
    display: flex;
}
.display-flex-check .wpcf7-form-control-wrap{
	margin-right: 10px;
}
.display-flex-check .wpcf7-form-control-wrap .wpcf7-acceptance{
    display: flex;
}
#form-contatti .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.2em 1em;
    border: 1px solid #000000;
	background-color: white;
	border-radius: 15px;
	color: #000000;
}
#form-contatti .wpcf7 form.invalid .wpcf7-response-output, #form-contatti .wpcf7 form.unaccepted .wpcf7-response-output, #form-contatti .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: var(--primary-light);
}
#form-contatti .wpcf7 form.sent .wpcf7-response-output {
	background-color: #bef4cf;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--accent);
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--accent);
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: var(--accent);
}
@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*/

.container-home-collabora .text-code{
	z-index: 1;
}

.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;
	opacity: 1;
}
.brxe-shortcode .facetwp-icon:before{
    background: url(/wp-content/uploads/2022/12/search.svg) no-repeat;
    background-position: 5px 48%;
    background-size: 24px 24px;
}
.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;
}
.brxe-shortcode .fs-dropdown{
    border: 1px solid var(--secondary);
    border-radius: 15px;
    overflow: hidden;
    top: 70px;
}
.brxe-shortcode .fs-dropdown .fs-search{
    padding: 15px;
    background-color: #fff;
}
.brxe-shortcode .fs-dropdown .fs-options {
    max-height: 225px;
}
.brxe-shortcode .facetwp-display-value{
    padding: 0 !important;
}
.brxe-shortcode .fs-dropdown .fs-search input{
    border: 1px solid var(--secondary);
    padding: 10px;
    line-height: 1;
}
.brxe-shortcode .fs-dropdown .fs-search input:focus, .brxe-shortcode .facetwp-type-search .facetwp-search:focus{
    border-color: 1px solid var(--secondary) !important;
}
.brxe-shortcode .fs-dropdown .fs-options .fs-option{
    border-top: 1px solid var(--secondary);
    padding: 15px;
}
.brxe-shortcode .fs-wrap.multiple .fs-dropdown .fs-option{
    padding-left: 50px;
}
.brxe-shortcode .fs-dropdown .fs-no-results{
    padding: 15px;
}
.brxe-shortcode .fs-wrap.multiple .fs-dropdown .fs-option .fs-checkbox{
    width: 50px;
}
.brxe-shortcode .fs-wrap.multiple .fs-dropdown .fs-option .fs-checkbox i{
    width: 20px;
    height: 20px;
    border: 1px solid var(--secondary);
    border-radius: 0px;
}
.brxe-shortcode .fs-wrap.multiple .fs-dropdown .fs-option.selected .fs-checkbox i{
    background-image: url(/wp-content/uploads/2023/01/checkbox-active.svg);
    background-size: cover;
}
.brxe-shortcode .fs-option-label:first-letter, .brxe-shortcode .fs-label:first-letter{
    text-transform: uppercase;
}
.brxe-shortcode .facetwp-reset{
    font-weight: 600;
}
.brxe-shortcode .facetwp-facet-filter_anno_progetti .fs-search,
.brxe-shortcode .facetwp-facet-filter_categorie_progetti .fs-search,
.brxe-shortcode .facetwp-facet-filter_anno_interviste .fs-search{
    display: none;
}
.brxe-shortcode .facetwp-facet-filter_anno_progetti .fs-option:nth-child(2),
.brxe-shortcode .facetwp-facet-filter_categorie_progetti .fs-option:nth-child(2){
    border-top: 0px;
}
.brxe-shortcode .facetwp-facet-filter_anno_progetti .fs-option:first-child,
.brxe-shortcode .facetwp-facet-filter_cliente_progetti .fs-option:first-child,
.brxe-shortcode .facetwp-facet-filter_categorie_progetti .fs-option:first-child{
    display: none;
}
.brxe-shortcode .facetwp-facet-filter_anno_interviste .fs-option:first-child{
    border-top: 0px;
}
.brxe-shortcode .fs-options .selected {
    background-color: var(--bricks-border-color) !important;
    font-weight: 600;
}
.flex-people{
    display: flex !important;
    width: auto !important;
	align-items: center;
}
.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; 
    border: 1px solid black;
    border-radius: 50px;
    padding: 8px 20px 5px;
}
.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;
	line-height: 32px;
}
.brxe-shortcode .facetwp-page img{
	width: 14px;
	height: 14px;
}
/* .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: 768px){
	.facetwp-facet-blog_filter{
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
/*---------------------------------------------------------- END MOBILE ----------------------------------------------------------*/


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


/*----------------------------------------------------------- NOTEBOOK -----------------------------------------------------------*/
@media only screen and (max-width: 1470px){
	#form-contatti .form-div label{
	    margin-bottom: 20px;
	}
}
/*--------------------------------------------------------- END NOTEBOOK ---------------------------------------------------------*/