/*
Theme Name: jdrhawkins
Theme URI: https://jdrhawkins.com/
Author: Alexanderideas
Author URI: https://jdrhawkins.com/
Description: Custom theme for jdrhawkins
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jdrhawkins
*/

.list-area {
  list-style: none;
  padding: 0;
}

.list-area li a {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.list-area li a::before {
  content: "\f101"; /* fa-chevrons-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
}
input.tnp-submit {
    background: #871c17 !important;
    text-transform: uppercase;
}

.forminator-ui#forminator-module-48.forminator-design--default .forminator-input, .forminator-ui#forminator-module-48.forminator-design--default .forminator-input input, .forminator-ui#forminator-module-48.forminator-design--default .forminator-iti-input .iti__selected-dial-code
 {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    color: var(--text);
    padding: 18px 20px;
    border-radius: 8px;
    outline: none;
    font-weight: 500;
}
.forminator-ui#forminator-module-48.forminator-design--default .forminator-textarea {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    color: var(--text);
    padding: 18px 20px;
    border-radius: 8px;
    outline: none;
    font-weight: 500;
}
.forminator-ui#forminator-module-48.forminator-design--default .forminator-button-submit {
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
    min-width: 170px;
    border-radius: 100px;
}
.news-image img {
    width: 100% !important;
    height: 235px !important;
    object-fit: cover !important;
}
.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
}

.page-numbers.current {
  background: #000;
  color: #fff;
  border-color: #000;
}
/* FORCE FULL WIDTH ON DESKTOP */
.video-fullwidth {
  width: 100vw;
  max-width: 100%;
}

/* Desktop height */
@media (min-width: 992px) {
  .video-fullwidth iframe {
    width: 100%;
    height: 700px;
  }
}

/* Mobile & Tablet responsive */
@media (max-width: 991px) {
  .video-fullwidth {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }

  .video-fullwidth iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
section.vids {
    margin: 40px 0px;
}
p.subtt {
    font-size: 20px;
    margin-bottom: 20px;
}

.wiiner_box img {
    width: 350px;
    object-fit: cover;
    max-width: 100%;
}

.books_teasers_box img {
    height: 390px;
    object-fit: fill;
    width: 100%;
}
.postid-167 .books_teasers_box img {
    height: 590px;
    object-fit: fill;
    width: 100%;
}
.award-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.award-modal-content {
    background: #fff;
    padding: 25px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    border-radius: 8px;
    position: relative;
}

.award-modal-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.award-close {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 26px;
    cursor: pointer;
}

.wiiner_box {
    cursor: pointer;
}
.book_teasers_box {
    cursor: pointer;
}

.postid-177 .wiiner_box img {
    width: 100%;
    object-fit: contain;
    height: 200px;
}
.col-custom-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 991px) {
    .col-custom-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .col-custom-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

h3.conttle {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}
p.contdesc {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
section.extcont {
    background: aliceblue;
    padding: 40px 0px;
}
.yutvid h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
section.vidrev {
    padding: 40px 0px;
    background: azure;
}
.vlist {
    margin: 40px 0px;
}
.yutvid {
    border-radius: 10px;
    border: 1px solid #d1d0d0;
    padding: 10px;
}


/* ===== Book Excerpt Base ===== */
.book-excerpt {
  margin: 0 auto;

  color: #222;
  line-height: 1.7;
}

/* ===== Scripture Blockquotes ===== */
.book-excerpt blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: #f9f6f2;
  border-left: 4px solid #8b5e3c;
  font-style: italic;
}

.book-excerpt blockquote p {
  margin-bottom: 1rem;
}

.book-excerpt blockquote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  color: #555;
}

/* ===== Chapter Titles ===== */
.book-excerpt h3 {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.book-excerpt h4 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #6b3e26;
}

/* ===== Paragraph Styling ===== */
.book-excerpt p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

/* Drop cap for first paragraph after chapter title */
.book-excerpt h4 + p::first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 1;
  padding-right: 8px;
  padding-top: 4px;
  font-weight: 700;
  color: #8b5e3c;
}

/* ===== Mobile Optimization ===== */
@media (max-width: 768px) {
  .book-excerpt {
    padding: 0 1rem;
  }

  .book-excerpt h3 {
    font-size: 1.5rem;
  }

  .book-excerpt h4 {
    font-size: 1.25rem;
  }

  .book-excerpt p {
    font-size: 1rem;
  }

  .book-excerpt blockquote {
    padding: 1.2rem;
  }
}
section.excptcontsect {
    padding: 50px 0px;
}
.postid-205 .testimonial_box {
    height: 30vw;
    margin-bottom: 20px;
}
.page-template.page-template-author-review-interview .testimonial_box {
    height: 30vw;
    margin-bottom: 20px;
}

/* Mobile & Tablet responsive */
@media (max-width: 991px) {
    iframe {
    height: auto;
}
.postid-205 .testimonial_box {
    height: 100%;
    margin-bottom: 0px;
}
.page-template.page-template-author-review-interview .testimonial_box {
    height: 100%;
    margin-bottom: 20px;
}
.testimonial_box {
    height: 100%;
    margin-bottom: 0px;
}
}

.author-interviews {
  margin: 3rem auto;
  padding: 2rem;
  background: #f9f6f2;
  border-left: 4px solid #8b5e3c;
}

.author-interviews h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.author-interviews p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #222;
}

.author-interviews .contact {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .author-interviews {
    padding: 1.5rem;
  }

  .author-interviews h3 {
    font-size: 1.5rem;
  }
}
.page-template.page-template-about-author .abt_pd {
    padding: 100px 0 0px;
}
.faq-content {
    margin-top: 40px;
}

div#respond button, div#respond input, div#respond optgroup, div#respond select, div#respond textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 5px;
    border: 1px solid #c7c4c4;
    border-radius: 5px;
}
div#respond input#submit {
    background: #871c17;
}
input#wp-comment-cookies-consent {
    width: 20px !important;
    margin: 15px 0px !important;
}
.recent-thumb img {
    width: 75px;
    height: 90px;
    object-fit: contain;
}
.main-sidebar .single-sidebar-widget {
    padding: 20px !important;
    background-color: transparent;
    margin-bottom: 0px !important;
}