/* Header and Footer background Color*/
.header-footer-group{
background:#ebeff1 !important;
}
.header-inner{
margin-bottom:2em !important;
padding:0px !important;
}

/* Bottommenu mouse over background Color change*/
#site-navigation ul li:hover > a {
    background: #1141a4;
    color: #ffffff;
    font-size:15px !important;
}

#colophon  ul li:hover > a {
    background: #1141a4;
    color: #ffffff;
    font-size:15px !important;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #e26113;
    text-decoration-thickness: 5px;
}

.container {
    width: auto;
}

.site-header {
    padding-top: unset;
 padding-bottom: unset;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce)
{
max-width:unset;
}

.entry-header {
display: none;
}
/* Blog - Posted by */
.posted-by {
display:none;
}
.post-taxonomies{
display:none;
}
/* Contact Us Submit button color*/
#btnSubmit{
color:black;
font-size:15px;
}
