/*
 Theme Name: mofor31
 Theme URI: http://example.com/genesis-child
 Description: A child theme for the Genesis Framework
 Author: Your Name
 Author URI: http://example.com
 Template: genesis-block-theme
 Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
}

.site-header {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 100;
    background: #2f429b;
}
#page {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
#primary {
    max-width: 1000px;
}
nav#site-navigation a {
    color: #fff;
    font-family: "Lato", sans-serif;
}
nav#site-navigation a:hover {
  color: #ed2024;
}
.site-header .container {
    display: block;
    padding: 0 3%;
}
.mobile-navigation {
    padding: 0;
}
p{
  font-size: 16px;
}

.custom-logo-link img {
    display: block;
    width: 200px;
}

body .entry-content p a, .header-text a {
    box-shadow: none;
}

h1,h2,h3,h4,h5 {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.home-h1 {
  margin-bottom: 15px;
}

.home .site-content {
    padding: 0 6% 0;
}
.site-content {
    padding: 6% 6% 0;
}
.single .site-content {
    padding: 6% 6%;
}
.single h4.wp-block-heading {
    margin-top: 1em;
}
.single .featured-image {
    width: 50%;
}
.featured-image img, .featured-video img {
    width: 100%;
}
.featured-image, .featured-video {
    margin-bottom: 3%;
}
.hero-header {
    position: absolute;
    top: 10vw;
    left: 0;
    padding: 8%;
    z-index: 1000;
    color: #fff;
}
.hero-header h2 {
    font-size: 3.2vw;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.hero-header h6 {
    font-size: 1.5vw;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.featured-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #24232326;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.entry-content p a:hover, .header-text a:hover {
    box-shadow: none;
}

.site-footer {
    background: #2f429b;
    color: #fff;
    font-family: "Lato", sans-serif;
}
.footer-widgets section + section {
    margin-top: 0;
}
label.gb-newsletter-email-address-label {
    display: none;
}
.gb-form-styles input:not(.gb-newsletter-submit) {
    width: 70%;
    height: auto;
    min-height: 45px;
    margin-bottom: 15px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .comment-navigation a {
    background: #ed2024;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 19px 20px;
}
nav.footer-navigation a {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.site-footer a:hover {
    color: #ed2024;
    text-decoration: none;
}
div#gform_fields_1 {
    gap: 10px;
}

@media (max-width: 991px) {
  body .wp-block-group.letters-gallery {
    width: 100%;
}
.site-identity {
    padding: 16px;
}
.site-header {
    height: auto;
}
.site-content {
    padding: 0;
}
.hero-header {
    top: 29vw;
    padding-right: 0;
}
.hero-header h2 {
    font-size: 32px;
    text-shadow: none;
}
.hero-header h6 {
    font-size: inherit;
    text-shadow: none;
}
.featured-image, .featured-video {
    margin-bottom: 1.2em;
    height: 60vw;
    background: #021abd;
}
.page-template-full-width #primary {
    padding: 0 6%;
}
.single .featured-image {
    width: 100%;
}
.L-H-Turner-section {
    padding: 10% 10% 0;
}
.L-H-Turner-section .wp-block-spacer {
    display: none;
}
  .footer-column {
    text-align: center;
}
.footer-widgets section#block-10 h3 {
    text-align: center;
}
.footer-widgets h3.wp-block-heading.has-text-align-left.has-text-color.has-link-color {
    text-align: center;
}
.footer-widgets .wp-block-image .alignleft {
    float: none;
    margin: 0 auto;
}
.footer-bottom {
    text-align: center;
}
}
