/*!
 * Lantz Diamond Center v6 Local Styles
 * Copyright 2008-2017 Punchmark
 */

 /*==============

 Header

==============*/


 header a#logo img {
    max-height: none !important;
}

header a#logo {
    max-width: 220px !important;
}

@media(max-width: 767px) {
    header a#logo {
        max-width: 140px !important;
    }
}

 /*==============

 Footer

==============*/

 footer .required-links li a:hover, 
 footer .required-links li a:focus {
    text-decoration: underline;
}

 /*==============

 Blog

==============*/

/* #blog .grid-blog h6,
#blog .grid-blog p,
#blog .grid-blog a {
    color: #fff !important;
} */

#blog .grid-container .grid-blog .grid-item .bottom-header {
    background: #fff !important;
}