/*
Theme Name: _tk-sam-2017
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 */

body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
	word-wrap: break-word;
	background-color: #111;
	color: #ccc;
	
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

hr {
	border-top: 2px solid #333;
}

a {
	color: #ddd;
		text-decoration: none;
}

a:hover {
		color: #fff;
text-decoration: none;
}

a:visited {
	
}

b, strong {
    /*    font-weight: 700;
        color: #ccc;*/
    }



h1,h2,h3,h4,h5 {
	text-transform: uppercase;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
}

h1.page-title {
	font-size: 24px;
	color: #eee;
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
}

.vr-mobile {
/*	background-color: #333;*/
}

.vr-mobile img {
	width: 24px;
}

.sidebar {
	background-color: #000;
	/*font-size: 12px;*/
	color: #999;
}

.site-footer {
	color: #aaa;
	text-transform: uppercase;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}

.sidebar-padder {
	padding-right: 20px;
	padding-left: 20px;
}


div#content {
	margin-top: 20px;
}


.content-padder {
margin-right: 10px;
margin-left: 20px;
}

blockquote {
    border-left: none;
}

/* Insert the pseudo element - replicating what FontAwesome does */
blockquote:before {
    content: "\f10d"; 
    font-family: FontAwesome;
    float: left;
    margin-right: 10px;
}


.nav>li>a {

	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #222;
}

.nav>li>a:focus, .nav>li>a::before {
	content: "\f1db";
	 font-family: "FontAwesome";
	 display: inline-block;
	    padding-right: 9px;
	
}

.nav>li>a:focus, .nav>li>a:hover::before {
	content: "\f00d";
	 font-family: "FontAwesome";
	color: #ffcc00;
	
}


 .pager li > a {
       
        background-color: #333;
        border: 2px solid #666;
        border-radius: 4px;
 	font-weight: normal;
 	font-style: normal;
 }
 
 .pager li > a:hover {
       
        background-color: #444;
        border: 2px solid #777;
      
 }


a.navbar-brand {
height: 30px;
   display: inline-block;
   	background-color: #333;
   	color: #eee;
   	padding: 9px 9px 11px;
   	border: 3px solid #666;
   	font-size: 14px;
	line-height: 50%;
	text-align: center;
   	letter-spacing: 3px;
   	text-decoration: none;
	text-transform: uppercase;
	margin: 10px;
}


h1.test a {
display: inline-block;
	background-color: #333;
	color: #eee;
	padding: 9px 13px;
	border: 3px solid #666;
	font-size: 16px;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
	text-decoration: none;
}

h1.test a:hover {
	text-decoration: none;
	background-color: #222;
}

h4.widget-title {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	border-bottom: thin solid #666;
	padding-bottom: 5px;
}


.main-menu .current-menu-item:before,
.main-menu .current_page_item:before {
/*	content: "\f335";
	display: block;
	font: 16px/1 "FontAwsome";
	color: #ffcc00;
	position: absolute;
	top: -1px;
	left: -20px;*/
}


.postbox {
	width: 30%;
	display: inline-block;
	margin: 9px !important;
	padding: 10px;
	border: thin solid #333;
	background-color: #222;
	transition: all 0.3s;
	overflow: hidden;
}

.postbox  a h3 {
	font-weight: normal;
	font-style: normal;
	color: #999;
	font-size: 20px;
	font-weight: 300;
}

.postbox  a h3:hover {
	color: #eee;
}


.postbox  img {
	max-width: 100%;
	  transition: all 0.3s;
	}


.postbox  img:hover {
	transform: scale(1.1);
}

.entry-content {
	color: #aaa;
}

/*article panos */

div#main-pano {
position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

div#main-pano iframe {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}

/*post meta */

div.timestamp {
	font-size: 14px;
	font-weight: 300;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.timestamp i.fa {
		color: #888;
	margin-right: 3px;
}



div.timestamp a {
	color: #ccc;
	text-decoration: none;
}


div.timestamp span.edit-link {
	margin-left: 5px;

}

div.timestamp span.edit-link a {
	color: #ccc;
	background-color: #333;
		padding: 5px;
		border-radius: 5px;
}



.thumbnail {
       
        padding:4px;
        background-color: #222;
        border: 1px solid #333;
        border-radius:4px;
           }

/*jetpack carousel remove download hack*/
.jp-carousel-image-meta {
display: none;
}

/* search forms */

.form-control {
	background-color: #333;
	color: #eee;
	border-color: #444;
	width: 100%;
	  font-family: "FontAwesome"
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#888; 
}

.add-on .input-group-btn > .btn {
	color: #eee;
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #333;
		border-color: #444;
	
}

.add-on .input-group-btn > .btn:hover {
	color: #ffcc00;
 
	
}

/*social icon widget*/

.social-widget {
	
}

.social-widget a i.fa {
 font-size: 2em;
	background-image: linear-gradient( #fff, #fff );	
	background-size: 95% 99%;
	background-position:center;
	background-repeat: no-repeat;
	border-radius: 10px;
	line-height: 80%;
	margin-bottom: 10px;
	margin-right: 5px;
	transition: all 1s ease;
	/*-webkit-filter: saturate(0%); /* Safari *!/
	    filter: saturate(0%);*/

}

.social-widget a:hover {
/*	background-color: #222;*/
}

.social-widget a i.fa:hover,
.social-widget a i.fa:focus
 {
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
	-webkit-filter: saturate(100%); /* Safari */
	    filter: saturate(100%);
	    /*transform: scale(1.2);*/

}

/*social icons */


i.fa.fa-facebook-square  {
	color: #3b5998;
}

i.fa.fa-twitter-square  {
	color: #00aced;
}

i.fa.fa-google-plus-square  {
	color: #dd4b39;
}

i.fa.fa-linkedin-square  {
	color: #007bb6;
}

i.fa.fa-youtube,
i.fa.fa-youtube-square
  {
	color: #bb0000;
	  /*background-image: linear-gradient(
	      #fff, #fff
	    );	background-size: 80% 75%;
	   background-position:center;
	 background-repeat: no-repeat;*/
}

i.fa.fa-vimeo-square  {
	color: #1ab7ea;
}

i.fa.fa-pinterest-square  {
	color: #cb2027;
}

i.fa.fa-flickr {        
    color: #fff; 
    background-image: linear-gradient(to right, #0062da 50%, #ff0084 50%) !important;   
    background-size: 80% 80%; 
    background-position:center;
    background-repeat: no-repeat;        
}


i.fa.fa-instagram {        
 	color: #fff;  
 	  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)!important;
 	     background-size: 80% 80%; 
 	     background-position:center;
 	     background-repeat: no-repeat;      
}



i.fa.fa-google {        
    color: #fff;
	background-color: #3369E8;
	border-radius: 16px
}

i.fa.fa-facebook-square:hover, 
i.fa.fa-twitter-square:hover, 
i.fa.fa-google-plus-square:hover,
i.fa.fa-linkedin-square:hover, 
i.fa.fa-pinterest-square:hover,
i.fa.fa-youtube:hover,
i.fa.fa-youtube-square:hover,
i.fa.fa-vimeo-square:hover,
i.fa.fa-flickr:hover,
i.fa.fa-instagram:hover
 {
	/*color: #000;*/
/*	-webkit-filter: saturate(100%); /* Safari *!/
	    filter: saturate(100%);*/
}

/*custom tag cloud*/

.widget_tag_cloud div {
}

.tag-links {
	margin-top: 5px;
}

span.tag-links.block {
font-size: 14px;
font-weight: 300;
color: #999;
}

	
.widget_tag_cloud h4 {
margin-top: 5px;
margin-bottom: 10px;
font-size: 16px;
color: #AAA;
}

.tag-links a::before, 
.widget_tag_cloud a::before {
/*content: "# ";*/
}

.tag-links a, .widget_tag_cloud a {

    font-weight: normal;
    color: #999;
    background-color: #333;
    margin: 2px;
    padding: 2px 7px;
	font-style: normal;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: capitalize;
	border: 1px solid #111;
	display: inline-block;
	font-size: 12px;
}

.tag-links a:visited, .widget_tag_cloud a:visited {
    font-weight: normal;
    color: #999;
    font-style: normal;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.tag-links a:hover, .widget_tag_cloud a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #ddd;
    background-color: #111;
    font-style: normal;
    text-shadow: #999 1px 1px 8px, #999 -1px -1px 8px;
    z-index: 200;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

a.tagged1 { background-color: #222; }
a.tagged2 { background-color: #333; }
a.tagged3 { background-color: #444; }
a.tagged4 { background-color: #151515; }
a.tagged5 { background-color: #111; }

/*FLEXSLIDER STYLES*/

ul.slides a h3 {
	color: #eee;
    text-shadow: 0 0 9px #000000;
	position: absolute;
	right: 10px;
	bottom: -5px;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	font-weight: 300;
	font-style: normal;
	text-align: right;
}

ul.slides a:hover h3 {
	color: #fff;
    text-shadow: 0 0 12px #000000;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-caption {
z-index:1;
position:absolute;
left:0;
right:0;
bottom: -10px;
    padding:5px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;

	opacity: 0;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	
}

ul.slides:hover .flex-caption {
	opacity: 1;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	
}

ul.slides:hover .flex-control-nav {
	bottom: 85px;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	
}

.flex-caption a { 
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 1px 1px 3px;
}
.custom-controls li a {
	color: #444;
}

.custom-controls li a.flex-active {
	color: #666;
}

/* jetpack */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	
}

/*pagination */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
	border: 2px solid #444;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ccc;
  background-color: #333;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #666;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #666;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666;
  background-color: #222;
  border-color: transparent;
  cursor: not-allowed;
}

.client-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.col2 {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;

}

.sharedaddy {
/*	background-color: #222;
	padding: 2px;*/
}


/*dark button*/

.btn-dark { 
  color: #ddd; 
  background-color: #333333; 
  border-color: #666666;
	margin-top: 5px;
} 
 
.btn-dark:hover, 
.btn-dark:focus, 
.btn-dark:active, 
.btn-dark.active, 
.open .dropdown-toggle.btn-dark { 
  color: #ddd; 
  background-color: #666666; 
  border-color: #666666; 
} 
 
.btn-dark:active, 
.btn-dark.active, 
.open .dropdown-toggle.btn-dark { 
  background-image: none; 
} 
 
.btn-dark.disabled, 
.btn-dark[disabled], 
fieldset[disabled] .btn-dark, 
.btn-dark.disabled:hover, 
.btn-dark[disabled]:hover, 
fieldset[disabled] .btn-dark:hover, 
.btn-dark.disabled:focus, 
.btn-dark[disabled]:focus, 
fieldset[disabled] .btn-dark:focus, 
.btn-dark.disabled:active, 
.btn-dark[disabled]:active, 
fieldset[disabled] .btn-dark:active, 
.btn-dark.disabled.active, 
.btn-dark[disabled].active, 
fieldset[disabled] .btn-dark.active { 
  background-color: #333333; 
  border-color: #666666; 
} 
 
.btn-dark .badge { 
  color: #333333; 
  background-color: #ddd; 
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #303030;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* SAM MEDIA QUERIES*/

/* Large desktops and laptops */
/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

.postbox {
	width: 48%;
	margin: 5px !important;
	padding: 6px;

}


}

/* Portrait tablets and small desktops */
/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {

.postbox {
	width: 48%;
	margin: 5px !important;
	padding: 6px; 
	}
	
	div#content {
		margin-top: 60px;
	}

}

/* Landscape phones and portrait tablets */
/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {



.postbox {
	width: 48%;
	margin: 5px !important;
	padding: 6px;

}

div#content {
	margin-top: 40px;
}


}

/* Portrait phones and smaller */
@media (max-width: 480px) {

a.navbar-brand {
height: 30px;
   
   	padding: 9px 7px 11px;
   	border: 3px solid #666;
   	font-size: 14px;
	line-height: 50%;
	   	letter-spacing: 2px;
	margin: 10px 5px 10px 10px;
}


.postbox {
	width: 98%;
	margin: 4px !important;
	padding: 4px;

}

div#content {
	margin-top: 40px;
}


}



/* This is a small security for too long strings titles */


/* 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: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.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;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */


.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */


.infinity-end.neverending .site-footer {
	display: block;
}


/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* 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;
}
