﻿/*
Theme Name: KLLangton
Theme URI: http://kllangton.co.uk
Description: A theme by <a href="http://www.hedleyenterprises.co.uk">hedley enterprises</a>.
Version: 2
Author: hedley enterprises
Author URI: http://www.hedleyenterprises.co.uk

*/
body {
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #717372;
}
h1,h2,h3,h4, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
p::selection, h1::selection, h2::selection, h3::selection { background-color: #320101; color: #fff;}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection { background-color: #320101; color: #fff; }


/* Default Styles */
blockquote {
	border-left: solid thick #999;
	padding-left: 20px;
	font-size: 20pt;
	text-align: center;
	width: 60%;
	margin: 20px auto;
}
.container {
	width: 1200px;
	margin: auto;
}
.text  {
	width: 1024px;
	margin: auto;
}
.in h1 {
	text-align: center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.c {
	clear:both;
}
p {
	line-height:1.6em;
}
img {
	border-style: none;
}
.center {
	text-align:center;
}
.absol {
	position:relative;
}
.line {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
}
.testimonial hr {
	border: solid thin #b5b4b4;
	margin-top: 80px;
	margin-bottom: 80px;
}
.half {
	width: 48%;
}
.leftcol {
	width:65%;
}
.rightcol {
	width:30%;
}


/* Padding and Margins */

.down, .dwn {
	margin-top:40px;
}
.drop {
	margin-top: 30px;
}
.ptb {
	margin-top: 160px;
	margin-bottom: 160px;
}
.alignright {
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.alignleft {
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation */

.navigation {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
}
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover {
	color: #CBA66C;
}
.mobile, .navi {
	display: none;
}

/* Drop Nav */
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 999;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	border-radius: 2px;
	background-color: #717372;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li a {
	display: block;
	padding: 4px 20px;
	color: #fff; text-decoration: none;
}
nav ul ul {
	background: #717372; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none;
	border-top: 1px solid #f58220;
	border-bottom: 1px solid #f58220; position: relative;
}
nav ul ul li a {
	padding: 10px;
	color: #fff;
}
nav ul ul li a:hover {
	background: #f58220;
	color: #fff;
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.current-menu-item, .page_item, .current_page_item {
	color: #fff;
	font-weight: bold;
}
.subtoggle, .subsidebar, .toggle, #subsidebartoggler, .call, .sidebar {
		display:none;
}

/* Header */
.topbar {
	background-color: #000;
	height: 20px;
}
.mainbanner {
	height: 100vh;
	overflow: hidden;
}
.mainbannerinner {
	height: 600px;
	overflow: hidden;
}
.logo, .logoinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.logoinner img {
	max-width: 500px;
	/*filter: drop-shadow(16px 16px 20px black);*/
}
.logoinner img, .logo img {
	width: 480px!important;
	height: auto;
}

.slogan {
	width: 100%;
}
.slogan h2 {
	font-size: 30pt;
	color: #fff;
	width: 55%;
	margin: 40px auto;
}

/* Main Body */
.text h2 {
	text-align: center;
}
.about {
	height: 300px;
	overflow: hidden;
	color: #000;
	background-color: #000;
}
.abouttxt {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%);
	z-index: 9;
	color: #fff;
	text-align: center;
	width: 55%;
}
.image {
	width: 100%;
	z-index: -1;
	opacity: 0.4;
}
.readmore a {
	border: solid thin #fff;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.squiggle li {
	line-height: 1.6em;
}
.squiggle li a, .entry a {
	color: #717372;
	font-weight: bold;
	text-decoration: none;
}
.squiggle li a:hover, .entry a:hover {
	text-decoration: underline;
}
/* Graphics */
.blog img, .mainbanner img, .gallery-item img, .image img, .mainbannerinner img, .blognewspic img, .leftcol img {
	width:100%;
	height: auto;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
}
.gallery-item {
	flex-grow: 1;
	margin: 0 2px;
}
dl {
	overflow: hidden;
	width: 33%;
}
.bringin {
	width: 60%;
	margin: auto;
}
.wp-caption-text {
	background-color: #f1efef;
	padding: 10px;
	margin: -5px 0 20px 0;
	border: solid thin #ccc;
	text-align: center;
}
/* Blog */

.blog {
  width:32%;
  margin-right: 15px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
.display {
	opacity: 1;
}
.blog h3, .news h2 {
  color: #f58220;
  font-size: 14pt;
  margin: 5px 0;
}
.blog p {
  margin: 0 0 10px 0;
}
.blog a {
	text-decoration: none;;
}
.more {
	margin-top: 20px;
}
.more a {
	border: solid thin #717372;
	padding: 10px;
	color: #717372;
	text-decoration: none;
}
.more a:hover {
	background-color: #f1efef;

}
/* News */
.grid {
	display: flex;
	flex-wrap: wrap;
}
.news {
	width: 48%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
	margin-bottom: 40px;
	padding-bottom: 20px;
	overflow: hidden;
	max-height: 500px;
	flex-grow: 1;
	margin-right: 5px;
}
.newspic {
	width:100%;
}
.newspic img {
	width:100%;
	height:auto;
	border-radius: 5px;
}
.newstext {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	background-color: rgba(0,0,0,0.7);
	padding: 0 10px;
	color: #fff;
}
.newstext:hover {
	background-color: #f58220;
}
.newstext h2 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.date {
	font-size: 8pt;
	padding-bottom: 10px;
}
.blognews {
	width: 48%;
	flex-grow: 1;
	margin-bottom: 30px;
	border: solid thick #fff;
}
.blognewstxt h2 {
	margin-bottom: 0;
}
.blognewstxt a {
	color: #717372;
	text-decoration: none;
}
.blognewstxt p {
	margin: 0;
}
.blognewspic {
	width: 100%;
	max-height: 400px;
	overflow: hidden;
}
.blognewspic:hover, .gallery-item:hover {
	opacity: 0.9;
}
.newstext, .recentmenu li a {
	transition: all 0.5s ease-in-out;
}
.recent {
	background-color: #f1efef;
	border-radius: 5px;
	padding: 10px;
	color: #717372;
	margin-bottom: 20px;
}
ul.recentmenu {
	margin: 0;
	padding:0;
	list-style: none;
}
.recentmenu li a {
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
.recentmenu li a:hover {
	background-color: #f1efef;
}
.viewmore a {
	color: #717372;
}
.viewmore a:hover {
	text-decoration: none;
}
.linkedin {
	margin-top: 40px;
}

/* Footer */
footer {
	margin: 50px 0;
}
footer a {
	color: #717372;
	text-decoration: none;
}
footer a:hover, .copyright a:hover {
	color: #c0c0c0;
}
.fleft {
	width: 30%;
}
.fleft h3 {
	font-size: 16pt;
}
.socialmedia {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.copyright {
	background-color: #212020;
	color: #fff;
	font-size: 10pt;
	padding: 10px 0;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
/* Icons */

.icons {
	width: 42px;
	height: 42px;
	margin-left: 5px;
	margin-top: 15px;
}
.icons img {
	width: 100%;
	height: auto;
}
.twitter:hover, .facebook:hover, .youtube:hover, .linkedin:hover, .mobile:hover, .call:hover, .mail:hover {
	background-color: #c0c0c0;
}
.submit:hover {
	background-color: #c0c0c0;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
ul.bxslider {
	margin:0;
	padding:0;
	list-style: none;
}
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
	z-index: -1;
}

.bx-wrapper img {
	width: 105%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	/*position: absolute;
	bottom: -30px;
	width: 100%;
	z-index:97;*/
	display: none;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: -20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: -50px 5px 5px 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 97;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.view-container-border {
	background-color: #fff!important;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/*

	Author:				hedleyenterprises.co.uk - let your website stand out...
	Description:	CSS Stylesheet for mobile devices


*/

@media screen and (max-width: 1440px) {

	.navigation {
		position: absolute;
		top: 10%;
		left: 57%;
		transform: translate(-50%, -10%);
		width: 80%;
	}
	.slogan h2 {
	width: 80%;
}
.navigation {
	width: 60%;
}
}


@media screen and (max-width: 1100px) {

.container {
	width: 95%;
}
.text {
	width: 80%;
}
.navigation {
	display: none;
}
.subtoggle, .subsidebar, .toggle, #subsidebartoggler, .sidebar, .mobile {
	display:block;
}
.subtoggle img {
	width:32px;
	height:32px;
}
ul#menu-nav-1, ul#menu-mobile, ul#menu-main-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li, #menu-nav-1 li, #menu-mobile li, #menu-main-1 li {
	float: none;
}
#nav li a, #menu-nav-1 li a, #menu-mobile li a, #menu-main-1 li a {
	display: block;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover, #menu-nav-1 li a:hover, #menu-mobile li a:hover, #menu-main-1 li a:hover {
	color: #717372;
}
.subtoggle {
	height: 42px;
	width: 42px;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	position: absolute;
	top:18px;
	right:20px;
	z-index: 99999999;
	cursor: pointer;

}

.subsidebar {
	overflow: scroll;
	position: fixed;
	top: 0;
	bottom: 0px;
	right: -200%;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	width: 100%;
	padding-top: 155px;
	background: #2c2d2d;
	color: #fff;
	z-index: 99;
	text-align: center;
}

#subsidebartoggler, .didyouknow {
	display: none;
}
#subsidebartoggler:checked + .subpage-wrap .subsidebar {
	right: 0px;
}
#subsidebartoggler:checked + .subpage-wrap .subtoggle {

}
#subsidebartoggler:checked + .subpage-wrap .subpage-content {
	padding-left: 180px;
}
.toggle {
	height:40px;
	width:40px;
	text-decoration: none;
	color: black;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	cursor: pointer; }

.sidebar {
	overflow: scroll;
	position: fixed;
	top: 55px;
	bottom: 0px;
	left: -415px;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	width: 315px;
	padding-top: 150px;
	background: #BA4C57;
	color: #fff;
	z-index: 98;
}
#sidebartoggler {
	display: none; }
	#sidebartoggler:checked + .page-wrap .sidebar {
		left: 0px; }
	#sidebartoggler:checked + .page-wrap .toggle {
		left: 10px; }
	#sidebartoggler:checked + .page-wrap .page-content {
		padding-left: -180px;
}
}

@media screen and (max-width: 980px) {

	.slogan h2 {
		font-size: 20pt;
		width: 100%;
	}
	.mainbanner {
		height: 50vh;
	}
}

@media screen and (max-width: 780px) {

	.mainbanner {
		height: 40vh;
	}
	.abouttxt {
		width: 80%;
	}
.half {
	width: 100%;
	float: left;
}
.icons {
	border: solid thin #000;
}
.blognewspic {
	max-height: 200px;
}
}

@media screen and (max-width: 680px) {

.slogan, .readmore {
	display: none;
}
.about img {
	width: 200%;
}
.fleft {
	width: 100%;
}
.socialmedia {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.icons {
	margin-top: 15px;
	margin-right: 5px;
}
.mainbannerinner {
	height: auto;
}
.leftcol, .rightcol {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 480px) {
	.blognews {
		width: 100%;
	}
	.blognewspic {
		max-height: 100%;
	}
	.logoinner img, .logo img {
		width: 380px!important;
		height: auto;
	}
}

@media screen and (max-width: 390px) {

.mainbanner {
	height: 50vh;
}
.mainbanner img {
	width: 150%;
}
.logo img, .logoinner img {
	width: 300px!important;
}
.logoinner {
	top: 60%;
	left: 50%;
}
.subtoggle img {
	width: 32px!important;
}
.abouttxt {
	bottom: -30px;
}
.about img {
	width: 220%;
}
}
