.page-hero {
   font-size: 60px;
   text-transform: uppercase;
}


.widget .wpb_category_n_menu_accordion ul li a {
    padding: 14px 15px;
}

.widget-area .widget .wpb_category_n_menu_accordion > ul > li a:not(.button), .widget .wpb_category_n_menu_accordion ul li a:hover {
    text-decoration: none;
    font-size: 13px;
}
.wp-show-posts img {
    transition: transform .3s;
    margin: 0 auto;
}

.wp-show-posts img:hover {
    transform: scale(1.1);
}

h3.wp-show-posts-entry-title a {
    color: #000000;
}
.header-wrap {
    z-index: 1000;
}

@media only screen and (max-width: 1024px) {
h1 { font-size: 40px !important; }
}