/*
Theme Name: HostingPilot
Theme URI:
Author: Gomal themes
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hostingpilot
Tags:

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.

Web Host is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

a {
	color: #267ae9;
}

.hero-content
{
	padding: 105px 0;

}
.home-hero-section
{
	background-color: #333;
	height: 400px;
}

.hero-overlay
{
	background-color: #333;
	opacity: 0.85;
	margin: auto;
}

.similar-company-logo img {
    max-width: 80%;
}


.view-post a.btn-orange {
	background-color: #FD8500;
}

.view-review
{
	text-align: center;
	margin-bottom: 20px;
}

.view-review a
{
	cursor: pointer;
}

.great-reviews h3
{
	text-transform: capitalize;
	margin-bottom: 5px;
}

.desc-block img
{
	max-width: 100%;
	height auto;
}

.other-tags
{
	text-align: left;
}

.site-footer-logo h1
{
	text-indent: -9999px;
	display:block;
	background: transparent url(images/logo.png) no-repeat;
	height: 90px;
	width: auto;
	background-size: contain;

}

a.header-logo
{
	width: 100%;
	display: block;
}

a.header-logo img
{
	max-width: 100%;
}

.author-image
{
	display: none;
}

