/*  
Theme Name: Acorn Marketing Premium
Author: Acorn Marketing / Mark Hall
Author URI: https://acorn-is.com/
Description: A Child Theme of Twenty Eleven 
Template: twentyeleven 

Custom Styles post Launch

*/ 

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
 
    text-transform: capitalize;

}

.font-size-title, h1, .font-size-title-2, h2, .font-size-title-3, h3, .font-size-title-4, h4 {
    text-transform: none;
}

.button, #mc-embedded-subscribe {
    color: #fff !important;
    background: var(--cta_color) !important;
}

.button:hover, .button:focus, #mc-embedded-subscribe:hover {
    color: var(--cta_color) !important;
    transition-delay: .5s;
    text-decoration: none; 
    background: #fff !important;
}
.button:hover:after {
    background: #fff !important;
color: var(--cta_color) !important;
}

.gallery-open {
	margin: 30px auto 15px !important;
}