/*
  Theme Name:   Twenty Twenty Four Child
  Theme URI:    https://www.linnflux.com/
  Description:  Custom child theme by WordFlux
  Author:       WordFlux
  Author URI:   https://www.linnflux.com/
  Template:     twentytwentyfour
  Version:      1.0.0
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  twentytwentyfourchild
*/

@media (max-width: 768px) {
  .reverse-column-mobile {
    flex-direction: column-reverse;
  }
}

/* Parallax footer */
body {
  overflow-x: hidden;
  overflow-y: scroll;
}
.wp-site-blocks {
  overflow-x: clip;
}
main {
  background-color: white;
  margin-bottom: 334px;
  z-index: 1;
  position: relative;
}
/*footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
footer > div {
  z-index: 10;
  position: relative;
}
*/
.-mt-12 {
  margin-top: -3rem;
}

.wp-site-blocks {
  padding-top: 0;
}

.grecaptcha-badge {
  opacity: 0;
}

.wp-block-image img {
  vertical-align: middle;
}
