/*
Theme Name: 'Helping Hands'
Theme URI: http://www.helpinghandshomesupport.com
Description: 'Helping Hands Custom Theme By flip9'
Author: 'Brandon Bolin'
Author URI: 'http://www.flip-9.com'
Version: 1.0
*/








/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}




/* End Reset */


@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Nevis';
	src: url('fonts/nevis-webfont.eot');
	src: local('Ã¢ËœÂº'), url('fonts/nevis-webfont.woff') format('woff'), url('fonts/nevis-webfont.ttf') format('truetype'), url('fonts/nevis-webfont.svg#webfontWKNXqCbC') format('svg');
}


/* End Fonts */

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	position: relative;

	margin: 0 auto;
	width: 950px;
}

.top .wrapper {
	width: 790px;
}

.bold, bold, strong {
	font-weight: bold;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-o-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

.italic, .em, em, i {
	font-style: italic;
}

.nine {
	vertical-align: super;
	font-size: 10px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}


/* Main */

body {
	height: 100%;
	background: #778aaa;
	font-size: 14px;
	font-family: 'Quicksand', helvetica, arial, sans-serif;
}

.home .top {
	height: 824px;
}

.top {
	height: 370px;
	background: url(img/bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}

.top a {
	color: #fff;
	text-decoration: none;
}

.home header {
	margin-bottom: 120px;
}

header {
	margin-bottom: 80px;
}

header h1 {
	float: left;
	margin-top: 0px;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	white-space: normal;
	overflow: visible;
}

header h1 img {
	display: block;
	width: 220px;
	height: auto;
}

header p, header nav {
	float: right;
}

header p {
	margin-top: 15px;
	text-align: right;
}

header nav {
	clear: right;
	margin-top: 15px;
}

header nav li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

header nav li:first-child {
	margin-left: 0;
}

header nav li:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
}

.menu-item-has-children {
	padding-right: 13px;
	background: url(img/dropdown-arrow.png) no-repeat right center;
}

header nav ul li:hover ul {
	display: block;
}

header nav ul ul {
	position: absolute;
	display: none;
	overflow: hidden;
	padding-top: 15px;
	width: 200px;
}

header nav ul ul li {
	display: block;
	margin-left: 0;
	padding-bottom: 10px;
}

header nav ul ul li:hover {
	padding-bottom: 10px;
	border-bottom: 0px solid black;
	font-weight: bold;
}

.services, .quote {
	clear: both;
}

.services div {
	width: 310px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.services h2 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 36px;
	font-family: 'Nevis';
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-o-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

.services a {
	display: inline-block;
	margin-top: 35px;
	padding: 12px 57px;
	border: 2px solid #fff;
	border-radius: 10px;
	background: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	transition: background 0.4s ease;
}

.services a:hover {
	background: rgba(255,255,255,0.24);
	transition: background 0.4s ease;
}





.home .quote {
	margin-top: 135px;
}

.quote {
	padding: 30px;
	background: rgba(255,255,255,0.26);
}

.quote > div {
	width: 500px;
	margin: 0 auto;
}

.quote p {
	margin: 0 auto;
	margin-top: 15px;
	width: 500px;
	text-align: center;
	line-height: 1.4;t;
}

.quote p:first-child {
	margin-top: 0;
}


.main {
	background: #fff;
	color: #1b3562;
	font-size: 15px;
	line-height: 1.4;
}

.main_content{
	float: left;
	padding: 50px 0;
	min-height: 404px;
	width: 550px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.main_content h2 {
	font-size: 36px;
	line-height: 1.1;
}

.main_content h2 {
	font-size: 30px;
	line-height: 1.1;
}

.main_content p,
.main_content ul,
.main_content ol {
	margin-top: 30px;
}

.main_content h3 {
	margin-top: 30px;
	font-size: 22px;
	margin-bottom: -20px;
}

.main_content ul, .main_content ol {
	margin-left: 40px;
	list-style: disc;
}

.main_content li {
	padding-bottom: 3px;
}

.main_content a:hover {
	text-decoration: none;
}

aside {
	position: relative;
	float: right;
	overflow: hidden;
	margin-top: 53px;
	padding-bottom: 55px;
	width: 315px;
	background: #eef5fb;
}

aside .block {
	padding: 55px 20px 0 20px;
}

aside h3 {
	margin-bottom: 15px;
	font-size: 30px;
	text-align: center;
}



footer {
	clear: both !important;
	padding: 7px 0;
	background: #778aaa;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

#gform_submit_button_1 {
	border: none;
	background: none;
	font-weight: bold;
	line-height: 1.3;
	color: #1B3562;
	cursor: pointer;
	padding: 0;
}

body .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: #EEF5FB;
	border: none;
@media (max-width: 768px) {

	body {
		font-size: 16px;
	}

	.wrapper,
	.top .wrapper {
		width: auto !important;
		max-width: 100% !important;
		margin: 0 15px !important;
	}

	.top,
	.home .top {
		height: auto !important;
		min-height: 0 !important;
		padding-bottom: 30px;
	}

	.home header,
	header {
		margin-bottom: 30px !important;
	}

	header h1,
	header p,
	header nav,
	.left,
	.right,
	.main_content,
	aside,
	.services div {
		float: none !important;
		width: 100% !important;
	}

	header h1 {
		margin: 0 0 15px 0 !important;
		text-align: center;
	}

	header h1 img {
		width: 180px !important;
		max-width: 100%;
		height: auto !important;
		margin: 0 auto;
	}

	header p {
		margin-top: 0 !important;
		margin-bottom: 15px;
		text-align: center !important;
	}

	header nav {
		clear: both !important;
		margin-top: 0 !important;
		text-align: center;
	}

	header nav ul {
		padding: 0;
	}

	header nav li {
		display: block !important;
		margin: 0 0 10px 0 !important;
	}

	header nav ul ul {
		position: static !important;
		display: block !important;
		width: 100% !important;
		padding-top: 8px !important;
	}

	.menu-item-has-children {
		background: none !important;
		padding-right: 0 !important;
	}

	.services div {
		margin-bottom: 25px !important;
		line-height: 1.5;
	}

	.services h2 {
		font-size: 28px !important;
		margin-bottom: 12px !important;
	}

	.services a {
		display: inline-block;
		margin-top: 18px !important;
		padding: 10px 24px !important;
		font-size: 14px !important;
	}

	.quote {
		padding: 20px !important;
	}

	.quote > div,
	.quote p {
		width: auto !important;
		max-width: 100% !important;
	}

	.main_content {
		padding: 30px 0 !important;
		min-height: 0 !important;
	}

	.main_content h2 {
		font-size: 28px !important;
	}

	.main_content p,
	.main_content ul,
	.main_content ol {
		margin-top: 20px !important;
	}

	aside {
		margin-top: 25px !important;
		padding-bottom: 30px !important;
	}

	aside .block {
		padding: 30px 20px 0 20px !important;
	}

	iframe,
	img {
		max-width: 100%;
		height: auto;
	}
}