

/* Padding header menu items */
#site-header.center-header #site-navigation-wrap .dropdown-menu > li > a { padding: 0 28px; }

#site-logo {
	display: none
}

.blog-entry.post .blog-entry-summary p:last-child {
    margin-bottom: 0;
    color: #000;
}
/* Blog entries */
.blog-entry.grid-entry .blog-entry-header { margin: 20px 0 20px; }
.blog-entry.grid-entry .blog-entry-inner { text-align: center; }

/* Single post title */
.single-post h2.entry-title { text-align: center; margin: 0; }


.elementor-section {
    position: relative;
    background-color: #3e3e3e;
}
p {
    color: #fff;
    font-size: 22px;
    font-family: Dancing Script;
}
li {
    font-size: 22px;
    color: #fff;
    font-family: Dancing Script;
}
.dropdown-menu * {
    font-size: 15px;
}
h4 {
    font-size: 30px !important;
}
#site-navigation-wrap .dropdown-menu > .current-menu-item > a, #site-navigation-wrap .dropdown-menu > .current-menu-ancestor > a, #site-navigation-wrap .dropdown-menu > .current-menu-item > a:hover, #site-navigation-wrap .dropdown-menu > .current-menu-ancestor > a:hover {
    color: #8da374;
}