/*
Theme Name: Faded
Theme URI: http://droitthemes.com/wp/faded/
Author: droitthemes
Author URI: https://themeforest.net/user/droitthemes
Description: App Landing Page with blog
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header,post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: faded

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.
*/

.sticky .posted-on,
.byline {
	display: none;
}

body section.sec-overview {
	padding-bottom:0;
}

body .sec-screenshots .screenshots .screenshot:hover::before {
	opacity:0;
}

.main-logo {
	width:112px;
}

body nav .navbar-header .navbar-brand img {
	margin-top:-25px;
}

.logo-blue {
	width:72px;
}

nav.bg-solid .navbar-header .navbar-brand img.logo-blue {
	top:35px;
}

body .object {
	display:inline-block;
	float:none;
}

body .loading-center-absolute {
	text-align:center;
}

body .object_three {
	margin-right:0;
}

@media only screen and (max-width:767px) {
	body nav .navbar-header .navbar-brand img {
		margin-top:0;
	}
	.main-logo {
		width:60px;
	}
	nav.bg-solid .navbar-header .navbar-brand img.logo-blue {
		top:8px;
		width:60px;
	}
}