/*
Theme Name: ReadAndDigest
Theme URI: https://readanddigest.qodeinteractive.com/
Description: Theme for Magazines, Newspapers & Blogs
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: readanddigest
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
body{font-size: 18px !important;}
.category-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.category-tag-list li {
    background: #e5e5e5;
    padding: 6px 14px;
    border-radius: 3px;
}

.category-tag-list li.active {
    background: #a01515;
}

.category-tag-list li a {
    color: #000;
    text-decoration: none;
    font-size: 20px !important;
}

.category-tag-list li.active a {
    color: #fff;
    font-weight: bold;
}

.eltdf-pb-one-featured .eltdf-pt-one-item .eltdf-pt-one-image-holder img {
/*     min-height: 380px; */
	min-height: 100%;
}

.eltdf-pt-one-item .eltdf-pt-one-content-holder {
    /* height: auto !important; */
}

.eltdf-bnl-holder .eltdf-bnl-outer .eltdf-bnl-inner .eltdf-pb-one-non-featured .eltdf-post-item.eltdf-active-post-page {
    margin-bottom: 12px;
}

.eltdf-pb-one-non-featured .eltdf-pt-three-item .eltdf-pt-three-image-holder img {
    height: 100%;
}



/*25-06-2025*/
.post-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.contributor-name-container {
    margin-bottom: 40px;
}

.contributor-name {
    font-size: 32px;
    margin-bottom: 20px;
}

.contributor-name-container .contributor-name-wrap {
    display: flex;
    padding: 0;
    gap: 20px;
    align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 0 !important;
}

.listingPageContent .contributor-name-wrap .contributor-name-wrap {
    padding: 0;
}

.contributor-name-wrap p {
    font-size: 22px;
    color: #969b9e;
    margin: 0;
}

.listingPageContent .wrapOuterBg .contributor-name {
    margin-left: 30px;
    background: #066543;
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
}

.contributor-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    width: 150px;
}

.contributor-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
}

.post-grid-wrapper {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.post-grid-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
}

.post-grid-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.caption {
    padding: 15px;
}

.listingItemAll img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 231px 185px;
}
.search-results article{
    max-width: 805px;
    margin: 0 auto;
}
.eltdf-pt-three-item .eltdf-pt-three-image-holder {
    vertical-align: top !important;
}
.wrapOuterBg .contributor-name {
    transform: translate(-32px, 4px);
    max-width: 150px;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.listingItemAll  .thumbnail img {
    width: 100%;
    height: 185px;
    display: block;
    object-fit: cover;
}
@media(max-width:767px) {
    .wpb-content-wrapper {
        padding: 0px !important;
    }

    .post-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .eltdf-content-left-from-sidebar .eltdf-related-posts-holder .eltdf-related-posts-inner .eltdf-related-post,
    .eltdf-content-right-from-sidebar .eltdf-related-posts-holder .eltdf-related-posts-inner .eltdf-related-post {
        width: 100% !important;
    }
    .category-tag-list li {
        padding: 3px 14px;
    }
    .category-tag-list li a {
        font-size: 14px !important;
    }
    .eltdf-single-tags-holder .eltdf-tags a{
        padding: 4px 12px !important;
        margin: 0 !important;
    }
}

@media(max-width:575px) {

    .eltdf-container-inner,
    .eltdf-grid,
    .eltdf-grid-section .eltdf-section-inner {
        width: 95% !important;
    }

    .eltdf-related-posts-holder {
        padding-left: 0;
    }

    .wp-block-image img {
        width: 100%;
    }

    .eltdf-related-image img:is([sizes="auto" i], [sizes^="auto," i]) {
        contain-intrinsic-size: 231px 200px;
    }

    .eltdf-content-left-from-sidebar .eltdf-related-posts-holder {
        padding-left: 0;
    }

    .eltdf-post-text {
        margin-left: 0;
    }

    .eltdf-column-inner aside.eltdf-sidebar .widget {
        transform: none;
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }

    footer .eltdf-footer-top-holder .eltdf-footer-top:not(.eltdf-footer-top-full) .eltdf-container-inner {
        background: #181818 !important;
        padding: 30px 10px !important;
    }
	.fluidvids-item {
		height: 200px !important;
	}
}

.eltdf-content-left-from-sidebar .eltdf-related-posts-holder .eltdf-related-posts-inner .eltdf-related-post{ width: 50% !important;}
#ajax-results.custom-dropdown a {
    font-size: 24px !important;
	text-align: left;
}
@media (max-width: 767px) {
.eltdf-content-left-from-sidebar .eltdf-related-posts-holder .eltdf-related-posts-inner .eltdf-related-post{ width: 100% !important;}
.eltdf-related-image img {height: 250px !important;}
}

.eltdf-content-left-from-sidebar .eltdf-related-posts-holder .eltdf-related-posts-inner {
    border-bottom: 1px solid #bf2525;
}
.eltdf-blog-holder.eltdf-blog-single {
    border-bottom: 0 !important;
}

.contributor-name-container .contributor-name-wrap {
    display: flex;
    padding: 0;
    gap: 20px;
    align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 0 !important;
}

.listingPageContent .contributor-name-wrap .contributor-name-wrap {
    padding: 0;
}

.contributor-name-wrap p {
    font-size: 22px;
    color: #969b9e;
    margin: 0;
}

.listingPageContent .wrapOuterBg .contributor-name {
    margin-left: 30px;
    background: #066543;
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
}

.text-color-white .eltdf-pswt-title  ,
.text-color-white .eltdf-pswt-info a {
    color: #fff !important;
}
.text-color-black .eltdf-pswt-title ,
.text-color-black .eltdf-pswt-info a {
    color: #000 !important;
}
.text-color-green .eltdf-pswt-title,
.text-color-green .eltdf-pswt-info a {
    color: green !important;
}
.text-color-red .eltdf-pswt-title,
.text-color-red .eltdf-pswt-info a {
    color: red !important;
}
.text-color-yellow .eltdf-pswt-title,
.text-color-yellow .eltdf-pswt-info a {
    color: yellow !important;
}
.text-color-pink .eltdf-pswt-title,
.text-color-pink .eltdf-pswt-info a {
    color: pink !important;
}
.text-color-sky.blue .eltdf-pswt-title,
.text-color-sky.blue .eltdf-pswt-info a {
    color: skyblue !important;
}
.text-color-navy.blue .eltdf-pswt-title,
.text-color-navy.blue .eltdf-pswt-info a {
    color: navy !important;
}
.eltdf-drop-down .eltdf-menu-second .eltdf-menu-inner ul li>a {font-size: 13px!important; color: #ffffff !important;}
.eltdf-sticky-header.header-appear ul li>a {
    color: #222 !important;
}

#meta {
  color: #5b5b5b;
  display: block;
  font-family: "SolaimanLipi";
  font-size: 20px;
  font-style: normal !important;
  font-weight: 400 !important;
  margin: 10px 0 10px;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

#meta > a {
  color: #5b5b5b;
  font-family: "SolaimanLipi";
  font-style: normal !important;
  font-weight: 400 !important;
}

#meta span a {
  color: #5b5b5b;
  font-family: "SolaimanLipi";
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px;
}
.social-buttons ul {
  display: block;

  overflow: hidden;
}

.social-buttons ul li#share {
  background-color: #fff;
  font-size: 12px;
  padding: 4px 15px;
  text-transform: uppercase;
  font-family: "SolaimanLipi";
  color: #000;
}

.social-buttons ul li {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social-buttons ul li#share-facebook a {
  background-color: #3b5998;
  background-position: center 3px;
  background-size: 80% auto;
}

.social-buttons ul li a {
   background: transparent url('/wp-content/themes/readanddigest/assets/img/social-icons-v2.png') no-repeat scroll 0 0;
  display: block;
  height: 35px;
  width: 35px;
  background-color: #3b5998;
}

.social-buttons ul li#share-twitter a {
  background-color: #55acee;
  background-position: center -30px;
  background-size: 93% auto;
}

.social-buttons ul li span {
  visibility: hidden;
}

.social-buttons ul li#share-googleplus a {
  background-color: #dd4b39;
  background-position: 4px -52px;
  background-size: 80% auto;
}

.social-buttons ul li#share-reddit a {
  background-color: #9cafc2;
  background-position: center -138px;
  background-size: 80% auto;
}

.social-buttons ul li#share-email a {
  background-color: #f1c40f;
  background-position: center -97px;
  background-size: 95% auto;
}
.social-buttons ul li#print a {
    background: transparent url(/wp-content/themes/readanddigest/assets/img/print-scaled.png) no-repeat 2px -333px;
    height: 35px;
    display: block;
    background-color: grey;
    width: 35px;
}
.social-buttons ul li#whatsapp-web a {
  background: #619a3b;
  width: 34px;
  height: 35px;
  color: #fff;
  font-size: 18px;
}
.social-buttons ul li#whatsapp-web a svg {
  height: 1.8em;
  margin-left: 4px;
}
.social-buttons ul li#whatsapp-mobile a {
  display: none !important;
  background: #619a3b;
  width: 34px;
  height: 35px;
  color: #fff;
  font-size: 18px;
}

.social-buttons ul li#whatsapp-mobile a svg {
  height: 1.8em;
  margin-left: 4px;
}

.social-buttons ul li#share-sms {
  display: none;
}
.eltdf-author-description {
    display: none !important;
}
.social-buttons ul li#share-sms a {
  background-color: #27ae60;
  background-position: center -133px;
  background-size: 95% auto;
}
.eltdf-single-tags-holder .eltdf-tags a {font-size: 14px !important;}
.eltdf-post-text-inner p{ text-align: justify; font-size: 20px!important; line-height: 30px !important;}
.eltdf-pt-info-section-right .eltdf-post-info-comments{display: none;}
.eltdf-pt-info-section-left a img{display: none;}
.eltdf-pt-three-item .eltdf-pt-three-content-holder .eltdf-post-excerpt {
    font-size: 15px !important;
}
.eltdf-post-info-date.entry-date{font-size: 14px !important;}


/****20.04.2026***********/

#meta .date{
		font-size: 16px;
	}


@media (max-width: 575px) {
.eltdf-pt-one-title{
	font-size: 22px;
	}
	.eltdf-pt-three-title{
		font-size: 22px;
	}
	
	
	
}













