/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 Jul, 2020, 10:10:48 PM
    Author     : ajdevtech
*/

/* Blog section  css */
.blog-box {
    position: relative;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: left;
    transition: 0.5s all ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -ms-transition: 0.5s all ease 0s;
  }
  .blog-box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: 0.5s all ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -ms-transition: 0.5s all ease 0s;
  }
  .blog-box:hover .blog-images .img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .blog-images {
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
  }
  
  
  .feature-image {
      border: 1px solid #e3e3e3;
  }
  .blog-images .img {
    width: 100%;
    height: auto;
    max-height: 333px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d2d0d0;
    align-items: center;
    display: flex;
    background: #fff;
  }
  .blog-images .img img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .blog-box .details {
    padding: 5px 0px 5px;
    float: left;
      width: 100%;
  }
  .details .blog-text {
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 10px 0;
    max-height:100px;
    overflow: hidden;
  }
  .details .read-more-btn{
    background: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff!important;
    padding: 7px 20px;
    border: solid;
    border: 1px solid #000;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    width: auto;
  }
  .blog-images .date {
    position: absolute;
    z-index: 8;
    top: 10px;
    height: 30px;
    background-color: #287ff9;
    line-height: 30px;
    left: 10px;
    padding: 0 12px;
    border-radius: 20px;
  }
  .blog-images .date p {
      color: #fff;
      font-size: 12px;
      display: contents;
      line-height: normal;
      text-align: center;
      vertical-align: middle;
  }
  .blog-title {
    text-transform: capitalize;
    font-weight: 600;
        color: #000;
        font-size: 20px !important;
  }
  .blog-box .details .read-more-btn {
    float: left;
  }
  .feature-image {
      width: 100%;
      display: inline-block;
      text-align: center;
      margin-bottom: 20px;
      height: 450px;
  }
  
  .feature-image img {
  DISPLAY: inline-block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  }
  .blog-content .content .post-meta {
    display: flex;
    align-items: center;
    margin: 10px 0;
       padding-left: 0px;
    list-style: none;
  }
  .blog-content .content p {
    text-align: justify;
    font-size: 16px;
  }
  .blog-content .content .post-meta li {
    margin-right: 15px;
  }
  .blog-content .content .post-meta li a {
    color: #287ff9;
  }
  .blog-content .content .post-meta li a i {
    margin-right: 4px;
  }
  .blog-content .content h3 {
    margin: 15px 0;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    font-size: 17px;
  }
  .tag-social-link {
    display: flex;
    border: 1px solid #e5e9f4;
    background-color: #fbfbfb;
    padding: 10px;
    margin-top: 20px;
    align-items: center;
    border-radius: 6px;
  }
  .tag-social-link .tag, .social-links {
    display: inline;
    align-items: center;
    justify-content: center;
  }
  .tag-social-link .tag a {
    color: #000;
    margin: 0 5px;
    /*word-break: break-all;*/
  }
  .tag-social-link .tag a:hover {
    /*border-bottom: 1px solid;*/
  }
  .sol-outer ul li a {line-height: 46px;}
  .tag-social-link h6 {
    font-weight: 600;
    color: #000;
    display: inline;
  }
  .social-links li {
    margin: 0px 2px;
  }
  .social-links li a {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #287ff9;
    color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .serch-form {
      position: relative;
      /*border: 1px solid #e5e9f4;
      padding: 10px;
      background:#2f2f2f;*/
  }
  .serch-form input {
    height: 50px;
    border: 1px solid #e6e6e6; 
    background: #f7f8fc;
    margin-bottom: 0px;
    text-indent: 15px;
    font-size: 14px;
  }
   .serch-form button {
    position: absolute;
    top: -2px;
    right: -3px;
    height: 50px;
    width: 50px;
    border: none;
    background: none;
    cursor: pointer;
  }
   .categori {
      border: 1px solid #e5e9f4;
      padding: 15px;
      margin-top: 30px;
      display: inline-block;
      width: 100%;
      background:#fbfbfb;
  }
  
  .categori-list {
      margin: 0px;
      padding: 0px;
          padding-left: 0px;
      float: left;
      display: inline-block;
  }
  
  
  
  .post-list {
      margin: 0px;
      padding: 0px;
          padding-left: 0px;
      float: left;
      display: inline-block;
  }
  .archives-list {
      margin: 0px;
      padding: 0px;
          padding-left: 0px;
      float: left;
      display: inline-block;
  }
  .archives-list li {
      list-style:none;
  }
  
  .social-links  {
      margin: 0px;
      padding: 0px;
          padding-left: 0px;
      float: left;
      list-style: none;
      display: inline-block;
  }
  .categori .title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: auto;
  }
  .categori-list li,.archives-list li,.tags-list li {
    line-height: 36px;
    list-style: none;
  }
  .categori-list li a,.archives-list li a,.tags-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
  }
  .categori-list li a:hover, .categori-list li a.active,.archives-list li a:hover, .archives-list li a.active {
    /*padding-left: 5px;color: #48e85d;*/
  }
  .post-list li {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    list-style: none;
    float: left;
  }
  .post-list .post {
  
    align-items: center;
    align-items: center;
    width: 100%;
  }
  .post-list .post .post-details {
    margin-left: 15px;
    word-break:break-all;
    width: 203px;
    float: left;
  }
  .post .post-details a, .post .post-details p {
    font-size: 14px;
  }
  .post .post-details a {
    color: #287ff9;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .tags-list li {
    display: inline-block;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .tags-list li a {
    padding: 10px 14px;
    border-radius: 28px;
    border: 1px solid #cecece;
  }
  .tags-list li a:hover {
    border-color: #e86748;
    color: #e86748;
  }
  .embed_section {
    padding: 0;
  }
  .embed_section iframe {
    width: 100%;
    height: 550px;
  }
  .product-slider-res {
    clear: both;
  }
  @media screen and (max-width: 992px) {
  
  
  
    .header-cate-outer{
        float: left; width: 100%;
    }
    .subcat-main{
        position: static; float: left; width: 100%; padding: 0px 20px; box-shadow: none;
    }
    .sub-cat-res{
        position: relative;
    }
  
  .resent-view-out {
      width: 200px !important;
      text-align: center;
      margin: 10px 15px;
      float: none;
      display: inline-block;
    }
    #recently_viewed {
      display: inline-block;
      width: 100%;
      text-align: center;
    }
    .tag-social-link {
      display: flow-root;
  }
    .tag-social-link .tag{
      margin-bottom: 12px;
    }
    .tag-social-link .tag a {
      margin: 0 2px;
    }
  }
  
      @media screen and (max-width: 768px) {
        .blog-aside {
          margin-top: 35px;
      }
      
         section {
        padding: 0px 0px;
    }
      .blog-box{margin-bottom: 20px;}
      
      .details .blog-text{    max-height:auto!important;}
      .container{width: 100%;}
      
      .blog_section .col-xs-12.col-sm-4.col-md-4{
min-height: auto!important;
width: 100%;
max-width: 100%;
          
      }
     
    .cat-main-menu li{
        width: 100%;
    }
    .cat-main-menu {
        display: none;
    }
    .sub-menu{
        position: static; float: left; width: 100%;
    }
    .sub-cat-res-btn {
        display: block;
        float: right;
        margin-top: 12px;
        z-index: 99999;
        margin-bottom: 7px;
    }
    .embed_section iframe {
      height: 400px;
    }  
  }
  
  @media screen and (max-width: 420px) {
  .post-img{  width: 100%!important;}
  .post-img img{width: 100%!important;}
  .post-list .post .post-details{margin-left: 0px!important; margin-top: 10px;}
  }
  
  .blog-content .content p {  text-align: justify;  font-size: 16px;  word-break: break-word;}
  .serch-form input {width: 100%;}
  .top-header-main.custom_header {position: relative;}
  .custom_header .logo {margin: 0;}
  .nav-wrapper {margin-top: 12px;}
  .post-details h4 {font-size: 16px; line-height: 23px; font-weight: 500;height: auto!important;}
  .post-img{    width: 100px;  float: left;  display: inline-block;}
  .post-list .post-img img {height: 80px; object-fit: cover;}
  .blog_section h4 {float: left;    width: 100%;    font-size:16px;    font-weight: bold;    text-decoration: none;    margin: 0;	max-height:81px;    overflow: hidden;    line-height: 26px; word-break:initial; }
  .blog_section .col-xs-12.col-sm-4.col-md-4 {
      display: inherit;  max-height:520px;  overflow: hidden;    display:inline-block;}
  
  
  .blog-content .content h2 {
      float: left;
  }
  
  
  .post-list li .post-details h4.post-title {
      display: contents;
  }
  
  
  .categori-list li span:first-child {
      width:280px;
  }

.pagination li a {
    border-radius: 50px;
    margin: 5px;
    background:#efefef;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    padding: 0px;
}
