/*
	Theme Name: Dental Child
	Description: This is the sample theme created for the Genesis Framework.
	Author: Gary Smith Marketing
	Author URI: http://garysmithmarketing.com/
 
	Version: 1.0
  
	Template: genesis
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Custom CSS Styles
	15 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:400,700);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
	color: #1e1e1e;
}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	color: #ff2a00;
}

.post-info,
.post-meta,
#description {
	color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: 'Lato', sans-serif;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 36px;
	font-size: 2.25rem;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
	font-weight: 700;
}

.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	margin: 0 auto;
	max-width: 1152px;
}

#inner {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-top: 2.5rem;
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
#header .widget-area {
	width: 30.555555555%; /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
	width: 65.277777777%; /* 752px / 1152px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

#header {
	border-bottom: 2px solid #1e1e1e;
	min-height: 120px;
	overflow: hidden;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(http://www.paloaltodentalgroup.com/wp-content/themes/dental-child/images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 1px solid #ccc;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
	position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(http://www.paloaltodentalgroup.com/wp-content/themes/dental-child/images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(http://www.paloaltodentalgroup.com/wp-content/themes/dental-child/images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.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;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff2a00;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
}

#footer .wrap {
	border-top: 2px solid #1e1e1e;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #1e1e1e;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #ff2a00;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.paymentButton {
	width: none;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

/*
14 Custom CSS Styles
---------------------------------------------------------------------------------------------------- */

body{
	background:#e8e4df;
	margin:0 auto;
	font-family:"Times New Roman",Georgia,Serif;
}

a { color:#1b75bb; text-decoration:none; }
a:visited { color:#79888b; }
a:hover { color:#afc34d; }

#wrap{
	background:#fff;
	width:1040px;
}

#title a {
	color:#343233 !important;
	text-transform:uppercase;
	font-size:60px;
	font-family:"Times New Roman",Georgia,Serif;
	font-weight:normal;
	letter-spacing:1px;
}

#description{
	color:#343233;
	text-transform:uppercase;
	font-size:21px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:14px;
}

#title-area{
	padding:20px 0 10px 15px;
	width:40%;
}

#header{
	border-bottom:none !important;
	padding-bottom:0px !important;
}

#header .widget-area{
	float:right;
	padding:20px 14px 0 0;
	width:50%;
}

#header .widget-area img{
	float:right;
}

#header .widget-area span{
	color: #394150;
    float: right;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 15px;
    font-style: italic;
    padding: 15px 5px;
}

#nav ul#menu-main-menu{
	background:#1e3f6c;
	height:42px;
	width:100%;
	border-bottom:3px solid #bab0a2;
}

#nav ul#menu-main-menu li{
	padding:0 14px;
	margin:0;
}

#nav ul#menu-main-menu li.current_page_item a{
	color: #FFFFFF;
}

#nav ul#menu-main-menu li a{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
	padding:14px 0 12px 0;
}

#nav ul#menu-contact-us li a:hover{
	color: #dedede;
}

#nav ul#menu-main-menu li ul {
	margin:-2px 0 0 -2px;
}

#nav ul#menu-main-menu li ul li a {
	color:#1e3f6c !important;
	font-size:14px;
	padding:10px;
}

#content-sidebar-wrap {
	position:relative;
}

/* Inner Pages */
#inner{
	padding-top:0px;
	border-top:3px solid #aec465;
}
.content-sidebar #content, .sidebar-content #content {
	padding:20px;
	width:63%;
}
h1.inner-title {
	position:absolute;
	top:25px;
	left:20px;
	color: #1e3f6c;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	font-family:"Times New Roman",Georgia,Serif;
	margin:0 0 10px 0;
}
.inner-body #content {
	margin-top:75px;
}
.page-template-template-about-php #content {
	margin-top:0;
}
.page-template-template-appointment-php #content, .page-template-template-appointment-php #content {
	padding:10px 20px 20px 20px;
}
h1.hide-title {
	display:none;
}
.banner_main{
	float	: left;
	width	: 1040px;
	height	: 200px;
    margin-bottom: 40px;
}
.home_feature_image{
	height	: 285px;
}

/* Sidebar */
.sidebar{
	padding:20px 20px 20px 0;
	width:30.60%;
	margin-top:80px;
}
.page-template-template-appointment-php .sidebar {
	margin-top:10px;
}
.sidebar-about, .sidebar-contact {
	float:left;
	width:30.60%;
	padding:0 0 25px 20px;
}
.inner-body .sidebar {
	margin-top:95px;
	padding:0 0 0 20px;
	float:left;
}
.sidebar .widget_sp_image {
	margin:0;
	padding:0 0 10px 0;
}
.sidebar .widget_sp_image img {
	-webkit-box-shadow:3px 3px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:3px 3px 1px rgba(50, 50, 50, 0.75);
	box-shadow:3px 3px 1px rgba(50, 50, 50, 0.75);
	margin:0;
}

.text-8 ul.menu li{
	padding-bottom:5px;
}

.text-8 ul.menu{
	float:left;
	width:100%;
	padding-bottom:85px;
}

.text-8 ul.menu{
	list-style-type:none;
	padding:25px 0 85px;
}

.text-8 ul.menu li.current_page_item a{
	color: #79888b;
}

.text-8 ul.menu li a {
	color: #1b75bb;
    font-size: 22px;
	text-decoration:none;
}
.text-8 ul.menu li a:visited {
	color:#79888b;
}
.text-8 ul.menu li a:hover {
	color:#afc34d;
}

.flexipages_widget ul li{
	padding-bottom:0px;
}

.flexipages_widget ul{
	float:left;
	width:100%;
	padding-bottom:35px;
}

.flexipages_widget ul{
	list-style-type:none;
}

.flexipages_widget ul li.current_page_item a{
	color: #a6b1b2;
}

.flexipages_widget ul li a{
	color: #1b75bb;
    font-size: 22px;
	text-decoration:none;
}
.flexipages_widget ul li a:visited {
	color:#79888b;
}
.flexipages_widget ul li a:hover {
	color:#afc34d;
}

.textwidget img{
	float:left;
}
/*
#sidebar .textwidget span{
	color: #1E3F6C;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 58%
}*/

#text-7 .textwidget span{
	color: #1E3F6C;
    float: left;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    padding: 14px 45px;
    text-align: center;
    text-transform: none;
    width: 66%;
}

.text-8 ul.menu li a:hover{
	color: #afc34d;
}

.text-8 img{
	float:left;
}

.facebook-span img{
	float:left;
}

.home .facebook-span {
	margin-top:12px;
}

.facebook-span span{
	color: #1E3F6C;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 58%
}

.text-8 span{
	color: #1E3F6C;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 58%
}

.text-8 span.inner-menu{
	color: #1E3F6C;
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 2px 16px;
    text-transform: none;
    width: 100%;
}

.text-8 span.inner-menu:last-child{
    padding-bottom: 20px;
}

.home .entry-title, .entry-title a {
    color: #3A4151;
    font-size:46px;
    font-weight: normal;
    text-transform: uppercase;
	margin:0 0 20px -5px;
	font-family:"Times New Roman",Georgia,Serif;
}
.page-title, .page-title a {
    color: #1e3f6c;
    font-size:36px;
    font-weight: normal;
    text-transform: uppercase;
	margin:25px 0 0 20px;
	font-family:"Times New Roman",Georgia,Serif;
}

.entry-content, .entry-content p {
	color:#3A4151;
    font-size: 18px;
    line-height: 1.4;
	text-align:justify;
}

.footer_main{
	border-bottom:2px solid #AEC465;
    border-top:2px solid #AEC465;
    float: left;
    height: 38px;
	width:100%;
}

.footer_link {
	float:left;
}
.footer_link a{
	float:left;
	padding:6px 0 0 30px;
}
	.foot_left {
		width:38.25%;
	}
	.foot_mid {
		width:28.10%;
	}
		.foot_mid a {
			padding-left:22px;
		}
		.foot_mid a span {
			padding-left:8px;
		}
	.foot_right {
		width:33.14%;
	}

.footer-widgets{
	border-top:none !important;
    position: relative;
	padding:43px 30px 53px 30px;
}
div#footer-widgets:before {
    content: "";
    position: absolute;
    width: 90%;
    top: 0;
    border-top: 1px solid #1e3f6c;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
	.footer-widgets-1 {
		margin:0;
		width:280px;
	}
	.footer-widgets-2 {
		margin:0 20px;
		width:280px;
	}
	.footer-widgets-3 {
		margin:0;
		width:280px;
	}

.footer-widgets h4 {
	font-size:21px;
	color: #1E3F6C;
	text-transform: uppercase;
	font-family:"Times New Roman",Georgia,Serif;
	margin:0 0 24px 0;
}
	
.footer-widgets .widget-area{
	float:left;
}

.footer_main .line-break{
	background: none repeat scroll 0 0 #AEC465;
    float: left;
    height:25px;
    margin-top:7px;
    width:2px;
}

.footer_link a img{
	float:left;
}

.footer_link a span{
	color: #1E3F6C;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding:4px 0 0 8px;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.footer-widgets .widget {
	margin:0;
}

.f_links{
	float: left;
    text-align: center;
    width: 100%;
	padding-bottom:10px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
}

.f_links .dot-break{
}

.copyright-text{
	color: #FFFFFF;
    float: left;
    font-weight: normal;
    text-align: center;
    width: 100%;
	font-size:12px;
}
.copyright-text a, .copyright-text a:hover { color:#fff; text-decoration:none; }
#footer {
	border-top:3px solid #bab0a2;
}
#footer .wrap{
	border-top:4px solid #aec465;
	background:#1e3f6c;
	padding:12px 0;
}

.sidebar .widget{
	border-bottom:none !important;
}

.historical-span span{
    float: left;
    font-family: times new roman;
    font-style: italic;
    font-weight: bold;
    padding: 0px 0 0 19%;
    text-align: center;
    width: 62%;
    color: #3a4151;
}

#text-8 img{
	float:left;
}

#text-8 span{
	color: #1E3F6C;
    float: left;
    font-family: times new roman;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 52%
}

.entry-content h2{
	color: #3A4151;
    font-family: times new roman;
    font-size: 32px;
    font-weight: normal;
}

.entry-content a{
    font-family: times new roman;
    font-weight: normal;
	text-decoration:none;
}

p.doc-content{
}

p.doc-content img{
	float:left;
	padding:0 15px 0 0;
}

p.doc-content .doc-name{
	color: #1E3F6C;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.entry-content .form-fields{
	float:left;
	text-align:left;
	padding-top:10px;
	margin-left:0px;
}

.entry-content input{
	margin: 10px 0;
    padding: 10px;
	border-radius: 8px;
}

.entry-content select{
	float: right;
    margin: 5px 148px 5px 0;
    padding: 3px;
    width: 34%;
	border-radius: 8px;
}

.entry-content .text-field{
	width:75%;
}

.entry-content #captcha{
	margin-left: 10px;
    padding: 6px;
    width: 10%;
}

.entry-content textarea{
	height:250px;
	border-radius: 8px;
}

.entry-content .radio{
	width:5%;
}

.entry-content .btn{
	float:right;
	background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #BBBBBB;
    border-radius: 6px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;
    font: bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 8px 20px 9px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}

.entry-content .btn:hover{
	background: none repeat scroll 0 0 #D9D9D9;
    box-shadow: 0 0 1px 1px #EAEAEA inset;
    color: #222222;
    cursor: pointer;
}

.entry-content #submit_form{
	float:right;
	margin-right:10px;
}

#content h2{
	color: #1E3F6C;
    font-family: times new roman;
    font-weight: normal;
}

span.doc-name label{
	float:left;
}

span.doc-name a{
	float:left;
	padding:5px 0 0;
}

form.appointment-form{
	font-size:16px;
}

span.success{
	background: none repeat scroll 0 0 #E1FDE3;
    border: 1px solid #06B312;
    color: #06B312;
    float: left;
    padding: 4px 8px;
    width: 96%;
}

span.error{
	background: none repeat scroll 0 0 #fde0e0;
    border: 1px solid #ef1414;
    color: #ef1414;
    float: left;
    padding: 4px 8px;
    width: 96%;
}
.full-width-content #content-sidebar-wrap {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding:20px;
}

/*
15 Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 768px) {

	#wrap {
		padding: 0 5%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

	#title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	#footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
		}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	html {
		font-size: 87.5%; /* 14px base */
	}

	#header .search-form {
		width: 100%;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

div#title-area {
    display: none!important;
}
#header .widget-area {
    float: left;
    width: 25%;
    padding: 0;
    margin-top: 20px;
}
.header-middle {
    width: 50%;
    float: left;
}
.header-right-sd {
    width: 25%;
    float: left;
}
.header-right-sd #title {
    text-align: center;
}
.sd-iphone {
    width: 35px;
    float: left;
}
.sd-phone-header {
    float: left;
    line-height: 30px;
}
.header-middle .sd-title {
    margin: 0;
}
.header-middle #title {
    margin: 0 0 0.5rem;
    text-align: center;
}
.sd-schedule-appointment img {
    float: right;
    margin: 30px 0 0;
}
div#header {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.header-middle div#title-area {
    display: block!important;
    width: 100%;
    padding: 0;
	text-align:center;
}
.sd-phone-header span a {
    font-weight: bold;
    font-style: normal;
    color: #1e3f6c;
}
.sd-footer-image-inner {
    max-width: 405px;
    width: 100%;
    margin: 0 auto;
	position:relative;
}
.sd-footer-line {
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}
.sd-footer-line img.alignleft {
    margin-bottom: 15px;
}
.sd-footer-line span {
    line-height: 49px;
    color: #fff;
}
.sd-footer-image {
    margin-top: 15px;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 312px;
}
.sd-footer-three-blocks img {
    width: 100%;
}
.home .sidebar {
    margin-top: 15px;
}
.sd-schedule-appointment {
    background-image: url(images/schedule-appointment.png);
    background-repeat: no-repeat;
    width: 148px;
    height: 39px;
    margin-top: 12%;
    float: right;
}
.sd-schedule-text {
    padding: 8px 0 0px 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    font-family: "Times New Roman",Georgia,Serif;
}
.sd-hours-location .textwidget img.aligncenter {
    margin: 10px auto;
    float: none;
}
.sd-hours-location {
    margin-top: 25px;
}
.sd-old-image img {
    margin: 0 auto!important;
    display: block;
    float: none;
}
.sd-schedule-appointment span a {
    color: #fff;
    text-decoration: none;
}
div#responsive-menu-search-box {
    display: none!important;
}
#responsive-menu-container #responsive-menu-additional-content {
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    margin-top: 12px;
}
#responsive-menu-container li.responsive-menu-item a:hover {
    background: rgba(0, 0, 0, 0.29)!important;
}
.textwidget img.sd-logo {
    display: block;
    margin: 0 auto;
    float: none;
}

@media screen and (min-width:100px) and (max-width:768px){

*{
	box-sizing:border-box;
}
div#wrap {
    width: 100%;
}
#header .widget-area {
    display: none;
}
.header-right-sd {
    display: none;
}
.header-middle {
    width: 100%;
}
div#header {
    padding: 10px 0;
    min-width: 10px;
}
#title a {
    font-size: 40px;
}
#description {
    font-size: 17px;
    letter-spacing: 10px;
}
.home_feature_image {
    height: auto;
    width: 100%;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    max-width: 312px;
    width: 100%;
    float: none!important;
    margin: 10px auto;
}
#footer .wrap {
    padding: 20px 10px;
}
.sd-responsive-phone img {
    display: block;
    margin: 0 auto 10px!important;
    float: none;
}
.sd-responsive-schedule-text {
    padding: 7px 0 0 39px!important;
    font-size: 11px;
}
.sidebar-about, .sidebar-contact {
    width: 100%;
    text-align: center;
    padding: 0;
}
.banner_main {
    width: 100%;
    height: auto;
}

}

@media screen and (min-width:471px) and (max-width:768px){
.sd-responsive-phone {
    width: 50%;
    float: left;
}
.sd-responsive-schedule-container.sd-schedule-appointment {
    margin-top: 4%!important;
}
.sd-responsive-phone span a {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 10px!important;
}
}
@media screen and (min-width:140px) and (max-width:470px){
.footer-widgets {
    padding: 43px 0px 53px;
}
.sd-footer-line img.alignleft {
    display: block;
    float: none;
    margin: 0 auto;
}
.entry-content .text-field {
    width: 100%;
}
.entry-content select {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
}
.header-middle {
    width: 80%;
}
#description {
    font-size: 15px;
    letter-spacing: 4px;
}
#title a {
    font-size: 34px;
}

h1.inner-title {
    font-size: 25px;
}
.text-8 ul.menu li a {
    font-size: 20px;
}
.sd-footer-line span {
    text-align: center;
    display: block;
}
.sd-responsive-phone span a {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 10px!important;
}
.sd-schedule-appointment {
    margin: 10px auto!important;
    float: none;
}
.sd-responsive-schedule-text {
    padding: 7px 0 0 39px!important;
    font-size: 11px;
}

}
@media screen and (min-width:743px) and (max-width:1065px){
*{
	box-sizing:border-box;
}
#wrap {
    max-width: 1040px;
    width: 100%;
}
}
@media screen and (min-width:743px) and (max-width:768px){
#nav ul#menu-main-menu li {
    padding: 0 3px;
}
#nav ul#menu-main-menu li a {
    text-align: center;
    font-size: 14px;
}

}
@media screen and (min-width:769px) and (max-width:1065px){
#nav ul#menu-main-menu li {
    padding: 0 2%;
    display: inline-block;
    float: none!important;
}
#nav ul#menu-main-menu {
    text-align: center;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 31%;
}
#nav ul#menu-main-menu li a {
    font-size: 13px;
}
div#header {
    margin-bottom: 30px;
}
}
.page-id-6 .text-8 ul.menu{
    padding: 25px 0 35px;
}
.page-id-6 li#flexipages-5 {
    display: none;
}

.page-id-6 .sidebar.widget-area.sidebar-alternate{
    margin-top: 0;
}
.page-id-53 .text-8 ul.menu {
    padding: 25px 0 35px;
}
.page-id-53 .sidebar.widget-area.sidebar-alternate{
    margin-top: 0;
}
.page-id-52 .sidebar.widget-area.sidebar-alternate{
    margin-top: 0;
}
.page-id-52 .text-8 ul.menu {
    padding: 25px 0 35px;
}
.page-id-52 .sidebar.widget-area.sidebar-alternate li#text-12{display:none;}
.page-id-52 .sidebar.widget-area.sidebar-alternate li#flexipages-5{display:none;}

.page-id-6 .sidebar.widget-area.sidebar-alternate li#text-12{display:none;}
.page-id-6 .sidebar.widget-area.sidebar-alternate li#flexipages-5{display:none;}

.page-id-53 .sidebar.widget-area.sidebar-alternate li#text-12{display:none;}
.page-id-53 .sidebar.widget-area.sidebar-alternate li#flexipages-5{display:none;}

.page-id-23 .banner_main img {width: 100%;}

#custom_html-3, #custom_html-3 .widget_text {clear: both; display: table; width: 100%; }