.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#E6E6E5;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-edfcb2c:#BB4241;--e-global-color-77c31e8:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-77c31e8 );color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#000000;text-decoration:underline;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-kit-5 h1{font-size:51px;font-weight:900;}.elementor-kit-5 h2{font-size:37px;font-weight:900;text-transform:uppercase;}.elementor-kit-5 h3{font-size:33px;font-weight:900;text-transform:uppercase;}.elementor-kit-5 h4{font-size:27px;font-weight:900;text-transform:uppercase;}.elementor-kit-5 h5{font-weight:900;text-transform:uppercase;}.elementor-kit-5 h6{font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.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);}.site-header{padding-right:0px;padding-left:0px;}@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-kit-5 h1{font-size:30px;}.elementor-kit-5 h2{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dash-title {
    display: flex;
    align-items: baseline   ;
}
.dash-title:after {
    content: '';
    flex-basis: 100px;
    margin-left: 1rem;
    height: 8px;
    background-color: #000;
}
.dash-title-inverse:after {
    background-color: #fff;
}

.dialog-widget-content {
    background-color: transparent!important;
}

/* Protected page */

.post-password-form {
    backgroud-color: #E6E6E5;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-align: center;
  margin-top: 80px;
}

.post-password-form [type="submit"] {
    background-color: transparent;
    border-color: black;
    border-radius: 0;
    color: black;
}

.post-password-form [type="submit"]:hover {
    background-color: black;
    color: white;
}

.post-password-form [type="password"] {
    border-radius: 0;
}/* End custom CSS */