/** navbar menus ***/
/* broad control over nav bar 
also chec the enigma-theme.css in the child theme for more detailed */

.navigation_menu{
	background-color:#231F20;
	border-top:25px solid #231F20;
}

/* border around widget */
.enigma_sidebar_widget {
	border-left: 3px solid #231F20;
	border-right: 3px solid #231F20;
	border-bottom: 3px solid #231F20;
	background-color:#ffffff;
}
.enigma_sidebar_widget_title{
	background:#231F20;
}

/* portfolio - Specialties caption */
.enigma_home_portfolio_caption {
	border-left:1px solid #231F20;
	border-bottom:4px solid #231F20;
	border-right:1px solid #231F20;
        border-top:1px solid #231F20;
        background-color:#231F20;
        
}

/* footer background area */
.enigma_footer_area{
	background: #231F20;
	border-top: 0px solid #6B6B6B;
}

