/*
Theme Name: FGC Theme
Theme URI: 
Author: Luke Swenson
Author URI: 
Description: A custom theme for Fremin General Contractors
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fgc-theme
Tags: 
*/

@import url("https://use.typekit.net/wov5kfb.css");

/* Global Styles */

a:where(:not(.wp-element-button)) {
    text-decoration: none;
    color: inherit;
}

/* Navigation */

.current-menu-item {
    color: var(--wp--preset--color--secondary, #C91F25) !important;
}

/* Footer */

.footer-top a {
    text-decoration: none;
}

.footer-top a:hover {
    text-decoration: underline;
}

.footer-top .wp-social-link {
    border-radius: 0 !important;
}

.footer-top .wp-social-link:hover {
    transform: none !important;
}

.footer-top .wp-social-link a {
    display: inline-block !important;
    padding: 0.8rem !important;
}

@media screen and (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .footer-top-contact {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .footer-top-logos-social {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .footer-top-logos {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
}

.footer-bottom a {
    text-decoration: none !important;
}

.footer-bottom a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .footer-bottom-legal {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
    }
}

/* Contact Page */

.contact-page-form {
    max-width: 700px;
}

.contact-page-links a {
    text-decoration: none;
}

.contact-page-links a:hover {
    text-decoration: underline;
}

.contact-page-form label {
    display: block;
    width: 100%;
}

.contact-page-form .wpcf7-text {
    width: 100%;
    border: none;
    border-radius: none;
    padding: 1rem;
    box-sizing: border-box;
}


.contact-page-form .wpcf7-textarea {
    width: 100%;
    border: none;
    border-radius: none;
    padding: 1rem;
    margin: 0.5rem 0 0;
    box-sizing: border-box;
}

.contact-page-form .wpcf7-submit {
    background-color: var(--wp--preset--color--secondary, #C91F25);
    border: none;
    padding: 1rem 2rem;
    color: #fff;
    font-size: var(--wp--preset--font-size--medium, 1.2rem);
    font-family: var(--wp--preset--font-family--primary, sans-serif);
}

.contact-page-form .wpcf7-response-output {
    margin: 0 !important;
    line-height: 1.25 !important;
    padding: 0.5rem !important;
}

/* Mobile Navigation */

@media screen and (max-width: 600px) {
    .fgc-main-nav .wp-block-navigation-item {
        font-size: var(--wp--preset--font-size-x-large, 2.5rem) !important;
        font-weight: var(--wp--preset--font-weight--600, 600) !important;
        align-items: start !important;
    }

    .fgc-main-nav .wp-block-navigation-item a {
        color: var(--wp--preset--color--primary, #0068B3) !important;
    }
}

/* Homepage */

@media screen and (max-width: 600px) {
    .home-headline {
        font-size: var(--wp--preset--font-size--x-large, 1.375rem) !important;
    }
}
