header {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1366px) {
  .single-blog-head-container {
    max-width: 1250px;
  }
}

@media (min-width: 1440px) {
  .single-blog-head-container {
    max-width: 1366px;
  }
}

.single-blog-head-section {
  background-color: #f6f6f6;
  background-image: url(../images/texture2.png);
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  border-radius: 0px 0px 15px 15px;
}

@media (max-width: 768px) {
  .single-blog-head-section {
    background-image: none;
  }
}

.single-blog-head {
  display: -ms-grid;
  display: grid;
  padding: 50px 0px;
  grid-gap: 30px;
}

@media (min-width: 769px) {
  .single-blog-head {
    -ms-grid-columns: 8fr 10fr;
        grid-template-columns: 8fr 10fr;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .single-blog-head {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.single-blog-head .single-blog-head-img img {
  -webkit-box-shadow: 6px 32px 30px -32px rgba(0, 0, 0, 0.9);
          box-shadow: 6px 32px 30px -32px rgba(0, 0, 0, 0.9);
}

@media (min-width: 769px) {
  .single-blog-head .single-blog-head-img img {
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .single-blog-head .single-blog-head-img img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .single-blog-head .single-blog-head-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .single-blog-head .single-blog-head-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.single-blog-head .single-blog-head-cnt h1 {
  color: #2e3034;
  margin-top: 0px;
  font-weight: 600;
}

.single-blog-head .single-blog-head-cnt .subscribe {
  border: 2px solid #555555;
  padding: 7px 30px;
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #2e3034;
  font-weight: 500;
  margin-bottom: 13px;
  font-weight: 600;
}

.single-blog-head .single-blog-head-cnt .subscribe:hover {
  border: 2px solid #ed4933;
  background-color: #ed4933;
  color: #ffffff;
}

.single-blog-container {
  padding: 30px 15px 30px 15px;
}

@media (min-width: 769px) {
  .single-blog-container {
    max-width: 900px;
  }
}

.single-blog-container ul {
  padding: 0;
  margin-bottom: 5px;
}

.single-blog-container ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 6px;
}

.single-blog-container ul li:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 21px;
  height: 21px;
  font-size: 1rem;
  line-height: 18px;
  color: #666;
  padding-left: 3px;
  text-align: center;
  border-radius: 50%;
  background-color: #fdfbfb;
  border: 1px solid #dedede;
}

blockquote {
  padding: 10px 25px 10px 30px;
  margin: 20px 0 20px 0px;
  font-size: 16px !important;
  line-height: 26px !important;
  border-left: 5px solid #ed4933;
  background: #f1f1f1;
  width: auto;
  display: inline-block;
}

.single-blog-inf a {
  font-size: 0.8rem;
  color: #555555;
  margin-right: 20px;
  margin-left: 2px;
}

.single-blog-inf a i {
  margin-right: 5px;
  color: #ed4933;
  font-size: 0.9rem;
}

.blog-breadcrumb ul {
  padding: 0px;
}

.blog-breadcrumb ul li {
  float: left;
  list-style: none;
  font-size: 1rem;
}

.blog-breadcrumb ul li a {
  color: #999;
  font-size: 1rem;
}

.blog-breadcrumb ul li:hover a {
  color: #ed4933;
}

.blog-breadcrumb ul li.active a {
  color: #555555;
}

.blog-breadcrumb ul li::after {
  display: inline-block;
  padding-right: .4rem;
  padding-left: .4rem;
  color: #6c757d;
  content: "/";
}

.blog-breadcrumb ul li:last-child::after {
  display: none;
}

.rela-blog-carousel {
  padding-top: 30px;
}

.rela-blog-carousel .rela-head {
  text-transform: uppercase;
}

.rela-blog-carousel .rela-blog-cnt-title {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.rela-blog-carousel a {
  color: #333;
}

.rela-blog-carousel a:hover {
  color: #ed4933;
}

.owl-nav {
  position: absolute;
  top: -43px;
  right: 4px;
}

.owl-nav button span {
  font-size: 2rem;
  color: #999;
}

.owl-nav button:hover span {
  color: #ed4933;
}

.owl-nav .owl-prev {
  margin-right: 5px;
}

.single-blog-section {
  position: relative;
}

@media only screen and (min-device-width: 360px) and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .toogle-post {
    display: none;
  }
}

@media (min-width: 769px) {
  .toogle-post {
    position: absolute;
    top: 45px;
    width: 350px;
    left: -300px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}

@media (min-width: 769px) {
  .toogle-post .container {
    padding: 0px;
  }
}

.toogle-post.toogle-post-toogle {
  left: 0px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (max-width: 768px) {
  .toogle-container {
    display: -ms-grid;
    display: grid;
  }
}

@media (min-width: 769px) {
  .toogle-container .toogle-link {
    width: 50px;
    float: left;
  }
}

.toogle-container .toogle-link a {
  padding: 8px 10px;
  background: #6799ff;
  color: #fff;
  border: none;
  font-weight: 500;
}

@media (min-width: 769px) {
  .toogle-container .toogle-link a {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 135px;
    display: inline-block;
    text-align: center;
    position: relative;
    left: -49px;
    top: 46px;
    cursor: pointer;
    border-radius: 0px 0px 3px 3px;
  }
}

.toogle-container .toogle-link a:hover {
  background: #009dfc;
  color: #fff;
}

@media (max-width: 768px) {
  .recent-post-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.recent-post-container ul {
  padding: 10px 10px 10px 10px;
  margin: 0px;
}

@media (max-width: 768px) {
  .recent-post-container ul {
    padding: 20px 0px 30px 0px;
  }
}

.recent-post-container ul li {
  list-style: none;
  border-top: 1px dashed #d4d4d4;
}

.recent-post-container ul li a {
  color: #555555;
  font-size: 1rem;
  line-height: 1.3rem;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.recent-post-container ul li a:hover {
  color: #ed4933;
}

.recent-post-container ul li:first-child {
  border: none;
}

@media (min-width: 769px) {
  .recent-post-container {
    background: #fff;
    border: 1px solid #dedede;
    width: 300px;
    float: left;
    border-bottom-right-radius: 6px;
  }
}

.single-blog-container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 769px) {
  .open-recent {
    max-width: 1060px;
    padding-left: 240px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .open-recent {
    max-width: 740px;
  }
}

@media (min-width: 1440px) {
  .open-recent {
    max-width: 900px;
    padding-left: 15px;
  }
}

.visit-inf {
  background-color: #ed4933;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.visit-inf:hover {
  background-color: #d91100;
  color: #fff;
}