/**
 * Theme Name: Prestige Gold Solutions
 * Template:   twentytwentyfive
 */

:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: inherit;
}

a {
    transition: 0.2s all;
    text-underline-offset: 2px !important;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 4px !important;
}

header a {
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}

header p img,
footer p img {
    position: relative;
    top: 1px;
}

footer {
    margin-top: 0;
}

strong {
    font-weight: 600;
}

.contact-us,
.about-us {
    position: relative;
    top: -90px;
}

@media (min-width: 1024px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block; 
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none; 
    }
}

@media (max-width: 1023px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none; 
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }
}

/**
 * Contact Form 7
 *********************************************/

.wpcf7-form p {
    margin-bottom: 20px;
    font-size: 15px;
}

.wpcf7-form p:last-of-type {
    margin: 0;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.wpcf7-form input[type="text"].wpcf7-form-control,
.wpcf7-form input[type="email"].wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
    font-family: inherit;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px;
    font-size: 17px;
    font-weight: 300;
    box-sizing: border-box;
    box-shadow: inset 1px 1px 2px 0px rgba(91, 91, 91, 0.1);
}

.wpcf7-form input[type="text"].wpcf7-form-control:focus,
.wpcf7-form input[type="email"].wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus {
    outline-color: #060e57;
}

.wpcf7-form .wpcf7-form-control::placeholder {
    color: #8a8a8a !important;
}

.wpcf7-form .wpcf7-submit {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #60b900;
    border-radius: 3px;
    border: 0;
    line-height: 49px;
    width: 150px;
    cursor: pointer;
    transition: 0.2s all;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #060e57;
}