/* Custom Styles for Lucid Financial Website */
.entry-content{
    text-align:center
}
/* Hide entry title */
h1.entry-title {
    display: none;
}

/* Style entry content headings */
.entry-content h2 {
    color: #75c32c;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

/* Center text utility class */
p.textCenter {
    text-align: center;
    line-height: 1.2;
}

/* Provider logos styling */
.providerLogos {
    display: flex;
    width: 60%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.providerLogos div {
    width: auto;
    max-width: 24%;
    text-align: center;
}

.providerLogos div img {
    max-height: 35px;
    width: auto;
}

.providerLogos div:nth-of-type(1) img {
    max-height: 25px;
}

/* WPForms styling */
.wpforms-container .wpforms-form .wpforms-field > * {
    max-width: 100% !important;
}

.wpforms-submit-container button {
    width: 100%;
    font-weight: 900;
    font-size: 1.15rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #75c32c;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    height: 50px;
}

.wpforms-container {
    margin-top: 46px;
}

.wpforms-container .wpforms-field {
    padding: 4px 0;
}

.wpforms-container .wpforms-field-description {
    font-size: 0.75em;
    margin: 0px 0 0 0;
}

/* Security section styling */
.secure p {
    font-size: .75rem;
    text-align: center;
}

.secureLogos {
    width: 100%;
    max-width: 120px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .75rem;
}

.secureLogos img {
    width: 45%;
}

/* Footer styling */
footer .ast-builder-grid-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.site-footer-section {
    width: 100%;
}

.footer-widget-area.footer-widget-area-inner,
.ast-footer-copyright {
    text-align: center !important;
}

.widget-title {
    margin-bottom: .2em;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.site-below-footer-wrap p {
    font-size: .8rem;
}

/* Responsive design */
@media screen and (max-width: 921px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        margin-bottom: 0;
    }
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .providerLogos {
        display: flex;
        width: 90%;
    }
    .providerLogos div img {
        max-height: 25px;
    }
    .providerLogos div:nth-of-type(1) img {
        max-height: 15px;
    }
}

@media screen and (max-width: 544px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
