.elementor-kit-7{--e-global-color-primary:#510919;--e-global-color-text:#FCD9D9;--e-global-color-accent:#61CE70;--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;background-color:#510919;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Sora", Sans-serif;}.elementor-kit-7 label{color:#FCD9D9;font-family:"Lora", Sans-serif;text-transform:uppercase;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Sora", Sans-serif;color:#510919;background-color:#510919;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-7 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea:focus,.elementor-kit-7 .elementor-field-textual:focus{color:#FCD9D9;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* Change the font size and color of Leave a Comment */
.comment-reply-title {
    font-family: 'YourFontName', sora; /* Replace with desired font */
    color: #fcd9d9; /* Replace with your desired color */
    font-size: 20px; /* Replace with your desired font size */
}

.logged-in-as { 
    font-family: sora;
    color: #fcd9d9;
}

#comments .submit {
    font-family:sora ;
    color: #510919;
    background-color: #fcd9d9;
}

#comments .submit:hover {
    background-color: #510919;
    border: 1px solid #fcd9d9;
}

#email-notes {
    color: #fcd9d9;
    font-family: sora;
}

.required-field-message {
    color: #fcd9d9;
    font-family: sora;
}

#comment {

    border-color: #fcd9d9;
}

.tnp-subscription input.tnp-submit{
    border: 2px solid #fcd9d9;
    background-color: #510919;
}

.tnp-subscription input.tnp-submit:hover{
    background-color: #fcd9d9;
  color: #510919;
}

.elementor-kit-7 input:not([type="button"]):not([type="submit"]){
   box-shadow: none;
   background-color: #fcd9d9;
   border: 2px solid #fcd9d9;
   color: #510919;
}

#tnp-1{
    color: #510919;
}

#tnp-2{
    color: #510919;
}

.entry-title {
    font-family: lora;
    color:#fcd9d9 ;
    
}

.site-below-footer-wrap[data-section="section-below-footer-builder"]{
    display:none;
}

.entry-content{
color: #fcd9d9;
font-family: sora;
}/* End custom CSS */