
/* Front mobile */

.desktop-only  {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    #page-header-wrap {
        display: none !important;
    }
    
    #top-circle-image-desktop {
        display: none !important;
    }

    .desktop-only  {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }

    .content-first .divider-wrap:first-child {
        display: none !important;
    }
  }


h2, h3 {
    color: #455e8b !important; 
}

#header-outer {
    display: none !important;
}

.img-circle {
    border-radius: 50% !important; 
}

img {
    border-radius: 4px;
}

/* ACF */

body .acf-fields > .acf-field {
    padding: 15px 0 !important;
}

body .acf-fields > .acf-field {
    padding: 16px 0 !important;
    border: 0 !important;
}

body .acf-field input[type="email"] {
    max-width: 300px !important; 
}

.acfe-form {
    padding-bottom: 1.5em;
}