/*
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;
    background-color: #E9E9E9;
    font-size: 9pt;
    font-family: "Century Gothic",Arial,Helvetica,sans-serif;
}
.body-content-color{
    background-color: #fff;
    padding-bottom: 20px;
}
.body-content {
    margin-top: 20px;
}
.navbar-default{
    background-color: #fff;
}
.on-padding{
  padding: 0px;  
}
.no-padding-bottom{
    padding-bottom: 0px;
}
.collapse.navbar-collapse.on-padding {
    border-bottom: 1px solid #efefef;
}
.navbar{
    margin-bottom: 0px;
}
.nav > li {
    border-right: 1px solid #efefef;
    display: block;
    position: relative;
}
.nav > li > a{
    color: #000;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #056CD4;
}
.nav > li:last-child {
    border-right: medium none;
}
.page-title {
    color: #6f6f6f;
    font-size: 20pt;
}
.page-title span {
    color: #e50000;
    font-size: 20pt;
    margin: 0 0 25px;
    overflow: hidden;
    width: 100%;
}
.book-wrapper {
    border: 1px solid #efefef;
    text-align: center;
    margin-bottom: 20px;
}
.book-wrapper-icon i {
    font-size: 100px;
    color: #23527C;
}
.book-wrapper-icon {
    padding: 20px;
}
.media.book-wrapper a {
    padding: 10px;
    text-align: center;
}
.margin-top-large{
    margin-top: 50px;
}
.post-content {
    margin-top: 25px;
}
.header-bg {
    background: rgba(0, 0, 0, 0) url("img/bg-image.png") no-repeat scroll 0 0 / cover ;
    height: 200px;
    width: 100%;
}
.widget {
    border: 1px solid #efefef;
    margin-top: 20px;
    box-shadow: -2px 4px 10px #efefef
}
.widget-title{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 100%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 10px;
    margin-top: 0px;
}
#zfc-accordion-zfwca_widget-2 > ul > li > .item-link {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px dashed #e4e4e4;
}
.responsive-slider.flexslider {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
}
.responsive-slider.flexslider .slides img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.slide-title, .flex-control-nav, .flex-direction-nav{
    display: none;
}
.zfc-right .cat-item-13 {
    display: none;
}
.site-footer {
    background: #484848 none repeat scroll 0 0;
    padding: 10px 0;
}
.footer-menu li a {
    color: #fff;
    padding: 0 10px;
}
.copyright {
    color: #b2b2b2;
    margin-top: 10px;
}
.copyright > a{
    color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #ddd;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
}
.widget .search-form{
  padding-left:10px;
  padding-right:10px;
}
@media screen and (max-width:767px){
.navbar-nav {
    margin: 0;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #ddd;
    text-decoration: none;
    color: #056CD4;
}
}