/*
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;
}
.blog-box:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.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;
}
.blog-images .img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #d2d0d0;
}
.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;
  height: 42px;
    overflow: hidden;
}
.details .read-more-btn{
  background: #f2450f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  padding: 7px 20px;
  border: solid;
  border: 1px solid #ff5500;
  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: #f50;
  line-height: 30px;
  left: 10px;
  padding: 0 12px;
  border-radius: 20px;
}
.blog-images .date p {
  color: #fff;
  font-size: 12px;
}
.blog-title {
  text-transform: capitalize;
  font-weight: 600;
}
.blog-box .details .read-more-btn {
  float: left;
}
.feature-image img {
  width: 100%;
}
.blog-content .content .post-meta {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.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: #e86748;
}
.blog-content .content .post-meta li a i {
  margin-right: 4px;
}
.blog-content .content h3 {
  margin: 15px 0;
  font-weight: 600;
  color: #000;
}
.tag-social-link {
  display: flex;
  background-color: #ffecec;
  padding: 10px;
  margin-top: 20px;
  align-items: center;
  border-radius: 6px;
  border-bottom: 2px solid #e86748;
}
.tag-social-link .tag, .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag-social-link .tag a {
  color: #e86748;
  margin: 0 5px;
}
.tag-social-link .tag a:hover {
  border-bottom: 1px solid;
}
.tag-social-link h6 {
  font-weight: 600;
  color: #e86748;
}
.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: #e86748;
  color: #fff;
}
.serch-form {
  position: relative;
}
.serch-form input {
  width: 100%;
  height: 50px;
  border: 2px solid #f2f2f2;
  background: #f7f8fc;
  padding: 0px 50px 0px 20px;
}
 .serch-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border: none;
  background: none;
  cursor: pointer;
}
 .categori {
  border: 1px solid #e5e9f4;
  padding: 22px   ;
  margin-top: 30px;
}
.categori .title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.categori-list li,.archives-list li,.tags-list li {
  line-height: 36px;
}
.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;
}
.post-list .post {
  display: flex;
  align-items: center;
}
.post-list .post .post-details {
  margin-left: 15px;
}
.post .post-details a, .post .post-details p {
  font-size: 14px;
}
.post .post-details a {
  color: #e86748;
  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;
    }
   
  .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;
  }  
    }
