/*
Theme Name: Wen Associate Child
Description: Child theme of Wen Associate
Template: wen-associate
Version: 1.0
*/

@import url("../wen-associate/style.css");

.home .entry-title,
.home .page-title {
    display: none !important;
}

.footer-right-content {
    text-align: right;
}

/* Hide the original footer elements */
.site-info {
    display: none !important;
}

/* Hide any other footer elements */
footer .row:not(.custom-sonic-footer) {
    display: none !important;
}

footer {
    background-color: #888888 !important;
    color: #ffffff !important;
}

h1.site-title {
    font-size: 18px; /* Fallback */
    font-size: clamp(18px, 3vw, 24px); /* Modern browsers */
}

/* Media queries as backup for very old browsers */
@media (min-width: 480px) {
    h1.site-title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    h1.site-title {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    h1.site-title {
        font-size: 27px;
    }
}

div.wpforms-container-full:not(:empty) {
    margin: 0px auto;
}

.wpforms-field-container #wpforms-165-field_1-container1{
    padding: 0 0 15px 0 !important;
}

div.wpforms-container-full button[type=submit] {
    float: right !important;
}