

/* =======================================
    BLOG-START
  ======================================== */


/* .posts {
  overflow: hidden;
  margin-bottom: 80px;
} */

/* .post-img-wrap {
  margin-bottom: 30px;
} */

/* .post-img {
  height: auto;
  width: 100%;
  object-fit: cover;
  filter: grayscale(.6);
  cursor: pointer;
  transition: all 500ms;
} */

/* .post-img:hover {
  filter: grayscale(0);
} */

.blog-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
  max-height: 33.3333333px;
  overflow: hidden;
}

.blog-title:hover {
  color: #FF6633;
  cursor: pointer;
}

.blog-date {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}

.blog-date:hover {
  color: #FF6633;
  cursor: pointer;
}

.blog-content {
  margin-top: 20px;
}

.blog-footer {
  flex-wrap: wrap;
}

.blog-footer-icon {
  font-size:  .7rem;
  line-height: 1.5rem;
  color: rgba(255,102,51,.8);
  cursor: pointer;
}

.blog-footer > a > p {
  color: rgba(255,102,51,.8);
  font-size: .7rem;
  transition: color 300ms ease;
}

.blog-footer > a > p:hover {
  color: #FF6633;
}

.blog-container-single-column .slide-img-wrap {
  position: relative;
  height: 70vh;
  margin-bottom: 48px;
}

.blog-container-single-column .slide-img {
  height: 100% !important;
}

/* =======================================
    BLOG-SINGLE-START
  ======================================== */

.blog-single-img-container {
  position: relative;
  width: 100%;
  height: 100vh;
}

@media (min-width: 0px) {
  .blog-single-img-container {
    height: 30vh;
  }
}

@media (min-width: 768px) {
  .blog-single-img-container {
    height: 100vh;
  }
}

.blog-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-icon-wrap {
  margin-right: 20px;
  font-size: .7rem;
  color: #999;
  line-height: 20px;
}

.blog-icon {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

.blog-share-wrap .footer-social-link {
  margin: 10px 5px;
}

.blog-share-wrap .footer-social {
  color: #999;
  background-color: transparent;
  border: 1px solid rgba(64,64,64,.2);
}

.blog-share-wrap .footer-social-icon {
  color: #999;
}

/* =======================================
    BLOG-COMMENT-START
  ======================================== */

.comment-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.reply {
  line-height: 19px;
  padding: 0px 5px;
  border: 1px solid rgba(64,64,64,.2);
  cursor: pointer;
  transition: background-color 300ms ease;
  margin-top: 10px;
  width: 50px;
}

.reply:hover {
  background-color: #FF6633;
  border-color: #FF6633;
}

.reply:hover > p {
  color: #EEE !important;
}

.comment-item {
  padding: 0 10px;
  font-size: .7rem;
  border: 1px solid rgba(64,64,64,.2);
}

/* =======================================
    BLOG-COMMENT-END
  ======================================== */

/* =======================================
    BLOG-SINGLE-END
  ======================================== */



/* =======================================
    TESTIMONIAL-START
  ======================================== */



.testimonial-slide {
  display: flex;
  flex-direction: row;
}

.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonial-slider {
  width: 100%;
  height: 60vh;
  background-color: #777;
}

.testimonial-slide {
  height: 100%;
}

/* .testimonial-slide > p {
  font-style: italic;
  font-size: 14px;
  color: #555;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
} */

/* .testimonial-slide > p > span {
  font-size: 12px;
  font-style: normal;
  display: flex;
  flex-direction: column;
} */

/* .testimonial-slide > p > span:first-child {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
} */

/* .testimonial-slide > p > span:last-child {
  margin-left: 5px;
  line-height: 12px;
  color: #999;
} */

/* .testimonial-slider-full {
  height: 250px;
} */

/* .testimonial-slider-full .testimonial-img {
  margin-bottom: 20px;
} */

/* .testimonial-slider-bordered {
  border: 1px solid rgba(0, 0, 0, .15);
  padding: 15px;
  height: auto;
} */

/* .testimonial-quote {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
} */

/* .testimonial-slider-full > .testimonial-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
} */

/* .testimonial-slider-full .testimonial-img {
  margin-right: 0;
} */

/* .testimonial-slider-full .testimonial-quote {
  font-size: 22px;
  line-height: 1.8rem;
} */


/* =======================================
    TESTIMONIAL-START
  ======================================== */


.schedule > p {
  line-height: 1.8rem;
}

.schedule-wrap > p {
  margin-top: 0;
}

.schedule-wrap > p > i {
  color: #1ABC9C;
  margin-right: 10px;
}

.schedule-wrap > p:last-child > i {
  color: #DC3545;
}

.schedule-icon {
  font-size: 150px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0px;
  right: -40px;
}

.newsletter {
  margin: 60px 0;
  padding-bottom: 60px;
}

/* .subscription-input {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 48px;
}

.input-group {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  max-width: 600px;
  height: 100%;
  width: 100%;
}

.input-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 0.3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-icon {
  font-size: 1rem;
  text-align: center;
  color: #495057;
} */

/* .input-mid {
  flex-grow: 4;
}

.input-mid > input {
  height: 48px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border: 1px solid #CED4DA;
  border-left: none;
  width: 100%;
}

.input-mid > input:focus {
  box-shadow: none !important;
  border: 1px solid #CED4DA !important;
  border-left: none !important;
}

.subscription-btn {
  height: 48px;
  background-color: #6C757D;
  color: #FFF;
  font-size: 20px;
  border-color: #6C757D;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 300ms ease;
  padding: 8px 16px;
}

.subscription-btn:hover {
  background-color: #555;
  border-color: #555;
} */

.logo-slider {
  width: 100%;
  padding-top: 80px;
  padding: 20px 0;
  margin: 0;
}

.logo-slide {
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  margin: 0;
}

.logo-slide > img {
  height: 100px !important;
  width: auto !important;
  object-fit: cover !important;
}


/* =======================================
    POST-END
  ======================================== */

/* =======================================
    OWL-CAROUSEL-START
  ======================================== */

.oc-slide .oc-slide-title {
  margin-top: 30px;
  font-size: .875rem;
  font-weight: 600;
  color: #444;
}

.oc-slide .oc-slide-date {
  margin-top: 10px;
  color: #999;
  font-size: .8rem;
}

.oc-slide .oc-slide-title:hover,
.oc-slide .oc-slide-date:hover {
  color: #FF6633;
  cursor: pointer;
}


/* =======================================
    OWL-CAROUSEL-END
  ======================================== */


.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.slide-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,.85);
  padding: 15px;
  width: 100%;
  height: auto;
}

.slide-footer .slide-footer-detail {
  /* display: none; */
  height: 0;
  transition: all 300ms ease;
  overflow: hidden;
}

.slide-footer:hover > .slide-footer-detail {
  /* display: block; */
  height: 40px;
  transition: all 300ms ease;
}







  /* END */
