/*
Theme Name: Denali
Theme URI: http://www.wpdenali.com
Description: An extensive WordPress theme for both users and developers from <strong>Theme Blvd</strong> &mdash; Update notifications available on Twitter: <a href='http://twitter.com/jasonbobich'>Follow the author</a> and <a href='http://twitter.com/themeblvd'>Follow the brand</a>
Author: Theme Blvd
Author URI: http://www.themeblvd.com
Version: 1.1.0
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*Change font color to black*/
body {
color:#000;
}
.text-dark {
color:#000;
}
.tb-testimonial.standard .testimonial-text {
    color: #000;
}
.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6 {
    color: #000;
}

/*add quotes to testimonials*/
.testimonial-text p::before {
content:open-quote;
}
.testimonial-text p::after {
content:close-quote;
}
/*Hide portfolio categories*/
.post_showcase .showcase-item.has-title .featured-item.showcase .cat { display:none }

/*Adjust mailchip styles*/
#mc_embed_signup input.email {
width:100%!important;
border-radius:0px!important;
}
#mc_embed_signup form {
padding:0px!important;
}
#mc_embed_signup input[type="submit"] {
    border: none!important;
}
.site-footer a {
    color: #fff;
}
.btn-share:hover, .btn-share:focus {
    background:#ed1c24;
}
.btn:not(.tb-custom-button), input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    background-color: #ed1c24;
}
.btn:not(.tb-custom-button):hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, button:hover {
    background-color: #000;
}

.tb-sticky-menu .tb-primary-menu > li > .menu-btn:hover {
    background-color: #ed1c24!important;
}
a:hover, a:active, a:focus {
    color: #811619;
}
.header-nav .tb-primary-menu > li > .menu-btn::before {
    background-color: #ed1c24;
}
.tb-testimonial .author .author-image {
display:none;
}

#element_16820396475797e4fd5f706 {
margin-bottom:20px;
}

.btn:not(.tb-custom-button) {
background-color:#ed1c24;
}
.btn-default:hover {
background-color:#000;
}

.post_showcase .showcase-item.has-title .featured-item.showcase .tb-thumb-link::after, .post_showcase .showcase-item.has-title .featured-item.showcase.tb-thumb-link::after {
    background-color: #ed1c24;
}
.tb-thumb-link::after {
    background-color: #ed1c24;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
    color: #ed1c24;
}