/*
	Theme Name: Sharper Edge
	Description: This is a child theme for the Genesis Framework.
	Author: Sharper Edge International Pty Ltd
	Author URI: http://sharperedge.net
	Version: 2.0.1
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/* 
WP Developer: Riel Arthur Soliven
Change Log:
1. Changed /wp-content/themes/sharperedge/images/ to images/ for background src.
2. 

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: url('images/body-bg.png') repeat-x center 190px transparent;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.51rem;
	font-weight: 300;
	line-height: 1.425;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #07628D;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#menu-main-menu a:hover { text-decoration: none; }

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #787878;
	font-family: "Open Sans",Lato, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 9px;
	padding: 0.9rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	width: 100% !important;
	max-width: 970px;
	padding-top: 40px;
	padding-top: 4rem;
}

.home .site-inner {
	background: url('images/middle-bar-shadow.png') no-repeat top center #fff;
	width: 100% !important;
	max-width: none;
}

.home .content-sidebar-wrap {
	width: 970px;
	margin: 0 auto;
}

.home .content {
	width: 640px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home .content article {
	padding: 0;
}

.home header.entry-header {
	display: none;
}





/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.page-template-page_blog-php .content, .page-template-page_blog-php .post , .archive .content,.archive  .post, .search .content, .search  .post, .search .page, .archive-description { background-color: #f5f5f5 !important; }

.content {
	float: right;
	background-color: #fff;
	width: 640px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 5px 0 #b5b5b5;
	-webkit-box-shadow: 3px 3px 5px 0 #b5b5b5;
	box-shadow: 3px 3px 5px 0 #b5b5b5;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Load Hover Image to Prevent Delay */
a.read-more{
	background-image: url('images/read-more-btn-hover.png');
}

a.read-more{
    background-color: transparent;
	background-image: url('images/read-more-btn.png');
	background-repeat:no-repeat;
    color: #FFF;
    float: right;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
	width: 90px;
	height: 30px;
	font-size: 13px;
	padding:6px;
}

a.read-more:hover {
    background-image: url('images/read-more-btn-hover.png');
	text-decoration:none;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.home .sidebar-primary {
	float: right;
	width: 300px;
	border: 1px solid #ccc;
	background-color: #eee;
	box-shadow: 10px 10px 0 #b4b4b4;
	margin-right: 15px;
	margin-bottom: 25px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	background: url('images/search-icon.png') no-repeat top left transparent;
	border: 0;
	height: 24px;
	margin: 5px 0 0 -35px;
	padding: 0;
	position: absolute;
	width: 24px;
	text-indent: -9999px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.bc { margin-left: 20px; }
.entry-title, .bc {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 33px;
	font-size: 3.6rem;
	line-height: 1;
}

h2.entry-title { font-size: 27px; }

.entry-title a, .bc  {
	color: #118AB9;
}

.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	background: #0dadcf; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkYWRjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzA3YTFjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzA3OGNiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjY2YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0dadcf 0%, #07a1c5 47%, #078cb9 78%, #0666a2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0dadcf), color-stop(47%,#07a1c5), color-stop(78%,#078cb9), color-stop(100%,#0666a2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0dadcf 0%,#07a1c5 47%,#078cb9 78%,#0666a2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0dadcf 0%,#07a1c5 47%,#078cb9 78%,#0666a2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0dadcf 0%,#07a1c5 47%,#078cb9 78%,#0666a2 100%); /* IE10+ */
background: linear-gradient(to bottom, #0dadcf 0%,#07a1c5 47%,#078cb9 78%,#0666a2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dadcf', endColorstr='#0666a2',GradientType=0 ); /* IE6-8 */
	font-size: 16px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 24px;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 13px 0;
	border-radius: 7px 7px 0 0;
	text-shadow: 1px 0px 2px #383838;
    filter: dropshadow(color=#383838, offx=1, offy=0);
	-webkit-border-radius: 7px 7px 0 0;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
.header-holder {
	background: #1ec2e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWVjMmU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMjZkMWVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMTI5YmM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkN2FhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #1ec2e8 0%, #26d1ef 25%, #129bc9 70%, #0d7aa3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1ec2e8), color-stop(25%,#26d1ef), color-stop(70%,#129bc9), color-stop(100%,#0d7aa3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #1ec2e8 0%,#26d1ef 25%,#129bc9 70%,#0d7aa3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #1ec2e8 0%,#26d1ef 25%,#129bc9 70%,#0d7aa3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #1ec2e8 0%,#26d1ef 25%,#129bc9 70%,#0d7aa3 100%); /* IE10+ */
	background: linear-gradient(45deg,  #1ec2e8 0%,#26d1ef 25%,#129bc9 70%,#0d7aa3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ec2e8', endColorstr='#0d7aa3',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.site-header {
	background: url(images/header-overlay.png) top center repeat-x  transparent;
	overflow: hidden;
	border-bottom: 3px solid #FFF;
	min-height: 147px;
}

.site-header .wrap {
	max-width: 968px;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	width: 50%;
	margin-top: 10px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 400px;
}

.site-header .widget-title {
	display: none;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.header-widget-area #contact-number {
	background: url(images/phone-icon.png) no-repeat 0 0 transparent;
	margin-top: 45px;
	height: 48px;
	width: 270px;
	margin: 0 auto;
}

.header-widget-area #contact-number a {
	background-color: transparent;
	border: none;
	border-radius: none;
	box-shadow: none;
	color: #ffbc2d;
	font-family: Arial !important;
	font-size: 30px;
	font-weight: bold;
	padding: 2px 0 0 55px;
	width: 270px;

	/** For Chrome **/
	background-image: -webkit-gradient(
	linear,
	left top, left bottom,
	from(rgba(255, 208, 59, 1)),
	to(rgba(255, 177, 37, 1)));
	-webkit-background-clip: text;
/*	-webkit-text-fill-color: transparent;  */
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	height: 43px;
	border-right: 2px solid #e4e4e4;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #B5B5B5;
	float: left;
	width: 105px;
	text-align: center;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .current-menu-item {
	background: #696969; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzliOWI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjliOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #696969 0%, #ffffff 25%, #ffffff 36%, #9b9b9b 70%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(25%,#ffffff), color-stop(36%,#ffffff), color-stop(70%,#9b9b9b), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #696969 0%,#ffffff 25%,#ffffff 36%,#9b9b9b 70%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #696969 0%,#ffffff 25%,#ffffff 36%,#9b9b9b 70%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #696969 0%,#ffffff 25%,#ffffff 36%,#9b9b9b 70%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #696969 0%,#ffffff 25%,#ffffff 36%,#9b9b9b 70%,#9b9b9b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-8 */

}

.genesis-nav-menu a {
	border: none;
	color: #303030;
	display: block;
	padding: 10px 0;
	padding: 1.0rem 0;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
	font-weight: bold;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu .menu-item:last-child a, .genesis-nav-menu .sub-menu .menu-item:last-child { -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; }

.genesis-nav-menu .sub-menu .current-menu-item > a {
text-shadow: none !important;
}



.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	font-family: "Open Sans", Lato, Sans-serif;
	font-size: 14px;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu > .menu-item > a:hover {
	font-weight: bold;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 230px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #C5C5C5;
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 0.5rem 2rem;
	position: relative;
	width: 230px;
	text-align: left;
}

.genesis-nav-menu .sub-menu .menu-item {
width: 230px !important;
}

.nav-primary > ul.sub-menu:hover { border-top: 2px solid #717171 !important; }
.nav-primary ul.sub-menu a { color: #363636 !important; text-transform: uppercase; font-weight: 500; font-family: "Open Sans", Arial, Sans-serif; }
.nav-primary ul.sub-menu a:hover { color: #000000 !important; font-weight: bold; text-shadow: none !important; }
.nav-primary ul.sub-menu { border-top: 2px solid #717171 !important; -webkit-box-shadow:  0px 2px 3px 0px #A0A0A0; box-shadow:  0px 2px 3px 0px #A0A0A0; }
.genesis-nav-menu .sub-menu a:hover { background: #BBBBBB !important; }


.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 5px 15px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	padding: 4px 20px;
	border-top: 2px solid #848484;
	border-left: 2px solid #848484;
	border-right: 2px solid #FAFAFA;
	border-bottom: 2px solid #FAFAFA;
	border-radius: 15px;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #fcfcfc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGMwYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #e3e3e3 50%, #c0c0c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(50%,#e3e3e3), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e3e3e3 50%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#e3e3e3 50%,#c0c0c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#e3e3e3 50%,#c0c0c0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#e3e3e3 50%,#c0c0c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-8 */
	height: 43px;
	overflow: hidden;
	border-bottom: 2px solid #717171;
}

.nav-primary .wrap {
	background: url('images/nav-bar-bg.png') top center no-repeat transparent;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #393939;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Home Slider & Middle Widgets 
-----------------------------------------------------------------------------------------------------*/
.home-slider {
	clear: both;
	background: url('images/sharper-edge-girl.png') no-repeat 560px 0px transparent;
	width: 970px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
}

.home-slider .entry {
	background: transparent;
}

.home-slider li.widget { list-style: none !important; }

.home-slider h4 {
	display: none;
}

.home-slider #gform_1 {
	background-color: #CBE3FF;
	width: 520px;
	margin: 40px 0 0 55px;
	border: 5px solid #18A1D8;
	border-radius: 10px;
	overflow: hidden;
}

.home-slider .gform_title {
	background: #1dbfd8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkYmZkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzE0OTZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDczYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #1dbfd8 0%, #1496d0 47%, #0d73be 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1dbfd8), color-stop(47%,#1496d0), color-stop(100%,#0d73be)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1dbfd8 0%,#1496d0 47%,#0d73be 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1dbfd8 0%,#1496d0 47%,#0d73be 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1dbfd8 0%,#1496d0 47%,#0d73be 100%); /* IE10+ */
background: linear-gradient(to bottom, #1dbfd8 0%,#1496d0 47%,#0d73be 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dbfd8', endColorstr='#0d73be',GradientType=0 ); /* IE6-8 */
	
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	padding: 10px 0 10px 20px;
	width: 100% !important;
}

.home-slider .gform_heading span {
	display: block;
	margin: 20px 0 20px 20px;
	width: 90%;
}

.gform_wrapper .gform_heading {
	width: 100% !important;
}

.home-slider .gform_wrapper h3.gform_title {
	margin: 0 !important;
}

div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
	font-size: 1.6rem;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#gform_page_1_1 input[type="url"] {
	color: #000 !important;
	font-size: 14px !important;
	width: 310px !important;
}

#gform_page_1_2 input[type="image"] {
	background: #1dbfd8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkYmZkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzE0OTZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDczYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #1dbfd8 0%, #1496d0 47%, #0d73be 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1dbfd8), color-stop(47%,#1496d0), color-stop(100%,#0d73be)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1dbfd8 0%,#1496d0 47%,#0d73be 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1dbfd8 0%,#1496d0 47%,#0d73be 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1dbfd8 0%,#1496d0 47%,#0d73be 100%); /* IE10+ */
background: linear-gradient(to bottom, #1dbfd8 0%,#1496d0 47%,#0d73be 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dbfd8', endColorstr='#0d73be',GradientType=0 ); /* IE6-8 */
	box-shadow: none;
	padding: 5px 2px;
	border: 0;
	float: right;
	padding: 6px 10px !important;
	margin-right: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.gform_page .gfield_label {
	float: left;
	width: 110px;
	text-align: right;
	clear: both;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin: 7px 5px 4px 20px !important;
}

.home .gfield_description {
	margin-left: 145px !important;
}

.home #gform_fields_1 p {
	width: 90%;
	margin: 0 auto;
}

.home #field_1_1 .ginput_container {
	margin-bottom: 15px !important;
}

.home .gfield_label {
	float: left;
	font-weight: bold;
	margin: 0 15px 0 0;
	width: 110px !important;
}

#gform_page_1_1 .gfield_label {
	width: 110px !important;
}

#gform_page_1_2 .gfield_label {
	width: 121px !important;
}

#gform_next_button_1_2 {
	background-image: url('images/submit-arrow.png');
	background-repeat: no-repeat;
}

#gform_previous_button_1 {
	display: none;
}

#gform_page_1_2 input[type="image"]{
	float: right;
	margin-right: 60px;
	margin-bottom: 10px;
}

.home .gfield_label:before {
	background: url('images/label-arrows.png') no-repeat 0 0 transparent;
	content: '>>>';
	font-size: 24px;
	height: 25px;
	color: transparent;
	vertical-align: middle;
}

.home-slider .ginput_container {
	float: left;
	width: 60%;
}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
	width: 100% !important;
}

.gform_wrapper #gform_page_1_2 .left_label input.medium,
.gform_wrapper #gform_page_1_2 .left_label select.medium {
	width: 98% !important;
}

.home .ginput_container input.medium {
	width: 290px important;
	padding: 5px 10px;
	border: 1px solid #13a0d6;
	border-radius: 0;
}

.gform_wrapper .gform_page_footer input[type="button"],
.gform_wrapper .gform_page_footer input[type="submit"] {
	background: #2fb4ed; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmYjRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE2OWFjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDg1YmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #2fb4ed 0%, #169acb 50%, #0485bc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fb4ed), color-stop(50%,#169acb), color-stop(100%,#0485bc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2fb4ed 0%,#169acb 50%,#0485bc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2fb4ed 0%,#169acb 50%,#0485bc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2fb4ed 0%,#169acb 50%,#0485bc 100%); /* IE10+ */
background: linear-gradient(to bottom, #2fb4ed 0%,#169acb 50%,#0485bc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fb4ed', endColorstr='#0485bc',GradientType=0 ); /* IE6-8 */
	padding: 5px 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #333;
	float: right;
	margin: 0 59px 20px 0;
}

.gform_wrapper .gform_page_footer {
	border-top: 0 !important;
	margin: 20px 0;
	padding: 16px 0 0;
	width: 99%;
}



#middle-widgets {
	background: url('images/middle-bar-bg.png') repeat-x top center transparent;
	height: 89px;
	border-bottom: 2px solid #fff;
}

#middle-widgets .wrap {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

#middle-widgets .icon-holder {
	padding: 0;
	margin: 7px 0 0 15px;
	float: left;
	width: 82px;
	height: 45px;
	border-right: 2px solid #34C3E3;
}

#mid-section-1 .icon-holder {
	background: url('images/web-development-icon.png') no-repeat top left transparent;
}

#mid-section-2 .icon-holder {
	background: url('images/seo-icon.png') no-repeat top left transparent;
}

#mid-section-3 .icon-holder {
	background: url('images/roi-icon.png') no-repeat 0 5px transparent;
}

#mid-section-1 h4,
#mid-section-2 h4,
#mid-section-3 h4 {
	color: #FFFFFF;
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin: 2.2% 0 0;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    vertical-align: middle;
    width: 66%;
}

#mid-section-3 h4 {
	padding-top: 6px;
}

#mid-section-1,
#mid-section-2,
#mid-section-3 {
	background: #0fa1dd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmYTFkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTc0YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0fa1dd 0%, #0974a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0fa1dd), color-stop(100%,#0974a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0fa1dd 0%,#0974a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0fa1dd 0%,#0974a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0fa1dd 0%,#0974a2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0fa1dd 0%,#0974a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa1dd', endColorstr='#0974a2',GradientType=0 ); /* IE6-8 */
	border: 2px solid #0281D2;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width: 32%;
	overflow: hidden;
	position: relative;
	z-index: 99;
	height: 67px;
	margin-top: 20px;
	-moz-transition: margin-top 0.5s ease 0s, height 0.5s ease 0s;
	-webkit-transition: margin-top 0.5s ease 0s, height 0.5s ease 0s;
	transition: margin-top 0.5s ease 0s, height 0.5s ease 0s;
}

#mid-section-1,
#mid-section-2 {
	float: left;
	margin-right: 2%;
}

#mid-section-3 {
	float: right;
}

#mid-section-1:hover,
#mid-section-2:hover,
#mid-section-3:hover { 
	margin-top: -233px;
	height: 320px;
	-moz-transition: margin-top 0.5s ease 0s, height 0.5s ease 0s;
	-webkit-transition: margin-top 0.5s ease 0s, height 0.5s ease 0s;
	transition: margin-top 0.5s ease 0s, height 0.5s ease 0s;
}

#mid-section-1 .wrap,
#mid-section-2 .wrap,
#mid-section-3 .wrap {
	background: #1677a2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NzdhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzhkZThmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzQ0YjZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg0YzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1677a2 0%, #8de8fd 24%, #44b6e8 40%, #0084c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1677a2), color-stop(24%,#8de8fd), color-stop(40%,#44b6e8), color-stop(100%,#0084c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1677a2 0%,#8de8fd 24%,#44b6e8 40%,#0084c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1677a2 0%,#8de8fd 24%,#44b6e8 40%,#0084c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1677a2 0%,#8de8fd 24%,#44b6e8 40%,#0084c7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1677a2 0%,#8de8fd 24%,#44b6e8 40%,#0084c7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1677a2', endColorstr='#0084c7',GradientType=0 ); /* IE6-8 */

	height: 63px;
	color: #fff;
	width: 100%;
	padding: 0;
}

#mid-section-1 div,
#mid-section-2 div,
#mid-section-3 div {
	padding: 14px 25px;
	color: #fff;
	height: 240px;
}

#mid-section-1 img,
#mid-section-2 img,
#mid-section-3 img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 10px 0 #000;
	-webkit-box-shadow: inset 0 0 10px 0 #000;
	box-shadow: inset 0 0 10px 0 #000;
	padding: 0;
	margin: 0;
	height: 80px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.page-template-page_blog-php .entry {
	background-color: #F5F5F5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding: 40px 40px 0px;
	padding: 4rem 4rem 0rem;
}

.page-template-page_blog-php .content {
	padding-bottom: 40px;
}

.readmore {
	width: 90px;
	float: right;
}

.entry-content .readmore a {
	background: #32b4e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyYjRlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhOWFjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjdiOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #32b4e8 0%, #1a9acb 50%, #2b7b96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32b4e8), color-stop(50%,#1a9acb), color-stop(100%,#2b7b96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #32b4e8 0%,#1a9acb 50%,#2b7b96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #32b4e8 0%,#1a9acb 50%,#2b7b96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #32b4e8 0%,#1a9acb 50%,#2b7b96 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #32b4e8 0%,#1a9acb 50%,#2b7b96 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b4e8', endColorstr='#2b7b96',GradientType=0 ); /* IE6-8 */
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px 0 #868A8D;
	-webkit-box-shadow: 2px 2px 2px 0 #868A8D;
	box-shadow: 2px 2px 2px 0 #868A8D;
}

.entry-content a:hover {
	color: #333;
}

.entry-content a.read-more:hover {
	color: #FFF;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	float: left;
	margin: 0 -43px;
	margin: 0 -43px;
	padding: 32px 40px 8px;
	padding: 0 4rem 0.8rem;
}

.blog .entry-footer {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 40px;
	padding-bottom: 4.0rem; 
}

.blog .entry-footer .entry-meta {
	border-top: 0;
	margin: 0;
	padding: 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-categories a {
	color: #1E94C0;
	border: 0;
}

.home .hleft {
	float: left;
	max-width: 640px;
	position: relative;
}

.home .hright {
	float: right;
	width: 300px;
	position: relative;
}

.home .hright .wrap {
	float: left;
	width: 280px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 25px;
	box-shadow: 5px 5px 0 #b4b4b4;
}

.home .hright .wrap img {
	width: 100%;
	max-width: 228px;
	border: 1px solid #ccc;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
	padding: 0 25px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #f4f4f4;
	border-radius: 10px;
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	box-shadow: 3px 3px 5px 0 #B5B5B5;
}

.sidebar .widget-wrap form,
.sidebar .widget-wrap > div {
	padding: 5%;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #e7e5e6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTVlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZDZkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM3YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e7e5e6 0%, #d8d6d7 50%, #c9c7c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e5e6), color-stop(50%,#d8d6d7), color-stop(100%,#c9c7c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7e5e6 0%,#d8d6d7 50%,#c9c7c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7e5e6 0%,#d8d6d7 50%,#c9c7c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7e5e6 0%,#d8d6d7 50%,#c9c7c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7e5e6 0%,#d8d6d7 50%,#c9c7c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5e6', endColorstr='#c9c7c8',GradientType=0 ); /* IE6-8 */
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 25px 0 50px;
	padding: 2.5rem 0 5.0rem;
	margin-top: 25px;
	margin-top: 2.5rem;
	width: 100%;
}

.site-footer .wrap {
	width: 970px;
}

.site-footer .menu-and-social {
	clear: both;
}

.site-footer .menu-and-social h4 {
	display: none;
}

.site-footer .footer-1 {
	float: left;
	width: 65%;
}

.site-footer .footer-1 ul li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #666;
}

.site-footer .footer-1 ul li:first-child {
	border-left: 1px solid #666;
}

.site-footer .footer-1 ul li a {
	padding: 0 13px;
}

.site-footer .footer-2 {
	float: right;
	width: 30%;
}

.site-footer .footer-2 ul li {
	display: inline;
	list-style-type: none;
}

.site-footer p.credits {
	clear: both;
	padding-top: 25px;
	margin-bottom: 0;
}

/* Riel Style*/
/* Forms */
html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, 
html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, 
html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
	margin-left: 0 !important;
}

.sidebar .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
	margin-left: 0 !important;
	margin-right: 0;
	width: 100%;
	padding-right: 0;
}

.sidebar .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	padding-right: 5px;
}

.sidebar .gform_wrapper .ginput_container_textarea textarea.medium {
	width: 100%;
}

#gform_next_button_1_8, #gform_wrapper_4 input[type="image"], #gform_wrapper_2 input[type="image"] {
	background: #2baee0 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #2baee0 1%, #2baee0 50%, #0487b8 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2baee0), color-stop(50%,#2baee0), color-stop(100%,#0487b8)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2baee0 1%,#2baee0 50%,#0487b8 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2baee0 1%,#2baee0 50%,#0487b8 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2baee0 1%,#2baee0 50%,#0487b8 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #2baee0 1%,#2baee0 50%,#0487b8 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2baee0', endColorstr='#0487b8',GradientType=0 ); /* IE6-9 */
	box-shadow: none;
	padding: 5px 2px;
	border: 0;
	float: right;
	padding: 6px 10px !important;
	margin-bottom: 16px;
	margin-right: 61px;
	margin-left: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow:  0px 1px 2px 0px #6089C1;
    box-shadow:  0px 1px 2px 0px #6089C1;
}

#gform_next_button_1_8:hover, 
#gform_wrapper_4 input[type="image"]:hover,
#gform_wrapper_2 input[type="image"]:hover,
.bbtn:hover {
	background: #1dbed8 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #1dbed8 1%, #128aca 50%, #0d74be 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1dbed8), color-stop(50%,#128aca), color-stop(100%,#0d74be)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1dbed8 1%,#128aca 50%,#0d74be 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1dbed8 1%,#128aca 50%,#0d74be 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1dbed8 1%,#128aca 50%,#0d74be 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #1dbed8 1%,#128aca 50%,#0d74be 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dbed8', endColorstr='#0d74be',GradientType=0 ); /* IE6-9 */
}

/* #gform_wrapper_3 { display: none; } */
input.medium { font-size: 14px !important; }
.home .gfield_label { text-align: right; background: ('images/label-arrows.png') no-repeat; }
#input_1_1 { padding: 8px; }
#field_1_1 .gfield_label { margin-left: 21px;}

#gform_page_1_2 .gfield_label:before { content: ""; background: none !important; }
.gfield_html p {  color: #293237; font-family: "Open Sans"; font-size: 16px; font-weight: 600; margin: 0 auto; width: auto; }
#field_1_5 { margin-bottom: 25px; }
.validation_error { font-size: 12px !important; padding: 0 10px !important; }
.gfield_error .validation_message { height:1px; overflow:hidden; padding: 0 !important; }

.gform_wrapper h3.gform_title { font-family: "open sans", Lato, Sans-serif !important; font-weight: 900 !important; font-size: 1.6em !important; }
#field_1_13 p { text-align: center; }

/* Testimonial controls */
.controls { margin-top: 10px; }
.controls a { font-size: 1px; float: left; margin-right: 10px; color: transparent; -moz-transition: none; -webkit-transition: none; -ms-transition: all 0s ease-in-out; -o-transition: color 0 ease-in; transition: none; }
.controls a.prev { display: block; width: 28px; height: 20px; background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: 0 0; }
.controls a.prev:hover { background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: 0 -20px; }

.controls a.playpause { display: block; width: 28px; height: 20px; background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: -28px 0; }
.controls a.playpause:hover { background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: -28px -20px; }

.controls a.next { display: block; width: 28px; height: 20px; background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: -56px 0; }
.controls a.next:hover { background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: -56px -20px; }

.controls a.play { display: block; width: 28px; height: 20px; background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: -28px 0 !important; }
.controls a.play:hover { background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: -28px -20px !important; }

.controls a.pause { display: block; width: 28px; height: 20px; background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: -84px 0 !important; }
.controls a.pause:hover { background-image: url('images/button-sprite-blue.png'); background-repeat: no-repeat; background-position: -84px -20px !important; }

/* Testimonial group */
.hms-testimonial-group .hms-testimonial-template-7 { border-bottom:1px solid #EBEBEB; padding-bottom: 2em; margin-bottom: 2em; }
.testimonial h3 { color: #0C8CCB; }
.hms-testimonial-group .hms-testimonial-template-7 .author { color: #000;}
.lbox img { -webkit-box-shadow:  1px 2px 5px 1px #C4C4C4; box-shadow:  1px 2px 5px 1px #C4C4C4; }


/* Widget forms for sidebar */
#field_4_3 .gfield_label, #field_4_3 .ginput_container { width: 100% !important; }
.sidebar-primary .ginput_container input { padding: 5px 6px !important; }
.sidebar-primary .gform_wrapper  { margin-top: 0; padding: 0 !important; }
.sidebar-primary .gform_wrapper form { padding: 0 5% !important; }
.sidebar-primary .ginput_container { padding: 5px 0 !important; width: 71%; float: left; }
.sidebar-primary .ginput_container input { margin-bottom: 0 !important; }
.sidebar-primary .gform_wrapper .gform_body { padding: 1% 0% !important; }
.sidebar-primary .gfield_html p, .sidebar-primary .gfield_label { padding-top: 10px !important; font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif; font-weight: normal !important; font-size: 14px; margin: 0 !important; color: #000000 !important; }
.sidebar-primary .textwidget p { margin-bottom: 1rem; }
.sidebar-primary .gfield-label { text-align: left !important; }
.sidebar-primary .textwidget { font-size: 14px; }
#gform_wrapper_4 input[type="image"],
#gform_wrapper_2 input[type="image"] { margin-right: 0 !important; margin-bottom: 0 !important; float: none !important; margin-left: 76px !important; }

.tagcloud a { border-bottom: none !important; }
.tagcloud a:hover { color: #0C8CCB; }
.tagcloud { line-height: 1.2em; }
.sidebar-primary .widget { color: #494949; }
.hms-testimonial-container .author { margin-top: 10px; margin-bottom: 10px; }

.sidebar-primary .widget-title { position: relative; }
.sidebar-primary .fbicon, .sidebar-primary .twittericon { position: absolute; top: 11px; }

/* Menu */
#menu-main-menu .page-item-12 a { color: #FFCC38 !important; text-shadow: 1px 1px 1px #000000 !important; filter: dropshadow(color=#000000, offx=1, offy=1) !important; }
.page-template-page_blog-php .entry { border-radius: 10px; -webkit-border-radius: 10px; }

/* Content */
.blueish { color: #0EA3DE; }
.separator_se { border-bottom: 1px solid #E3E3E3; border-top: 1px solid #E0E0E0; margin-top: 30px; margin-bottom: 30px; }
#sble { height: 30px; margin-left: 135px; margin-top: 10px; width: 275px; margin: 0 auto; }
.headsociable ul{ margin: 0; padding: 0; list-style: none; }
.headsociable ul li { display: inline; display: inline-block; vertical-align: top; margin-left: 7px;  }

.site-header .header-widget-area .widget-wrap { float:right; margin-top:40px; }
.entry-meta { color: #000; font-size: 13px; }
.entry-author  a { color: #000; border-bottom: none !important; }
.entry-author  a:hover { border-bottom: 1px dotted #000000; }
.fb-comments { margin-left:30px; width: 570px; }

.post h3 { color: #1C96C1; font-size: 2.2rem; }

.podd { background-color: #E4E1E1; }
.podd .pthumb, .podd .pdesc, .peven .pthumb, .peven .pdesc { min-height: 300px; padding: 18px; }
.podd .pthumb { background-color: #CECECE; }
.podd .pdesc { background-color: #E4E1E1; background: url('images/description-bg-odd.png') no-repeat 0 center #e4e1e1;}
#pportfolio .pthumb img { border: 10px solid #EBEBEB; margin: 0 !important; -webkit-box-shadow: 1px 2px 5px -1px #888888; box-shadow: 1px 2px 5px -1px #888888; transition: margin-top 0.2s ease 0s, box-shadow 0.2s ease 0s; }
#pportfolio .pthumb a:hover img { -webkit-box-shadow: 1px 6px 10px -2px #222222; box-shadow: 1px 6px 10px -2px #222222; margin-top: -8px !important; transition: margin-top 0.2s ease 0s, box-shadow 0.2s ease 0s; }
#pportfolio h3 { color: #333333; font-size: 16px; font-weight: bold; text-shadow: 0px 1px 1px #ffffff; filter: dropshadow(color=#ffffff, offx=0, offy=1); }
.pdesc h2 { font-family: arial; font-size: 14px !important; margin-bottom: 15px; margin-top: 0; text-shadow: 0 1px #FFFFFF; color: #107192; font-weight: bold; }
.pdesc ul, .pdesc ol { margin-bottom: 0; margin-left: 1em; }
.pdesc ul { list-style: none outside url('images/li-bg.png'); }
.pdesc ul li { color: #000000; font-weight: 600 !important; line-height: 1.6em; font-size: 13px;  }

.peven .pthumb { background-color: #E4E1E1; }
.peven .pdesc { background-color: #FFFFFF; background: url('images/description-bg-even.png') no-repeat 0 center #FFFFFF; }

/* Homepage Widgets */
#middle-widgets .textwidget { text-shadow: 1px 1px 4px #1E1E1E; filter: dropshadow(color=#1E1E1E, offx=1, offy=1); font-size: 14px; }
#middle-widgets .textwidget  p { margin-top: 8px; }
#middle-widgets .textwidget .fimg { margin-bottom: 13px; -webkit-box-shadow: inset 0px 0px 2px 0px #000000; box-shadow: inset 0px 0px 2px 0px #000000; width: 260px; height: 80px; -webkit-border-radius: 10px; border-radius: 10px; }
.ybtn { 
color: #333333;
padding: 6px 12px;
font-size: 11px;
text-shadow: 1px 1px 4px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
background: #fedf9c;
background: -moz-linear-gradient(top,  #fedf9c 0%, #fdcc63 3%, #f4be4c 34%, #e4ae3c 67%, #ce9926 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fedf9c), color-stop(3%,#fdcc63), color-stop(34%,#f4be4c), color-stop(67%,#e4ae3c), color-stop(100%,#ce9926)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fedf9c 0%,#fdcc63 3%,#f4be4c 34%,#e4ae3c 67%,#ce9926 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fedf9c 0%,#fdcc63 3%,#f4be4c 34%,#e4ae3c 67%,#ce9926 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fedf9c 0%,#fdcc63 3%,#f4be4c 34%,#e4ae3c 67%,#ce9926 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fedf9c 0%,#fdcc63 3%,#f4be4c 34%,#e4ae3c 67%,#ce9926 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedf9c', endColorstr='#ce9926',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow:  0px 1px 1px 0px #06445D;
box-shadow:  0px 1px 1px 0px #06445D;
-webkit-border-radius: 6px;
border-radius: 6px;
float: right;
}

.bbtn:hover, .ybtn:hover  { 
	color: #ffffff !important; 
	text-decoration:none;
}

.bbtn { 
	color: #ffffff;
	padding: 6px 12px;
	font-size: 11px;
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	background: #2baee0; /* Old browsers */
	background: -moz-linear-gradient(top,  #2baee0 1%, #2baee0 50%, #0487b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2baee0), color-stop(50%,#2baee0), color-stop(100%,#0487b8)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2baee0 1%,#2baee0 50%,#0487b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2baee0 1%,#2baee0 50%,#0487b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2baee0 1%,#2baee0 50%,#0487b8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2baee0 1%,#2baee0 50%,#0487b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2baee0', endColorstr='#0487b8',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:  0px 1px 1px 0px #828283;
	box-shadow:  0px 1px 1px 0px #828283;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: right;
}

.blog .content { background: #F5F5F5 !important; }

.separator_s { border-top: 1px solid #D2D2D2; border-bottom: 1px solid #ffffff; margin-left: 30px; margin-right: 30px; margin-top: 20px; }
.content .separator_s:last-child { display: none; }
/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.hms-testimonials-rotator:after, .hms-testimonial-template-7:after { clear: both; }

.hms-testimonials-rotator:after,
.hms-testimonials-rotator:before, 
.hms-testimonial-template-7:after, 
.hms-testimonial-template-7:before {
  content: ' ';
  display: table;
}

.ie7 .hms-testimonials-rotator, 
.ie7 .hms-testimonial-template-7 {
   zoom: 1;
}

.ie7 .clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

#mobile-menu-wrap { width:100%; margin: 0 auto; max-width:1023px; padding: 0 5%; position: relative; }

.menu-toggle { 
display: none; 
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d2d2d2 67%, #c1c1c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(67%,#d2d2d2), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d2d2d2 67%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d2d2d2 67%,#c1c1c1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d2d2d2 67%,#c1c1c1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d2d2d2 67%,#c1c1c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}

.menu-toggle a { 
display: block;
color: #000000;
padding: 10px;
text-decoration: none !important;
background-image: url('images/icon-mobile3.png');
background-repeat: no-repeat;
background-position: 98% 50%;
}

#mobile-menu { background: #D0D0D0; width: 100%; position: relative; display: none; -webkit-box-shadow:  0px 3px 3px 2px #737373; box-shadow:  0px 3px 3px 2px #737373; }
#mobile-menu li { list-style: none; }
#mobile-menu a { display: block; height: 40px; padding: 10px; text-decoration: none !important; }
#mobile-menu a:hover { background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
 
-webkit-transition: background 0.2s ease-in-out;
-moz-transition:    background 0.2s ease-in-out;
-ms-transition:     background 0.2s ease-in-out;
-o-transition:      background 0.2s ease-in-out;
transition:         background 0.2s ease-in-out; 
}



/* Adjust Twitter Button Width */
.addthis_button_tweet {
    min-width: 65px !important;
}

/* Hide Bubble Counter */
.addthis_counter {
	display:none !important;
}


/*--------- Social Share Styles  -----------*/

.sei-social-share {
  margin-bottom: 5px;
}

.sei-social-share a {
  background-color: #eeeeee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ffffff;
  font-size: 13px;
  margin-right: 3px;
  padding: 2px 10px;
}
.sei-social-share a:before { display:none }
.sei-social-share a.sei-facebook {  background-color:#3F67BE; }
.sei-social-share a.sei-googleplus  { background-color:#F74F4C; }
.sei-social-share a.sei-twitter { background-color:#00AEED; }
.sei-social-share a.sei-linkedin { background-color:#0077B5; }
.sei-social-share .IN-widget a { 
    position: relative !important;
    top: 5px !important;
}

.sei-link { display:inline-block; margin-right: 3px; }
.sei-social-share  .fb-like.fb_iframe_widget{
  height: 19px;
  position: relative;
  top: -8px;
}

.sei-social-share a.sei-twitter {
  margin-top: 0;
  position: relative;
  top: -5px;
}

.sei-social-share .fb_iframe_widget span {
  height: 24px !important;
}

@-moz-document url-prefix() {
	.sei-social-share a.sei-twitter {
		margin-top: 3px;
	}
}

/*CAPTCHA*/
.sidebar .ginput_recaptcha{
	transform:scale(0.61);
	transform-origin:0 0;  
}

.gform_wrapper .gform_footer{
	margin-top:0 !important;
	padding-top:0 !important;
}

.sidebar #gform_wrapper_2 input[type="image"]{
	margin-top:-30px !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
#middle-widgets .wrap { width: auto !important; }
#contact-number { margin-top: 0 !important; }
.site-header .header-widget-area .widget-wrap { float: none; margin-top: 0; }
.menu-toggle { display: block; }
#menu-main-menu, .site-description, .nav-primary { display: none !important; }
#mid-section-1, #mid-section-1:hover,
#mid-section-2, #mid-section-2:hover,
#mid-section-3, #mid-section-3:hover { 
	min-width: 300px !important;
	width: 90% !important;
	margin-top: 0px !important;
	height: auto !important;
	float: none !important;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	margin: 0 auto !important;
	margin-bottom: 20px !important;
	-webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

#middle-widgets { height: auto !important; }
.home .content-sidebar-wrap { width: 90% !important; }
.home .content .page, .home .content .post { padding: 0 !important; }
.home .hright, .home .hright .wrap, .footer-1, .footer-2 { width: 100% !important; }
.site-footer .wrap { width: 90% !important; }
.footer-2 { margin-top: 20px !important; }

	.sidebar .ginput_recaptcha{
		transform:scale(1);
	}

	.sidebar #gform_wrapper_2 input[type="image"]{
		margin-top:0px !important;
	}
	
	.gform_wrapper .gform_footer{
		margin-top:16px !important;
		padding-top:16px !important; 
	}
}

@media only screen and (min-width: 1024px) {
.menu-toggle { display: none; }
#menu-main-menu, .site-description, .nav-primary { display: block !important; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.site-header .widget-area {
		width: 50%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.content .page, .content .post { padding: 5% !important;}
	.content { margin-bottom: 40px; }
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	#gform_wrapper_4 input[type="image"], #gform_wrapper_2 input[type="image"] {
		margin-left: 0 !important;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 767px) {
	.pdesc { background-image: none !important; }
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.home-slider #gform_1 { margin: 20px auto !important; width: 100% !important; }
	.home-slider { width: auto !important; height: auto !important; }
	.home #gform_wrapper_1 { margin: 10px auto !important; max-width: 90% !important; }
	.header-widget-area #contact-number a {
/*		color: #F18A21 !important; */
		background-image: none !important;
/*		-webkit-background-clip: text;
		-webkit-text-fill-color: #F18A21; */
	}
	#logoimg { min-height: 100px !important; display: block; }
	#logoimg img{ display: block !important; margin: 0 auto !important; vertical-align: middle !important; }
	#gform_1 .gform_page .gfield_label { margin-left: 2% !important; }
	#gform_next_button_1_8, .home-slider #gform_page_1_2 input[type="image"]{ margin-right: 2% !important; }
	.home-slider .ginput_container { float: none !important; }
	.home-slider .ginput_container { width: 95% !important; margin: 0 auto !important; }
	.home-slider .gfield { margin: 0 !important; }
	.home-slider .gform_wrapper .gform_page_footer { margin: 0 !important; padding: 0 !important; }
	#gform_page_1_1 input[type="url"] { width: 100% !important; }
	#field_1_10 .gfield_label { text-align: left !important; }
	#field_1_12 .gfield_label { text-align: left !important; }

	.sidebar-primary .ginput_container {
		width: 100%;
		float: none;
	}
	
	.sidebar .gform_wrapper div.gform_footer:not(.top_label){
		margin-left:0;
		margin-top:0 !important;
	}
}  

@media only screen and (max-width: 640px) {
	.sidebar div.gform_wrapper ul.gform_fields.left_label li.gfield{
		margin-bottom:0;
	}
	
	.sidebar .gform_wrapper ul li.gfield.captcha{
		margin-top:-12px;
	}
}
