/*
Theme Name:     Twenty Thirteen Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Thirteen theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentythirteen
Version:        0.1.0
*/

@import url("../twentythirteen/style.css");


body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

html {
	font-size: 90%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 90%;
	-ms-text-size-adjust: 90%;
}

a {
	color: #8dc63f;
	text-decoration: none;
}

a:visited {
	color: #79a936;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #95d142;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 32px;
	margin: 23px 0;
}

h2 {
	font-size: 26px;
	margin: 21px 0;
}

h3 {
	font-size: 22px;
	margin: 20px 0;
}

h4 {
	font-size: 20px;
	margin: 15px 0;
}

h5 {
	font-size: 18px;
	margin: 12px 0;
}

h6 {
	font-size: 16px;
	margin: 10px 0;
}

blockquote {
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	margin: 20px 34px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
 
.site {
	background: #2e4861;
	border-left: 0px solid #f2f2f2;
	border-right: 0px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 960px;
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	min-height: 50px;
	padding: 0 0px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	text-indent: -99999em;
	font-size: 10px;
	font-weight:100;
	line-height: 1;
	margin: 0;
	padding: 0px 0 0px;
	background: url(images/kk_logo_2.png);
	width: 280px;
	height: 122px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.site-description {
	font: 25px "Nunito", Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	position: relative;
	left: 0px;
	top: -140px;
	height: 8px;
	text-align: right;

}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	min-height: 41px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 14px 14px;
	margin-right: 0px;
	text-decoration: none;
	font-weight: 500;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #ffff9a;
	color: #C00;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color:#eee;
	border: 1px solid #000;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -1px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #000;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background: #ffff9a;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #111;
	font-style: none;
	background: rgba(230, 230, 230, 0.4);
}

/* Navbar */
.navbar {
	background: rgba(200, 200, 200, 0.3);
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #333;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 0px;
	top: 0px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 0px solid #999;
	cursor: text;
	outline: 0;
	width: 200px;
	/*-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;*/
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 960px;
	padding: 0 356px 0 20px;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */


.entry-content a,
.comment-content a {
	color: #555;
	font-weight: bold;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #333;
	font-weight: bold;
}

.entry-content blockquote {
	font-size: 17px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 13px;
}



/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Video */
.format-video {
	background-color: #47a;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #d8d8d8;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 960px;
	padding: 30px 0;
	width: 100%;
}





/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(231, 231, 231, 0.7);
	font-size: 0.9rem;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #294056;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #ddd;
}

.site-footer .sidebar-container {
	background: url(images/footer_bg.png) bottom right no-repeat #06213e;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -118px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #ddd;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #eee;
	font-weight: 900;
	font-size: 1.1rem;
	font-style: normal;
}

.site-info {
	margin: 0 auto;
	max-width: 960px;
	padding: 20px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media screen and (min-width: 10px) {

.site {
margin: 0 auto;
min-width: 960px !important;
overflow: hidden;
}
}


/* Roy's special sauce */

.one_half
{
	width: 48%;
	margin-right: 3.5%;
	float: left;
}

.one_third
{
	width: 32.3%;
	margin-right: 1.5%;
	float: left;
}

.two_thirds
{
	width: 64%;
	margin-right: 2%;
	float: left;
}

.one_fourth
{
	width: 24%;
	margin-right: 1%;
	float: left;
}

.three_fourths
{
	width: 73.5%;
	margin-right: 1%;
	float: left;
}

.one_fifth
{
	width: 19%;
	margin-right: 1%;
	float: left;
}

.four_fifths
{
	width: 79%;
	margin-right: 1%;
	float: left;
}

.one_sixth
{
	width: 16%;
	margin-right: 0.6%;
	float: left;
}

.five_sixths
{
	width: 82.7%;
	margin-right: 0.6%;
	float: left;
}

.last
{
	margin-right: 0%;
	float: right;
}

.cleared_container
{
	width: 100%;
	float: left;
}

.pre-footer
{
	height: 0px;
	margin: auto;
	background: url(images/pre_footer.jpg) no-repeat center rgba(200, 200, 200, 0.3);
}

.callout
{
	float: left;
	clear: right;
	font-size: 0.9rem;
	padding: 12px 20px 15px 20px;
	/*-webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
	background: #fff;
	margin-bottom: 10px;
	margin-bottom: 0.9rem;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.entry-title
{
	margin: 0 0 20px 0;
}

.no-box-shadow
{
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

.site-content
{
	background: rgba(240, 240, 240, 1.0);
	width: 960px;
	margin: 20px auto;
	padding: 0% 2.5%;
	background: url(images/blinding_light.png);
}

.widget.widget_text
{
	
}

.metaslider img
{
	-webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

blockquote
{
	background: url(images/kk_quote.png) no-repeat top left;
	margin-left:0px;
	padding-left: 45px;
	padding-top: 10px;
}

blockquote cite
{
	color: #C00;
}

blockquote cite:before
{ 
content:"~ ";
color:#C00;
}

/* buttons */

a.timetable {
	background: url(images/timetable_hov.png) no-repeat 0 0;
	width: 192px;
	height: 72px;
	display: block;
	text-indent: -9999px;
	/*-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;*/
}

a.timetable:hover { background-position: 0px -72px; }

a.timetable:active { background-position: 0px 0px; }


a.galleryz {
	background: url(images/gallery_hov.png) no-repeat 0 0;
	width: 192px;
	height: 72px;
	display: block;
	text-indent: -9999px;
	/*-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;*/
}

a.galleryz:hover { background-position: 0px -72px; }

a.galleryz:active { background-position: 0px 0px; }


a.contact {
	background: url(images/contact_hov.png) no-repeat 0 0;
	width: 192px;
	height: 72px;
	display: block;
	text-indent: -9999px;
	/*-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;*/
}

a.contact:hover { background-position: 0px -72px; }

a.contact:active { background-position: 0px 0px; }



@media all and (max-width: 660px) {

ul.nav-menu,
	div.nav-menu > ul {
		display: block;
	}

.menu-toggle {
	display: none;
}

}

/*------------------ Contact Form 7 Overide ---------------------*/
.wpcf7-form textarea{
	padding: 4px;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	color: #555;
}

.wpcf7-form input[type=text],input[type=password],input[type=file]{
	padding:4px;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	color: #555;
	}
	
#freeassess p
{
	font-size: 0.8em; margin: 0px;
}
	
#freeassess input[type=text],input[type=password],input[type=file]{padding:3px;-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	color: #555;
	font-size: 1em;
	margin-bottom: 2px;
	}

#freeassess input.wpcf7-submit{
    background: #093f5d;
    border: 0px solid #fff;
    color:#FFFFFF;
    font-family:helvetica,arial;
    font-size:11px;
    font-weight:bold;
    height:20px;
    padding: 4px;
    position:relative;
    text-align:center;
    text-shadow:0 0 3px #8D6D6F;
    text-transform:uppercase;
    width:60px;
}

.wpcf7-form input.wpcf7-submit{
    background: #093f5d;
    border: 0px solid #fff;
    color:#ffffff;
    font-family:helvetica,arial;
    font-size:14px;
    font-weight:bold;
    height:30px;
    padding: 4px;
    position:relative;
   /* text-align:center;
    text-shadow:0 0 3px #8D6D6F; */
    text-transform:uppercase;
    width:80px;
}

.wpcf7-form input.wpcf7-submit:hover{
    background: #093f9e;
    cursor: pointer;
}

.wpcf7-form .wpcf7-validation-errors{
    border:none;
    background-color:#fffd75;
    margin:0;
    padding:20px;
    border-radius:4px;
	color: #555;
}

.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
    background-color:#abf779;
    margin:0;
    padding:20px;
    border-radius:4px;
	color: #555;
}

.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
    background-color:#fcb3b8;
    margin:0;
    padding:20px;
    border-radius:48px;
	color: #555;
}

.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
    background-color:#fcb3b8;
    padding:10px;
    border-radius:4px;
	color: #555;
}

.wpcf7-form .fleft{
    float: left;
}

.wpcf7-form .mright20{
    margin-right: 20px;
}

.wpcf7-form .clear{
    clear: both;
}

.wpcf7-form p
{
	margin-bottom: 8px;
}

.wpcf7 input[type="text"] {width:100%; border-color: #aaaaaa;}
.wpcf7 input[type="email"] {width:100%; border-color: #aaaaaa;}
.wpcf7 input[type="tel"] {width:100%; border-color: #aaaaaa;}
.wpcf7 textarea.wpcf7-textarea { width:100%; 	border-color: #aaaaaa;}


span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
}

span.wpcf7-list-item.last
{
	margin-right: 0%;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}


.widget-area .widget .wpcf7-form p {
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
}

/* page specific */

.page-id-222 .site {
	background: url(images/quee_bg.jpg) #d9d9d9 center top no-repeat;
}

.page-id-222 .entry-title {
	text-indent:-9999em;
	
}


.page-id-2 .hentry {
	padding: 0px 0 20px 0;
}

.page-id-2 .callout
{
	background: url(images/blinding_light.png);
	margin-top: 0px;
}

.page-id-2 img
{
	/*-webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}

.page-id-2 .site-content
{
	background: none;
	margin: auto;
	padding: 0px;
}


/* for posts on front page */

ul.display-posts-listing
{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.page-id-2 .entry-content ul, .comment-content ul {
	list-style: none;
}

.page-id-2 li.listing-item
{
	margin-left: 0px;
	float: left;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.2rem;
	padding: 0%;
	margin-bottom: 5px;
}
.page-id-2 li.listing-item img
{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}
.page-id-2 li.listing-item a.title
{
	display: block;
	text-transform: uppercase;
	font-weight: 900;
}
.page-id-2 li.listing-item a.title:link
{
	text-decoration: none;
}

.page-id-2 li.listing-item a.title:hover
{
	color: #C00;
	text-decoration: underline;
}

.page-id-2 li.listing-item .excerpt-dash
{display: none;}


/* Customization */

ul.tickbullet
{
	list-style: url(images/tick.png);
}