/*
Theme Name: St Vincents 2016
Description: St Vincents 2016
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3
	
	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/* Disabling due to issues, and because HTML5 Boilerplate made the same change */
/* for similar reasons 4 years ago and still hasn't added it back in yet */
/* https://github.com/h5bp/html5-boilerplate/commit/0d7f8d775ab4ab171c6372f992d506088ca5d3ed */
/* http://aestheticallyloyal.com/public/optimize-legibility/ */
/*	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#0093d0;
	text-decoration:none;
}
a:hover {
	color:#0093d0;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	background: url(img/bg.png) no-repeat left top;
}
/* header */
.header {
	display: block;
	color: #005696;
}

.header_bg {
	background: url(img/headerbg.png) #FFFFFF right bottom no-repeat;
}
.header_wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	display: flex;
}

/* logo */
.logo {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	display: flex;
	align-items: center;
}

.header_info {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 244px);
	text-align: right;
}

.header_phone_icon {
	font-size: 70px;
	display: inline-block;
	vertical-align: top;
	height: 120px;
	line-height: 120px;
	width: calc(100% - 540px);
	min-width: 60px;
	margin-right: 20px;
}

.header_phone {
	display: inline-block;
	vertical-align: top;
	height: 120px;
	line-height: 120px;
	font-size: 30px;
	width: 270px;
	text-align: left;
}


.header_address {
	display: inline-block;
	vertical-align: top;
	height: 120px;
	width: 190px;
	padding-top: 20px;
	text-align: left;
	font-size: 15px;
}

.header_like {
	background: url(img/facebook.png) no-repeat center;
	display: inline-block;
	width: 60px;
	height: 120px;
	vertical-align: top;
}


@media only screen and (max-width:850px) {
	.header_wrap {
		flex-direction: column;
		align-items: center;
		padding: 10px 20px;
	}	

	.logo {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 320px;
	}
	
	.header_info {
		display: flex;
		width: 100%;
		text-align: center;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-top: 20px;
	}
	
	.header_phone_icon {
		width: auto;
		font-size: 35px;
		height: auto;
		line-height: normal
	}
	
	.header_phone {
		width: auto;
		padding-right: 45px;
		font-size: 24px;
		height: auto;
		line-height: normal;
	}

	.header_like {
		background-size: contain;
		width: 40px;
		height: 40px;
	}
	
	.header_address {
		font-size: 12px;
		height: auto;
		padding-top: 0px;
	}

}

@media only screen and (max-width:440px) {
	.header_phone {
		padding-right: 0px;
	}
}


/* nav */
.nav {
	background: #005696;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	z-index: 2;
}

.nav_wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}

.nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
	/*max-width: 800px;*/
	border-right: 1px solid #112b7b;
    border-left: 1px solid #1a6fa0;
	font-size: 0px;
}

.nav ul li {
	display: table-cell;
	border-left: 1px solid #112b7b;
    border-right: 1px solid #1a6fa0;
}

.nav ul li a {
	display: block;
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	font-size: 16px;
	transition: all 0.15s linear 0s;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.nav ul li:hover a,
.nav ul li.current-menu-item a,
.nav ul li.current-menu-parent a,
.post-type-archive-doctor .nav ul li.menu-item-our-doctors > a,
.single-doctor .nav ul li.menu-item-our-doctors > a {
	background: #0093d0;
	text-decoration: none;
}

.nav ul.sub-menu {
	display: none;
	/*max-width: 560px;*/
	width: auto;
	min-width: 300px;
	position: absolute;
	background: #0093d0;
	padding: 10px 0px 10px 0px;
	z-index: 3;
}

.nav ul.sub-menu ul.sub-menu {
	display: none;
	z-index: 4;
	position: relative;
	padding: 0px;
}


.nav li:hover > ul.sub-menu {
	display: block;
}

.nav ul.sub-menu li:hover ul.sub-menu {
	display: none;
}

.nav ul.sub-menu li ul.sub-menu.nav_open {
	display: block;
}

.nav li.menu-item-has-children > a::after {
	content: "▼";
	font-size: 11px;
	padding-left: 5px;
}

.nav ul.sub-menu li {
	border: none;
	display: block;
	vertical-align: top;
	/*width: 50%;*/
	/*height: 40px;*/
}

.nav ul.sub-menu ul.sub-menu li {
	width: 100%;
	height: auto;
}

.nav ul.sub-menu ul.sub-menu li a {
	padding-left: 30px;
}


.nav ul.sub-menu li:hover a,
.nav ul.sub-menu li.current-menu-item a/*,
.post-type-archive-doctor .nav ul li.menu-item-our-doctors a,
.single-doctor .nav ul li.menu-item-our-doctors a*/ {
	background: #005696;
}

.nav ul.sub-menu ul.sub-menu li:hover a {
	background: #0093d0;
}

.nav ul.sub-menu li a {
	text-align: left;
	font-size: 14px;
	height: 30px;
	padding: 0px 10px 0px 15px;
	line-height: 30px;
}

@media only screen and (max-width:850px) {
	.nav {
	}
	
	.nav_wrap {
		display: none;
	}
}

/* main content */
.content_wrap {
	width: 100%;
	max-width: 1100px;
	display: table;
	margin: 0px auto;
	padding-top: 15px;
}

.home .content_wrap {
	padding-top: 0px;
}


section[role=main] {
	display: table-cell;
	background-color: #fff;
    border: 1px solid #ccc;
	width: 100%;
	padding: 15px;
	vertical-align: top;
}

/* sidebar */
.sidebar {
	display: table-cell;
	padding-left: 15px;
	max-width: 316px;
	min-width: 316px;
	vertical-align: top;
}

.sidebar .sidebar-widget {
	padding: 15px;
	background-color: #fff;
    border: 1px solid #ccc;
}

@media only screen and (max-width:850px) {
	.content_wrap {
		display: block;
		padding: 15px;
	}
	
	section[role=main] {
		display: block;
	}
	
	.sidebar { 
		display: block;
		padding-left: 0px;
		margin-top: 15px;
		max-width: none;
		min-width: inherit;
	}
	
	.sidebar .widget-odd,
	.sidebar .widget-even {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	
	.sidebar .widget-even {
		padding-left: 10px;
	}
	
	.sidebar .widget-odd {
		border-right: 1px solid #cccccc;
		padding-right: 10px;
	}



}

@media only screen and (max-width:695px) {
	.sidebar .widget-odd,
	.sidebar .widget-even {
		width: 100%;
		padding: 0px;
		border: 0px;
	}
}


/* footer */
.footer {
	display: block;
	background: url(img/footerbg.png);
	border-top: 1px solid #ccc;
	min-height: 361px;
	font-family: 'Lato',Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

.footer_shadow {
	background: url(img/topshadow.png) no-repeat center top;
}

.footer_watermark {
	background: url(img/footer.png) no-repeat right center;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding-top: 40px;
	opacity: 0.7;
	color: #FFFFFF;
}

.sidebar-widget-2 > div > h3 {
	display: none;
}

.sidebar-widget-2 a {
	color: #FFFFFF;
}

.sidebar-widget-2 > div {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	border-right: 1px solid rgba(0, 147, 208, 0.65);
	padding-left: 15px;
}

.sidebar-widget-2 > div:last-child {
	border: none;
}


.sidebar-widget-2 .footer_logo {
	border: none;
}

.sidebar-widget-2 ul {
	margin: 0px 5px;
	padding: 0px;
}

.sidebar-widget-2 li {
	line-height: 15px;
	margin: 10px 0px 10px 25px;
}

.sidebar-widget-2 .footer_logo ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-widget-2 .footer_logo li {
	margin: 10px 0px;
}


.sidebar-widget-2 .footer_logo img.alignnone {
	margin: 0px 0px 10px;
}

.widget_notitle h3 {
	display: none;
}

@media only screen and (max-width:850px) {
	.sidebar-widget-2 {
		text-align: center;
	}
	
	.sidebar-widget-2 > div {
		width: 33%;
		min-width: 270px;
		text-align: left;
		margin: 15px 0px;
	}
	
	.sidebar-widget-2 .widget-odd {
		border: none;
	}
	
	.sidebar-widget-2 .footer_logo {
		width: 100%;
		display: block;
		text-align: center;
		min-width: inherit;
	}
	
	.sidebar-widget-2 .footer_logo p {
		display: inline-block;
		vertical-align: middle;
		width: 270px;
	}

	.sidebar-widget-2 .footer_logo ul {
		display: inline-block;
		vertical-align: middle;
		width: 150px;
		text-align: left;
		padding-left: 20px;
	}

}

@media only screen and (max-width:540px) {
	.sidebar-widget-2 > div {
		border: none;
	}
}




/*------------------------------------*\
    HOME
\*------------------------------------*/

.home_banner {
	border: 7px solid #FFFFFF;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #666;
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 10px auto 0px;
	z-index: 0;
}

.banner_slider {
	width: 730px;
	display: table-cell;
	height: 375px;
	height: 505px;
	overflow: hidden;
}

.slides li {
	width: 730px;
	height: 375px;
	height: 490px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	-webkit-transition: opacity 1s ease; 
	-moz-transition: opacity 1s ease;
	transition: opacity 1s ease; 
}

.slides {
	overflow: hidden;	
}

.slides li a {
	display: block;
	width: 100%;
	height: 100%;
}

.slides li {
	display: none;
}

.slides li:first-child {
	display: block;
}

.home .flex-control-nav {
	display: table-cell;
	position: relative;
	bottom: auto;
	direction: ltr;
	vertical-align: top;
	width: 350px;
	max-width: 350px;
	min-width: 350px;
}

.flex-viewport {
	display: table-cell;
	direction: ltr;
	width: 730px;
	max-width: 730px;
	min-width: 730px;
}

.home .flex-control-nav li {
	display: block;
	width: 350px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Lato',Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 13px;
	margin-top: 10px;
}

.home .flex-control-nav li:first-child {
	margin-top: 0px;
}


.home .flex-control-nav li img {
	border: 3px solid #FFFFFF;
	width: 103px;
	height: auto;
	float: left;
	margin: 5px 10px 5px 5px;
}

.home .flex-control-nav li a {
	display: block;
	height: 66px;
	line-height: 66px;
	height: 93px;
	line-height: 93px;
	background: #e5e6e6;
	color: #005696;
	border-radius: 5px;
}

.home .flex-control-nav li a span::after {
    content: '►';
    font-size: 12px;
    display: inline-block;
    width: 20px;
	padding-left: 5px;
}

.home .flex-control-nav li a div {
	display: inline-block;
	background-size: cover;
	width: 100px;
	height: 56px;
	height: 81px;
	background-position: right;
	border: 3px solid #FFFFFF;
	margin: 5px 10px 5px 5px;
	float: left;
}

.home .flex-control-nav li.flex-active {
	background: url(img/blue-arrow.png) no-repeat;
}

.home .flex-control-nav li.flex-active a {
	background: url(img/blue-bg.png);
}

.slider-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.slider-nav li a {
	display: block;
	height: 66px;
	height: 93px;
	width: 228px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 66px;
	background: #e5e6e6;
	color: #005696;
	border-radius: 5px;
	opacity: 0;
}

.slider-nav li {
		margin-top: 10px;
}
.slider-nav li:first-child {
	margin-top: 0px;
}

.home .flex-control-nav li:nth-child(3) a {
/*	line-height: 22px;*/
}

.home .flex-control-nav li em {
	display: none;
}

.home .flex-control-nav li:nth-child(3) em {
	line-height: normal;
	font-size: 11px;
	display: block;
	font-style: normal;
	font-weight: normal;
}

.home_banner {
	display: grid;
	grid-template-columns: 1fr 350px;
}

.banner_slider {
	width: auto;
}

.home .flex-control-nav {
	width: auto;
	max-width: none;
	min-width: 0px;
}

.home .flex-control-nav li {
	width: auto;
}


@media only screen and (max-width:850px) {
	.home_banner {
		box-shadow: none;
                margin-top: 0px;
                border-top: 0px;
        }

	
	.banner_slider {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.flex-direction-nav {
		display: none;
	}
	
	.home .flex-control-nav {
		display: block;
		width: 100%;
		max-width: none;
		min-width: inherit;
	}
	
	.home .flex-control-nav li {
		width: 100%;
		padding: 0px;
		margin: 10px 0px;
	}
	
	.home .flex-control-nav li.flex-active {
		background: none;
	}
	
	.slider-nav {
		bottom: 10px;
		top: auto;
		width: calc(100% - 115px);
	}
	
	.slider-nav li a {
		width: 100%;
	}


	.home_banner {
		grid-template-columns: 1fr;
	}
	
	.slides li {
		width: 100%;
		height: auto;
		background-position: left;
	}

}

@media only screen and (max-width: 480px) {
	.slides li {
		height: auto;
	}
}

.welcome {
	font-family: 'Caflisch Script Web', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #0093d0;
	text-align: center;
}

.welcome a {
	font-family: "Lato",Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

.slides h2, .slides h3 {
	font-family: "Lato",Arial,Helvetica,sans-serif;
}

.home_featured {
	list-style: none;
	padding: 0px;
	text-align: center;
}

.home_featured li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	min-width: 260px;
	margin: 0px 0.5% 15px 0.6%;
	height: 215px;
	position: relative;
	background-size: cover;
}

.home_featured li:last-child {
	margin-right: 0px;
}

.home_featured span {
	text-align: center;
	display: block;
	height: 50px;
	width: 100%;
	line-height: 50px;
	position: absolute;
	bottom: 0px;
	color: #FFFFFF;
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-weight: 400px;
	font-size: 18px;
}

.home_featured a {
	display: block;;
	height: 100%;
}


.home_featured .green span { background: rgba(128, 208, 139, 0.9); }
.home_featured .orange span { background: rgba(249, 180, 117, 0.9); }
.home_featured .blue span { background: rgba(167, 226, 248, 0.9); }
.home_featured .pink span { background: rgba(243, 102, 166, 0.9); }




/*------------------------------------*\
    PAGES
\*------------------------------------*/

section[role=main] h1 {
	font-size: 18px;
	margin-top: 0px;
}

.department_list {
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #cccccc;
	margin: 0px 15px 15px 0px;
	width: 220px;
}

.department_list h1 {
	white-space: nowrap;
	margin-top: 0px;
	font-size: 18px;
}

.department_list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.department_list ul li {
	margin: 10px 0px;
}

.department_list ul li::before {
	content: '►';
    list-style: none;
    color: #0093d0;
    font-size: 11px;
    margin: 0 7px 0 0;
}

.single .department_list {
	display: none;
}

.single.single-doctor .department_list {
	display: block;
}

@media only screen and (max-width:850px) {
	.department_list {
		width: 100%;
		margin-right: 0px;
	}
	
	.department_list ul {
		display: none;
	}
	
	.department_list h1 {
		cursor: pointer;
		background-image: url(img/dropdown_blue.png);
		background-repeat: no-repeat;
		background-position: bottom right 10px;
	}


}

.doctor_alphabetical {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
}

.doctor_alphabetical li {
	display: table-cell;
	vertical-align: top;
	height: 15px;
	border-left: 1px solid #cccccc;
	text-align: center;
	color: #999999;
}

.doctor_alphabetical li:first-child {
	border: none;
}

.doctor_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.doctor_list li {
	border-top: 1px solid #cccccc;
	padding: 15px 0px;
	clear: both;
	min-height: 180px;
}

.doctor_list li:first-child {
	border: none;
}

.doctor_thumb {
	width: 150px;
	min-height: 180px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	/*background: rgba(0, 147, 208,0.5);*/
	background: url(img/doctor_default.png) no-repeat top center;
}

.doctor_list h3,
.single-doctor h1 {
	margin: 0px;
}

.doctor_list h3 span,
.single-doctor h1 span,
h1 span {
	font-weight: normal;
}

.single-doctor .wp-post-image {
	max-width: 150px;
}

span.secondary_title {
	color: #005696;
}

.profile_link {
	display: block;
	padding: 5px 10px;
	text-align: right;
	margin-top: 15px;
	color: #FFFFFF;
	background: #005696; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 32%, #005696 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 32%,#005696 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 32%,#005696 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005696',GradientType=1 ); /* IE6-9 */
}

.profile_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0093d0; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 32%, #0093d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 32%,#0093d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 32%,#0093d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0093d0',GradientType=1 ); /* IE6-9 */
}


.widget_doctorsearch_widget {
	background: #005696;
	color: #FFFFFF;
	padding: 15px;
	position: relative;
}

.widget_doctorsearch_widget h3 {
	margin: 0px 0px 10px;
	background: url(img/search_logo.png) no-repeat left center;
	height: 33px;
	line-height: 33px;
	padding-left: 30px;
	font-family: "Muli",sans-serif;
    font-weight: 300;
	font-size: 22px;
}

.widget_doctorsearch_widget form input {
	vertical-align: top;
}

.widget_doctorsearch_widget .search-input {
	height: 34px;
	line-height: 34px;
	padding: 2px;
	width: calc(100% - 60px);
}

.widget_doctorsearch_widget .search-submit {
	background: url(img/search_icon.png) #0093d0 no-repeat center center;
	width: 45px;
	height: 38px;
	margin-left: 7px;
	border: none;
}

.widget_doctorsearch_widget .search-submit span {
	opacity: 0;
}

.widget_doctorsearch_widget p {
	text-align: center;
}

.dropdown_button {
	display: block;
	background-color: #0093d0;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 10px;
	background-image: url(img/dropdown.png);
	background-repeat: no-repeat;
	background-position: bottom right 5px;
}

.dropped {
	background-position: top right 5px;
}

.dropdown_button:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.docsearch_dropdown {
	margin: 0px;
	padding: 10px;
	list-style: none;
	background: #FFFFFF;
	border: 1px solid #0093d0;
	position: absolute;
	width: calc(100% - 30px);
	display: none;
}

.docsearch_dropdown li {
	margin-top: 7px;
}

.docsearch_dropdown li:first-child {
	margin-top: 0px;
}


.docsearch_dropdown li a span {
	font-size: 11px;
	color: #999999;
}

.post-type-archive-doctor h3 {
	margin: 0px;
}

.post-type-archive-doctor h3 a {
	color: #444444;
	text-decoration: none;
}

.post-type-archive-doctor h3 a span {
	font-weight: normal;
}

.post-type-archive-doctor article.type-doctor {
	border-top: 1px solid #cccccc;
	padding: 15px 0px;
	clear: both;
}

.post-type-archive-doctor .doctor_alphabetical {
	margin-bottom: 15px;
}


@media only screen and (max-width:850px) {

	.sidebar .widget-odd.widget_doctorsearch_widget , .sidebar .widget-even.widget_doctorsearch_widget  {
		border: 0 none;
		padding: 15px;
		width: 100%;
	}
	.sidebar .widget-odd.widget_doctorsearch_widget  {
		border-right: none;
		padding-right: 15px;
	}

}

.gallery-wrapper {
	text-align: center;
}

.gallery-wrapper img {
	margin: 10px;
}

.lightbox .lb-container {
	padding: 0px;
}
/*
.docsearch_dropdown li::before {
    color: #0093d0;
    content: "►";
    font-size: 11px;
    list-style: outside none none;
    margin: 0 7px 0 0;
}
*/
body .ui-autocomplete {
	border: 1px solid #0093d0;
	font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
	max-width: 240px;
}
.ui-widget-content {}

body .ui-menu-item {
	color: #0093d0;
	border: none;
}

body .ui-widget-content .ui-state-focus  {
	color: #FFFFFF;
	background: #0093d0;
	border: none;
}

body .ui-menu .ui-state-focus {
	margin: 0px;
}

.article_list .blog-post {
	clear: both;
}

.article_list .blog-post h4 {
	margin-bottom: 0px;
}

.pagination_wrapper {
	margin-top: 15px;
	text-align: center;
}

.pagination {
	display: inline-block;
	padding: 10px;
	border-top: 1px solid #0093d0;
}

.doctor_short_list {
	display: table;
	width: 100%;
	border: 1px solid #cccccc
}

.doctor_short_list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: table-row;
	width: 100%;
}

.doctor_short_list ul:nth-child(odd) {
	background: #F3F3F3;
}

.list_header li {
	font-weight: bold;
}

.doctor_short_list li {
	display: table-cell;
	padding: 5px;
}

.doctor_list_department {
	background: #005696;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 5px;
}

.doctor_info span {
	display: inline-block;
	width: 55px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Caflisch Script Web';
	src: url('fonts/CaflischScript-Web.eot');
	src: url('fonts/CaflischScript-Web.eot?#iefix') format('embedded-opentype'),
		url('fonts/CaflischScript-Web.woff') format('woff'),
		url('fonts/CaflischScript-Web.ttf') format('truetype'),
		url('fonts/CaflischScript-Web.svg#CaflischScript-Web') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

div.shiftnav-wrap {
	line-height: 1.4; /* Fixes ShiftNav setting an em based line height when we want a unitless multiplier. */
}

.shiftnav-inner {
	background: url() center top no-repeat; /* Specify the site logo you want to appear in the mobile menu. */
	padding-top: 0px; /* Set to however tall the site logo is. */
}

.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu ul.sub-menu li.shiftnav-retract > .shiftnav-target {
	line-height: 100%;
	padding: 15px 25px 15px 35px;
}

div.mobilenav,
div.mobilenav_container > ul {
	display:none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1140px) {
	
}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:480px) {

}

@media only screen and (max-width:850px) {
	
/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

.wrapper {
    margin: 50px auto 0 auto;
    position: relative;
	background: none;
}

div.mobilenav {
	display:block;
	width:100%;
	height: 50px;
	background: #005696;
	background-position:left;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

div.mobilenav_container {
	position: absolute;
	top: 0px;
	width: 100%;
}

div.mobilenav_container ul {
	padding:0;
	position: relative;
	width: 100%;
	display:none;
	-webkit-transition: top 1s;
	-moz-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
	top: 0px;
	z-index:5;
	margin:0;
	background: #0093d0;
}

div.mobilenav_container ul li {
	text-decoration:none;
	list-style:none;
}

div.mobilenav_container ul.sub-menu {
	top: 0px;
	background: #0093d0;
}

div.mobilenav_container ul li a {
	font-size:15px;
	color:#fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight:light;
	padding: 8px 0 8px 15px;
	display: block;
}

div.mobilenav_container ul.sub-menu li a {
	padding-left: 35px;
}

div.mobilenav_container ul li:hover > a {
	background: #005696;
}

/*menu borders*/

div.mobilenav_container ul li {
	border-top: 1px solid rgba(255,255,255,0.5);
}

div.mobilenav_container ul li:first-child {
	border-top: none;
}

div.mobilenav_container ul li:last-child {
	border-bottom: none;
}

/*mobile icon is set in funvtions.php*/

/*------------------------------------*\
    	END MOBILE NAV
\*------------------------------------*/


}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    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;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
