/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

	1. Activate custom.css file in theme admin panel
	2. Open style.css file and find any clasess you want to override
	3. Copy classes to override in this file, put them outside green commented area


START OVERRIDING / ADDING NEW CLASSES BELOW THIS LINE */

#footer_area .footer_one { width: 280px; }
#featured_area { border-top: 1px solid black; border-bottom: 1px solid black; }
#header_area .header_two .widget.nav-menu { margin: 32px 40px 0 0; }
#header_area .widget { padding: 15px 15px 10px 15px; }


.widget .nav-menu a { color: #000000; border-bottom: 0px; }
.widget .nav-menu a:hover { color: #000000; border-bottom: 0px; background-color: #e1e7e8; }
.widget .nav-menu li.current-menu-item a { color: #000000; border-bottom: 0px; background-color: #e1e7e8; }
.widget .nav-menu li.current-menu-item a:hover { background-color: #e1e7e8; }
a { color: #e62709; }
a:hover { color: #e62709; text-decoration: none; }
#main_area strong, p strong, li strong { color: #000000; }
#footer_area .widget a { color: #ff674d; }
#footer_area .widget a:hover { color: #ff674d; text-decoration: none; }