#home-top-vimeo .fluidvids {
    position: unset !important;
}

/* Home Page - Subtitles */
.eltd-section-subtitle {
    font-style: normal !important;
}

/* Top Section */
#home-top-img.disable,
#home-top-vimeo.disable,
#home-top-sapo.disable {
  display: none !important;
}
#home-top-stream.disable{
  display: none !important;
}

#home-top-stream iframe {
    margin-bottom: -10px !important;
}

#home-top-stream .eltd-section-inner {
    width: 100% !important;
}

#home-programa .eltd-section-title {
    letter-spacing: 0.021em;
}
#home-top-sapo .wpb_wrapper,
#home-top-vimeo .wpb_wrapper {
    display: none;
}


/* Home Page - Section titles button */
#designers .mlx-sectionbtn,
#community .mlx-sectionbtn,
#talks .mlx-sectionbtn,
#wonder-room .mlx-sectionbtn {
	float: left;
    font-family: Poppins;
    letter-spacing: 0.021em;
}

@media (max-width: 767px) {
    .mlx-btncol-left {
        float: left;
        width: 60% !important;
    }
    .mlx-btncol-right {
        float: right;
        width: 40% !important;
    }
    .mlx-btncol-left .vc_column-inner {
        padding-right: 0 !important;
    }
    .mlx-btncol-left .mlx-sectionbtn {
        font-size: 22px !important;
        line-height: 30px;
        text-align: left;
    }
    .mlx-btncol-right .vc_column-inner {
        padding-left: 0 !important;
    }
    .mlx-btncol-right .eltd-btn.eltd-btn-transparent {
        font-size: 10px !important;
    }
}

/* Home Page - section community */
@media (max-width: 767px) {
    .eltd-portfolio-list-holder-outer.eltd-ptf-masonry-with-space article,
    .eltd-portfolio-list-holder-outer.eltd-ptf-masonry-with-space article .eltd-item-image-outer-wrapper,
    .eltd-portfolio-list-holder-outer.eltd-ptf-masonry-with-space article .eltd-item-image-outer-wrapper .eltd-item-image-holder,
    .eltd-portfolio-list-holder-outer.eltd-ptf-masonry-with-space article .eltd-item-image-outer-wrapper .eltd-item-image-holder img {
        height: auto !important;
    }
}

/* Home Page - Section Designers */
#designers .eltd-portfolio-slider-holder .eltd-portfolio-list-holder.owl-carousel .owl-item {
	height: 100% !important;
}
#designers .eltd-portfolio-slider-holder .eltd-portfolio-list-holder.owl-carousel .owl-item .eltd-item-image-holder {
    height: 440px !important;
}
#designers article .eltd-item-title {
    width: fit-content;
    padding-right: 10px;
}
@media (max-width: 767px) {
    #designers .eltd-portfolio-slider-holder .eltd-portfolio-list-holder.owl-carousel .owl-item {
        height: 440px !important;
    }
    #designers .eltd-portfolio-slider-holder .owl-dots {
        margin: 10px 0 0;
    }
}
@media (max-width: 767px) {
    #designers .eltd-portfolio-slider-holder.eltd-ptf-slider-overlay .eltd-portfolio-list-holder article .eltd-item-text-overlay {
        bottom: 5% !important;
    }
}

/* Home Page - Section Community */
.portfolio_category_265:before {
    content: "PUB";
    position: absolute;
    display: block;
    z-index: 9;
    background-color: #000;
    padding: 2px 9px;
    top: 10px;
    color: #fff;
}
/* Home Page - Section Community */
.portfolio_category_265:before,
.portfolio_category_266:before {
    content: "PUB";
    position: absolute;
    display: block;
    z-index: 9;
    background-color: #000;
    padding: 2px 9px;
    right: 13px;
    top: 10px;
    color: #fff;
}

article a.eltd-portfolio-link.mlxicon img {
    position: absolute;
    right: 13px;
    top: 10px;
}

/* Home Page - Section talks */
#talks .owl-item {
	height: 100% !important;
}
@media (max-width: 767px) {
    #talks .eltd-portfolio-slider-holder .owl-dots {
        margin: 10px 0 0;
    }
}
#talks .owl-item .eltd-item-title {
    width: fit-content;
    padding-right: 10px;
}

/* Home Page Section Wonder Room */
.add-to-cart-holder {
    display: none !important;
}
.eltd-product-list-holder .eltd-type-2 .eltd-product-inner:hover .eltd-product-details {
    opacity: 1 !important;
    visibility: visible !important;
}
li.product:hover a {
    opacity: .7 !important;
}

/* Home Page - Logos Slider */
#sponsors-row .wpls-logo-showcase .wpls-logo-cnt.slick-slide {
	margin: 0 25px;
}
#sponsors-row .wpls-logo-showcase .slick-arrow {
	border-radius: 0 !important;
	background: #000 !important;
	width: 42px;
	height: 42px;
	text-indent: unset;
}
#sponsors-row .wpls-logo-showcase .slick-arrow:before {
	font-family: 'ElegantIcons';
	font-size: 35px;
	color: #fff;
	line-height: 44px;
	display: block !important;
	opacity: 1;
}
#sponsors-row .wpls-logo-showcase .slick-next {
    right: -2%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .4s,opacity .4s;
    -moz-transition: right .4s,opacity .4s;
    transition: right .4s,opacity .4s;
}
#sponsors-row .wpls-logo-showcase .slick-next:before {
    content: "\24" !important;
}
#sponsors-row .wpls-logo-showcase:hover .slick-next {
	opacity: 1;
	right: 2% !important;
}
#sponsors-row .wpls-logo-showcase .slick-prev {
    left: -2%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left .4s,opacity .4s;
    -moz-transition: left .4s,opacity .4s;
    transition: left .4s,opacity .4s;
}
#sponsors-row .wpls-logo-showcase .slick-prev:before {
    content: "\23" !important;
}
#sponsors-row .wpls-logo-showcase:hover .slick-prev {
	opacity: 1;
	left: 2% !important;
}
