/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751519396
Updated: 2025-07-03 05:09:56

*/

.classy a.elementskit-btn.whitespace--normal {
    position: absolute;
    bottom: 13px;
}
.classy .elementskit-post-body {
    min-height: 216px;
    position: relative;
}

.custom-blog-slider {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  scroll-snap-type: x mandatory;
}

.slider-item {
  display: flex;
  min-width: 100%;
  scroll-snap-align: center;
  background: #e5d8c7;
  padding: 20px;
  box-sizing: border-box;
}

.slider-image {
  width: 29.76%;
  flex-shrink: 0;
}

.slider-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.slider-content {
  width: 70%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meta {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.post-title {
  font-family: 'Courier New', monospace;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.post-excerpt {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.read-more {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: 0.3s;
}

.read-more:hover {
  background: #000;
  color: #fff;
}

.latest_investigations .meta {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 40px !important;
    position: relative;
}
span.calendar-icon {
    position: relative;
}
span.calendar-icon:after {
    content: '';
    background: #7B5D39;
    position: absolute;
    width: 1px;
    height: 100%;
    right: -20px;
}
.ghostindex-slider-wrapper .swiper-button-prev {
    left: -68px !important;
}
.ghostindex-slider-wrapper .swiper-button-next {
    right: -68px !important;
}
.ghostindex-slider-wrapper .swiper-pagination-bullets {
    bottom: -35px !important;
}

/* Single Post */
.single.single-post {
    background: #161008;
}
.single-post h1.entry-title {
    display: none !important;
}
.single-post h1.custom-title {
    color: #DAB09C !important;
}
.single-post {
    color: #EECD9F !important;
}

/* Responsive */

@media(max-width: 1366px) {
.classy .elementskit-post-body {
    min-height: 255px !important;
}
}

@media(max-width: 1150px) {
    .classy .elementskit-post-body {
        min-height: 270px !important;
    }
}

@media(max-width: 1120px) {
    .classy .elementskit-post-body {
        min-height: 320px !important;
    }
}

@media(max-width: 991px) {
    .classy .elementskit-post-body {
        min-height: 180px !important;
    }
}

@media(max-width: 909px) {
    .classy .elementskit-post-body {
        min-height: 210px !important;
    }
}

@media(max-width: 768px) {
    .classy .elementskit-post-body {
        min-height: auto !important;
    }
.classy a.elementskit-btn.whitespace--normal {
    position: static;
    margin-top: 10px !important;
}
}

