.elementor-kit-442{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1cfb29ea:#4054B2;--e-global-color-72950f23:#23A455;--e-global-color-5006927c:#000;--e-global-color-f34b320:#FFF;--e-global-color-432a793:#C3C3C3;--e-global-color-2ce80d6:#FF5AEA;--e-global-color-7d05c8a:#1CFFD2;--e-global-color-85a50d1:#3ED4FF;--e-global-color-35d9796:#35FF69;--e-global-typography-primary-font-family:"Alata";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alata";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alata";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alata";--e-global-typography-accent-font-weight:500;font-family:"Alata", Sans-serif;}.elementor-kit-442 e-page-transition{background-color:#FFBC7D;}.elementor-kit-442 a{font-family:"Alata", Sans-serif;}.elementor-kit-442 h1{font-family:"Alata", Sans-serif;}.elementor-kit-442 h2{font-family:"Alata", Sans-serif;}.elementor-kit-442 h3{font-family:"Alata", Sans-serif;}.elementor-kit-442 h4{font-family:"Alata", Sans-serif;}.elementor-kit-442 h5{font-family:"Alata", Sans-serif;}.elementor-kit-442 h6{font-family:"Alata", Sans-serif;}.elementor-kit-442 button,.elementor-kit-442 input[type="button"],.elementor-kit-442 input[type="submit"],.elementor-kit-442 .elementor-button{font-family:"Alata", Sans-serif;}.elementor-kit-442 label{font-family:"Alata", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 */button:disabled,
button[disabled]{
  opacity: .5;
  cursor: not-allowed;
}

#disable-form-button {
    display: none;
}

.highlight-link {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}

.highlight-link:hover {
  cursor: pointer;
  background-size: 100% 88%;
}

a {
    color: black
}

a:hover {
    color: black
}

.post-password-form {
    height: 73vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[name="post_password"] {
/*border-top-right-radius: 0px;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-top-left-radius: 30px;*/
/*    border-bottom-left-radius: 30px;*/
/*    height: 3em;*/

height: 3em;
width: 20em;
border-radius: 30px;
    
}
#post-558 > div > form > p:nth-child(2) > input[type=submit] {
    
      border-radius: 30px;
    height: 4em;
    width: 10em;
    
}


#back-to-top-button {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    align-items: center;
}

#back-to-top-button .fa-arrow-up {
    padding: 0px !important;
    margin: 0px !important;
}/* End custom CSS */