/*** 
=============================================
    Blog Style1 Css
=============================================
***/
.blog-style1 {
  background-color: #ffffff;
  padding: 110px 0px 0px;
}

.blog-style1__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.blog-style1__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 5;
}

.blog-style1__single-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: var(--thm-border-radius);
  border-top-right-radius: var(--thm-border-radius);
  opacity: 0;
  z-index: 1;
  background: rgb(7, 28, 31);
  background: linear-gradient(
    0deg,
    rgba(7, 28, 31, 0.8995973389355743) 10%,
    rgba(7, 28, 31, 0) 50%,
    rgba(7, 28, 31, 0.9023984593837535) 90%
  );
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.blog-style1__single:hover .blog-style1__single-img::before {
  opacity: 1;
}

.blog-style1__single-img img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.blog-style1__single:hover .blog-style1__single-img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-style1__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 26px 30px 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.blog-style1__single-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
  z-index: -1;
}

.blog-style1__single:hover .blog-style1__single-content {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-style1__single:hover .blog-style1__single-content::before {
  border-color: #ffffff;
}

.blog-style1__single-content .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
  z-index: 2;
}

.blog-style1__single-content .meta-info li {
  position: relative;
  display: block;
  float: left;
  color: var(--thm-black);
  font-size: 13px;
  margin-right: 18px;
}

.blog-style1__single-content .meta-info li:last-child {
  margin-right: 0;
}

.blog-style1__single-content .meta-info li a {
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--thm-font);
}

.blog-style1__single-content .meta-info li a:hover {
  color: var(--thm-primary-color);
}

.blog-style1__single-content h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  z-index: 2;
}

.blog-style1__single-content h3 a {
  color: var(--thm-black);
}

.blog-style1__single-content h3 a:hover {
  color: var(--thm-primary-color);
}

.blog-style1__single-content p {
  margin: 0;
}

.blog-style1__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
}

.blog-style1__single-content .btn-box .btn-one:before {
  background: var(--thm-primary-color);
}

/*** 
=============================================
    Blog Page One Css
=============================================
***/
.blog-page-one {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 140px 0 140px;
  z-index: 10;
}

.blog-page-one .styled-pagination {
  justify-content: center;
}

/***
=============================================
    Blog Details Style1 Css
=============================================
***/
.blog-details-style1 {
  position: relative;
  display: block;
  background: var(--thm-white);
  padding: 140px 0 140px;
  z-index: 10;
}

.blog-details__content {
  position: relative;
  display: block;
}

.blog-details__content .blog-style1__single {
  margin-bottom: 0px;
}

.blog-details__content .blog-style1__single-content {
  padding: 45px 40px 40px;
}

.blog-details__content
  .blog-style1__single
  .blog-style1__single-content::before {
  border: 1px solid #e5e5e5;
  border-top: none;
}

.blog-details__content .blog-style1__single:hover .blog-style1__single-content {
  box-shadow: none;
}

.blog-details__content .blog-style1__single-content .meta-info li a {
  color: var(--thm-body-font-color);
  font-size: 20px;
  line-height: 26px;
  font-family: var(--thm-font);
}

.blog-details__content .blog-style1__single-content .meta-info li a:hover {
  color: var(--thm-primary-color);
}

.blog-details__content .blog-style1__single-content h3 {
  font-size: 30px;
  line-height: 42px;
  margin-top: 23px;
  margin-bottom: 20px;
  text-transform: none;
}

.blog-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-details__content-text1 .text1 {
  margin: 0;
}

.blog-details__content-text1 .blockquote-box {
  position: relative;
  display: block;
  background: var(--thm-gray-bg);
  padding: 40px 40px 38px;
  padding-right: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 1;
}

.blog-details__content-text1 .blockquote-box .quote-icon {
  position: absolute;
  bottom: 30px;
  right: 70px;
  z-index: -1;
}

.blog-details__content-text1 .blockquote-box .quote-icon span {
  position: relative;
  display: inline-block;
  color: #dedde2;
  font-size: 80px;
  line-height: 80px;
}

.blog-details__content-text1 .blockquote-box .text-box {
  position: relative;
  display: block;
}

.blog-details__content-text1 .blockquote-box .text-box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--thm-font-2);
}

.blog-details__content-text1 .blockquote-box .author-info {
  position: relative;
  display: block;
  margin-top: 10px;
}

.blog-details__content-text1 .blockquote-box .author-info h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-details__content-text1 .blockquote-box .author-info p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.blog-details__content-text1 .text2 {
  margin: 0;
}

.blog-details__content-text1 .text3 {
  margin-top: 25px;
}

.blog-details__tags-share {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 55px;
  padding-top: 58px;
  padding-bottom: 40px;
}

.blog-details__tags-share .tags-box {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}

.blog-details__tags-share .tags-box .title {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.blog-details__tags-share .tags-box .title h2 {
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
}

.blog-details__tags-share .tags-box ul {
  position: relative;
  display: block;
}

.blog-details__tags-share .tags-box ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blog-details__tags-share .tags-box ul li:last-child {
  margin-right: 0px;
}

.blog-details__tags-share .tags-box ul li a {
  position: relative;
  display: block;
  background: var(--thm-gray-bg);
  color: var(--thm-black);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 19px 30px 14px;
  font-family: var(--thm-font-2);
}

.blog-details__tags-share .tags-box ul li a:hover {
  background: var(--thm-secondary-color);
  color: var(--thm-white);
}

.blog-details__tags-share .share-box {
  position: relative;
  display: block;
}

.blog-details__tags-share .share-box .title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details__tags-share .share-box .title h2 {
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-details__tags-share .share-box ul {
  position: relative;
  display: block;
  text-align: right;
  float: right;
}

.blog-details__tags-share .share-box ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
}

.blog-details__tags-share .share-box ul li:last-child {
  margin-right: 0;
}

.blog-details__tags-share .share-box ul li a {
  position: relative;
  display: block;
  color: var(--thm-black);
}

.blog-details__tags-share .share-box ul li a:hover {
  color: var(--thm-secondary-color);
}

.blog-details__tags-share .share-box ul li a span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}

.reply-form-box {
  position: relative;
  display: block;
  padding-top: 55px;
}

.reply-form-box .title {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.reply-form-box .title h2 {
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
  text-transform: capitalize;
}

.reply-form-box #review-form {
  position: relative;
  display: block;
  background-color: var(--thm-white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 60px 60px;
}

.reply-form-box form .input-box {
  position: relative;
  display: block;
}

.reply-form-box form input[type="text"],
.reply-form-box form input[type="email"],
.reply-form-box form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  color: var(--thm-body-font-color);
  font-size: 16px;
  padding: 0 25px;
  margin-bottom: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
}

.reply-form-box form textarea {
  height: 150px;
  padding: 16px 25px;
  margin-bottom: 50px;
}

.reply-form-box form button {
  position: relative;
}

.reply-form-box form .btn-one {
  color: var(--thm-white);
}

.reply-form-box form .btn-one:after {
  border: 1px solid var(--thm-black);
  background: var(--thm-black);
}

.reply-form-box form .btn-one::before {
  background: var(--thm-primary-color);
}

.comment-box {
  position: relative;
  display: block;
  margin-top: 61px;
}

.comment-box .inner-title {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.comment-box .inner-title h2 {
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
}

.comment-box__inner {
  position: relative;
  display: block;
}

.single-comment-box {
  position: relative;
  display: block;
  background: var(--thm-white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 40px;
  padding-right: 50px;
  margin-bottom: 30px;
  z-index: 1;
}

.single-comment-box-inner {
  position: relative;
  display: block;
  padding-left: 110px;
}

.single-comment-box-inner .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.single-comment-box-inner .img-holder img {
  width: 100%;
}

.single-comment-box .text-holder {
  position: relative;
  display: block;
}

.single-comment-box .text-holder .top-box {
  position: relative;
  display: block;
}

.single-comment-box .text-holder .top-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1px;
}

.single-comment-box .text-holder .top-box p {
  margin: 0;
}

.single-comment-box .text-holder .text-box {
  position: relative;
  display: block;
  margin-top: 9px;
}

.single-comment-box .text-holder .text-box p {
  margin: 0;
}

.single-comment-box .text-holder .btn-box {
  position: relative;
  display: block;
}

.single-comment-box .text-holder .btn-box .btn-one {
  line-height: 30px;
}

.single-comment-box .text-holder .btn-box .btn-one::before {
  background: var(--thm-secondary-color);
}

.blog-details__content .blog-style1__single-content .btn-box {
  margin-top: 50px;
}

/*** Thm Sidebar Box Css****/
.thm-sidebar-box {
  position: relative;
  display: block;
  margin-left: 16px;
}

.single-sidebar-box {
  position: relative;
  display: block;
  padding: 40px 40px 40px;
  border: 1px solid var(--thm-border-color);
  margin-bottom: 40px;
}

.single-sidebar-box .title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
  margin-top: -2px;
}

.single-sidebar-box .title-box h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-search-box {
  position: relative;
  display: block;
}

.sidebar-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #f5f6fa;
  border: 0px solid #f5f6fa;
  color: #0c264c;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 75px;
  border-radius: 0px;
  font-family: var(--thm-font);
  transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  color: var(--thm-black);
  font-size: 18px;
  text-align: center;
  transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
  position: relative;
  top: 0px;
  font-weight: 700;
}

.sidebar-search-box .search-form input[type="text"]:focus {
  color: var(--thm-black);
}

.sidebar-search-box .search-form input[type="text"]:focus + button,
.sidebar-search-box .search-form button:hover {
  color: #ffffff;
  background: var(--thm-black);
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
  color: #0c264c;
}

.sidebar-search-box .search-form input:-moz-placeholder {
  color: #0c264c;
}

.sidebar-search-box .search-form input::-moz-placeholder {
  color: #0c264c;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
  color: #0c264c;
}

.sidebar-categories-box {
  position: relative;
  display: block;
}

.sidebar-categories-box li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.sidebar-categories-box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-categories-box li a {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  text-transform: none;
  background: var(--thm-gray-bg);
  padding: 0px 30px 0px;
  font-family: var(--thm-font-2);
  letter-spacing: 0em;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar-categories-box li a:hover {
  background: var(--thm-secondary-color);
}

.sidebar-categories-box li a span {
  position: absolute;
  top: 48%;
  transform: translateY(-50%) scale(0.5);
  left: 30px;
  color: var(--thm-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 0;
  opacity: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-categories-box li a:hover span {
  transform: scale(1);
  opacity: 1;
}

.sidebar-categories-box li:hover a {
  color: var(--thm-white);
  padding-left: 55px;
}

.sidebar-recent-post-box {
  position: relative;
  display: block;
}

.sidebar-recent-post {
  position: relative;
  display: block;
}

.sidebar-recent-post > ul {
  position: relative;
  display: block;
}

.sidebar-recent-post > ul > li {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--thm-border-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.sidebar-recent-post > ul > li:last-child {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

.sidebar-recent-post > ul > li .inner {
  position: relative;
  display: block;
  padding-left: 115px;
}

.sidebar-recent-post > ul > li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.sidebar-recent-post > ul > li .img-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-secondary-color);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-recent-post > ul > li:hover .img-box::before {
  opacity: 0.5;
}

.sidebar-recent-post > ul > li .img-box img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.sidebar-recent-post > ul > li:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
}

.sidebar-recent-post > ul > li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: perspective(0px) scale(0);
  transform-origin: center;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.sidebar-recent-post > ul > li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) scale(1);
  transition: all 0.3s ease-in-out 0.3s;
}

.sidebar-recent-post > ul > li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-recent-post > ul > li .content-box {
  position: relative;
  display: block;
  min-height: 100px;
  padding-top: 5px;
  margin: 0;
}

.sidebar-recent-post > ul > li .content-box .meta-box {
  position: relative;
  display: block;
}

.sidebar-recent-post > ul > li .content-box .meta-box li {
  position: relative;
  display: inline-block;
  padding-right: 19px;
  margin-left: 14px;
}

.sidebar-recent-post > ul > li .content-box .meta-box li:first-child {
  margin-left: 0;
}

.sidebar-recent-post > ul > li .content-box .meta-box li:last-child {
  padding-right: 0;
}

.sidebar-recent-post > ul > li .content-box .meta-box li::before {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: var(--thm-black);
  transform: rotate(15deg);
  content: "";
}

.sidebar-recent-post > ul > li .content-box .meta-box li:last-child:before {
  display: none;
}

.sidebar-recent-post > ul > li .content-box .meta-box li a {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.sidebar-recent-post > ul > li .content-box .meta-box li a:hover {
  color: var(--thm-secondary-color);
}

.sidebar-recent-post > ul > li .content-box h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: none;
  font-family: var(--thm-font-2);
  margin: 6px 0 0px;
}

.sidebar-recent-post > ul > li .content-box h4 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-recent-post > ul > li .content-box h4 a:hover {
  color: var(--thm-secondary-color);
}

.sidebar-archives-box {
  position: relative;
  display: block;
}

.sidebar-archives-box .sidebar-categories-box li:hover a {
  color: var(--thm-white);
  padding-left: 35px;
}

.sidebar-popular-tag-box {
  position: relative;
  display: block;
}

.popular-tag-box {
  position: relative;
  display: block;
}

.single-sidebar-box .popular-tag {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.single-sidebar-box .popular-tag li {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px 20px;
}

.single-sidebar-box .popular-tag li a {
  position: relative;
  display: block;
  padding: 7.5px 30px 2.5px;
  background: var(--thm-gray-bg);
  color: var(--thm-black);
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 300ms ease;
  font-family: var(--thm-font-2);
}

.single-sidebar-box .popular-tag li:hover a {
  color: #ffffff;
  background-color: var(--thm-secondary-color);
}

/*** 
=============================================
    End Css
=============================================
***/
