.elementor-kit-176{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-263bdfc:#EDE6DD;--e-global-color-4e5359c:#FFFFFF;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-letter-spacing:1.7px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Georgia";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-176 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container keeps layout spacing */
.quote-text {
  display: block;
}

/* Text flows inline so quotes stay attached */
.quote-text p {
  display: inline;
  margin: 0;
  quotes: "“" "”";
}

/*.quote-text p::before {
  content: open-quote;
}

.quote-text p::after {
  content: close-quote;
}*/


.quote-source {
  display: block;
  margin-top: .5em;
}

.submit_button {
  background-color: #007bff; /* blue */
  color: white;              /* readable text */
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
}

.jet-form-repeater__new{
  background-color: red; /* blue */
  color: white;              /* readable text */
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
}

.quote-text .jet-listing-dynamic-field__content:before {
  content: "“";
  margin-right: 4px;
}

.quote-text .jet-listing-dynamic-field__content:after {
  content: "”";
  margin-left: 4px;
}

.block-editor-block-list__layout [class^=components-] {
    -webkit-user-select: text;
    user-select: text;
    color: black;
}/* End custom CSS */