/*!
Theme Name: Bader theme
Theme URI:
Author: Bader
Description: Description
Version: 1.0.0
*/

@import "assets/css/main.min.css";

.acf-map {
    width: 100%;
    height: 100%;
}

.acf-map img {
    max-width: inherit !important;
}

.header .icons button{
    border: 0;
    background: 0 0;
	padding: 0;
}

.privacy .title h2 {
	font-size: 142%;
}
.menu-kurses-title li{
	font-size: 24px;
}
.page-hero.hero-v2 h1, .page-hero.hero-v2 h2{
	text-shadow: 2px -2px 3px rgba(0, 44, 68, 0.3);
}
/* .page-hero{
	overflow: hidden;
} */

.bath .bath-item .top span.circle.red::before {
	background-color: red;
}
.home .page-hero,
.page-hero.hero-v2{
	background-color: #002c44;
}
.page-hero .video, .page-hero .bg-block{
	z-index: 0;
}
.page-hero.small-hero h1, .page-hero.small-hero h2{
	position: relative;
}
.page-hero.hero-v2 h1, .page-hero.hero-v2 h2{
	position: relative;
}
.table-scroll.table-time a, .bottom-content a, .menu-inner ul li.current-menu-item a{
	color: #002c44;
	position: relative;
}
.table-scroll.table-time a::before, .bottom-content a::before, .menu-inner ul li.current-menu-item a::before{
	content: "";
    height: 1px;
    background: #002c44;
    width: 100%;
    position: absolute;
    bottom: 1px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
.table-scroll.table-time a:hover::before, .bottom-content a:hover::before, .menu-inner ul li.current-menu-item a:hover::before{
	opacity: 0;
}
.news-post .image img{
	max-width: 100%;
	height: auto;
}
.filter-error{
	width: 100%;
}
a:focus:not(:focus-visible), button:focus:not(:focus-visible) {
  outline: none;
}
a:focus, button:focus{
	outline: 1px solid #fff;
	box-shadow: 0 0 0 2px rgba(206, 206, 206, 0.8);
	-moz-box-shadow: 0 0 0 2px rgba(206, 206, 206, 0.8);
	-webkit-shadow: 0 0 0 2px rgba(206, 206, 206, 0.8);
}
.logo a{
	display: block;
}

body .brlbs-cmpnt-content-blocker a:before {
	display: none;
}

/* .menu-block{
    display: none;
}
.menu-block.active{
    display: block;
}
.menu-inner{
    display: none;
}
.menu-inner.active{
    display: block;
} */
