/*
 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 all and (min-width: 990px) {

.nav-menu-link {
   position: relative;
   overflow: hidden;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
}

.nav-menu-link::before {
   content: "";
   position: absolute;
   z-index: 2;
   left: 0;
   right: 100%;
   bottom: 0;
   background: #011a2e;
   height: 1px;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
}

.nav-menu-link:hover::before {
   right: 0;
}

#brxe-tdkipe .brx-nav-nested-items > li > [aria-current="page"]::before {
   content: "";
   position: absolute;
   z-index: 2;
   left: 0;
   right: 0;
   bottom: 0;
   background: #011a2e;
   height: 1px;
}
	
}

/*---Cookie notice styles---*/

.cky-title {
	margin-bottom: 6px !important;
}

.cky-btn {
	border-radius: 7px !important;
	padding: 1rem 2rem !important
}
