/*
Theme Name: Timberland
Author: Chris Earls
Description: A modern WordPress theme using Timber, ACF, Tailwind CSS and Alpine JS
Version: 2.0.1
*/

/* style for blog pages */
.max-w-7xl.mx-auto.py-6.md\:py-12.px-4 {
    max-width: 90% !important;
}

.blog-post-content.prose.mx-auto {
    margin: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
}

/* Footer Form */
footer .gform_wrapper .footer-form-content h2 {
    font-size: 3rem;
    line-height: 1;
}

footer .gform_wrapper .footer-form-content p {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

footer .gform_wrapper .footer-form-content p,
footer .gform_wrapper .footer-form-content h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    margin-bottom: 2.5rem;
}
/* LoadMore */
.loader {
    display: block;
    margin: 20px auto;
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-top: 4px solid #000; /* Blue color for the spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.contact_form_sidebar p {
    padding-bottom: 1rem;
}
.contact_form_sidebar p:last-of-type{
    padding-bottom:0;
}
.contact_form_sidebar p a{
    transition: all 0.3s ease-in-out;
}
.contact_form_sidebar p a:hover{
    color:rgb(134 23 91 / var(--tw-text-opacity));
}
.footer-media-logos {
    flex-wrap: wrap;
    justify-content: center;
}

:not(.grid-table) + .grid-table {
    margin-top: 5rem;
}
@media screen and (max-width:1024px) {

    footer .gform_wrapper .footer-form-content h2,
    footer .gform_wrapper .footer-form-content p {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width:768px) {

    footer .gform_wrapper .footer-form-content h2,
    footer .gform_wrapper .footer-form-content p {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media screen and (max-width:600px){
    .two-one-cards {
        grid-template-columns: auto;
        justify-content: normal;
    }
    .two-one-cards ul {
        padding-right: 20px;
    }
    .article-post-list-feed .grid,
    .downloadable-resources ul.grid,
    .article-listing .grid {
        grid-template-columns: auto;
    }

}
@media screen and (max-width:480px){
    .article-post-card-feed .heading-section {
        flex-wrap: wrap;
    }
}