/*
 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 (max-width: 767px) {
    #brxe-fqpeyk.show-mobile-menu .bricks-mobile-menu-toggle {
        top: 15px;
       	right: 15px;
        position: absolute;
		scale: 1.2;
    }
}

#brxe-inzptl .gt_float_switcher{
	font-size: 0.8rem;
	line-height: 16px;
	box-shadow: none;
}
#brxe-inzptl .gt_float_switcher .gt_options{
	position: absolute;
    top: 50px;
	width:140px;
	right:0;
}
#brxe-inzptl .gt_float_switcher .gt_options a{
	padding: 0;
}

.ntl-spainfo-mobile-menu{
	padding: 30px;
    background: #917a58;
    display: grid;
    row-gap: 10px;
}
.ntl-spainfo-mobile-menu .spa-name{
	font-weight: 700;
}
.ntl-spainfo-mobile-menu .spa-info{
	display: grid;
    row-gap: 10px;
}
.ntl-spainfo-mobile-menu .spa-info div{
	display: grid;
    grid-template-columns: 22px 1fr;
}