.searchwp-live-search-results p a {
    color: #000000;
}

.searchwp-live-search-results {
    overflow-y: scroll;
}

.searchwp-live-search-results::-webkit-scrollbar {
    width: 10px;
}

.searchwp-live-search-results::-webkit-scrollbar-thumb {
    background: #888;
}

.searchwp-live-search-results::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.searchwp-live-search-results {
    -ms-overflow-style: none;  
    scrollbar-width: thin;  
}

.searchwp-live-search-results::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.searchwp-live-search-results::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.home .featured-post__date{display: none;}

.footer-fixed {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

#id-footer-fixed {
	  background-color: #fdda00;
    width: 100% !important;
    left: 0px !important;
}

a {
    color: #246ad1;
    text-decoration: none;
}

h3 {
    font-size: 23px;
    line-height: 28px;
margin-top: 0.83em;
    margin-bottom: 0.83em;
    font-weight: 600;
}

#pre-footer {
    display: none;
}

#load-more-posts {
    margin: 0 auto 50px;
}

.post-thumbnail {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 90px;
}

.post .post-container .entry-content .wp-block-heading,.post .post-container .entry-content h2,.post .post-container .entry-content h3,.post .post-container .entry-content h4,.post .post-container .entry-content h5,.post .post-container .entry-content h5 {
font-weight: 400 !important;
}
.post .post-container .entry-content  b, 
.post .post-container .entry-content strong {
font-weight: 600 !important;
}
.post .post-container .entry-content .wp-block-list li {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
.post-thumbnail {
    height: 250px;
object-fit: cover;
 max-width: 100%;
margin-bottom: 10px;
	}}

.entry-meta {
    color: #000;
}

.post img, .post-thumbnail img {
object-fit: cover;
    max-width: 100%;
    border-radius: 9px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.mt-5 {
    margin-top: 3rem!important;
    visibility: hidden;
}

div#ez-toc-container .ez-toc-title {
    font-weight: bold;
}

#ez-toc-container {
    padding: 20px;
}

@media (max-width: 992px) {
#header .navbar-brand img {
    height: 40px;
    width: auto !important;
}
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    color: #000;
}

.post-thumbnail-img {
    max-height: 500px;
}

@media (max-width: 768px) {
    .post-thumbnail-img {
      height: 250px !important; 
			max-height: 500px !important;
    }
}

 .post-thumbnail {
   margin-bottom: 30px;
	 height: auto;
}