/*
Theme Name: Positive Steps Theme
Theme URI: www.<Website URL>
Description: <Child Theme> Theme
Author: The Startup Guys
Author URI: www.thestartupguys.co.uk
Template: mu-types
Version: 0.1
*/

/*
====================
GENERAL SETTINGS
====================
*/

.hk-menu ul li ul li a {
	width: 170px !important;
}

#top-menu ul.drop-menu li ul {
	width: 210px !important;
}
#page {
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
	margin-bottom: 10px;
}


.post-content p, .post-content ul, .post-content ol, .post-content dl, .post-content pre, .post-content blockquote {
	font-size: 15px;
line-height:13px;
	margin-bottom: 10px;
	line-height: 145%;
}




::selection {
	background: #24BCDE !important; /* Safari */
}

::-moz-selection {
	background: #24BCDE !important; /* Firefox */
}

/*
====================
HEADER SETTINGS
====================
*/

.top-info span.tel, .top-info span.email {
	font-size: 15px;
	color: #333333;;
}

#top-menu ul.drop-menu {
	float: right;
}

.site-head-info {
	border-bottom: 10px solid #f4f4f4;
}

.site-page-header {
display: none;
}


body.home #main {
	padding: 0 0 10px 0;
}

#main {
	padding: 10px 0;
}

/*
==========================
WIDGETS ON PAGES SETTINGS
==========================
*/

.widgets_on_page {
	margin-top: 0px;
}

.widgets_on_page li {
	list-style: none;
	padding: 0 !important;
}

.post-content ul li ul {
	padding: 0;
}

.widgets_on_page h2 {
	background-color: #b8d711;
	padding: 10px;
	color: #ffffff;
}

/*
====================
GRAVITY FORM STYLING
====================
*/

.gform_wrapper {
	margin: 0;
}

.gform_wrapper .gform_heading {
	margin-bottom: 10px;
}

.gform_wrapper h3.gform_title {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 20px;
	color: #ffffff;
	background-color: #b8d711;
}

.post-content ul li, .post-content ol li {
	padding: 0;
}

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 4px 0;
}

.gform_wrapper input {
	margin-bottom: 20px;
}

.gform_wrapper .top_label input.medium {
	width: 98%;
	border: 1px solid #cccccc;
	padding: 4px 6px;
	font-size: 14px;
}

.gform_wrapper .gform_footer {
	padding: 0 0 10px 0;
	margin: 0;
}

.gform_wrapper .gform_footer input[type=submit] {
	padding: 4px 26px;
	color: #ffffff;
	font-size: 14px;
	border: 2px solid #127ca1;
	background-color: #1a8bb2;
	float: right;
}

/*
====================
FOOTER SETTINGS
====================
*/

.footer-widgets-area {
	background: none;
	border-top: 1px solid #f4f4f4;
	padding-top: 10px;
}

.footer-message {
	border-top: 10px solid #f4f4f4;
	padding: 20px 0;
}

.widget {
	margin-bottom: 10px;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
margin-left: 2px;
}

.widget_text .textwidget {
	margin-top: 0;
}

#top-menu ul.drop-menu li {
padding-left: 15px;
}