/*
Theme Name: Vigilance PRO Child Theme
Theme URI: http://thethemefoundry.com/vigilance/
Description: Child theme for customizing Vigilance PRO.
Version: 2.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: vigilance_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/

.post-header h1, .post-header h2 {
	font-size: 2.8em;
}

h2.widgettitle {
	font-size: 1.2em;
}

div.textwidget p,
h2.widgettitle,
ul li.widget ul {
	font-size: 13px;
}

h1 {
	font-size: 2.6em;
	margin-bottom: 15px;
}
#wrapper {
    background: #fff;
    padding: 0 20px 10px 20px;
    border-left: 1px solid #0f3b62 !important;
    border-right: 1px solid #0f3b62 !important;
}

#header {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #333 !important;
}

.nav a {
	font-size: 1.6em !important;
	font-weight: bold;
}

#ns_widget_mailchimp-3 {
	background-color: #EA6E14;
	padding: 10px;
}
#ns_widget_mailchimp-3 h2.widgettitle {
	color: #ffffff;
	font-size: 1.6em;
	padding-top: 0;
	font-weight: bold;
	margin-bottom: 10px;
}