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

.snow-wrap {
    position: absolute;
    width: 100%;
    height: 100dvh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	pointer-events: none;
}

#brxe-winjas > .splide__pagination .splide__pagination__page {
	transition: .3s ease all;
}

div#brxe-cyhebx {
    gap: 10px;
    display: flex;
}


#brxe-rlucrk {
    flex-direction: column !important;
}

@media (max-width: 767px) {
	div#brxe-xrwfgv {
		flex-direction: column;
		gap: 10px;
	}
	
	div#brxe-cyhebx {
		flex-direction: column;
	}
	
	.sponsors-wrap {
		flex-direction: column;
	}	
	
	:root {
		--gutter: 2rem;
	}
}