header figure {
    line-height: 1;
}

.rv_form_body .wp-block-columns, .rv_form_body .wp-block-column, #contact-form .wp-block-column {
    width: 100%;
}

.nbsoil_involved_form .two-cols > div {
    flex-basis: 100% !important;
}

.nbsoil_involved_form .two-cols {
    gap: 1em;
}

@media only screen and (min-width: 768px){
  .is-layout-flex.wp-block-columns.two-cols {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1em;
      grid-row-gap: 0px;
  }
}

.is-layout-flex.wp-block-columns.two-cols

span.wpcf7-form-control.wpcf7-acceptance {
    color: white;
}

span.wpcf7-form-control.wpcf7-acceptance a {}

span.wpcf7-form-control.wpcf7-acceptance a {
    color: white;
}

span.wpcf7-form-control.wpcf7-acceptance a:hover,
#contact-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: #92ab43;
}

#contact-form .wpcf7-acceptance .wpcf7-list-item-label,
#contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #2e2e2e;
}

#contact-form span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

#contact-form span.wpcf7-form-control-wrap[data-name="your-newsletter-subscription"] {
    margin-top: -1em;
    margin-bottom: 1em;
}

/* LANGUAGE FILTER */
a.language-filter {
    text-decoration: none;
}

#about-language-filters a.language-filter {
    color: #ffffff;
}

/* MENU ITEMS WITHOUT URL (PARENTS) */
li.menu-item__no-url > a {
    cursor: default;
}

/* NEWSLETTER FORM THANK YOU */
span.wpcf7-form-control.wpcf7-acceptance, span.wpcf7-form-control.wpcf7-acceptance a {
    color: white;
}

span.wpcf7-form-control.wpcf7-acceptance a:hover {
    color: #92ab43;
}

.wpcf7-form.sent .rv_form_success_v2 {
    pointer-events: all;
    z-index: 1;
    opacity: 1;
    transform: translateY(0em);
}

.rv_form_success_v2 {
    pointer-events: none;
    opacity: 0;
    transform: translateY(+3em);
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: -3em;
    left: 0;
    height: calc(100vh + 3em);
    width: 100vw;
    display: flex;
    background-color: #00000082;
    align-items: center;
    justify-content: center;
}

.rv_form_success_v2__inner {
    background-color: #273017;
    max-width: 90vw;
    width: 24em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    text-align: center;
    border-radius: 2em;
}

.rv_form_success_v2__inner h4 {
    margin-bottom: 0;
    margin-top: 0;
}

.rv_form_success_v2__inner img {
    margin-bottom: 1em;
}

.rv_form_success_v2__inner .wp-block-buttons {
    margin-top: 2em;
}

.rv_form_success_v2__inner h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.rv_form_success_v2__inner h3, .rv_form_success_v2__inner h4 {
    color: white;
}

.rv_form_success_v2 .wp-element-button:hover, .rv_form_success_v2 .wp-block-button__link:hover {
    background-color: #6b7a33;
}

/* CONTACT FORM THANK YOU */
#contact-form .wpcf7-form .nbsoil_involved_form_success{
    display: none;
}

#contact-form .wpcf7-form.sent .nbsoil_involved_form_success {
    border-radius: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact-form .wpcf7-form.sent .nbsoil_involved_form_success h3 {
    color: white;
}

/* MOBILE MENU */

/* #mobile-menu-toggle .mobile-menu-toggle__cross-icon {
    display: none;
}
#mobile-menu-toggle.is-active .mobile-menu-toggle__cross-icon {
   display: flex;
}
#mobile-menu-toggle.is-active .mobile-menu-toggle__hamburger-icon {
   display: none;
} */

.mobile-menu-toggle {
    text-align: right;
    padding: 0.2em;
    background-color: #92aa39;
    display: inline-table;
    border-radius: 4em;
    height: 2em;
    width: 2em;
}

.mobile-menu-toggle div {
    height: 2em;
    width: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu-toggle div svg {
    width: 1.5em;
    height: 1.5em;
}

#mobile-elementor-menu-section {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background-color: #e2e6d6b8;
}

body.admin-bar #mobile-elementor-menu-section {
    top: 46px;
}

body.mobile-menu-open #mobile-elementor-menu-section {
    opacity: 1;
    pointer-events: all;
}

.mobile-menu-toggle__wrapper .elementor-widget-container,
.mobile-menu-toggle__header-wrapper .elementor-widget-container {
    text-align: right;
}

.mobile-menu-toggle__wrapper .mobile-menu-toggle {
    background-color: #ffffff;
}

#mobile-menu nav ul.elementor-nav-menu > li{
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    width: 100vw;
}

#mobile-menu nav ul.elementor-nav-menu > li.is-shown {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#mobile-menu ul.sub-menu {
    background-color: #c74e2f14;
}

body.mobile-menu-open .elementor-location-header .mobile-menu-toggle{
  opacity: 0;
}

/* GUTENBERG PARAGRAPH MARGIN OVERWRITE */
.elementor-widget-container > p {
    margin-top: 0;
}
/* GUTENBERG BUTTON STYLE OVERWRITE */
a.wp-block-button__link.wp-element-button {
    color: white;
    text-decoration: none;
}
