/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 4.9.5
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/


/* MAINTENANCE MODE */
body.ut-bklyn-maintenance #ut-hero .hero-title,
body.ut-bklyn-maintenance .ut-hero-style-3 .hero-btn {
	color: black !important;
}
body.ut-bklyn-maintenance .ut-hero-style-3 .hero-btn {
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
/* END MAINTENANCE MODE */


/* HEADER */
#header-section {
	border-bottom: 0;
}
body #header-section #ut-top-header {
    border-bottom: 0;
}

#ut-open-mobile-menu {
	transform: scale(2) translateX(-10px);
}

/* Live badge menu */
.menu-item.live a.ut-main-navigation-link span::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -10px;
  padding: 0.5rem;
  background-color: #dc3545;
  border: 1px solid #f8f9fa;
  border-radius: 50%;
    
  -moz-animation-duration: 500ms;
  -moz-animation-name: blink;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-duration: 500ms;
  -webkit-animation-name: live-blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-duration: 500ms;
  animation-name: live-blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-moz-keyframes live-blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes live-blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes live-blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* END Live badge menu */


@media only screen and (min-width: 1025px) {
	.hero-inner.ut-hero-custom-center {
		margin-top: 90px; /* altezza logo */
	}
	body#ut-sitebody:not(.ut-page-has-no-content) #ut-hero.hero {
    	min-height: 100%;
    	height: 100%;
	}
}
/* END HEADER */


/* Override button modal form WPBean pag. servizi */
.ut-information-box button.wpb-pcf-btn {
  margin: 0 auto;
}
.ut-information-box button.wpb-pcf-btn::after {
  font-family: "Font Awesome 6 Free"; /* o "Font Awesome 6 Pro" se usi la versione Pro */
  font-weight: 900; /* per solid */
  content: "\f0a9";
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
}
.ut-information-box .box-light button.wpb-pcf-btn {
  background: #141618 !important;
  color: #fff !important;
}
.ut-information-box .box-light button.wpb-pcf-btn:hover {
  color: #4cf1f8 !important;
}
/* END Override button modal form WPBean */




/* =========================================
Mainframe Mouse Video
========================================= */

.mf-video-scrub {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: #f5f5f5;
}

.mf-video-scrub__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
    display: block;
    pointer-events: none;
    z-index: 0;
}

.mf-video-scrub > .hero-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    transform: translateX(-130px);
    z-index: 1;
}

.mf-video-scrub > .hero-inner .hth h1.hero-title {
    font-size: 125px;
    line-height: 1;
    color: #4fc0e7;
}
.mf-video-scrub > .hero-inner .hth h1.hero-title span {
	font-size: 60%;
}
.mf-video-scrub > .hero-inner .hdb .hero-description-bottom,
.mf-video-scrub > .hero-inner .hero-btn-holder .hero-btn {
    font-size: 26px !important;
    line-height: 1.5;
    font-weight: 400;
    color: #232323 !important;
}

.mf-video-scrub > .hero-inner .hth h1.hero-title,
.mf-video-scrub > .hero-inner .hdb .hero-description-bottom, 
.mf-video-scrub > .hero-inner .hero-btn-holder .hero-btn {
    font-family: "Barlow";
}

.mf-video-scrub > .hero-inner .hero-btn-holder {
    margin-top: 50px !important;
	border: 2px solid #e40080;
    width: fit-content;
    border-radius: 50px;
    background-color: transparent;
    transition: background-color 0.3s linear;
}

.mf-video-scrub > .hero-inner .hero-btn-holder:hover {
    background-color: #e40080;
}
.mf-video-scrub > .hero-inner .hero-btn-holder:hover .hero-btn {
    color: #fff !important;
}

body.error404 #header-section.ut-primary-custom-skin a,
body.error404 #header-section.ut-primary-custom-skin a.active,
body.error404 #ut-top-header i, #ut-top-header a i, 
body.error404 #header-section #ut-top-header {
	color: #232323 !important;
}

/* Mobile */
@media (max-width: 1023px) {
    .mf-video-scrub {
        height: 100svh;
        min-height: 500px;
    }
    .mf-video-scrub > .hero-inner {
        max-width: 100%;
        padding: 0 20px;
        align-items: center;
        background: rgba(255, 255, 255, .85);
        transform: unset;
    }
    .mf-video-scrub > .hero-inner .hth h1.hero-title {
        font-size: 70px;
    }
}