.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9bbda33:#FFFCF8;--e-global-color-455e7c0:#89988D;--e-global-color-b731910:#FFFFFF;--e-global-color-a6d1ef1:#C48490;--e-global-color-b385c50:#4F3523;--e-global-color-07e9c2a:#4F352380;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-ebcd8f3-font-family:"Montserrat";--e-global-typography-ebcd8f3-text-transform:uppercase;--e-global-typography-ebcd8f3-letter-spacing:1.6px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-b385c50 );}.elementor-kit-5 a:hover{color:var( --e-global-color-a6d1ef1 );}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-ebcd8f3-font-size:11px;}.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 */.post-tags{
    display: none;
}

#comments {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
    font-family: montserrat;
    color: #4F3523;
    font-weight: 400;
    
    input[type="submit"],
button[type="submit"] {
  background-color: #C4848F; /* change to your desired color */
  color: #FEFCF7;            /* text color */
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #9CA9A0; /* hover color */
}
#reply-title{
    font-family: brightwall;
}
a {
  color: #4F3523; /* change to your desired color */
}

a:hover {
  color: #C4848F; /* link hover color */
}/* End custom CSS */