/*
Theme Name: Esteem
Theme URI: http://themegrill.com/themes/esteem/
Author: ThemeGrill
Author URI: http://themegrill.com
Template: esteem
Description: Esteem Child Theme
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats
Text Domain: esteem

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

body, h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif !important;
}

img {
	vertical-align: baseline;
}

.site-branding {
	margin-top: 10px;
}

.main-navigation ul li {
	font-size: 16px;
}

#colophon .widget > ul > li:last-child {
	border-bottom: none;
}

.service-image-wrap {
	font-size: 56px;
	margin-top: 15px;
}

.services-block a.read-more {
	display: inline-block;
	margin-top: 0.5rem;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
}

article li {
	margin-bottom: 0.5rem;
}

.search-form-top {
	width: 228px;
}

#main {
	padding-top: 3rem;
	margin-bottom: 0;
}

.hentry {
	margin-bottom: 2rem;
}

.entry-content {
	padding-top: 0;
}

h2 {
	color: #982d27;
	font-size: 26px;
}

h3 {
	color: #333;
	font-size: 23px;
}

.widget_featuredimagewidget img {
	border-radius: 2rem;
}

.cert-container {
	display: block;
	float: left;
	margin: 1rem 0 2rem 0;
	width: 100%;
}

.cert-container img{
	border: 2px solid #eee !important;
	max-width: 200px;
	width: 100%;
}

.cert-1, .cert-2 {
	display: block;
	float: left;
	text-align: center;
	max-width: 204px;
	width: 46%;
}

.cert-1 {
	margin-right: 4%;
}

article li {
	clear: both;
}


.search-top {
	display: none !important;
}

.home .site-header {
	border: none;
}

.slider-image-wrap img {
	display: block;
}

.icon-fixed-width {
	text-align: center !important;
}

.wp-post-image {
	border-radius: 2rem;
	display: block;
}

.testimonial {
	clear: both;
}

.testimonial .tg-one-half {
	display: block;
	margin: 0 auto;
	float: none;
}

.table-wrapper {
	width: 100%;
}

table {
	border-collapse: collapse;
	margin-bottom: 3rem !important;
}

table, td, th {
  border: 1px solid #eee !important;
}

thead {
	background: #eee;
	font-weight: bold;
}

@media only screen and (max-width: 960px) {
	.main-navigation ul li {
		font-size: 14px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.table-wrapper {
		overflow-x: auto;
	}
}