/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 2em;
	padding-top: 2em;
}
.hentry {
	margin: 0 0 0em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

/* MY CUSTOM CSS */

/* Text styles */
body{
	background-color: #ffffff;
	color: #1f1f1f;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

p {
	margin: 0 0 20px;
}

/* Link styles*/
a{
	color: #ef3026;
	text-decoration: none;
	-webkit-transition		: all 0.35s ease-out; /* Saf3.2+, Chrome */
	-moz-transition			: all 0.35s ease-out; /* Firefox 4+ */
	-ms-transition			: all 0.35s ease-out; /* IE10+ */
	-o-transition			: all 0.35s ease-out; /* Opera 10.5+ */
	transition			: all 0.35s ease-out;
}

a:hover{
	color: #e31c11;
}

.page-title{
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #359da0;
}

h1.page-title{
	margin-bottom: 20px;		
}

.hentry h2.entry-title{
	font-size: 20px;
}

.ivycat-post {
	 margin: 0 0 40px;
}

/* Custom row spacer*/
.row-spacer{
	padding: 20px 0px 20px 0px;
}

/* Site header*/
.site-header{
	background-color: #f6f5f5;
	/*height: 200px;*/
	padding: 30px 0px 30px 0px;
	text-align: center;
}

@media (max-width: 767px) { 
.site-header {
	height: auto;
}}

@media (max-width: 767px) { 
.site-header .container {
	padding: 20px 10px 20px 10px;
}}

.header-logo img{
	height: auto;
}

@media (max-width: 767px) { 
.header-logo {
	text-align: center;
	padding: 0px 20px 0px 20px;
	margin-top: 10px;	
}}

.header-contact-details {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	line-height: 40px;
	margin-top: 74px;
	text-align: right;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 42px;
}

@media (max-width: 767px) { 
.header-contact-details {
	text-align: center;
	font-size: 28px;
	margin-top: 20px;
}}

.header-contact-details a {
	color: #ffffff;
}

.main-content {
	background-color: #f3f3f3;
}

/* Site main containers*/
.main-content .container{
	background-color: #f3f3f3;	
}

/* Site navbar*/
.navbar-collapse{
	background-color: #1e1f21;
}

.site-navigation .container-fluid{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #ffffff;
}

.navbar-default{
	margin: 0px;
	padding: 0px;
}

/* Site footer*/
.site-footer{
	color: #ffffff;
	font-size: 14px;
	background-color: #253540;
	padding: 15px 0 15px 0;
}

.site-footer a{
	color: #ffffff;
	text-decoration: none;
}

.site-footer a:hover{
	color: #f84535;
}

.social-media{
	text-align: left;
}

.social-media a{
	margin-right:14px;
}

.site-credit{
	text-align: right;
}

@media (max-width: 767px) { 
.site-credit, .social-media {
	text-align: center;
	padding: 10px;
}}

/* Homepage main text container*/
.homepage-main-text-container{
	font-size: 18px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #359da0;
	color: #ffffff;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

@media (max-width: 767px) { 
.homepage-main-text-container {
	/*font-size: 16px;*/
	/*padding: 20px;*/
}
.homepage-main-text-container h1{
	font-size: 24px;

}}

.homepage-main-text-container h1{
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-align: center;
}

.homepage-main-text-container .container{
	background-color: transparent;
}

.container-fluid homepage-main-text-container .homepage-main-text{
	padding-top: 0px;
}

/* Homepage logos info*/
.home-logos-container{
	background-color: #f2f0f0;
	padding: 100px 0px 100px 0px;	
}

@media (max-width: 767px) { 
.home-logos-container{
	padding: 40px 0px 40px 0px;
}
}


/* Homepage services info*/
.homepage-services-container{
	background: linear-gradient(#2b627a, #253540);
	background-color: #253540;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.homepage-classes-container .container{
	background-color: transparent;
}


@media (max-width: 767px) { 
.homepage-classes-container-top-row {
	margin-bottom: 0px;
}
}

.homepage-services-single-box{
	text-align: center;
	color: #1e1f21;
	border: 1px solid #f7f7f8;
	-moz-box-shadow:     0 0 5px #141c22;
	-webkit-box-shadow:  0 0 5px #141c22;
	box-shadow:          0 0 5px #141c22;
	background: linear-gradient(#f85c4e, #f43a29); 
	background-color: #f84535;
	padding: 0px;
	min-height: 350px;
}

.homepage-services-single-box:hover{
	
	-moz-box-shadow:     0 0 10px #000000;
	-webkit-box-shadow:  0 0 10px #000000;
	box-shadow:          0 0 10px #000000;
	-webkit-transition		: all 0.55s ease-out; /* Saf3.2+, Chrome */
	-moz-transition			: all 0.55s ease-out; /* Firefox 4+ */
	-ms-transition			: all 0.55s ease-out; /* IE10+ */
	-o-transition			: all 0.55s ease-out; /* Opera 10.5+ */
	transition			: all 0.55s ease-out;
}

.homepage-services-single-box img{
	
}

.homepage-services-single-box-inner{
	padding: 5px 10px 20px 10px;	
}

.homepage-services-single-box h2{
	color: #ffffff;
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	text-shadow: 1px 2px #293842;
	margin-top: 10px;
}

.homepage-services-container-heading{
	color: #1e1f21;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin-bottom: 60px;
	display: block;
}

@media (max-width: 990px) { 
.homepage-services-single-box {
	margin-bottom: 40px;
}}

/* Homepage hero image*/
.homepage-hero-image{
	background-color: #172229;
	text-align: center;
	height: 330px;
	background-image: url(images/hero_image_background.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-top: 1px solid #ffffff;
}

.homepage-hero-image-title{
	font-family: 'Oswald', sans-serif;
	font-size: 52px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 100px;	
}

.homepage-hero-image-sub-title{
	font-family: 'Pacifico', cursive;
	font-size: 34px;
	color: #ffffff;	
}

@media (max-width: 767px) { 
.homepage-hero-image-title {
	margin-top: 20px;
	font-size: 38px;
}
.homepage-hero-image{
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.homepage-hero-image-sub-title{
	font-size: 28px;
}}

.homepage-hero-image-sub-title-divider{
	color: #f84535;	
}

/* Homepage contact info*/
.home-contact-info-container{
	background-color: #4faaac;
	color: #ffffff;
	font-size: 18px;
}

.home-contact-info-container .container {
	background-color: #4faaac;
}

.home-contact-info-container-details{
	margin-top: 100px;
}

.home-contact-info-container-details-listing{
	margin-bottom: 45px;
	display: block;
}

.home-contact-info-container-details a{
	color: #1e1f21;
}

.home-contact-info-container-details a:hover{
	color: #ef3026;
}

.home-contact-icons{
	margin-right: 60px;
	float: left;
}

@media (max-width: 767px) { 
.home-contact-info-container-details {
	margin-top: 0px;
}
.home-contact-info-container{
	padding-top: 50px;
	padding-bottom: 50px;
}}






@media (max-width: 990px) { 
.home-contact-info-container {
	text-align: center;
}
.home-contact-icons {
	text-align: center;
	float: none;
	width: 100%;
	margin-right: 0px;
}}

/* Contact Page contact form*/
.contactpageform .ninja-forms-req-symbol, .nf-error-msg{
	color: #cab15d;	
}

#nf-field-4{
	color: #ffffff;	
	background-color: #ef3026;
	border: none;
	padding: 6px 16px 6px 16px;
	-webkit-transition		: all 0.35s ease-out; /* Saf3.2+, Chrome */
	-moz-transition			: all 0.35s ease-out; /* Firefox 4+ */
	-ms-transition			: all 0.35s ease-out; /* IE10+ */
	-o-transition			: all 0.35s ease-out; /* Opera 10.5+ */
	transition			: all 0.35s ease-out;
}

.contact-page-leftcol{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.contact-page-rightcol{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
}

.contact-page-rightcol .fa-ul{
	margin-left: 0px;
	line-height: 60px;
}

.contact-page-rightcol .fa-2x, .fa-3x{
	margin-right: 15px;
}

@media (max-width: 767px) { 
.contact-page-rightcol {
	text-align: center;
}
.contact-page-rightcol .fa{
	display: block;
	margin-right:0px;
}
.contact-page-leftcol{
	margin-bottom: 50px;
}
.contact-page-rightcol .fa-ul > li{
	padding-bottom: 50px;
}
}

.page-container-no-padding{
	padding: 0px;
	
}

.column-no-padding{
	padding-left: 0px;
}



