/*
Theme Name: kleurplaten
*/
@font-face {
  font-family:Poppins;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap);
}
body {
            font-family: 'Roboto Slab', serif;
            background-color: #e6f7eb;
        }

        .navbar-brand,
        h1,
        h2,
        h3 {
            font-weight: 700;
        }
h2{
	    font-size: calc(1.275rem + .3vw) !important;
}
header.site-header{
	background:#E6F7EB;
}
.section-title {
  position: relative;
  display: inline-block;   
  padding-bottom: .5rem;  
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;             
  left: 0;                 
	width: 25%;
	height: 3px;
	background-color: chocolate;
}
.hero {
 
  background-color: #f0f0f0;
  background-size: contain;
  background-position: center;
  contain: paint layout;
  will-change: background-image;
}
.hero>.text-center{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hero .hero-box{
	    background: radial-gradient(black, #FFF);
    border-radius: 20px;
    padding: 20px;
}
.hero h1,
.hero h2{
	color:#FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.card img {
    width: 100%;
	height: auto;
    object-fit: cover;
}
#background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    z-index: 1;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
  max-width: var(--max-width);
  margin: auto;
}
.alignleft{
	float:left;
	margin:5px;
}
        .btn-primary {
            background-color: #ff6b6b;
            border-color: #ff6b6b;
        }

        .btn-primary:hover {
            background-color: #ff4757;
            border-color: #ff4757;
        }

        .feature-icon {
            font-size: 3rem;
            color: #ff6b6b;
        }

        .social-icons {
            text-align: center;
        }

        .social-icons a {
            margin: 2px 5px;
            padding: 5px 5px;
            transition: all 0.3s ease;
        }

        .social-icons i {
            font-size: 1.5rem;
        }

        /* Facebook */
        .social-fanpage {
            background-color: #3b5998;
            color: white;
        }

        .social-fanpage:hover {
            background-color: #4c70ba;
        }

        /* TikTok */
        .social-tiktok {
            background-color: #000000;
            color: white;
        }

        .social-tiktok:hover {
            background-color: #69c9d0;
        }

        /* YouTube */
        .social-youtube {
            background-color: #ff0000;
            color: white;
        }

        .social-youtube:hover {
            background-color: #ff3333;
        }

        /* Instagram */
        .social-instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
            color: white;
        }

        .social-instagram:hover {
            opacity: 0.9;
        }

        /* Twitter */
        .social-twitter {
            background-color: #1da1f2;
            color: white;
        }

        .social-twitter:hover {
            background-color: #4db5f5;
        }

        /* Pinterest */
        .social-pinterest {
            background-color: #bd081c;
            color: white;
        }

        .social-pinterest:hover {
            background-color: #d50c22;
        }

        .social-icons-container {
            position: fixed;
            right: 5px;
            top: 60%;
            transform: translateY(-60%);
            z-index: 1000;
        }

        .social-toggle {
            position: fixed;
            right: 8px;
            top: 37%;
            transform: translateY(-37%);
            z-index: 99;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #ff6b6b;
            color: white;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
        }

        .social-toggle:hover {
            background-color: #ff4757;
        }
		@media (max-width:768px){
			.alignleft {
				float: unset;
				display: flex;
				margin: auto;
			}
			#slider-box{
				height:80vh;
			}
		}
        @media (max-width: 991px) {
            .social-icons-container {
                display: none;
            }

            .social-toggle {
                display: flex !important;
            }

            .social-icons-container.show {
                display: block;
            }
			 #searchBtn {
                margin-top: 0.5rem;
            }
        }

        .search-box {
            display: none;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            z-index: 1000;
            background-color: #f8f9fa;
        }

        .search-box.show {
            display: block;
        }

#gallery img {
	object-fit: cover; /* or contain */
	width: 100%;
	height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cl-gallery .gallery-item {
  position: relative;
  overflow: hidden;
}

.cl-gallery .gallery-item .action-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.cl-gallery .gallery-item:hover .action-overlay {
  opacity: 1;
}
.cl-gallery .gallery-item:hover img{
	transform: scale(1.02);
}
.cl-gallery .gallery-item .action-overlay::before {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cl-gallery .overlay-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 2rem;
  text-align: center;
}

/* each button */
.cl-gallery .overlay-actions li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

/* icons */
.cl-gallery .overlay-actions li a i {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

/* optional hover style on buttons */
.cl-gallery .overlay-actions li a:hover {
  color: #2dc98a;  /* e.g. Pixabay green accent */
}
.fullscreen-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    flex-direction: column;
}
#slider-box {
    width: 100%;
    height: 90vh;
}

#slider-content img{
	max-width: 100%;
    height: 100%;
    object-fit: contain;
}
#next-image,#prev-image{
	position:absolute;
	top:50%;
}
#next-image{
	right:5px;
}
#prev-image{
	left:5px;
}
#close-slider{
	position: absolute;
    top: 10px;
    right: 20px;
}
.page-numbers.current,
.page-numbers:hover{
    background: #FFF;
}
.page-numbers {
    padding: 4px 10px;
    border: 1px solid;
    margin: 5px;
    text-decoration: unset;
    border-radius: 5px;
    color: #e74c3c;
    background: #F0F8FF;
}
.toc-h2 a,.toc-h3 a,.toc-h4 a{
	text-decoration: none;
	color:rgb(33,37,41);
}
.toc-h2{
	font-size:1.25rem;
}
.toc-h2,.toc-h3{
	font-weight:500;
}
.toc-h3,.toc-h4{
	font-size: 1rem;
}
.toc-h4{
	padding-left: 1rem;
}
.toc-h3:hover a,
.toc-h4:hover a,
.rank-math-breadcrumb>p>a:hover{
	color:#e74c3c;
}.toc-h2 a,.toc-h3 a,.toc-h4 a{
	text-decoration: none;
	color:rgb(33,37,41);
}
.toc-h2{
	font-size:1.25rem;
}
.toc-h2,.toc-h3{
	font-weight:500;
}
.toc-h3,.toc-h4{
	font-size: 1rem;
}
.toc-h4{
	padding-left: 1rem;
}
.toc-h3:hover a,
.toc-h4:hover a,
.rank-math-breadcrumb>p>a:hover{
	color:#e74c3c;
}
.table-of-contents{
	position:sticky;
	top:130px;
}
.aligncenter,.alignnone{
	display:grid;
}
#slider-box .col-md-8.position-relative{
	height: auto;
}
@media (min-width: 576px) {
	#slider-box .col-md-8.position-relative{
		height:100%;
	}
}