/**
 * Theme Name: Oryks Twentyfour
 * Template:   twentytwentyfour
 * Author: Oryks
 * Author URI: http://www.oryks.de
 * Version: 09.2024
 */

@media screen and (max-width: 1024px){
	.d-none {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.oryks-sm-submenu-container {
		padding-top: 5px !important;
	}
}

.wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 1rem;
}

.wp-block-jetpack-slideshow_pagination .swiper-pagination-simple {
  width: auto !important;
  text-align: center !important;
}




