@media (max-width: 989px) {
    .book-cover img {
        width: 250px;
    }
}
@media (max-width: 1440px) {
    #hero_top .container {
        max-width: 1110px;
    }
    .book-cover img {
        width: 350px;
    }
}
@media (min-width: 1441px) {
    #hero_top .container {
        padding-top: 60px !important;
    }
}
#hero_top {
    background-position: 35% 36%;
}
@media(max-width: 767px) {
    #hero_top .template-page {
        padding-top: 100px;
    }
}
.hero-title .av-subheading {
    letter-spacing: 0.5px;
}
.avia_textblock i {
    font-style: italic;
}
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0;
}
.author-image img {
    box-shadow: -20px 20px #e4e4e4;
}
.author-text h2 {
    text-transform: none !important;
    background-color: var(--army-green);
    color: #fff;
    padding: 10px 20px;
    font-size: 35px;
    width: auto !important;
    display: inline-block;
}
.author-text h3 {
    font-size: 27px;
}
.feature-text h3 {
    font-size: 25px;
    color: var(--green);
    margin-top: 25px;
    letter-spacing: 0.5px;
}
.feature-text h3 a:hover,
.feature-img:hover {
    opacity: .85;
}
/* Form CSS */
.order-form {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px;
    border: 1px solid #e8e8e8;
}
.order-form .gform_body select,
.order-form .gform_body input {
    padding: 12px 12px 8px !important;
    line-height: 1.2 !important;
}
.order-form select::placeholder,
.order-form input[type="text"]::placeholder {
    color: #888;
}
.order-form .gfield {
    margin-bottom: 0 !important;
}
.gform_footer.top_label {
    margin-top: 25px !important;
}
.contact-form .gfield_label {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #666;
    letter-spacing: 0.5px;
    margin-top: 12px;
}
/* Latest Posts CSS */
.latest-posts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 768px) {
    .latest-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .latest-posts {
        grid-template-columns: repeat(3, 1fr);
    }
}
a.post-card:hover {
    opacity: 0.85;
}
.card-title {
    font-size: 18px !important;
    color: #222 !important;
}
.thumbnail-block img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}
/* Latest Posts CSS - END */