/* 
Theme Name:   MedicalWP
Theme URI:    https://themeforest.net/item/medical-premium-wordpress-theme/2769297
Description:  Designed by <a href="http://themeforest.net/user/aivahthemes">aivahthemes</a>. This Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes. 
Version:      5.0.0
Author:       AivahThemes
Author URI:   http://themeforest.net/user/AivahThemes
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         two-columns, right-sidebar,  accessibility-ready
Text Domain:  medicalwp-child
*/

/*** http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, 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;
	outline: none;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	
/* remember to define focus styles! */	
:focus {
	outline: 0;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td { font-weight: normal; text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {quotes: "" "";}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Text elements */
p {	margin-bottom: 1.625em;}
p:empty { display: none; }
ul, ol { margin: 0 0 1.625em 1.625em;}
ul { list-style: square;}
ol { list-style-type:decimal; }
ol ol { list-style: upper-alpha;}
ol ol ol { list-style: lower-roman;}
ol ol ol ol { list-style: lower-alpha;}
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0;}
dl { margin: 3em 0; border-color: rgba(0,0,0,0.1); border-width: 0 0 1px 0;}
dt { float: left; clear: left; width: 100%; font-weight: bold;} 
dd { margin: 0 0 0 30%; padding: 5px 0;}
dd, dt {  border-color: rgba(0,0,0,0.1); border-width: 1px 0 0 0;}
strong { font-weight: bold; }
cite, em, i { font-style: italic;}
pre {
	background: url("images/code_bg.png") repeat scroll left top #fefefe;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 21px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 21px 26px;
	border: 1px solid #d5d5d6;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	color: #686a6b;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
	background: url("images/code_bg.png") repeat scroll left top #fefefe;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	color: #686a6b;
	display: block;
	font: 12px/21px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #d5d5d6;
	overflow: auto;
	padding: 21px 26px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; }
address { display: block; margin: 0 0 1.625em; }
ins { background: #fff9c0; text-decoration: none; }
sup, sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }

hr {
	position: relative; 
	display: block;
	clear:  both;
	border: none;
	margin: 10px 0;
	background: #ddd;
	height: 1px;
	}

/* Clearfix -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	IMAGE BORDER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.imgborder{
	padding:2px;
	margin:1px;
	border: 1px solid #ddd;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 100, 200, 0.2);
	   -moz-box-shadow:  0px 0px 3px 1px rgba(0, 100, 200, 0.2);
	        box-shadow:  0px 0px 3px 1px rgba(0, 100, 200, 0.2);
	-webkit-transition:all 200ms ease-in;
	   -moz-transition:all 200ms ease-in;
		 -o-transition:all 200ms ease-in;
			transition:all 200ms ease-in;
}
.imgborder img { display:block; }

figure img { width:auto; max-width:100%; height:auto; } /* Fixes for the Responsive Layout */

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	WP Native Styles
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gallery-caption {}
.bypostauthor {}
.sticky {}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	GENERAL
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body, input, textarea, select {
	font: normal 13px/1.8 Helvetica, Arial, Sans-serif; 
	color:#666;
	}
body { background-color:#768a99; }
	
/* Default Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #00BCD1;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #333333;
	color: #fff;
	outline: 0;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #444444;
}
/* Link Colors */
a {
	color: #888888;
	text-decoration:none;
	-webkit-transition:all 300ms ease-in;
	   -moz-transition:all 300ms ease-in;
		 -o-transition:all 300ms ease-in;
			transition:all 300ms ease-in;
	}
	
a:hover { 
	color:#00aeef; 
	}

.ribbon { position:absolute; top:0; right:0; z-index:2; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Headings
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	line-height: normal;
	color: #000;
	}
	
h1	{ font-size: 32px; margin: 0 0 20px 0; font-weight: 300;}
h2	{ font-size: 26px; margin: 0 0 20px 0; font-weight: 300;}
h3	{ font-size: 22px; margin: 0 0 20px 0; }
h4	{ font-size: 18px; margin: 0 0 20px 0; }
h5	{ font-size: 16px; margin: 0 0 15px 0; }
h6	{ font-size: 13px; margin: 0 0 15px 0; }

h3.widget-title	{
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
	}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Layout
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#stretched #wrapper {
	position:relative; 
	width: 100%; 
	margin:0;
	}

#pagebg {
	position:fixed;
	top:-32%;
	min-width:100%;
	min-height:100%;
	z-index:-1;
	}
	
.bodyoverlay {
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background-repeat:repeat;
	background-position:top left;
	background-attachment:scroll;
	z-index:0;
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
	          user-select: none;
	}
		
#boxed #wrapper {
	position:relative;
	width: auto;
	max-width:1000px;
	margin: 20px auto;	
	background-position:left top;
	background-repeat:repeat;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	-webkit-box-shadow:0 2px 30px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 30px rgba(0,0,0,0.1);
	        box-shadow:0 2px 30px rgba(0,0,0,0.1);
	}

.transbg { background-color:#fff; }

.inner  {
	position:relative; 
	width:960px; 
	margin:0 auto;  
	}


.one_half      { width: 47.8%; }
.one_third     { width: 30.5%; }
.two_third     { width: 65.3%; }
.one_fourth    { width: 21.9%; }
.one_fifth     { width: 16.7%; }
.three_fourth  { width: 74.0%; }
.four_fifth    { width: 79.0%; }
.two_fifth     { width: 37.2%; }
.three_fifth   { width: 58.0%; }
.one_sixth     { width: 13.3%; }
.five_fifth    { width: 82.7%; }

.one_half,
.one_third, 
.two_third,
.one_fourth, 
.one_fifth,
.four_fifth,
.one_sixth,
.five_fifth,
.two_fifth,
.three_fifth,
.three_fourth   { 
	position: relative;
	display: inline-block;
	*display:inline;
	float: left;
	margin-right: 4%;
	margin-bottom:15px; 
}

.last { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Header & Top Bar
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.topright { float:right; width:20%; }
.topright .atpsocials { float:right; }

.topbar {
	position:relative;
	min-height:30px;
	margin:0;
	padding:0;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#ddd;
	z-index:6;
	background-color: #f1f2f3; 
	}

.topbar .sf-menu   { margin:0; float:left; }
.topbar .sf-menu > li { float:left; margin:0; padding:0px; font-size:11px; list-style:none; line-height: 30px }
.topbar .sf-menu li a { font-weight:normal; padding:0.2em 1em; }	
.topbar .sf-menu > li > a { font-size: 11px; line-height: normal; padding: 9px; }
.topbar .sf-menu > li { background:url(images/opacs/dark05.png) top right repeat-y; }
.topbar .sf-menu > li:first-child > a { padding-left:0; }
.topbar .sf-menu > li:last-child { background:none; }
.topbar .sf-menu li:hover ul,
.topbar .sf-menu li.sfHover ul { left: 0; top:auto; /* match top ul list item height */ }	

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#header {
	position:relative;
	margin:0 auto;
	padding:30px 0;
	z-index:5; 
	}
	
.head {
	position: relative;
	display: table;
	clear: both;
	max-width: 960px;
	margin:0 auto;
	width: 100%;	
}

/* LOGO */
.logo	{
  	display: table-cell;
	margin: auto;
	min-height: 30px;
	min-width: 150px;
	padding: 0;
	position: relative;
}
			
.logo h1	{
	font-size:28px;
	line-height:28px;	
	margin-bottom:0;
	letter-spacing:-1px;
	font-weight:bold;
	}

.logo a	{ color:#666666; display:block; }
.logo a img	{ margin-top:0;  }
.logo a:hover  { text-decoration:none; }
.logo span { font-size:11px; }
.menuwrap {
	display: table-cell;
	margin: auto;
	padding: 0;
	position: relative;
	vertical-align: middle;
}	
/* Logo if selected as text*/
h1#site-title       { margin-bottom:0px;}
h1#site-title a     { font-size:30px; line-height:28px; font-weight:bold; color:#000; text-decoration:none; margin-bottom:5px; letter-spacing:-1px;}
h2#site-description { font-size:12px; line-height:14px; color:#999; text-decoration:none; margin-bottom:0;}
.msubtitle { display:block; }			
.topmenu {
			 position:relative;  
			float:right;
			  /* margin-top:15px; */
		}
.topmenu:after { clear: both; display: block; content: "";}
.topmenu nav { margin: 0 auto; position: relative; }
.topmenu .sf-menu > li > a{ text-transform:uppercase;}

.sf-menu, .sf-menu *  { margin: 0; padding: 0; list-style: none; }
.sf-menu                      {  margin:0 auto; line-height: 1.0; position:relative; z-index:99; }
.sf-menu ul                   { position: absolute; top: -999em; width: 14em; /* left offset of submenus need to match (see below) */}
.sf-menu ul li                { width:100%; position: relative;z-index:101;}
.sf-menu li:hover             { visibility: inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li                   { float: left; background:none; list-style-position:inside; position: relative; }
.sf-menu a                    { display: block; position: relative; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul        { left: 0; top: auto; /* match top ul list item height */ }
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul     { top:-999em; }
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul     { left: 14em; top:0; /* match ul width */ }
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul  { top:-999em; }
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul  { left: 14em; bottom: 10em; top: 0;/* match ul width */ }

/* Menu Settings */

.sf-menu a         { padding:0.8em 1.4em; text-decoration:none; transition:none;}
.sf-menu a { text-decoration:none; color:#666;  /* visited pseudo selector so IE6 applies text colour*/  }
.sf-menu li a      { font-size:12px; font-weight:normal; }
.sf-menu li > a { font-weight:bold; }
.sf-menu li li a   { font-weight:normal; font-size:12px; }
.sf-menu li ul     { 
	padding:0 1px; 
	background-color:#fff;
	background-image: url(images/opacs/dark10.png), url(images/opacs/dark10.png), url(images/opacs/dark10.png);
	background-position: top left, top right, top left;
	background-repeat: repeat-y, repeat-y, repeat-x;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);
	   -moz-box-shadow:0 2px 4px rgba(0,0,0,.2);
			box-shadow:0 2px 4px rgba(0,0,0,.2);
	}
#ie7 .sf-menu li ul,
#ie8 .sf-menu li ul    { 
	border:1px solid #ddd;
}
.sf-menu li li  {
	background-image: url(images/opacs/dark10.png);
	background-position: bottom left;
	background-repeat: repeat-x; 
	}

.sf-menu li li:last-child  { background:none;}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, 
.sf-menu a:active   { 
	outline:0; 
	text-decoration:none; 
	}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, 
.sf-menu li li a:active {
	text-decoration:none; 
	outline:0; 
	}

/* Active Page Status CSS for all the browsers*/	
.sf-menu li.current-cat a, 
.sf-menu li.current_page_item a 	{ margin:0; }

.sf-menu li.current-cat > a, 
.sf-menu li.current_page_item  > a {  }

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, 
.sf-menu a:active,
.sf-menu li.current-cat > a, 
.sf-menu li.current_page_item  > a {  color:#00aeef; }
	
.sf-menu li a span {
	display:block; 
	text-transform:capitalize;
	padding-top:5px;
	font-size:11px; 
	font-weight: normal;
	}

.iva-mobile-dropdown { display: none; }
.iva-children-indenter { display:none; }
.iva_mmenu .iva_menuicon,
.sf-menu .iva_menuicon { margin-right: 10px;}
/* Mobile Menu
======================================================================== */

.iva-mobile-menu {
	display: none;
	position: relative;
	top: 0;
	background-color: #252525;
 	padding: 0;
    z-index: 99999;
}
.iva-mobile-menu > ul { margin: 0 auto; padding: 0; }
.iva_mmenu { display: table; margin:0 auto; }
.iva-mobile-menu ul li  {
	list-style:none;
}
.iva-mobile-menu.iva_mobile_container > ul > li:first-child {
	padding-top: 10px;	
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child {
	padding-bottom: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child a {
	border-bottom: 0;
}

.iva-mobile-menu ul li a {
	border-bottom: 1px dotted #555555;
    position: relative;
    display: block;
    padding: 14px 0 !important;
    font-size: 13px;
    color: #999999;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-khtml-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.iva-mobile-menu ul li.current-cat > a, 
.iva-mobile-menu ul li.current_page_item > a, 
.iva-mobile-menu ul li.current-page-ancestor > a,
.iva-mobile-menu ul li.current-menu-ancestor > a,
.iva-mobile-menu ul li a:hover { color: #ffffff;}

.iva-mobile-menu ul li ul {
	display: none;
	margin-left: 20px;
}
.iva-children-indenter {  
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	color:#999999;
}

.iva-menu-open .iva-children-indenter { color:#3888c8; }


/* Sociables
=========================================================== */
ul.atpsocials { list-style:none; margin:0; padding:0; } 
ul.atpsocials li img { position: relative; 	vertical-align: text-top;}
ul.atpsocials li { 
	display: inline-block; 
	padding: 1px; 
	margin: 0 1px 0 0; 
	line-height: 30px; 
	text-align: center;
	width: 30px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	-moz-transition:    all 200ms ease-in;
	-o-transition:      all 200ms ease-in;
	-ms-transition:     all 200ms ease-in;
	transition:         all 200ms ease-in;
}

ul.atpsocials li.facebook:hover		{ background-color:#3B5998; }
ul.atpsocials li.twitter:hover		{ background-color:#00A0D1; }
ul.atpsocials li.beatport:hover		{ background-color:#B6DD36; }
ul.atpsocials li.dribbble:hover		{ background-color:#ea4c88; }
ul.atpsocials li.flickr:hover		{ background-color:#FE0883; }
ul.atpsocials li.deviant:hover		{ background-color:#5C7062; }
ul.atpsocials li.blogger:hover		{ background-color:#FF8833; }
ul.atpsocials li.google:hover		{ background-color:#C63D2D; }
ul.atpsocials li.linkedin:hover		{ background-color:#4875B4; }
ul.atpsocials li.instagram:hover	{ background-color:#b77f5f; }
ul.atpsocials li.pinterest:hover	{ background-color:#910101; }
ul.atpsocials li.reditt:hover		{ background-color:#CEE3F8; }
ul.atpsocials li.rss:hover			{ background-color:#FA9B39; }
ul.atpsocials li.stumbleupon:hover 	{ background-color:#EB4924; }
ul.atpsocials li.soundcloud:hover	{ background-color:#FE531B; }
ul.atpsocials li.tumblr:hover		{ background-color:#34526F; }
ul.atpsocials li.youtube:hover		{ background-color:#C4302B; }
ul.atpsocials li.vimeo:hover		{ background-color:#0caed4; }
ul.atpsocials li.digg:hover			{ background-color:#910101; }
 
ul.atpsocials li { 
	background: transparent;
	background-color: rgba( 0, 0, 0, 0.20 ); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
	zoom: 1;
}
ul.atpsocials li a,
ul.atpsocials li a:hover,
ul.atpsocials li:hover a { color:#ffffff; }


ul.atpsocials li:hover { 
	-webkit-transition: all 300ms ease-in;
	-moz-transition:    all 300ms ease-in;	
	-o-transition:      all 300ms ease-in;
	-ms-transition:     all 300ms ease-in;	
	transition:         all 300ms ease-in;
}

i.fa.white{
	color:#fff;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Featured Slider
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#featured_slider {
	position:relative;
	margin:0 auto;
	background-color: #e1e2e3; /* Old browsers */
	z-index:4;
	}
	
	.slider_wrapper {
		position:relative;
		margin:0 auto;
		padding:0;
		}

	.staticslider img { display:block;}

	.slider_wrapper.video_slider { text-align: center; }
	.slider_wrapper.video_slider iframe{ display: block; margin:0 auto; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * SUB HEADER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#subheader {
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:3;
	background-color: #0A58A7;
}

#subheader .inner {
	overflow:hidden;
	padding:30px 0;	
}
		
#subheader .subheaderright  {
	display:block;
	margin:0px auto;
	text-align:center;
}
#subheader,	
#subheader .subtitle h1 {
	margin-bottom: 0px;
	line-height: normal;
	color: #ffffff;
}

#subheader .subtitle h1 span {
	display:inline-block;
	vertical-align:middle;
	margin:0px;
}

#subheader .subdesc {
	min-width:200px;
	width:50%;
	margin:0 auto;
	padding:20px 30px;
}
	
#subheader .subdesc p{
	margin-bottom:0;
}

/* Sub Navigation ( Template: template_subnav.php)
======================================================================== */

.sub_nav {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: 1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 	1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	box-shadow: 		1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
}

.sub_nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub_nav li ul li a{
	background: #f5f5f5;
	color: #999999;
	padding: 9px 15px 9px 30px;
}

.sub_nav li a {
	display: block;
	margin: 0 0 -1px 0;
	padding: 11px 15px;
	border: 1px solid #e8e8e8;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
	color: #666666;
}

/* Right Sidebar Nav */
.rightsidebar .sub_nav li.current_page_item > a,
.rightsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowleft.png);
	background-position:10px center;
	background-repeat:no-repeat;
}
/* Left Sidebar Nav */
.leftsidebar .sub_nav li.current_page_item > a,
.leftsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowright.png);
	background-position:95% center;
	background-repeat:no-repeat;
}


.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	position: relative;
	margin:0 -7px;
	padding: 11px 25px;
	zoom: 1;
	color: #ffffff;
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 	inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 		inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}

.sub_nav li a:hover { background-color: #f5f5f5;}
.sub_nav li:first-child a { border-top-color: #e8e8e8; }
.sub_nav li:last-child a { border-bottom-color: #e8e8e8; }

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	background-color:#3888c8;
	color: #ffffff;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	BREADCRUMB
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.breadcrumb {
	position:relative;
	z-index:2;
	display: block;
    margin: 0;
	padding:0;
}

.breadcrumb.breadcrumbs {
	padding:4px 0;
	font-size:11px;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	}

.breadcrumb .separator { padding: 0 5px;}

#breadcrumbs span { padding: 0 4px 0 4px; }
#breadcrumbs a { }
#breadcrumbs a:hover { }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * HEADER TEASER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
	
.header_teaser	 {
	position:relative;
	margin:0 auto;
	background-color: #f1f2f3;
}
	
.header_teasercontent {
	width:960px;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
}
	
.header_teasercontent h1 {
	font-size:38px;
	margin-bottom:0px;
	line-height:50px;		
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Sidebars & Main Content
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#sidebar .widget:last-child {
	margin:0;
	}

.fullwidth #main { padding:40px 0 40px 0;}
.fullwidth #main:after { clear:both; content:""; display:block; height:0; visibility:hidden; }
#mainfull             { position:relative; overflow:hidden; padding:40px 0 40px 0; }

/* Left Sidebar*/
.leftsidebar #main {
	float:right; 
	width:660px; padding:40px 0 40px 0px; 
	}

	.leftsidebar #main .entry-content { 
		overflow:hidden; 
		
		}


.leftsidebar #sidebar { 
	position:relative;
	float:left; 
	width:290px;
	padding:30px 0;
	}

	.leftsidebar #sidebar .content{
		padding:0px 30px 0px 0; 
		} 

/* Right Sidebar*/
.rightsidebar #main { 
	float:left; 
	padding:40px 0 40px 0;
	width:660px;
	border-right:3px double #eee;
	}

	.rightsidebar #main .entry-content {
		padding-right:20px; 
		}

	.rightsidebar #sidebar {
		position:relative;
		float:left;
		width:290px;
		padding:40px 0;
		}

	.rightsidebar #sidebar .content{ 
		padding:0 0 0 30px; 
		} 
		
		
/* Page middle content area */

.pagemid { 
	position:relative; 
	display:block;
	width:100%;	
	margin:0 auto;
	padding:0;
	z-index:1;
	overflow:hidden;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	WIDGET
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.widget {
	margin: 0;
	padding: 0;
	margin-bottom:40px; 
	}

	.widget ul li   {
		position:relative;
		list-style-type: none;
		font-size: 11px;
		}
	.widget ul li a {
		padding:1px 0px 1px 0px;
		text-decoration:none;
		zoom:1; 
		}

	.widget ul li a,
	.widget ul li a:visited { display:block; }
	.widget ul li ul        { margin-left:15px}

/* Default Recent Posts ---------------------------------------------------*/

.widget_recent_entries ul { margin-left: 0; }
.widget_recent_entries ul li a { font-weight: bold; }
.widget_recent_entries ul li {
	background: url(images/bullets/list_gray.png) -387px -100px no-repeat; 
	padding-left: 15px;
	padding-bottom: 10px;
}

.widget_recent_entries .post-date { 
	font-size: 10px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

/* Default Recent Comments ---------------------------------------------------*/

.widget_recent_comments ul { margin-left: 0; }
.widget_recent_comments ul li a { font-weight: bold; }
.widget_recent_comments ul li {
	background: url(images/bullets/list_gray.png) -387px -100px no-repeat; 
	padding-left: 15px;
	padding-bottom: 10px;
}

/* Default Pages ---------------------------------------------------*/
.widget_meta ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul { margin-left: 0; }

.widget_meta ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li {
	background: url(images/bullets/list_gray.png) -387px -100px no-repeat; 
	padding-left: 15px;
}

/* Default Tag Clouds ---------------------------------------------------*/

.widget_tag_cloud a {
    display: inline-block;
    margin: 0 5px 10px 0px;
    padding: 2px 10px 2px 10px;
    border: 1px solid #555555;
    font-size: 12px !important;
    line-height: 20px;
    color: #999999;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.widget_tag_cloud a:hover {
    background: #00aeef;
    border-color: #00aeef;
    color: #ffffff !important;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	ALIGNMENT
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.left {float:left;}
.right {float:right;}
.center {float:none; text-align:center; margin:inherit auto;}

.alignleft, 
img.alignleft, 
a img.alignleft      { float:left; margin:3px 15px 20px 3px;}

.alignright, 
img.alignright, 
a img.alignright     { float:right; margin:3px 3px 20px 15px;	}

.aligncenter, 
img.aligncenter, 
a img.aligncenter    { clear:both; display:block; margin:10px auto 20px auto; padding:2px; text-align:center;	}

.wp-caption 			      { text-align: center; margin-bottom: 20px; padding: 2px; border:1px solid #ddd; background:#f1f2f3; }
.wp-caption img 		      { margin: 3px;}
.wp-smiley 			          { margin:0; }
.wp-caption p.wp-caption-text { margin: 0 0 4px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Frontpage Widgets
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/	

.frontpage_widgets { 
	clear: both;
	position: relative;
	padding: 40px 0; 
	background-color: rgba(0,0,0,0.05);
}

.fp-widget  {
	position:relative;
	margin-bottom:0px;
	text-align:center;
	}

.fp-widget h3.widget-title {
	text-align:center;
	margin:0 auto;
	font-size:18px;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Team Member
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.teammember {
	position:relative;
	margin-bottom:30px;
	margin-left:5px;
	}
.teammember h4 { margin:0; line-height:14px;}	
.teammember .vcard  {
	float:left;
	margin:0 15px 10px 0;

	}	
.teammember .info {
	margin-left:140px;
	}		
		
		
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/		
		
#footer {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto 0 auto;
	padding:40px 0 0 0;
	background-color: #1a1a1a; /* Old browsers */
	font-size:12px;
	}		

#footer .widget-title {
	color:#ffffff;
}

#footer * {
	border-color: #333333;
}

#footer .sysform input,textarea{
 width: 90% !important;
}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Business Hours
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.businesshours p {
	display: block;
	padding:5px 0;
	overflow: hidden;
	margin-bottom: 0;
	}
		
.businesshours span.days {
	font-weight: bold;
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
	}			
		
.businesshours span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
	}
			
#footer .businesshours p  { margin-bottom: 0;}
#footer .businesshours p  { margin-bottom: 0;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Copyright
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.copyright {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	padding:0;
	font-size:12px;
	}
	.copyright .inner {
		text-align:center;
		padding:10px 0;
		}

	.copyright p {
		margin-bottom:0;
		}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Contact Info - Deprecated since 3.0.0
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.contactinfo ul {
	list-style-position:outside;
	margin-left:0;
	}
	
	.contactinfo ul li {
		padding:4px 0 4px 30px; 
		line-height:normal;
		}
		
	.contactinfo li {
		list-style:none outside none;
		}	

	.contactinfo .author-icon   { background:url(images/icons/icons_black.png) -780px 0 no-repeat; }
	.contactinfo .phone-icon    { background:url(images/icons/icons_black.png) -340px -440px no-repeat;}
	.contactinfo .email-icon    { background:url(images/icons/icons_black.png) -460px -320px no-repeat; }
	.contactinfo .address-icon  { background:url(images/icons/icons_black.png) -220px -560px no-repeat; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Contact Info - Since 3.0.0 */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#footer .contactinfo-wrap,
#footer .contactinfo-wrap .details,
#footer .contactinfo-wrap p { border: 0;}
.contactinfo-wg 	 { margin-bottom:40px; }
.contactinfo-wrap { 
	position:relative; 
}
.contactinfo-wrap p { 
	margin-bottom: 0px; 
	padding-bottom: 3px;
}
.contactinfo-wrap h5 { 
	margin: 0 0 0 30px; 
	padding-bottom: 5px;
	font-weight: bold;
}
.contactinfo-wrap .icon { 
	float:left; 
	margin-right: 10px; 
}
.contactinfo-wrap .details { 
	display: block; 
	overflow: hidden; 
}
.contactinfo-wrap .phone .details { font-size:15px; font-weight:bold; }
.contactinfo-wrap [class^="icon-"],
.contactinfo-wrap [class*=" icon-"] { 
	display:block;
	float:left;
	width: 30px;
}
	
		
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Find a Doctor
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#find-doctorform p span.time,
#find-doctorform p span.closed,
#find-doctorform p span.specialisation       { padding-right:20px;}
#find-doctorformid p label           { display:inline-block; width:100px; vertical-align:top; padding : 6px 0;}

.find-doctorform input,
.find-doctorform select,
.find-doctorform textarea  { 
	padding:6px 8px; 
	 border:1px solid #eee;
	}
.find-doctorform select:focus,
.find-doctorform textarea:focus,
.find-doctorform input:focus  { 
	 border:1px solid #CCCCCC;
	}		
/* Doctors Meta Data : since 3.0.0 */
.doctor-details { margin-top:20px; }
.doctor-meta { font-size:11px; padding:2px 0; }
.doctor-meta .doctor-label {
	display:inline-block;
	float: left; 
	margin: 0 1px 1px 0; 
	font-weight: bold; 
	padding: 0; 
	width: 48%; 
}
.doctor-meta .doctor-mdata { overflow: hidden; }
.doctor-mdata a { display: block; outline: none; color:#01749F;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Blog Post
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.post {
	position:relative; 
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #eee;
	}
	
	.searchresults.post { margin-bottom: 30px;}

		
	.post h2.entry-title { margin-bottom:0px; }
	.post .post-info {
		margin-bottom:10px; 
		padding:0;
		}


	.post .postimg {
		display:block; 
		position:relative; 
		margin:5px 0px 18px 0;
		}


	.post .postmeta {
		font-size:11px;
		}
		
	.post .postmeta span {
		display:inline-block;
		padding: 5px 5px 5px 20px;
		margin-right:15px;
		}

	.post .postmeta span:last-child{	border:0; }
	.post .postmeta span img { margin-right:5px; vertical-align:middle; }
	
	.icon-time { background:url(images/icons/icon-time.png) left center no-repeat;}
	.icon-author { background:url(images/icons/icon-user.png) left center no-repeat;}
	.icon-category { background:url(images/icons/icon-inbox.png) left center no-repeat;}
	.icon-comments { background:url(images/icons/icon-comment.png) left center no-repeat;}
	.icon-comments span { padding:0 !important;}
		
	.postmetadata a:hover {
		text-decoration:none;
	}
	
	/* Post Tags for post style 2*/
	.post .posttags {
		font-size:11px;
		}
	
	.post .posttags span { 
		display:block; 
		font-size:11px; 
		font-weight:bold;
		}
	
	.post .posttags a {
		font-size:11px;
		}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.authorlist  { padding:5px 0; margin:0;}
.authorlist h3 { margin:0;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Pagination
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.pagination	{ margin: 20px 0; }

	.pagination a, 
	.pagination a:link, 
	.pagination a:visited,
	.pagination a:active,
	.pagination span.current,
	.pagination span.pages,
	.pagination span.extend { 
		margin: 1px;
		padding:1px 10px 1px 20px;
		font-size: 12px;
		background:url(images/pagination_sep.png) left center no-repeat;
		}

	.pagination span.current { font-weight: bold; }
	.pagination span.extend	 { background:none; padding-left:0; text-transform:uppercase; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	COMMENTS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.comment-reply-title,
.comments-title {
	margin: 0;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comments-area { padding-top: 40px; }
.comments-area .comment-body {  position: relative; padding-top:30px; padding-bottom:30px; border-bottom: 1px solid #dddddd; }
.comment-edit-link { margin-left:10px;}
.comments-area .comment-author { position: relative; display:block; font-size:14px; }
.comments-area .comment-author .avatar { float:left; margin-right:21px; }
.comments-area .comment-content  { clear:both; margin-top:20px; padding-left: 80px;}
.comment-meta .fn { font-style: normal; font-weight: bold;  }
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}


.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/* Comment Form */
.comment-form input[type="text"],
.comment-form textarea {
	margin-bottom: 0px !important;
	background-color: #ededed;
	border: 1px solid #dddddd;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	padding: 8px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition:    all 300ms ease-in 0s;
	-ms-transition:     all 300ms ease-in 0s;
	-o-transition:      all 300ms ease-in 0s;
	transition:         all 300ms ease-in 0s;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
	background-color: #ffffff;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-box-shadow: 0 0 2px 1px #a1d1e2;
	-moz-box-shadow:    0 0 2px 1px #a1d1e2;
	box-shadow:         0 0 2px 1px #a1d1e2;
}

.comment-form textarea { width:99% !important; }
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	SEARCH
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.widget.widget_search {
	position:relative;
	width:100%;
	}
* html .search-box               { margin-top: 10px; }
*:first-child+html .search-box 	 { margin-top: 10px !important; }
.search-box input  { 
	width:93%; 
	margin: 0 auto; 
	padding:8px;
	font-size:11px; 
	border:1px solid #ddd; 
	box-shadow:inset 0 0 4px 4px #f0f0f0;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	BIO
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.doctor-title { 
	display:block;
	font-size:16px;
	margin-top: 15px; 
	margin-bottom: 10px; 
	padding-bottom:10px;
	font-weight:bold;
	text-align:center;
	background:url(images/opacs/dark10.png) left bottom repeat-x
	} 
	
.doctor-title em { display:block; font-weight:normal; font-size:13px; font-style:normal;  }
.doctors { line-height:normal; }

.doctors figure img { display:block; margin:0 auto;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	AUTHOR LIST
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

ul.Author_list {
    height: 100%;
    list-style: none outside none;
    margin: 20px 0;
    overflow: hidden;
}
ul.Author_list li {
    border-right: 1px solid #DDDDDD;
    float: left;
    line-height: normal;
    margin: 0 0 20px;
    padding: 0 14px;
    text-align: center;
    width: 20%;
}
ul.Author_list li img {
    clear: right;
    margin-bottom: 20px;
    text-align: center;
}
ul.Author_list li h4 {
    font-size: 14px;
    margin: 0;
}
ul.Author_list li span {
    font-size: 10px;
    margin: 0;
    text-align: center;
}
ul.Author_list li p {
    padding: 10px 10px 0;
    text-align: center;
}
ul.Author_list li.last {
    border: medium none;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	AUTHORBOX
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#entry-author-info { 
	margin:20px 0 0 0;
	padding:30px 0; 
	border:0px solid #eee; 
	border-width:1px 0 0px 0; 
	}

#entry-author-info .authorbg_content { overflow:hidden;}

	#author-avatar          { float:left; margin:0 15px 0 0; }
	#author-description     { margin:0 10px 0px 100px; }
	#author-description h2  { font-size:16px; margin-bottom:5px; }
	#author-description p   { margin-bottom:0;  }

#authorpage { 
	margin:0 auto; 
	margin-bottom:30px; 
	border-bottom:1px solid #eee; 
	text-align:center; 
	}

	#authorpage img.avatar { 
		margin:0 auto; 
		display:block; 
		border:1px solid #eee; 
		padding:2px
		}

	#authorpage .author-bio { 
		display:block; 
		width:80%; 
		margin:10px auto; 
		text-align:center; 
		}

	#authorpage .author-bio p {
		font:italic normal  13px/18px Georgia, Times, Serif; 
		}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	POST PAGINATION
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.navigation-section { margin: 40px 0; }
.navigation-post {
	font-size: 14px;
	overflow: hidden;
}
.nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}
.nav-next {
	width: 49.9%;
	float: right;
	text-align: right;
}
.nav-previous .innerlinks,
.nav-next  .innerlinks {
	padding: 30px;
	text-decoration: none;
}
.nav-previous .innerlinks a,
.nav-next  .innerlinks  a {
	text-decoration: none;
	color: #169ec8;
}
.nav-previous .innerlinks a:hover,
.nav-next  .innerlinks  a:hover {
	text-decoration: none;
	color: #222222;
}
.innerlinks p {
	line-height: 18px;
	margin-bottom: 0px;
}
.nav-icon-left  {
	width: 25px;
	height: 22px;
	float: left;
	margin-right: 10px;
}
.nav-icon-left  i{
	line-height: 0;
}
.nav-icon-right {
	width: 25px;
	height: 22px;
	float: right;
	margin-left: 10px;
}
.nav-icon-right i{
	line-height: 0;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	RELATED POSTS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
	
.singlepostlists { 
	overflow:hidden; 
	margin:0 0 30px 0;
	}
	
	.singlepostlists ul { margin:0px; }

		.singlepostlists li  { 
			display:block; 
			float:left; 
			width:140px; 
			margin:0 20px 0 0; 
			line-height:16px; 
			padding:0;
			}
			.singlepostlists li .thumb { 
				display:block; 
				margin:0 0 5px 0;
				}
			.singlepostlists h3 {
				font-size:16px;
				}


				
.emptybg {
	position: relative;
	background: none repeat scroll 0 0 #F0F0F0;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    display: block;
    height: 40px;
	color:#000;
    padding-top: 20px;
    
    text-align: center;
}
#menu-trigger { display:none}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Appointment
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#appointmentform h5 span.time,
#appointmentform h5 span.closed,
#appointmentform p span.country		{ padding-right:20px; }
#appointmentid p label				{ display:inline-block; width:130px; vertical-align:top; padding : 6px 0;}
#appointmentid h5 label				{ display:inline-block; width:140px; vertical-align:top; padding : 6px 0;}
#appointmenttime_para				{ text-align:center; margin-bottom: 10px;}

#formstatus {margin-bottom: 20px;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*	Appointment Form */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#appointmenttime_closed_para { text-align:center;}
#appointment-calendar-main { margin-bottom:10px;}
#appointment_widget .select_wrapper { margin:0 auto !important;}

.appointmentform input.txtfield, 
.appointmentform textarea { 
	padding: 8px 6px;
	margin-bottom: 10px;
	outline: 0;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	font-size: 11px;
	color:#999999;
	-webkit-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 	inset 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
	box-shadow: 		inset 0px 0px 4px 2px rgba(0, 0, 0, 0.10); 
	-webkit-border-radius:	1px;
	-moz-border-radius:		1px;
	border-radius:			1px;	
	-webkit-transition: 	all 300ms ease-in;
	-moz-transition: 		all 300ms ease-in;
	-o-transition: 			all 300ms ease-in;
	transition: 			all 300ms ease-in;	
	}

.appointmentform textarea { 
	height: 100%;
	line-height: 150%;
	}

.appointmentform .field { clear: both; position:relative; margin-bottom:10px; }
.appointmentform .field label { float: left; width: 130px; }
.appointmentform .option {overflow: hidden;}


.select_wrapper {
	font-size: 11px;
	background: #fafafa url('images/select.png') no-repeat right center;
	border: 1px solid #dddddd;
	height: 28px;
	margin: 0;
	width: 100%;
	display: block;
	color: #999999;
	-webkit-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 	inset 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
	box-shadow: 		inset 0px 0px 4px 2px rgba(0, 0, 0, 0.10); 
	-webkit-transition: 	all 300ms ease-in;
	-moz-transition: 		all 300ms ease-in;
	-o-transition: 			all 300ms ease-in;
	transition: 			all 300ms ease-in;	
	}

.select_wrapper { background-color: #fff; }
.select_wrapper:hover { background-color: #fff; }
.select_wrapper span {
	height: 26px; 
	line-height: 26px; 
	position: absolute; 
	z-index: 0; 
	padding-left: 10px;
	}

select.select {
	position: relative; 
	cursor: pointer; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 28px; 
	z-index: 4;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	opacity: 0; 
}

/* Fullwidth Section */
.pagemid_section { padding: 0; background-color: #FFFFFF; }
.section_fullwidth { position: relative; margin: 0 auto; padding: 20px 0; }
.section_fullwidth a { }
.section_fullwidth a:hover { }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Section Video Background Properties */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.section_row {
	position:relative;
	border-style: solid;
	border-color: #dddddd;
	padding: 30px 0;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.section_row{ 
    background-attachment: scroll !important;
	}
}

.section_inner { 
	width: 980px; 
	margin:0 auto; 
	position:relative;
	z-index:3;
}

.iva-page-section {
	 position: relative;
	 overflow: hidden;
	 height:auto;
}

.iva-section-patterns, .iva-video-color-mask {
	 position: absolute;
	 top:0;
	 left: 0; 
	 width: 100%;
	 height: 100%;
	 border-style:solid;
	 border-width:0;
	 border-color:#dddddd;	
}

.iva-video-color-mask {
	opacity: 0.6;
}

.iva-video-preload {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 1;
	 display: block;
	 width: 100%;
	 height: 100%;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 -moz-background-size: cover;
	 -webkit-background-size: cover;
	 -o-background-size: cover;
}

.iva-section-video {
	 position: absolute;
	 visibility: hidden;
	 top:0;
	 left:0;
	 z-index: 1;
	 width: 100%;
	 height: 100%;	 
}

.iva-section-video video {
	left: 0;
	min-height: 100%;
	min-width: 100%;
	max-width:100%;
	position: absolute;
	top: 0;
}

.section_video .section_inner { padding: 0;}
.wp-video{ width: 100% !important; }