/*
Template: Quang Da
Author: Min SEO
Version: 1.0
Designed and developed by: Min SEO
*/

/***** Default *****/
.front #wpadminbar {
  display: none;
}
.main-wrapper {
  background-color: #f5f5f5;
}
.pagination-holder h3 {
  text-transform: capitalize;
}

/***** Front Page *****/
.banner {
  width: 100%;
  /* height: 390px;
  position: relative; */
  height: auto;
}
.banner img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  height: auto;
}

/* Blog section */
.section-blog {
  padding-bottom: 50px;
}
.container {
  max-width: 1140px!important;
}
.image-holder .post-info {
  background-color: #c3a254!important;
}
.section-blog .text-box-inner {
  padding: 22px!important;
}

/* Sidebar */
.tags li a:hover {
  color: #fff;
  background-color: #c3a254;
}
.category-links li a:hover, 
.category-links li a.active {
	color: #c3a254;
}

/* Single */
.single .blog1-post-holder {
  background-color: transparent;
}
.single .post-content,
section.posts,
section.main {
  padding: 10px 0;
}
.blog1-post-holder table {
  width: 100%;
}
.blog1-post-holder table th,
.blog1-post-holder table td {
  border: 1px solid navy;
  padding: 14px;
}
.blog1-post-holder table td:first-child {
  text-align: center;
}
.blog1-post-holder table td:not(:first-child) {
  padding-left: 12px;
}
.blog1-post-holder table tr:first-child {
  width: 40px;
}

/* Comment section */
.comment-form {
  width: fit-content;
}
.comment-form-cookies-consent {
  display: none;
}
.comment-form .required {
  color: red;
  font-weight: normal;
}
.comment-form label {
  min-width: 90px;
}
.comment-form-comment {
  display: table;
}
.comment-form-comment label {
  display:table-cell;
  vertical-align:middle;
}
.comment-form-comment textarea {
  margin-left: 3px;
}
.comment-form input,
.comment-form textarea {
  width: 420px;
}
.comment-form .submit {
  width: fit-content;
}
.form-submit {
  text-align: right;
}
.comment-form .submit {
  background-color: #c3a254;
  border: none;
  padding: 10px 36px;
  color: #000;
  margin-bottom: 9px;
  text-transform: capitalize;
}
.comment-form .submit:hover {
  opacity: 0.8;
}
.says {
  display: none;
}
.comment-awaiting-moderation {
  display: none;
}
.comment-meta > a:first-child {
  display: none;
}

/* Paginated Links section */
.paginated-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.page-numbers:not(.prev, .next) {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #c3a254 ;
  color: #fff;
  margin: 0 7px;
  line-height: 40px;
  text-align: center;
}
.page-numbers.current {
  color: #000;
}
.prev, .next {
  margin-bottom: 3px;
}
.prev {
  margin-right: 7px;
}
.next {
  margin-left: 7px;
}

/* Footer */
footer .item-holder img {
  width: 80px;
  height: auto;
}
footer .item-holder .divider-line:last-child {
  border-bottom: none;
}
footer .social-icons-3 {
  text-align: left;
}
footer .social-icons-3 .fa-tiktok {
  width: 14px;
  height: auto;
}
footer .usefull-links {
  margin-bottom: 30px;
}

@media (max-width: 999px) {
  #header .container {
    width: 94%!important;
    margin-bottom: 10px;
  }
  .section-blog {
    padding-bottom: 14px;
  }
  section.breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 414px) {
  .comment-form-comment,
  .comment-form label {
    display: block;
  }
  .comment-form input,
  .comment-form textarea {
    width: 100%;
  }
  .comment-form-comment textarea {
    margin-left: 0;
  }
  .blog1-post-holder table tr {
    display: table-row;
  }
  .blog1-post-holder table th,
  .blog1-post-holder table td {
    display: table-cell;
  }
}