/*
Theme Name: GHW
Author: GHW
Version: 1.0
*/

/*RESET
------------------------------------------------------ */
section, article, aside, header, footer, nav, figure {
	display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
table {
	border-collapse: collapse; 
	border-spacing: 0
}

/*HTML/BODY
------------------------------------------------------ */
html{
	font: 400 14px/1.5 Arial, Helvetica, sans-serif;
}
body {
	background: #fff;
	color: #333;
	min-width:980px;

	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.main{
	flex:1;
}
a {
	color: #179e98; 
	text-decoration: underline;
}
a:hover {
	color: #000;
}
h1 {
	font-size: 24px;
	color: #070707;
	margin:23px 0 18px 0;
}
h2 {
	line-height: 1em;
	font-size: 18px;
	font-weight:bold;
	color: #070707;
	margin:10px 0px 20px 0px;
}
h3 {
	text-transform: uppercase;
	font-size: 16px; 
	line-height: 1em; 
	margin-bottom: 0px
}
p {
	padding:4px 0 10px 0;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
ul {
	margin-left:20px;
	list-style:disc;
}
ol {
	margin-left:20px;
	list-style: decimal;
}
.container {
	width:980px;
	margin:0 auto;
	position:relative;
}

/*HEADER
------------------------------------------------------ */
.header {
	background: #EFEFEF;
	padding-top:38px;
	border-bottom: 1px solid  #0086C7;
}
.header-top{
	background: #00A9E3;
	overflow: hidden;
}
.header-bottom{
	background: #0086C7;
	border-bottom: 1px solid #fff;
}
.header-bottom img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*NAV*/
.nav{
	margin:0;
	padding:0;
	float:left;
}
.nav li{
	list-style-type: none;
	float:left;
}

.nav li:first-child a{
	padding-left: 0;
}
.nav a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	line-height: 42px;
	padding: 0 10px;
}
.nav a:hover{
	text-decoration: underline;
}
/*TRACK*/
.track{
	float:right;
	margin-top:2px;
}
.track a{
	display: block;
	line-height: 1;
}

/*MAIN
------------------------------------------------------ */
.main .container{
	overflow: hidden;
	margin-bottom: 30px;
}
.content-with-sidebar{
	float:left;
	width:700px;
	margin-right: 30px;
}
.main .post, .main .page{
	margin-bottom: 20px;
	text-align: justify;
}
.main .page ol, .main .page ul,
.main .page ol, .main .page ul{
	line-height: 21px;
}

.main .post img, .main .page img{
	max-width: 100%;
}
/*ALIGNMENTS*/
.alignleft{
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px 0;
}
/*ORDER-BTN-GREEN*/
.order-btn-green img{
	max-width: 100%;
	height: auto;
}
/*ORDER-BTN-BLUE*/
.order-btn-blue img{
	max-width: 100%;
	height: auto;
}

/*SIDEBAR
------------------------------------------------------ */
.sidebar {
	float:right;
	width:250px;
	padding-top: 15px;
}
.sidebar-widget{
	margin-bottom: 15px;
}
.sidebar-widget img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*SIDEBAR-TESTIMONIALS*/
.sidebar-testimonials img{
	margin-bottom: 15px;
}

/*FOOTER
------------------------------------------------------ */
.footer{
	background: #0086C7;
	color: #eee;
	font-size: 0.85rem;
	padding: 15px 0;
}

body.home .hentry td { padding: 5px; vertical-align: top; }