/*
Welcome to Custom CSS!
To learn how this works, see https://wp.me/PEmnE-Bt
*/
#actionbar {
    display: none;
}

/* hover color for buttons 42462055-hc DF*/
.comment-list .comment-awaiting-moderation, .comment-navigation .nav-next a:active, .comment-navigation .nav-next a::after, .comment-navigation .nav-next a:focus, .comment-navigation .nav-next a:hover, .comment-navigation .nav-previous a:active, .comment-navigation .nav-previous a::before, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:hover, .entry-meta .first-category a:active, .entry-meta .first-category a:focus, .entry-meta .first-category a:hover, .entry-title a:active, .entry-title a:focus, .entry-title a:hover, .image-navigation .nav-next a:active, .image-navigation .nav-next a::after, .image-navigation .nav-next a:focus, .image-navigation .nav-next a:hover, .image-navigation .nav-previous a:active, .image-navigation .nav-previous a::before, .image-navigation .nav-previous a:focus, .image-navigation .nav-previous a:hover, .page-title a:active, .page-title a:focus, .page-title a:hover, .search-curtain-wrapper .search-curtain-close:hover, .site-primary-menu-responsive .primary-menu-responsive-close:hover, .toggle-menu-wrapper a:active, .toggle-menu-wrapper a:focus, .toggle-menu-wrapper a:hover, .widget_categories .category-toggle.toggle-on::after, .widget_categories .category-toggle:focus::after, .widget_nav_menu .custom-menu-toggle.toggle-on::after, .widget_nav_menu .custom-menu-toggle:focus::after, .widget_pages .page-toggle.toggle-on::after, .widget_pages .page-toggle:focus::after, a:active, a:focus, a:hover {
    color: gray;
}

/* Hide Header, Footer, and Page Title on Landing Page */
body.page-id-18583 .site-bar, 
body.page-id-18583 #masthead, 
body.page-id-18583 #site-navigation, 
body.page-id-18583 #colophon,
body.page-id-18583 .entry-header-wrapper {
    display: none !important;
}

/* Center ad label "advertisement" on home page and maybe everywhere, who knows */
.valle-adlabel { 
    text-align: center; 
}