/*
	Theme Name: : Hamilton Eye Clinic
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 3.0.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- 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
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
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
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}

.clear{
	clear: both;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 24px;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #4F7399;
	text-decoration: none;
}

a:hover,a.arrow:hover,#sidebar_gps a:hover,#home_gps_area a:hover {
	color: #082341;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}


ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 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: #333;
	font-family: 'Raleway', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

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;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	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;
	font-weight: 300;
	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: #0ebfe9;
}

.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
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 960px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 20px;
	padding-top: 2rem;
}

.page .site-inner{
	padding-top: 0;
}

.page-template-page_front-php .site-inner{
	padding-top: 30px;
	padding-top: 3rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	/* max-width: 680px;  removed - custom min771 and max770 settings set below */
}

.page-template-page_front-php .content {
	max-width: 640px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.page-template-page_front-php .content {
	float: left;
	width: 640px;
}

#home_featured_img{
	background: #d8f1ff;
	text-align: center;
	overflow:hidden;
	height: 281px;
}

#featured_img_area{
	background: #d8f1ff;
	text-align: center;
	max-height: 194px;
        min-height: 100px;
}

.page-template-page_front-php h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	max-width:620px;
}


.link_underlined:hover{
	text-decoration: underline;
}

.home_headers{
	background: url(images/home_header_bg.jpg) no-repeat;
	background-size: 100% 36px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 5px;
	font-weight: 700;
	margin-bottom: 5px;	
}

.home_links{
	background: url(images/link_arrow.png) no-repeat right center;
	font-family: 'Open Sans', sans-serif;

	display: block;
	width: 230px;
}
a.arrow,#sidebar_gps a,#home_gps_area a{
	background: url(images/link_arrow.png) no-repeat right center;
	color: #436a96;
	padding-right: 20px;
	font-weight: 700;
	line-height: 35px;
}
a.arrow.big {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 4px;
}
#sidebar_contact_us a.arrow{
	font-weight: 600;
}

#home_featured_text_area{
	width: 410px;
	float: right;
	margin-top: -285px;
	position: relative;
	margin-right: 30px;
}

#home_featured_text_area h2{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 34px;
	width: 410px;
	padding: 20px 0 45px 70px;
/* Waqas Original 
background: rgba(226,244,255,0.5);
background: -moz-linear-gradient(left, rgba(226,244,255,0.5) 0%, rgba(180,216,238,0.5) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,244,255,0.5)), color-stop(100%, rgba(180,216,238,0.5)));
background: -webkit-linear-gradient(left, rgba(226,244,255,0.5) 0%, rgba(180,216,238,0.5) 100%);
background: -o-linear-gradient(left, rgba(226,244,255,0.5) 0%, rgba(180,216,238,0.5) 100%);
background: -ms-linear-gradient(left, rgba(226,244,255,0.5) 0%, rgba(180,216,238,0.5) 100%);
background: linear-gradient(to right, rgba(226,244,255,0.5) 0%, rgba(180,216,238,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f4ff', endColorstr='#b4d8ee', GradientType=1 );
end of Waqas original */

//* Josh code
background: -moz-linear-gradient(left,  rgba(180,216,238,0) 0%, rgba(180,216,238,1) 22%, rgba(180,216,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,216,238,0)), color-stop(22%,rgba(180,216,238,1)), color-stop(100%,rgba(180,216,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(180,216,238,0) 0%,rgba(180,216,238,1) 22%,rgba(180,216,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(180,216,238,0) 0%,rgba(180,216,238,1) 22%,rgba(180,216,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(180,216,238,0) 0%,rgba(180,216,238,1) 22%,rgba(180,216,238,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(180,216,238,0) 0%,rgba(180,216,238,1) 22%,rgba(180,216,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4d8ee', endColorstr='#b4d8ee',GradientType=1 ); /* IE6-9 */
}

#home_featured_text_area a,
#gform_submit_button_5 {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	border: 1px solid #49709a;
	padding: 7px 15px;
	background: #436a96;
	background: -webkit-linear-gradient(#436a96, #31465e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#436a96, #31465e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#436a96, #31465e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#436a96, #31465e); /* Standard syntax */
}

#home_featured_text_area a{
	float: right;
	margin-right: 20px;
	margin-top: -35px;
}
input#gform_submit_button_5 {
    margin: auto;
    padding: 7px 40px;
    display: block;
}

.page_title_area h1, .page_title_area h2{
	background: url(images/page_title_bg.png) no-repeat;
	font-size: 38px;
	color: #ffffff;
	margin-top: -65px;
	margin-bottom: 25px;
	position: relative;
	padding: 10px 15px;
}

.page_parent_area h2{
	border-bottom: 2px solid #e9e9e9;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.list_block ul{
	float: left;
	width: 27%;
	font-size: 15px;
}

body .read_more_btn a{
	font-weight: 500;
	font-size: 16px;
}

.single .entry-meta{
	display: none;
}

.bread_crumbs{
	border-bottom: 2px solid #e9e9e9;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.page-id-8 .bread_crumbs, .page-id-11 .bread_crumbs, .page-id-36 .bread_crumbs{
	display: none;
}

table.contact_table tr td:first-child {
	max-width: 150px;
	padding-right: 7px;
	vertical-align: top;
}	

.staff_categories{
	float: left;
	width: 240px;
}

.staff_categories li{
	background: #f4f3f3;
	list-style-type: none;
	margin-bottom: 0;
	word-wrap: break-word;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	color: #000000;
	padding: 10px 0;
}

.staff_categories li .sub-menu li{	
	border: none;
	padding: 1px 0;
}

.staff_categories li .sub-menu li:hover{
	background:  #d9d9d9;
}

.staff_categories .sub-menu .current-menu-item{
	background:  #d9d9d9;
}

.staff_categories li .sub-menu li a{	
	background: url(images/list_style_type_bg.jpg) no-repeat 20px center;
	color: #000000;
	padding: 0;
	font-size: 16px;
	padding: 0 30px;
}

.staff_categories .sub-menu{
	display: none;
}

.staff_categories .current-menu-item .sub-menu{
	display: block !important;
}

.staff_categories li a{
	display: block;
	width: 100%;
	font-size: 20px;
	padding: 5px 10px;
}

.page-template-page_staff-php .content-sidebar-wrap{
	float: right;
	max-width: 680px;
	margin-left: 40px;
}

.featured_image_area{
	background: #d8f1ff;
	text-align: center;
	height: 194px;
}

	#staff_page_title_area{
	margin-top: -85px;
}

.tax-staffrole article{
	float: left;
	width: 290px;
	min-height: 425px;
	margin-right: 30px;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.tax-staffrole article a{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.tax-staffrole .entry-meta, .single-staff .entry-content{
	display: none;
}

.tax-staffrole .content {
width: 680px;
}

.single-staff article{
	margin-bottom: 0;
}
hr.hidden,
.page-id-31 hr {
	border: 0;
	margin: 0;
	clear: both;
}

div.staffphoto {
	float: right;
	margin-left: 15px;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.header-widget-area .search-form input[type="submit"] {
	border: 0;
	margin: -33px;
	padding: 0px 4px;
	position: absolute;
	margin-top:1px;
	height: auto;
	width: auto;
	clip: auto;
	background: #418DBE;
}

.header-widget-area .search-form input[type="submit"]:hover {
	background: #55A8DD;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0,0,0,0);
	margin: -1px;
	height:1px;
	width:1px;
	padding: 10px;
	position: absolute;
	margin-top:1px;
}


.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

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;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */
/*
.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}
*/

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
	display:none;
}

.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: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/* 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: 16px;
	font-size: 1.6rem;
}

/* stopping the "other" radio input field appearing weird  */
div.gform_wrapper .gfield_radio li input {
	width:inherit; 
}
/* set the width on the brochure order form labels */
.gform_wrapper .left_label.w55 .gfield_label {
	width: 55%;
}
/* Gravity forms @media CSS  */
@media only screen and (max-width: 480px) {

	.gform_wrapper .left_label.w55 .gfield_label {
	width: 100%;
	}
}

.gform_wrapper select {
	font-size: inherit !important;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {	
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	z-index: 999;
	width: 100%;

	background: #4082B2;
	background: -webkit-linear-gradient(#4191C2, #3F79A7); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#4191C2, #3F79A7); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#4191C2, #3F79A7); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#4191C2, #3F79A7); /* Standard syntax */
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 330px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	background: url(images/clinic_logo.png) no-repeat;
	width: 329px;
	height: 78px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	text-indent: -9999px;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
	display: block;
	width: 329px;
	height: 78px;

}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 280px;
	margin-top: 6px;
	margin-bottom: 12px;
}

.site-header .search-form {
	float: right;
	margin-top: 0px;
}

.header-widget-area img#sx_logo {
	height: 70px;
}

.header-widget-area .widget_search {
	max-width: 220px;
	float: right;
}
.header-widget-area input[type="search"],
.header-widget-area input[type="search"]:focus{
	padding: 1px 25px 1px 5px;
	border:0px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	padding: 12px 20px;
	padding: 1.2rem 2rem;
	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: #ECECEC;  remove */

}

.genesis-nav-menu > .menu-item > a {
/*	text-transform: capitalize;  */
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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:200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #639EC6;
	border: 1px solid #eee;
	border-top: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	position: relative;
	width: 220px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item.current_page_item,
.genesis-nav-menu .menu-item.current-page-ancestor {
	position: static;
	/* background overlay on hover - doesn't show in IE8, which doesn't matter */
	background: rgba(255, 255, 255, 0.1);
}

.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: 20px 0;
	padding: 2rem 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: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* 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: #609EC5;
	background: -webkit-linear-gradient(#76AED3, #5D9BC2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#76AED3, #5D9BC2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#76AED3, #5D9BC2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#76AED3, #5D9BC2); /* Standard syntax */
	border-bottom: 4px solid #3a597b;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #ffffff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #639EC6;;
	border: 1px solid #3a597b;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #fff;
}

#menu-icon{
	display:none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.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 {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.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;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 240px;
}

.page-template-page_front-php .sidebar, #home_page_sidebar_area{
	float: left;
	width: 295px;
	margin-left: 25px;
}

#home_page_sidebar_area .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	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 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

#sidebar_gps,
#home_gps_area{
	text-align: center;
	border: 3px solid #f1f1f1;
	padding: 8px;
	margin-bottom: 60px;
}

#sidebar_gps h4,
#home_gps_area h4{
	color: #344b66;
	border-bottom: 2px solid #428ebf;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;	
	padding: 0 40px 5px;margin-bottom: 10px;
	margin-bottom: 5px;
}

#sidebar_gps h3,
#home_gps_area h3{
	font-size: 20px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 0;
}

#sidebar_gps p{
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

/* subscribe form from professionals */
#gform_fields_5 .gfield_label {
    font-weight: 400;
    font-size: .9em;
    margin: 0;
}

li#field_5_3 {
    width: 250px;
    margin-left: auto !important;
    display: block;
    margin-right: auto;
}

#gform_wrapper_5 {
    background: #f4f3f3;
    padding: 5px;
}
.gform_footer.top_label {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* end of subscribe form from professionals */

#sidebar_contact_us,
#satellite-clinics-home{
	background: #f4f3f3;
}

#sidebar_contact_us{
	padding: 25px 16px 0;
}

#satellite-clinics-home{
	padding: 20px 16px 15px;
	margin-top: -30px;
}

#sidebar_contact_us h4,
#sidebar_contact_us .widget-title h4,
#sidebar_contact_us h4.widget-title,
#satellite-clinics-home h4.widget-title {
	clear: both;
	color: #344b66;
	border-bottom: 2px solid #428ebf;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;		
	padding-bottom: 5px;
	margin-bottom: 10px;
	display:block;
	text-transform: none;
}

#sidebar_contact_us p span{
	float: right;
	width: 180px;
	margin-bottom: 15px;
}

.sidebar_phone{
	margin-bottom: 0;
}

.sidebar_phone span{
	margin-bottom: 0 !important;
}

#menu-satellite-clinics li{
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	padding: 5px 0 4px 0;
	margin: 0;
	list-style-type: none;
}

#menu-satellite-clinics li:hover{
	background: #d9d9d9;
}

#menu-satellite-clinics li a{
	color: #000000;
	font-weight: 600;
	padding-left: 10px;
	width: 100%;
    	height: 100%;
    	display: block;
}

#sidebar_contact_us_link{
	background: url(images/link_arrow.png) no-repeat right center;
	color: #436a96;
	padding-right: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
}

#sidebar_contact_us ul li{
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	padding: 5px 0 4px 0;
	margin: 0;
}

#sidebar_contact_us ul li a{
	color: #000000;
	font-weight: 600;
	padding-left: 10px;
}

.sidebar_testimonial{
	background: url(images/testimonials_back.jpg) no-repeat;
	background: #E4F5FF;
	padding: 25px 22px 25px;
	text-align: center;
	height: 222px;
	max-width: 295px;
}

.sidebar_testimonial p:before{
	content: " ";
	display: block;
	background: url(images/quote_start.png) no-repeat;
	width: 20px;
	height: 17px;
	margin-left: -10px;
}

.sidebar_testimonial p:after{
	content: " ";
	display: block;
	background: url(images/quote_end.png) no-repeat;
	width: 20px;
	height: 17px;
	margin-left: 235px;
}

.sidebar_testimonial p{
	color: #344b66;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
}

.sidebar_testimonial h5{
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	background: #c7e3f3;
	padding: 8px 0;
	text-align: center;
	margin-left: -22px;
	margin-right: -22px;
}

#nav_menu-3 ul li{
	background: #f4f3f3;
	list-style-type: none;
	margin-bottom: 0;
	word-wrap: break-word;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	color: #000000;
	padding: 10px 15px;
	font-size: 20px;
}
#nav_menu-3 ul li.menu-item-has-children{
	background: url(images/sidebar_arrow.png) no-repeat 210px 20px #f4f3f3;
}
#nav_menu-3 ul li a{
	display: block;
	width: 100%;
}

#nav_menu-3 .current-menu-ancestor{
	padding: 0;
}

#nav_menu-3 .sub-menu li{
	background: url(images/list_style_type_bg.jpg) no-repeat top 10px left 20px;
	border: none;	
	padding: 2px 0 2px 30px;
}

#nav_menu-3 .sub-menu li:hover{
	background-color: #d9d9d9;
}

#nav_menu-3 .sub-menu li a{	
	background: none;
	color: #000000;
	padding: 0;
	font-size: 16px;
}

#nav_menu-3 .current_page_ancestor a{
	background: url(images/sidebar_arrow.png) no-repeat 210px 20px #d8f1ff;
	color: #000000;
	display: block;
	padding: 10px 15px;
}

#nav_menu-3 .sub-menu .current-menu-item{
	background: url(images/list_style_type_bg.jpg) no-repeat 20px center #d9d9d9;
}

#nav_menu-3 .sub-menu a{
	font-size: 16px;
}


#nav_menu-3 .sub-menu{
	margin-bottom: 30px;
}

.doctors_block{
	float: left;
	width: 310px;
	min-height: 425px;
	margin-right: 30px;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
div.doctors_block.nophoto{
	min-height: 160px;
}

div.doctors_block.administration{
	min-height: 160px;
}



.doctors_block_name{
	/* color: #000000;  - josh removed this */
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.doctors_block a{
	/* color: #000000;  - josh removed this */
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.doctors_block_qualifications{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

.administration .doctors_block_qualifications {
	margin-bottom:0px;
}

.doctors_block_content{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

body .doctors_block_content p{
	margin-bottom: 0;
}

.doctors_block_content a {
	font-size: 16px;
}

#nav_menu-3 .current-menu-item a{
	background: #d8f1ff;
	color: #000000;
	display: block;
	padding: 10px 15px;
}
#nav_menu-3 .current-menu-item.menu-item-has-children > a{
	background: url(images/sidebar_arrow.png) no-repeat 210px 20px #d8f1ff;
}
#nav_menu-3 .current-menu-item{
	padding: 0;
}


body #nav_menu-3 .current-menu-item .sub-menu{
	display: block;
}

body .current-page-ancestor .sub-menu{
	display: block;
}

body .single_staff_link{
	font-weight: normal;
	font-size: 16px;
}

.single_staff_link:hover{
	text-decoration: underline;
}

/*#subpages-widget-2 .widget-wrap ul li{
	background: url(images/sidebar_arrow.png) no-repeat 210px 20px #f4f3f3;
	list-style-type: none;
	margin-bottom: 0;
	word-wrap: break-word;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	color: #000000;	
	font-size: 20px;
}

#subpages-widget-2 .widget-wrap ul li ul li{
	background: #f4f3f3;
}

#subpages-widget-2 .widget-wrap ul li ul li:hover{
	background: url(images/list_style_type_bg.jpg) no-repeat 20px center #d9d9d9;
}

#subpages-widget-2 .widget-wrap ul li ul li a:hover{
	background: url(images/list_style_type_bg.jpg) no-repeat 0px center #d9d9d9;
}

.widget_subpages_current_page a{
	background: url(images/sidebar_arrow.png) no-repeat 210px 20px #d8f1ff;
	color: #000000;
	width: 240px;
	display: block;	
}

#subpages-widget-2 .widget-wrap ul li a{	
	display: block;
	padding: 10px 15px;
}

.widget_subpages_current_page ul li{
	border: none !important;
	padding: 2px 0 2px 20px;
}

.widget_subpages_current_page ul li a{
	background: url(images/list_style_type_bg.jpg) no-repeat 0px center;	
	width: 210px;
	padding: 3px 0 2px 10px !important;
	font-size: 16px;
}*/

.simple-faq-accordion h3{
	background: url(images/q_a_arrow_back.png) no-repeat 640px center #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #000000;
	padding: 10px;
	margin-bottom: 0;
	border-bottom: 2px solid #e9e9e9;
}
	
.simple-faq-accordion h3:hover{
	background: url(images/q_a_arrow_down_hover.png) no-repeat 640px center #e9e9e9;
}

.simple-faq-accordion .ui-state-active{
	background: url(images/q_a_arrow_up_active.png) no-repeat 640px center #e0e0e0;
}
.simple-faq-accordion h3.ui-state-active:hover{
	background: url(images/q_a_arrow_up_active.png) no-repeat 640px center #e9e9e9 !important;
}

.simple-faq-accordion .ui-accordion-content{
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e9e9e9;
}

.mail_list_form{
	background: #d8f1ff;
	padding: 15px 20px;
	margin-top: 60px;
	height: 125px;
}

.mail_list_form p{
	float: left;
	width: 310px;
	margin-left: 10px;
	margin-bottom: 0;
}

.mail_list_form h3{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #000000;
}


.mail_list_form label{
	float: left;
	width: 55px;
	display: block;
	line-height: 30px;
}

.mail_list_form input{
	width: 255px;
	height: 30px;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #436a96;
}

.mail_list_form .form_name, .mail_list_form .form_email{
	float: left;
}

.mail_list_form .form_name{
	margin-left: 10px;
	margin-right: 45px;
}

body .form_submit_btn{
	float: right;
}

.mail_list_form input[type="submit"]{
	float: right;
	background: red;
	margin-top: 15px;
	border: none;
	width: 100px;
	height: 40px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	background: -webkit-linear-gradient(#436a96, #31465e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#436a96, #31465e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#436a96, #31465e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#436a96, #31465e); /* Standard syntax */
}

body div.wpcf7-mail-sent-ok{
	margin-top: 110px;
	border: 2px solid #3C5B7F;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	background: #4290c1;
	background: -webkit-linear-gradient(#4290c1, #3b6490); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#4290c1, #3b6490); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#4290c1, #3b6490); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#4290c1, #3b6490); /* Standard syntax */
}

.footer-widgets .wrap {
	background: url(images/footer_line.png) repeat-x 0 38px;
	padding: 15px 0 16px;
	padding: 1.5rem 0 1.6rem;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
}

.footer-widgets a:hover {
	color: #dfdfdf;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets-1{
	width: 100%;	
}

.footer-widgets-1 .menu li{
	float: left;
	color: #ffffff;
	margin-right: 14px;	
}

.footer-widgets-1 .menu li .sub-menu li{
	float: none;
	list-style-type: disc;
	line-height: 21px;
}

.footer-widgets-1 .menu li .sub-menu li a{
	font-size: 14px;	
}

.footer-widgets-1 .menu li .sub-menu{
	padding-left: 18px;
	margin-top: 5px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #3f7faf;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 10px 0;
	padding: 1rem 0;
}

.site-footer a,
.site-footer p {
	color: #ffffff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-weight: 300;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
	letter-spacing: 0;
}

#site_footer_area p#left_side{
	float: left;	
}

#site_footer_area #left_side{
	margin-right: 30px;
}

#site_footer_area p#right_side{
	float: right;
	text-align: right;	
}

#site_footer_area span{
	margin: 0 10px;
}

#site_footer_area a:hover{
	text-decoration: underline;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 250px;
	}

}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	
	.page-template-page_front-php .sidebar, #home_page_sidebar_area{
		float: none;
		clear: both;
		margin: 0 auto;
	}
	
	.footer-widgets .widget{
		padding-left: 2%;
		padding-right: 2%;	
	}
	
	.footer-widgets-1 .menu li{
		margin-right: 8px;	
	}
	
	#site_footer_area p#left_side,
	#site_footer_area p#right_side{
		float: none;
		text-align: center;
	}
	
	.nav-primary .wrap{
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.genesis-nav-menu a{
		font-size: 16px;
		font-size: 1.6rem;
		padding: 12px 10px;
		padding: 1.2rem 1rem;	
	}
	
	#home_featured_text_area h2{
		font-size: 30px;
	}
	
	#home_featured_img{
		height: auto;	
	}
	
	#home_featured_text_area{
		margin-top: -220px;
	}
	


	
	.sidebar-content .sidebar{
		float: none;
		clear: both;
		margin: 0 auto;
	}

	#home_featured_text_area a{
		margin-bottom: 60px;
	}

	.staff_categories {
		float: none;
		width: 240px;
		margin: 0 auto 30px;
	}
	.page-template-page_staff-php .content-sidebar-wrap {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	.left_side_menu{
		clear: both;
	}
	.tax-staffrole .content {
	width: 100%;
	}
}

 @media only screen and (min-width: 771px) {
	.content {
		width: 680px;
	}
} 

 @media only screen and (max-width: 770px) {
	.content {
		max-width: 680px;
	}
} 


@media only screen and (max-width: 600px) {

.page_title_area h1, .page_title_area h2{
	margin-top: -6px;
	}


	h2{
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.menu-primary {
		display: none;
	}	
	
	#menu-icon {
		background: url("images/menu-icon.png") no-repeat	scroll 10px center #68A4C9;
		border-bottom: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
		color: #ffffff;
		cursor: pointer;
		display: block;
		font-size: 18px;
		font-weight: 700;
		height: 35px;
		line-height: 35px;
		margin: 2px 0 0;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,{
			width:100%;
			float:none;
		}
	

	.genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	/*.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}*/
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	.title-area, .site-title, .site-title a, .site-title a:hover{
		float: none;
		background-size: contain;
		width: 280px;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	.site-header .widget-area {
		width: 250px;
		float: none;
		margin: 0 auto;
	}
	
	.site-header{
		background-size: contain;
		/* height: 215px; */
	}
	
	.page-template-page_front-php .content{
		width: 100%;
	}
	
	.link_underlined{
		width: 100%;
	}
	
	.page-template-page_front-php .sidebar{
		width: 	275px;
	}
	
	.footer-widgets .wrap{
		background-size: cover;
	}
	
	.footer-widgets-1 .menu li{
		float: none;
	}

	.footer-widgets-1{
		text-align: center;
	}
	
	.footer-widgets-1 .menu li .sub-menu li{
		list-style-type: none;
	}

	.list_block ul{
		float: none;
		width: 100%;		
		margin: 0;
		padding-left: 40px;
	}
	
	.home_headers{
		background-size: cover
	}
	
	.nav-primary .wrap{
		background: #68A4C9;
	}
	
	.genesis-nav-menu a{
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a{
		background: none;
		border: none;
	}
	
	.doctors_block {
		float: none;
		width: 270px;
		min-height: 420px;
		margin-right: 30px;
		margin: 0 auto;
	}
	
	.sidebar-content .content{
		float: none;
	}
	
	.content{
		width: 100%;
	}
	
	.page_title_area h1, .page_title_area h2{
		font-size: 24px;
		font-size: 2.4rem;
	}

	.page-template-page_front-php h1{
		font-size: 25px;
		font-size: 2.5rem;
		text-align: center;
	}


	.footer-widgets .wrap{
		background: #3f7faf;
	}

	.site-footer{
		padding: 0;
	}

	#sidebar_testimonial p{
		font-size: 20px;
	}
	#home_featured_img img{
	max-width: 150%;
	}

	#sidebar_contact_us p span{
		width: 160px;
	}	

	.page-template-page_front-php .sidebar, #home_page_sidebar_area{
		width: 270px;
	}

	#sidebar_testimonial p:after{
		margin-left: 215px;
	}

	

	.tax-staffrole .page_title_area h1, .tax-staffrole .page_title_area h2, .single .page_title_area h1, .single .page_title_area h2{
		margin-top: -88px;
	}
	.footer-widgets .menu a {
		font-weight: bold;	
	}
	.footer-widgets-1 .menu li .sub-menu li a {
		font-weight: normal;
	}
	#home_featured_text_area{
		margin: 0px auto;
		float: none;
		max-width: 95%;
	}
	#home_featured_text_area h2{
		max-width: 100%;
		padding-left: 0px;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
}