/* .content-figure .site-main hatana h*/

body {
  /* background-color: #f7f8f9!important; */
  background-color: #ffffff!important;
  color: #404040;
  font-family: 'PT Serif', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* =Base elements
----------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}

a {
  color: #000;
  color: hsl(0, 0%, 0%);
    
 /*  display: inline-block;   /* or block, depending on your layout 
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;     /* prevents the link from being in one long line */
}

a:link, a:visited {
    color: #000;
}
a:hover {
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
  clear: right;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        color: #000;
        color: hsl(0, 0%, 0%);
        margin-bottom: .4em;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1.1rem;
}

p,
ul,
ol {
    line-height: 1.6em;
    margin-bottom: 1.1rem;
}

a, a:visited, a:hover, a:focus {
    text-decoration: none;
}

.nav-title a { color: white; }

.screen-reader-text {
  position: absolute!important;
  height: 28px;
  width: 20px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}

.font-bold {
    font-weight: 700;
}

p {    
    text-align: justify;
}

pre {
    max-width: 100%;
    padding: 1.6em;
    margin-bottom: 2em!important;
    overflow: auto;
    font-family: "courier 10 pitch",Courier,monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    background: #eee;
}

code, kbd, tt, var {
    font: 15px Monaco,Consolas,andale mono,dejavu sans mono,monospace;
}

/*-------------------------8.0 Clearings---------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    display: table;
    content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after { clear: both; }

/* Margin on Top */
.site-content { margin-top: 2em; }

.our-content p, .our-content ul, .our-content ol {
    font-size: 1.1em;
}

.entry-title {
  /* font-size: 2rem; */
  margin-bottom: 0.7rem;
}

.entry-meta {
    font-family: lato,sans-serif;
    font-size: 1.2rem;
    color: #595959;
    padding: 10px;
    /* margin-left: -1rem; */
    margin-left:-0.7rem;
    margin-top: -1rem;
    margin-bottom: 0.5rem;
}

.entry-meta a {
    font-weight: 600;
}

.entry-meta span { 
    /* margin: 0 .4em; */
    margin: 0 0.18em;
    color: #383838;

}

/* Single Post Footer */
.entry-footer ul {
    padding: 0;
    margin: 0;
/*  font-size: 16px;
    font-size: 1.6rem;  */
    line-height: 2em;
    list-style-type: none;
}

.entry-footer li {
    display: inline-block;
    margin-right: 2rem;
}

.tags-color {
    padding: 4px 16px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    color: #3c3333;
}

.tag-first {
    background-color: #ff9100;
}
.tag-second {
    background-color: #54d1fb;
}


/* check it it may create problem */
/*.entry-header, .page-header, .entry-content, .entry-footer, .tag-links, .post-navigation, .comments-area, .paging-navigation {
    position: relative;
    max-width: 780px;
    max-width: 78rem;
    padding: 0 4rem;
    margin: 0 auto;
}*/


.search-field { width: 100%; }

.contentarea-search {display: flex; gap: 1em;}

/* ===================== frontPage Category Author Tag search ========= */
.content-figure {
  flex: 0 1 23%;
}

.small-content {
  /* background-color:#fff;
  padding: 1em; */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 1em;
}

.page-headline, .navigation-manager {
  /* background-color:#fff;
  padding: 1em; */
  margin-bottom: 2em;
  /* width: 97%; */
}

.search-content {
  background-color:#fff;
  padding: 1em;
  margin-bottom: 1em;
}

.search-header {
  background-color:#fff;
  padding: .3em;
  margin-bottom: 1em;
}

.index-heading h2 {
  font-size: 1.3em;
}

.index-heading.arc h3 {
  font-size: 1rem;
  font-weight: 600;
}

.index-heading h2:hover {
  color: #dc3545;
}

.content-figure .index-box p {
    margin-top: 0.5em;
    font-size: 0.9em;
}

@media only screen and (min-width : 481px) {
  /*.content-figure [class*='col-'] { 

    display: flex;
    flex-direction: column;
  }

  .content-figure:after, .content-figure:before{
    display: flex;
    
  }*/

  .content-box {
    /*padding: 1em;*/
    margin-bottom: 1em;
  }


}

/* Grow thumbnails to fill columns height */
/*.content-figure .featured-image,
.content-figure .index-heading {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}*/

/* Flex Grow Text Container */
/*.content-figure .index-box p {
  flex-grow: 1;
}*/

/* Flex Responsive Image */
/*.content-figure img {
  width: 80%;
  height: auto;
}*/

/* =====================  pagingnation ========= */
.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
    font-size: 1.8rem;
    font-family: lato,sans-serif;
    color: #000;
}

.paging.screen-reader-text {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

.paging-navigation {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    list-style-type: none;
    background: #fff;
}

.paging-navigation ul {
    margin: 0;
}

.paging-navigation li {
    display: inline;
}

.paging-navigation li:hover {
    text-decoration: underline;
}

.paging-navigation .current {
    font-weight: 700;
    color: #000;
}

a.page-numbers, span.page-numbers {
    padding: .3em .7em;
    color: #333;
}

/* ===================== Single Post Author After Post========= */
.post-author .author-description p.author-bio {
  margin-top: 0px;
  /*margin-bottom: 1em;*/

}

.author-avatar {
  border: 2px solid;
  border-radius: 5%;
}

.author-info {
  background: aqua;
  padding: 1em;
  background: #545353;
  color: #fff;
}

a.author-link {
  color: #fff;
}

/* ===================== Single Post Meta Info data, author, catogry ========= */

.single .byline, .group-blog .byline, .allcategorys {
     display: inline; 
}

.entry-meta span .published-active {
  display: none;
}




/* ======================Site Footer=============== */
.site-footer {
    font-size: 1.9rem;
    font-family: lato;
    color: #fff;
    background: #313131;
}

.copyright {
    text-align: left;
    font-family: 'Calibri', sans-serif !important;
    /*background-color: #55b9f3;*/
    padding-top: 1em;
}




/* ======================Search Menu Coding=============== */

nav.main-navigation {
  background : #171c24;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 3em;
  /*padding: 0 100px;*/
}

/*nav.main-navigation .logo {
  color:#fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}*/

nav.main-navigation .navbar1 ul {
  /*display: flex;
  flex:1;*/
  list-style: none;
  padding: 0 0 0 1rem;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}

nav.main-navigation .navbar1 ul li {
  padding: 0 11px;
}

nav.main-navigation .navbar1 li a {
  color : #fff;
   font-size: 0.9rem; 
  /* font-weight: 500; */
  /*text-decoration: none;*/
}

nav.main-navigation .navbar1 li a:hover {
  color: #ff3d00;
}




/* @media (max-width: 1245px) {

  nav.main-navigation {
    padding: 0 50px;
  }

} 

@media (max-width: 991px) {

  /*nav.main-navigation {
    padding: 0px;
  }

  nav.main-navigation .logo {
    flex: 2;
    text-align: center;
  }*/



  /*nav.main-navigation .navbar1 {*/
     /*display: none;*/

    /*position: fixed;
    z-index: 99;
    top: 70px;
    width: 100%;
    left: -100%;
    height: 100%;
    background: #14181f;
*/
    /* display: inline-block; shift in ul */

    /*padding: 10px 50px 0 50px;
    text-align: center;
    transition: left 0.3s ease;
  }*/

/*
  nav.main-navigation .navbar1.active {
    left: 0%;
  }*/

  /*nav.main-navigation .navbar1 ul{
    display: inline-block;
  }

  nav.main-navigation .navbar1 ul li{
    line-height: 40px;
    margin: 30px 0;
  }

  nav.main-navigation .navbar1 ul li a{
    font-size: 20px;
  }

 
}*/


/* ======================Search Menu Coding END=============== */



/* ============= Nevigation Control ============= */
.nav {
  height: 50px;
  width: 100%;
  /*background-color: #4d4d4d;*/
  position: relative;
  z-index: 1;
  display: flex;
}

/* .nav > .nav-title {
  display: inline;
} */

.nav > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 7px 10px 10px 32px;
  /*padding: 0 0 0 32px;*/


}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: contents;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
  color: #fff;
}

.nav > .extra-menu {
  position: absolute;
  display: inline-block;
  /*transform: translate(-50%);*/
  right: 0;
  z-index: 2;
}

#sicon {
  position: relative;
  width: 22px;
  height: 22px;
  /* left: 10px; */
  right: 0.5em;
  top: -0.3rem;
  opacity: 1;
 transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
}

#btn-search {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.hide {
  opacity: 0;
  margin-top: -75px !important;
}

.search-form {
  display: flex;
  justify-content: space-between;
}

.search-form label { width: 100%; }

.search-box {
  padding: 0.6em;
  margin: 0 1.2em;
  /*background: bisque;*/
}

.search-box-wrapper {
  height: 3.5em;
  width: 100%;
  background-color: slateblue;
  /* background: #4d4d4d; */
  /*margin-top: -2px;*/
  position: relative;
  z-index: 0;
  transition: .4s;
}

.search-box-wrapper .search-field{
  /* width: calc(100% - 150px); */
  padding: 0.6rem 0.5rem;
  margin-right: 15px;
  font-size: 0.93em;;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid #fafafa;
  color: #fafafa;
  width: 99%;
}

.search-box-wrapper .search-field::placeholder {
  color: #ffffff;
}

.search-box-wrapper .search-submit {
  padding: 0.5rem 0.8rem;
  color: #fafafa;
  transition: .4s;
  font-weight: 600;
}

.search-box-wrapper .search-submit:hover {
  background-color: #fafafa;
  color: #212121;
}

/* ============footer=========== Disable Karna h */
.site-info.container, .footer-social, .follow-us, .copyright, .footer-links {
  display: flex;
  justify-content: center;
}

.footer-social { margin-top:1em }
.footer-links { padding-top: 0.5rem; }
.follow-us { margin-bottom: -0.5rem; }


@media (max-width:991px) {
   nav.main-navigation {
      /*display: block;*/
      /* background: scroll; */
      height: 50px;
   }
   .nav { 
      background-color: #4d4d4d;
      position: fixed;
   }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    /* right: 0px; */
    top: 0px;
    color: #fff;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    /*position: absolute;*/
    position: fixed;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }

  .nav .nav-title {
    flex: 2;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 0;
    /* padding-left: 6em; */
  }

  .nav > .extra-menu {
    transform: translate(-25%);
  }

  .search-box {
    /*padding: 1em;*/
    margin-left: 0em;
  } 

  .search-box-wrapper {
    /* margin-top: 10px; */
    position: fixed;
    /* z-index: 2; */
  }
 
  .search-box-wrapper .search-field {
    width: calc(99% - 1rem);
  }

  #btn-search { 
    padding-right: 0em;
  }

  nav.main-navigation .navbar1 ul { 
    display: block;
    padding: 0;
  }

  nav.main-navigation .navbar1 ul li {
    text-align: center;
    padding: .4em;
    padding-left: 0;
  }

  nav.main-navigation .navbar1 ul li:hover {
    background: #633939;
  }

}



/* single post ke liye */
.content-wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 0 auto;
  /* max-width: 1200px; */
  gap: 20px;
  padding: 1rem;
}

#primary {
  flex: 0 0 70%;
  max-width: 70%;
  margin-top: -0.5rem;
}
#primary-nofound {
  flex: 0 0 100%;
  max-width: 100%;
}


.featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.featured-image-arc img {
    width: 100%;
    /* height: 25vh; */
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.single-post-thumbnail {margin-bottom: 1rem;}

/* sidebar ke liye */
.sidebar-recent {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 1rem;
  padding-left: 0.3rem;
}

.sidebar-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.recent-posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.recent-post-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.6rem;
}

.recent-post-thumb {
  flex: 0 0 45%;
  max-width: 45%;
  height: 12vh;
  aspect-ratio: 1 / 1; /* Ensures square shape, even in relative units */
  overflow: hidden;
  border-radius: 0.3rem;
}

.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 0.3rem; */
  display: block;
}

.recent-post-content{
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recent-post-title {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  line-height: 1.4; 
}

.recent-post-title:hover {
  text-decoration: underline;
}

.recent-post-date {
  font-size: 0.875rem;
  color: #777;
  margin-top: 0.25rem;
}



@media (max-width: 480px) {
  /* .recent-post-item {
    flex-direction: column;
  }*/

  .recent-post-thumb,
  .recent-post-content {
    /* flex: none; */
    max-width: 100%;
  }

  .recent-post-title {
    font-size: 1.1rem;
  } 
}

/* archive Page Ke liye */
.site-arc {
  display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    
}


@media only screen and (min-width: 200px) and (max-width: 575px) {
 /* cover all width between 200px to 767px  */

  .site-content {
    margin-top: 0;
    width: 98%;
    flex-direction: column;
  }
  
  main {
    padding: 0em 0 1em 0;
  }

  .container, .container-2, .container-3, .container-4 {
    flex-direction: column;
  }

  .card-inner-1, .card-inner-2, .card-inner-3, .card-inner-4, .card-inner-5 {
    height: 15vh;
  }

  .column6, .column7 { flex-direction: column; }

  .card-inner-6, .card-inner-7 { width: 100%; }

  .container-3, .container-4 { height: auto; }

  .webstories { background-color: aliceblue; }

  .footer { margin-top: 0; }
  .webstories .column7 { margin-bottom: 0; }

  .content-wrapper { display: block; }

   #primary {
    max-width: 100%;
  } 

  .sidebar-recent {
    max-width: 100%;
  }

  /* main { padding: 0 1rem; } */

  .contentarea-search { display: block; padding: 1rem; }

  .content-figure { flex: 1 0 50%; }

  .featured-image-arc img { height: 25vh; }

}


@media only screen and (min-width: 576px) and (max-width: 991px) {
  .site-content {
    width: 90%;
  }

  .container, .container-2, .container-3, .container-4 { 
    display: block;
  }
  .container-3, .container-4 {
    height: auto;
  }

  .card-content h3 { font-size: 0.9rem; }

  .column1, .column2 { 
    flex-wrap: wrap; 
    flex-direction: row;
  }

  .card-inner-1, .card-inner-2, .card-inner-3, .card-inner-4, .card-inner-5 {
    display: flex;
    flex: 0 1 49%;
    height: 16vh;
  }
  
  .column6, .column7 {
    flex-wrap: wrap;
    justify-content: flex-start;   
  }

  .card-inner-6, .card-inner-7 {
    flex: 0 1 32%;
  }

  .webstories {
    background: aliceblue;
  }

  .card-inner-6 h3, .card-inner-7 h3 {
    font-size: 1rem;
  }

  .card-inner-6 .content-image, .card-inner-7 .content-image {
    height: 50%;
  }

  .content-wrapper { display: block; padding: 0; gap:10px; }
  .contentarea-search { display: block; }


  #primary, .sidebar-recent {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .recent-post-item {
    flex-direction: row;
    flex: 1 1 48%;
  }

  .recent-post-thumb { height: 15vh; }

  .recent-post-thumb,
  .recent-post-content {
    flex: 0 0 50%;
    max-width: 50%; 
  }

  .recent-posts-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }


} 

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .entry-meta span { 
    margin: 0 .4em;
  } */

  .site-content {
    width: 98%;
  }

  .card-inner-6 h3, .card-inner-7 h3 {
    font-size: 1rem;
  }

  .container-3, .container-4 {
    height: auto;
  }

  .column6, .column7 {
    flex-wrap: wrap;
    justify-content: flex-start;   
  }

  .card-inner-6, .card-inner-7 {
    flex: 0 1 32%;
  }

  .card-inner-6 .content-image, .card-inner-7 .content-image { 
    height: 55%;
  }

  .content-wrapper { gap:10px; }

  .recent-post-thumb { height: 13vh; }



}

@media (min-width: 1200px) and (max-width: 1399px) {
  .site-content {
    width: 96%;
  }

  .card-inner-6 h3, .card-inner-7 h3 {
    font-size: 1rem;
  }

  .container-3, .container-4 {
    height: auto;
  }

  .column6, .column7 {
    flex-wrap: wrap;
    justify-content: flex-start;   
  }

  .card-inner-6, .card-inner-7 {
    flex: 0 1 24%;
  }

  .card-inner-6 .content-image, .card-inner-7 .content-image { 
    height: 55%;
  }
  
}

@media (min-width: 1400px) {
  .card-inner-6 h3, .card-inner-7 h3 {
    font-size: 1rem;
  }
  .card-inner-6 .content-image, .card-inner-7 .content-image { 
    height: 55%;
  }
  
}


/* ======footer======= */
.footer {
	display: flex;
	flex-flow: row wrap;
	padding: 50px;
	color: #fff;
	background: linear-gradient(to right,#42256c, #cc5333);
  /* background: linear-gradient(to right, #42256c, #713525);  ye bhi achha hai */
  /* background: linear-gradient(to right, #211435, #713525);  ye bhi achha hai */
    /* background-color: rgb(243 246 255 / .97); */
  /* background-color: #221a2e; */
    margin-top: 5em;
    /* font-size: 0.77em; */
}
.footer>* {
	flex: 1 100%;
}
.footer h3 {font-size: 2em;}
.footer h2, .footer h3 {
	margin: 1.4rem 0;
  font-family: serif;
  color: #fff;
}
.side-one {
	margin-right: 1.25em;
	margin-bottom: 2em;
}
.side-one p {
	padding-right: 20%;
	color: #999;
    margin-bottom: 1rem;
}

/* .side-two h2 {
	font-weight: 400;
	font-size: 15px;
} */
.footer ul {
	list-style: none;
	padding-left: 0;
}
.footer li {
	line-height: 2em;
}
.footer a {
	text-decoration: none;
}
.side-two a { color: #999;}
.side-two {
	display: flex;
	flex-flow: row wrap;
}
.side-two>* {
	flex: 1 50%;
	margin-right: 1.25em;
}
.box a {
	color: #999;
}
.h-box {
	column-count: 2;
	column-gap: 1.25em;
}
.copyright {
	text-align: center;
	color: #999;
	padding-top: 50px;
}

.social-links {
    margin-top: 1em;
}

@media screen and (min-width: 576px) {	
  .side-two>* {
		flex: 1;
	}
	.features {
		/* flex-grow: 2; */
		flex-grow: 1;
	}
	.side-one {
		flex: 1 0px; 
	}
	.side-two {
		flex: 2 0px;
	}

  .footer h2, .footer h3 {
    font-size: 1.5em;
  }

}

@media (max-width: 575px){
    header p {
        font-size: 40px;
    }
    .footer {
        padding: 40px;
    }
    .side-one p {
      padding-right: 0%;
    }
    .side-one {
      margin-right: 0%;
    }
    .footer h2, .footer h3 {
      font-size: 1.2rem;
    }
}

/* ======footer======= */