/* Fonts */
@font-face {
    font-family: 'Manrope';
    src: url('../css/fonts/Manrope-Regular.ttf') format('opentype');
}

:root {
    --first-font: 'Manrope', serif;
    --second-font: 'Manrope', serif;
    --highlight-font: 'Manrope', serif;
}

p {
    text-align: justify;
}

/* slideshow caption subtitle */
.slideshow_container .caption .the_subtitle, .slideshow_container .caption .title {
    text-shadow: 1px 1px 2px #A65A3D;
}

@media screen and (min-width: 640px) {
    .gform_wrapper .gform_footer {
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 640px) {
    .gform_wrapper .gform_footer {
        padding: 10px 10px !important;
    }
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
    margin-left: 0 !important;
}
