/*
Theme Name: AC Innovations
Template: extendable
Author: Reece Neumann (I Speak Human Too)
Version: 1.0.0
*/

/* Toggles */

/*.aci-whats-in-the-bag-read-more-title {
    display: none;
}*/

/* Tools */

.aci-hide {
    display: none !important;
}

/* Global */

html {
  scroll-behavior: smooth;
}

a {
    color:#527c37;
    text-decoration: none;
}
a:hover {
    color: #527c37;
}

h1 {
    line-height: 1.7;
}
h2 {
    line-height: 150%;
}

input {border-radius: 10px !important;}

button {
    background-color: #517c37 !important;
    color: white !important;
}

button:hover {
    background-color: #599834 !important;
    color: white !important;
}

/* Wordpress Global */

main {margin-top: 20px !important;}

main .wp-block-group {
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0px !important;
}
.wp-block-button a {
    border-radius: 50px !important;
}
.wp-block-button a:hover {
    color: white;
    background-color: #599834;
}

/* Theme Styles */

.is-style-aci-dashed-border {border: 2px dashed black;}

/* Custom Style Tags */

.aci-feature-heading {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 4px;
    text-decoration-color: #66c82d;
}

.aci-feature-heading2 {
    color: #527c37;
}

.aci-text-box0 {
    padding: 40px;
    margin-block-start: 0px;
}
.aci-text-box1 {
    background-color: white;
    padding: 40px;
    margin-block-start: 0px;
}
.aci-text-box2 {
    background-color: #fefcf8;
    padding: 40px;
}
.aci-text-box2 > div {
    /* aspect-ratio: 1 / 1; */
    width: 100%;
}

.aci-text-box2 li::marker {
    font-size: 30px;
}

.aci-text-box3 {
    padding: 0 40px !important;
}

.aci-gap-a {
    gap: 30px !important;
    /*margin-block-start: 0.9rem;*/
    margin-top: 30px;
}

.aci-margin-a {
    margin-top: 40px;
    margin-bottom: 40px;
}
.aci-margin-b {
    margin-top: 100px;
    margin-bottom: 100px;
}

.aci-hero-image-box1 {
    background-color: #f5eedf;
    padding: 60px;
    text-align: center;
}
.aci-hero-image-box1 img {
    max-width: 350px;
}

.aci-hero-image-box2 {
    background-color: #f5eedf;
    padding: 30px;
    text-align: center;
    vertical-align: bottom;
    height: 250px;
    display: grid;
    align-items: end;
    justify-items: center;
}
.aci-hero-image-box2-align-bottom {
    background-color: #f5eedf;
    text-align: center;
    min-height: 310px;
    display: grid;
    align-items: end;
    justify-items: center;
    padding-bottom: 0;
}
.aci-hero-image-box2 img {
    max-height: 250px;
    width: auto;
}

.aci-hero-image-box2-align-bottom img {
    max-height: 280px;
    width: auto;
}

.aci-hero-image-box3 {
    background-color: #f5eedf;
    padding: 30px;
    text-align: center;
}
.aci-hero-image-box3 img {
    max-width: 310px;
}

.aci-read-more1, .aci-read-more1 a {
    color: black !important;
    text-decoration: underline !important;
    text-underline-offset: 8px !important;
    text-decoration-color: #527c37 !important;
    text-decoration-thickness: 3px !important;
    font-weight: 700 !important;
}
.aci-read-more2 a {
    color: black !important;
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
    text-decoration-color: #527c37 !important;
    text-decoration-thickness: 1px !important;
}

.aci-heading-area1 {
    text-decoration: none;
    border-top: 10px double black;
    border-bottom: 10px double black;
    padding: 5px;
}
.aci-heading-area1-heading-width {
    text-decoration: none;
    border-top: 10px double black;
    border-bottom: 10px double black;
    padding: 5px;
    width: fit-content;
}
.aci-force-align-left {
    margin-left: 0px !important;
    margin-right: auto !important;
}
.aci-heading-area2 {
    margin-top:40px;
    margin-bottom: 80px;
}

.aci-heading-area3 {
    border-bottom: 2px solid #527c37;
    padding-bottom: 10px;
}

/* Tooltips */

.bluet_text_content a {
    color: white;
}

/* Related Posts */

.crp-list-title {
    padding-top: 20px;
    border-top: 1px solid black;
}

/* Cookie Popup */

.cky-banner-btn-close, .cky-banner-btn-close:hover, .cky-btn-close, .cky-btn-close:hover {background-color: unset !important;}

/* Widgets */

.aci-card-1-img-left {
    border: 2px solid black;
    padding: 0 !important;
}

.aci-card-1-img-left h2:first-of-type {
    border-bottom: 2px solid black;
    padding: 20px;
}

.aci-card-1-img-left > div:first-of-type {
    margin: 0;
}

.aci-card-1-img-left > div > div:nth-of-type(1) > div {
    height: 100%;
    min-height: 250px;
    margin: 0px !important;
    border-radius: unset;
}

.aci-card-1-img-left > div > div:nth-of-type(2) {
    padding: 20px;
}

.aci-card-1-img-right {
    border: 2px solid black;
    padding: 0 !important;
}

.aci-card-1-img-right h2:first-of-type {
    border-bottom: 2px solid black;
    padding: 20px;
}

.aci-card-1-img-right > div:first-of-type {
    margin: 0;
}

.aci-card-1-img-right > div > div:nth-of-type(2) > div {
    height: 100%;
    min-height: 250px;
    margin: 0px !important;
    border-radius: unset;
}

.aci-card-1-img-right > div > div:nth-of-type(1) {
    padding: 20px;
}

.aci-card-2 {
    border: 2px solid black;
    padding: 0 !important;
}

.aci-card-2 > h2:first-of-type {
    border-bottom: 2px solid black;
    padding: 20px;
}

.aci-card-2 > div:nth-of-type(1) {
    margin: 0px !important;
    border-radius: unset;
    height: 250px;
    width: 100%;
}

.aci-card-2 > div:nth-of-type(2) {
    padding: 20px;
}

.aci-timeline::after {
    content: '';
    position: absolute;
    margin-left: -3px;
    border-radius: 10px;
    background-color: black;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 50%;
}

.aci-timeline > div {
    padding: 35px 45px;
    position: relative;
    width: 50%;
    border: 2px solid black;
    background: white;
}

.aci-timeline > div > div {
    height: 200px;
}

.aci-timeline > div::after {
    content: '';
    position: absolute;
    background-color: #F5EEDE;
    border: 4px solid #275e2f;
    top: 39px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 1;
}

.aci-timeline > div:nth-of-type(even)::after {
    left: -39px;
}

.aci-timeline > div:nth-of-type(odd)::after {
    right: -39px;
}

.aci-timeline > div:nth-of-type(odd) {
    margin: -20px !important;
}
.aci-timeline > div:nth-of-type(even) {
    left: 50%;
    margin: 20px !important;
}

/* Social Widget */

.ispeakhumantoo-social-widget {
    background: white;
    padding: 15px 25px;
    width: fit-content;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    border: 2px solid black;
    margin-top: 60px;
    margin-bottom: 60px;
}

.ispeakhumantoo-social-widget h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ispeakhumantoo-social-widget img {
    max-width: 30px;
}

/* Newsletter */

.aci-newsletter-wrapper {
    border: 2px solid black;
    border-radius: 10px;
}
.aci-newsletter-wrapper > h1:first-of-type {
    margin-left: 38px !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}
.aci-newsletter-wrapper > div:first-of-type {margin-block-start: 0 !important;}


/* Page Hero */

.aci-page-hero-box-full {
    min-height: 600px;
    padding-top: 30px;
    background-position: top;
    background-size: cover;
    background-color: #f5eedf;
    text-align: center;
}
.aci-page-hero-box-full h1, .aci-page-hero-box-standard h1 {
    font-weight: 400;
    font-size: 74px;
}
.aci-page-hero-box-full h2, .aci-page-hero-box-standard h2 {
    display: inline-block;
    background-color: #527c37;
    color: white;
    padding: 2px 5px 2px 5px;
    font-size: 28px;
}
.aci-hero-box-full-info-box {
    background-color: white;
    padding: 30px 50px;
    width: 90%;
    margin-top: -220px;
}

.aci-page-hero-box-standard {
    background-position: top;
    background-size: cover;
    /*background-color: #f5eedf;*/
    text-align: center;
    padding: bottom;
    padding: 50px;
}
.aci-page-hero-box-standard-info-box {
    background-color:#fefcf8;
    padding: 30px 50px;
}


/* Blocks */

.wp-block-columns {
  gap: 20px;
}


/* Header */

header {
    /*background: black;*/
    border-bottom: 7px solid black;
}

.wp-block-site-title {
    white-space: nowrap;
    font-size: var(--wp--preset--font-size--xx-large) !important;
    color: black !important;
}
.wp-block-site-title a:hover {color: unset;}

.aci-navbar-wrapper {
    display: grid;
    padding: 10px 50px 50px 50px;
}

/*.wp-block-navigation .wp-block-navigation-item a:focus {
    text-decoration: none !important;*/
    /*color: white !important;
}*/

.aci-navbar-right-navigation-wrapper a {
    color: black !important;
}
.aci-navbar-right-navigation-wrapper a:hover {
    text-underline-offset: 8px;
    text-decoration-thickness: 4px !important;
    /*text-decoration: none !important;*/
    /*color: #527c37 !important;*/
}

.aci-navbar {
    display: flex;
    justify-content: space-between; /* logo left, right wrapper right */
    align-items: stretch;           /* equal height */
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.aci-nav-logo {
    padding-bottom: 9px;
    margin-right: 40px;
}

.wp-block-site-logo.is-default-size img {
    max-height: 100% !important;
    max-width: 90px;
}

.aci-navbar-logo-wrapper {
    float:left;
    margin-right: 40px;
    margin-block-start: var(--wp--preset--spacing--30);
    display: flex;
    align-items: end;
}
.aci-title-wrapper {
    display: flex !important;
    align-items: end !important;
}
.aci-nav-logo img {
  width: 200px !important;
  height: auto !important;
}

.aci-navbar-right-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* hero button at top, nav at bottom */
    align-items: flex-end;          /* keep nav aligned to right edge */
    flex: 1; 
}

.aci-navbar-right-hero-button-wrapper input {border: none;}

.aci-navbar-right-navigation-wrapper {
  width: 100%;            /* fill wrapper */
  max-width: 100%;        /* prevent overflow */
  box-sizing: border-box; /* include padding in width calc */
  display: flex;
  justify-content: flex-end;
}
.aci-navbar-right-navigation-wrapper nav {
    max-width: 100%;
    flex: 0 1 auto;         /* don’t grow beyond parent */
    font-weight: 600;
}

.wp-block-navigation__submenu-container {
    white-space: nowrap;
}
.wp-block-navigation__submenu-container span {
    font-size: 24px;
}

.wp-block-navigation__responsive-container-open {
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-right: 30px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: white;
    border-top: 7px solid black;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title .site-title {
    color: black;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation-item__content {
    text-align: center;
    width: 100%;
}

/* Footer */

footer {
    background-color: #fbf9f5;
    color: black;
    margin-top: 30px !important;
    padding-bottom: 5px;
}

.aci-footer-wrapper {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    border-top: 9px solid #275e2f;
    padding-right: var(--wp--style--root--padding-right) !important;
    padding-left: var(--wp--style--root--padding-left) !important;
}

.aci-footer-inner {
    display: flex;
}

.aci-footer-nav {
    float: left;
    width: 100%;
    justify-content: space-between !important;
    align-items: end !important;
}

.aci-footer-navs {
    align-items: stretch;
}
/*
.aci-footer-navs > nav {
  max-width: 250px;
}
*/
.aci-footer-nav-right {
    justify-content: space-between;
}

.aci-footer-nav-right .wp-block-navigation-link {
    font-size: var(--wp--preset--font-size--large) !important;
}

.aci-footer-logo-title-wrapper {
    display: flex !important;
    align-items: end !important;
}
.aci-footer-logo {
    align-self: flex-end;
    margin-left: auto !important;
    margin-right: 20px !important;
}

.aci-footer-logo img {
    height: auto;
    width: 180px !important;
}

.aci-footer-copyright {
    text-align: center;
    padding-right: var(--wp--style--root--padding-right) !important;
    padding-left: var(--wp--style--root--padding-left) !important;
}

.aci-footer-scroll-up-wrapper {
    text-align: center;
    clear: left;
    padding-top: 60px;
}

.aci-footer-scroll-up-wrapper img {
    width: 50px;
    height: auto;
}

.aci-footer-nav a{
    color: black;
}
/*.aci-footer-nav a, .aci-footer-nav a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: #527c37;
}*/

.aci-footer-nav a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: #fbf9f5;
}

/* Footer Signup */

.aci-footer-signup-form {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
#aci-footer-signup-email-input {
    float: left;
    width: 100%;
    height: 70px;
    border-radius: 50px;
    border: 1px solid black;
    font-size: 30px;
    color: black;
    padding: 0 40px 0 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#aci-footer-signup-email-input::placeholder {
    color: black;
}

#aci-footer-signup-terms-checkbox {
    /*appearance: none;*/
    width: 25px;
    height: 25px;
    border: 1px solid black;
    border-radius: 0;
    cursor: pointer;
}

#aci-footer-signup-terms-checkbox:checked {
  background-color: #527c37;
}

#aci-footer-signup-terms-label {
    clear: left;
    float: left;
    padding-bottom: 35px;
}
#aci-footer-signup-submit-button {
    clear: left;
    float: left;
    width: 100%;
    height: 70px;
    background-color: black;
    border: none;
    border-radius: 50px;
    font-size: 30px;
    color: white;
    padding: 0 40px 0 40px;
    box-sizing: border-box;
    cursor: pointer;
    
}
#aci-footer-signup-submit-button:hover {
    background-color: #527c37;
}

/* How To */

.aci-card-a {
    padding: 20px;
    background: #fefcf8;
    border-radius: 20px;
    border: 1px solid black;
    height: 100%;
}

.aci-card-a img {
    max-width: 150px;
    height: auto;
}

.aci-how-to-topic-info-box-img-left {
    background-color: #fefcf8;
    padding: 30px 50px;
}
.aci-how-to-topic-info-box-img-left .wp-block-list {
    padding-left: 20px;
}
.aci-how-to-topic-info-box-img-left .wp-block-list li::marker {
    font-size: 30px;
}
.aci-how-to-topic-info-box-img-left > div:nth-of-type(1) > h2 {
    text-align: left;
    margin-bottom: 30px; 
}
.aci-how-to-topic-info-box-img-left > div:nth-of-type(1) > figure {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; 
}
.aci-how-to-topic-info-box-img-left > div:nth-of-type(2) h2 {
    text-align: right;
    padding-right: 20px;   
}

.aci-how-to-topic-info-box-img-right {
    background-color: #fefcf8;
    padding: 30px 50px;
}
.aci-how-to-topic-info-box-img-right .wp-block-list {
    padding-left: 20px;
}
.aci-how-to-topic-info-box-img-right .wp-block-list li::marker {
    font-size: 30px;
}
.aci-how-to-topic-info-box-img-right > div:nth-of-type(2) > h2 {
    text-align: center;   
}
.aci-how-to-topic-info-box-img-right > div:nth-of-type(2) > figure {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; 
}
.aci-vertical-middle {
    display: flex;
}
.aci-vertical-middle figure {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.aci-how-to-topic-info-box-img-right > div:nth-of-type(1) > h2:nth-of-type(1) {
    text-align: left;
    margin-bottom: 30px;   
}
.aci-how-to-topic-info-box-img-right > div:nth-of-type(1) h2 {
    text-align: right;
    padding-right: 20px;   
}

/* Ads */

.aci-ad-faq-large {
    padding: 30px 0;
    background: #fefcf8;
    border-radius: 20px;
    border: 1px solid black;
    height: 100%;
}
.aci-ad-faq-large > div:first-of-type {
    padding-left: 60px;
}

.aci-ad-faq-large img {
    max-height: 200px;
    width: auto;
}

.aci-ad-how-to-large {
    padding-top: 30px;
    background: #fefcf8;
    border-radius: 20px;
    border: 1px solid black;
    height: 100%;
}
.aci-ad-how-to-large > div:first-of-type > div:first-of-type {
    padding-left: 60px;
}
.aci-ad-how-to-large > div:first-of-type > div:first-of-type > div:first-of-type {
    padding-bottom: 30px;
}

.aci-ad-how-to-large figure {
    display: flex;
    height: 100%;
}

.aci-ad-how-to-large img {
    max-height: 200px;
    width: auto;
    margin-top: auto;
}

.aci-ad-small {
    background: #fefcf8;
    border-radius: 20px;
    border: 1px solid black;
    padding: 30px;
}
.aci-ad-small figure {
    display: flex;
    height: 100%;
}
.aci-ad-small img {
    margin-top: auto;
    padding-bottom: 30px;
}

/* FAQs */

.aci-info-box1 {
    padding: 30px 0;
    /*background: #fefcf8;*/
    background-color: white;
    height: 100%;
}
.aci-info-box1 > div:first-of-type {
    padding-left: 60px;
}
.aci-info-box1 img {
    max-height: 200px;
    width: auto;
    padding: 10px;
}

.wp-block-accordion-item {
    padding: 15px 40px 40px 40px;
    background-color: #fefcf8;
}
.wp-block-accordion-item h3 {
    font-weight: 500;
    border-bottom: 3px solid #527c37;
}

.wp-block-accordion-item h3 .wp-block-accordion-heading__toggle-icon {
    font-size: 60px;
    font-weight: 200;
    color: #527c37;
    height: 40px;
}


.helpie-faq.accordions .search__input {border: 2px solid #000000 !important;}

.helpie-faq.accordions .search__input:focus {color: black;}

.helpie-faq-col > ul {padding: 0;}

.accordion__header {
    background-color: white !important;
    border-top: 1px solid black !important;
}
.accordion__body {background-color: white !important;}

.accordion__item {
    border-top: 1px solid black !important;
    margin-bottom: 10px !important;
    border-bottom: none !important;
}

.accordion__header:before {
    background-color: black !important;
}

.accordion__title {
    padding-right: 40px;
}

.helpie-faq.accordions .accordion__header:before {
    margin-right: 8px;
}
.helpie-faq.accordions .accordion__header:after {
    margin-right: 8px;
}

/* About */

.aci-content-box1 {
    background: #fefcf8;
}
.aci-content-box1 figure {
    display: flex;
    height: 100%;
}
.aci-content-box1 img {
    margin-top: auto;
    padding-left: 20px;
}
.aci-content-box2 {
    background: #fefcf8;
}
.aci-content-box2 figure {
    display: flex;
    height: 100%;
}
.aci-content-box2 img {
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
}

.aci-content-box-textbox {
    padding: 20px;
}
.aci-content-box-textbox > * {
    padding: 0 20px 0 20px;
}

/* Archives */

.wp-block-search__inside-wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.wp-block-search__input {
    border: 1px solid black;
}
.wp-block-search__button:hover {
    background-color: #527c37;
}

.aci-archive-featured-queryloop > li {
    background-color: #fefcf8;
    border: 1px solid black;
    border-radius: 10px;
}
.aci-archive-featured-queryloop > li h2 {
    font-weight: 500;
}

.aci-archive-featured-queryloop2 > li {
    background-color: #fefcf8;
}
.aci-archive-featured-queryloop2 > li h2 {
    font-weight: 500;
}

/* Breadcrumbs */

.aci-post-breadcrumb {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Post */

.wp-block-post-title {
    text-align: center;
}

.aci-post-info {
    max-width: 500px;
    display: flex;
}
.aci-post-info a {
    color: #527c37;
}

.aci-post-info > * {
    float: left;
    margin-right: 10px !important;
    display: flex;
    margin: 0;
}
.aci-post-info > * > * {
    margin: 0;
    text-transform: none;
}
.aci-post-info > * > p {
    margin-right: 10px !important;
}

.aci-post-info time {
    font-size: var(--wp--preset--font-size--large);
    color: black;
}

.wp-block-post-content {
    clear: left;
    margin-top: 60px;
}

article {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.aci-article {
    background: white;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 20px;
    border-radius: 10px;
}

.aci-article > .wp-block-post-content {
    padding: 0px 40px !important;
}

@media (max-width:599px) {
    .aci-article {
        padding: 20px 20px;
    }
}

.aci-article h1, .aci-article h2, .aci-article h3, .aci-article h4, .aci-article h5, .aci-article h6 {
    margin-top: 60px;
    margin-bottom: 40px;
}

.aci-article > .wp-block-post-title {
    text-align: center;
    font-size: 74px;
    text-decoration: underline;
    text-underline-offset: 24px;
    text-decoration-thickness: 6px;
    text-decoration-color: #527c37;
    line-height: 100px;
}

/*.aci-article > .wp-block-post-content > h1:nth-of-type(n+2){
    margin-top: 60px;
}*/

/* Post User Styles */

.aci-post-card1 {
    background-color: #f5eedf;
    padding: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.aci-post-card2 {
    background-color:#527c37;
    color: white;
    padding: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.aci-table0 * {
    border: none !important;
}

.aci-table1 * {
    border: none !important;
}
.aci-table1 table > thead > tr:nth-of-type(1) {
    border-bottom: 2px solid #527c37 !important;
    color:#527c37;
}

.aci-table2 {
    border: 2px solid black !important;
    border-radius: 10px !important;
    border-collapse: unset;
}

.aci-table2 tbody tr:nth-of-type(even) { 
    background-color: #F5EEDE;
}

.aci-table2-plain {
    border: 2px solid black !important;
    border-radius: 10px !important;
    border-collapse: unset;
}

.aci-article-bullet-points-large li::marker{
    font-size: 30px;
}

/* Search */

ul.aci-search-result-post li.wp-block-post {
    background: white;
    margin: 20px;
    border-radius: 10px;
}

.aci-search-more-results {
    padding: 20px;
    border: 1px solid black;
    border-radius: 5px;
}

ul.aci-search-result-post figure.wp-block-post-featured-image {
    aspect-ratio: 6/2 !important;
}

ul.aci-other-search-result-post li.wp-block-post {
    background: white;
    margin: 20px;
    border-radius: 10px;
}

ul.aci-other-search-result-post figure.wp-block-post-featured-image img {
    aspect-ratio: 6/2 !important;
}

/* Contact */

.aci-email-box {
    background-color: #f5eedf;
    padding:40px 30px;
}
.aci-email-box img {
    display: flex;
}
.aci-email-box img {
    max-width: 150px;
    margin: auto;
}
.aci-contact-form {
    background-color: #fefcf8;
    padding: 40px;
}
.aci-contact-form label {
    font-size: 24px !important;
    font-weight: 500 !important;
}
.aci-contact-form input {
    border-radius: 100px !important;
    border: 1px solid black !important;
}
.aci-contact-form textarea {
    border-radius: 25px !important;
    border: 1px solid black !important;
}
.aci-contact-form button {
    background-color: #527c37 !important;
    border-radius: 100px !important;
    padding: 0 25px 0 25px !important;
}
.aci-contact-form button:hover {
    background-color: black !important;
}
.aci-contact-form textarea {
    border-radius: 25px !important;
}
.aci-contact-form .wpforms-error {
    color: #527c37 !important;
}
.aci-contact-form .wpforms-error:before {
    display: none !important;
}

.aci-contact-form input.wpforms-error, .aci-contact-form textarea.wpforms-error {
    border: 1px solid black !important;
    box-shadow: 0 0 2px 0 #000000 !important;
}
.aci-contact-form .wpforms-required-label {
    color: #527c37 !important;
}
.aci-info-page {
    background-color: #fefcf8;
    padding: 70px 90px 90px 90px;
}

.wpforms-recaptcha-container {
    margin-bottom: 20px !important;
}

.wpforms-submit{
    background-color:#517c37 !important;
}
.wpforms-submit:hover {
    background-color:#599834 !important;
}

/* Global Mobile */
@media (max-width:1072px){
    .aci-footer-inner {
        display: block !important;
        text-align: center;
    }
    .aci-footer-logo-title-wrapper{
        display: block !important;
    }
    .aci-footer-bottom-spacer {display: none;}
    .aci-footer-navs {width: 100%;}

    .aci-timeline::after {
        right: 0px;
        left: unset;
    }
    .aci-timeline > div {
        width: 100%;
    }
    .aci-timeline > div:nth-of-type(even) {
        margin: 20px 10px !important;
        left: -29px;
    }
    .aci-timeline > div:nth-of-type(odd) {
        margin: 20px 10px !important;
        left: -29px;
    }
    .aci-timeline > div:nth-of-type(even)::after {
        left: unset;
        right: -55px;
    }

    .aci-timeline > div:nth-of-type(odd)::after {
        right: -55px;
    }
}

@media (max-width:599px) {
    h2 {line-height: 170%;}
    .wp-block-navigation__submenu-container {
        white-space: normal;
    }
    .aci-page-hero-box-standard h1 {font-size: 3.8rem !important;}
    .aci-hero-image-box1 img, .aci-hero-image-box3 img {
        width: 100%;
    }
    .aci-ad-faq-large > div:first-of-type, .aci-info-box1 > div:first-of-type  {
        padding: 0px 20px;
    }
    .aci-how-to-topic-info-box-img-left > div:nth-of-type(1) > figure {
        margin-bottom: 20px;
    }
    .aci-how-to-topic-info-box-img-right > div:nth-of-type(2) > figure {
        margin-top: 20px;
    }
    .aci-how-to-topic-info-box-img-right > div:nth-of-type(1) h2, .aci-how-to-topic-info-box-img-left > div:nth-of-type(2) h2 {
        text-align: left;
        margin-bottom: 20px;
    }
    .aci-ad-faq-large img {
        margin-top: 35px;
    }
    .aci-content-box1 img {
        padding: 20px 20px 0px 20px;
    }

    .aci-vertical-middle {margin-top: 20px !important;}

    .aci-post-info {padding: 0 10px;}

    .aci-article > .wp-block-post-title {font-size: 2.5rem;}

    .aci-text-box3 {padding: 0 20px !important;}

    .aci-navbar-right-navigation-wrapper {
        padding-right: var(--wp--style--root--padding-right) !important;
    }
}

@media (max-width:449px) {
    .aci-navbar{
        display: block;
        width: auto !important;
    }
    .aci-navbar-logo-wrapper {
        display: block;
        margin: unset;
    }
    .aci-navbar-right-wrapper {display: block;}
    .aci-nav-hero-button a {
        margin-top:20px;
        width: 100%;
    }
    .aci-navbar-right-navigation-wrapper {
        justify-content: center;
        margin-top: 40px;
        padding-right: 0 !important;
    }

    .aci-navbar-right-navigation-wrapper  .wp-block-navigation__responsive-container-open button {
        margin-left: auto !important;
        margin-right: 0px !important;
    }

    .wp-block-navigation__responsive-container-open {
        margin-right: 0px !important
    }

    .aci-nav-logo img {
        padding-block: 20px;
        width: 100% !important;
    }

    .wp-block-navigation .wp-block-navigation-item a:focus {
        /*text-decoration: none !important;*/
        color: black !important;
    }

    .aci-nav-logo {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
    .aci-title-wrapper > h1 {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
    }
}