/*
 Theme Name:   SBOTOP
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child theme customized for sbotop
 Author:       Developer Team
 Template:     generatepress
 Version:      1.0
*/

/* p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
button,
input,
textarea,
select {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
} */

a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.grid-bg {
		position: absolute;
		inset: 0;
		height: 100%;
		width: 100%;
		background-image: linear-gradient(
				to right,
				#00000012 1px,
				transparent 1px
			),
			linear-gradient(to bottom, #00000012 1px, transparent 1px);
		background-size: 55px 55px;
	}
}

#nav-below {
	background-color: transparent;
}

.embla {
	overflow: hidden;
}
.embla__container {
	display: flex;
}
.embla__slide {
	flex: 0 0 100%;
	min-width: 0;
}

.team-name {
	overflow-wrap: anywhere;
}

@media (min-width: 768px) {
	.splide__arrow--prev {
		margin-left: -80px !important;
	}

	.splide__arrow--next {
		margin-right: -80px !important;
	}
}
