/*
Theme Name: GeneratePress CHILD
Template: generatepress
*/

h2.wp-block-heading {
    margin-top: 80px !important;
}
h3.wp-block-heading {
    margin-top: 50px !important;
    margin-bottom: 10px !important;
}
h4.wp-block-heading {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

div.amazingslider-timer-3 + div {
    display: none !important;
}

/* ANNOUNCEMENTS BLOG POSTS */
.wp-block-latest-posts__list {
    width: 700px;
    max-width: 100%;
    margin: auto;
}
.wp-block-latest-posts__list li {
    margin-bottom: 50px;
}
.wp-block-latest-posts__list li a.wp-block-latest-posts__post-title {
    font-weight: bold;
    /* text-transform: uppercase; */
    font-variant: small-caps;
    font-size: 1.5em;
}

/* Contact Form 7 STYLES */
.wpcf7 {
    /* width: 500px; */
    max-width: 100%;
    margin: auto;
}
/* Contact page */
body.page-id-21689 .wpcf7 {
    width: 500px;
}

.wpcf7 input.wpcf7-text,
.wpcf7 textarea {
    background-color: white;
    width: 100%;
}
.wpcf7 textarea {
    height: 100px;
}

.wpcf7 .required {
    color: red;
    font-size: 1.3em;
    vertical-align: sub;
}

.wpcf7 input {
    padding: 3px;
}
.wpcf7 .wpcf7-submit {
    padding: 10px;
}
.wpcf7 .wpcf7-select {
    background-color: white;
}
.wpcf7 .formcontainer {
    margin: 0;
    padding: 0;
}
.wpcf7 .formcontainer .row {
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 50px;
    margin: 20px 0px;
}
.wpcf7 .formcontainer .row.fullwidth {
    display: grid;
    grid-template-columns: auto;
}
.wpcf7 .formcontainer div,
.wpcf7 .formcontainer p {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 600px) {
    .wpcf7 .formcontainer .row {
        display: grid;
        grid-template-columns: auto;
        column-gap: 50px;
        margin-bottom: 20px;
    }
}

.wpcf7 h2 {
    margin-top: 50px;
}
