img{
    width:100%;
    height: auto;
}
.blog_container{
  display: block;
    width: 100%;
    margin-top: 70px;
    padding: 0 0 0px;
    text-align: center;
    position: relative;    
    background-color: #fff;
}
.blog_container .container{
    width:90%;
}
nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  margin-top: 40px;
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #094A6E;
  background: transparent;
  font-family: 'exomedium'; 
  border: 2px solid #094A6E;   
}
a.next.page-numbers {
  background: transparent;
  color: #094A6E;
}
.page-numbers.current {
  color: #fff;
  background:#094A6E ;
}
.blog_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 70px auto 0;
  justify-content: space-between;
}
.blog_wrapper .left {
  width: 66%;
  display: inline-flex;
  flex-wrap: wrap;
}
.blog_wrapper .left .item{
  width:50%;
  padding: 10px;
}
.blog_wrapper .image_wrapper{
  width: 100%;
    position: relative;
    border: 2px solid #ac3290;
    border-radius: 33px;
}
.blog_wrapper .image_wrapper img{
  border-radius: 30px 30px 0 0;
}
/*.blog_wrapper .image_wrapper::before{
  content: "";
  background: linear-gradient(180deg, rgba(9, 74, 110, 0.00) 0%, #094A6E 88.02%);
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 100%;
}
.blog_wrapper .item:hover .image_wrapper::before{
  content: "";
  background: linear-gradient(180deg, rgba(9, 74, 110, 0.00) -38.41%, #EAB5FF 83.42%);
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 100%;
}*/
.blog_wrapper .date{
  position: absolute;
  top:8%;
  right:8%;
  font-family: 'jostbold';
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.blog_wrapper .item:hover .date{
  opacity: 1;
  visibility: visible;
  display: block;
}
.blog_wrapper .image_details{  
  text-align: center;
  width:100%;
  padding: 20px 20px;
  color: #000;
  border-radius: 0 0 30px 30px;
}
.blog_wrapper .item:hover .image_details{
  color: #fff;
  background: #691c57;
}
.blog_wrapper .image_details .tittle{
  font-family: 'jostbold';
  font-size: 25px;
  color: #000;
  line-height: 1;
  text-transform: capitalize;
  margin: 10px 0 0;
}
.blog_wrapper .image_details p{
  font-family: 'franklingothicregular';
  font-size: 18px;
  line-height: 24px;   
  padding:10px 0 0;
  margin: 0;
  color: #000;
}
.blog_wrapper .item:hover .image_details .tittle, .blog_wrapper .item:hover .image_details p{
  color: #fff;
}
.blog_wrapper .image_details .readmore{
  font-family: 'jostbold';
  font-size: 15px;
  line-height: 1;   
  padding:10px 0 0;
  margin: 0;
  text-transform: uppercase;
  color: #691c57;
}
.blog_wrapper .item:hover .image_details .readmore{
  color: #fff;
}
.blog_wrapper .right {
  width: 30%;
  display: inline-block;
  text-align: left;
  padding: 10px 0 0;
}
.news_list_wrapper {
  width: 100%;
  display: block; 
  padding: 0px 0px; 
}
.categories {
  margin-top: 40px;
}
.categories ul {
  display: block;
  padding-top: 20px;
}
.categories ul li {
  color: #000;
  font-family: 'exosemibold';
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 10px;
  margin: 0px 0 0;
  border: none;
  width: 100%;
  background: #BCE7FF;
  margin: 10px 0;
  display: inline-flex;
  justify-content: space-between;
}
.categories ul li:hover{
  background: #F6E0FF;
}
.categories ul li a {
  color: #000;
  cursor: pointer;
}
.categories ul li span{
  font-size: 12px;
}
.popular_post {
  margin-top: 0px;
}
.news_list_wrapper .tittle {
  color: #000;
  font-family: 'jostbold';
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  padding: 0 0 10px 0px;    
  display: block;
  position: relative;
  border-bottom:2px solid #691c57
}

.news_list {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;   
}
.news_list:hover{
  display: flex;
}
.news_list .image {
  width: 22%;
  display: inline-block;
}
.news_list .content {
  width: 72%;
  display: inline-block;
}
.news_list .content .tittle {
  color: #000;
  font-family: 'jostsemibold';
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  padding:5px 0 0px;
  border: none;
  margin: 0;
}
.news_list .content .date {
  color: #000;
  font-family: 'jostsemibold';
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-transform: none;
  padding: 0px 0 0px;
  border: none;
  margin: 0;
  position: static;
  opacity: 1;
  visibility: visible;
  display: block;
}
.news_list .content .tittle::before{
  content:none;
}
.tags {
  margin-top: 40px;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 25px -5px 0;
}
.tags ul li {
  padding: 10px 5px;
  display: inline-block;
}
.tags ul li a {
  color: #000;
  font-family: 'jostsemibold';
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  padding: 8px 10px;
  width: fit-content;
  border-radius: 5px;
  border: 2px solid #691c57;
}
.tags ul li a:hover {
 
 color: #fff;
 border: 2px solid #691c57;
 background: #691c57;
}
.news_content {
  width: 100%;
  display: block;
  text-align: left;
  padding:10px 0 50px;
}
.blogdetail .left .image{
  width:100%;
  border-radius: 24px;
}
.blogdetail .left .image img{
  width:100%;
  border-radius: 24px;
}
.blogdetail .left .post_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  margin: 15px 0 0;
  flex-wrap: wrap;
}
.blogdetail .left .post_wrapper .block{
  color: #691c57;
  font-family: 'jostsemibold';
  font-size: 17px; 
  text-transform: capitalize;
  line-height: 22px;
}
.blogdetail .left .content_area{
  margin-top:20px;
}
@media (max-width: 1000px) {  
  .blog_wrapper .left {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .blog_wrapper .right {
    width: 100%;
    display: block;
    margin-top:30px;    
  }
  }
  @media (max-width: 600px) {  
  .blog_wrapper .left .item {
    width: 100%;
    padding: 10px;
  }
}