/*
Theme Name: Strato (based on WP RootStrap)
Theme URI: http://www.maximilian-fischer.com
Author: Maximilian Fischer
Author URI: http://www.maximilian-fischer.com

Description: Strato

Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, light, green,  three-columns, two-columns, right-sidebar, flexible-width, custom-menu, featured-images
Text Domain: strato+rootstrap

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.
*/

/* Import the necessary Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );
/* Import the google font  */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic,500italic,700italic);


/* My Minimal WordPress Styling comes here */
body {
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.54;
	overflow-x: hidden;
}
body.admin-bar .navbar-fixed-top {
	top: 28px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.main-content h2 {
color: #1e85b0;
}

.main-content h1, .main-content .h1 {
font-size: 42px;
}

.navbar-toggle {
	margin-top: 15px;
}
.nav>li>a {
	padding-left: 10px;
	padding-right: 15px;
}
.nav-collapse {
	padding: 15px 0px 0px 20px;
}
.navbar {
	margin: 0px !important;
	background: #000 !important;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
	border-color: #000;
}
.navbar-default {
	top: 0;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999;
	margin: 0px !important;
	background: #000 !important;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
	border-color: #000;
	height: 75px;
}
.navbar .container {
	margin: 0px auto !important;
	padding: 0px 10px 0px 10px;
}
.navbar-brand  {
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	max-width: 100% !important;
	padding: 0px !important;
	line-height: 70px !important;
	font-size: 30px !important;
	text-transform: uppercase;
	color: #fff !important;
}
.page-title {
	word-wrap: break-word;
}
table tr td {
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ecf0f1;
}

.navbar-logo {
	float: left;
	display: block;
	margin-right: 50px;
	margin-left: -15px;
	padding: 0px !important;
	line-height: 80px !important;
}

.navbar-nav {
	float: right !important;
}
.navbar-nav > li > a {
	color: #fff !important;
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:900;
	line-height: 72px;
	background-color: #000 !important;
}
.navbar-nav>.active {
	background-color: #000!important;
}

.navbar-nav > li > a:hover {
	color: #1e85b0!important;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
color: #1e85b0!important;
}
.site-header {
	/*background: url('/wp-content/uploads/2013/01/header.jpg') top center no-repeat;*/
	background-clip: padding-box;
	background-size: cover;
	height: 400px;
	padding:20px;
	border-bottom: 1px solid #eee;
}

.container-click-link {
	display: block;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #d5e6f7;
	text-decoration: none;
	text-align:center;
}

.page-header {
	border-bottom: none !important;
}

.site-header h1 {
	font-size: 30px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	max-width: 70%;
	display: inline;
}

.site-header .container {
	margin: 0px auto !important;
	padding: 0px 10px;
}


.band {
	position: relative;
	padding: 0px 5px;
}

.band a img {
	position: relative;
	float: right;
	z-index: 10;
}

.band:before, .band:after {
	content: " ";
 	display: table; 
}

.band:before {
	content: "";
	height: 80px;
	background: url('images/gradient_back.png') repeat-x;
	background-position-y: 30px;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-left: 2000px;
	margin-left: -2000px;
	margin-bottom: -40px;
	z-index: -100;
}
.postdate {
	background: #1abc9c;
	color: #fff;
	padding-top: 5px;
	font-size: 18px;
	text-align: center;
}
.postdate span {
	display: block;
	clear: both;
	padding: 5px 0px;
	font-size: 25px;
	font-weight: bold;
}
.postcoment {
	background: #7f8c8d;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	text-align: center;
}
/* 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;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
	background-color: #000 !important;
}
.navbar-nav>.open>a, .navbar-nav>.open>a:hover, .navbar-nav>.open>a:focus {
	background-color: #000 !important;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	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;
}
.widget {
	background: #ecf0f1;
}
.widget_search {
	background: none !important;
}
.widget h3.widget-title {
	background: #333;
	color: #fff;
	padding: 5px 10px;
	margin: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.widget_meta {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* WP Gallery */
.sidebar {
	padding-top: 30px;
}
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}

.left-meta {
	margin-top: 40px;
}

.post-thumb-home {
	max-height: 200px;
	overflow: hidden;
	background: #ecf0f1;
	text-align: center;
}
#primery-footer {
	padding: 10px 0px;
	background: #000;
}
#primery-footer  .widget {
	background: none !important;
}
#primery-footer  .widget h3 {
	background: none !important;
	padding: 5px 0px;
}
#primery-footer  .widget a {
	color: #1abc9c !important;
	padding: 2px 0px;
}
#primery-footer  .widget a:hover {
	background: none !important;
	text-decoration: underline;
}
.primary-footer {
	padding: 10px 0px;
	padding-bottom: 20px;
	background: #000;
	color: #fff;
}
.primary-footer a {
	padding: 10px 0px;
	color: #fff;
}
.footer-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-nav li {
	display: inline;
	margin-right: 15px;
	text-decoration: none !important;
}
.footer-nav-menu {
	float:left;
}
.footer-nav > li > a:hover {
	color: #fff!important;
	text-decoration: none !important;
}

.footer-nav>.active>a, .footer-nav>.active>a:hover, .footer-nav>.active>a:focus {
	color: #fff!important;
	text-decoration: none !important;
}
.site-info {
	color: #fff;
	float: right;
	font-size: 16px;
}
.site-info a {
	color: #fff;
}
#primery-footer  .widget {
	color: #fff !important;
}
.paging-navigation {
	clear: both;
	
}
.paging-navigation a {
	color: #fff !important;
	padding: 10px !important;
	display: block;
	background: #95a5a6;
	font-size: 16px;
}
.paging-navigation a:hover {
	background: #7f8c8d;
}
.paging-navigation div {
	width: 49%;
	display: inline-block !important;
	min-width: 300px;
}
.paging-navigation div {
	width: 49%;
	display: inline-block !important;
	min-width: 300px;
}
.paging-navigation div.nav-next {
	text-align: right;
}

.post-navigation {
	clear: both;
	padding-top: 20px;
	min-height: 100px;
	
}
.post-navigation a {
	color: #fff !important;
	padding: 10px !important;
	display: block;
	background: #95a5a6;
	font-size: 16px;
}
.post-navigation a:hover {
	background: #7f8c8d;
}
.post-navigation div {
	width: 49%;
	display: inline-block !important;
	min-width: 300px;
}
.post-navigation div {
	width: 49%;
	display: inline-block !important;
	min-width: 300px;
}
.post-navigation div.nav-next {
	text-align: right;
	float: right;
}
.comments-area {
	margin-top: 20px;
	border-top: 2px solid #95a5a6;
}
.comments-area  label{
	display: inline-block;
	width: 100px;
}
.comments-area  .btn{
	background: #16a085;
	border: none;
	color: #fff !important;
}
.comments-area  .alert-info{
	background: #ecf0f1;
	border: none;
}
#social {
	float: right;
	text-align: right;
	vertical-align: top;
}
#social a  {
	display: inline-block;
	margin-left: 15px;
	width: 32px;
	height: 32px;
	font-size: 0px !important;
	vertical-align: top;
}
#social a:hover  {
	opacity: 0.5;
}
#social  a.facebook  {
	background: url(images/02_facebook.png);
}
#social  a.twitter  {
	background: url(images/01_twitter.png);
}
#social  a.gplus  {
	background: url(images/14_google+.png);
}
#social  a.linkedin  {
	background: url(images/07_linkedin.png);
}
#social  a.youtube  {
	background: url(images/03_youtube.png);
}
#social  a.pinterest  {
	background: url(images/13_pinterest.png);
}
/* 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 {
}
.gallery-caption {
}
.bypostauthor {
}
.nav>li>a {
	display: inline-block !important;
}
/* Clearing */
.clear {
	clear: both;
}
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
	max-width: 100%;
}
 .comment .children { margin-left: 1.5em; } 
 