.elementor-kit-46{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a1ea496:#CA1BCF;--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-f3cff63-font-size:20px;font-family:"Open Sans", Sans-serif;}.elementor-kit-46 e-page-transition{background-color:#FFBC7D;}.elementor-kit-46 h1{font-family:"Open Sans", Sans-serif;font-size:50px;letter-spacing:-2.6px;}.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 *//*Star rating single post*/

.big-stars .ssr-star-rating {
    font-size: 36px;        /* Adjust size */
    color: #ddd;            /* Empty stars color */
    margin-right: 2px;
}

.big-stars .ssr-star-rating {
    color: #CB1BD0;         /* Filled stars color */
}

/*Star rating post grid*/

.star-grid .ssr-star-rating {
    font-size: 36px;        /* Adjust size */
    color: #ddd;            /* Empty stars color */
    margin-right: 2px;
}

.star-grid .ssr-star-rating {
    color: #CB1BD0;         /* Filled stars color */
}

/* POST GRID IMAGE SIZE */

.post-image /* Container keeps a fixed aspect ratio (16:9 example) */
 {
    position: relative;
    width: 100%;           /* full width of column */
    padding-bottom: 75%; /* 16:9 ratio = 9/16 = 0.5625 */
    overflow: hidden;
}

/* Image fills container while keeping proportions */
.post-image  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}/* End custom CSS */