/*
Theme Name: This Time Tomorrow 2.0
Theme URI: http://hollicewang.com
Author: Holly Wang
Author URI: http://hollicewang.com
Description: A custom WordPress Theme developed for This Time Tomorrow. Clean design, responsive, and mobile friendly.
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, one-column, widgetized sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post, theme-options, threaded-comments, translation-ready

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/

*/

/* FONT IMPORTS */

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

a:link, a:visited {
	color: #000000;
}

#gridposts {
	border: 1px solid #00FF00;
	padding: 10px;
}

/* _TK STYLING */

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

body {
	word-wrap: break-word;
	font-family: 'futura-pt', 'Futura PT', 'Futura', 'Istok Web', sans-serif;
	font-weight: 300;
	font-size: 17px;
	font-size: 1.7rem;
}

strong {font-weight: 500;}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000000;
}

.div {border: 1px solid cyan;}

.page-title {
	font-weight: bold;
	text-align: center;
	font-family: 'freight-display-pro', 'Georgia', 'Times', 'Times New Roman', serif;
}

/* 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: #EEEEEE;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #EEEEEE;
	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 {
	
}
.hentry {
	margin: 0 0 1.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;
	background: #EEEEEE; 
}

.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;
}

.dropdown-menu:hover {
	background: #FFF;
} 

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-image: none;
	background: #EEEEEE;
}


/* NAVIGATION COLOR TWEAKS */

.navbar-default .navbar-toggle .icon-bar {
	color: #FFF;
	background-color: #DDDDDD;
	}

.nav > li > a:hover{
	color:#EEEEEE!important;
	background-color:#FFF!important;
	}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #EEEEEE!important;
    	background-color: #FFF!important;
	}



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


/* BASIC STYLING */

.header-image {
	background: transparent;
	max-height: 40px;
	margin-top: 40px;
	overflow: visible;
}

.entry-content a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.entry-content a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

.entry-content p {
	/* text-align: center; */
}
.entry-content {
	font-family: 'freight-display-pro', 'Georgia', 'Times', 'Times New Roman', serif!important;
}


/*** Header ***/

.site-header {
	margin-top: 10px;
}

.site-header-inner {
	margin-top: 10px;
	background: transparent;
	max-height: 170px;
	overflow: visible;
	border: 0px solid #FF00CC;

}

.lead {
	font-family: 'futura-pt', 'Futura PT', 'Futura', 'Istok Web', sans-serif;
	font-style: italic;
	float: right;
	padding-right: 15px;
	padding-right: 1.5rem;
	font-size: 17px;
	font-size: 1.7rem;
	color: #333333;
	border: 0px solid #00FF00;

}

.navbar {
	font-family: 'futura-pt', 'Fu