/**
Theme Name: Plate IQ Child
Author: 3 Media Web
Author URI: https://www.3mediaweb.com
Description: Child theme for Plate IQ
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: plate-iq
Template: astra
*/ :root {
  /**
  --ast-global-color-0: #FFFFFF;
  --ast-global-color-1: #F4F6FA;
  --ast-global-color-2: #2095F3;
  --ast-global-color-3: #FFAD27;
  --ast-global-color-4: #A0AEC0;
  --ast-global-color-5: #8C97AA;
  --ast-global-color-6: #4A5568;
  --ast-global-color-7: #333333;
  --ast-global-color-8: #1A202C;
**/
  --ast-global-color-9: #e2e8f0;
  --ast-global-color-10: #FCFCFD;
  --ast-global-color-11: #fafafc;
  --ast-global-color-12: #F6F7FB;
  --fa-style-family: "Font Awesome 6 Pro";
  --box-shadow-color-1: #dde4f0;
  --box-shadow-color-2: #d1d9e6;
}

/* .wp-block-button .wp-block-button__link {
border-color: #173044 !important;
} */


.wp-block-button a.wp-block-button__link.has-ast-global-color-3-background-color.has-background {
  border-color: #00b896 !important;
}

.wp-block-button a.wp-block-button__link.has-ast-global-color-3-background-color.has-background:hover, a.wp-block-button__link.has-ast-global-color-3-background-color.has-background:focus {
  color: #00b896 !important;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
background: transparent !important;
color: #173044 !important;
border: solid 1px #173044 !important;
border-radius: 8px !important;
}

.wp-block-quote.dark.wp-block-button .wp-block-button__link {
border-color: #00b896 !important;
}

.wp-block-quote.dark .customer-quote-button-video .wp-block-button .wp-block-button__link {
  border-color: #173044 !important;
}

.wp-block-quote.dark .wp-block-button .wp-block-button__link:hover,  .wp-block-quote.dark .wp-block-button .wp-block-button__link:focus {
background: transparent !important;
color: #173044 !important;
border: solid 1px #173044 !important;
border-radius: 8px !important;
}

.dark .wp-block-button .wp-block-button__link {
border-color: #00b896 !important;
}
.dark .wp-block-button .wp-block-button__link:hover, .dark .wp-block-button .wp-block-button__link:focus {
background: transparent !important;
color: #00b896 !important;
border: solid 1px #00b896 !important;
border-radius: 8px !important;
}

.dark .is-style-outline.wp-block-button .wp-block-button__link:hover, .dark .is-style-outline.wp-block-button .wp-block-button__link:focus {
  background: #00b896 !important;
  color: #173044 !important;
  border: solid 1px #00b896 !important;
  border-radius: 8px !important;
  }

  .wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link {
    border: 1px solid !important;
    padding: 10px 20px 10px 20px;
  }
.wp-block-group.box-shadow-network {
  box-shadow: 20px 0 20px 0 rgba(27, 72, 147, .03);
}
.tb-social-share__network > .SocialMediaShareButton {
  background-color: black !important;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(250deg) brightness(105%) contrast(101%);
}
.searchicon::before {
  font: var(--fa-font-sharp-solid);
  content: "\f002";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 20px;
  position: absolute;
  font-size: 15px;
  top: 25px;
}
.wpv-custom-search-filter > * input[type="text"] {
  padding-left: 50px !important;
  padding-right: 0px !important;
}
.category-search-dropdown {
  position: relative;
}
.category-search-dropdown:after {
  content: '\f078';
  font: var(--fa-font-sharp-solid);
  color: var(--ast-global-color-5);
  right: 11px;
  top: 6px;
  height: 34px;
  padding: 17px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  text-rendering: auto;
}
.category-search-dropdown select {
  appearance: none;
}
/** Global - Checklists **/
.entry-content ul.Check-List, ul.tb-repeating-field--unordered, div.playbook-check-list ul, .Event-Description ul {
  max-width: 380px;
  margin-top: 36px;
  padding-left: 0;
  list-style-type: none;
  font-weight: 500;
}
ul.Check-List > li, ul.tb-repeating-field--unordered > li, div.playbook-check-list ul li, .Event-Description ul li {
  margin-bottom: 14px;
  padding-left: 38px;
  background-image: url(/wp-content/uploads/2023/02/5fdd31b618339182f9b3265c_fi_check.svg);
  background-position: 0 1px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 1.25em;
}

ul.Check-List.green > li, ul.tb-repeating-field--unordered > li, div.playbook-check-list ul li{
margin-bottom: 14px;
padding-left: 38px;
background-image: url(/wp-content/uploads/2023/04/fi_check_green.svg);
background-position: 0 1px;
background-size: 26px 26px;
background-repeat: no-repeat;
font-size: 20px;
line-height: 1.25em;
}

/** Toolkit  - Headings  **/
h1.Tool-Kit-Heading, h2.Tool-Kit-Heading, h3.Tool-Kit-Heading, h4.Tool-Kit-Heading, h5.Tool-Kit-Heading, h6.Tool-Kit-Heading {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  color: black;
}
body {
  counter-reset: h1counter;
}
h1.Tool-Kit-Heading {
  counter-reset: h2counter;
}
h2.Tool-Kit-Heading {
  counter-reset: h3counter;
}
h3.Tool-Kit-Heading {
  counter-reset: h4counter;
}
h1.Tool-Kit-Heading::before {
  counter-increment: h1counter;
  content: counter(h1counter) ".\0000a0\0000a0";
}
h2.Tool-Kit-Heading::before {
  counter-increment: h2counter;
  content: counter(h1counter) "."counter(h2counter) ".\0000a0\0000a0";
}
h3.Tool-Kit-Heading::before {
  counter-increment: h3counter;
  content: counter(h1counter) "."counter(h2counter) "."counter(h3counter) ".\0000a0\0000a0";
}
h4.Tool-Kit-Heading::before {
  counter-increment: h4counter;
  content: counter(h1counter) "."counter(h2counter) "."counter(h3counter) "."counter(h4counter) ".\0000a0\0000a0";
}
/** Testimonial 11 - Grid image offset **/
.customer-story-round-offset {
  margin-top: -50px !important;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Quotes */

/** with shadow **/
.quote-wrapper-shadow {
  padding: 25px 25px 25px 5px;
  border-radius: 20px;
  background-color: #fcfcfd;
box-shadow: 0 16px 40px 1px rgb(86 88 92 / 8%)
}
.quote-wrapper-shadow blockquote::before {
  content: "\201D";
  font-family: "Helvetica", sans-serif;
  display: flex;
  transform: rotate(180deg);
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  align-items: inherit;
  justify-content: left;
  color: var(--ast-global-color-2);
  position: absolute;
  left: -10px;
  top: -45px;
}
.quote-wrapper-shadow blockquote::after {
  content: "\201D";
  font-family: "Helvetica", sans-serif;
  display: flex;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  justify-content: right;
  color: var(--ast-global-color-2);
  position: absolute;
  right: 30px;
  bottom: -50px;
}
.quote-wrapper-shadow blockquote, .quote-wrapper-shadow blockquote p {
  font-size: 18px;
  line-height: 27px;
  
}
.quote-wrapper-shadow blockquote cite {
  font-size: 16px;
}
/** No shadow **/
.quote-wrapper-no-shadow, .quote-wrapper-no-shadow blockquote  {
  padding: 0px;
  /*margin: 0px;*/
  left: unset;
  
}
.quote-wrapper-no-shadow blockquote::before {
  content: "\201D";
  transform: rotate(180deg);
  font-size: 130px;
  font-style: normal;
  font-weight: bold;
  color: var(--ast-global-color-9);
  position: absolute;
  left: -55px;
  top: -75px;
}
.quote-wrapper-no-shadow blockquote::after {
  content: "\201D";
  font-size: 130px;
  font-style: normal;
  font-weight: bold;
  color: var(--ast-global-color-9);
  position: absolute;
  right: -10px;
  bottom: 60px;
}
.quote-wrapper-no-shadow blockquote, .quote-wrapper-no-shadow blockquote p {
  font-size: 24px;
  line-height: 32px;
}
.quote-wrapper-no-shadow blockquote cite {
  font-size: 18px;
}
.quote-wrapper-no-shadow + .wp-block-buttons {
  padding-left: 30px;
}


/** Customer Success Page  **/

.Template-for-Customers-Single-Body h1 {
  color: var(--ast-global-color-8);
  font-weight: 600;
  font-size: 40px;
  font-family: 'Cabin',sans-serif;
}

/** Quotes **/

.Template-for-Customers-Single-Body blockquote {
  color: var(--ast-global-color-8);
  font-weight: 600;
  /*text-indent: -2em; */
}
.Template-for-Customers-Single-Body blockquote::before {
  content: "\201D";
  font-family: "Helvetica", sans-serif;
  display: flex;
  transform: rotate(180deg);
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  align-items: inherit;
  justify-content: left;
  color: var(--ast-global-color-2);
  position: absolute;
  left: -30px;
  top: -30px;
}
.Template-for-Customers-Single-Body blockquote::after {
  content: "\201D";
  font-family: "Helvetica", sans-serif;
  display: flex;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  justify-content: right;
  color: var(--ast-global-color-2);
  position: absolute;
  right: 0px;
  bottom: -10px;
}
.quote-wrapper-icon-left::before {
  display: inline-block;
  text-rendering: auto;
  font: var(--fa-font-sharp-solid);
  content: "\f10d";
  padding: 0.3em;
  font-size: 100px;
  color: var(--ast-global-color-2);
}
.has-text-align-left > blockquote, blockquote.has-text-align-left, .wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
  border-left: 0px;
}
.wp-block-pullquote, .wp-block-quote {
  padding: 5px 40px 5px 40px;
  text-align: left;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.wp-block-pullquote.has-text-align-left blockquote, .wp-block-quote {
  text-align: left;
  left: 20px;
}
@media (min-width: 1200px) {
  .quote-wrapper-shadow {
    padding: 45px 45px 45px 55px;
    max-width: 442px !important;
  }
  .quote-wrapper-shadow blockquote::before {
    content: "\201D";
    font-family: "Helvetica", sans-serif;
    display: flex;
    transform: rotate(180deg);
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    font-weight: bold;
    align-items: inherit;
    justify-content: left;
    color: var(--ast-global-color-2);
    position: absolute;
    left: -30px;
  }
  .quote-wrapper-shadow blockquote::after {
    content: "\201D";
    font-family: "Helvetica", sans-serif;
    display: flex;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    font-weight: bold;
    justify-content: right;
    color: var(--ast-global-color-2);
    position: absolute;
    right: 20px;
    bottom: -50px;
  }
  
  .customer-quote-button.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0;
    position: relative;
    left: 100px;
    padding-top: 20px;
  }
  .customer-quote-image {
    max-width: 610px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    width: 610px !important;
  }
  .customer-quote-image img {
    width: 100%;
    border-radius: 10px;
  }
  /** Vimeo embed  **/
  .Testimonial-04-Video .wp-embed-aspect-16-9.wp-has-aspect-ratio {
    border: 1px solid var(--box-shadow-color-1);
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    width: 650px !important;
    z-index: 1;
    position: relative;
    max-width: 650px !important;
 }

#Testimonial-04-Video .wp-embed-aspect-16-9.wp-has-aspect-ratio {
  left: 50px;
}

  .Testimonial-04-Video .Testimonial-04-Video-Stats {
    position: relative;
    /* left: 50px; */
    max-width: 800px !important;
    padding-top: 25px;
    margin-left: 50px !important;
  }

#Testimonial-04-Video .Testimonial-04-Video-Stats {
  left: 50px;
}
}
/* */
.quote-wrapper-01, .quote-wrapper-02, .quote-wrapper-03 {
  position: relative;
  top: -65px;
  box-shadow: 0 16px 40px 1px rgb(86 88 92 / 8%);
}
.quote-wrapper-02 {
  top: -160px;
}
.quote-wrapper-03 {
  top: -160px;
  left: -160px;
}
.quote-wrapper-left, .quote-wrapper-left-02 {
  position: relative;
  left: -50px;
  box-shadow: 1px 1px 5px 1px var(--box-shadow-color-1);
}
.quote-wrapper-left-02 {
  left: -100px;
}
/** Testimonial  - Double Wide - Vertical divider **/
.column-verical-divider {
  height: 77px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: var(--ast-global-color-9);
}
/** Testimonial  - Quote negative position **/
.quote-negative-position {
  position: relative;
  top: -50px;
}
.quote-negative-position-large {
  position: relative;
  top: -150px;
}
@media screen and (max-width: 768px) {
  .ellips {
    right: 0;
  }
  .Testimonial-04-Video-a h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.1em;
  }
  .quote-wrapper-left {
    left: auto;
    top: -50px;
  }
  .Text-2-Col-with-Image-and-Quote-A, .Text-2-Col-with-Image, .Text-2-Col-with-Image-and-Quote-B, .Integrations-01-Grid, .Text-1-Col-B {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .quote-wrapper-02, .quote-wrapper-01, .quote-wrapper-03, .quote-wrapper-left {
    top: 0;
  }
  .quote-wrapper-03, .quote-wrapper-left-02 {
    left: auto;
  }
  .Testimonial-Double-Wide .Testimonial-Double-Wide-Cont {
    padding: 0 !important;
  }
  .Testimonial-Double-Wide .Testimonial-Double-Wide-Cont .wp-block-group {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .Testimonial-Double-Wide img {
    height: 140px !important;
    object-fit: cover;
    border-radius: 10px;
  }
}
/** Text 1 Col with Hidden Image - Hide image and overlay **/
.hide-image {
  position: relative;
  /*background-color: var(--ast-global-color-1);*/
  padding: 10px;
  max-width: 600px !important;
  ;
}
.hide-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(to bottom, transparent, var(--ast-global-color-1));
}
/** Logos Grid 02 - Opacity **/
.Logos-Grid-01 img, .Logos-Grid-B img {
  opacity: .6;
}
/** Gravity form field formatting **/
body .gform_wrapper .gform_body .gform_fields .gfield .name_first input, body .gform_wrapper .gform_body .gform_fields .gfield .name_last input, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input, body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input {
  margin-bottom: 0;
  padding: 23px 19px;
  border: 1px black;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 19px 20px 1px rgb(27 72 147 / 4%);
  height: 50px;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 23px;
  font-size: 20px;
  line-height: 1.3em;
  color: var(--ast-global-color-5);
  vertical-align: middle;
}
body #gform_wrapper_7 .gform_footer input[type=submit], body #gform_wrapper_3 .gform_footer input[type=submit] {
  background-color: var(--ast-global-color-3);
}
body #gform_wrapper_1 .gform_body input[type=submit], body #gform_wrapper_4 .gform_body input[type=submit] {
  background-color: var(--ast-global-color-3) !important;
}
/** Reverse order of columns on small screens **/
@media screen and (max-width: 544px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.hero-image-offset .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.hero-image-offset .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
/** Swiper Styles **/
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper.swiperleft:not(.swiperoverflow):not(.swiperoverflow03):not(.swiperoverflow04), .swiper.swiperright:not(.swiperoverflow):not(.swiperoverflow03):not(.swiperoverflow04), .swiper:not(.swiperoverflow):not(.swiperoverflow03):not(.swiperoverflow04) {
  overflow: visible !important;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  /* background-color: var(--ast-global-color-11);*/
}
.swipernarrow {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-block-start: 0px !important;
}
.swiperoverflow, .swiperoverflow03, .swiperoverflow04 {
  overflow: visible !important;
}
.invoice-logo-bg-3 .swiper {
  padding-bottom: 50px;
}
.invoice-logo-bg-3 .swiper:last-child {
  padding-bottom: 0;
}
/******/
.bill-comparison {
  box-shadow: 0 0 30px 20px rgb(27 72 147 / 4%);
}
/** Max width on primary header **/
#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
  max-width: 1400px;
  padding-left: 35px;
  padding-right: 35px;
}
/*Snap Fixes*/
@media screen and (min-width: 921px) {
  /** Heros (NEW) **/
  .wp-block-media-text.has-media-on-the-right.hero-image-offset .wp-block-media-text__media img {
    position: relative;
    width: 750px;
    top: 0px;
  }
  /* Hero Home */
  .Hero-Home {
    overflow: hidden;
    width: auto;
    padding-bottom: 60px;
    background-image: url(/wp-content/uploads/2023/02/waves-header-background-min.svg), url(/wp-content/uploads/2023/02/Frame-33-min.svg);
    background-position: 50% 75%, 100% 0;
    background-size: contain, auto;
    background-repeat: no-repeat, no-repeat;
  }
  .home-hero-image {
    position: relative;
    width: 750px;
    right: -300px;
    top: 10px;
    overflow: auto;
  }
  /* Hero Inner **/
  .Hero-Inner-01-1-Col, .Hero-Inner-02-2-Col-a {
    position: relative;
    overflow: hidden;
    width: auto;
  }
  .Hero-Inner-01-1-Col.Group-7463 {
    background-image: url(/wp-content/uploads/2023/02/Group-7463.svg), linear-gradient(167deg, var(--ast-global-color-1), #e9e9e9, white 1%, hsla(0, 0%, 100%, .01) 19%);
    background-position: 50% 20%, 0 0;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  /*
  .Hero-Inner-02-2-Col-a.bg-hero-shape {
    background-image: url(/wp-content/uploads/2023/02/hero-shape.svg);
    background-position-x: left;
    background-position-y: top 150px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  */
  /* Text */
  /*.Text-1-Col-with-Image.bg-hotels {
    min-height: auto;
    background-image: url(/wp-content/uploads/2023/02/hotels.svg);
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 107px !important;
    padding-bottom: 400px !important;
  }*/
  .Text-2-Col, .Text-2-Col-with-Image, .Text-2-Col-with-Image.store {
    position: relative;
  }
  .Text-2-Col-with-Image.bg-Ellipse-5 {
    background-image: url(/wp-content/uploads/2023/02/Ellipse-5.svg);
    background-position: -200px 100px;
    background-size: 600px;
    background-repeat: no-repeat;
  }
  .Text-2-Col-with-Image.bg-Frame-51 {
    background-image: url(/wp-content/uploads/2023/01/5fdd39e6a752e5846d867814_Frame-51.webp);
    background-position: 120% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  /**.Text-2-Col-with-Image.bg-Ellipse-6 {
    background-image: url(/wp-content/uploads/2023/02/Ellipse-6.png);
    background-position: 120% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }**/
  .Text-2-Col-with-Image.bg-Group-17 {
    background-image: url(/wp-content/uploads/2023/02/Group-17.svg);
    background-position: 0 50%;
    background-size: 35%;
    background-repeat: no-repeat;
  }
  .Text-2-Col-with-Image.streamlined {
    padding-top: 140px;
    background-color: var(--ast-global-color-1);
    background-image: url(/wp-content/uploads/2023/02/Ellipse-5.svg);
    background-position: 100% 130px;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .Text-2-Col-with-Image.instant {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--ast-global-color-1);
    background-image: url(/wp-content/uploads/2023/02/Ellipse-6.svg);
    background-position: 0 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .Text-2-Col-with-Image.ven {
    background-color: var(--ast-global-color-11);
    background-image: url(/wp-content/uploads/2023/02/Group-17.svg);
    background-position: 0 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
.two-col-content {
  position: relative;
  z-index: 1;
}
/* .ellips {
  position: absolute;
  left: auto;
  top: -70px;
  right: 40px;
  bottom: auto;
  width: 840px;
  height: 840px;
  background-image: url(/wp-content/uploads/2023/02/Ellipse-5.svg);
  background-position: 100% 0;
  background-size: cover;
} */
/*
.Video-Embed {
  background-image: url(/wp-content/uploads/2023/02/arrows.png);
  background-size: auto;
  background-repeat: no-repeat;
}*/
.create-img {
  position: absolute;
  left: 40px;
  top: auto;
  right: 0;
  bottom: 560px;
  z-index: 1;
}
.menu-item > a.menu-link, .menu-item > a.menu-link:hover {
  border-radius: 5px;
}
.restaurants {
  position: relative;
  padding-top: 180px;
  padding-bottom: 60px;
  background-image: url(/wp-content/uploads/2023/02/Group-7463.svg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.s-streamline {
  background-color: var(--ast-global-color-11);
  background-image: url(/wp-content/uploads/2023/02/Ellipse-5a.svg);
  background-position: 0 28%;
  background-size: auto;
  background-repeat: no-repeat;
}
.s-streamline {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.store-bg {
  position: absolute;
  left: 36%;
  top: 0%;
  right: 0;
  bottom: 0;
}
.support-img {
  left: 0;
  z-index: 1;
  min-height: auto;
  position: relative;
}
.automation {
  background-image: url(/wp-content/uploads/2023/02/Group-17a.svg);
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--ast-global-color-11);
  position: relative;
  z-index: 1;
}
.site-footer .widget {
  margin: 0 0 25px 0;
}
.site-primary-footer-inner-wrap {
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-top-color: var(--ast-global-color-9);
  padding-top: 20px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.second {
  background-image: url(/wp-content/uploads/2023/02/Group-17.svg);
  background-position: 0 90%;
  background-size: 40%;
  background-repeat: no-repeat;
}
.second.expense {
  background-position: 0 50%;
  background-size: 35%;
}
.restaurants.account, .restaurants.new {
  padding-bottom: 140px;
}
.restaurants.new.ar {
  padding-bottom: 129px;
  background-image: url(/wp-content/uploads/2023/02/Group-Copy.svg);
  background-position: 50% -22%;
  background-size: cover;
  background-repeat: no-repeat;
}
.suport.hotels.ven {
  background-color: var(--ast-global-color-11);
  background-image: url(/wp-content/uploads/2023/02/Group-17c.svg);
  background-position: 0 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
.special-bg {
  overflow: hidden;
  width: auto;
  padding-bottom: 60px;
  background-color: var(--ast-global-color-10);
  background-image: url(/wp-content/uploads/2023/02/waves-header-background-min.svg), url(/wp-content/uploads/2023/02/Frame-33-min.svg);
  background-position: 50% 75%, 100% 0;
  background-size: contain, auto;
  background-repeat: no-repeat, no-repeat;
}
.special-bg.cogswell {
  padding-bottom: 90px;
  background-position: 50% 75%, 100% 0;
}
.special-bg.cogswell.acumatica {
  padding-top: 50px;
  padding-bottom: 10px;
  background-image: url(/wp-content/uploads/2023/02/waves-header-background-min.svg), linear-gradient(2deg, var(--ast-global-color-1), white);
  background-position: 50% 50%, 0 0;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}
.special-bg.intacct {
  padding-bottom: 140px;
  background-position: 50% 75%, 100% 0;
}
.logo-slider-cont {
  margin-left: 100px !important;
}
.invoice-logo-bg-3 {
  position: relative;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.invoice-logo-bg-3:before {
  content: "";
  background-image: linear-gradient(92deg, #e2e8f0, #e2e8f0 34%, rgba(226, 232, 240, .39) 50%, rgba(226, 232, 240, 0) 91%);
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  width: 400px;
  height: 100%;
  z-index: 999;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
.invoice-logo-bg-3 .wp-block-media-text__media {
  position: absolute;
  z-index: 1000; width: 100%;
    max-width: 192px;
}
.entry-content .wp-block-media-text.invoice-logo-bg-3 .wp-block-media-text__content {
  padding: 0 !important;
}
.invoice-logo-bg-3 .wp-block-media-text__media img.size-full {
  max-width: 192px;
  top: 46%;
  transform: translateY(-46%);
  position: absolute;
  left: -88px;
}
.logo-slider-cont { /*overflow-y:auto;*/ width: 100%;
  margin-left: auto !important;
}
.flex-xs-column {
  flex-direction: column !important;
}
/*.invoice-logo-bg-3 .wp-block-media-text__media img.size-full {left:auto;}*/
@media screen and (min-width: 1280px) {
  .restaurants.new.ar {
    padding-bottom: 149px;
    background-position: 100% -19%;
    background-size: cover;
  }
}
@media screen and (min-width: 1440px) {
  /*.Video-Embed {
    background-position: 100% 50%;
  }*/
  .invoice {
    padding-top: 140px !important;
    padding-bottom: 130px !important;
  }
  .restaurants {
    background-position: 50% 25%;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .second {
    padding-top: 44px !important;
    padding-bottom: 100px !important;
  }
  .restaurants.new {
    background-position: 50% 15%;
  }
  .restaurants.new.ar {
    padding-bottom: 150px !important;
    background-position: 100% 15%;
  }
  .suport.hotels {
    padding-top: 140px !important;
    padding-bottom: 150px !important;
  }
  .special-bg.cogswell.acumatica {
    padding-top: 130px !important;
    padding-bottom: 10px !important;
  }
  .special-bg.intacct {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1920px) {
  .automation {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
/** Font Awesome **/
.icon::after {
  display: inline-block;
  text-rendering: auto;
}
.chevron-links-blue::after {
  font: var(--fa-font-sharp-solid);
  content: "\f054";
  padding: 0.3em;
  font-size: 14px;
  color: var(--ast-global-color-6);
}
.chevron-links-blue-down::after {
  font: var(--fa-font-sharp-solid);
  content: "\f078";
  padding: 0.3em;
  font-size: 14px;
  color: var(--ast-global-color-2);
}

.chevron-links-green a {
  color: var(--ast-global-color-3);
}

.chevron-links-green::after {
font: var(--fa-font-sharp-solid);
content: "\f054";
padding: 0.3em;
font-size: 14px;
color: var(--ast-global-color-3);
}
.chevron-links-green-down::after {
font: var(--fa-font-sharp-solid);
content: "\f078";
padding: 0.3em;
font-size: 14px;
color: var(--ast-global-color-4);
}

.chevron-links-blue a:hover, .chevron-links-blue a:focus {
  border-bottom: 1px solid #173044;
}

.chevron-links-green a:hover, .chevron-links-green a:focus {
  border-bottom: 1px solid #00b896;
}

/** Style headings in Covers **/
.wp-block-cover h1, .wp-block-cover h2 {
  color: var(--ast-global-color-5) !important;
}
.wp-block-cover.dark h1, .wp-block-cover.dark h2 {
  color: var(--ast-global-color-0) !important;
}

/* Buttonize Radio & Checkbox Fields */
.gform_wrapper .gfield.buttonized .gfield_radio .gchoice, .gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
  position: relative;
  text-align: center;
}
.gform_wrapper .gfield.buttonized input[type="radio"], .gform_wrapper .gfield.buttonized input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.gform_wrapper .gfield.buttonized .gfield_radio label, .gform_wrapper .gfield.buttonized .gfield_checkbox label {
  display: block !important;
  position: relative;
  width: 150px;
  padding: 10px;
  font-size: 22px;
  border: 3px solid var(--ast-global-color-4);
  border-radius: 8px;
  background-color: #eee;
  box-shadow: 0 20px 30px 0 rgba(27, 72, 147, .04);
  line-height: 110%;
  font-weight: 900;
  cursor: pointer;
  color: var(--ast-global-color-6);
}
.gform_wrapper .gfield.buttonized input[type="radio"]:focus + label, .gform_wrapper .gfield.buttonized input[type="checkbox"]:focus + label {
  border-color: #040404;
}
.gform_wrapper .gfield.buttonized input[type="radio"]:checked + label, .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked + label {
  border-color: #040404;
  background-color: var(--ast-global-color-0);
  border: 3px solid var(--ast-global-color-2);
  overflow: hidden;
}
.gform_wrapper .gfield.buttonized input[type="radio"]:checked + label::before, .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked + label::before {
  content: '';
  display: block;
  position: absolute;
  top: -.75em;
  right: -.75em;
  left: auto;
  width: 1.5em;
  height: 1.5em;
  background-color: var(--ast-global-color-2);
  border-radius: 0;
  border: 0;
  transform: rotate(45deg);
}
.gform_wrapper .gfield.buttonized .gfield_radio label::before, .gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
  display: none;
}
/* Layout Buttonized Inputs As Grid */
.gform_wrapper .gfield.buttonized .gfield_radio, .gform_wrapper .gfield.buttonized .gfield_checkbox {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
}
/** Custom styling **/
.Template-for-Customers-Single-Body h2 {
  color: var(--ast-global-color-5);
}
@media (max-width:768.98px) {
  .overflow-hidden-xs {
    overflow: hidden !important;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.site-header {
  z-index: 99999;
}
.swiper-wrapper figure.wp-block-image {
  margin: 0px;
}
.position-relative {
  position: relative;
}
@media (min-width:768px) {
  .logo-slider-wrapper {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .logo-slider-cont {
    position: absolute;
    right: -100%;
    left: auto;
    width: 160% !important; /*overflow: hidden;*/
  }
  .invoice-logo-bg-3 {
    grid-template-columns: 9% auto !important;
  }
  .invoice-logo-bg-3:before {
    content: "";
    background-image: linear-gradient(92deg, #e2e8f0, #e2e8f0 34%, rgb(226 232 240) 60%, rgb(226 232 240 / 2%) 91%);
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 220px;
    height: 100%;
    z-index: 999;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
  }
  .invoice-logo-bg-3 .wp-block-media-text__content > .wp-block-group {
    width: 160% !important;
  }
	
	.logo-slider-left-column {padding-right: 2rem;}
}
@media (min-width:768px) and (max-width:1399.98px) {
  .logo-slider-left-column {
    flex-basis: 260px !important;
  }
}
/* Refresh CSS - Add to Styles.CSS */

.wp-container-216 figure.wp-block-image.tb-image.tb-image-dynamic {
    max-width: 648px !important;
}

.swiper-slide.has-vivid-cyan-blue-color {
    text-align: center;
}

@media screen and (max-width:600px) {
	.has-media-on-the-right.right-image-bottom {
    flex-direction: column !important;
    display: flex !important;
}
}

.ast-hfb-header .site-footer {
	margin-left: 0px;
}

.main-header-menu > .menu-item:hover svg.ast-arrow-svg{
transform: rotate(180deg);
}

p#mega-subhead {
	padding-bottom: 5px;
    border-bottom: 1px solid #2095f3;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
	padding: 15px 10px 80px;
}

@media screen and (max-width:950px) {
#mega-head {
	display: none;
}
	ul#ast-hf-mobile-menu .ast-mm-custom-content.ast-mm-template-content {
    padding: 0px 20px;
}
}

@media screen and (max-width:781px) {
	body #ast-hf-mobile-menu .is-layout-constrained > *, 	body #ast-hf-mobile-menu .is-layout-flow > *  {
    text-align: left !important;
}
	
	button.ast-menu-toggle {
    width: 30%;
}

}

.menu-group:hover > #menu-heading a {
	border-bottom: 1px solid black;
}

p#menu-heading {
	margin-bottom: 0px !important;
}


#menu-description a:hover, 
#menu-description a:focus{
	color: #4A5568 !important;
}

.astra-full-megamenu-wrapper{
	margin-top: 20px !important;
}

/* Mobile Form Button Styling */

.astra-full-megamenu-wrapper {
	margin-top: 20px !important;
}



.ast-mobile-popup-content .ast-custom-button {
	width: 170px;
	text-align: center;
}

.ast-mobile-popup-content .ast-header-button-2, .ast-mobile-popup-content .ast-header-button-1 {
	padding: 5px 20px !important;
	justify-content: flex-end
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	margin: 0 20px !important;
}

@media screen and (max-width: 781px) {
	button.ast-menu-toggle {
		width: auto !important;
}
	.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before {
	height: 20px;
}
}

/* End Mobile Form Button Styling */


#beta-sign-up-band .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  border: solid 1px #00b896 !important;
}

.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before {
height: 25px !important;
}

a.menu-link {
  padding: 0px !important;
  margin-right: 25px;
margin-left: 5px;
}


h2.has-huge-font-size {
    line-height: 54px;
}

/*fixes the megamenu flicker */
.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	margin: 0 20px !important;
}
.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before {
	height:0!important;
}

.astra-full-megamenu-wrapper {
	margin-top: 0px !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
	padding: 20px 0;
}

/* End Refresh CSS */

.wp-block-heading .gray-link a {
	color: #333333;
}

@media (max-width:767.98px) {
	.wpv-pagination-nav-links-container {padding: 0 !important; overflow: scroll;}
	.wpv-pagination-nav-links-container li:has(.wpv-filter-first-link), .wpv-pagination-nav-links-container li:has(.wpv-filter-previous-link), .wpv-pagination-nav-links-container li:has(.wpv-filter-next-link), .wpv-pagination-nav-links-container li:has(.wpv-filter-last-link) {display:none !important;}
}


#page .site-content {
	overflow: hidden !important;
}


.mySwiper .swiper-slide {font-size: 38px;
    font-style: normal;
	font-weight: 700; }

/** Animation overrides **/

@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 45px, 0);transform:translate3d(0, 45px, 0);}
to{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
to{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
to{opacity:1;-webkit-transform:none;transform:none;}
}

/* New Dark Bands 2023 */

#NEW-Hero-Inner-2-Col-B-Dark .wp-block-cover.mask img.wp-block-cover__image-background {
  -webkit-mask-image: url(https://www.plateiq.com/wp-content/uploads/2023/05/PIQ-Module-01b-3-1.svg);
  background-repeat: no-repeat;
  -webkit-mask-size: auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
height: auto;
}


#NEW-Hero-Inner-1-Col-Wide-with-Testimonial-Dark .wp-block-cover.mask img.wp-block-cover__image-background {
  -webkit-mask-image: url(https://www.plateiq.com/wp-content/uploads/2023/05/PIQ-Module-01b-2.svg);
  background-repeat: no-repeat;
  -webkit-mask-size: auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
height: auto;
}

div#NEW-Hero-Inner-2-Col-a-dark {
background: #173044;
}


div#NEW-CTA-Dark h2 {
color: #fff !important;
}

div#NEW-Hero-Inner-2-Col-a-dark .wp-block-cover__inner-container h1.has-text-color {
color: #fff !important;
}

.wp-block-cover.Hero-Inner-02-2-Col-a.mask img.wp-block-cover__image-background {
  -webkit-mask-image: url(https://www.plateiq.com/wp-content/uploads/2023/05/Inner-Hero-Mask.svg);
  background-repeat: no-repeat;
  -webkit-mask-size: auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
height: auto;
}

#NEW-Text-2-Col-with-Image-and-Quote-01 .wp-block-cover.mask img.wp-block-cover__image-background {
-webkit-mask-image: url(https://www.plateiq.com/wp-content/uploads/2023/05/PIQ-Module-04.svg);
-webkit-mask-size: auto;
background-repeat: no-repeat;
-webkit-mask-size: auto;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-position: center center;
-webkit-mask-position: center center;
-webkit-mask-size: auto;
height: 100%;
}

#NEW-Text-2-Col-with-Image-and-Quote-01-dark .wp-block-cover.mask img.wp-block-cover__image-background {
-webkit-mask-image: url(https://www.plateiq.com/wp-content/uploads/2023/05/PIQ-Module-04.svg);
-webkit-mask-size: auto;
background-repeat: no-repeat;
-webkit-mask-size: auto;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-position: center center;
-webkit-mask-position: center center;
-webkit-mask-size: auto;
height: 100%;
}


/* Quote Box Styles */

#NEW-Text-2-Col-with-Image-and-Quote-01 .quote-wrapper-01, #NEW-Text-2-Col-with-Image-and-Quote-01-dark .quote-wrapper-01 {
  margin-top: -150px !important;
}

#NEW-Text-2-Col-with-Image-and-Quote-01 .wp-block-group.is-content-justification-left.is-nowrap.is-layout-flex.wp-block-group::before {
content: ' ';
  background-image: url(https://www.plateiq.com/wp-content/uploads/2023/05/blue-quote-marker.png);
  left: -50px;
  position: absolute;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

#NEW-Text-2-Col-with-Image-and-Quote-01-dark .wp-block-group.is-content-justification-left.is-nowrap.is-layout-flex.wp-block-group::before {
content: ' ';
  background-image: url(https://www.plateiq.com/wp-content/uploads/2023/05/green-quote-marker-lineart.png);
  left: -50px;
  position: absolute;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}

p.quote-text {
width: 55%;
float: right;
}

#NEW-Hero-Inner-2-Col-a-dark .wp-block-column.is-vertically-aligned-top.is-layout-flow, #NEW-CTA-Dark .wp-block-column.is-layout-flow, #NEW-CTA .wp-block-column.is-layout-flow {
margin: 0 auto;
}

@media screen and (min-width: 1430px) {
#NEW-CTA.wp-block-cover, #NEW-CTA-Dark.wp-block-cover {
  min-height: 100vh!important;
}
}

@media screen and (min-width: 800px) {
#NEW-CTA img.wp-block-cover__image-background, #NEW-CTA-Dark img.wp-block-cover__image-background  {
  object-fit: contain !important;
}
}

@media screen and (max-width: 1000px) {
p.quote-text {
width: 100%;
float: none;
}
}

@media screen and (max-width: 781px) {
#NEW-animated-stats-band .wp-block-column.is-layout-flow, #NEW-animated-stats-band-dark .wp-block-column.is-layout-flow {
      PADDING: 0PX !IMPORTANT;
}
#NEW-animated-stats-band .wp-block-column.is-layout-flow, #NEW-animated-stats-band-dark .wp-block-column.is-layout-flow {
  border-right: none;
  border-left: none;
  margin-bottom: 30%;
}

.wp-block-column.is-layout-flow p {
  text-align: center;
}
#NEW-Hero-Inner-2-Col-a-dark .wp-block-column.is-vertically-aligned-top.is-layout-flow {
width: 100%;
}
.quote-wrapper-shadow blockquote.dark::before, .quote-wrapper-shadow blockquote::before {
  left: -50px !important;
}
.quote-wrapper-shadow blockquote::after {
  right:-20px !important;
}

#NEW-Hero-Inner-2-Col-a-dark .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: 100%;
}

#NEW-Hero-Inner-2-Col-a-dark .wp-block-column.is-vertically-aligned-top.is-layout-flow, #NEW-CTA-Dark .wp-block-column.is-layout-flow, #NEW-CTA .wp-block-column.is-layout-flow {
padding: 50px 0 50px 0;
}

#NEW-Text-2-Col-with-Image-and-Quote-01-dark .wp-block-group.is-content-justification-left.is-nowrap.is-layout-flex.wp-block-group::before, #NEW-Text-2-Col-with-Image-and-Quote-01 .wp-block-group.is-content-justification-left.is-nowrap.is-layout-flex.wp-block-group::before {
  left: -17px;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

h1, .entry-content h1 {
  line-height: 50px !important;
}

#Hero-Inner-1-Col-Wide-with-Testimonial-Dark .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
margin-top: 130%;
}

#NEW-Hero-Inner-2-Col-B-Dark .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin-top: 80%;
  }

}

@media screen and (max-width: 550px) {
#NEW-Hero-Inner-2-Col-B-Dark .wp-block-cover.mask img.wp-block-cover__image-background {
  height: 500px;
      -webkit-mask-size: 500px;
}
#NEW-Hero-Inner-2-Col-B-Dark .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin-top: 130%;
  }
}

@media screen and (max-width: 450px) {
#Hero-Inner-1-Col-Wide-with-Testimonial-Dark .wp-block-cover.mask img.wp-block-cover__image-background, #NEW-Hero-Inner-2-Col-B-Dark .wp-block-cover.mask img.wp-block-cover__image-background {
  height: 300px;
      -webkit-mask-size: 300px;
}
}

@media screen and (max-width: 390px) {
.wp-block-cover.mask {
min-height: 550px !important;
}
}

/* Dark CSS */

.dark ul.Check-List > li {
  background-image: url(https://www.plateiq.com/wp-content/uploads/2023/05/fi_check_green-2.svg);
    background-position: 0 1px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 1.25em;
    margin-bottom: 14px;
  padding-left: 38px;
}

/* #NEW-Testimonial-04-Video .quote-wrapper-shadow {
box-shadow: 11px 0px 11px 0px #dde4f0;
} */

#NEW-Testimonial-04-Video-Dark .quote-wrapper-shadow {
box-shadow: none;
}

#NEW-Testimonial-04-Video .quote-wrapper-shadow blockquote::before {
content: url(https://www.plateiq.com/wp-content/uploads/2023/05/Quote-Before-Blue.png);
    transform: rotate(360deg);
left: -110px;
}

#NEW-Testimonial-04-Video .quote-wrapper-shadow blockquote::after {
  content: url(https://www.plateiq.com/wp-content/uploads/2023/05/Quote-After-Blue.png);
    right: -60px;
}


#NEW-Testimonial-04-Video-Dark .quote-wrapper-shadow blockquote.dark::before {
content: url(https://www.plateiq.com/wp-content/uploads/2023/05/Quote-Before-Green.png);
    transform: rotate(360deg);
left: -110px;
}

#NEW-Testimonial-04-Video-Dark .quote-wrapper-shadow blockquote.dark::after {
  content: url(https://www.plateiq.com/wp-content/uploads/2023/05/Quote-After-Green.png);
    right: -60px;
} 

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dark .gform_wrapper.gravity-theme form .gform-body .gform_fields #field_submit input[type="submit"] {
  background-color: #00b896 !important;
  border-color: #00b896!important;
}


.dark .gform_wrapper.gravity-theme form .gform-body .gform_fields #field_submit input[type="submit"]:hover, .dark .gform_wrapper.gravity-theme form .gform-body .gform_fields #field_submit input[type="submit"]:focus {
  background-color: #173044!important;
  color: #00b896 !important;
}


.button-to-form {
  display: none;
}
#gform_15 {
  display: flex;
  align-items: center;
}
.gform-body {
  flex-grow: 1;
}
#gform_submit_button_15 {
  background: #00af8a;
  margin-left: 0.5rem; padding: 12px 12px;
    border-radius: 8px;
}

.button-to-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input {
  background: transparent !important;
  border: solid 2px #fff;
  }
  