

.ekko-lightbox button button:hover, .ekko-lightbox  button:not(:hover):not(:active):not(.has-text-color), .lightbox button .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background-color: transparent!important;
}

.swiper-container { padding: 40px 0 40px 0;}

/* Swiper slider Carousel */

.swiper-slide {
		width:350px;
		height: auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

.swiper-slide::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
}

.swiper-slide .swipe-text-box {

      position: relative;
      width:90%;
      left: 5%;
			text-align: justify;
      border:1px solid lightgrey;
      border-radius:10px;
      padding:10px

}

.swipe-text-box h3, .swipe-text-box p {color:white;text-align:left;font-weight:bolder;padding-left:10px}
.swipe-text-box h3 {font-size:20px}
.swipe-text-box p {font-size:14px}

.swiper-slide p {
position: relative;
top: 22%;

}

.swiper-pagination-bullet {
width: 15px;
height: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {bottom: 20px;}

.swiper-pagination-bullet-active {
background-color: #fecf0f
}

.swiper-container-android .swiper-slide, .swiper-wrapper {

}

.overflowy {height:77px; overflow-y: auto;line-height:1.6}

::-webkit-scrollbar {
    width: 0.2em;
}
::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: white
}
::-webkit-scrollbar-thumb {
    background: #eee
}​

.swiper-button-next:after, .swiper-button-prev:after {
font-size: 20px;

}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: unset;
    height: unset;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
