/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.page-title {
	display: none;
}

.page-header {
	display: none;
}

.site-logo {
	width:410px;
	padding-top:.5em;
}
.avatar {
	display: none;
}

#recent-posts-4 {
	font-size: .8em;
}

#recent-posts-4 li {
	border-bottom: 1px solid #eee;
}

#main-nav {
	font-size: .8em;
}



.menu-top-articles-container li {
	border-bottom: 1px solid #ccc;
}


#image-3 {
	padding: 0;
	margin: 0;
}



#nav_menu-5 h4 {
	margin-bottom: 8px;
}

.pricingtable {
	margin-left: 7em;
	width: 480px;
	-webkit-box-shadow: -1px 2px 25px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 25px -4px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 25px -4px rgba(0,0,0,0.75);
	border-radius: 8px;
	padding-bottom: .5em;
	background-color: #E2E2E2;
}

.pricingtable td {
	text-align: center;
	background-color: #E2E2E2;
}

#menu-main-menu li a {
	padding-left: .8em;
	padding-right: .8em;
}

#nav_menu-6 {
	padding: .9em;
}

#menu-911-menu {
	margin: 0;
	padding: 0;
}

#dc_jqverticalmegamenu_widget-2 h4 {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 8px 3px;
	color: #254C8C;
	margin-bottom: 0;
}

#dc_jqverticalmegamenu_widget-2 {
	padding: 0;
	margin-bottom: 8px;
}

#dc_jqverticalmegamenu_widget-3 {
	padding: 0;
	margin-top: 0;
}

#dcjq-vertical-mega-menu {
	margin-top: 0;
}

#attachment_383 {
	font-size: .8em;
}

#left-sidebar li {
	border-bottom:2px solid #aaa;
}
#right-sidebar li {
	border-bottom:2px solid #aaa;
}
.widget-title  {
	font-size:12pt; font-family:calibri;
	border-bottom:2px solid #aaa;
	margin:0 0 6px;
}
.widget-title a {
	color:black;font-weight:bold; font-style:normal; 
}
.nf-form-cont {
	margin-left: 12em;
	margin-right: 12em;
	font-size:.9em;
}
.logo a { pointer-events: none !important; }