.elementor-kit-390{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#222222DD;--e-global-color-accent:#7B6054;--e-global-color-2994a1e:#EECCBC;--e-global-color-bd80115:#453239;--e-global-color-c1eb079:#FFFFFF00;--e-global-color-759b8ff:#F3EFEC;--e-global-typography-primary-font-family:"Ovo";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:1.1em;--e-global-typography-accent-font-weight:600;--e-global-typography-a65f1f7-font-family:"Roboto Flex";--e-global-typography-a65f1f7-font-size:0.8em;--e-global-typography-a65f1f7-font-weight:400;--e-global-typography-a56b316-font-family:"Ovo";--e-global-typography-a56b316-font-size:5em;--e-global-typography-a56b316-font-weight:400;--e-global-typography-a56b316-line-height:1em;--e-global-typography-2b91b7e-font-family:"Roboto";--e-global-typography-2b91b7e-font-size:1em;--e-global-typography-2b91b7e-font-weight:300;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1000ms;}.elementor-kit-390 button,.elementor-kit-390 input[type="button"],.elementor-kit-390 input[type="submit"],.elementor-kit-390 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );border-radius:2px 2px 2px 2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-390{--e-global-typography-a56b316-line-height:0.9em;}.elementor-kit-390 button,.elementor-kit-390 input[type="button"],.elementor-kit-390 input[type="submit"],.elementor-kit-390 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-390{--e-global-typography-text-font-size:1em;--e-global-typography-accent-font-size:1em;--e-global-typography-a56b316-font-size:3em;--e-global-typography-a56b316-line-height:0.9em;}.elementor-kit-390 button,.elementor-kit-390 input[type="button"],.elementor-kit-390 input[type="submit"],.elementor-kit-390 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Line Balancing */

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

/* Header Menu */

#account .e-n-menu-title-text {
    display:none;
}

#book {
    margin-left:15px;
    margin-right:15px;
}

#book, #book-mobile {
    background-color: var(--e-global-color-bd80115);
    border-radius: 2px;
}

#book .e-n-menu-title-text, #book-mobile .e-n-menu-title-text {
    color:white !important;
}


/* Annoying Bullets on lists */

ul {
    padding-inline-start: 20px !important;
}

ul .menu-item, .e-n-menu-item, .e-n-menu-heading, .elementor-nav-menu {
    padding-inline-start: 0 !important;
}

.ul-fix ul {
    padding-bottom: .9rem;
}

.elementor-icon-list-items {
    padding-inline-start: 0 !important;
}




/* Button Animation */

.elementor-kit-390 .elementor-button {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.elementor-kit-390 .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.elementor-kit-390 .elementor-button:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .elementor-kit-390 .elementor-button {
    transition: none;
  }
}/* End custom CSS */