.elementor-kit-5{--e-global-color-primary:#684930;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#EBB36A;--e-global-color-132d474:#FFFFFF;--e-global-color-f15e4db:#684930;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:28px;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:20px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:23px;--e-global-typography-text-font-weight:700;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-01a2de2-font-family:"DM Sans";--e-global-typography-01a2de2-font-size:19px;--e-global-typography-01a2de2-font-weight:400;--e-global-typography-01a2de2-line-height:28px;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );--e-page-transition-entrance-animation:e-page-transition-slide-out-left;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFFFFF;--e-preloader-size:12px;}.elementor-kit-5 h1{color:var( --e-global-color-primary );}.elementor-kit-5 h2{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#2D373B;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-01a2de2-font-size:16px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:26px;--e-global-typography-01a2de2-font-size:15px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );--e-page-transition-entrance-animation:e-page-transition-slide-out-left;--e-page-transition-exit-animation:e-page-transition-slide-in-right;--e-preloader-size:9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.post-tags{
    
    display:none;
}


/* Style the tags */
.posts-tags a {
     font-weight: normal;
    font-size: 16px;
    color: #000000 !important;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #000000;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

/* Change style on hover */
.posts-tags a:hover {
    background: #e84a7f;
    color: white !important;
    border: 1px solid #e84a7f;  /* Keep the border on hover */
}

@media screen and (max-width: 768px) {
    
    .posts-tags{
          text-align:center;
    }
    .posts-tags a {
        font-size: 12px;  /* Reduce font size */
        padding: 4px 8px;  /* Adjust padding */
        border-radius: 15px;  /* Slightly smaller border radius */
        display: inline-block;
    
    }
}/* End custom CSS */