@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Overpass:ital,wght@0,100..900;1,100..900&family=Play:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sacramento&family=Sintony:wght@400;700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Teko:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.clbgd-blog-category-sidebar {
    display: flex;
    margin: 20px;
    max-width: 100% !important;
    justify-content: space-between;
}

.aspect-16-9 { aspect-ratio: 16 / 9; overflow: hidden; }
.aspect-1-1 { aspect-ratio: 1 / 1; overflow: hidden; }


.clbgd-sidebar {
    width: 25%;
    padding-right: 20px;
    background-color: #f9f9f9;
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

a{
  text-decoration: none !important;
}



.clbgd-sidebar ul {
    list-style-type: none;
    padding: 0;
}

.clbgd-sidebar li {
    margin-bottom: 10px;
    width: 100%;
}

.clbgd-sidebar a {
    text-decoration: none;
    color: #333;
}
:where(.wp-site-blocks :focus) {
    outline-width: unset !important;
    outline-style: unset !important;
  }
.clbgd-sidebar a.selected {
    font-weight: bold;
    background: #4734C0;
    color: #fff;
    padding: 20px 14px;
}
.clbgd-sidebar a {
    display: flex;
    align-items: center;
    padding: 10px 14px;
  }
.clbgd-posts-container {
    width: 72%;
        display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px; /* Space between posts */
}

.clbgd-post-item {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.clbgd-post-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.clbgd-post-details {
    margin-top: 10px;
}

.clbgd-post-details h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.clbgd-post-details p {
    font-size: 0.9em;
    color: #555;
}


.clbgd-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 10px 0;
}

.clbgd-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.clbgd-pagination .page-numbers:hover {
    background-color: #007bff;
    color: #fff;
}

.clbgd-pagination .page-numbers.current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.clbgd-pagination .prev, .clbgd-pagination .next {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.clbgd-pagination .prev:hover, .clbgd-pagination .next:hover {
    background-color: #0056b3;
}

.clbgd-pagination .prev.disabled, .clbgd-pagination .next.disabled {
    background-color: #ccc;
    color: #666;
    border-color: #ccc;
    cursor: not-allowed;
}
.clbgd-alternate-admin-info {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 15px 0 0;
  }
  .clbgd-alternate-admin-info p {
    padding-right: 22px;
  }


@media screen and (max-width: 991px) {

   
      .clbgd-posts-container {
        width: 58%;
        grid-template-columns: repeat(1, 1fr);
      }
      .clbgd-sidebar {
        width: 40%;
      }
      
    }

@media screen and (max-width: 767px) {
    .clbgd-sidebar {
        width: 100%;
      }
      .clbgd-alternate-admin-info p {
        padding-right: 15px;
        font-size: 14px;
      }
    .has-global-padding {
        padding: 0 20px !important;
      }
      .clbgd-list-admin-comment-box p {
        padding-right: 14px;
        font-size: 14px;
      }
      .clbgd-blog-category-sidebar{
        flex-direction: column;
      }
      .clbgd-posts-container {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
      }
      .clbgd-blog-category-sidebar {
        margin: 20px 0;
      }
    }