/*
Theme Name: Kent Business Bunker
Author: Fruitbowl Media Ltd.
Author URI: http://www.fruitbowlmedia.com/
Description: The custom built theme for Kent Business Bunker.
Version: 1.0
Tags: orange, white, bootstrap, responsive
*/

body {
	background:white;
	font-family: 'Open Sans', sans-serif;
}
.container {
	max-width: 970px !important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', sans-serif;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.float-right { text-align: right;}

body .page *:first-child { margin-top: 0; padding-top: 0;}
body .page li, body .page p {
    line-height: 1.8;
}
body .page img {
	max-width: 100%!important;
	    height: inherit;
}
header.top {
	height: 60px;
	padding: 12px 0;	
	background: #282a33;
}
header.top ul.share {
    padding: 0; margin: 0;
    list-style: none;
}
header.top ul.share:after {
    display: block;
    clear:  both;
    content: '';
}
header.top ul.share li { display: block; float: left;margin-right: 12px;}
header.top ul.share li a.social {
    display: block;
    margin: 0;
    padding: 5px;
    width: 36px;
    height: 36px;
    
    background: rgba(255,255,255,.2) url("assets/svg/share_icons_gftl-pe.svg");
    background-size: 216px 36px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    
    -webkit-transition: all 0.24s ease-out; 
    transition: all 0.24s ease-out; 
    opacity: 0.4;
}
header.top ul.share li a.social:hover, header.top ul.share li a.social:focus, header.top ul.share li a.social:active {
   -webkit-transform: scale(1.11) rotate(-1deg);
	transform: scale(1.11) rotate(-1deg); 
    opacity: 1;
}
header.top ul.share li a.social.social-twitter {
    background-position: -72px 0;
}
header.top ul.share li a.social.social-twitter:hover, header.top ul.share li a.social.social-twitter:focus, header.top ul.share li a.social.social-twitter:active {
    background-color: #55acee !important;
}
header.top ul.share li a.social.social-linkedin {
    background-position: -108px 0;
}
header.top ul.share li a.social.social-linkedin:hover, header.top ul.share li a.social.social-linkedin:focus, header.top ul.share li a.social.social-linkedin:active {
    background-color: #0976b4 !important;
}
header.top a#listen_again span.play-btn {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 36px;
/* 	border: 2px solid #0554d5; */border: 2px solid white;
	float: left;
	margin-right: 8px;
/* 	background: #0554d5; */
	background: transparent;
	box-shadow: inset -2px -2px 0 #282A33,
				inset 2px -2px 0 #282A33,
				inset -2px 2px 0 #282A33,
				inset 2px 2px 0 #282A33;
}
header.top a#listen_again span.play-btn .glyphicons {
	display: block;
	color: white;
	font-size: 18px;
	text-align: center;
}
header.top a#listen_again span.play-btn .glyphicons:before {
	display: block;
	line-height: 25px;
	margin-left: 2px;
	margin-top: 3px;
}
header.top a#listen_again { font-family: 'Roboto Slab', sans-serif; line-height: 36px; text-transform: uppercase; font-weight: bold;
	color: white;}

header.top a#listen_again {	
  	-webkit-transition: all 0.24s ease-out; 
    transition: all 0.24s ease-out; 
    -webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
-webkit-font-smoothing: antialiased;
}
header.top a#listen_again:hover {
	-webkit-transform: scale(1.09) rotate(1deg);
	transform: scale(1.09) rotate(1deg);
	color: #cccccc;
}
header.main p, header.main p .glyphicons {
    text-align: right;
}
header.main p .glyphicons { font-size: 110%; margin-right: 3px; margin-top: 2px;}
header.main .tel p { margin: 0; padding: 0;}
header.main .tel small {
    margin: -5px 0 0 0; padding: 0;
}
header.main .tel p:nth-of-type(1) { font-size: 150%; }
header.main .tel p:nth-of-type(2) { font-size: 100%; margin-top: 8px; opacity: 0.5; }
header.main .tel small:nth-of-type(1) { font-size: 100%; }
header.main .tel small:nth-of-type(2) { font-size: 70%; opacity: 0.5;}
header.main small {
    text-transform: uppercase;
    text-align: right;
    display: block;
}
header.main:not(.top) {
	margin: 18px 0;
}
header.main:not(.top) img {
	max-height: 80px;
}
nav ul { margin: 0; padding: 0; list-style: none; display: block; width: 100%; display: flex; display: -webkit-flex; display: -ms-flex; border-top: 1px solid rgba(50,50,50,.1);}

.no-flexbox nav ul {
    display: block !important;
    height: 38px;
}
nav ul li { padding: 0; display: block; width: 16.66666667px; float: left; width: auto; flex: 1 auto; -webkit-flex: 1 auto; -ms-flex: 1 auto;}
.no-flexbox nav ul li {
    display: block;
    width: 16.66666667%;
    height: 38px;
}

nav ul li { border-left: 1px solid rgba(50,50,50,.1);}
nav ul li:last-child {border-right: 1px solid rgba(50,50,50,.1);}
nav ul li a {
	padding: 9px 0;
	text-align: left;
	display: block;
	font-family: 'Roboto Slab', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #7b7d8c !important;
	
	text-align: center;
	
	-webkit-transition: all 0.14s ease-out; 
    transition: all 0.14s ease-out; 
}
nav ul li.active a, nav ul li a:hover {
	color: #282A33 !important;
}
nav ul li.active a {
	border-bottom: 4px solid #0554d5;
	padding-bottom: 5px;
}


section.hero {
/* 	height: 420px; */
	background-position: 50% 60% !important;
	background-size: cover !important;
	color: white !important;
	margin-bottom: 30px;
    border-top: 1px solid rgba(50,50,50,.1);
    border-bottom: 1px solid rgba(50,50,50,.1);
}
section.hero {
/* 	padding: 25px 0 25px 50%; */
	position: relative;
}
section.hero img {
/*
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 120px;
	height: 120px;
*/
}
section.hero .inheritBG {
	background: rgba(125,77,117,0.8);
	background: rgba(247,132,34,.8);
	padding: 25px;
	overflow: hidden;
}
section.hero .inheritBG * {margin: 0; padding: 0;}
section.hero .inheritBG h1 { font-size: 48px;}
section.hero .inheritBG h3 { margin-top: 14px; font-weight: 100; font-size: 32px;}
section.hero .inheritBG ul li { list-style: none; float: left; margin: 10px 20px 0 0; padding: 10px 0 0 0;}
section.hero .inheritBG .hero-btn {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 25px 0 10px;
	font-family: "GlyphaBold";
	font-size: 17px;
	text-decoration: none;
	border: none;
	border-radius: 0;
	background: right 6px bottom 8px no-repeat;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #0554d5;
	background-color: #FFF;
	font-weight: bold;
	background-image: url('assets/img/bg-button-orange-arrow.png');
}
section.hero .inheritBG a.hero-btn:hover, section.hero .inheritBG a.hero-btn:focus, section.hero .inheritBG a.hero-btn:active { color:#FFF; background-color:#0554d5; background-image:url('assets/img/bg-button-white-arrow.png');}
aside {
	border: 1px solid rgba(50,50,50,.1);
}
aside { margin-bottom: 30px; position: relative;}
aside header {
	border-bottom: 1px solid rgba(50,50,50,.1);
	padding: 15px 10px;
	text-align: center;
	background: rgba(50,50,50,.04);
}
aside header h4 {
	margin: 0; padding: 0;
    color: #777;
}
aside header h4 .glyphicons { margin-right: 8px;}
aside > div {
	padding: 15px;
    
    overflow-y: hidden;
    
}
aside > div p, aside > div { font-size: 13px; color: #999;}
aside > div p:last-child {
    margin-bottom: 0; padding-bottom: 0;
}
aside > div:hover, aside > div:focus, aside > div:active {

}

aside ul.media_players { width: 100%;}
aside ul.media_players:after {
	content: '';
	display: block;
	clear: both;
}
aside ul.media_players, aside ul.media_players li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	width: auto;
}
aside ul.media_players li { float: right; margin-left: 9px;}
aside ul.media_players li a {
	display: block;
	width: 32px;
	height: 32px;
	background: url('assets/img/media_players2.png?v=3') no-repeat;
	background-position: 0 0;
}
aside ul.media_players li:nth-child(3) a {background-position: 0px 0px;}
aside ul.media_players li:nth-child(3) a:hover {background-position: 0px -32px;}

aside ul.media_players li:nth-child(2) a {background-position: -32px 0px;}
aside ul.media_players li:nth-child(2) a:hover {background-position: -32px -32px;}

aside ul.media_players li:nth-child(1) a {background-position: -64px 0px;}
aside ul.media_players li:nth-child(1) a:hover {background-position: -64px -32px;}

aside#listen-live { background: url('assets/img/listen-live-bg9.jpg');  background-size: cover;}
/* aside#listen-live header { background: rgba(247,132,34,.9) } */
aside#listen-live header { background: #0554d5; }
aside#listen-live header h4 { color: #fff; }


aside#overflow a.expand {
    display: block;
    text-align: right;
    padding: 7px 15px 15px;
    color: #bbb;
    font-size: 13px;
    cursor: pointer;
    position: relative;
}
aside#overflow a.expand:hover, aside#overflow a.expand:focus, aside#overflow a.expand:active {
    color: #0554d5;
}
aside#overflow a.expand .glyphicons { font-size: 15px; position: relative; top: 2px;}
aside#overflow > div.gradient { position: relative;}
aside#overflow > div.gradient:after, aside#overflow > div.gradient:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    display: block;
    height: 15px;
    content: '';
    
}
aside#overflow > div.gradient:before {
    background:
    linear-gradient(
      45deg, transparent 33.333%,
      #EAEAEA 33.333%, #EAEAEA 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #EAEAEA 33.333%, #EAEAEA 66.667%,
      transparent 66.667%
    );
    background-size: 10px 20px;
    bottom: -6px;
    z-index: 2;
}
aside#overflow > div.gradient:after {
    background:
    linear-gradient(
      45deg, transparent 33.333%,
      #FFF 33.333%, #fff 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #FFF 33.333%, #FFF 66.667%,
      transparent 66.667%
    );
    background-size: 10px 20px;
    z-index: 3;
}
row#logoRotate img {
    border: 1px solid rgba(50,50,50,.1);
}

section.sponsor { margin-top: 30px;}
section.sponsor header {
    border-bottom: 3px solid #0554d5;
}
section.sponsor header:after {
    display: block;
    clear: both;
    content: '';
}
section.sponsor header h4 {
    margin: 0;
    padding: 10px 40px 7px 10px;
    float: left;
    position: relative;
    background: #0554d5;
    color: white;
}
section.sponsor header h4:after {
    content: '';
    border-width: 18px;
    border-style: solid;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    position: absolute;
    top: 0;
    right: 0;
}
section.sponsor .span4 {
	text-align: center;
}
section.sponsor img {
    text-align: center;
    margin: 25px auto 0 auto;
    min-width: 160px;
    max-width: 160px;
    max-height: 160px;
}

#spin {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    padding: 15px;
    border: 1px solid rgba(50,50,50,.1);
    position: relative;
}
#spin:before, #spin:after {
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 10px;
    content: '';
}
#spin:before {
    left: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#spin:after {
    right: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}
#spin ul.axle {
    width: 99999px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#spin ul.axle li {
    display: block;
    width: 120px;
    height: 90px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    float: left;
    margin-right: 25px;
}

footer {
	padding: 35px 0;
	background: #282a33;
	border-top: 5px solid #0554d5;
	margin-top: 30px;
	color: #7b7d8c !important;
}
footer p {
    color: #7b7d8c;
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 12.5px;
    text-align: right;
}
footer a.hide-link { color: #7b7d8c; }
footer ul {padding: 0; margin: 0; width: auto; float: right;}
footer ul:after {
    content: '';
    display: block;
    clear:  both;
    
}
footer ul li { display: block; float: right; margin-left: 17px; font-family: 'Roboto Slab', sans-serif; text-transform: uppercase; line-height: 1.7;}
footer ul li a { text-align: right;}
footer a { color: white; }
footer a:hover,  footer a:active  { color: grey; }

footer .tel { display: block; text-align: left;}
footer .tel p { margin: 0; padding: 0; color: inherit !important;}
footer .tel small {
    margin: -5px 0 0 0; padding: 0; color: inherit !important;
}
footer .tel p:nth-of-type(2) { margin-top: 5px;}
footer .tel p:nth-of-type(2), footer .tel small:nth-of-type(2) {
	opacity: 0.5;
}
footer .tel p { font-size: 150%; text-align: left; }
footer .tel small { font-size: 100%; padding-left: 30px;}
footer .tel .glyphicons { position: relative; top: 2px; font-size: 120%;}
footer small {
    text-transform: uppercase;
    display: block;
}
/* Page Specific Items */

#community .page ul {
	width: 32%;
	margin-right: 1%;
	float: left;
	overflow: hidden;
}

#community .page ul li:first-child {
	font-weight: bold;
	font-size: 18px;
	list-style: none;
	margin-left: -40px;
	
}

.contact-form input[type='text'], .contact-form textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	resize: none;
}

.pushbutton-wide {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #0554d5;
	color: white;
}
.page .show a { 
	display: block; 
	width: 100%; 
	height: 160px;	 
	border: 1px solid rgba(50,50,50,.1);
	padding: 15px 10px;
	text-align: center;
	background: rgba(50,50,50,.04); 
   vertical-align: middle;  
}

.page .show { margin-bottom: 15px; }
.pagination { text-align: center; display: block;}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
	text-decoration:none;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #00006F;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem!important;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0554d5;
}

.blog { border: 1px solid rgba(50,50,50,.1); padding: 12px!important; margin-bottom: 15px; }
.blog a { color: #333; display: block; width: 100%;}
.blog p {font-size: 13px;}
.blog p:last-child {margin-bottom: 0;}
.blog .time-stamp {color: #888;}
.blog .time-stamp .glyphicons-calendar {margin-top: 3px;}
.blog a:hover {color: #888;}
.wp-audio-shortcode {visibility: visible!important; width: 31%!important;}

@media (max-width: 991px) {
    section.hero {
        padding: 0 0 0 0;
        position: relative;
/*         height: 230px; */
        background-size: cover !important;
    }
    section.hero .inheritBG { position: absolute; bottom: -1px; left: 0; right: 0;}
    section.hero .inheritBG h1 { font-size: 28px;}
    section.hero .inheritBG h3 { font-size: 22px;}
	nav ul {border: 1px solid rgba(50,50,50,.1); border-bottom-width: 0;}
	nav ul li { border-left: none !important;}
	
}
@media (min-width:767px) and (max-width: 991px) {
	footer ul li { margin-left: 8px;}
}
@media (max-width: 767px) {
	footer, footer p { text-align: left !important;}
	footer ul { float: none !important; display: block; width: 100%; margin-top:15px;}
	footer ul li { float: left; margin-left: 0; margin-right: 17px;}
	#community .page ul {width: 100%; margin: 0 0 20px 0;}
	footer .float-right { float: left; display: block; clear: both; width: 100%; text-align: left;}
/* 	section.hero img {display: none;} */
}
@media (max-width: 580px) {
     nav ul { flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column;}
       nav ul li.active a { border-bottom-width: 2px;}
    .no-flexbox nav ul li {
    display: block;
    width: 100%;
}
.no-flexbox nav, .no-flexbox nav ul { display: block !important; height: 228px !important;}

.wp-audio-shortcode {width: 100%!important;}
}
@media (max-width: 426px){
    .hidden-xxs {
        display: none;
        visibility: none;
    }
    .col-xxs-12 {
    width: 100% !important;
    }
    a#listen_again { display: inline-block; position: relative; left: 50%; margin-left: -73px; float: none !important; width:  auto;}
	section.hero .inheritBG { padding: 15px;}    
	section.hero .inheritBG h1 { font-size: 20px;}
    section.hero .inheritBG h3 { font-size: 100%;}
	header.main .col-xxs-12 img { margin: 0 auto;}
	section.hero .inheritBG .hero-btn { font-size: 15px;}
}

#max {
 height: 100px;
}

#max img {
	max-height:100px!important;
}

@media(min-width: 992px) {
	.row.row-ten > div {
		width: 10% !important;
	}
	.row.row-seven > div {
		width: 14.285% !important;
	}
	.row.row-five > div {
		width: 20% !important;
	}
	.row.row-eight > div {
		width: 12.5% !important;
	}
}