/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2022 | 23:47:40 */
/* Style footer headings */
#footer-widgets .container .row h4 {
  font-size: 24px !important;
  font-weight: bold !important;
}

/* slider btn text size*/
@media only screen and (min-width: 690px) and (max-width: 999px){
	.nectar-slider-wrap .swiper-container .swiper-slide .button a {
		font-size: 18px !important;
 }
}

@media only screen and (max-width: 690px) {
	.nectar-slider-wrap .swiper-container .swiper-slide .button a {
		font-size: 15px !important;
 }	
}
