/*
Theme Name: Grady Health - Atlanta can't live without Grady
Theme URI: http://doubledome.com
Author: DD & U22 team.
Author URI: http://doubledome.com
Description: Theme for Grady Health by Jonathan Curtis.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom Theme
Text Domain: Grady Health
By: Jonathan Curtis Brown :P


*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Class Default
 * 4.0 - Header
 * 5.0 - Navigation
 *   5.1 - Internal Menu
 * 6.0 - Slider
 * 7.0 - Custom Widget or Module
 *   7.1 - UberMenu
 *      7.1.1 - UberMenu on Header
 *      7.1.2 - UberMenu on Footer
 *   7.2 - Events plugin 
 *   7.3 - Maps plugin
 *   7.4 - Custom Menu Layouts
 *   7.5 - FAQs
 *   7.6 - Gravity Forms
 *   7.7 - Youtube Plugin
 *   7.8 - Sitemap Plugin
 *   7.9 - Doctors Plugin 
 * 8.0 - Content
 *   8.1 - Entry Header
 *   8.2 - Entry Meta
 *   8.3 - Entry Content
 *   8.4 - Galleries
 *   8.5 - Post Formats
 *   8.6 - Attachments
 *   8.7 - Post/Paging Navigation
 *   8.8 - Author Bio
 *   8.9 - Archives
 *   8.10 - Search Results/No posts
 *   8.11 - 404
 *   8.12 - Comments
 *   8.13 - Multisite
 * 9.0 - Sidebar
 *   9.1 - Widgets
 * 10.0 - Footer
 * 11.0 - Internet Explorer
 * 12.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "myriad-pro", sans-serif;
	font-size: 14px;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
	}
/* input, textarea, keygen, select, button, isindex, strong, i{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	} */
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color:#333333;
	line-height: 1;
	background-color: #F8F8F8;
}
a {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a:active,
a:hover {
	color: #F00;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a{
	color:#737373;
	font-style: italic;
	font-weight: 400;	
	margin-bottom:15px;
}
h1, h1 a, h1 span{	
	font-size: 42px;
	line-height: 48px;
}
h2, h2 a, h2 span{
	font-size: 38px;
}
h3, h3 a, h3 span{
	font-size: 34px;
}
h4, h4 a, h4 span{
	font-size: 30px;
}
h5, h5 a, h5 span{
	font-size: 26px;
}
h6, h6 a, h6 span{
	font-size: 22px;	
}
em{
	font-style:italic;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	line-height: 180%;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	color: #666;
	font-family: "myriad-pro", sans-serif;
	font-size: 16px;
	margin: 20px 0 20px 20px;
	overflow: auto;
	padding: 0 0 10px 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-left: 10px solid #E4E4E4;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite, blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul {
	list-style-type: disc;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	/*background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;*/
	border: 0;
	height: 1px;
	/*margin: 0 0 24px;*/
	margin: 15px 0 20px;
	border-bottom: 1px solid #F0F0F0;
	clear: both;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}
/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.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-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}
input,
textarea {
	color: #141412;
}
input[type="radio"]{
	border:0;
}
input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.more-button,
li#menu-item-13353 a.ubermenu-target span.ubermenu-target-title {
	background: #EB3A4A;
	background: -moz-linear-gradient(top, rgba(235,58,74,1) 0%, rgba(185,22,37,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EB3A4A), color-stop(100%,#B91625));
	background: -webkit-linear-gradient(top, #EB3A4A 0%,#B91625 100%);
	background: -o-linear-gradient(top, rgba(235,58,74,1) 0%,rgba(185,22,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,58,74,1) 0%,rgba(185,22,37,1) 100%);
	background: linear-gradient(to bottom, #EB3A4A 0%,#B91625 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3a4a', endColorstr='#b91625',GradientType=0 );
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	font-weight: bold;
	border: none;
	padding: 2px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
li#menu-item-13353 a.ubermenu-target:hover span.ubermenu-target-title {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
li#menu-item-13353 a.ubermenu-target:active span.ubermenu-target-title {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}
input[type=text], input[type=url], input[type=email], 
input[type=tel], input[type=number], input[type=password], textarea,
select{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 3px #DEDEDE inset;
	-webkit-box-shadow: 0 2px 3px #DEDEDE inset;
	box-shadow: 0 2px 3px #DEDEDE inset;
	border: 1px solid #F8F8F8;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Class Default
 * ----------------------------------------------------------------------------
 */
.forMobile{
	display:none;
}
.forDesktop{
	display:block;
}
.center-page *,.site-footer *{
 	-webkit-transition:  all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:	 all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.qafp-faq-answer,
.slider *, a, a *,
.internal-menu{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.center-page{
	margin: 15px auto;
	max-width: 1030px;
	width: 100%;
	}
.internal-page .center-page{
	max-width: 1030px;
	}	
.clear{
	clear:both;
	}
.inline-block{
	display:inline-block;
	*float:left;
	vertical-align:top;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.text-center{
	text-align:center;
	}
.width100{
	width:100%;
	}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
	clear:both;
}	
.hours,.hours span{
	font-size:11px;
	color: #333;
	font-weight: bold;
}
span.red {
	color: #F00;
	font-style: normal;
}
	
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
#navbar{
	background-color: #F9F9F9;
	padding: 10px 0;
}
.site-header{
	padding-bottom: 25px;
}
.home .site-header{
	padding-bottom: 0;
}
.site-header form.search-form {
	background-color: #FFF;
	padding: 2px;
	border-radius: 4px;
	box-shadow: 0 2px 3px #DEDEDE inset;
}
.site-header form.search-form input.search-field{
	border: 0 none;
	box-shadow: none;
	width: 95px;
	height: 22px;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	background-color:;
	transition: width .3s;
	-webkit-transition: width .3s;
	padding-bottom: 0;
}
.site-header .search-submit {
	width: 40px;
	height: 30px;
	padding: 0;
	text-align: center;
}
.breadcrumbs {
	margin: 20px 0;
	font-size: 14px;
	text-align: right;
}
.search .breadcrumbs {
	display:none;
}
.breadcrumbs span[typeof="v:Breadcrumb"]:last-child span[property="v:title"], .breadcrumbs a[property="v:title"] {
	display: inline-block;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
	max-width: 225px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
nav#site-navigation{
	width:100%;
	position: relative;	
}
.nav-menu{
	margin: 10px 0;
/* 	padding-left: 5%; */
}
.site-header ul li {
	list-style: none;
	float: left;
	border-right: 1px solid #000;
/* 	height: 14px; */
	line-height: 14px;
	font-size: 12px;
	color: #595959;
}
.site-header ul li:last-child {
	border-right: none;
	margin-right: 10px;
}
.site-header ul li a {
	font-size: 14px;
	line-height: 14px;
	color: #595959;
	display: block;
	padding: 0 8px;
	text-decoration: none;
}
.menu-toggle{
	display:none;
}

/*
 * 5.1 Internal Menu
 * -----------------------------------------------------------------------------
 */
.internal-menu{
	background:url('images/menu-bg.jpg') repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin-top: 15px;
}
.internal-menu.fixed {
	position: fixed;
	top: 0;
	max-width: 960px;
	width: 100%;
	margin: 0;
	z-index:9999;
}
/*spacer is used when menu is fixed*/
.spacer {
	display: none;
}
.internal-menu ul {
	margin: 0;
	padding: 0;
}
.internal-menu ul.sub-menu{
	display:none;
}
.internal-menu a.logo {
	width: 24.5%;
	display: inline-block;
	text-align: center;
	vertical-align:top;
}
.internal-menu .menu-mega-menu-container {
	width: 75%;
	display: inline-block;
}
.internal-menu ul li b{
	color: #000;
	font-weight: 500;
	border-bottom: 1px solid #BDBDBD;
	display: block;	
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.internal-menu ul li span,
.internal-menu ul li a{
	color: #595959;
	font-size: 18px;
}
.internal-menu ul li{
	border-right: 0;
	float: none;
	display: inline-block;	
	height: initial;
	padding: 15px 0;
	width: 19%;
}
.internal-menu ul li:hover{
	background:url('images/menu-hover.jpg') repeat-x;
}
.internal-menu ul li.current_page_item{
	background:url('images/menu-active.jpg') repeat-x;
}
.internal-menu ul li.current_page_item:hover a,
.internal-menu ul li.current_page_item:hover b{
	color:#666;
}
.internal-menu ul li:hover a,
.internal-menu ul li:hover b{
	color: #FFF;
}
.internal-menu ul li:hover span{
	color: #000;
}
.internal-menu ul li span,
span.red{
	color: #F00;
	font-style: italic;
}
/**
 * 6.0 Slider
 * -----------------------------------------------------------------------------
 */
.slide-title p:first-child{
	position: absolute;
	/*top: 225px;*/
	top: 38%;
	/* left: 585px; */
	right: 13%;
	z-index: 2;
	font-size: 25px;
	line-height: 29px;
	color: #333;
}
.slide-title img{
	display: block;
	width: 164px;
	height: 65px;
	position: absolute;
	/* top: 260px; */
	top: 44.1%;
	/* left: 780px; */
	right: 4.6%;
	z-index: 2;
}
.slide-who{
	font-size: 13px;
	line-height: 17px;
	color: #000;
	position: absolute;
	/* left: 20px;
	bottom: 180px; */
	left:2%;
	bottom: 34.5%;
	z-index: 2;
}
.slide-who strong{
	display:block;
}
/* .slide-button{
	top: 350px;
} */
div.mslide .wp-post-image {
	width: 80%;
	margin: 0 10%;
}
/* 
.slide-button span.btn-story{
	top: 350px;
} */
span.btn-story{
	display: block;
	position: absolute;
	z-index: 2;
/* 	top: 460px; */
	top: 59.5%;
/* 	left: 710px; */
	right: 7.5%;
	width: 130px;
	padding-right: 42px;
	height: 57px;
	font-size: 15px;
	color: #666;
	font-style: italic;
	line-height: 50px;
	background: url("images/btn_story_xxl.png") 0 0 no-repeat;
	text-decoration: none;
	text-indent: 10px;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
span.btn-story.xxl {
	background: url("images/btn_story_xxl.png") 0 0 no-repeat;
	width: 205px;
}
/**
 * 7.0 Custom Widget or Module
 * -----------------------------------------------------------------------------
 */
.mega-menu{
	margin-top: -105px;
}
div.su-spoiler-title, .qafp-faq > .qafp-faq-title > .qafp-faq-anchor {
/* 	font-size: 18px;
	font-weight: normal; */
	font-size: 16px;
	font-weight: normal;
	color: #F00;
	text-decoration: underline;
}
div.su-spoiler-title:hover, .entry-content a.qafp-faq-anchor:hover{
	color: #999 !important;
}
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon, .qafp-faq > .qafp-faq-title > .qafp-faq-anchor > .qafp-fa-caret-right {
	color: #333;
}
.qafp-faq > .qafp-faq-title > .qafp-faq-anchor > .qafp-fa-caret-right:before {
	content: "\f067";
}
.qafp-faq {
    margin-bottom: 0.5em;
}
.qafp-faq .qafp-faq-answer {
    padding: 0em 0 0em 22px;
}
.qafp-faq > .qafp-faq-title {
    padding-left: 27px;
    padding-right: 0;
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 5px 7px 7px 34px;
}
.qafp-faq > .qafp-faq-title > .qafp-faq-anchor > .qafp-fa-caret-right {
    left: 0px;
    position: absolute;
    top: 7px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
/**
 * 7.1 UberMenu
 * -----------------------------------------------------------------------------
 */
.ubermenu-submenu-drop {
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
} 
.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-drop {
	clip: auto !important;
}
/*
* 7.1.1 UberMenu on Header
* -----------------------------------------------------------------------------
*/
#navbar .ubermenu-nav>li>.ubermenu-target{
	padding:0;
	background: none;
}
#navbar .ubermenu-nav>.ubermenu-item{
	/* border-right: 1px solid #000;
	padding:0 8px;*/
}
#navbar .ubermenu-nav>.ubermenu-item .ubermenu-target-title{
	border-right: 1px solid #000;
	padding:0 6px;
}
#navbar .ubermenu-nav>.ubermenu-item:last-child{
	padding-right: 0px;
	margin-right:0;
	border-right: 0;
}
#navbar .ubermenu-nav>.ubermenu-item:last-child .ubermenu-target-title{
	border-right: 0;
}
nav#site-navigation .ubermenu-nav {
	padding: 8px 0 0 5%;
}
.internal-page nav#site-navigation .ubermenu-nav {
	padding: 8px 0 0 2%;
}
.right.search-box {
	margin-top: -30px;
	position: relative;
	z-index: 9;
}
#navbar .ubermenu-main.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop{
	top:40px;
}
.menu-header .address {
	font-size: 14px;
	line-height: 1.2em;
	display: inline-block;
	border-left: 1px solid #333;
	padding-left: 10px;
	margin-left: 20px;
	vertical-align: middle;
	color:#595959;
}
/*
* 7.1.2 UberMenu on Footer
* -----------------------------------------------------------------------------
*/
.mega-menu>nav>ul>li {
	background: url('images/main_nav_item.png') 0 0 no-repeat !important;
	padding-bottom: 15px !important;
}
.mega-menu>nav>ul>li.ubermenu-active{
	background: url('images/main_nav_item_hover.png') 0 0 no-repeat !important;
}
.mega-menu .ubermenu-nav > li > a span.ubermenu-target-title.ubermenu-target-text {
	width: 100%;
	color: #595959;
	font-size: 24px;
	line-height: 30px;
	padding-top: 40px;
}
.mega-menu .ubermenu-nav>.ubermenu-item .ubermenu-target-text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	width: 100%;
}
.mega-menu .ubermenu-nav > li > a span.ubermenu-target-title.ubermenu-target-text span{
	color: #F00;
	font-style: italic;
	font-size: 24px;
}
.mega-menu .ubermenu-nav > li > a span.ubermenu-target-title.ubermenu-target-text b {
	display: block;	
	color: #373737;
	border-bottom: 1px solid #D6D6D6;
}
.menu-header{
	border-bottom:1px solid #EAEAEA;
}
.menu-header,.menu-header span{
	color: #595959;
	font-size:50px;
	line-height: 1.5;
}
.menu-header span{
	color:#F00;
}
.mega-menu ul.ubermenu-submenu-align-full_width{
	margin-top: -625px !important;
	min-height: 525px;
}
.ie8 .mega-menu ul.ubermenu-submenu-align-full_width{
	max-height: 500px !important;
}
.mega-menu .ubermenu-skin-silver-tabs .ubermenu-submenu .ubermenu-item-header > .ubermenu-target{
	font-weight:normal !important;
}
.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
.mega-menu .ubermenu .ubermenu-active > .ubermenu-target {
	background: rgba(0, 0, 0, 0) !important;
}
.mega-menu .searchForms{
	margin-top:30px;
}
/*
* 7.2 Events plugin 
* -----------------------------------------------------------------------------
*/
body.single-event .eo-event-meta {
	width: 50% !important;
}
div.eventorganiser-event-meta{
	text-align:left;
}
tr.fc-week td.fc-day{
	display: table-cell;
    width: auto;
}
div.eo-venue-map {
	z-index: 10;
}
.entry-content .event-details .event-date-time {
	text-transform: uppercase;
}
.entry-content .event-details .eo-event-venue-map {
	margin: 0 0 10px 10px;
}
.entry-content .event-details {
	margin-bottom: 20px;
}
.entry-content .event-details * {
	line-height: 24px;
}
.entry-content .event-details ul {
	padding: 0;
	margin: 0;
}
.entry-content .event-details ul li {
	background: none !important;
	padding: 0;
}
.top-buttons .button {
	background: #737373;
	color: #fff;
	display: inline-block;
	margin: 0px 0 5px 10px;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
}
.top-buttons .button:hover {
	background: #231f20;
}
.entry-content .eo-event-search ul li {
	background: none !important;
	padding: 0;
}
.entry-content .eo-event-search ul li.event-category select {
	padding: 6px;
}
/*
* 7.3 Maps plugin
* -----------------------------------------------------------------------------
*/
td.lmm-listmarkers-popuptext br,
.leaflet-popup-content br,
.lmm-listmarkers-markername,
.lmm-listmarkers-hr{
	display: none;
}
.leaflet-popup-content p {
	margin: 0 0 5px 0 !important;
}
td.lmm-listmarkers-popuptext p {
	margin-bottom: 0;
}
div.leaflet-top, div.leaflet-bottom {
  z-index: 0;
}
/*
* 7.4 Custom Menu Layouts
* -----------------------------------------------------------------------------
*/
.facilities-layout p,
.plan-layout p{
	font-size:13px;
}
.facilities-layout h3 a{
	font-size: 16px;
	color: #F00;
	line-height: 22px;
	border-bottom: 1px solid #CCC;
	margin: 0 10px 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	max-width: 100%;
	width: 100%;
}
.facilities-layout td{
	width: 24.5%;
	font-size:13px;
	color: #666;
	/* white-space: pre; */
	display: inline-block;
	padding: 10px 5px;
	line-height: 20px;
	border: 0;
}
.facilities-layout tr{
	border-bottom: 1px solid #EDEDED;	
}
.facilities-layout b{
	font-size:13px;
}
.facilities-layout span.hours,
.facilities-layout.plan-layout td  {
	white-space: normal;
}
.ubermenu-item-layout-facilities_layout a.ubermenu-target,
a.ubermenu-item-layout-facilities_layout:hover{
	color:#666 !important;
}
.post-full-layout ul {
	padding: 0 0 0 20px;
	margin: 0;
	display: inline-block;
	width: 24%;
}
.post-full-layout ul li{
	padding:5px 0;
}
.post-full-layout table td {
	width: 16.66%;
	border: none;
	color:#737373;
	white-space: nowrap;
}
.post-full-layout table td a{
	line-height: 20px;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 165px;
}
.ubermenu-item-layout-full_post_layout 
span.ubermenu-target-text,
.ubermenu-item-layout-facilities_layout 
span.ubermenu-target-title,
.ubermenu-item-layout-plan_layout 
span.ubermenu-target-title{
	display:none;
}
.post-full-layout table{
	width:33%;
	display:inline-block;
	border: none;
}
.post-full-layout th{
	font-size: 20px;
	color: #F00;
	line-height: 1.4em;
	border-bottom: 1px solid #EEE;
	text-indent: 5px;
	margin: 10px 20px 0;
	text-transform: initial;
	font-weight:normal;
}
/**
 * 7.5 - FAQs
 * ----------------------------------------------------------------------------
 */
a.qafp-faq-anchor{
	/*color:#999 !important;*/
}
.entry-content a.qafp-faq-anchor:visited{
	color:#999 !important;
}
a[title="FAQs"],
.qafp-home #most-commonly-asked{
	display: none;
}
/**
 * 7.6 - Gravity Forms
 * ----------------------------------------------------------------------------
 */
.gform_wrapper .red{
	font-size: 1em;
}

/**
 * 7.7 - Youtube Plugin
 * ----------------------------------------------------------------------------
 */ 
.youtube_gallery_item {
	float: none;
	display: inline-block;
} 

/**
 * 7.8 - Sitemap Plugin
 * ----------------------------------------------------------------------------
 */ 
ul.wsp-posts-list li:first-child {
	display: none;
}

/**
 * 7.9 - Doctors Plugin
 * ----------------------------------------------------------------------------
 */ 
.searchForms {
	width: 45%;
	display: inline-block;
	border-left: 1px solid #CFCFCF;
	padding: 0 5%;
}
.searchForms.byName{
	padding-left:0;
	border:0;
}
.searchForms.bySpecialty{
	padding-right:0;
}
.searchForms input[type="text"],
.searchForms select{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 6px 10px;
}
.searchForms label {
	display: block;
	padding: 6.5px 0;
}
.searchForms input[type="checkbox"],
.filterForm input[type="checkbox"],
.filterForm input[type="radio"]{
	margin-right: 5px;
	vertical-align: middle;
}
/*input[type=checkbox], input[type=radio] {
	background:url('images/sprite-fields.png');
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 19px;
	height: 19px;
	border: 0;
	cursor:pointer;
}
input[type=radio] {
	background-position: 0 -279px;
}
input[type=checkbox]{
	background-position: 0 -260px;
}
input[type=checkbox][checked=checked]{
	background-position: -76px -260px;
}
input[type=radio][checked=checked]{
	background-position: -72px -279px;
}*/
.searchForms .button{
	margin:20px 0;
}
/* Result pages */
.drListing{
	position:relative;
}
.drThumb {
	display: inline-block;
	max-width: 85px;
	width:100%;
}
.drInfo{
	display: inline-block;
	margin-left:20px;
	max-width: 53%;
	width: 100%;
}
.drInfo .title,
.filterForm p{
	font-size: 23px;
	line-height: 23px;
	color: #ED1B2E;
	font-style: italic;
}
.drInfo .info-text{
	font-size: 17px;
	line-height: 28px;
	color: #808080;
	font-weight: normal;
	margin: 0;
}
.selectDoc {
	position: absolute;
	bottom: 0;
	right: 0;
}
.selectDoc a,
.search-again a{
	width: 113px;
	height: 44px;
	line-height: 40px;
	font-size: 14px;
	background: url("images/sprite.png") 0 -899px no-repeat !important;
	padding: 10px 15px 12px 18px;
	color: #000 !important;
}
.filterForm label{
	display: inline-block;
	padding: 15px 0 15px 10px;
}
.single-doctor .entry-thumbnail{
	padding-right: 2%;
	width: 18%;
}
.single-doctor .entry-thumbnail img{
	padding: 2px;
	border: 1px solid #F8F8F8;
	outline: 1px solid #737373;
}
.doctor-contact-info>div{
	margin-left:-4px;
}
.doctor-contact-info ul{
	margin:5px 0;
}
.contact-info.inline-block {
	width: 50%;
}
.locationMap.inline-block {
	width: 30%;
}
.back-button{
	width: 153px;
	height: 44px;
	line-height: 40px;
	font-size: 13px;
	background: url("images/sprite.png") -143px -899px no-repeat;
	text-indent: 13px;
	letter-spacing: -1px;
	display: inline-block;
	color: #333 !important;
	float: right;
	margin-top: -55px;	
}
span.subTitle{
	font-size: 18px;
	line-height: 25px;
	color: #ED1B2E;
	margin: 20px 0 10px 0;
}
ul.alphabet{
	text-align: center;	
}
ul.alphabet li {
	display: inline-block;
	background: none !important;
	text-align: center;
	padding: 0 10px !important;
}
ul.alphabet li a{
	display: block;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: #AEAEAE;	
	font-weight: bold;
}
ul.alphabet li.selected a,
ul.alphabet li a:hover{
	color: #EE2E3F;
}
.table-search td,.table-search{
	border:0;
}
.table-search td:first-child{
	width:70%;
}
 /**
 * 8.0 Content
 * ----------------------------------------------------------------------------
 */
header.entry-header{
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	position:relative;
}
.home header.entry-header{
	border-bottom: 0;
}
h1.entry-title{
	display: inline-block;
/* 	max-width: 90%; */
	max-width: 62%;
}
h1.width100{
	max-width:100%;
}
h1.width100.left {
	width: auto;
}
h1.entry-title span{
	font-size: 42px;
}
.more-button, li#menu-item-13353 a.ubermenu-target span.ubermenu-target-title{
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0 20px;
	display: inline-block;
}
.more-button a{
	color: #FFF;
	font-style:italic;
}

.sidebar .entry-content{
	margin: 10px 2% 10px 0;
	width: 62.5%;
	background: #FFF;
	padding: 10px;
}

.page-template-full-width .entry-content {
	background: #FFF;
	padding: 10px 15px;
}
.entry-content ul{
	padding: 0 0 0 10px;
}
.entry-content ul li {
	background: url('images/arrow_indent.png') 0 1px no-repeat;
	list-style: none;
	padding-left: 30px;
}
.entry-content li{
	line-height:1.5;
}
.entry-content ul li:hover{
	background: url('images/arrow_indent_on.png') 0 0 no-repeat;
}
.entry-content li a {
	text-decoration: underline;
}
.entry-content a:visited {
	color: red;
}
ul.events-list-cats li {
    display: inline-block;
    margin-right: 10px;
}
/* .entry-content ul li ul li,
.entry-content ul li ul li:hover{
	list-style:circle;
} */
.silver-button {
	display: block;
	width: 207px;
	height: 58px;
	background: url("images/sprite.png") -373px -590px no-repeat;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
}
.silver-button a,
.silver-button .red{
	font-size: 16px;	
	line-height: 50px;
}
.gray-button a,
a.gray-button{
	max-width: 70%;
	background: #F3F3F3;
	border: 1px solid #EFEFEF;
	padding: 5px 10px;
	margin: 10px 0;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 0px 7px 12px -8px #000000;
	-webkit-box-shadow: 0px 7px 12px -8px #000;
	box-shadow: 0px 7px 12px -8px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 7, direction = 180, color = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 7, Direction = 180, Color = '#000000')";
}
.entry-content a,
.entry-content li a:hover{
	color:red;
}
.entry-content li a{
	color:#666;
}



/**
 * 8.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

/**
 * 8.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	clear: both;
	font-size: 14px;
	text-align:right;
}
.entry-meta a {
	color: #6E6E6E;
}
.entry-meta a:hover {
	color: #bc360a;
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.entry-meta .date a:before {
	content: "\f303";
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}
/**
 * 8.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

/* .entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}
 */
.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

/* .entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
} */


/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

/* Events Calendar */

span.page-numbers.current, .page-numbers {
    line-height: 25px;
}

.eo-event-search .show {
    display: none;
}

.eo-event-search li.submit {
    width: 100px !important;
}
.eo-datepicker {
    font-size: 16px !important;
}
/**
 * 8.4 Galleries
 * ----------------------------------------------------------------------------
 */



/**
 * 8.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 8.6 Attachments
 * ----------------------------------------------------------------------------
 */
.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}
.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}
.attachment footer.entry-meta {
	display: none;
}
.attachment-meta:before {
	content: "\f307";
}
.full-size-link a:before {
	content: "\f402";
}
.full-size-link:before {
	content: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}


/**
 * 8.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}
.navigation a {
	color: #bc360a;
}
.navigation a:hover,
.navigation .ubermenu-current_page_item>a{
	color: #F00;
	text-decoration: none;
}
.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}
.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	margin: 10px 0;
}
.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #D8D8D8;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	padding: 3px 0 8px;
	text-align: center;
	width: 40px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation a{
	font-size:18px;
}
.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

/* .sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
} */

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 8.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

.youtube_video img {
    background: #eee;
    padding: 3px;
    border: 1px solid #999;
}

/**
 * 8.9 Archives
 * ----------------------------------------------------------------------------
 */
 
.archive.sidebar .entry-content,
.single.sidebar .entry-content{
	width:100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2.5%;
}
.archive .entry-title a,
.archive .entry-title span{
	font-size: 26px;
	color: #C80000 !important;
	vertical-align: baseline;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}
.newsroom-sidebar table {
	border-spacing: 0 15px;
	border-collapse: separate;
}
.newsroom-sidebar td {
	width: 51%;
	background: #FFF;
	padding: 1% 1.5% 1% 4%;
	border:0;
}
.newsroom-sidebar td.even{
	border-right: 20px solid #F8F8F8;
}
.newsroom-sidebar td a{
	color: #999;
	font-size: 18px;
	line-height: 22px;
	margin: 5.5% 0 5.5% 0;
	display: block;
}
/**
 * 8.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}
.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}
.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}
/**
 * 8.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}
.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
.error404 .page-wrapper,.error404 .page-wrapper p {
	text-align: center;
}
.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}
/**
 * 8.12 Comments
 * ----------------------------------------------------------------------------
 */
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}
.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 24px 0;
	position: relative;
}
.comment-author {
	float: left;
	max-width: 74px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}
.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta a:hover {
	color: #ea9629;
}
.comment-metadata {
	margin-bottom: 20px;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}
/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {
	color: #ed331c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}
.comment-form textarea {
	width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

/**
 * 8.13 Multisite
 * ----------------------------------------------------------------------------
 */
.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}
.mu_alert {
	margin-top: 25px;
}
.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}
.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
 * 9.0 Sidebar
 * ----------------------------------------------------------------------------
 */
.sidebar-container{
	/* max-width: 338px; */
	width: 35%;
}
.title-buttons{
	width: 358px;
	height: 57px;
	background: url("images/sprite.png") 0 -433px no-repeat;
}
.title-buttons p{
	display:inline-block;
}
.title-buttons a,
.title-buttons span{
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	text-align: center;
}
.title-buttons a {
	padding: 0 23px;
}
.title-buttons a:hover{
	color:#666;
}
.medium-title *{
	font-size:15px;
	line-height: 20px;
	padding-top: 16px;
	color: #666;
	margin: 0;
}
.medium-title.right{
	/* width:50%; */
	max-width: 53%;
}
.medium-title .go-back{
/* 	position: absolute;
	top:0;
	right:0; */
}
.medium-title.right p{
	text-align:right;
}
.medium-title.inline-block{
	width: 100%;	
	margin-bottom: 10px;
}
.medium-title.inline-block p{
	text-align: center;
}

/**
 * 9.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget-area {
	font-size: 12px;
}
.widget-area>div{
	background: #FFF;
	padding: 20px;
	margin: 20px 0px;
}
.widget-area>div:first-child{
	margin-top:10px;
}
b.widget-title{
	border-bottom: 1px solid #CCC;	
	line-height: 28px;
	font-weight:normal;
	font-size: 28px;	
	padding-bottom: 10px;
	color:#737373;
	width: 100%;
	display: inline-block;	
}
b.widget-title span.red{
	font-size: 28px;
}
.widget ul,
.widget ol {
	margin: 0;
}
.widget li {
	padding: 5px 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}
/* Search widget */
/* .search-form .search-submit {
	display: none;
} */
/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}
/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
	text-align: right;
	position: relative;
	top: -34px;
}
.widget_calendar th,
.widget_calendar td{
	padding: 5px;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	font-weight:normal;
	text-transform: lowercase;	
	border-radius: 4px;
	line-height: 32px;
}
.widget_calendar td:hover{
	background:red;
	color:#fff;
}
td.eo-future-date.event a{
	font-size: 24px;
	border-bottom:1px solid;
}
td.eo-future-date.event,
td#eo-widget-prev-month:hover a,
td#eo-widget-next-month:hover a,
td.eo-future-date.event:hover a{
	color:#fff;
}
.widget_calendar th{
	color:red;
	border-bottom: 1px solid #F0F0F0;
	padding: 5px 0;
	margin-bottom: 5px;
}
.widget_calendar .today{
	background: #CCC;
	color: #FFF !important;
	text-decoration: none;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
table#wp-calendar {
	margin: 0;
}
.widget .eventorganiser-event-meta{
	display:none;
}
ul.third{
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul.third li {
	width: 33%;
	float: left;
}
ul.third li a,
ul.third li .red{
	color:#666;
	font-style:normal;
}
div.qtip-content {
	padding: 10px;
	line-height: 1.5;
	color: #005580;
	text-align: center;
}

/**
 * Time Line
 * ----------------------------------------------------------------------------
 */

 .cool-timeline .timeline-post{
 	margin-left: 0 !important;
 	margin-top: -5px !important;
 }
 .cool-timeline .timeline-year {
    height: 0 !important;
    color: #ff0000 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    text-shadow: none !important;
    line-height: 2 !important;
    box-shadow: none !important;
    background: none !important;
    left: 66% !important;
    padding: 0 !important;
    margin-top: -10px !important;
}
.cool-timeline:before,
.cool-timeline.white-timeline .timeline-post .icon-dot-full{
    left: 90% !important;
}
.cool-timeline .timeline-post{
    width: 81% !important;
    padding: 0 0 5px 0 !important;
}
.cool-timeline{
	padding: 0 !important;
}
.timeline dl dd.even .events h4, 
.timeline dl dd.odd .events h4 {
    background: #737373 !important;
}
.timeline dl dd.odd .events:before {
    border-left-color: #737373 !important;
}
.cool-timeline.white-timeline  .timeline-post.even .timeline-content .content-title:before,
.cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before {
    border-right-color: transparent !important;
    border-left-color: #737373 !important;
    right: !important;
    left: 99% !important;
}
.cool-timeline-wrapper {
    margin: 0 auto !important;
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
.cool_timeline .timeline-main-title {
    font-size: 34px !important;
    color: #737373 !important;
}
.cool_timeline .timeline-main-title {
    display: none;
}
.timel-button-top,
.timel-button-bottom{
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-size: contain !important;
}
.timel-button-top{
	background: url(images/buttom-top-img.png);
	margin: 5px auto -1px 86%;
}
.timel-button-bottom{
	background: url(images/buttom-bottom-img.png);
	margin: -1px auto 0 86%;
}
.ultimate-style .timeline-post .timeline-content .content-title{
	padding: 5px !important;
}
.ultimate-style .timeline-post .timeline-content .content-details{
	padding: 0 5px !important;
}
.timeline-content .content-title .red{
    color: #FFF;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-title{
	font-family: "myriad-pro", sans-serif !important;
    font-style: normal;
    background-image: none !important;
    background: #737373 !important;
}
.cool-timeline .timeline-post{
	margin-bottom: 0 !important;
}

.cool-timeline .timeline-year .icon-placeholder span{
	top: 18px !important;
	font-size: 20px !important;
}
.cool-timeline.white-timeline .timeline-post .timeline-icon{
	background: #ff0000 !important;
}

.timeline-icon.icon-larger.iconbg-turqoise.icon-color-white {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.cool-timeline .timeline-post .timeline-icon .icon-placeholder i {
    line-height: 20px !important;
}
.cool-timeline .timeline-post .timeline-icon {
    margin: 17px 0 0 -20px !important;
    height: 30px !important;
    width: 30px !important;
    left: 92% !important;
}
.timeline-container-sidebar,
.timeline-sticky{
	width: 335px;
}
.timeline-sticky{
	position: fixed;
	z-index: 9998;
    top: 0;
}
.read_more.ctl_read_more {
    color: #e1e1e1;
    outline: 0;
    margin-left: 10px;
    text-transform: capitalize;
    padding-bottom: 5px;
    display: inline-block;
}
.read_more.ctl_read_more:hover{
	color: #FFF;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-details p {
    line-height: 17px;
}
.timeline-content .pf-content ul {
    padding-left: 17px;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-title,
.timeline-content .content-title .red,
.cool-timeline.white-timeline .timeline-post .timeline-content .content-details p,
.timeline-content .pf-content ul li{
	font-size: 13px !important;
}
/**
 * 10.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer,.social-links p{
	text-align: center;
}
.site-footer ul {
	margin: 0;
	width: auto;
	float: none;
	padding:0;
}
.site-footer  ul li {
	display: inline-block;
	border-right: 1px solid #878787;
	line-height: 14px;
	padding: 0 7px;
}
.site-footer ul li:last-child {
	border-right: 0 none;
}
.site-footer ul li a {
	font-size: 13px;
	line-height: 13px;
	color: #878787;
}
.site-footer ul li.current_page_item a{
	text-decoration:underline;
}
p.copy, p.copy a {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	padding: 20px 0 10px 0;
}
.social-links a {
	display: inline-block;
	margin: 0 5px;
}
/*
.internal-page .site-footer{
	background: #FFF;
	background-image: url('images/footer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px;
	padding-top: 20px;
}
.internal-page ul#menu-footer{
	margin:0;
	padding-left: 30px;
}
.internal-page .menu-footer-container{
	width: 16%;
	display:inline-block;
}
.internal-page p.copy {
	width: 55%;
	color: #CCC;
	font-size: 11px;
	margin: 30px 0 0 0;
	padding:0;
}
.internal-page .social-links {
	width: 28%;
}
.internal-page .social-links a {
	margin: 0 1px;
}
.internal-page .social-links p{
	text-align:right;
}
.internal-page .internal-footer{
	max-width: 960px;
	width: 100%;
	margin: 30px auto;
}
.internal-page .site-footer ul li {
	list-style:none;
	line-height: 20px;
}
.internal-page .site-footer ul li a {
	color: #999;
	text-decoration: none;
}
.internal-page .site-footer ul li a:hover{
	color: #F00;
}*/
/**
 * 11.0 - Internet Explorer
 * ----------------------------------------------------------------------------
 */
.ie8 .site-header form.search-form {
	padding: 0;
}
.ie8 .site-header form.search-form input.search-field{
	font-size:14px;
}
.ie8 .mega-menu{
	margin-top:-95px;
}
.ie8 #navbar .ubermenu-nav>.ubermenu-item .ubermenu-target-title{
	padding:0 5px;
}
.ie8 .mega-menu .ubermenu-nav > li > a span.ubermenu-target-title.ubermenu-target-text,
.ie8 .mega-menu .ubermenu-nav > li > a span.ubermenu-target-title.ubermenu-target-text span{
	font-size: 20px;
}
.ie8 .mega-menu table{
	table-layout:fixed;
}
.ie8 .widget_calendar caption{
	top:0;
}
.ie .title-buttons a,
.ie .title-buttons span{
	font-size: 16px;
}
.ie8 .medium-title *{
	font-size:12px;
}
.ie8 input[type=text], .ie8 input[type=url], .ie8 input[type=email], .ie8 input[type=tel], .ie8 input[type=number], .ie8 input[type=password], .ie8 textarea{
	border:1px solid #CCC;
}
.ie8 .social-links a {
	display: inline;
}
.ie8 .right.search-box{
	width:142px;
}

form.siteforms  ul li.gfield {
    background: none;
}

form.siteforms input[type=text], form.siteforms input[type=url], form.siteforms input[type=email], form.siteforms input[type=tel], form.siteforms input[type=number], form.siteforms input[type=password], form.siteforms textarea, form.siteforms select {
    box-shadow: 0 2px 3px #ddd inset !important;
    border: 1px solid #aaa !important;
}

.category-newsroom .entry-content .entry-thumbnail img {display:none;}
.sidebar-container h4.rfbp-heading, .sidebar-container h4.rfbp-heading a, .sidebar-container h4.rfbp-heading span {font-size:18px; line-height:24px;}
.sidebar-container .widget_rfb_widget {padding: 0px; border:4px solid #dedede;}
.sidebar-container .widget_rfb_widget b.widget-title {padding:20px 0px 20px 60px; background: #3b5998 url('/wp-content/uploads/2016/09/fbicon.png') no-repeat 15px center; color: white; background-size: 35px;}
.sidebar-container .widget_rfb_widget b.widget-title span { color: white; }
.sidebar-container .widget_rfb_widget .recent-facebook-posts {padding: 10px; max-height: 500px; overflow: auto;}
.searchfrm {padding: 10px 0px 30px;}
.searchfrm input.sbtn {
    margin-right: 30px;
    box-shadow: 2px 2px 2px 0px #DEDEDE inset;
    border: 1px solid #DEDEDE;
}
.searchresults {
    padding: 10px;
}
.search-results h3 a, .search-results h3 a span, .search-results h3, .search-results h3 span {
    font-size: 24px;
}
.searchblock input[type="checkbox"] {
    padding: 5px 5px 5px;
    margin: 7px 5px 5px;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.searchblock label {
    padding: 3px 5px 5px 0px;
    margin: 5px 15px 5px 0px;
    display: inline-block;
}
.searchblock input[type="submit"] {
    margin: 10px;
}
.searchblock input[type="text"] {
    margin: 10px 0px;
    max-width: 340px;
    width: 90%;
    border: 1px solid #ccc;
}
.internal-footer .menu-footer-container {
    max-width: 800px;
    margin: 0 auto;
}
.page-template-blank-template .entry-content.blanktheme {
	margin: 20px auto;	
}
button#responsive-menu-button {
    background: none !important
}
#responsive-menu-wrapper #responsive-menu-item-13694 .responsive-menu-item-link {
    text-indent: -10000px;
    height: 3px !important;
    background: #fff !important;
}
#responsive-menu-wrapper a.responsive-menu-item-link {
    /*height: auto !important;*/
}
#responsive-menu-wrapper a.responsive-menu-item-link b {
    /*display: block;
    line-height: 20px;*/
    font-size: 125%;
}

#responsive-menu-wrapper a.responsive-menu-item-link span {
    color: yellow;
    font-style: italic;
    font-size: 110%;
}

#mobileheadericon {
    display: none;
}

li#menu-item-21 a.ubermenu-target span.ubermenu-target-title {
	border-right:0px !important;
}
#responsive-menu-container #responsive-menu li#responsive-menu-item-13693 a {
    background: white;
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}
/**
 * 12.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 1180px) {
	
}
@media screen and (max-width: 1024px){
	.nav-menu{
		padding-left: 0;
	}
	nav#site-navigation .ubermenu-nav {
		padding: 0;
		text-align: center;
	}	
	.center-page{
		width: 98%;
	}
	.site-footer ul li {
		margin: 10px 0;
		padding: 0 5px;
	}	
}
@media screen and (max-width: 930px){
	.nav-menu{
		width: 100%;
		text-align: center;
	}
	.site-header ul li,
	nav#site-navigation{
		display: inline-block;
		float: none;
	}
	nav#site-navigation {
		width: 100%;
	}
	.search-box{
		float:none;
		width: 142px;
		margin: 0 auto;		
	}
	.right.search-box {
		margin-top: 0;
		margin: 20px auto 0 auto;
	}	
	#navbar .ubermenu-nav>.ubermenu-item {
		float: none;
	}

	.cool-timeline .timeline-post .timeline-icon {
	    height: 25px !important;
	    width: 25px !important;
	    left: 93% !important;
	}
	.cool-timeline .timeline-post .timeline-icon .icon-placeholder i {
    	line-height: 15px !important;
	}
}
@media screen and (max-width: 900px){
	.post-full-layout th{
		text-align: center;
	}
	.post-full-layout table td {
		width: 100%;
		display: inline-block;
		text-align: center;
		padding: 5px 10px;
	}
	.post-full-layout table td a {
		max-width: 240px;
	}
	.post-full-layout table tr{
		border-bottom: 1px solid #EEE;
	}
	.timel-button-top,
	.timel-button-bottom {
    	margin-left: 85%;
	}	
	.timeline-container-sidebar, 
	.timeline-sticky {
    	width: 300px;
	}
}
@media screen and (max-width: 850px){
	.cool-timeline.white-timeline .timeline-year:before{
		display: none;
	}
	.cool-timeline.white-timeline .timeline-post .icon-dot-full {
    	left: 83.5% !important;
	}

	.cool-timeline .timeline-post .timeline-icon {
	    height: 20px !important;
	    width: 20px !important;
	    left: 94% !important;
	    margin: 25px 0 0 -20px !important;
	}
	.cool-timeline .timeline-post .timeline-icon .icon-placeholder i {
	    line-height: 17px !important;
	    margin-left: 1px;
	}
	.timeline-container-sidebar, .timeline-sticky {
    	width: 285px;
	}
}
@media screen and (max-width: 800px){	
	.site-header {
	    background: url(images/main_nav_item_resp.png) repeat-x 0 0;
	    height: 80px;
	}
	#navbar {
	    background: transparent;
	}
	#mobileheadericon, #mobileheadericon img {
	    display: block;
            margin: 0 auto;
	}
        .breadcrumbs {
	    margin: -20px 0 0;
	    display: none;
	}

	.site-header ul li a {
		padding: 0 5px;
	}
	#navbar .ubermenu-nav>.ubermenu-item{
		float: none;
		min-width: inherit;
		width: auto;
	}
	.mega-menu>nav>ul>li {
		background: url('images/main_nav_item_resp.png') 0 0 repeat !important;
	}	
	.mega-menu .ubermenu-nav > li > a span.ubermenu-target-title.ubermenu-target-text,
	.mega-menu .ubermenu-nav > li > a span.ubermenu-target-title.ubermenu-target-text span{
		font-size: 18px;
	}
	.facilities-layout td {
		width: 50%;
	}
	h1.entry-title,.sidebar .entry-content,
	.sidebar-container{
		width: 100%;
		float: none;
	}
	.title-buttons.right {
		float: none;
		margin: 0 auto;
	}
	.internal-menu ul li span, .internal-menu ul li a{
		font-size: 16px;
	}	
/* 	.internal-page .social-links a {
		width: 24%;
	} */	
	.sidebar .entry-content{
		margin: 15px 0;
	}
	.search-box {
		width: 50%;
	}
	.site-header form.search-form input.search-field {
		width: 88%;
	}
	.su-tabs-nav span {
		margin-right: 0px !important;
	}
	.mega-menu ul.ubermenu-submenu-align-full_width {
		margin-top: -590px !important;
		max-height: 500px !important;
	}	
	.slide-title p:first-child {
		top: 28%;
		left: 60%;	
	}
	.medium-title.right {
		max-width: 100%;
		float: none;
		padding-bottom: 20px;
	}	
	.medium-title.right p{
		text-align:center;
	}

	.timel-button-top, .timel-button-bottom {
    	margin-left: 88.3%;
	}
	.cool-timeline.white-timeline .timeline-post .icon-dot-full {
    	left: 87.7% !important;
	}
	.cool-timeline .timeline-post .timeline-icon {
	    height: 25px !important;
	    width: 25px !important;
	    left: 91% !important;
	    margin: 20px 0 0 -20px !important;
	}
	.cool-timeline .timeline-post .timeline-icon .icon-placeholder i {
	    line-height: 22px !important;
	}
	.timeline-container-sidebar, 
	.timeline-sticky {
    	width: 100%;
	}
}
/* Mobile devices */
@media screen and (max-width: 736px){
	.cool-timeline.white-timeline .timeline-post .icon-dot-full {
    	left: 87.5% !important;
	}
}
@media screen and (max-width: 667px) {
	.timel-button-top, .timel-button-bottom {
    	margin-left: 88%;
	}
	.cool-timeline.white-timeline .timeline-post .icon-dot-full {
    	left: 87.3% !important;
	}
}
@media screen and (max-width: 650px) {
	.mega-menu{
		margin-top:0;
	}
	.search-box{
		display: none;
	}
	.mega-menu .ubermenu-skin-silver-tabs.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop,
	.mega-menu ul.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width{
		margin-top: -1px !important;
		min-height: inherit;
	}
	.mega-menu>nav>ul>li.ubermenu-active {
		background-repeat: repeat !important;
	}
	.internal-menu a.logo,
	.internal-menu .menu-mega-menu-container,
	.internal-page .menu-footer-container,
	.internal-page p.copy,
	.internal-page .social-links{
		width: 100%;
	}	
	.internal-menu {
		background-size: contain;
	}
	.internal-page .social-links p{
		text-align:center;
	}
	.internal-page .social-links a {
		width: auto;
	}
	.internal-page ul#menu-footer {
		margin: 0;
		padding: 0;
		text-align: center;
	}	
/*	.internal-page .site-footer ul li {
		display: inline-block;
		border-right: 1px solid #CFCFCF;
		padding: 0 10px;
	}
	.internal-page .site-footer ul li:last-child{
		border-right: 0;	
	}*/
	.post-full-layout ul {
		width: 49%;
	}
	h1.entry-title{
		max-width:100%;
	}
	h1, h1 a, h1 span,h1.entry-title span{	
		font-size: 28px;
	}
	h2, h2 a, h2 span{
		font-size: 24px;
	}
	h3, h3 a, h3 span,
	b.widget-title, b.widget-title span.red{
		font-size: 22px;
	}
	h4, h4 a, h4 span{
		font-size: 20px;
	}
	h5, h5 a, h5 span{
		font-size: 18px;
	}
	h6, h6 a, h6 span{
		font-size: 17px;	
	}
	.single-doctor .entry-thumbnail {
		width: 28%;
	}
	.contact-info.inline-block {
		width: 70%;
	}
	.locationMap.inline-block {
		width: 100%;
	}	
	.cool-timeline .timeline-post .timeline-icon {
	    left: 91.5% !important;
	}
}
@media screen and (max-width: 550px){
	.forMobile{
		display:block
	}
	.forDesktop{
		display:none;
	}
	table.forMobile td {
		display: table-cell !important;
	}
	.searchForms {
		width: 100%;
		border-top: 1px solid #CFCFCF;
		border-left: 0;
		padding: 2.5% 0;
	}	
	.timel-button-top, .timel-button-bottom {
    	margin-left: 87.5%;
	}
}
@media screen and (max-width: 480px){
	.slide-title p:first-child,
	.menu-header {
		display: none;
	}
	.slide-title img {
		top: 25%;
	}
	.internal-menu ul li {
		padding: 5px 0;
	}	
	.entry-content td,
	.entry-content th{
		display:inline-block;
		width: 50%;
	}
	.facilities-layout td, .internal-menu ul li,
	.single-doctor .entry-thumbnail,.contact-info.inline-block{
		width: 100%;
	}	
	.slide-title img {
		width: 32%;
	}
	.slide-who {
		bottom: initial;
		top: 2%;
	}	
	span.btn-story {
		top: initial;
		bottom: 5%;
	}
	.internal-menu ul li b{
		border-bottom: none;
	}
	.internal-menu ul li{
		border-top: 1px solid #BDBDBD;
		padding: 10px 2px;
	}	
	.lmm-listmarkers td{
		display:table-cell;
		width: initial;
	}	
	.newsroom-sidebar td {
		width: 100% !important;
		display: inline-block;
	}	
	.newsroom-sidebar td.even{
		border:0;
	}
	.timel-button-top, .timel-button-bottom {
    	margin-left: 87%;
	}
	.cool-timeline.white-timeline .timeline-post .icon-dot-full {
    	left: 86.2% !important;
	}
	.cool-timeline .timeline-post .timeline-icon {
    	left: 92% !important;
	}
	.cool-timeline .timeline-post .timeline-icon .icon-placeholder i {
	    margin-left: 0;
	}
}
@media screen and (max-width: 414px) {
	.timel-button-top, .timel-button-bottom {
    	margin-left: 86.5%;
	}
	.cool-timeline.white-timeline .timeline-post .icon-dot-full {
    	left: 85.5% !important;
	}
}
@media screen and (max-width: 360px) {
	.entry-content td,
	.post-full-layout ul {
		width: 100%;
	}	
	.title-buttons.right {
		max-width: 358px;
		width: 100%;
		background: none;
		height: initial;
		text-align: center;
	}	
	.title-buttons p {
		display: inline-block;
		background: #FFF;
		border: 1px solid #C3C3C3;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: 90%;
		text-align: center;
	}
	.facilities-layout h3 a {
		white-space: normal;
	}
	.cool-timeline .timeline-post .timeline-icon {
    	left: 92.5% !important;
	}
	.cool-timeline .timeline-post .timeline-icon .icon-placeholder i {
	    margin-right: 1px;
	}
}
@media screen and (max-width: 375px){
	.timel-button-top, .timel-button-bottom {
   		margin-left: 86%;
	}
	.cool-timeline.white-timeline .timeline-post .icon-dot-full {
    	left: 84.7% !important;
	}
}
@media screen and (max-width: 320px) {
	.timel-button-top, .timel-button-bottom {
    	margin-left: 85%;
	}
	.cool-timeline.white-timeline .timeline-post .icon-dot-full {
   	 left: 84% !important;
	}
	.cool-timeline .timeline-post .timeline-icon {
	    left: 94% !important;
	    height: 20px !important;
	    width: 20px !important;
	    margin: 25px 0 0 -20px !important;
	}
	.cool-timeline .timeline-post .timeline-icon .icon-placeholder i {
	    line-height: 18px !important;
	    margin-left: auto;
	}
}
@media screen and (max-width: 240px) {
	
}