@import url("https://fonts.googleapis.com/css?family=Mukta&display=swap");
body {
  background-color: #fff;
}

.search-box {
  width: 50%;
  margin: auto;
  padding-bottom: 20px;
}

.search-box input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}

.pageWrapper .contentWrapper {
  width: 60%;
  margin: auto;
  margin-top: 30px;
}

@media (max-width: 1410px) {
  .pageWrapper .contentWrapper {
    width: 80%;
  }
}

@media (max-width: 1210px) {
  .pageWrapper .contentWrapper {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper {
    margin-top: 10px;
    width: 95%;
  }
}

.pageWrapper .contentWrapper .all-posts a {
  color: gray;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.pageWrapper .contentWrapper .all-posts a:hover {
  color: #000;
}

.pageWrapper .contentWrapper .all-posts .category {
  padding-top: 0px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .category {
    padding-top: 0;
  }
}

.pageWrapper .contentWrapper .all-posts .category a {
  color: #666;
  font-size: 15px;
  font-family: 'Mukta', sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .category a {
    font-size: 12px;
  }
}

.pageWrapper .contentWrapper .all-posts .category a:hover {
  color: #000;
}

.pageWrapper .contentWrapper .all-posts strong {
  font-size: 15px;
  font-weight: bolder;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts strong {
    font-size: 10px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post {
  width: 43%;
  padding-top: 30px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .first-post {
    width: 100%;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post {
  width: 100%;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .image {
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .image {
    height: 150px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .image img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .image img {
    height: 150px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .texts .title a {
  color: #000;
  font-size: 25px;
  font-family: 'Mukta' sans-serif;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .texts .title a {
    font-size: 20px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .texts .title a:hover {
  text-decoration: none;
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .texts .body {
  font-size: 15px;
  color: gray;
  height: 90px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .texts .body {
    font-size: 12px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .texts .add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  color: gray;
  font-size: 13.5px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .texts .add-info {
    font-size: 10px;
    padding: 0;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .first-post .each-post .texts .add-info i {
  padding: 0px 10px;
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three {
  width: 48%;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .next-three {
    width: 95%;
    margin: auto;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts {
  width: 70%;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts {
    padding-top: 5px;
    width: 65%;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .title a {
  font-family: 'Mukta', sans-serif;
  color: #000;
  font-size: 20px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .title a {
    font-size: 18px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .title a:hover {
  text-decoration: none;
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .body {
  padding-top: 5px;
  color: gray;
  font-size: 13.5px;
  height: 50px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .body {
    font-size: 12px;
    height: 50px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .add-info {
  padding: 10px;
  color: #666;
  font-size: 13.5px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .add-info {
    padding: 10px;
    font-size: 12px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .add-info i {
  padding: 0px 5px;
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .texts .add-info strong {
  font-weight: bolder;
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .image {
  width: 20%;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .image {
    width: 30%;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .image img {
  width: 100%;
  height: 75px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .image img {
    height: 80px;
  }
}

.pageWrapper .contentWrapper .all-posts .higher-posts .next-three .each-post .image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

.pageWrapper .contentWrapper .all-posts hr {
  margin-top: 30px;
}

.pageWrapper .contentWrapper .all-posts .lower-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: auto;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .lower-posts {
    margin-top: 20px;
  }
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left {
  width: 60%;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .lower-posts .left {
    width: 98%;
  }
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts {
  width: 60%;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts {
    padding-top: 5px;
  }
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .title a {
  font-family: 'Mukta', sans-serif;
  color: #000;
  font-size: 18px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .title a {
    font-size: 18px;
  }
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .title a:hover {
  text-decoration: none;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .body {
  padding-top: 10px;
  color: gray;
  font-size: 13.5px;
  height: 75px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .body {
    font-size: 12px;
    height: 50px;
  }
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .add-info {
  padding: 20px;
  color: #666;
  font-size: 13.5px;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .add-info {
    padding: 10px;
    font-size: 12px;
  }
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .add-info i {
  padding: 0px 5px;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .texts .add-info strong {
  font-weight: bolder;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .image {
  width: 30%;
  border-radius: 5px;
  overflow: hidden;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .image img {
  width: 100%;
  height: 175px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .image img {
    height: 80px;
  }
}

.pageWrapper .contentWrapper .all-posts .lower-posts .left .each-post .image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right {
  width: 30%;
}

@media (max-width: 900px) {
  .pageWrapper .contentWrapper .all-posts .lower-posts .right {
    width: 0%;
    display: none;
  }
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right .heading {
  margin-top: 0px;
  font-size: 0px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post {
  margin-top: 20px;
  font-size:12px;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .title a {
  font-family: 'Mukta', sans-serif;
  color: #000;
  font-size: 18px;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .texts .body{
	padding-top: 10px;
	color:gray;
	font-size:13.5px;
	height:75px;
	overflow: hidden;
}
.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .title a:hover {
  text-decoration: none;
}
.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .image {
	width:100%;
	border-radius: 5px;
	overflow:hidden;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .image img {
	width: 100%;
	height:175px;
	border-radius: 5px;
	-webkit-transition;0.5s;
	transition:0.5s;
	cursor:pointer;
}

@media (max-width:900px){
	.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .image img{
		height:80px;
	}
}

.pageWrapper .contentWrapper .all-post .lower-posts .right .each-post .image .img:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity:0.8;

.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .body {
  padding-top: 10px;
  color: gray;
  font-size: 13.5px;
  height: 75px;
  overflow: hidden;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  color: #666;
  font-size: 13.5px;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .add-info i {
  padding: 0px 5px;
}

.pageWrapper .contentWrapper .all-posts .lower-posts .right .each-post .add-info strong {
  font-weight: bolder;
}
/*# sourceMappingURL=post_details.css.map */
