/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.vc_custom_1588208277922{background-position:center bottom!important}
.sp-arrows {
    position: absolute;
   top: 300px !important; /* Fixed position from top */
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* allow clicks to pass through */
    z-index: 10;
}

.sp-arrow {
    pointer-events: all; /* allow arrow clicks */
    position: relative;
    background: rgba(0, 0, 0, 0.4); /* optional background */
    padding: 10px;
    border-radius: 50%;
}
.wpex-slider-slide img,.wpex-slider-media img {
    max-height: 590px!important;
}
@media only screen and (max-width: 767px) {
	.wpex-slider-slide img,.wpex-slider-media img {
    	max-height: 300px!important;
   }
	.wpex-slider.sp-horizontal .sp-next-arrow{
		right:-25px!important;
	}

	.wpex-slider.sp-horizontal .sp-previous-arrow{
		left:-25px!important;
	}
	.sp-arrows{top:50%!important}
}
@media (min-width: 768px) and (max-width: 1150px) {
	.wpex-slider-slide img,.wpex-slider-media img {
    	max-height: 450px!important;
   }
}
