/*  
Theme Name: Laurel Capital
Description: Custom theme for Laurel Capital Kingsway LLP.
Version: 1.0.2
Author: Michael Foxcroft
Author URI: http://www.greenzestdesign.co.uk
Tags: developer

Template: pagelines

*/

/*
Themes follow the basic WordPress themes header scheme with the following additions:

	Template: pagelines
	Tells wordpress this is a childtheme and where the parent files are stored.
	
	Demo: http://a.link.com
	Use this to point to a demo for this product.
	
	External: http://a.link.com
	Use this to point to an external site, authors home page for example.	
*/

/*
 * File Naming Conventions
 * -------------------------------------
 *	style.css 		 - Main theme style file.
 *  thumb.png		 - Thumbnail image used in the store and on pagelines.com for your product.
 *  screenshot.png	 - Primary screenshot, logo or graphic for your extension item (300px by 225px).
 *	screenshot-1.png - Additional screenshots -1 -2 -3 etc (optional).
 *	page.example.php - Custom page template, check the file for syntax. This is autoloaded.
 *	sections/		 - Bundle sections with your theme in this folder, each section in a seperate folder.
 */

#page, .fixed_width #page {
	border: 1px solid #BBB;
	margin-top:10px;
	margin-bottom:10px;
}

#branding .subhead {
	text-align: center;
	font-family: "Times new roman", Times;
	font-size: 18px;
}

#branding .content .content-pad {
	padding:0;
}

.mainlogo-img {
	margin: 0 auto;
}

.site-description {
	display: none;
}

#feature_slider .fheading {
	display: none;
}

#feature_slider .fcontent {
	background: rgba(115,115,115,1);
}

#feature_slider .fcontent-pad {
	padding: 10px !important;
}

#feature_slider .fexcerpt {
/*	font-variant: small-caps; */
	font-family: "Times new roman", serif;
	font-size: 13px;
	line-height: 1em;
}

.navbar-content-pad {
	padding: 0 !important;
}

#navbar > .current_page_item > a, #navbar > .current_page_parent > a{
	color: rgba(255,255,255,1);
}

.navline > li {
	font-size: 14px;
	padding: 0px 16px 1px 16px !important;
}

.navbar .navline > .dropdown > .dropdown-menu::before {
	display: none;
}

.navbar .navline > .dropdown > .dropdown-menu::after {
	display:none;
}

.no_title h3 {
	display:none;
}

.widget {
	border: 1px solid #bbb;
}

.widget ul {
	margin: 0;
}

.widget ul li {
	padding: 0;
}

.widget-title {
	font-size: 14px;
}

.blocks {
	border: 1px solid #bbb;
}

.hentry-pad, .hentry {
	padding:0 !important;	
	margin:0 !important;
}

#morefoot_area {
	text-align: center;
	font-size:12px;
}

#cred.pagelines {
	display:none !important;
}