body{
    font-family: mukta,sans-serif;
}

a{
    color: #000;
    text-decoration: none;
}
a:visited {
  color: #000;
}

/*Header ------------------------------------------------------------------------header----------------------------------------------------*/
.nav-bg{
    background-color: #ff0000;
    border-top: 3px solid #ff0000;
}

.head-top-ad img{
    width: 100%;
    padding-top: 35px;
}
#menu-menu1 li a {
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.current-menu-item > a {
    background-color: #105d21;
    padding: 6px;
}

#menu-menu1 li a:hover{
	background: #105d21;
	text-decoration: none;
	transition: 0.4s;
    padding:6px 25px 6px 25px;

}

/* MEdia Query*/

@media only screen and (max-width: 991px) {
    ul#menu-menu1 li{
        margin: 10px 0;
    }
}

/* ------------------------------------------------------------------- Front page----------------------------*/
/*-----------------------------large block news-------------*/
.large-item1 {
    margin-bottom: 40px;
}

.large-title a{ 
font-size: 50px;
font-weight: bold;
line-height: 75px;
color: #000;
text-decoration: none; } 

.large-title a:hover,.author-meta-large
a:hover,.medium-title a:hover,.small-title a:hover,.title-only
a:hover,.inside-cat-title a:hover,.feature-title a:hover,.small-overlay-caption a:hover,.overlay-caption a:hover,#pradesh .tab-content a:hover,h3.rltdpstsplgn_posts_title a:hover
    { color: #ff0000;
     transition: 0.4s; 
     text-decoration: none;
    }

.large-image img { width: 100%; }

#large-block h4 {
    text-align: center;
    color: #ff0000;
    padding: 10px 0;
    font-size: 20px;
}

.large-item {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 35px;
}
section#large-block {
    padding: 50px 0;
}

hr.block-seperator {
    margin: 40px 0;
    width: 50%;
    background: #ff0000;
}

/*category title*/

.batika-category-header {
    border-bottom: 1px solid #ff0000;
}

span.cat-name   { 
	border-bottom: 3px solid#ffffff;
    font-weight: 600;
    background: #ffffff;
    padding: 0 15px;
    font-size: 24px;
}
.category-title {
    padding: 3px 0;
}

span.cat-linker-text {
    float: right;
    
}

.cat-linker-text a{
    color: #ff0000;
    text-decoration: none;
}
.cat-linker-text a:hover {
    color: #ff0000;
    transition: 0.4s;
}



/*----------------------------------------------------------------------------------------------------layout 2 block--------------------------------*/


.long-banner-ad img {
    padding: 25px 0;
}

h3.medium-title {
    padding: 10px 0;
    font-weight: 500;
    font-size: 35px;
    cursor: pointer;
    line-height: 45px;
}

h5.small-title {
    padding-top: 15px;
}
.medium-item {
    padding: 25px 0px 30px 0;
}
.medium-item img{
    height: 220px;
    object-fit: cover;
    width: 100%;
}

i.fa.fa-clock-o,i.fa.fa-pencil-square-o{
    padding: 0 5px;
}
.batika-post-meta{
    color: #ff0000;
}

.small-tiles {
    box-shadow: 0 0 3px #ccc;
    padding: 5px 0 0px 0;
    margin-bottom: 20px;
}

.side-square-ad img{
    padding: 25px 0;
}
.tile-image img{
   /* height: 100px;
    object-fit: cover;*/
}

/*layout -3 */

.layout-3 {
    background: #ddd;
    padding: 15px 15px 0 15px;
}
.writer-photo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.layout-3-larger {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

/*PRadesh Nav Tabs and content */
ul.nav.nav-tabs {
    background: #ff0000;
    padding-left: : 20px;
    margin: unset;
}


#pradesh li  {
   /* background: #105d21;*/
    padding: 8px 0;
    color: #fff;
    margin: 0 auto;
}
#pradesh li a {
    color: #fff;
    padding: 0 30px;
}

#pradesh li .active {
    background: #0000ff;
    padding: 6px 30px;

    
}

#pradesh li :hover {
    background: #0000ff;
    padding: 6px 30px;
    color: #fff;
    text-decoration: none;
}

#pradesh a
{ color: #fff; }

.tab-content {
    padding-top: 20px;
    background: #ccc;
}
/*media query*/
@media only screen and (max-width: 991px){
    #pradesh li a {
    padding: 0 15px;
}
#pradesh li .active {
    padding: 6px 15px;
}
#pradesh li :hover {
    padding: 6px 15px;
}
}
@media only screen and (max-width: 767px){
    .t_h{
        display: none !important;
        
    }
}

/* Layout 5------------ Three Column News*/

.layout-5 {
    background: #ddd;
    padding: 15px 10px;
}

h5.small-title-only {
    font-size: 18px;
    overflow: hidden;
    height: 42px;
}
.title-only {
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}


/*Layout -6 */

#layout-6 {
    margin-top: 40px;

}
.overlay-caption{
    background: #0000006b;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 15px;
    left: 15px;
}
.small-overlay-caption {
    background: #0000006b;
    color: #fff;
    position: absolute;
    padding: 8px 5px;
    bottom: 0px;
    right: 15px;
    left: 15px;
}
.small-overlay img{
    height: 170px;
    object-fit: cover;
}
.small-overlay-caption a,.overlay-caption a {
	color: #fff;
}

/* Footer*/
#batika-footer{
    margin-top: 50px;
    background: #0000ff;
    padding: 25px 0;
}


.footer-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #005019;
    margin-bottom: 10px;
}

#batika-footer i.fa.fa-share-alt ,i.fa.fa-link,i.fa.fa-bars{
    background: #ccc;
    padding: 6px 7px;
    border-radius: 50%;
    margin-right: 15px;
}
.social-media-buttons {
    font-size: 30px;
    padding: 15px 0 15px 50px;
}

.social-media-buttons span {
    padding-right: 15px;
}
i.fa.fa-facebook-square {
    color: #007bff;
}
i.fa.fa-twitter {
    color: #1da1f2;
}
i.fa.fa-instagram {
    color: #e13e65;
}
i.fa.fa-youtube-play {
    color: #f00;
}
#batika-footer li{
    display: block;
}
.useful-links {
    margin-top: 100px;
}
.useful-links a,.category-links a{
   color: #000;
   text-decoration: none;
}
footer .category-links ul{
    display: flow-root;
}

footer .category-links li{
    width: 50%;
    float: left;
}
.batika-copyright {
    margin-top: 40px;
}





/*category page*/
.cat-head {
    margin: 50px 0;
}
h1.cat-title {
    text-align: center;
    border-bottom: 2px solid #ff0000;
}
.inside-cat {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 35px;
}

.inside-cat img{
    height: 200px;
    object-fit: contain;
}
.inside-cat-title {
    padding: 10px;
    min-height: 80px;
}


/*Single.php*/
.single-post-title h1{
   /* font-size: 65px;*/
    font-weight: 500;
    padding: 25px 0 0 0;
}
h5.author-name {
    font-weight: 600;
}

.single-title-meta{
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
}
.thumbnail-single {
    background: #ccc;
    margin: 25px 0;
}
.fullnews p{
    font-size: 20px!important;
    line-height: 170%!important;
    font-weight: 400;
    text-align: justify;
}

.user-bio {
    background: #ccc;
    padding: 20px 10px;
}
.avatar-desc {
    padding: 20px;
    background: #fff;
    margin-bottom: 5px;
}
.avatar-img img{
    border-radius: 50%;
    border: 2px solid #fff;
}
.author-name {
    font-weight: 600;
    padding-top: 15px;
}
.batika-single-post-meta a{
    text-decoration: none;

}
.batika-single-post-meta a:hover{
    color:  #20a84a;
    transition: 0.4s;
}

.share-buttons {
    margin-top: 12px;
    float: right;
}
.batika-single-post-meta, .time-share {
    display: flow-root;
}
.author-time-share{
    float: left;
}

/*span.time-ago {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
*/
/*videos*/
section#featured-videos {
    background: #ccc;
    padding: 30px 0;
}

/*feature news*/
#featured-news {
    background: #ccc;
    padding: 30px 0;
    margin-top: 35px;
}

.feature-content {
    border: 1px solid #fff;
    margin-bottom: 10px;

}
#featured-news img{
    height: 170px;
    object-fit: cover;
}
.feature-title{
	 padding: 10px;
    min-height: 80px;
}






/* sahitya single*/
.single-specific h1 {
    /*text-align: center;*/
    margin-top: 45px;
}
.content-header {
    border-bottom: 2px solid #ccc;
}
.writer-photo-single {
    background: #cccccc52;
    margin-top: 40px;
    margin-bottom: 5px;
}
.writer-name-single {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}
.detail-content {
    text-align: justify;
}

pre.wp-block-preformatted,.detail-content p {
    background: unset;
    font-family: mukta;
    font-size: 20px!important;
    line-height: 170%!important;
    font-weight: 400;
}


/* Pagination css*/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li.disabled    {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ff0000;
    color: #ff0000;
    line-height: 50px;
}

 
.navigation li a:hover,
.navigation li.active a {
    background-color: #ff0000;
    color: #fff;
    transition: 0.6s;
}




/*  Sidebars and Widgets */

aside#secondary {
    padding-top: 40px;
}


.wli_popular_posts-class h2 {
    /* margin: 0 0 30px; */
    /* padding: 0px; */
    border-bottom: 3px solid#ff0000;
    font-weight: 600;
    background: #20a84a26;
    padding: 5px 15px !important;
    font-size: 24px;
    display: inline-block;
}
.wli_popular_posts-class h3 {
    clear: inherit;
    margin: 0px;
    padding: 15px 0px 5px 0px !important;
}

#wli_popular_posts-2 a{
	text-decoration: none;
    font-size: 20px;
}
#wli_popular_posts-2 ul{
	background: #ccc;
}

li.widget.batik-widget {
    display: block;
}


li.widget.batik-widget img /*.batik-inside-main-post img*/ {
    padding-right: 10px;
    padding-top: 10px;
}
section.widget.batik-widget img{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.full-width-ad li.widget.batik-widget img {
    padding-right: unset;
    padding-top: unset;
}

/*Sticky header css*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #ff0000;
 -webkit-transition: top 0.5s;
  transition: top 0.5s;
}


.sticky + .content {
  padding-top: 60px;
}



blockquote::before {
    content: "\201C";
    display: block;
    font-size: 100px;
    left: -15px;
    top: -35px;
    position: relative;
    height: 0;
}
blockquote.wp-block-quote.is-style-default {
    display: inline-block;
    padding: 103px 30px 30px;
    border-right: none;
    margin: 30px 0 30px 30px;
    max-width: 234px;
    position: relative;
    float: right;
    vertical-align: top;
    line-height: 168%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    font-style: normal;
    background-color: #28a74529;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    blockquote.wp-block-quote.is-style-default{
        max-width: unset;
        width: 100%;
    }
}


/*
related posts*/
.batika-related-posts {
    margin-top: 20px;
}
.batika-related-posts img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-height: 160px;
    object-fit: cover;
}

@media only screen and (max-width: 575px) {
    .batika-related-posts img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-height: unset;
    object-fit: contain;
}
}


/*popular post*/
h3.rltdpstsplgn_posts_title {
    float: right;
    width: 65%;
    font-size:18px;

}
.rltdpstsplgn-popular-posts img, .rltdpstsplgn-related-posts img, .rltdpstsplgn-featured-posts img {
   
    height: 75px !important;
    width: 110px;
    object-fit: cover;
}