/*
 Theme Name:   Sydney Child
 Template:     sydney
 Text Domain:  sydney-child
 Description:  Child theme for Sydney — place custom styles here
*/


/* Hide automatic page titles from displaying */
.page .entry-title {
    display: none;
}

/* Hide header and sticky menu */
.shfb-main_header_row,
.shfb-sticky-header,
.shfb-row-frontpage {
    display: none !important;
}


/* Center the submit button only */
.forminator-ui .forminator-button {
    font-size: 14px !important;
    font-weight: 600 !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 30px !important;
}

.card-shadow {
    box-shadow: 0 1px 5px 0px rgba(35, 52, 82, 0.5);
    border-radius: 30px;
    padding: 20px;
}