.swiper-pagination-simple {
 
  text-align: center !important;
	font-size: 44px !important;
  line-height: 46px !important;
	font-family: palatino;
	letter-spacing: -0.1em;
}

.site-description {
	padding-top: 10%;
	font-size: 7.335rem;
	font-family: optima;
	line-height: 1.0;
	letter-spacing: -0.02em;
	
}

.half {
	width: 85%;
	margin: 0 auto;
}

.entry-title a {
	display: none;
}


/* styles for tablet */
@media only screen and (max-width: 767px) {
.site-description {
font-size: 6.5rem !important;

}
	.site-header {
	width: 80% !important;
}
	.swiper-pagination-simple {
 
    text-align: center !important;
		font-size: 24px !important;
    line-height: 26px !important;
 
}
	.half {
	width: 100%;

}
}

/* styles for mobile */
@media only screen and (max-width: 480px) {
.site-description {
font-size: 5.9rem !important;

}
	.site-header {
	width: 100% !important;
}
	.site-branding {
		max-width: calc(100%) !important;
	}
	.entry-title {
		display: none !important;
	}
	.swiper-pagination-simple {
 
    text-align: center !important;
		font-size: 18px !important;
    line-height: 16px !important;
 
}
	
	.half {
	width: 95%;
		font-size: 100% !important;
}
}
/*End mobile */

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image
{
	border-radius: 7px;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
	
	justify-content: center !important;
}


/*.swiper-pagination-bullet {
    display: none !important;
}*/


.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
    display: block !important;
    width: 49% !important;
    height: 94% !important;
    top: 0px !important;
    opacity: 0 !important;
			cursor: url('valtoch.com/wp-content/themes/twentytwentyone/assets/images/iconmonstr-arrow-left-thin.png') !important, auto;
  padding: 10px;
}
.wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white {
		cursor: url(assets/images/iconmonstr-arrow-left-thin.png) !important, auto;
  padding: 10px;
}

/* Jetpack Slideshow: let height follow the current slide */
.wp-block-jetpack-slideshow .swiper-wrapper,
.wp-block-jetpack-slideshow_swiper-wrapper {
  height: auto !important;
}
.wp-block-jetpack-slideshow .swiper-slide {
  height: auto !important;
}
.wp-block-jetpack-slideshow .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination-simple {
	padding-top: 20px !important;
}

