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

body {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
	#bricks-one-page-navigation{
		display: none!important;
	}
}

.menu {
    transition: .5s ease-in;
    transform: translateX(-105%);
}

.menu[open="yes"] {
    transform: translateX(0)!important;
}

.swiper-pagination-bullet{
background-color: #5e636e!important;
}

.swiper-pagination-bullet-active{
background-color: #f44336!important;
}