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

@media screen and (min-width: 992px) and (max-width: 1920px) {
h1 {
	font-size: 13vw !important;
	}
}
@media screen and (min-width: 1921px) {
h1 {
	font-size: 10vw !important;
	}
}

/* header */
.brx-nav-nested-items > li.menu-item {
	position: relative;
}
.brx-nav-nested-items > li.menu-item:after {
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: 2px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.4s ease;
}
.brx-nav-nested-items > li.menu-item:hover::after {
	width: 100%;
	background: #fdfdfd !important;
}
.button-menu-mobile {
    font-size: 18px !important;
    font-family: "Syne" !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: 2% !important;
	color: #151515 !important;
}
.hamburger-button .brxa-inner:before {
    top: -12px !important;
}
.hamburger-button .brxa-inner:after {
    bottom: -12px !important;
}
.hamburger-button.is-active .brxa-inner:after {
    bottom: 0 !important;
}

/* list of therapy */
.therapy-box:hover .more-btn {
	background: #FDFDFD;
}
.therapy-box:hover .more-btn svg path {
	fill: #151515;
}
.more-btn {
	transition: all 0.3s ease;
}

/* slider */
.hdn-txt.is-show img {
	height: calc(100% - 80px) !important;
	transition: all 0.3s ease;
}
.hdn-txt.is-show .hdn-txt-cnt {
	bottom: 0 !important;
	opacity: 1 !important;
	transition: all 0.3s ease;	
}

/* img mask */
/*.img-mask {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)) !important;
}*/

/* certificates */
[class*="subnav-rel"].is-active {
	color: #FDFDFD !important;
}
div[class*="subnav-cnt"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
div[class*="subnav-cnt"].is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* logos slider */
/*.sldr-logo .splide__list {
  display: flex;
  will-change: transform;
  animation: marquee 14s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}*/

/* button chat */
.button-chat:hover .button-chat-icon {
	transform: scaleX(1.15) scaleY(1.15) !important;
}

