/*
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 */

.headline_area { display: none; }

.post-2 { margin-left: auto; margin-right: auto; width: 918px; }
.post-80 { margin-left: auto; margin-right: auto; width: 918px; }
.post-82 { margin-left: auto; margin-right: auto; width: 918px; }
.post-78 { margin-left: auto; margin-right: auto; width: 918px; }
.post-136 { margin-left: auto; margin-right: auto; width: 918px;

.logo-spot .blog-title a {
color: #5b87c4;
}

.headline_area { display: none; }

.widget .navbar .nav .active>a, .widget .navbar .nav .active>a:hover, .widget .navbar .nav .active>a:focus, .widget .navbar .nav li.dropdown.active>.dropdown-toggle {
background: none;
-webkit-box-shadow: none;text-shadow:none; box-shadow:none; 
}
.navbar .nav > li > a {
    color: #777777;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow:none;
}

#featured_area { border-top: 1px solid black; border-bottom: 1px solid black; } 

#footer_area .footer_one {width:350px;}
 input, textarea{width:270px}

input[type="submit"], a.button{width:80px}

.widget p { line-height: 21px; text-align:justify;}

.widget .navbar .nav .active>a {
background: #5a88c4 !important;
color: #fff;
border-bottom: 5px solid #CFD8E7;
}

.nav-pills > li > a {
    border-radius: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}

#header_area .header_two .widget_navmenu {
    float: right;
    margin: 44px 0;
}

.bizz_fs {
    background: url("lib_theme/images/ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    margin: 0 auto;
    min-height: 0px;
    position: relative;
    width: 100%;
}

#featured_area .widget {
    border-top:none;
    margin: 0 -20px;
    padding: 20px;
}