body,
.editor-styles-wrapper {
  background-color: #fff;
  color: #000;
}
.editor-styles-wrapper h1.wp-block-post-title {
  color: black !important;
}

.wp-block-image img {
  /* WP 6.3 doesn't let this work with "defined" image sizes now */
  height: auto !important;
}

/* better default to use? */
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}

/* elements that are first remove the owl selector -- talk to visbility selector plugin dev */
.remove-top-margin {
  margin-top: 0 !important;
}

/* TODO: parent theme default? */
.wp-element-button > * {
  vertical-align: middle;
}


/* TODO: remove from parent */
header .wp-block-navigation {
  order: unset;
}
.equal-height-cols>.wp-block-column {
  max-width: none;
}

/* Smoother scrolling on same-page transitions */
/* prefers-reduced-motion for accessability */
@media (prefers-reduced-motion:no-preference) {
  html{
    scroll-behavior: smooth;
  }
}

/* hover transition for all transitionable effects */
.gfield input:is(:hover, :active, :focus),
.gfield select:is(:hover, :active, :focus),
.gfield textarea:is(:hover, :active, :focus),
a,
button{
  transition: var(--wp--custom--transition);
}


/* block social lacks this option */
.wp-block-social-links svg:hover {
  color: var(--wp--preset--color--orange) !important;
}

div h2 a:focus,
div h2 a:hover,
div h3 a:focus,
div h3 a:hover {
  color: var(--wp--preset--color--orange) !important;
}

/* customize */

h1:not([class*='wp-block']),
h2:not([class*='wp-block']),
h3:not([class*='wp-block']) {
  margin-top: 0; /* WC non-block items */
}


/* parent theme override */
.wp-site-blocks .wp-block-group .wp-block-button__link:is(:hover, :active, :focus) {
  background: var(--wp--preset--color--blue) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--white) !important;
}
.wp-site-blocks .wp-block-group .wp-block-button__link:is(:hover, :active, :focus) img {
  filter: brightness(100);
}


/*--- Gravity Forms customization ---*/
.gform_footer input[type=submit]{
  /* submit button stles */
  color: #FFFFFF !important;
  border-width: 0px !important;
  border-radius: 0px!important;
  font-size: 16px!important;
  font-family: 'Poppins', sans-serif !important;
  padding-top: 18px!important;
  padding-right: 27px!important;
  padding-bottom: 18px!important;
  padding-left: 27px!important;
  margin: auto!important;
}
#contact .gform-footer input[type=submit] {
background-color: #009fe9!important;
}

.gfield :where(input, select, textarea) {
  /* gravity form field styles */
  background-color: rgba(255, 255, 255, 0.06)!important;
  margin: 0px!important;
  padding: 16px!important;
  block-size: 56px!important;
  font-size: 15px!important;
  color: #4e4e4e!important;
  border: 1px solid #bbb!important;
  border-radius: 0px!important;
  box-shadow: none!important;
  line-height: 2!important;
}
.gfield input::placeholder{
  color: #4e4e4e!important;
}

.gform_fields{
  /* Gform field spacing */
  grid-row-gap: 16px!important;
}

.gform-footer {
  margin-top: 0;
}

.gfield_required{
  /* required label */
}

.lined-items li {
  position: relative;
  margin-left: 2rem;
  margin-bottom: 1em;
  line-height: 26px;
}

.lined-items li::before {
  content: '';
  position: absolute;
  height: 4px;
  border-top: solid 1px #133891;
  border-bottom: dotted 1px #cda715;
  top: 0.75rem;
  width: 2rem;
  right: calc(100% + 0.5rem)!important;
}

.image-box-shadow {
  box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.3);
}

.container-box-shadow {
  box-shadow: 0px 12px 7px -7px rgba(0,0,0,0.3);
}


/* Gutenberg missing features */



/* classes to use (that aren't BlockStyles) */

/* mobile */
@media (max-width: 781px) {
  
}





/* BlockStyle Variations to use (see functions.php) */
.form-border{
  position: relative;
}
.form-border > * {
  z-index: 1;
}

.form-border::before, .form-border::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  bottom: 0; right: 0;
}

.form-border::before { 
  transform: translate(-.7rem, .7rem);
  border: 1px dotted #cda715;
}
.form-border::after { 
  background-color: white;
}


/* Custom Block Overrides */
/* -none- */


/* Custom Shortcodes Overrides */
