/* Center the #content division */
#content {
    margin: 0 auto; /* Center horizontally */
    max-width: 800px; /* Optional: Limit the maximum width of the content */
}
#blogcontainer {
    margin: 0 auto; /* Center horizontally */
    max-width: 1400px; /* Optional: Limit the maximum width of the content */
}




.btn-main, .btn-small, .btn-transparent {
    background: #655E7A;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 35px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.2s ease;
  }
  .btn-main.btn-icon i, .btn-icon.btn-small i, .btn-icon.btn-transparent i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .btn-main:hover, .btn-small:hover, .btn-transparent:hover {
    background: #353240;
    color: #fff;
  }
  
  .btn-solid-border {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
  }
  .btn-solid-border:hover {
    border: 1px solid #655E7A;
    background: #655E7A;
  }
  
  .btn-transparent {
    background: transparent;
    padding: 0;
    color: #655E7A;
  }
  .btn-transparent:hover {
    background: transparent;
    color: #655E7A;
  }
  
  .btn-large {
    padding: 20px 45px;
  }
  .btn-large.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
  }
  
  .btn-small {
    padding: 10px 25px;
    font-size: 12px;
  }
  
  .btn-round {
    border-radius: 4px;
  }
  
  .btn-round-full {
    border-radius: 50px;
  }
  
  .btn.active.focus,
  .btn:active:focus,
  .btn:focus {
    outline: 0;
    box-shadow: none;
  }
  
  .mt-10 {
    margin-top: 20px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mt-40 {
    margin-top: 40px;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .btn:focus {
    color: #ddd;
  }
  
  .w-100 {
    width: 100%;
  }

  a,
  a:focus,
  a:hover {
    text-decoration: none;
    outline: 0;
    color: #655E7A;
  }

  ol,ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }




  blockquote {
    font-size: 18px;
    border-left: 5px solid #655E7A;
    padding: 20px 40px;
    text-align: left;
    color: #777;
  }

  .post-excerpt blockquote.quote-post {
    margin: 20px 0;
    margin-bottom: 30px;
  }
  .post-excerpt blockquote.quote-post p {
    line-height: 30px;
    font-size: 20px;
    color: #655E7A;
    margin-bottom: 0;
  }






.blog {
  background: #F6F6F6;
}

.post {
  background: #fff;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.post .post-media.post-thumb img {
  width: 100%;
  height: auto;
}
.post .post-media.post-media-audio iframe {
  width: 100%;
}
.post .post-title {
  margin-top: 10px;
  margin: 25px 0 0;
  text-transform: capitalize;
  font-size: 26px;
  margin-bottom: 20px;
}
.post .post-title a {
  color: #655E7A;
}
.post .post-title a:hover {
  color: #655E7A;
}
.post .post-meta {
  font-size: 13px;
  margin-top: 10px;
  text-transform: uppercase;
}
.post .post-meta ul li {
  display: inline-block;
  color: #909090;
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.post .post-meta ul li a {
  color: #909090;
}
.post .post-meta ul li a:hover {
  color: #655E7A;
}
.post .post-meta .post-author {
  color: #000;
}
.post .post-content {
  margin-top: 20px;
}
.post .post-content p {
  line-height: 26px;
}
.post .post-content .btn-main, .post .post-content .btn-transparent, .post .post-content .btn-small {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 12px;
}

.post-pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .post-pagination {
    display: block;
  }
}
.post-pagination > li {
  margin: 5px;
  display: inline-block;
  font-size: 14px;
}
.post-pagination > li > a {
  color: #000;
  padding: 10px 15px;
  border-radius: 0 !important;
  transition: all 0.3s ease;
}
.post-pagination > li > a:hover {
  color: #fff;
  background: #655E7A;
  border: 1px solid #655E7A;
}
.post-pagination > li.active > a {
  background: #655E7A !important;
  border: 1px solid #655E7A !important;
}
.post-pagination > li:first-child > a,
.post-pagination > li:last-child > a {
  border-radius: 0;
}

.page-link:focus {
  box-shadow: none;
}

.coming-soon {
  background: url("../images/backgrounds/coming-soon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 70px 0;
}
@media (max-width: 400px) {
  .coming-soon {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .coming-soon {
    padding: 50px 0;
  }
}
.coming-soon .block h1 {
  line-height: 65px;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 400px) {
  .coming-soon .block h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .coming-soon .block h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.coming-soon .block p {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}
.coming-soon .block .count-down {
  margin-top: 50px;
}
.coming-soon .block .count-down .syotimer-cell {
  width: 25%;
  padding: 15px;
  display: inline-block;
  background: rgba(101, 94, 122, 0.48);
}
@media (max-width: 400px) {
  .coming-soon .block .count-down .syotimer-cell {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .coming-soon .block .count-down .syotimer-cell {
    width: 50%;
  }
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
@media (max-width: 400px) {
  .coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
    font-size: 50px;
  }
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-weight: normal;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .coming-soon .block .count-down ul li {
    font-size: 40px;
  }
}
.coming-soon .block .count-down ul li:before {
  content: ":";
  font-size: 20pt;
  opacity: 0.7;
  position: absolute;
  right: 0px;
  top: 0px;
}
.coming-soon .block .count-down ul li:last-child:before {
  content: "";
}
.coming-soon .block .count-down div:after {
  content: " " attr(data-interval-text);
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
}
.coming-soon .block .copyright-text {
  font-size: 12px;
}
.coming-soon .block .copyright-text a {
  color: #fff;
  font-weight: 600;
}








.post-comments {
    margin: 30px 0;
  }
  .post-comments .media {
    margin-top: 40px;
  }
  @media (max-width: 480px) {
    .post-comments .media {
      display: block;
    }
  }
  .post-comments .media > .pull-left {
    padding-right: 20px;
  }
  @media (max-width: 480px) {
    .post-comments .media > .pull-left {
      display: inline-block;
      margin-bottom: 15px;
    }
  }
  .post-comments .comment-author {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .post-comments .comment-author a {
    color: #655E7A;
    font-size: 14px;
    text-transform: uppercase;
  }
  .post-comments time {
    margin: 0 0 5px;
    display: inline-block;
    color: #808080;
    font-size: 12px;
  }
  .post-comments .comment-button {
    color: #655E7A;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
  }
  .post-comments .comment-button i {
    margin-right: 5px;
    display: inline-block;
  }
  .post-comments .comment-button:hover {
    color: #655E7A;
  }


.comment-list ul {
    margin-top: 20px;
  }
  .comment-list ul li {
    margin-bottom: 20px;
  }
  
  .comment-wrap {
    border: 1px solid #dedede;
    border-radius: 1px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
  }
  .comment-wrap .author-avatar {
    margin-right: 10px;
  }
  .comment-wrap .media .media-heading {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .comment-wrap .media .media-heading a {
    color: #655E7A;
    font-size: 13px;
  }
  .comment-wrap .media .comment-meta {
    font-size: 12px;
    color: #888;
  }
  .comment-wrap .media p {
    margin-top: 15px;
  }
  
  .comment-reply-form {
    margin-top: 80px;
  }
  .comment-reply-form input,
  .comment-reply-form textarea {
    height: 35px;
    border-radius: 0;
    box-shadow: none;
  }
  .comment-reply-form input:focus,
  .comment-reply-form textarea:focus {
    box-shadow: none;
    border: 1px solid #655E7A;
  }
  .comment-reply-form textarea,
  .comment-reply-form .btn-main,
  .comment-reply-form .btn-transparent,
  .comment-reply-form .btn-small {
    height: auto;
  }