/*
Theme Name: Kids Jump Tech
Template: hello-elementor
Text Domain: kids-jump-tech
*/

:root {
	--color-accent-orange: #ff5722;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@media(width < 800px) {
	.menu-logo {
    	width: 150px !important;
	}
}

@media(width > 767px) {
	.menu-item--centered {
		text-align: center;
	}
}

.custom-grid,
.custom-grid > div {
	position: relative;
}
@media(width > 767px) {
	.custom-grid > div:nth-child(odd)::after {
	content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    translate: 0 -50%;
    height: calc(100% + 20px);
    border-color: #bababa;
    border-inline-start-style: dotted;
    border-inline-start-width: 3px;
}
.custom-grid::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	height: 3px;
	width: 95%;
	border-bottom: 3px dotted #bababa;
}
}
@media(width < 768px) {
	.custom-grid > div::after {
		content: '';
		position: absolute;
		bottom: -20px;
		left: 50%;
		translate: -50%;
		height: 3px;
		width: 95%;
		border-bottom: 3px dotted #bababa;
}
}