/*
Theme Name: KStore
Theme URI: https://www.cjb-i.co.uk/
Author: CJB Interactive
Author URI: https://www.cjb-i.co.uk/
Description: KStore
*/


/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#fff;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:normal;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
.clearfix:before, .clearfix:after { 
	display: table; content: " "; 
}
.clearfix:after { 
	clear: both; 
}
textarea{
	overflow:auto;
	font-family:'Raleway', Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a { 
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}

/* 1.2 Common Tags */
.input {
	border:none;
	/*width:297px;*/
	height:16px;
	line-height:16px;
	padding:3px 10px;
	margin-bottom:10px;
	color:#666;
	font-size:12px;
}
.contact-form .input {
	width:100%;
}
.button {
	background:#8cb72c;
	border:none;
	height:22px;
	line-height:22px;
	display:inline-block;
	padding:0 10px;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
}
.button:hover {
	background:#94c031;
	color:#fff;
}
p {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	line-height:20px;
}

.col-md-4 {padding-left:10px;padding-right:10px;}
.col-md-12, .col-xs-12, .col-md-6, .col-xs-6 {padding:0;}

#header {border-top:solid 1px #329ae3;}
.wrapperbox {max-width:1600px;margin:0 auto;}
.logo {margin-top:18px;}
.kstorelogo {max-width:180px;}
#videobanner {width:100%;height:461px;background:url(images/bannerslide.jpg) no-repeat top right #19699c;overflow: hidden;max-width:1600px;position:relative;}
#videobanner video {position:relative;z-index:10;width:120%;top:-30px;opacity:0.4;}
.topmenu {float:left;margin-right:10px;margin-top:4px;}
.topmenu li {font-size:13px;color:#005991;display:inline-block;}
.topmenu li a {color:#005991;}
.telnumber {width:166px;background:url(images/telnum.png) no-repeat 6px 4px #329ae3;float:left;font-weight:bold;font-size:14px;color:#fff;padding:7px 10px;}
.telnumber a {color:#fff;text-decoration:none;}
.contentwrapper {clear:both;max-width:1600px;margin:0 auto;}
.textalignright {text-align:right;}
.telflag {margin-right:2px;}

.bannertext {font-size:36px;color:#fff;font-weight:200;line-height:50px;margin:21% 0 30px 0;}
.videobtn {padding:10px 20px 10px 20px;border:solid 1px #fff;border-radius:5px;text-align:center;color:#fff;text-decoration:none;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
		}
.videobtn:hover {background-color: #fff;color: #333;}
.videobtn:hover {color:#fff;background-color:#19699c;text-decoration:none;}
.videotextwrap {position:absolute; z-index:30; left:10%;}

.navbar-default {background:none;border:none;clear:both;}

.row {padding:0;margin:0;}
.mobiletitle {display:none;}

#menu {font-size:14px;}
.menu-item:last {margin-right:0;}
.navbar {margin-bottom:4px;}
.nav .current-menu-item {border-bottom:solid 1px #ccc;}
.nav .current-menu-parent {border-bottom:solid 1px #ccc;}

.nav li:hover .sub-menu {
	visibility:visible;
}
.sub-menu {
	background:#fff;
	width:200px;
	position:absolute;
	top:100%;
	left:0;
	line-height:28px;
	visibility:hidden;
	text-align:left;
	z-index:90;
	padding-bottom:10px;
	border-radius: 5px;
}
.sub-menu ul {
	width:164px;
	float:left;
}
.sub-menu li {
	font-size:13px;
	font-weight:600;
}
.sub-menu li a {
	padding:0 13px;
	display:block;
	font-weight:normal;
	white-space:nowrap;
}
.sub-menu li a.active {font-weight:bold;}
.sub-menu li:hover a {
	background:none;
	text-decoration:none;
}
.sub-menu li:hover a:hover {
	/*background:none!important;*/ color:#124B74;
}
.sub-menu li:hover a:hover {
	background-color:#ecf3f8;
}
.menu-item-has-children {background:url(images/menuarrow.png) no-repeat right center;}

.strapline {font-size:18px;color:#626262;text-align:center;padding:20px 48px 20px 48px;line-height:1.4em;}
.strapline span {color:#329ae3;}
.featurebox {padding:14px 10px 14px 10px;border:solid 1px #e5e5e5;border-radius:5px;text-align:center;}
.findoutmore a {width:110px;background:url(images/morearrow.png) no-repeat right 3px;display:block;font-size:14px;font-weight:300;text-align:left;margin-top:10px;}
.featureboxtitle {color:#626262;padding-bottom:10px;margin-bottom:10px;border-bottom:solid 1px #e5e5e5;font-size:21px;text-align:left;}
.featureboxtext {font-size:12px;font-weight:200;text-align:left;line-height:18px;}

.section {margin:20px 0 20px 0;background-color:#e9e8e4;height:auto;}

.sectionright {background-color:#e9e8e4;padding:20px 50px 20px 20px;height:100%;}
.sectionright h2 {font-size:18px;line-height:50px;}
.sectionright h3 {font-size:18px;line-height:50px;}
.sectionright p {font-size:14px;color:#282828;margin:10px 0 10px 0;line-height:28px;font-weight:200;}

.bluesection {color:#c0e6ff;font-size:33px;background:url(images/bluesectionbg.jpg) no-repeat center top #19699c;padding:60px 110px 60px 110px;height:100%;text-align:center;}
.bluesection h4 {font-size:33px;line-height:50px;}
.bluesection h4 span {color:#fff;}
.bluesection p {font-size:16px;color:#fff;margin:10px 0 10px 0; line-height:30px;}

.footer {
	background-color:#f8f8f8;
	border-top:solid 1px #d2d2d2;
}
.footerlinks ul li {line-height:24px;}
.footer .footerlinks span {color:#000;font-size:16px;line-height:28px;}
.footer {color:#000;font-size:13px;line-height:18px;margin-top:20px;padding:20px 0 20px 0;}
.copyright {color:#7a7a7a; font-size:12px;}
.footersocial li {float:left;margin-right:10px;}

.pagecontent {max-width:1400px;margin:0 auto;padding:20px 40px 20px 40px;font-size:14px;line-height:20px;}
.pagecontent h1 {font-size:28px;font-weight:300;margin-top:10px;margin-bottom:20px;color:#005991;border-bottom:solid 1px #efefef;padding-bottom:30px;line-height:24px;}
.pagecontent h2 {font-size:18px;margin-top:30px;margin-bottom:20px;}
.pagecontent h3 {font-size:16px;margin-top:10px;margin-bottom:20px;}
.pagecontent h2, .pagecontent h3 {font-weight:500;}
.pagecontent li ul, .pagecontent li ol {
	margin:0 1.5em;
}
.pagecontent ul {
	list-style-type:disc;
	margin-bottom:20px;
}
.pagecontent li {
	background:none;
	margin:16px 10px 10px 14px;
}
.pagecontent ol {
	list-style-type:decimal;
}
.pagecontent ol ol {
	list-style: upper-alpha;
}
.pagecontent ol ol ol {
	list-style: lower-roman;
}
.pagecontent ol ol ol ol {
	list-style: lower-alpha;
}
.pagecontent dl {
	margin:0 0 1.5em 0;
}
.pagecontent dl dt {
	font-weight:bold;
}
.pagecontent dd {
	margin-left:1.5em;
}
.pagecontent u {
	text-decoration:underline;
}
.pagecontent p a {
	text-decoration:underline;
	color:#010101;
}
.pagecontent p {
	margin-bottom:10px;
}
.pagecontent p strong {
	font-weight:bold;
}
.topbanner {	
    height: 25vh;
    min-height: 150px;
}
.parallaxbkg {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.featuretitle {
	font-size:26px;
	color:#fff;
	padding-bottom:10px;
	margin:20px 10px;
}
.titlefullwidth {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding:20px;
	max-width:1110px;
	margin:0 auto;
}
.pagesubmenu {background-color:#fff;height:40px;}
.pagesubmenu li:first-child a {background:url(images/arrowright.jpg) no-repeat top right #3578b6;color:#fff;}
.pagesubmenu ul li a {float:left;margin-left:10px;font-size:14px;padding:8px 12px 8px 12px;}
.pagesubmenu ul .current-menu-item a {font-weight:bold;}
.blogposts .post {padding:10px 0 10px 0;}
.blogposts .post .blogtitle {display:block;}
.blogposts .post .blogtitle a {font-size:18px;color:#2888c5;text-decoration:underline;font-weight:bold;}
.blogposts .post .meta {margin:10px 0 10px 0;display:block;}
.blogposts .readmore a {color:#2888c5;}
.blogpost h1 {font-size:28px;color:#2888c5;}
.blogpost .blogcontent {margin:10px 0 30px 0;padding-bottom:20px;border-bottom:solid 1px #ddd;line-height:30px;font-size:14px;}
.blogpost .blogcontent p {line-height:30px;font-size:14px;}
.blogpost .commentlist li {margin:20px 0 20px 0;}
.blogpost .blogcontent ul {margin:20px 0 20px 10px;}
.blogpost .blogcontent a {text-decoration:underline;}
.blogpost .blogcontent h2 {font-weight:bold;font-size:16px;color:#2888c5;}
.blogpost .blogcontent h3 {font-weight:bold;font-size:16px;}
.blogpost .blogcontent img {max-width:100%;height:auto;}
.blogpost ol li {list-style: inherit !important;margin:2px 0 2px 0;}
.blogpost ol {list-style: inherit !important;margin:14px;}
.breadcrumbs {font-size:13px;display:block;padding:10px 0 10px 0;border-bottom:solid 1px #ddd;padding-bottom:10px;margin-bottom:10px;}
.breadcrumbs a {color:#2888c5;text-decoration:underline;}
.topbannerblog {	
    height: 20vh;
    min-height: 100px;
}
#commentform label {float:left;width:30%;}
#commentform input {width:40%;}
#commentform p {display:block;clear:both;margin-top:3px;}
#commentform #submit {width:30%;margin-top:4px;}
#comment {width:70%;height:100px;}
.blogside {margin-top:20px;}
#sidebar ul .widget {margin:20px 0 20px 0;padding:10px;border:solid 1px #eee;}
#sidebar ul .widget a {color:#2888c5;}
#sidebar ul .widget-title {font-weight:bold;margin-bottom:10px;}

.rightcol {margin-bottom:20px;}
#contactform input {width:60%;}
#contactform .textareaenquiry {width:60%;}
.contactsubmit {padding:10px;font-size:14px;}

.calltoaction {background:#329ae3;padding:20px 0 26px 0;text-align:center;}
.calltoaction span {color:#eee;font-size:24px;font-weight:300;font-style:normal;display:block;height:38px;}
.calltoaction .contacttext {font-size:14px;font-weight:300;display:block;height:38px;}
.footercontact {padding:10px 18px 10px 18px;background-color:#1f80c5;color:#fff;font-size:16px;}
.footercontact:hover {color:#eee;text-decoration:none;}
.contenttext p {line-height:26px;}
.contenttext img {max-width:100%;height:auto;}
.blogcontent, .blogcontent p {line-height:22px;font-size:13px;}
.blogcontent p {margin-top:10px;margin-bottom:10px;}
.blogcontent strong {font-weight:bold;}
.blogcontent ul li {margin-left:10px;list-style-type:disc;}
#commentlist, .comment-body {font-size:13px;}
.latestnews {font-size:17px;color:#fff;text-align:center;padding:20px 48px 20px 48px;line-height:1.4em;text-align:center;background-color:#329ae3;}
.featureheading {font-size:18px;color:#329ae3;font-weight:normal;text-align:center;margin-bottom:8px;display:inline-block;}
.responsive {width:100%;height:auto;}
#keepupdatedform {font-size:13px;margin-top:5px;}
#keepupdatedform .emailsignup {color:#000;border:none;}
#keepupdatedform .emailsignupsubmit {color:#fff;background-color:#1f80c5;border:none;padding:2px 10px 2px 10px;}
.morebutton {background-color:#1f80c5;border:solid 1px #3896d9;padding:5px 10px 5px 10px;color:#fff;margin-top:5px;display:inline-block;}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/


@media (max-width: 568px) {
	.mobiletitle {
		display:inline;
	}
	.navbar-toggle {
		margin-top: -10px;
		margin-left:10px;
	}
	.logo img {
		width:80px;
	}
	.hero-slider {
		margin-top:30px;
	}	
	.hero-slider-inner {
		margin-top:30px;
	}
	.navbar {
		width:100%;
	}
	#navbar {
		width:100%;
	}
	.navbar-brand {
		display:block;
	}
	.top-menu {
		display:none;
	}
	.contentwrapper {
		width:100%;
	}
	.footer {padding:20px 4px;}
	.footerinner {
		width:100%;
		padding:10px;
	}
	.outdoor-instructor-inner li .imgb img {
		height:auto;
	}
	.socialicon {height: 26px;margin-bottom: 4px;width: 26px;}
	#menu ul li {float:none;width:100%;text-align:left;}
	.topmenu {display:none;}
	.nav .current-menu-item {border-bottom:none;background-color:#eee;}
	.wrapperbox {padding-left:4px;padding-right:4px;}
	.topmobilemenu {margin-top:-2px;}
	.nav li:hover .sub-menu {
		visibility:hidden;
	}
	.bannertext {font-size:18px;line-height:16px;}
	#videobanner {height:186px;}
	#header .col-md-3 {max-width:200px;}
	.parallaxbkg {background-size:cover;}
	.menu-item-has-children {background-image:none;}
	.navbar-nav > li > a {padding-top:4px;padding-bottom:4px;}
	#navbar {overflow:hidden;max-height:180px;}
	.pagesubmenu {height:auto;}
	.pagesubmenu ul li a {padding: 6px 2px; width:44%;min-height:40px;margin-bottom:2px;background-color:#eee;}
	.pagesubmenu ul:after {content: "";display: table;clear: both;}
	.sectionright h3 {line-height:20px;}
	.sectionright p {line-height:16px;}
	.bluesection {padding: 20px 30px;}
	.bluesection h4 {font-size:24px;line-height:30px;}
	.calltoaction .contacttext {height:46px;}
	.pagecontent {padding:0;}
}