/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev {
	top: auto !important;
	bottom: -90px;
	left: 10% !important;
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
	top: auto !important;
	bottom: -90px;
	left: 11% !important;
	right: auto !important;
}

.swiper {
    overflow: visible !important;
}

@media only screen and (min-width: 600px) {
	.swiper.elementor-loop-container:first-child {
		margin-left: 10% !important;
	}
}

.swiper.elementor-loop-container {
    width: calc(100% / 1.2);
}

#backdrop {
    background-color: #001E3C99 !important;
	backdrop-filter: blur(35px) brightness(2.0) !important;
    -webkit-backdrop-filter: blur(35px) brightness(2.0) !important;
}

.blue h3 {
		color: #7BA8B3 !important;
	}


@media only screen and (min-width: 1600px) {
	.blue h3 {
		margin-left: -80px !important;
	}
}