/*
 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
*/

/* HEADER */
#brx-header{
    z-index:999;
}
.scrolling .home{
    max-width:55px!important;
}
/* GENERAL */
body.bricks-is-frontend :focus-visible {
    outline: none;
}
ul.sub-menu {
    left: 0 !important;
}
/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
}
::-webkit-scrollbar-track {
    background: #ffffff; 
}
::-webkit-scrollbar-thumb {
    background: #1c2c34; 
    transition: background 0.3s;
}
::-webkit-scrollbar-thumb:hover {
    background: #1c2c34; 
}
textarea::-webkit-scrollbar {
    width: 6px;
}
/* NAVIGATORE PER ARTICOLI */
.navigator {
    position:relative;
}
.navigator i.ti-angle-left, .navigator i.ti-angle-right {
    background: #8bb6c6;
    padding: 6px;
}
/* WALL INSTAGRAM */
.instagram-gallery__actions, #instagram-gallery-feed-0 .swiper-button-prev, #instagram-gallery-feed-0 .swiper-button-next{
	display:none;
}
.instagram-gallery__actions {
    background: white !important;
}
/*  */
.rotated-icon{
	transform:rotate(180deg);
}
.rotate--180{
	transform:rotate(0deg);
}
.exp-item:hover svg :not([fill="none"]) {
  fill: #ffffff !important;
}
.exp-item:hover .exp-title{
	color:white;
}
.exp-item, .exp-item svg, .exp-title{
	transition:all 0.5s linear!important;
}
.slider-item, .slider-overlay-exp, .ico-cont, .btn-cont, .divid-0{
	transition:all 0.3s linear!important;
}
.exp-item:hover .alter-icon :not([stroke="none"]) {
    stroke: white !important;
}
.title-sec-cont:before, .title-sec-cont-2:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    border-left: 1.5px solid #1c2c34;
    top: 12px;
    width: 15px;
    border-top: 1.5px solid #1c2c34;
}
.title-sec-cont-2:before {
    top: 0;
    bottom:32px;
    height:inherit;
    border-left: 1.5px solid #1c2c34;
    border-top:none;
    border-bottom: 1.5px solid #1c2c34;
}
.title-container.before-1::before, .title-container.before-2::before{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    border:1px solid white;
    z-index:-1;
    margin-left:-3rem;
    margin-top:-1rem
}
.title-container.before-2::before {
    margin-left: -6rem;
    margin-top: 0rem;
}
.slider-overlay-exp:hover .ico-cont, .slider-overlay-exp:hover .btn-cont{
    opacity:1!important;
}
.slider-overlay-exp:hover .divid-0, .item-grid-pack:hover .divid-0{
    max-width:30px!important;
}
.price {
    font-size: 36px;
    color: #265560;
}
.play svg polygon{
    fill:white;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none!important;
    opacity: 1;
}
.splide__track--nav>.splide__list>.splide__slide{
    opacity:0.6;
    border:none!important;
    transition:all 0.3s ease-in-out;
}
.splide__track--nav>.splide__list>.splide__slide:hover{
    opacity:1;
}
/* LINEE PROGRESSIONE SLDIER HOME */
.my-progress-bar {
    position: relative;
    right: 0;
    left: auto;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease, opacity 0.3s ease;
    background-color:white;
    border-radius:2px;
}
.progress-container{
    position: absolute;
    top: 50%;
    right: 2.5vw;
    height: 80px;
    width: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* PULSANTIERA */
div#brxe-okfstl.opened {
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.39);
}
/* PRIVACY FORM */
.form-group:nth-child(8) label {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}
.form-group:nth-child(8) label a{
    font-weight: 600;
    color: #265560;
}
.form-group:nth-child(8) li{
    display:flex;
    align-items: flex-start;
}
.title-sec-cont.green::before {
    border-color:#265560;
}
/* ICONE PACCHETTI E PROMO */
img.icon-service {
    width: 40px;
    max-width: 40px;
}
.servizio-item.d--flex.row-align {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
}
/* MEDIA QUERY */
@media(min-width:768px){

    .navigator::before {
        content: '';
        position: absolute;
        height: 1.5px;
        width: calc(100% - 150px);
        background: #8bb6c6;
        margin-left: 75px;
        top: 50%;
        transform: translateY(-50%);
    }
	.telecomando.opened {
    max-width: inherit !important;
	}
	.pulsantiera.visible-p {
    transform: translateX(0%) translateY(-50%)!important;
	}
}
@media(max-width:767px){
.progress-container {
    top: inherit;
    right: 5.5vw;
    bottom: 32px;
    }
    .ico-cont, .btn-cont {
        opacity: 1 !important;
    }
    .title-container.before-2::before {
        margin-left: -3rem;
        margin-top: -0.5rem;
    }
	.pulsantiera.visible-p {
        transform: translateX(0%) translateY(0%)!important;
	}
	.telecomando.opened {
        max-height: inherit !important;
    }
    .title-container.before-1::before {
        margin-left: -2rem!important;
        margin-top: -3rem!important;
    }
}