/*
Theme Name: PUV
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for http://paediatricgastro.com.au
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea,
select {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
	background-color: #FFF;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background-color:#595959;
	background-image:url(images/bg-grey.jpg);
	padding-top:10px;
}
.wrap {
	padding-top:5px;
	background-image:url(images/bg-light-grey.jpg);
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #0997D7;
	text-decoration:none;
}
a:hover {
	color: #0f3647;
}
a:focus {
	outline: 1px dotted rgba(0,0,0,0.8);
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
}
.site-content {
	margin: 24px 0 0;
}
.widget-area {
	margin: 24px 0 0;
}
.home .site-content {
	margin:0;
}
/* Header */
.site-header {
	padding: 10px 0;
	position:relative;
	}
.site-header h2 {
	text-align: left;
}
.site-header h2 {
	font-weight: normal;
	font-size: 21px;
	color: #757575;
}
.logo {
	width:100%;
}
.logo img {
	width:100%;
	height:auto;
}
.contact-dets {
	text-align:center;
	min-height:70px;
}
.contact-dets h4 {
	clear:none;
	font-weight:300;
	margin:0 0 2px;
	font-size:13px;
line-height:17px;
	color:#666666;
}
.contact-dets h4 span {
color: #f79420;
font-weight:bold;
}
.contact-dets h4 a {
text-decoration:none;
color:#666666;
}
.contact-dets p {
	clear:none;
	font-size:13px;
	margin-bottom:8px;
	color:#666666;
}
.contact-dets p {
	color:#666666;
}
.contact-dets p a {
	color: #585858;
	text-decoration: none;
}
.line {
	clear:both;
 	border-top : 3px dotted #f79420;
 	opacity : 0.75;
	height:5px;
}
/* Navigation Menu */
.menu-toggle {
	background-color:#f79420;
	color:#FFF;
	cursor: pointer;
	display: block;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    padding: 6px 10px;
	border-radius:3px;
	margin-bottom:10px;
	text-transform:uppercase;
}
	
.menu-toggle:active,
.menu-toggle.toggled-on {
	background-color: #60C1DF;
}
.main-navigation {
	margin-top: 12px;
	text-align: center;
	width:100%;
}
.main-navigation li {
	/*margin-top: 24px;*/
	margin:0;
	font-size: 15px;
	line-height: 1.5;
	
	border-bottom:1px dotted #CCC;
	width:100%;
}
.main-navigation .sub-menu {
	display:none;
}
.main-navigation a {
	color: #5e5e5e;
	text-decoration:none;
	
	display:block;
	line-height:2.2em;
	text-transform:lowercase;
}
.main-navigation a:hover {
	color: #21759b;
	background-color:rgba(212,212,212,0.7);
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
#secondary  h3.widget-title {
    background-color: #f79420;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Quicksand","Open Sans",sans-serif;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 5px 10px;
	text-transform:none;
	line-height:normal;
}
.section-faqs #secondary  h3.widget-title {
     background-color: #e0aa10;
}
.section-links #secondary  h3.widget-title {
     background-color: #dd8e40;
}
.widget-area .widget {
	margin-bottom: 24px;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height:normal;
}
.widget-area .widget p {
	margin-bottom: 24px;
	
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	color:#728284;
	line-height: normal;
	width:100%;
	margin-top: 0px;
	padding: 0;
	text-align:center;
	}
footer[role="contentinfo"] a {
	color: #728284;
	text-decoration:none;
}
footer[role="contentinfo"] a.credit {
	color: #879698;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
#colophon .info {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-family:'Quicksand', 'Open Sans', sans-serif;
  	font-size : 31px;
  	color : #f79420;
	line-height: 1.2;
	font-weight: normal;
}

.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 1.5em;
}
.entry-content h1 {
	font-family : 'Quicksand';
  	font-size : 32px;
 	letter-spacing : -0.8px;
  	color : #f79420;
	line-height: 1.5;
	font-weight:normal;
}
.entry-content h2 {
	font-size: 21px;
	line-height: 1.6;
	font-weight:600;
	margin-bottom:1em;
	color : #f79420;
}
.entry-content h3 {
	font-size: 18px;
	margin-bottom:10px;
	font-weight:600;
	color : #f79420;
	line-height:normal;
}
.entry-content h4{
	font-size: 14px;
}
.entry-content h5 {
	font-size: 13px;
}
.entry-content h6 {
	font-size: 12px;
	
}

.section-services .entry-header .entry-title,
.section-services .entry-content h2,
.section-services .entry-content h3{
	color: #f79420; /*#86B240*/;
}
/*.section-links .entry-header .entry-title,
.section-links .entry-content h2,
.section-links .entry-content h3  {
	color: #dd8e40;
}
.section-faqs .entry-header .entry-title,
.section-faqs .entry-content h2,
.section-faqs .entry-content h3 {
	color: #e0aa10;
}
.section-contact .entry-header .entry-title,
.section-contact .entry-content h2,
.section-contact .entry-content h3 {
	color: #50a362;
}*/



.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 5px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	
	line-height: normal;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table th {
	background-color:#D6D6D6;
	background-color:rgba(178,178,178,0.35);
	padding:7px 0;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.entry-content table .header-row td {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 4px 10px 4px 5px;
}
.site-content article {
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
/* =Page Specific Content
-------------------------------------------------------------- */
/*Home */
.home .entry-content h1 {
	margin-bottom:25px;
	padding-top:15px;
	font-size: 24px;
	line-height:normal;
}
.home .entry-content p {
	font-weight:300;
}

#content .circle-menu {
	list-style:none;
	width:100%;
	display:block;
}
/*.circle-menu li {
	margin:5px 5px 10px;
	padding:0;
	text-transform:uppercase;
}
.circle-menu li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.2);
	padding:20px 5px;
	font-family:'Quicksand', 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:21px;
}
.circle-menu li a strong {
	font-weight:normal;
}
.circle-menu li.blue a { background-color:#0071bc; }
.circle-menu li.aqua a { background-color:#f79420; }
.circle-menu li.yellow a { background-color:#ffc60b; }
.circle-menu li.orange a { background-color:#dd8e40; }
.circle-menu li.red a { background-color:#93374b; }
.circle-menu li.purple a { background-color:#6a5f93; }
.circle-menu li.green a { background-color:#50a362; }

.circle-menu li a:hover {
	box-shadow:inset 1px 1px 3px 1px rgba(0,0,0,0.3);
}
.box-photoset {
		padding-top:5%;
}
.box-photoset a {
		max-width:100%;
		
}
.box-photoset img {
	background-color: #fff;
	border-radius: 0;
	padding: 3px;
	margin-bottom:5px;
	
}*/
.home-services {
	clear:both;
	padding-top:20px;
	border-top:2px dotted #CCC;
}
.home-services h3 {
	font-family: "Quicksand","Open Sans",sans-serif;
  font-size : 32px;
  margin-bottom:20px;
  font-weight:300;
   letter-spacing : -0.65px;
}
.box-service-box {
	color:#FFF;
	margin:0 0.6% 10px;
	background-color:#f79420; 
	box-shadow:1px 1px 3px rgba(0,0,0,0.18);
}

.box-service-box.blue {
	background-color:#0071bc;
}
.box-service-box.light-blue {
	background-color:#00b3e3;
}
.box-service-box.green {
	background-color:#50a362;
}
.box-service-box.purple {
	background-color:#6a5f93;
}
.box-service-box.photo {
	display:none;
}
@media screen and (min-width:640px) {
	.box-service-box {
		margin:0 0.6% 10px;
		width:48%;
		float:left;
		min-height:200px;
	}
	.box-service-box.photo {
		background-color:#333;
		background-image:url(images/home-photo.jpg);
		background-size:cover;
		display:block;
	}	
}
/**/
.box-service-box h4 {
	padding:10px 10px 5px;
	margin:0;
	 font-family: "Quicksand","Open Sans",sans-serif;
	 font-weight:normal;
	 font-size:26px;
}
.home .entry-content .box-service-box p {
	padding:5px 10px 10px;
	margin:0;
	font-weight:normal;
}
.end-links {
	text-align:center;
	margin-top:5px;
	clear:both;
	padding-top:20px;
}
.end-links a {
	border: 2px solid #f79420;
	color: #f79420;
	border-radius: 3px;
	margin: 0 3px;
	text-transform: uppercase;
	background-color: rgba(0,179,227,0.07);
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
}
.end-links a:hover {
	background-color: rgba(0,179,227,1);
	color:#FFF;
}
/*---------------------*/

/*sidenav*/
#sidenav {
	padding-top:20px;
}
#sidenav h3.section-title {
	background-color:#f79420;
	padding:5px 10px;
	border-radius:5px;
	font-family : 'Quicksand', 'Open Sans', sans-serif;
	font-size : 23px;
	color : #FFFFFF;
	font-weight:normal;
	margin-bottom:15px;
}
.section-links #sidenav h3.section-title {
	background-color:#dd8e40;
}
#sidenav .subnav {
	margin-bottom:30px;
}
#sidenav .subnav li {
	border-bottom:2px dotted #999999;
	padding:10px;
}
#sidenav .subnav li a {
	text-decoration:none;
	color:#404041;
	font-family : 'Quicksand', 'Open Sans', sans-serif;
}
#sidenav .subnav li.current_page_item a {
	color:#f79420;
	font-weight:bold;
}
.section-links #sidenav .subnav li.current_page_item a {
	color:#dd8e40;
}
#sidenav .subnav li.current_page_item a:before {
	content:'\25B6';
	padding-right:5px;
	font-family : 'Open Sans', sans-serif;
}



#sidenav.blue h3.section-title {
	background-color:#f79420;
}
#sidenav.blue  .subnav li.current_page_item a {
	color:#f79420;
	
}
/* =Profiles
-------------------------------------------------------------- */
.section-who-we-are .entry-content p {
	max-width:780px;
}
.profile {
	width:95%;
	float:left;
	padding:10px 2.5%;
	color:#4d4d4d;
	line-height:normal;
	clear:left;
	line-height:1.25em;
}
.profile .photo {
	margin-bottom:5px;
}
.profile .photo img {
	border-radius:0;
	padding:3px;
	background-color:#FFF;
	width:auto;
	height:200px;
}
.profile .photo img:hover {
	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.profile h2 {
	font-family: "Quicksand","Open Sans",sans-serif;
    font-size : 18px;
    color : #f79420;
	font-weight:normal;
	line-height:1.15em;
	margin-bottom:5px;
}
.profile h2 a {
	color : #f79420;	
	text-decoration: none;
	
}
.profile h2 a:hover {
	color : #28A4CA;
}
.profile span {
	color: #727171;
}
.team-members {
	position:relative;
}
#team-overlay {
	padding-top:15px;
	position:absolute;
	background-color:rgba(0,0,0,0.65);
	top:0px;
	left:0px;
	z-index:999;
	display:none;
	width:100%;	
	height:100%; 
}
.overlay-box {
	background-color:#fff;
	min-height:300px;
	width:80%;
	max-width:760px;
	margin:0px auto;
	border:1px solid #ccc;
	padding:5px 10px;
	-webkit-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
#ie7 .overlay-box,
#ie8 .overlay-box {
	border:1px solid #CCC;
}
#team-info {
	width:100%;
	padding-top:15px;
}
#team-info img.loader {
	margin:160px 310px;
}
#bio {
	margin:0px;
	line-height:normal;
}
#team-info h3 {
	border-bottom:2px dotted #f79420;
	margin:0px 0px 15px;
	padding:0px 0 3px;
	font-family: "Quicksand","Open Sans",sans-serif;
    font-size : 24px;
    color : #f79420;
	font-weight:normal;
	line-height:normal;
}
#team-info p {
	margin-bottom:1.5em;
}
#team-photo {
	width:36%;
	float:right;
	margin:0px;
	border:5px solid #E9E9E9;
	background-color:#E9E9E9;
}
#team-photo img {
	width:100%;
	height:auto;
	box-shadow:none;
	border-radius:0;
}
.nav {
	width:40px;
	float:right;
	padding-top:10px;
	clear:both;
	height:30px;
}
.nav-bottom {
	clear:both;
	height:30px;
	padding-top:2px;
}
.team-prev,
.team-next,
#team-close {
	background-color:#f79420;
	width:80px;
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
}
#team-close {
	width:10px;
	border-radius:20px;
}
.team-prev { float:left;  }
.team-next { float:right; }
#team-close { float:right; }

.team-prev:hover,
.team-next:hover,
#team-close:hover {
	background-color: #2BAFE1;
}
/* =Contact
-------------------------------------------------------------- */
#box-google-map iframe {
	background-color:#FFF;
	padding:5px;
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.5);
	width:100%;
	height:330px;
}
#box-google-map p {
	margin-bottom:0;
}
div.wpcf7 {
	clear:both;
	padding:15px 0;
	margin-top:5px;
	border-top:3px dotted #666666;
	border-bottom:3px dotted #666666;
}
.wpcf7 h3 {
    color: #f79420;
    font-family: "Quicksand","Open Sans",sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
}


span.wpcf7-list-item {
    margin-left:0;
}
.wpcf7 h3.gap {
	padding-top:20px;
}
.wpcf7 p {
	clear:both;
	margin-bottom:7px;
}
.wpcf7 p label {
	width:23%;
	text-align:left;
	float:left;
	padding-right:2%;
	line-height:30px;
	font-weight:bold;
}
.wpcf7 .group2 p label {
	width:100%;	
}
.wpcf7 select {
	width:73%;
}
.wpcf7 textarea {
	width:94%;
	padding-left:3%;
	padding-right:3%;
	padding-top:5px;
}
.wpcf7 input.wpcf7-text {
	width:70%;
}
.wpcf7 em {
	/*float:right;
	width:200px;*/
}
.submit-row {
	clear:both;
}
input[type="submit"].wpcf7-submit {
	background-image:none;
	background-color:#f79420  !important;
	float:right;
	padding:5px 20px;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	border:none;
	border-radius:5px;
	-webkit-appearance:none;
}
span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
	background-color:#FFECEC;
    font-size: 10pt;
    left: 20%;
    padding: 2px;
    position: absolute;
    top: 20%;
    width: 200px;
    z-index: 100;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background-color:#FFFFEC;
	padding: 0.5em 1em;

}
div.wpcf7-mail-sent-ok {
	border: 2px solid #47B218;
	background-color: #E1FFE1;
	padding: 0.5em 1em;
}
/* =New patients
-------------------------------------------------------------- */
.section-patients .entry-content h3 {
	background-color: #259BBF;
	border-radius: 5px;
	color: #ffffff;
	font-family: "Quicksand","Open Sans",sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 15px;
	padding: 5px 10px;
	text-transform: none;
	letter-spacing: -0.5px;
}
.section-patients div.wpcf7 {
	margin-bottom:20px;
	background-color:#FFF;
}
.section-patients div.wpcf7 p {
	padding:0 10px;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* FAQS
-------------------------------------------------------------- */

.ufaq-faq-list {
	margin:-15px 0 15px;
}

/* =Comments
-------------------------------------------------------------- 
(Removed) */


/* =Front page template
-------------------------------------------------------------- */


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* Mini Footer Widget Areas */

.contact-bar {
	background-color:#f79420;
	text-align:left;
	font-size:15px;
	color:#FFF;
	padding:30px 20px 15px; 
}
.contact-bar:after {
	clear:both;
	display:table;
	content:'';
}
.contact-bar a {
	color:#FFF !important;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.contact-bar img {
	float:left;
	margin-right:8px;
	margin-top:-10px;
}
.contact-bar a.map span {
	margin-top:-10px;
	display:block;
}
.site-info {
	background-color:#595959;
	text-align:center;
	font-size:15px;
	color:#FFF;
	padding:0px 20px;
}
.site-info .info {
	background-image:url(images/pgv-icon.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding:60px 0px;
}
.site-info h3 {
	font-size : 19px;
	line-height : 21px;
	text-transform : uppercase;
	margin:0 0 5px;
}
.site-info h4 {
	font-size : 15px;
	line-height : 21px;
	letter-spacing : 0.75px;
	color : #FFFFFF;
	margin:0 0 40px;
 }
.site-info p {
	  font-size : 12px;
	  line-height : 14px;
	  color : #969696;
}

/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 600 pixels. */
@media screen and (min-width: 400px) {
	/*profiles*/
	.profile {
		width:45%;
		height:150px;
		clear:none;
	}
	.profile.has-photo {
		height:350px;
	}
	#profile-677 {
		clear:both;
	}
	.profile h2 {
    	font-size : 18px;
	}
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
			overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}

	.logo {
		width:40%;
		max-width:280px;
		margin:0 auto;
	}
	.contact-dets {
		text-align:right;
	}
	.line {
		/*margin-left:12%;*/
	}
	
	#site-navigation {
		float:none;
		width:100%;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-top: 3px dotted #CCC;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul.sub-menu {
		text-align: left;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		border:none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #566163;
		padding:5px 10px;
		line-height: 25px;
		text-transform: lowercase;
		white-space: nowrap;
		
	}
	.main-navigation li a:hover {
		color: #000;
		background-color:transparent;
	}
	.main-navigation li {
		margin: 5px 0px;
		position: relative;
		border-top: none;
		width:auto;
	}
	.main-navigation li ul li {
		margin: 0 0 0 0px;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
	background-color: #f79420;
	border-bottom: 1px solid #D36F19;
	display: block;
	font-size: 13px;
	line-height: 18px;
	padding: 8px 10px;
	width: 180px;
	white-space: normal;
	color: #FFF;
	}
	.main-navigation li ul li a:hover {
	background-color: #E57F08;
	color: #FFF;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	/*.main-navigation li.highlighted > a {
	background-color: rgba(58,179,216,0.15);
	border-radius: 5px;
	}*/
	
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 31px;
		}
	/*Home*/
	
	
	
	.home .entry-content h1 {
		padding-top:20px;
		font-size: 32px;
	}
	.home .entry-content {
		/*text-align:center;*/
	}
	
	/*profiles*/
	.profile {
		width:27%;
	}
	.profile h2 {
    	font-size : 24px;
	}
	#bio {
		float: left;
		width: 60%;
		min-height:260px;
	}
	/*sidenav*/
	.has-sidenav #primary {
		width:70%;
		float:right;
	}
	.has-sidenav #sidenav {
		width:25%;
		float:left;
		max-width:220px;
	}
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	/*Contact*/
	#box-contact-dets {
		width:48%;
		float:left;
	}
	#box-google-map {
		float:right;
		width:48%;
		margin-top:0px;
		margin-right:2%;
	}
	.wpcf7 .group1 {
	width:48%;
	float:left;
	}
	.wpcf7 .group2 {
		width:48%;
		float:right;
	}
	.box-photoset a {
		margin-bottom:5px;
		display:block;
		width:25%;
		max-width: 100%;
		margin:0;
		float:left;
	}
	.box-photoset img {
		width:100%;
		height:auto;
		max-width:150px;
	}
}
@media screen and (min-width: 720px) {
	.main-navigation li {
			margin: 0 0 0 15px;
	}
	/*.circle-menu:after {
		clear:both;
		display:table;
		content:'';
	}
	circle menu 
	.circle-menu {
		margin-bottom:30px;
		display:table;
		width:100%;
	}
	
	.circle-menu li {
		margin:5px 0%;
		width:16.6%;
		height:125px;
		vertical-align:top;
		float:left;
	}
	.circle-menu li a {
		width:90%;
		margin:0 auto;
		min-height:105px;
		min-width:105px;
		padding:0;
		vertical-align:middle;
		display:block;
		text-align:center;
		font-size: 15px;
		padding-top:15px;
	}
	.circle-menu li a strong {
		font-size: 1.5em;
	}
	.circle-menu li a .split {
		display:block;
	}*/
	/*.box-blurb {
		width:65%;
		float:left;
	}
	.box-photoset {
		width:30%;
		float:right;
		padding-top:30px;
	}
	.box-photoset a {
		margin-bottom:5px;
		display:block;
		width:100%;
		max-width: 75%;
		margin:0 auto;
	}
	.box-photoset img {
		width:100%;
		height:auto;
		max-width:120px;
	}*/
}
@media screen and (min-width: 820px) {
	
	
	.box-service-box {
		width:32%;
		float:left;
		min-height:280px;
	}
	
	.box-blurb {
		width:50%;
		float:left;
	}
	.box-photoset {
		width:45%;
		float:right;
		
	}
	
	.box-photoset a {
		margin:0 0 5px 4%;
		display:block;
		float:left;
		width:45.5%;
	}
	.box-photoset img {
		width:100%;
		height:auto;
		max-width:200px;
	}
	/*Footer*/
	.contact-bar img {
		margin-bottom:10px;
	}
	.contact-bar a {
		float:left;
		margin:0 1.5%;
		width: 22%;
	}
	/*.contact-bar a.map {
		margin-left:10%;
	}
	.contact-bar a.tel {
		width:160px;
	}*/
	
}
@media screen and (min-width: 840px) {
	/*.box-service-box {
		width:32%;
		float:left;
		min-height:280px;
	}*/
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1060px) {
	body .site {
		padding: 0 40px;
	}
	#site-navigation {
		float: none;
		/*width: 57.5%;*/
		width: 100%;
	}
	.line {
		/*margin-left:12%;*/
	}
	.main-navigation li {
		margin: 5px 0 5px 10px;
		position: relative;
	}
	.circle-menu li {
		width:160px;
		display:block;
		float:left;
		margin:5px 0px;
	}
	.circle-menu li a {
		border-radius: 200px;
		display: table-cell;
		font-size: 15px;
		height: 152px;
		letter-spacing: -2px;
		margin: 0 auto;
		padding: 0 7px;
		width: 138px;
	}
	.profile {
		width:200px;
		padding: 10px 15px;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
			text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}