.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
.fl-module-adv-testimonials .bx-wrapper {
    margin: 0 auto;
}
a {
	text-decoration: none !important
}
.white-image img {
	filter: brightness(0) invert(1);
}
.fl-module-content-slider .fl-content-slider .fl-slide-content-wrap {
    position: absolute;
    bottom: 0;
}
.bg-primary {
    background-color: var(--bs-primary) !important;
}
.bg-secondary {
    background-color: var(--fl-global-secondary) !important;
}
.fl-module-fl-post-content h1 {
    font-size: 22px;
}
.fl-module-fl-post-content h2 {
    font-size: 20px;
}
.fl-module-fl-post-content h3 {
    font-size: 18px;
}
.fl-module-fl-post-content h4 {
    font-size: 16px;
}
.fl-module-fl-post-content h5 {
    font-size: 14px;
}
.fl-module-fl-post-content h6 {
    font-size: 13px;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}
.biodata-siswa .fl-photo-content img {
    height: 250px;
    width: auto;
    object-fit: contain;
}



@media (min-width: 768px) {
    body:not(.fl-builder-edit) .header-sticky-scrolled {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: #fff;
        max-width: 100%;
        z-index: 1030;
        animation: hilang .5s;
    }

    .admin-bar:not(.fl-builder-edit) .header-sticky-scrolled {
        top: 32px;
    }
}

@media only screen and (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
	.fl-module-content-slider .fl-content-slider .fl-slide-content-wrap {
		padding: 20px;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.fl-module-content-slider .fl-slide .fl-slide-content {
        padding: 0 !important;
    }
     .fl-content-slider .fl-slide-bg-photo {
         height: 450px;
    }
    .fl-slide-mobile-photo {
         display: none;
    }
     .fl-content-slider .fl-slide .fl-slide-content {
         background-color: transparent;
    }
	.fl-content-slider .fl-slide .fl-slide-foreground {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
	.fl-slide-content-wrap {
		padding: 0 25px;
	}
    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 1000px !important;
        width: 100% !important;
    }
}
