/**
Theme Name: Astra Child
Author: SideWwalk
Author URI: https://side-walk.dk/
Description: Childtheme for Astra - modified by Side-Walk.dk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.home  .elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper{
	overflow: visible;
}


.home  .elementor-widget-container .elementor-loop-container .e-loop-item[data-elementor-type="loop-item"]{
	padding-right: 150px;
	padding-bottom: 10px !important;
}

@media (max-width: 768px) {
	.home  .elementor-widget-container .elementor-loop-container .e-loop-item[data-elementor-type="loop-item"]{
	padding-right: 20px;
	
	
}
	
	.forside-loop-card div{
		display: flex !important;
    flex-direction: column-reverse !important;
	}
	
	.forside-loop-card .img-container{
	border-radius: 0 0 10px 10px !important;
	}
	.foredragsholder-wrapper{
	display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    
	
	}
	
	 div.agenda-options{
		
	    display: flex;
    flex-direction: column;
    gap: 30px !important;
	}
}
.home  .elementor-element.elementor-arrows-position-outside .swiper{
	    width: calc(100% - 0px);
}


.agenda-list .agenda-item .agenda-time{
	    font-weight: 800;
    color: var(--e-global-color-653b04a);
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 0px;
}

.agenda-list .agenda-item .agenda-title{
	 font-weight: 700;
  
	font-size: 24px;
	line-height: 27px;
	
}

.agenda-list .agenda-item  .agenda-description{
	margin-bottom: 20px;
}


.agenda-list .agenda-item	.agenda-options .option-title{
	 font-weight: 700;
	font-size: 22px;
	line-height: 27px;
}


.agenda-list .agenda-item	.agenda-options .option-title .highlight {
  color: #13bef2;
}


	.agenda-list .agenda-item .agenda-option-container{
		  background-color: white;
        padding: 20px;
        border-radius: 10px;
	}

.kommende-billed-karrusel .swiper-slide-image{
	border-radius: 10px 10px 0 0 !important;
	width: 100%;
	height: 200px;
	object-fit: cover !important;
}

.feedback-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.feedback-slider {
    width: 100%;
 padding-bottom: 50px;
}


.feedback-box{
	padding:50px !important;
	height: 250px;
	display: flex;
    align-items: center;
	justify-content: center;
	background-color:#A6CE39;
}

.feedback-box p{
	font-size: 20px;
	color:white;
	padding: 0px;
    margin: 0px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	font-size: 30px;
	color:white;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
		font-size: 30px;
	color:white;
}
.swiper-button-next, .swiper-button-prev{
	top: 40% !Important;
}

@media (min-width: 768px) {
	
 div.agenda-options{
		
	    display: flex;
    flex-direction: column;
    gap: 30px !important;
	}

	

}




#gallery-1 > figure > div > a > img{
	width: 100%;
	height: 250px !important;
	object-fit: cover !important;
}



.elementor-widget-image-carousel .swiper{
	    border-radius: 0px 10px 10px 0px;
}

.event-menu .menu-item-type-post_type a{
	    border: 1px solid black;
    border-radius: 90px;
}

.event-menu .menu-item-type-post_type_archive a{
	    border: 1px solid black;
    border-radius: 90px;
}

.event-menu .current-menu-item a{
	border: 0px;
}

/* Skjul alle billeder efter det 8. */
.gallery .gallery-item:nth-child(n+9) {
	display: none;
}

/* Marker det sidste synlige billede */
.gallery .gallery-item:nth-child(8) {
	position: relative;
}

/* Overlay med hvid pil og mørk, rund baggrund */
.gallery .gallery-item:nth-child(8)::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 43%;
	width: 32px;
	height: 32px;
	background:
		rgba(0, 0, 0, 0.6)
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'><path fill='%23ffffff' d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/></svg>")
		no-repeat center center / 40%;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	pointer-events: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Lidt hover-effekt, så den føles levende */
.gallery .gallery-item:nth-child(8):hover::after {
	transform: scale(1.1);
	opacity: 0.9;
}

#embed-enalyzer > iframe{
	border-radius: 30px;
}
