p{
	opacity:1;
}

#wrapper{
	padding-bottom: 1.563rem;
}

.page-cms .row{
	display: flex !important;	
	flex-direction: column !important;
	gap: 20px;
}

.row .col-xs-12.col-sm-4:has(.cms-block),
.row .col-xs-12.col-sm-4:has(.cms-box){
	width: 100%;
	padding: 0 1.8rem;
	border-left: 4px #283477 solid;
    border-radius: 4px;
}

#content .page-heading.bottom-indent{
	justify-self: center !important;
}

#main #content.page-cms{
	padding: 2.25rem;
}

body#cms #wrapper {
	background:white!important;
}

@media(max-width:475px){
	body#cms #wrapper #content{ 
		padding:0!important;
	}
	
	body#cms #content .elementor-carousel-wrapper.swiper .swiper-slide figure {
		display:block!important;
		height:100%;
	}
	body#cms #content .elementor-carousel-wrapper.swiper .swiper-slide figure img{
		height:100%;
		width:100%;
		object-fit:contain;
	}
	body#cms #content .elementor-carousel-wrapper {
		height:200px;
	}
	
	body#cms .flex-reverse-col .elementor-row{
		flex-direction:column-reverse!important;
	}
	
	body#cms .club-team-container .elementor-column {
		width:33.33%!important;
	}
	
}