/*
Theme Name: Theme Nature's Best
Theme URI: https://www.nustreammarketing.com/
Author: NuStream Marketing
Author URI: https://www.nustreammarketing.com/
Description: Foundation 6 powered theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: acf, gravity forms
*/
#awardImage {
	max-width: 90px;
    position: absolute;
    top: 0;
    right: 0;
}
.page-template-page-blog .banner {
    height: 500px;
    padding: 150px 0 200px;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    text-align: center;


}

.page-template-page-blog .banner .wrap {

    background: none;
}

.page-template-page-blog .page-title {
    color: #173159;
    font-size: 36px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    
    color: #fff;
    text-shadow: 1px 3px 5px #636363;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 60px;
}

/* Email Subscription Modal Styles */

.reveal-overlay {
    z-index: 99999;
    overflow-y: hidden;
}

#email-subscribe-modal h2 {
    font-family: "Montserrat", sans-serif;
    color: #173159;
    margin-bottom: 0.5rem;
}

#email-subscribe-modal p {
    color: #666;
    margin-bottom: 1.5rem;
}

#email-subscribe-modal label {
    font-weight: 600;
    color: #173159;
}

#email-subscribe-modal input[type="email"] {
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.75rem;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

#email-subscribe-modal input[type="email"]:focus {
    border-color: #173159;
    outline: none;
    box-shadow: 0 0 0 3px rgba(23, 49, 89, 0.1);
}

#email-subscribe-modal .button {
    background-color: #173159;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}

#email-subscribe-modal .button:hover,
#email-subscribe-modal .button:focus {
    background-color: #0f2240;
}

#email-subscribe-modal .button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

#email-subscribe-modal .alert {
    background-color: #f0f0f0;
    border: 1px solid #cc4b37;
    color: #cc4b37;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

#email-modal-success .fa-check-circle {
    font-size: 48px;
    color: #3adb76;
    margin-bottom: 1rem;
    display: inline-block;
}

/* Responsive adjustments */
@media screen and (max-width: 639px) {
    #email-subscribe-modal {
        width: 90%;
    }

    #email-subscribe-modal h2 {
        font-size: 1.5rem;
    }
}
.home .testimonials {
    position: relative;
    z-index: 999;
}
