/*
Theme Name: handwrist
Theme URL: https://www.handandwristinstitute.com
Description: A responsive 1280 theme created for HandWristDoc.com.
Author: SEO Services Los Angeles
Author URI: https://www.seoserviceslosangeles.com
Version:3.0.1
Theme Creator: Larrie Bernd Rocha
Theme Creator URI: http://www.larrieberndrocha.info
*/

/* Table of Content
==================================================
  #Site Styles
  #Page Styles
  #Media Queries
  #Font-Face */

/* #Site Styles
================================================== */
@charset "UTF-8";

.border-bottom {
	border-bottom: 1px solid #adadad;
}

.bg-gray {
	background-color: #e4e4e4;
}

.padding-25 {
	padding: 25px;
}

.pd-bottom-25 {
	padding-bottom: 25px;
}

.padding-50 {
	padding: 50px;
}

.margin-bottom {
	margin-bottom: 25px;
}

.margin-bottom-75 {
	margin-bottom: 75px;
}

sup {
	vertical-align: super !important;
	font-size: smaller !important;
	line-height: 1;
}

#header {
	background-color: #6abae8;
	padding: 43px 0 18px;
}

#logo {
	margin-top: 8px;
	margin-bottom: 25px;
}

#logo a,
#logo img {
	display: block;
	margin-bottom: 0;
}

#header .right {
	margin-top: 8px;
	text-align: right;
}

#header .right .phone {
	display: inline-block;
	margin-left: 15px;
	font: bold 21px "Myriad Pro";
	color: #004771;
}

#header .right .phone.mobile-below {
	display: none;
}

#header .whitebox {
	border: 2px solid #fff;
	max-width: 480px;
	margin: 0 auto;
	padding: 12px;
}

#header .whitebox,
#header .whitebox a {
	color: #fff;
}

#header .whitebox a {
	border-bottom: 1px solid #fff;
}

#header .whitebox .row {
	margin: 0;
}

#header .whitebox .row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header .whitebox .top {
	font: bold 18px "Open Sans";
	text-align: center;
}

#header .whitebox .bottom {
	font: 400 17px "Open Sans";
}

#header .whitebox .bottom span.left,
#header .whitebox .bottom span.right {
	display: block;
	width: 50%;
	float: left;
	margin: 0;
}

#header .whitebox .bottom .left {
	text-align: left;
}

#header .whitebox .bottom .right {
	text-align: right;
}

#header .whitebox .bottom .center {
	text-align: center;
}

#nav {
	background: #0d416d;
	border-top: 1px solid #031f46;
}

#nav .container {
	display: flex;
}

#nav #header-search {
	order: 2;
}

#nav #header-dropdown {
	order: 1;
}

#nav #menu-top-navigation>li {
	width: auto !important;
	flex-grow: 2;
}

#nav ul.dropdown {
	display: table-row;
}

#nav ul.dropdown>li {
	display: table-cell;
	position: relative;
	float: none;
	text-align: center;
}

#nav ul.dropdown>li>a {
	display: block;
	padding: 14px 18px;
	font: 16px "Open Sans";
	color: #fff;
	border-right: 1px solid #022644;
	border-left: 1px solid #4c7293;
}

#nav ul.dropdown>li.first>a {
	border-left: 1px solid transparent;
}

#nav ul.dropdown>li.last>a {
	border-right: 1px solid transparent;
}

#nav ul.dropdown>a:hover,
#nav ul.dropdown .current a,
#nav ul.dropdown li:hover>a,
#nav ul.dropdown li.hover>a,
#nav ul.dropdown .current_page_item>a,
#nav ul.dropdown .current-menu-item>a {
	background-color: #206a96;
}

/* Basic Dropdown CSS */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	white-space: nowrap;
	width: 100%;
	min-width: 280px;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover>ul {
	visibility: visible;
}

/* Dropdown Level */
#nav ul.dropdown ul li,
#nav ul.dropdown ul li a {
	padding: 0;
	margin: 0;
	float: none;
}

#nav ul.dropdown ul {
	background: #004772;
}

#nav ul.dropdown ul li {
	width: 100%;
	margin: 0;
	text-align: left;
	min-width: 150px;
}

#nav ul.dropdown ul li a {
	display: block;
	padding: 14px 20px;
	font: 16px "Open Sans";
	color: #fff;
	border-top: 1px solid #206a96;
}

#nav ul.dropdown ul ul {
	top: -1px;
	left: 100%;
}

/* Search Form near To Navigation Bar */
#search-form {
	margin: 10px 0;
}

#search-form .text {
	float: left;
	width: 80%;
	height: 29px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #d8d8d8;
	color: #4d4b4b;
	line-height: 16px;
}

#search-form .submit {
	float: right;
	width: 19%;
	height: 29px;
	padding: 0;
	margin: 0;
	background: #b1b1b1 url(images/layout/header/search.png) center no-repeat;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.redbox {
	border: 4px solid #7d0006;
	color: #7d0006;
	font: bold 24px 'Open Sans';
	letter-spacing: -.35px;
	padding: 3px 20px;
	margin-bottom: 18px;
	margin-top: 30px;
	text-align: center;
}

/* SlickNav Menu Additional Style */
body .slicknav_menu {
	padding: 0;
	background: #0d416d;
}

body .slicknav_nav {
	padding: 10px 0;
}

body .slicknav_nav li {
	margin-bottom: 0;
}

body .slicknav_nav li a:hover,
body .slicknav_nav .slicknav_row:hover,
body .slicknav_nav .slicknav_row:hover a {
	background: #0d416d;
	color: #7cbee9;
}

body .slicknav_nav .current_page_item>a,
body .slicknav_nav .current-menu-item>a>a,
body .slicknav_nav .current-menu-ancestor>a {
	color: #7cbee9;
}

body .slicknav_nav .current-menu-ancestor>a>a {
	color: #7cbee9;
}

body .slicknav_btn {
	width: 100%;
	margin: 10px auto !important;
	box-sizing: border-box;
	justify-content: center;
}

#content {
	padding-top: 40px;
}

/* Where Does It Hurt Heading */
#maincontent .heading sup {
	font-size: 24px !important;
}

#hidden-content .heading sup {
	font-size: 17px !important;
}

#maincontent {
	min-height: 250px;
	padding-bottom: 29px;
}

body.page #maincontent .heading,
body.single #maincontent .heading {
	margin-bottom: 0;
}

#maincontent a:hover,
#maincontent a:focus {
	color: #0d416d;
	text-decoration: underline;
}

#maincontent ul {
	margin-left: 25px;
}

#maincontent hr {
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: url(images/layout/bg/hr-bg.jpg) no-repeat center;
	border: none;
}

#maincontent .author {
	margin-top: 6px;
	margin-bottom: 0;
}

#maincontent .dpArticleShare .icon {
	margin-bottom: 36px;
}

#maincontent .more {
	font-weight: bold;
}

#maincontent img {
	max-width: 100%;
	height: auto;
}

#maincontent .post-author {
	margin-bottom: 20px;
}

#maincontent .rating-stars,
#maincontent .rating-stars * {
	vertical-align: middle;
}

#maincontent .rating-stars .link {
	font-weight: bold;
	margin: 0 20px;
}

#maincontent .posts .post-item {
	display: flex;
	justify-content: space-between;
}

#maincontent .posts .post-item .post-image {
	max-width: 392px;
	max-height: 230px;
	flex: 0 0 48%;
	overflow: hidden;
}

#maincontent .posts .post-item .post-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#maincontent .posts .post-item .post-details {
	flex: 0 0 48%;
}

#maincontent .posts .post-item .title {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 2px solid #0d416d;
}

#maincontent .posts .post-item .date {
	margin-bottom: 15px;
}

#maincontent .posts .post-item .read-more-wrp {
	display: block;
	margin-top: 15px;
}

#maincontent .posts .post-item a.read-more {
	background: #0d416d;
	color: #fff;
	padding: 5px 20px;
}

/* TOC */
#maincontent>#toc_container .toc_list {
	margin-left: 0;
}

/* Breadcrumbs */
#breadcrumbs {
	margin-bottom: 15px;
}

#breadcrumbs .current,
#breadcrumbs .breadcrumb_last {
	font: bold 13px Arial, sans-serif;
	color: #000;
}

#breadcrumbs a {
	font: 13px Arial, sans-serif;
	color: #0d416d;
}

/* Page Navigation */
#maincontent .wp-pagenavi {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

#maincontent .wp-pagenavi .pages {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
	font-style: italic;
}

#maincontent .wp-pagenavi .current,
#maincontent .wp-pagenavi a {
	display: inline;
	margin-right: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.4em;
}

#maincontent .three-columns .column:nth-child(3n) {
	margin-right: 0;
}

#maincontent .three-columns .column:nth-child(3n-2) {
	margin-left: 0;
}

#maincontent .two-columns .column.half {
	width: 47.6%;
}

#maincontent .two-columns .column.smallhalf {
	width: 33%;
}

#maincontent .two-columns .column.bighalf {
	width: 62.2%;
}

#maincontent .two-columns .column:nth-child(2n) {
	margin-right: 0;
	margin-left: 2.4%;
}

#maincontent .two-columns .column:nth-child(2n-1) {
	margin-left: 0;
	margin-right: 2.4%;
}

#sidebar {
	margin-bottom: 60px;
}

#sidebar .widget {
	margin-bottom: 33px;
}

#sidebar .widget .title,
.widgettitle {
	color: #232323;
	font: 600 24px/38px "Open Sans", Arial, sans-serif;
	border-bottom: 4px #0d416d solid;
	padding: 0 20px;
	margin: 0;
}

#sidebar .widget .title sup {
	font-size: 17px !important;
}

#sidebar .widget .content,
#sidebar .widget .textwidget {
	padding: 22px 20px 0;
}

#sidebar .widget a {
	font-weight: bold;
}

#sidebar .widget img {
	max-width: 100%;
	height: auto;
}

#sidebar .widget .saturday-appointments {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#sidebar-real-patients .reviews-summary {
	line-height: 24px;
	text-align: center;
}

#sidebar-real-patients .rating-reviews {
	margin-bottom: 10px;
	vertical-align: middle ! important;
}

#sidebar-real-patients .rating-reviews-text {
	margin: 0 10px;
}

#sidebar-real-patients .testimonial {
	margin-bottom: 18px;
}

#sidebar-real-patients .testimonial.last {
	margin-bottom: 0;
}

#sidebar-real-patients .testimonial .box {
	background: #b4dffb;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 26px 31px;
	position: relative;
}

#sidebar-real-patients .testimonial .quote p {
	line-height: 26px;
	margin-bottom: 0;
	font-size: 0.98em;
}

#sidebar-real-patients .testimonial .quote .quote-marks {
	color: #0d416d;
	font: bold 34px/26px "Times New Roman", sans-serif;
}

#sidebar-real-patients .testimonial .quote .quote-marks.left {
	float: left;
	margin-right: 3px;
}

#sidebar-real-patients .testimonial .quote .quote-marks.right {
	float: right;
}

#sidebar-real-patients .testimonial .quote-arrow {
	position: absolute;
	width: 21px;
	height: 23px;
	right: 42px;
	bottom: -22px;
	background: transparent url(images/layout/sidebar/quote-arrow.png) no-repeat;
}

#sidebar-real-patients .testimonial .author {
	font-weight: 800;
	margin-top: 21px;
	margin-right: 34px;
}


#sidebar-featured-in {
	text-align: center;
}

#sidebar-featured-in img {
	margin: 10px 0;
}

/* Footer */
#footer-top {
	background: #fff;
	padding: 35px 0 0;
	color: #000;
	border-top: 1px #9b9b9b solid;
}

#footer-top .columns {
	padding-bottom: 19px;
}

#footer-top .title {
	font: bold 16px "Open Sans";
	color: #000;
	margin-bottom: 5px;
}

#footer-top ul {
	list-style: none inside none;
}

#footer-top ul li {
	margin-bottom: 0;
}

#footer-top ul li a {
	color: #000;
	font: 14px/24px "Open Sans", sans-serif
}

#trust-logos {
	position: relative;
	height: 156px;
	margin-top: 6px;
}

#trust-logos img {
	position: absolute;
}

#trust-logos .abios {
	top: 0;
	left: 0;
}

#trust-logos .aaos {
	top: 8px;
	left: 106px;
}

#trust-logos .ttd {
	top: 97px;
	left: 0;
}

#trust-logos .tyoe {
	top: 103px;
	left: 109px;
}

#footer-top #footer-social {
	list-style: none inside none;
	margin-top: 6px;
}

#footer-top #footer-social li {
	display: inline-block;
	float: left;
	margin-right: 13px;
	margin-bottom: 15px;
}

#footer-top #footer-social li.last {
	margin-right: 0;
}

#footer-top #footer-social li img {
	float: left;
}

#footer-top .reviews {
	margin-top: 10px;
}

#footer-top .reviews .yelp {
	display: inline-block;
	padding: 6px 45px;
	margin-bottom: 8px;
	background: url(images/layout/footer/yelp.jpg) no-repeat;
}

#footer-top .reviews .google-places {
	display: inline-block;
	padding: 6px 45px;
	margin-bottom: 8px;
	background: url(images/layout/footer/google-places.png) no-repeat;
}

#footer-bottom {
	background: #0d416d;
	padding: 14px 0 0;
	font: 14px/24px Arial, sans-serif;
}

#footer-bottom .columns {
	padding-bottom: 14px;
}

#footer-bottom,
#footer-bottom a {
	color: #fff;
}

#footer-copyright {
	line-height: 14px;
	text-align: center;
}

/* #Page Styles
================================================== */
/* Homepage Slideshow */
#slideshow-wrapper {
	padding: 20px 0 26px;
	margin-bottom: 30px;
	background: #f6f6f6;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.32);
}

#slideshow-wrapper .columns {
	padding-top: 30px;
}

#slideshow {
	margin: 0 auto;
}

#slideshow,
#slideshow li {
	list-style: none;
}

#slideshow li {
	margin: 0;
	display: list-item;
	float: none;
	position: absolute;
	opacity: 0;
	z-index: 1;
}

#slideshow img {
	display: block;
	width: 100%;
	height: auto;
}

#share {
	position: absolute;
	right: 0;
	top: 0;
}

#share .fb-like {
	margin: 0 10px 0 0;
	float: right;
}

#share .g-plusss {
	float: right;
}

/* Inner Page Styles */
#maincontent .internal-links {
	display: inline-block;
	margin: 0 0 20px;
	padding: 0;
	text-align: justify;
}

#maincontent .internal-links li {
	display: inline;
	margin: 0;
	padding-left: 15px;
}

#maincontent .internal-links li.first {
	padding: 0;
}

#maincontent .internal-links a {
	font: bold 13px Arial;
	text-decoration: underline;
	color: #026898;
}

/* Inner Page Slideshow */
#inner-slider-container {
	margin-bottom: 25px;
	position: relative;
	float: left;
	width: 100%;
}

#inner-slider-container.hand-rejuvenation {
	max-width: 660px;
	margin: 0 auto 20px;
	float: none;
}

#slider1_container {
	width: 100%;
	height: 525px;
}

#slider1_container .jssor_slides img {
	width: 100% !important;
	height: auto !important;
}

#slider1_container .jssor_slides {
	position: initial !important;
}

#slider1_container .jssor_slides div {
	width: 100% !important;
}

#slider1_container .jssor_slides div img {
	width: 100% !important;
}

#maincontent .rslides {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 3px;
	margin: 0;
	border: 1px #b5b5b5 solid;
}

#maincontent .rslides li {
	max-width: 100% !important;
	margin-bottom: 0;
	line-height: 0;
}

#maincontent .rslides img {
	display: block;
	width: auto;
	height: auto;
}

#slideshow.rslides img {
	width: auto !important;
}

#maincontent .rslides .doctorstv-video {
	width: 860px;
	height: 484px;
}

#maincontent #inner-slider-pager {
	list-style: none;
	margin: 0 auto;
	padding: 34px 0 0;
	text-align: center;
	line-height: 0;
}

#inner-slider-pager li {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 9px;
}

#inner-slider-pager img {
	padding: 3px;
	border: 1px #b5b5b5 solid;
}

#inner-slider-pager .rslides_here img {
	border: 1px #000 solid;
}

#inner-slider-pager.doctorstv-video-pager img {
	margin: 0 2px;
	cursor: pointer;
}

#inner-slider-container .rslides_nav {
	margin-top: 80px;
	height: 62px;
	width: 32px;
	background: transparent url(images/layout/buttons/arrows.gif) no-repeat left top;
	text-indent: -9999px;
}

#inner-slider-container .rslides_nav.next {
	left: auto;
	right: 0;
	background-position: right top;
}

#inner-slider-container .prev {
	float: left;
}

#inner-slider-container .next {
	float: right;
}

#slideshow,
#maincontent #inner-slider,
#maincontent #inner-slider-pager {
	display: none;
}

/* rslideshow script NOT working */
#slideshow.rslides,
#maincontent #inner-slider.rslides,
#maincontent #inner-slider-pager.rslides_tabs {
	display: block;
}

/* rslideshow script working */

.homeboxes {
	margin: 0;
}

.homeboxes .homebox {
	padding: 30px 0 36px;
	text-align: center;
}

.homeboxes .box-image {
	display: block;
	margin: 0 auto 15px;
}

.homeboxes .title {
	font-weight: 600;
}

.homeboxes .title sup {
	font-size: 17px !important;
}

.homeboxes p {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}

.homeboxes p a {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.homeboxes p a span {
	font-weight: 600;
	font-size: 24px;
	line-height: 22px;
	vertical-align: text-bottom;
}

.homeboxes .homebox {
	padding: 0;
}

.homeboxes .omega {
	float: right;
}

.homeboxes.where-does-it-hurt .homebox {
	padding: 30px 0;
}

.home-services-mobile-portrait {
	display: none
}

.homeboxes.services {
	padding-bottom: 49px;
}

.homeboxes.services .box-image {
	width: 46.71%;
	float: left;
}

.homeboxes.services .content {
	width: 50%;
	float: right;
	text-align: left;
}

.homeboxes.services .title,
.homeboxes.services .content p {
	margin-bottom: 12px;
}

#in-the-news {
	margin-bottom: 30px;
	background-color: #efefef;
}

#in-the-news .container {
	padding: 35px 0;
}

.homeboxes.in-the-news .columns {
	padding: 30px 2.35% 0;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.homeboxes.in-the-news .alpha {
	padding-top: 21px;
	background-color: #6abae8;
	border: 1px solid #6abae8;
}

.homeboxes.in-the-news .omega {
	background-color: #fff;
	border: 1px solid #c1c1c1;
}

.homeboxes.in-the-news .omega .box-image {
	margin-bottom: 30px;
}

.homeboxes.in-the-news .title {
	display: inline-block;
	width: 85%;
	margin-bottom: 10px;
}

.homeboxes.in-the-news .title a {
	font-size: 24px;
}

.homeboxes.in-the-news p a span {
	font: 12px Arial;
	vertical-align: middle;
}

#home-latest-articles .tabs {
	text-align: center;
}

#home-latest-articles .tabs li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#home-latest-articles .tabs li a {
	padding: 5px 25px;
	cursor: pointer;
}

#home-latest-articles .tabs .current {
	background-color: #0d416d;
	color: #fff;
}

#home-latest-articles .tabs a {
	font: bold 18px "Open Sans";
}

#featured-in {
	background: url(images/layout/bg/featured-in.png) repeat;
	padding-bottom: 17px;
	padding-top: 31px;
	border-top: 1px #fff solid;
	border-bottom: 1px #d0d0d0 solid;
	-moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.18);
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.18);
	margin-bottom: 38px;
}

#featured-in .title {
	color: #545353;
	font: 600 24px/24px "Open Sans";
	text-align: center;
	text-shadow: 1px 2px 1px rgba(255, 255, 255, 1);
	margin-bottom: 0;
}

#featured-in-carousel li {
	max-width: 25% !important;
	text-align: center;
	vertical-align: middle;
}

.elastislide-horizontal {
	padding: 10px 56px !important;
}

.elastislide-horizontal nav span {
	display: none !important;
	height: 46px !important;
	width: 46px !important;
	background-position: 0 0 !important;
	margin-top: -23px !important;
}

.elastislide-horizontal nav .elastislide-prev {
	background: url(plugins/elastislide/images/prev.png);
}

.elastislide-horizontal nav .elastislide-next {
	background: url(plugins/elastislide/images/next.png);
}

.elastislide-horizontal #featured-in-carousel,
.elastislide-horizontal #featured-in-carousel li {
	max-height: 105px !important;
}

#maincontent .doctor img {
	padding: 3px;
	border: 1px solid #b5b5b5;
	text-align: center;
}

#maincontent .author {
	margin-bottom: 20px;
}

#maincontent .thumbnail {
	padding: 3px;
	border: 1px #b5b5b5 solid;
}

/* Doctors Page */
#maincontent .doctor .title {
	margin-bottom: 8px;
}

#maincontent .doctor .title a {
	font-size: 0.917em;
	font-weight: 400;
}

#maincontent .doctor .subtitle {
	margin-bottom: 0;
	text-align: center;
}

#maincontent .doctor .subtitle a {
	font-size: 0.9em;
	font-weight: 400;
	color: #000000;
}

#maincontent .doctor .readmore {
	font-weight: bold;
}

/* Doctor Page */
.cv-link {
	font-weight: bold;
	text-decoration: underline;
}

#in-the-media-logos {
	margin-bottom: 25px;
	text-align: center;
}

#in-the-media-logos img {
	margin: 0 10px 22px 10px;
}

/* In the Press Page */
#media-tabs .tabs {
	margin: 0 0 25px;
	border-bottom: 1px solid #969696;
}

#media-tabs .tabs li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#media-tabs .tabs li a {
	display: block;
	padding: 5px 25px;
	margin-bottom: -1px;
	cursor: pointer;
	background-color: #c1c1c1;
	border: 1px solid #969696;
	font: 600 16px "Open Sans";
	color: #000;
}

#media-tabs .tabs .current {
	background-color: #0d416d;
	border: 1px solid #0d416d;
	color: #fff;
}

#press-release {
	text-align: center;
}

#press-release img {
	padding: 3px;
	margin-bottom: 40px;
	border: 1px solid #b5b5b5;
	line-height: 0;
}

/* Locations / Hospital Affiliates Page */
#maincontent .location {
	margin-bottom: 40px;
}

#maincontent .location .title {
	margin-bottom: 15px;
	line-height: 1;
}

#maincontent .location .title a {
	font-size: 0.73em;
	line-height: normal;
}

#maincontent .location a {
	font-weight: bold;
}

/* Testimonials Page */
#maincontent .testimonial .title {
	margin-bottom: 0;
	font-size: 1.2857em;
	line-height: normal;
	color: #111;
}

/* Office Page */
#maincontent .surgeons .column.half {
	max-width: 40%;
	padding: 30px 3.5% 20px;
	margin-bottom: 20px;
	border: 1px solid #b5b5b5;
}

#maincontent .surgeons .title {
	margin-bottom: 8px;
	line-height: 1em;
}

#maincontent .surgeons .title a {
	font-size: 0.857em;
	line-height: normal;
	color: #111;
}

#maincontent .surgeons a {
	font-weight: bold;
}

#maincontent .surgeons p {
	margin-bottom: 0;
}

#maincontent .iframe_doctors {
	min-height: 250px;
}

#maincontent .iframe_doctors.three-results {
	min-height: 500px;
}

#maincontent .anchorlinks {
	margin-left: 40px;
}

#maincontent .anchorlinks li {
	margin-bottom: 7px;
}

#maincontent .anchorlinks li a {
	font-weight: bold;
	color: #951a30;
}

#maincontent .anchorlinks.vertical {
	margin-left: 0;
}

#maincontent .anchorlinks.vertical li {
	list-style: none;
	display: inline;
	border-right: 1px solid #717171;
}

#maincontent .anchorlinks.vertical li.last {
	border-right: 0;
}

#maincontent .anchorlinks.vertical li a {
	padding: 0 12px 0 8px;
	font: 14px "Open Sans";
	text-decoration: underline;
	color: #004271;
}

#maincontent .youtube-embed {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

/* Videos Page */
#maincontent .videos-row .subtitle {
	font-size: 1.2em;
}

/* Swarm Video On Pages */
#maincontent .swarm-video iframe {
	padding: 3px;
	border: 1px #b5b5b5 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Swarm Video on Videos Page */
#maincontent .swarm-video-load {
	display: inline-block;
	width: 100%;
	height: auto;
}


/* CF7 Contact Forms */
.wpcf7-form {
	margin-bottom: 0;
}

.wpcf7-form .field {
	margin-bottom: 21px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
	width: 100%;
	margin-bottom: 0;
}

.wpcf7-form textarea {
	resize: none;
	height: 80px;
}

.wpcf7-form .field.last,
.wpcf7-form .field.last input {
	margin-bottom: 0;
}

.wpcf7-form .wpcf7-response-output {
	margin-top: 10px;
	background-color: #fff;
}

.wpcf7-form .wpcf7-not-valid {
	background-color: #ffeaea;
}

/* Sidebar Contact Form */
#sidebar .wpcf7-form input.phone-fields-3,
#sidebar .wpcf7-form input.phone-fields-4 {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
}

#sidebar .wpcf7-form input.last {
	margin-right: 0;
}

#sidebar .wpcf7-form input.submit {
	display: inline-block;
	padding: 0;
	width: 199px;
	height: 48px;
	background: url(images/layout/buttons/submit.png) no-repeat;
	border: none;
	text-indent: -9999px;
}

#sidebar .wpcf7-form .ajax-loader {
	display: block;
}

#sidebar .wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	width: 280px;
	z-index: 100;
	background: #fff;
}

/* Book Appointment - Homepage Form */
#home-book-appointment {
	background: #0d416d;
	padding: 28px 0 25px;
}

#home-book-appointment .heading {
	color: #fff;
	text-align: center;
}

#home-book-appointment label {
	display: block;
	padding-bottom: 10px;
}

#home-book-appointment input[type="text"],
#home-book-appointment input[type="password"],
#home-book-appointment input[type="email"],
#home-book-appointment input[type="search"],
#home-book-appointment input[type="tel"],
#home-book-appointment textarea,
#home-book-appointment select {
	padding: 9px 21px;
	border: none;
	font-size: 16px;
}

#home-book-appointment input[type="submit"] {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	margin-top: 11px;
	margin-right: 11px;
	width: 171px;
	height: 49px;
	background: url(images/layout/buttons/submit-red.png) no-repeat;
	border: none;
	text-indent: -9999px;
}

#home-book-appointment .wpcf7-form-control-wrap {
	margin-bottom: 24px;
	display: block;
}

#home-book-appointment .wpcf7-response-output {
	margin-top: 0;
	color: #fff;
	background: none;
}

/* Book Appointment - Bottom Form */
#book-appointment {
	margin-top: 35px;
}

#maincontent #book-appointment .heading {
	margin-bottom: 20px;
}

#book-appointment .title {
	font-weight: bold;
	color: #0d416d;
	margin-bottom: 20px;
}

#book-appointment .form-wrap {
	border: 1px #9b9b9b solid;
	max-width: 850px;
	margin-bottom: 20px;
}

#book-appointment .form-wrap .title {
	font-weight: 600;
}

#book-appointment .form-wrap .wpcf7-form input[type="submit"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	width: 384px;
	height: 48px;
	text-indent: -9999px;
	background: transparent url(images/layout/buttons/main-cf-submit.png) no-repeat;
}

#book-appointment .form-wrap .columns {
	margin: 0;
}

#book-appointment .form-wrap .left {
	float: left;
	padding: 30px 40px 0;
}

#book-appointment .form-wrap .right {
	float: right;
	min-height: 461px;
	background: transparent url(images/layout/bg/call-text-bg.jpg) no-repeat top right;
}

#book-appointment .form-wrap .right .title {
	line-height: 110%;
	margin: 24px 0 0 41px;
	color: #0d416d;
}

#book-appointment .form-wrap .right .title strong {
	color: #0d416d;
}

#book-appointment .wpcf7-form .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -30px;
}

#book-appointment .wpcf7-form .your-comments .wpcf7-not-valid-tip {
	bottom: -20px;
}

#book-appointment .wpcf7-response-output {
	position: absolute;
	margin-top: -10px;
}

#medical-legal-services-form input.submit {
	display: inline-block;
	padding: 0;
	width: 199px;
	height: 48px;
	background: url(images/layout/buttons/submit.png) no-repeat;
	border: none;
	text-indent: -9999px;
}

#medical-legal-services-form textarea {
	height: auto;
}


/* Where Does It Hurt */
#book-appointment.wdih_form {
	margin-bottom: 40px;
}

#book-appointment.wdih_form .columns {
	width: 380px;
	text-align: left;
}

#book-appointment.wdih_form .form-wrap .left {
	padding: 30px 40px 0;
}

#book-appointment.wdih_form .form-wrap .wpcf7-form input[type="submit"] {
	width: 384px;
	background-size: 384px;
}

/* Book Appointment - Sidebar Form */
#sidebar-contact-form .wpcf7-form input[type="submit"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	width: 310px;
	height: 48px;
	text-indent: -9999px;
	padding: 0;
	background: transparent url(images/layout/buttons/submit.png) no-repeat;
	text-indent: -9999px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#sidebar-contact-form .wpcf7-response-output {
	margin: 10px 0 0;
}

/* Yelp Page */
#yelp-page iframe {
	margin: 0 0 50px;
}

#screenshot-holder {
	padding: 0 0 50px 0;
	text-align: center;
}

#screenshot-holder .screenshot {
	display: inline-block;
}

#screenshot-holder .screenshot img {
	margin: 0 20px 20px 0;
	border: 1px #d6d6d6 solid;
}

#screenshot-holder .last {
	margin: 0;
}

/* Contact Page */
body.page-id-67 #slideshow-wrapper {
	font-size: 1.5em;
	margin-bottom: 0 !important;
}

body.page-id-67 #slideshow-wrapper figure.hawi-attr figcaption {
	font-size: .4em;
	font-style: italic;
	color: #949494;
	margin-top: 5px;
}

body.page-id-67 #sidebar,
body.page-id-67 #home-latest-articles {
	display: none;
}

body.page-id-67 #wpcf7-f6972-o1 label {
	width: 100%;
	text-align: left;
}

body.page-id-67 #wpcf7-f6972-o1 textarea {
	height: auto !important;
}

body.page-id-67 #wpcf7-f6972-o1 .submit {
	font-size: 24px;
	padding: 12px 24px;
	font-weight: bold;
}

body.page-id-67 #wpcf7-f6972-o1 .wpcf7-spinner {
	position: absolute;
}

#google-map-direction-form {
	margin-top: 23px;
	margin-bottom: 30px;
}

#google-map-direction-form label {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-align: right;
}

#google-map-direction-form label,
#google-map-direction-form .text,
#google-map-direction-form .select,
#google-map-direction-form .submit {
	margin-bottom: 10px;
}

#google-map-direction-form .text,
#google-map-direction-form .select {
	box-sizing: border-box;
	width: 100%;
	padding: 3px 5px 4px;
}

#google-map-direction-form .submit {
	padding: 7px;
}

/* Youtube Video Image on Videos Page */
.video-image {
	display: block;
	max-width: 380px;
	position: relative;
}

.video-image::after {
	background: url('images/layout/icons/yt-button-away.png') no-repeat;
	bottom: 50%;
	content: ' ';
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -21px;
	margin-top: -15px;
	position: absolute;
	right: 50%;
	top: 50%;
	width: 42px;
}

.video-image:hover:after {
	background: url('images/layout/icons/yt-button-focus.png') no-repeat;
}

/* Codebox */
.codebox {
	min-height: 20px;
	padding: 30px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.codebox code {
	color: #c7254e;
	font-size: 16px;
}

/* TOC */
#maincontent .toc_wrap_right {
	margin: 0 0 25px 25px;
}

/* Latest Articles */
#home-latest-articles .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#home-latest-articles .item {
	width: 32%;
	margin-bottom: 25px;
	max-width: 392px;
}

#home-latest-articles .image {
	margin-bottom: 5px;
}

#home-latest-articles .image .post-thumb {
	display: block;
	max-width: 100%;
	height: auto;
}

#home-latest-articles .post-title {
	font-size: 16px;
	line-height: 1.625;
	text-align: center;
}

@media only screen and (max-width:1023px) {
	#home-latest-articles .items {
		justify-content: space-around;
	}

	#home-latest-articles .item {
		width: 47%;
	}
}

@media only screen and (max-width:767px) {
	#home-latest-articles .items {
		flex-direction: row;
		justify-content: center;
	}

	#home-latest-articles .item {
		width: auto;
	}
}

/* Conditions and Treatments Page */
.conditions-treatments {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
}

.conditions-treatments .col {
	width: 49%;
}

.conditions-treatments .category-banner {
	margin-bottom: 15px;
}

.conditions-treatments li {
	line-height: 1.63;
	margin-bottom: 0;
}

/* #Media Queries
================================================== */
@media only screen and (min-width:1280px) {

	#maincontent p {
		line-height: 24px;
	}

	.homeboxes.where-does-it-hurt .homebox {
		max-width: 284px;
		padding-left: 8px;
		padding-right: 8px;
	}

	#maincontent .three-columns .column {
		width: 30%;
		margin-right: 2%;
		margin-left: 2%;
	}

	#home-book-appointment .heading {
		font-size: 36px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	#home-book-appointment .wpcf7 {
		padding: 0 18px;
	}

	#home-book-appointment .columns {
		margin: 0 14px;
	}

	#in-the-media-logos img {
		margin: 0 0 27px;
	}

	#in-the-media-logos img.thedoctors {
		margin-right: 60px;
	}

	#in-the-media-logos img.cnn {
		margin-right: 70px;
	}

	#in-the-media-logos img.gma {
		margin-right: 65px;
	}

	#in-the-media-logos img.twp {
		margin-right: 31px;
	}

	#in-the-media-logos img.mc {
		margin-right: 25px;
	}

	#in-the-media-logos img.drum {
		margin-right: 26px;
	}

	#in-the-media-logos img.lamag {
		margin-right: 12px;
	}

	#in-the-media-logos img.ring {
		margin-right: 16px;
	}

	#in-the-media-logos img.forbes {
		margin-right: 15px;
	}

	#in-the-media-logos img.thetimes {
		margin-right: 13px;
	}

	#media-tabs .five.columns .mejs-video {
		max-width: 380px;
		max-height: 213px;
	}

	#sidebar {
		width: 350px;
		float: right;
	}

	#footer-top .columns:last-child {
		width: 240px;
		float: right;
	}

}

/* Base 1168 Grid */
@media only screen and (min-width:1168px) and (max-width:1279px) {

	#nav ul.dropdown li a,
	#nav ul.dropdown ul li a {
		padding: 14px 14px;
	}

	.redbox {
		font: bold 21px 'Open Sans';
		margin-top: 30px;
	}

	.homeboxes .title a {
		font-size: 21px;
		line-height: normal;
	}

	#featured-in-carousel li {
		max-width: 25% !important;
	}

	#maincontent .three-columns .column {
		width: 220px;
		margin-right: 25px;
	}

	#maincontent .doctor .subtitle a {
		font-size: 0.8em;
	}

	#maincontent .press-release {
		height: 212px;
	}

	#maincontent .iframe_doctors {
		min-height: 300px;
	}

	#inner-slider-pager img {
		width: 150px;
	}

	#maincontent .rslides .doctorstv-video {
		width: 783px;
		height: 440px;
	}

	#maincontent .swarm-video iframe {
		height: 492px !important;
	}

	#maincontent .video-testimonial {
		float: none;
	}

	#book-appointment .form-wrap .wpcf7-form input[type="submit"] {
		background-size: 90%;
	}

	#trust-logos .aaos,
	#trust-logos .tyoe {
		left: 85px;
	}

}

/* Base 1024 Grid */
@media only screen and (min-width:1024px) and (max-width:1167px) {

	#nav ul.dropdown li a,
	#nav ul.dropdown ul li a {
		padding: 14px 10px;
		font-size: 15px;
	}

	#header .whitebox .top {
		font: bold 17px "Open Sans";
	}

	#header .whitebox .bottom {
		font: 400 15px "Open Sans";
	}

	.redbox {
		font: bold 19px 'Open Sans';
		margin-top: 20px;
	}

	.homeboxes .title a {
		font-size: 18px;
		line-height: normal;
	}

	#featured-in-carousel li {
		max-width: 33% !important;
	}

	h1,
	.heading,
	.heading a {
		font-size: 31px;
		line-height: normal;
	}

	h2,
	.title,
	.title a,
	.widgettitle {
		font-size: 23px;
		line-height: normal;
	}

	h3,
	.subtitle,
	.subtitle a {
		font-size: 20px;
		line-height: normal;
	}

	#maincontent .three-columns .column {
		width: 190px;
		margin-right: 25px;
	}

	#maincontent .doctor .subtitle a {
		font-size: 0.75em;
	}

	#maincontent .press-release {
		height: 182px;
	}

	#maincontent .press-release .overlay {
		padding: 10px 10px;
	}

	#maincontent .iframe_doctors.two-results {
		min-height: 450px;
	}

	#maincontent .iframe_doctors.three-results {
		min-height: 660px;
	}

	#in-the-media-logos img {
		margin: 0 10px 12px 10px;
	}

	#inner-slider-container .rslides_nav {
		margin-top: 60px;
	}

	#inner-slider-pager img {
		width: 120px;
	}

	#maincontent .rslides .doctorstv-video {
		width: 684px;
		height: 385px;
	}

	#maincontent .swarm-video iframe {
		height: 429px !important;
	}

	#maincontent .video-testimonial {
		float: none;
	}

	#book-appointment .form-wrap .wpcf7-form input[type="submit"] {
		width: 300px;
		background-size: 300px;
	}

	#sidebar-contact-form .wpcf7-form input[type="submit"] {
		width: 260px;
		background-size: 260px;
	}

	#sidebar .widget .title,
	.widgettitle {
		font: 600 21px "Open Sans";
	}

	#trust-logos .aaos {
		top: 10px;
		left: 90px;
		width: 140px;
	}

	#trust-logos .tyoe {
		top: 105px;
		left: 90px;
		width: 140px;
	}

	#footer-social {
		width: 120px;
	}

	#footer-top .columns:last-child {
		width: 200px;
		float: right;
	}

}

@media only screen and (min-width:769px) {
	#nav #menu-top-navigation {
		display: flex !important;
	}
}


/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (min-width:960px) and (max-width:1023px) {

	#nav ul.dropdown li a,
	#nav ul.dropdown ul li a {
		padding: 14px 8px;
		font-size: 15px;
	}

	#header .whitebox .top {
		font: bold 16px "Open Sans";
	}

	#header .whitebox .bottom {
		font: 400 14px "Open Sans";
	}

	.redbox {
		font: bold 18px 'Open Sans';
		margin-top: 20px;
	}

	.homeboxes .title a {
		font-size: 16px;
		line-height: normal;
	}

	.homeboxes p,
	.homeboxes p a {
		font-size: 13px;
	}

	#featured-in-carousel li {
		max-width: 33% !important;
	}

	h1,
	.heading,
	.heading a {
		font-size: 28px;
		line-height: normal;
	}

	h2,
	.title,
	.title a,
	.widgettitle {
		font-size: 22px;
		line-height: normal;
	}

	h3,
	.subtitle,
	.subtitle a {
		font-size: 18px;
		line-height: normal;
	}

	#maincontent .three-columns .column {
		width: 180px;
		margin-right: 25px;
	}

	#maincontent .doctor .subtitle a {
		font-size: 0.75em;
	}

	#maincontent .press-release {
		height: 172px;
	}

	#maincontent .press-release .overlay {
		padding: 5px;
	}

	#maincontent .iframe_doctors.two-results {
		min-height: 450px;
	}

	#maincontent .iframe_doctors.three-results {
		min-height: 660px;
	}

	#in-the-media-logos img {
		margin: 0 10px 12px 10px;
	}

	#inner-slider-container .rslides_nav {
		margin-top: 60px;
	}

	#inner-slider-pager img {
		width: 110px;
	}

	#maincontent .rslides .doctorstv-video {
		width: 640px;
		height: 360px;
	}

	#maincontent .swarm-video iframe {
		height: 401px !important;
	}

	#maincontent .video-testimonial {
		float: none;
	}

	#book-appointment .form-wrap .left {
		padding: 30px 30px 0;
	}

	#book-appointment .form-wrap .wpcf7-form input[type="submit"] {
		width: 280px;
		background-size: 280px;
	}

	#sidebar-contact-form .wpcf7-form input[type="submit"] {
		width: 240px;
		background-size: 240px;
	}

	#sidebar .widget .title,
	.widgettitle {
		font: 600 20px "Open Sans";
	}

	#trust-logos .aaos {
		top: 10px;
		left: 90px;
		width: 128px;
	}

	#trust-logos .tyoe {
		top: 105px;
		left: 90px;
		width: 128px;
	}

	#footer-social {
		width: 120px;
	}

	#footer-top .columns:last-child {
		width: 200px;
		float: right;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width:768px) and (max-width:959px) {

	#nav ul.dropdown li a,
	#nav ul.dropdown ul li a {
		padding: 14px 8px;
		font-size: 15px;
	}

	#header .whitebox .top {
		font: bold 18px "Open Sans";
	}

	#header .whitebox .bottom {
		font: 400 14px "Open Sans";
	}

	.redbox {
		font: bold 21px 'Open Sans';
		margin-top: 15px;
	}

	.homeboxes .content {
		margin-bottom: 30px;
		text-align: center;
	}

	.homeboxes .content p {
		text-align: justify;
	}

	.homeboxes.where-does-it-hurt {
		margin-bottom: 20px;
	}

	.homeboxes.where-does-it-hurt .homebox {
		width: 40%;
		margin: 0 5%;
		padding: 15px 0;
	}

	.homeboxes.services .box-image,
	.homeboxes.services .content {
		float: none;
		width: 100%;
	}

	.homeboxes.services .title {
		margin-bottom: 10px;
	}

	.homeboxes.in-the-news .title a {
		font-size: 20px;
	}

	#featured-in-carousel li {
		max-width: 50% !important;
	}

	h1,
	.heading,
	.heading a {
		font-size: 25px;
		line-height: normal;
	}

	h2,
	.title,
	.title a,
	.widgettitle {
		font-size: 21px;
		line-height: normal;
	}

	h3,
	.subtitle,
	.subtitle a {
		font-size: 17px;
		line-height: normal;
	}

	#maincontent .three-columns .column:nth-child(3n) {
		margin-right: 10px;
	}

	#maincontent .three-columns .column:nth-child(3n-2) {
		margin-left: 10px;
	}

	#maincontent .three-columns .column:nth-child(2n) {
		margin-right: 0;
	}

	#maincontent .three-columns .column:nth-child(2n-1) {
		margin-left: 0;
	}

	#maincontent .three-columns .column {
		width: 230px;
	}

	#maincontent .press-release {
		height: 222px;
	}

	#maincontent .iframe_doctors.two-results {
		min-height: 500px;
	}

	#maincontent .iframe_doctors.three-results {
		min-height: 730px;
	}

	#home-latest-articles .tabs li {
		display: block;
	}

	#home-latest-articles .tabs li a {
		display: inline-block;
	}

	#in-the-media-logos img {
		margin: 0 10px 12px 10px;
	}

	#inner-slider-container .rslides_nav {
		height: 39px;
		width: 21px;
		background: transparent url(images/layout/buttons/arrows-small.gif) no-repeat left top;
		margin-top: 60px;
	}

	#inner-slider-pager li {
		padding: 6px;
	}

	#inner-slider-pager img {
		width: 90px;
	}

	#maincontent .rslides .doctorstv-video {
		width: 508px;
		height: 286px;
	}

	#maincontent .swarm-video iframe {
		height: 318px !important;
	}

	#maincontent .video-testimonial {
		float: none;
	}

	#home-book-appointment input[type="submit"] {
		background-size: 70%;
	}

	#book-appointment .form-wrap .left {
		width: 230px;
		padding: 30px 20px 0;
	}

	#book-appointment .form-wrap .wpcf7-form input[type="submit"] {
		width: 230px;
		background-size: 230px;
		background: url(images/layout/buttons/btn-book-appointment-sm.png) no-repeat;
	}

	#sidebar-contact-form .wpcf7-form input[type="submit"] {
		width: 180px;
		background-size: 180px;
		background: url(images/layout/buttons/btn-book-appointment-xs.png) no-repeat;
	}

	/* Where Does It Hurt */
	#book-appointment.wdih_form .columns {
		width: 330px;
	}

	#book-appointment.wdih_form .form-wrap .wpcf7-form input[type="submit"] {
		width: 330px;
		background: transparent url(images/layout/buttons/main-cf-submit.png) no-repeat;
		background-size: 330px;
	}

	#footer-top .title {
		font-size: 14px;
	}

	#sidebar .widget .title,
	.widgettitle {
		font: 600 18px "Open Sans";
	}

	#trust-logos {
		position: static;
		text-align: center;
		height: auto;
	}

	#trust-logos img {
		display: block;
		position: static;
		margin: 5px auto 15px;
		height: 40px
	}

	#footer-social {
		width: 120px;
	}

	#footer-top .columns:last-child {
		width: 150px;
		float: right;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:768px) {
	#nav .container {
		flex-direction: column-reverse;
	}

	body .slicknav_menu {
		display: initial;
	}

	body .slicknav_btn {
		display: flex !important;
	}
}

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

	#maincontent p img.alignleft,
	#maincontent p img.alignright {
		float: none;
		display: block;
		margin: 0 0 20px;
	}

	#logo {
		text-align: center;
	}

	#logo a,
	#logo img {
		margin: 0 auto;
	}

	#header .right,
	#header .right .phone {
		text-align: center;
	}

	#header .right .phone {
		margin-left: 0;
		font: bold 20px/25px "Open Sans";
	}

	#header .right .phone.tablet-up {
		display: none;
	}

	#header .right .phone.mobile-below {
		display: block;
	}

	#header .whitebox .top {
		font: bold 16px "Open Sans";
	}

	#header .whitebox .bottom {
		font: 400 14px "Open Sans";
	}

	.redbox {
		font: bold 18px 'Open Sans';
		margin-top: 15px;
	}

	.homeboxes .content {
		margin-bottom: 30px;
		text-align: center;
	}

	.homeboxes .content p {
		text-align: justify;
	}

	.homeboxes.where-does-it-hurt {
		margin: 0 0 20px;
	}

	.homeboxes.where-does-it-hurt .homebox {
		padding: 0;
	}

	.homeboxes.services .box-image,
	.homeboxes.services .content {
		float: none;
		width: 100%;
	}

	.homeboxes.services .title {
		margin-bottom: 10px;
	}

	.homeboxes.in-the-news .title a {
		font-size: 20px;
	}

	#home-latest-articles .tabs li {
		display: block;
	}

	#home-latest-articles .tabs li a {
		display: inline-block;
	}

	#featured-in-carousel {
		max-height: 120px !important;
		height: 180px !important;
	}

	#featured-in-carousel li {
		max-width: 100% !important;
		height: auto !important;
	}

	h1,
	.heading,
	.heading a {
		font-size: 23px;
		line-height: normal;
		margin-bottom: 15px;
	}

	h2,
	.title,
	.title a,
	.widgettitle {
		font-size: 20px;
		line-height: normal;
		margin-bottom: 15px;
	}

	h3,
	.subtitle,
	.subtitle a {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 15px;
	}

	#maincontent {
		padding: 0;
	}

	#maincontent p {
		line-height: 22px;
	}

	#book-appointment .left.five.columns {
		float: none;
		display: block;
		box-sizing: border-box;
	}

	#book-appointment .left.five.columns input.submit[type="submit"] {
		background-size: contain;
		width: 100%;
	}

	#book-appointment .last {
		display: none;
	}

	#maincontent .three-columns .column:nth-child(1n) {
		margin-right: 0;
		margin-left: 0;
	}

	#maincontent .three-columns .column {
		float: none;
		display: block;
		width: 260px;
	}

	#maincontent .press-release {
		width: 252px;
		height: 252px;
	}

	#maincontent .surgeons .column.half {
		padding-top: 20px;
		padding-bottom: 5px;
	}

	#maincontent .two-columns .column,
	#maincontent .two-columns .column:nth-child(2n-1),
	#maincontent .two-columns .column:nth-child(2n) {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}

	#maincontent .iframe_doctors.two-results {
		min-height: 450px;
	}

	#maincontent .iframe_doctors.three-results {
		min-height: 660px;
	}

	#maincontent .swarm-video iframe {
		height: 262px !important;
	}

	#maincontent .video-testimonial {
		float: none;
	}

	#maincontent .internal-links li {
		display: block;
		margin: 0;
		padding: 0;
	}

	#maincontent .posts .post-item {
		flex-direction: column;
	}

	#maincontent .posts .post-item .post-image {
		margin-bottom: 25px;
		max-width: 100%;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}

	/* In the Press Page */
	#media-tabs .tabs li {
		display: block;
	}

	#maincontent #press-release.three-columns .column {
		display: inline-block;
		text-align: center;
	}

	#in-the-media-logos img {
		margin: 0 25px 25px;
	}

	#inner-slider-container .rslides_nav {
		height: 39px;
		width: 21px;
		background: transparent url(images/layout/buttons/arrows-small.gif) no-repeat left top;
		margin-top: 60px;
	}

	#inner-slider-pager li {
		padding: 6px;
	}

	#inner-slider-pager img {
		width: 80px;
	}

	/* Contact Page - Directions */
	#google-map-direction-form label {
		text-align: left;
	}

	/* Where Does It Hurt */
	#book-appointment.wdih_form {
		display: block;
	}

	#book-appointment.wdih_form .right {
		display: none;
	}

	#sidebar {
		margin-top: 0;
	}

	#sidebar .widget .title,
	.widgettitle {
		font: 600 21px "Open Sans";
	}

	#footer-top .title {
		text-align: center;
	}

	#footer-top ul {
		margin-bottom: 0;
		text-align: center;
	}

	#trust-logos {
		position: static;
		height: auto;
	}

	#trust-logos img {
		position: static;
		display: block;
		margin: 0 auto 20px;
	}

	#footer-social {
		width: 200px;
		margin: 6px auto 0;
	}

	#footer-bottom .columns {
		text-align: center;
	}

	#menu-footer-bottom li.first a {
		padding-left: 0;
	}

	#maincontent .toc_wrap_right {
		float: none;
		margin: 0 0 25px !important;
		width: 100%;
	}

	.conditions-treatments {
		flex-wrap: wrap;
	}

	.conditions-treatments .col {
		width: auto;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {

	#search-form {
		position: absolute;
		right: 0;
		top: 0;
	}

	/* Where Does It Hurt */
	#book-appointment.wdih_form .columns {
		width: 340px;
	}

	#book-appointment.wdih_form .form-wrap .wpcf7-form input[type="submit"] {
		width: 340px;
		background-size: 340px;
	}

	#in-the-media-logos img {
		margin: 0 10px 12px 10px;
	}

	#maincontent .iframe_doctors.two-results {
		min-height: 480px;
	}

	#maincontent .iframe_doctors.three-results {
		min-height: 680px;
	}

	#inner-slider-container .rslides_nav {
		margin-top: 55px;
	}

	#inner-slider-pager img {
		width: 70px;
	}

	#maincontent .rslides .doctorstv-video {
		width: 420px;
		height: 240px;
	}

	#author-bio img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {

	#nav {
		margin-bottom: 0;
	}

	#header-dropdown.thirteen.columns {
		width: 100% !important;
	}

	#header-search.three.columns {
		width: 100% !important;
	}

	.redbox {
		font: bold 17px 'Open Sans';
		margin-top: 50px;
	}

	#slideshow-wrapper {
		padding: 0;
		margin-bottom: 0;
	}

	#slideshow-wrapper #slideshow {
		display: none;
	}

	#slideshow-wrapper .columns {
		padding-top: 0;
	}

	#share {
		display: none;
	}

	/* Home Services */
	.home-services {
		display: none;
	}

	.home-services-mobile-portrait {
		display: block;
	}

	/* Where Does It Hurt */
	#book-appointment.wdih_form .columns {
		width: 240px;
	}

	#book-appointment.wdih_form .form-wrap .left {
		padding: 10px 25px;
	}

	#book-appointment.wdih_form .form-wrap .wpcf7-form input[type="submit"] {
		width: 240px;
		background-size: 240px;
	}

	#maincontent .iframe_doctors.two-results {
		min-height: 600px;
	}

	#maincontent .iframe_doctors.three-results {
		min-height: 820px;
	}

	#maincontent .rslides .doctorstv-video {
		width: 300px;
		height: 170px;
	}

	#sidebar-contact-form .wpcf7-form input[type="submit"] {
		width: 260px;
		background-size: 260px;
	}

	#author-bio img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	/** Contact Us Page */
	body.page-id-67 #wpcf7-f6972-o1 .row {
		margin-bottom: 0 !important;
	}

	body.page-id-67 #wpcf7-f6972-o1 label {
		margin-bottom: 25px;
	}

	.columns {
		width: 100% !important;
	}
}

/* Responsive Video */
.video-container.alignright {
	margin: 0 0 25px 25px;
}

.video-container.alignleft {
	margin: 0 25px 25px 0;
}

.video-container.fullwidth {
	float: none;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-bottom: 25px;
	width: auto;
	height: 0;
	overflow: hidden;
}

.video-container.fullwidth iframe,
.video-container.fullwidth object,
.video-container.fullwidth embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container-wrapper {
	border: 1px #b5b5b5 solid;
	padding: 3px;
	margin-bottom: 35px;
}

.video-container-wrapper .video-container {
	margin-bottom: 0;
}

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

	.video-container.alignright,
	.video-container.alignleft {
		margin: 0 0 25px;
	}

	.video-container {
		float: none;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		margin-bottom: 25px;
		width: auto;
		height: 0;
		overflow: hidden;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/* Responsive Menu Using SlickNav */
.slicknav_menu {
	display: none;
}

@media screen and (max-width:959px) {
	#nav {
		height: auto;
	}

	#nav ul.dropdown {
		display: none;
	}

	.bg-gray.container .columns {
		width: 100%;
		margin: auto !important;
		padding: 0 !important;
	}
}

/* ---------
 Clear Fix
 ---------- */
.cleared_div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cleared_div {
	display: inline-block;
}

/* Hides from IE-mac */
* html .cleared_div {
	height: 1%;
}

.cleared_div {
	display: block;
}

/* End hide from IE-mac */

/* Add schedule button animations */
.schedule-button-new {
	display: inline-block;
	padding: 12px 24px;
	background-color: #0F416D;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 0;
	vertical-align: middle;
}

.schedule-button-new.btn-x2 {
	font-size: 24px;
	padding: 24px 48px;
}

.schedule-button-new:hover {
	background-color: #064c6d;
	transform: translateY(-3px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
	color: #fff !important;
}

.schedule-button-new:active {
	background-color: #032a3a;
	transform: translateY(1px);
	color: #fff !important;
}

.schedule-button-new:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(15, 65, 109, 0.4);
	color: #fff !important;
}