.site-header .header--row-inner {
    align-items: center;
    display: flex
;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 21px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.groovytxt {
  color: transparent;
  /* The background gradient: */
  background: linear-gradient(270deg, #ff00cc, #333399, #00ffcc, #ff00cc);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Outline: */
  -webkit-text-stroke: 2px transparent;
  text-stroke: 2px transparent; /* Not widely supported */

  /* Set up the animation: */
  animation: gradient-move 4s linear infinite;

  /* If you want to simulate outline, use drop-shadow as a workaround: */
  filter: drop-shadow(0 0 5px #ff00cc) drop-shadow(0 0 5px #333399);
}



.outline  {-webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}

.so-widget-sow-image-default-8b5b6f678277-2 .sow-image-container .so-widget-image {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
}

.ff-message-success{color:#000000}
.groovy {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 600% 600%;

    -webkit-animation: groovy 10s ease infinite;
    -moz-animation: groovy 10s ease infinite;
    animation: groovy 10s ease infinite;
}

@-webkit-keyframes groovy {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes groovy {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes groovy {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.form input:read-write {background:#ffffff!important}
.widget select, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, form input:read-write, form select, form select option, form textarea, form.wp-block-search input.wp-block-search__input  {background:#ffffff!important; color:#000000}

.btn, .button.button-primary, .is-style-primary .wp-block-button__link, .wp-block-search .wp-block-search__button
{font-weight:500 !important}