/* Menu Bar Font Color*/
.primary-menu > li > a , .site-title>a {
    color: #a52a2a !important;
}

/*  Footer */
#site-footer {
   width:100%;
   padding: 2.3rem 0 !important;
   margin-top: 0rem !important;
}

#site-footer >section-inner{
display:unset;
}
/* end Fixed Footer */

/* Site Content */ 
#site-content {
min-height:450px;
}

/* end Site Content */ 
.site-title a{
	color:#e22658;
}

.entry-title {
   display: none;
}

.entry-header.has-text-align-center.header-footer-group {
    display: none;
}



.primary-menu > li > span.icon { display:none;
}


.primary-menu  ul {
	background-color:brown !important;
}

.primary-menu > li > ul:after {
    border-bottom-color: brown !important;
}

/* Header and Footer background Color*/
.header-footer-group{
background:#999966 !important;
}
.header-inner{
margin-bottom:2em !important;
padding:0px !important;
}

#site-navigation-wrap .dropdown-menu>li.btn-submit>a.menu-link>span:after {
display: none;
}
