/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.content-area {
    float: none;
    position: relative;
    width: 100%;
    padding-right: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #f1f1f1;
}

aside#right-sidebar {
    display: none;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

a:focus {
  outline: none !important;
}

.page-header{
    display: none !important;
}

div#top-bar-wrap {
    display: none !important;
}

#site-header {
    border-bottom: 0px solid #f1f1f1;
}

.icon-section figure.elementor-image-box-img {
    height: 70px;
}

.icon-section .elementor-image-box-wrapper{
	display: flex;
    flex-direction: column;
}

.icon-section figure.elementor-image-box-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    vertical-align: bottom;
    text-align: center;
    margin: 0 auto 20px !important;
}

.custom-img-box h3.elementor-image-box-title {
    margin-bottom: 0px;
} 


.custom-slider .elementor-swiper-button-next{
	right: 130px !important;
    top: 0 !important;
}

.custom-slider .elementor-swiper-button-prev{
	left: auto !important;
    right: 210px !important;
    top: 0 !important;
}

.custom-slider .elementor-swiper-button-prev i, .custom-slider .elementor-swiper-button-next i{
	opacity: 0;
}


.custom-slider .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url(https://encantada.fresh-coding.be/wp-content/uploads/2023/11/Group-11525.png);
}

.custom-slider .elementor-swiper-button.elementor-swiper-button-prev{
	  background-image: url(https://encantada.fresh-coding.be/wp-content/uploads/2023/11/Group-11526.png);
	
}

/*------------------- Responsive ---------*/

@media all and (max-width:767px){
	.custom-img-box .elementor-image-box-wrapper {
		  display: flex;
		}

		.custom-img-box .elementor-image-box-content {
		  padding-top: 5px;
		}
	
		.custom-slider .elementor-swiper-button-next {
	  right: 100px !important;
	  top: 0 !important;
	}
}