/*
Theme Name: Business One Page child theme
Theme URI: https://www.webdesignermiltonkeynes.co.uk/
Description: Business One child theme
Author: Gareth Davies	
Author URI: https://www.webdesignermiltonkeynes.co.uk/
Template: business-one-page
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-one-page
Tags: Blog, two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, custom-logo, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options

/* Web Design MK Styles
Brown Dark Colour : #6B584A
Brown Medium Colour : #6B584A
Brown Light Colour : #d5c4a1
*/

.banner-text .text {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
	border-radius: 15px 15px;
}
.banner-text .text .btn-more:hover {
	background: #57412f;
}
.banner-text .text .btn-more {
	background: #57412f;
	color: #d5c4a1;
}
.wpcf7-submit {
	margin-top: 1.5em;
}

/* Page Headers */

.content-area .post .entry-header .entry-title,
.content-area .page .entry-header .entry-title {
	color: #57412f;
}

/*footer style*/

.site-footer {
	background: #57412f;
	padding: 70px 0 0;
	color: #d5c4a1;
	position: relative;
}
.site-footer a {
	color: #b99c6b;
}
.site-footer a:hover {
	text-decoration: none;
	color: #fff;
}
.site-footer .footer-t {
	border-bottom: 1px solid #6B584A;
	padding-bottom: 25px;
}
.footer-t .widget .widget-title {
	margin: 0 0 20px;
	font: 21px/26px 'Oxygen', sans-serif;
	color: #f8ffff;
	position: relative;
	padding: 0 0 20px;
}
.footer-t .widget .widget-title:after {
	width: 27px;
	height: 1px;
	background: #838a95;
	position: absolute;
	left: 0;
	top: 100%;
	content: '';
}
.footer-t .widget ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: square;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	color: #d5c4a1;
}
.footer-t .widget ul li {
	margin: 0 0 24px;
}
.footer-t .widget ul li a {
	color: #b99c6b;
}
.footer-t .widget ul li a:hover {
	color: #d5c4a1;
}

/*.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-title a,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-title a{color: #252626;}*/

.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-title a:hover,
.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-meta a:hover,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-title a:hover,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-meta a:hover {
	text-decoration: none;
	color: #d5c4a1;
}
.footer-t .widget.widget_business_one_page_recent_post .entry-header .entry-meta a,
.footer-t .widget.widget_business_one_page_popular_post .entry-header .entry-meta a {
	color: #b99c6b;
}

/*navigation style*/

.main-navigation ul li a {
	color: #6B584A;
	display: block;
}
.main-navigation ul .current-menu-item a,
.main-navigation ul li .active {
	/*padding: 0 0 41px;*/
	border-bottom: 1px solid #6B584A;
}
.main-navigation ul li a:hover,
.main-navigation ul li:hover > a {
	color: #6B584A;
	padding: 0 0 41px;
	border-bottom: 1px solid #6B584A;
}

/*inner page style homepage only*/
.home .site-content{
	border-top: 1px solid #d9dbde;
	margin-top: 0;
	padding-bottom: 50px;
	overflow: hidden;
}

/* Submit button Style */
.content-area .post form input[type="submit"],
.content-area .page form input[type="submit"]{
	font: 600 16px/38px 'Source Sans Pro', sans-serif;
	color: #d5c4a1;
	background: #57412f;
	border-radius: 5px;
	width: 102px;
	border: 0;
	box-shadow: none;
	height: 38px;
	padding: 0;
}
.content-area .post form input[type="submit"]:hover,
.content-area .page form input[type="submit"]:hover{
	background: #57412f;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #b99c6b;
}

a:visited {
	color: #d5c4a1;
}

a:hover,
a:focus,
a:active {
	color: #57412f;
}
/* Remove Header padding from IE because */
.banner .flexslider{ 
z-index: 0;	
}

#contact { 
padding: 0;
}