.page-template-default .wpb_wrapper .breadcrumbs:first-child a { display:inline !important;}
li.submenu.menu-item-has-children ul.sub-menu {
    position: absolute;
    background: #fff;
    top: 0px;
    list-style: none;
    left: 100%;
    width: calc(100% + 40px);
    opacity: 0;
}

li.submenu.menu-item-has-children span.more-icon {
    font-family: Etmodules;
    content: "" !important;
    background: url(https://evansmfgco.com/wp-content/uploads/2022/08/down-chevron.png);
    width: 9px;
    height: 9px;
    background-size: cover;
    display: block;
    margin-left: 5px;
    transition: 0.5s;
    position: absolute;
    top: 18px;
    right: 5px;
    transform: rotate(-90deg);
}

li.submenu.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
}

.page-template-default .wpb_wrapper .breadcrumbs:first-child:before { display:none !important; }
body.single-post .hero-section:before {
    background: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0.2) 100%) !important;
}

.single-post .hero-section .wrapper {
    position: relative;
    margin-top: 50px !important;
}

body.single-post .wrapper {
    margin-top: 0px !important;
}

.hero-section { min-height:545px;}
.hero-section h1.vc_custom_heading {
    font-size: 54px;
    margin-bottom: 20px;
}

form.search-form input.search-submit {
    top: 0px !important;
    right: 0px !important;
}

body #post-12 .wpb_text_column ul li input[type="submit"] {
    margin-left: -74px !important;
    top: 49px;
}