/* ============== COMMON STYLES ================ */


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #636363;
}
.container-wrapper {
	width: 100%;
}

.thin { font-weight: 300; }
.normal { font-weight: 400; }
.bold { font-weight: 700; }
.italic { font-style: italic; }
.no-padding { padding-right: 0; padding-left: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.border-bottom-thick { border-bottom: 10px solid #f4f4f4;  padding-bottom: 15px;}
.border-bottom-thin { border-bottom: 1px solid #e1e1e1;  padding-bottom: 20px;}

p { margin: 0 0 20px; }

.double-line {
	padding: 0 0 40px;
	margin-bottom: 35px;
	background: url('../images/double-line.png') repeat-x left bottom;
}

h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif; color: #4f4f4f; font-weight: 400; margin-bottom: 10px; margin-top: 15px; }
h1 { font-size: 32px; }

.testimonial-text h3 {
	margin-top: 0;
}

.contact{  
    float: left; 
    padding-top: 30px; 
    padding-left:15px; 
    padding-bottom: 25px; 
    color: #fff;  
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px; 
    text-decoration: none;  
    cursor: pointer; 
    cursor: hand;
}


.home-dr-box p{
	margin: 0 0 0;	
}
.home-dr-box a{
	text-decoration:none;
}
.banner-pic-caption .carousel-caption {
    top: 10%;
}
.banner-pic-caption .caption-img {
    position: absolute;
    top: 14%;
    right: 0;
    float: right;
    width: 573px;
    text-align:right;
}
.img-border img{border: 20px solid #fff;}
.home-dr-box .dr-name { margin-top: 20px; }

.breadcrumb {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}
.wpacebreadcrumbs a {
	font-size: 16px;
	font-weight: 400;
	margin: 0 5px;
}
.wpacebreadcrumbs span {
	margin-left: 5px;
}

.entry-content ul {
	list-style-type: none;
	padding: 0;
}
.entry-content ul li {
	background: url('../images/list-bullets.png') no-repeat 0 5px;
	/*font-weight: 400;*/
	/*font-size: 16px;*/
}
.entry-content ol {
	margin-bottom: 20px;
}
.entry-content ol > li {
	margin-bottom: 15px;
}
.entry-content ul, ul ul {
	padding: 0;
}
.entry-content ul > li {
	list-style-type: disc;
	    background: none;
	    padding: 0;
	    margin-left: 30px;
		margin-bottom: 10px;
		    font-weight: 500;
}
.entry-content ul > li > a {
	color: #636363;
	text-decoration: underline;
}
.entry-content ul > li > a:hover {
	color: #428bca;
}
.entry-content ul ul {
	margin-left: 5px;
	margin-bottom: 10px;
}
.entry-content ul ul li {
	padding-left: 20px;
	list-style-type: none;
	margin: 5px 0;
	background: url('../images/list-bullets.png') no-repeat 0 -133px;
	font-size: 15px;
	font-weight: 300;
}
.superdoctors h2{
     margin-bottom: 30px;
    margin-top: 50px;
}
.style-pad{
    padding: 0 80px 50px 0;
}
.copy-right{
    text-align:left;
}
.privacy-policy{ 
    display:block; 
    text-align:left;
}


/* ============== TOP NAVIGATION ================ */
.collapse.navbar-collapse.full-top{
    float: left;
    position: relative;
    margin-left: 5vw;
    margin-top: 10px;
}
.menu-main-container {
    display: inline-block;
    top: 24px;
    position: relative;
    margin: 0 15px;
    float: left;
    margin-left: 5vw;
}

.top-nav-wrapper {
	position: fixed;
    z-index: 100;
	    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-nav-wrapper.scroll {
	background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
 
.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    text-align: center;
}
.navbar-default .navbar-nav>li {
	background-repeat: no-repeat;
	background-position: right center;
}
.navbar-default .navbar-nav>li:last-child {
	background: none;
	outline: none;
}
.navbar-default .navbar-nav>li:first-child>a {
	padding-left: 0;	
}
.navbar-default .navbar-nav>li:last-child>a {
	padding-right: 0;	
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	color: white;	
}
.navbar-default .navbar-nav>li.menu-item-has-children>a {
	background-image: url('../images/nav-down-arrow.png');
	background-repeat: no-repeat;
	background-position: right 36px;
	padding-right: 10px;
	margin-right: 15px;
}
.navbar .nav, 
.navbar .nav > li {
	display:inline-block;
	*display:inline; /* ie7 fix */
	*zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
}
.navbar-collapse {
	text-align:center;
}
.navbar .nav > li:hover .sub-menu {
	display: block;
}
.sub-menu {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 15;
	width: 240px;
	padding: 10px 15px;
	text-align: left;
	-moz-box-shadow: 0 1px 5px #ccc;
  	-webkit-box-shadow: 0 1px 5px #ccc;
  	box-shadow: 0 1px 5px #ccc;
  	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #fff;
}
.sub-menu li {
	list-style-type: none;
	border-top: 1px solid #f3f3d6;
}
.sub-menu li:first-child {
	border-top: 0;
}
.sub-menu li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}
.sub-menu li a:hover, .sub-menu .current_page_item a {
	color: #428bca;
	font-weight: 600;
	background: url('../images/sub-nav-hover-arrow.png') no-repeat left 14px;
}
.mobile-phone-num {
	display: none;
	float: right;
	line-height: 50px;
	color: #fff;
	padding-left: 25px;
	padding-right: 15px;
}
.mobile-phone-num:hover ,
.mobile-phone-num:active ,
.mobile-phone-num:focus{
	text-decoration: none;
	color: #fff;
	outline:none;
}
ul, ol {

    text-align: left;
}

.container-wrapper.navbar-inner-page{
    background-color: #100E0F;
}

/* ============== LOGO AREA STYLES ================ */


.logo-area-wrapper {
	background-color: #f6f7f8;
	padding-top: 100px;
}
#header-phone-box {
	padding-left: 30px;
	background: url('../images/cell-phone.png') no-repeat 0 2px;
}
#header-phone-box > p:first-child {
	font-weight: 700;
	color: #5fa7e2;
	font-size: 26px;
	margin: 0;
	line-height: 1.0em;
}
#header-phone-box > p:first-child + p {
	font-weight: 300;
	font-size: 20px;
	color: #8f8f8f;
	margin: 0;
}
.header-logo-box {
	padding-right: 0;
	padding-left: 0;
	display: inline-block;
	    float: left;
    margin-left: 20px;
}
#top-logo {
	margin: 15px 0; 
	display: block;
}
#top-logo img {
	    width: 250px;
	display: inline-block;
	margin: 0 auto;
}
#top-home-icon {
	display: block;
	position: relative;
	z-index: 10;
	width: 62px;
	height: 62px;
	margin: 0 auto -30px;
}
.header-questions-btn a {
	display: block;
	width: 100%;
	padding: 5px 0;
	background-color: #81db72;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	line-height: 1.0em;
	text-decoration: none;
}
.header-questions-btn a:hover {
	text-decoration: none;
	background-color: #81db72;
}
.header-questions-btn a span {
	font-size: 17px;
	font-weight: 300;
	display: block;
}

.logoarea-cta-btn-1 {
    margin-right: 15px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    margin-bottom: 16px;
    padding: 16px 15px;
    background: #258c9e;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border: solid 2px #258c9e;
    cursor: pointer;
    display: inline-block;
    line-height: 21px;
    margin-bottom: 0;
}

.logoarea-cta-btn-1 a {
		color: white;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    display: block;
}

.logoarea-cta-btn-2 {
	background-color: #fbfcfd;
	    line-height: 18px;
    box-shadow: none;
	    margin-bottom: 16px;
    padding: 16px 15px;
    font-size: 21px;
	        border: 2px solid #fff;
    color: #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
    display: inline-block;
	margin-bottom: 0;
}

.logoarea-cta-btn-2 a {
    color: black;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    display: block;
}

.cta-buttons {
	display: inline-block; 
    float: right;
	margin: 15px;
}

@media (max-width: 1650px) {
	.logoarea-cta-btn-1, .logoarea-cta-btn-2 {
		display: block;
	}
	.cta-buttons {
    margin-top: 10px;
	}
	.logoarea-cta-btn-1, .logoarea-cta-btn-2 {
	    margin-right: 0;
		margin-bottom: 10px;
		padding: 12px 15px;
	}
	#top-logo img {
        margin: 4px auto;
	}
	.menu-main-container {
		    top: 28px;
	}
	.logoarea-cta-btn-1 a {
		font-size: 15px;	
	}
	.logoarea-cta-btn-2 a {
		font-size: 19px;
	}
	.navbar-default .navbar-nav>li>a {
    font-size: 15px;
	}
}

/* ============== CAROUSEL STYLES ================ */

/* .logo-slider div:first-child, .homepage-slider div:first-child {
      display: block;
}

.logo-slider div, .homepage-slider div {
      display: none;
}

.logo-slider.slick-initialized div, .homepage-slider.slick-initialized div {
      display: block;
} */

.slick-slide {
	position: relative;
}

.homepage-slider .slick-slide {
	background-color: black;
}

.homepage-slider, .homepage-slider img, .homepage-slider video {
	width: 100%;
	background-color: black;
}

.homepage-slider video {
		    opacity: 1;
		    margin-top: 108px;
		    margin-bottom: -123px;
}

/*.slider-caption {
	position: absolute;
	    z-index: 2;
	    top: 21vw;
	    padding: 30px;
	    text-align: left;
	    left: 6%;
}*/
.slider-caption {
	position: absolute;
	    z-index: 2;
	    top: 21vw;
	    padding:30px 30px 30px 120px;
	    text-align: left;
	    left: 0;
	    right:0;
}

.slider-caption h2, .slider-caption h3, .slider-caption h4 {
	color: #fbfcfd;
}

.slider-caption h2 {
    color: #fff;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.15;
    display: inline-block;
	margin-bottom: 0;
	margin-top:70px;
}

.slider-caption h2.caption-green {
	font-style: italic;
    margin-top: 80px;
    font-weight: 400;
    font-size: 3vw;
}

.slider-caption h3 {
    font-size: 23px;
    display: block;
    margin: 0 auto;
    line-height: 1.25;
	    letter-spacing: 0.5px;
}

.slider-caption h4 {
    font-size: 1.5vw;
    letter-spacing: 4px;
    margin-top: 0;
}


.homepage-slider .slick-next {
    right: 50px;
}

.homepage-slider .slick-prev {
    left: 50px;
    z-index: 1;
}

.homepage-slider .slick-dots {
    bottom: 10px;
}

.homepage-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
	    padding-top: 141px;
}

.logo-slider-wrapper {
	background-color: #f4f7f8;
	padding: 15px 0;
	margin-bottom: 30px;
    position: relative;
	border-top: 5px black solid;
}

.logo-slider img {
	max-width: 100%;
	max-height: 100px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

#marina {
  		margin-top: 23px;
}

#aoss {
	        margin-top: 12px;
    max-height: 75px;
}

#nass {
	   height: 65px;
    margin-top: 17px;
}

#joseph {
	margin-top: 28px;
}

#hoag {
	margin-top: 10px;
}

#coa {
	margin-top: 34px;
}

/* ============== CONTENT AREA STYLES ================ */


.entry-content-wrapper {
	padding: 25px 0 45px;
	min-height: 420px;
}
/* Surgical & Minimally Invasive Procedures page styles */

.entry-content .surgical-procedures-list {
	width: 100%;
	overflow: hidden;
}
.entry-content .surgical-procedures-list > ul {
	float: left;
	width: 30%;
	margin-right: 3%;
}
.entry-content .surgical-procedures-list > ul > li {
	background-image: none;
	padding: 0;
	margin-bottom: 2px;
}
.entry-content .surgical-procedures-list > ul > li > a {
	display: block;
	background-color: #e7e7e7;
	margin-bottom: 2px;
	padding: 14px 5px 0;
	text-align: center;
	line-height: 1.1em;
	height: 45px;
	font-size: 14px;
	text-decoration: none;
}
.entry-content .surgical-procedures-list > ul > li > a:hover{
	color: #636363;
	background-color: #f5f5f5;
}
.entry-content .surgical-procedures-list > ul > li.line-drop > a{
	padding: 7px 5px 0;
}

.entry-content .surgical-procedures-list > ul > li:first-child > a {
	background-color: #b5d12b;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}
.entry-content .surgical-procedures-list > ul > li:first-child > a:hover {
	background-color: #C6E432;	
}

.dr-bae-mobi-c {
	float: left; margin: 5px 15px 0 0;
}

/* BLOG */

/* ============== blog changes ================ */
.pagination span.page-numbers {
  border: 1px solid #ccc;
  padding: 1px 2px;
  margin-right: 2px;
}
.pagination a.page-numbers {
  border: 1px solid #ccc;
  padding: 1px 2px;
  margin-right: 2px;
}
span.cat-links:before {
  content: 'Posted in ';
}
.entry-meta h5 {
  color: #585858;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 7px;
  font-size: 16px;
}
.entry-content a.readMore {
  font-weight: bold;
}
/* ============== blog changes ================ */

body.blog article.container {
	margin-top: 55px;
	border-bottom: 1px solid #ccc;
}
body.blog .container-wrapper article:last-of-type {
	margin-bottom: 55px;
}
body.blog article.container {
	/*background-color: #efefef;*/
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
body.single article {
	margin-top: 55px;
}
body.single .edit-link {
	float: right;
}
span.entry-date::after {
	content: " | ";
	padding: 0 10px;
	color: #AAA;
}
div.post-thumbnail img, .featured-mobile .post-thumbnail img {
	margin: 0 auto 20px;
}
.post-thumbnail img {
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
h1.entry-title {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1.entry-title a:hover {
	color: #428bca;
	text-decoration: underline;
}
article .entry-meta {
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.featured-mobile {
	display: none;
}



/* ============== HOME SPECIFIC STYLES ================ */

h1.home-headline {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 25px !important; 
    line-height: 1;
}

.superdoctors h1.home-headline {
    margin-bottom: 45px;
    margin-top: 15px;
}

p.subhead {
	font-size: 32px;
    font-weight: 400;
    font-style: italic;
}

.home-headline h1 {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
.home-headline p.subhead {
	color: #fff;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
}

.home-headline p {
	color: #fff;
}
#featured-red-text { 
	color: #e70000;
	display: block;
}
#media-logos {
	max-width: 100%;
}
.home-meet-drs-btn {
	width: 100%;
	overflow: hidden;
}
.home-meet-drs-btn a { 
	float: right;
	width: 195px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	color: #5fa7e2;
	background: url('../images/meet-physicians-btn.png') no-repeat 0 0;
	margin-bottom: -1px;
}
.home-dr-box {
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	border: 1px solid #d8d8d8;
	margin-bottom: 6px;
}
.home-dr-info {
	padding-top: 6%;
}
.home-dr-box img {
	float: left;
	padding: 5px;
	margin-right: 15px;
}
.home-dr-box .home-dr-info p {
	margin: 0;
	line-height: 1.3em;
}
.home-dr-box .dr-name {
	font-size: 18px;
	color: #4e4e4e;
}
.home-dr-box .dr-title {
	font-size: 12px;
	font-weight: 700;
	color: #b1b1b1;
}
.home-dr-box .dr-position {
	font-weight: 300;
	color: #b1b1b1;
	font-style: italic;
	font-size: 13px;
}
.home-dr-box#dr-kim .home-dr-info, .home-dr-box#dr-vahedifar .home-dr-info, .home-dr-box#dr-kamrava .home-dr-info {
	padding-top: 8%;
}

/* Home Page Testimonials Slider */

.container-wrapper-testimonials {
	/* background-color: #f3f5f7; */
}

.testimonials-slider {
    margin: 50px 100px;
	    border: 1px solid #d7d7d7;
    border-radius: 4px;
       padding: 30px 15px;
	background-color: #fbfcfd;
}

.slick-prev:before, .slick-next:before {
    color: #295766;
    opacity: 1;
}

.testimonials-slider .slick-prev {
    left: -50px;
}

.testimonials-slider .slick-next {
    right: -50px;
}

.testimonials-slider img {
    max-width: 100%;
	    border-radius: 2px;
	    border: 1px solid #d7d7d7;
    margin: 0 auto;
}

.testimonial-text {
}

.testimonials-page-slider img {
    display: block;
    margin: 0 auto;
}

/* Procedures Area Styles */

.cervical-bg {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.75), rgba(27, 127, 204, 0.5)), url(../images/banner/Swimmer-Cervical-Disc-Replacement.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #dfdfdf;
    padding: 160px 0 150px;
}

.jet-bg {
	background: linear-gradient(45deg, rgba(44, 76, 100, 0.25), rgba(44, 76, 100, 0.25)), url(../images/banner/Fighter-Jet-Cervical-Disc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #dfdfdf;
    padding: 160px 0 150px;
}

.procedures-bg {
	background: linear-gradient(90deg, rgba(27, 127, 204, 0.25), rgba(0, 0, 0, 0)), url(../images/banner/happy-family-time.jpg);
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #dfdfdf;
    padding: 160px 0 150px;
}

.procedures-header {
	text-align: left;
    padding: 50px 15px;
}

.procedures-header h2, .jet-bg h2 {
    color: #fff;
	font-size: 60px;
}

.procedures-header h2 {
	margin-bottom: 60px;
}

.procedures-header h3, .jet-bg h3 {
    text-transform: uppercase;
    display: block;
    margin: 30px auto;
    color: white;
    letter-spacing: 5px;
}

.jet-bg h3 {
	margin-top: 0;
}

.procedures-header ul, .jet-bg ul {
	padding: 0px 30px 0px 45px;
    color: #fff;
    border-left: 6px white solid;
}

.procedures-header ul li, .jet-bg ul li {
    margin: 0px 0 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.procedures-header p, .jet-bg p {
    color: #fff;
    line-height: 1.5;
}

.jet-benefits {
	padding: 30px;
    margin-top: 45px;
}

.jet-benefits p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}

.schedule-button {
	text-align: center;
}

.schedule-button a {
    color: white;
    border-radius: 4px;
    padding: 15px 10px;
    display: inline-block;
    font-weight: 400;
    background-color: #258c9e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 17px;
}

.schedule-button a:hover {
    text-decoration: none;
    box-shadow: 0 0 40px rgb(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.jet-benefits .schedule-button a {
    margin-top: 30px;
}

.procedures-header .schedule-button a {
    margin-top: 45px;
}

.bae-video {
    display: block;
    margin: 0 auto;
    border: 5px solid black;
    border-radius: 2px;
}


/* Stem-Cells Area Styles */

.stem-cells-area-wrapper {
	padding: 25px 0 45px;
}
.stem-cells-main-text {
	
}
.stem-cells-main-text h2 {
	font-size: 48px;
	font-weight: 400;
	color: #585858;
	text-align: center;
	margin-bottom: 30px;
}
.stem-cells-main-text img {
	float: left;
	padding-right: 40px;
	background-color: #fff;
	margin-bottom: 35px;
}

#stem-cell-consultation-btn {
	display: block;
	float: right;
	width: 90%;
	padding: 17px 0;
	background-color: #d7d777;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	line-height: 1.0em;
	text-decoration: none;
}
#stem-cell-consultation-btn:hover {
	text-decoration: none;
	background-color: #DFDF75;
}
.stem-cell-contact-info p {
	margin: 0;
}
.stem-cell-contact-info p:first-child {
	font-size: 25px;
	color: #585858;
	font-weight: 300;
}
.stem-cell-contact-info p:first-child + p {
	font-weight: 700;
	font-size: 30px;
	color: #5fa7e2;
}
.stem-cell-content {
	padding-right: 40px;
	padding-top: 15px;
}
.stem-cell-video-content p {
	margin: 0;
	font-size: 16px;
}
.stem-cell-video-content a {
	display: block;
	color: #5fa7e2;
	font-weight: bold;
	font-size: 16px;
	padding-left: 25px;
	margin-top: 10px;
	background: url('../images/read-more-arrow.png') no-repeat left center;
}
.stem-cell-video-content img {
	margin-top: 15px;
}
.stem-cell-vid {
	width: 100%;
	height: 342px;
	margin-top: 10px;
}

/* Conditions */

.conditions {
    margin: 100px 0;
    background-color: #fbfcfd;
    padding: 30px;
    border-radius: 5px;
    border: 1px #d7d7d7 solid;
}

.new-patients {
	height: 576px;
}

.conditions img {
	display: block;
	margin: 0 auto 30px;
}

.conditions h3 {
	text-align: center;
  margin-bottom: 30px;
	    text-transform: uppercase;
    font-size: 18px;
}

.conditions p {
    text-align: center;
    font-size: 16px;
    min-height: 154px;
}

.conditions button {
    background-color: #fbfcfd;
    border: 1px solid #333f4f;
    padding: 10px 15px;
    color: #333f4f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 30px auto 0;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.conditions button:hover {
    background-color: #333f4f;
    color: #fbfcfd;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Super Doctors */

.superdoctors {
	background-color: #fff;
    padding: 160px 0;
}

.superdoctors img {
	display: block;
  margin: 0 auto;
}

.superdoctors p {
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
    color: #fff;
}

/* Request an appointment page */

.office-beverly, .office-santa { float:left; }
.office-beverly { margin-left: 40px; }


/* ============== PAGE-PARENT STYLES ================= */


.parent-page-wrapper {
	padding-top: 30px;
	padding-bottom: 40px;
}
.parent-page-wrapper h1 {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.parent-page-wrapper h1 ~ p {
	text-align: center;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.parent-page-content {
	margin-top: 10px;
	text-align: center;
	background: url('../images/double-line.png') repeat-x left top;
}
.child-page-box {
	position: relative;
	width: 262px;
	margin: 0 10px 45px;
	padding-bottom: 15px;
	display: inline-block;
	background-color: #f5f5f5;
	vertical-align: top;
	min-height: 485px;
}
a.sub-entry-title {
	display: block;
}
a.sub-entry-title:hover {
	text-decoration: none;
}
a.sub-featured-image {
	display: block;
}
.child-page-box h2 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background-color: #5fa7e2;
	padding: 15px 0;
	margin: 0;
}
.child-page-box img {
	max-width: 100%;
}
.child-page-box p {
	color: #5A5A5A;
	font-size: 16px;
	padding: 20px 20px 15px;
	margin-bottom: 0;
}
.child-page-box .read-more-link {
	position: absolute;
	right: 30%;
	bottom: 20px;
	color: #AEC925;
	font-weight: 700;
	font-size: 18px;
	background: url('../images/read-more-arrow.png') no-repeat left center;
	padding-left: 25px;
}
.parent-page-content .post-142 h2 {
	padding: 5px 0;
}


/* ============== PAGE-CHILD STYLES ================= */


.child-page-wrapper {
	padding-top: 30px;
	padding-bottom: 40px;
}
.child-page-name {
	font-size: 48px;
	color: #5a5a5a;
	font-weight: 500;
	text-align: center;
	line-height: 1.1em;
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.child-page-left-content .featured-img {
	float: right;
	width: 287px;
	height: 239px;
	overflow: hidden;
	padding-left: 25px;
	padding-bottom: 15px;
	background-color: #fff;
}
.child-page-left-content h1 {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
}
.child-page-left-content p.subhead {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	padding-bottom: 35px;
}

/* Our Physicians page styles */

.physicians-page-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f3f3f3;
	margin-bottom: 30px;
	padding-right: 15px;
}
.physicians-page-box img {
	float: left;
	margin-right: 15px;
}
.physicians-page-box h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 14px;
}
.physicians-page-box .title {
	line-height: 1.1em;
	margin-bottom: 10px;
}
.physicians-page-box a {
	position: absolute;
	top: 12px;
	right: 15px;
}
.physicians-page-box .title + p {
	font-size: 16px;
	color: #585858;
	margin: 0;
	padding-bottom: 10px;
}

/* Media page styles */

body.page-id-280 .child-page-left-content .featured-img {
	display: none;
}
.media-container {
	width: 100%;
	overflow: hidden;
}
.media-box {
	position: relative;
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.media-box p {
	text-align: center;
	font-size: 14px;
	line-height: 1.1em
}
.media-box a {
	color: #428bca;
	text-decoration: none;
}
.media-box a:first-child:hover {
	text-decoration: underline;
}
.media-box a:first-child + a {
	position: absolute;
	bottom: 0;
	left: 0;
}
.modalMedia iframe {
	display: block;
	margin: 0 auto;
}
.modalMedia h4 {
	font-weight: 400;
}



/* ============== SIDEBAR STYLES ================= */


.sidebar-box {
	width: 100%;
	padding: 20px;
	margin-bottom: 25px;
	background-color: #f3f3f3;
}
.sidebar label {
	font-size: 16px;
	color: #5a5a5a;
}
.sidebar h4 {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 24px;
	font-weight: 700;
	color: #6491b6;
}
.sidebar-header-divider {
	border-bottom: 1px dotted #BDBDBD;
	padding-bottom: 15px;
}
.procedures-sidebar-bullets {
	padding-left: 0;
	margin-top: 10px;
	list-style-type: none;
}
.procedures-sidebar-bullets li {
	background:url(../images/list-bullets.png) no-repeat 0 -130px;
	padding-left: 21px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.best-doctors{
	display: block;
	margin: 15px auto 0;
}
.reviews-text {
	font-size: 16px;
	font-style: italic;
	color: #585858;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 34px;
	background: url('../images/quotes-icon-open.png') no-repeat 0 0
}
.reviews-author {
	text-align: center;
	padding: 10px 5px;
	margin-bottom: 10px;
	background-color: #e3e3e3;
	font-weight: 700;
}
.reviews-author span {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.1em;
	display: block;
}
.sidebar-membership img, .sidebar-featured img {
	max-width: 100%;
}




/* ============== FOOTER AREA CONTENT ================ */


.footer-area-wrapper {
    background-position-y: 50%;
    background-size: cover;
    background-color: #000;
    text-align: center;
    font-size: 14px;
    color: #b7b7b7;
    padding: 15px 0;
}
.footer-area-wrapper img {
	margin-bottom: 0px;
}
.footer-area-wrapper p {
	margin-bottom: 5px;
}
.footer-area-wrapper a {
	color: #5fa7e2;
	text-decoration: underline;
}
.footer-area-wrapper a:hover {
	text-decoration: none;
}

.sidebar h1 {
    font-size: 20px;
    font-weight: bold;
    background: #eee;
    padding: 10px;
}
.sidebar span.screen-reader-text {
    display: none;
}
.sidebar form.search-form {
    position: relative;
}
.sidebar input.search-field {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 3%,rgba(237,237,237,1) 3%,rgba(243,243,243,1) 5%,rgba(255,255,255,1) 100%);
}
.sidebar input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    border:2px solid #ddd;
    background: linear-gradient(to bottom, #fff 0%,#ccc 3%,#555 3%,#eee 5%,#ccc 100%);
    color:#555;
    
}
.sidebar label {
    display: block;
}

#menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-footer .menu-item {
    display: inline-block;
}

/*
.caption-text a {
	 color:#BAE0FF;
	 font-weight:bold;
	 text-decoration:underline;
	 }
	 
.caption-text a:hover {
	color:#fff;
	 text-decoration:none;
	 }	 
*/





	

.fa-stack{
	color: rgb(137, 137, 137);
}

.fa-stack:hover{
	color: rgb(165, 165, 165);
}
a:focus {
   /* outline: 0px auto -webkit-focus-ring-color;*/
      outline:none;
}


.middle-link h3 {
    width: 100%;
    max-height: 500px;
    text-align: center;
    height: 447px;
    font-size: 35px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* ============== MEDIA QUERIES ================ */


@media(max-width:1575px){
	.caption-text .caption-headline {
		font-size: 34px;
	}
	.caption-text {
		width: 340px;
	}
	

}

@media only screen and (max-width: 1366px) {
    
.top-nav-wrapper {
    width: 1350px;
}


}

@media(max-width:1340px){
	.caption-text {
		width: 240px;
		padding-top: 10px;
	}
	.banner-procedures .carousel-caption {
		top: 10%;
	}
	.banner-procedures .caption-text {
		width: 340px;
	}
	.banner-procedures .caption-img {
		width: 400px;
	}
	.vid-banner-container .caption-text .caption-headline {
		font-size: 27px;
	}
	.banner-nass ul {
		font-size: 18px;
	}
	.top-nav-wrapper {
    width: 100%;
    }
}



@media(max-width:1200px){
    
    .caption-text-first-banner .caption-headline {
        font-size: 24px;
    }
	.caption-video iframe {
		width: 400px !important;
		height: 255px !important
	}
	.caption-video {
		width: 440px;
	}
	.caption-text {
		padding-top: 0;
	}
	.caption-text .caption-headline {
		margin-top: 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding: 25px 7px;
	}
	.header-questions-btn a { 
		font-size: 23px;
	}
	.header-questions-btn a span {
		font-size: 15px;
	}
	.entry-content {
		padding-right: 15px;
	}
	.sidebar {
		padding-left: 40px;
	}
	.procedures-box {
		padding: 0 5px;
	}
	.procedures-box h3 {
		font-size: 16px;
	}
	.procedures-box img.head-curve {
		margin-bottom: -14px;
	}
	.procedures-text {
		min-height: 486px;
	}
	.procedures-area-wrapper h2, .stem-cells-main-text h2 {
		font-size: 42px;
	}
	.stem-cell-video-content img {
		max-width: 100%;
	}
	.stem-cell-contact-info p:first-child + p {
		font-size: 20px;
	}
	.stem-cell-contact-info p:first-child + p + p {
		font-size: 16px;
	}
	#stem-cell-consultation-btn {
		font-size: 14px;
	}
	.stem-cell-video-content p {
		font-size: 15px;
	}
	.vid-banner-container {
		top: 70px;
	}
	.banner-procedures .carousel-caption {
		top: 16%;
	}
	.banner-procedures .caption-img {
		width: 350px;
	}
	.banner-procedures .caption-text .caption-headline {
		font-size: 22px;
	}
	
	

}
@media(max-width:1050px){
.banner-pic-caption .caption-img {
    position: initial;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}


	.caption-text {
		float: none;
		width: 100%;
	}
	.caption-text .btn {
		display: none;
	}
	.caption-video {
		float: none;
		margin: 0 auto;
	}
	.caption-video .btn {
		display: block;
		width: 200px;
		margin: 10px auto 0;
	}
	.vid-banner-container {
		top: 15px;
	}
	.caption-text .caption-headline {
		font-size: 26px;
		margin-bottom: 0;
		text-align: center;
	}
	.vid-banner-container .caption-text .caption-headline {
		font-size: 24px;
	}
	.caption-text .caption-headline + p {
		margin-bottom: 10px;
		text-align: center;
	}
	.banner-nass .caption-text {
		width: 100%;
		padding-top: 30px;
	}
	.banner-nass .caption-text .caption-headline {
		font-size: 34px;
		margin-bottom: 15px;
	}
	.banner-nass .caption-video {
		display: none;
	}
	.banner-nass .caption-text img {
		display: block;
		margin: 20px auto 0;
		width: auto;
	}
	.banner-nass li {
		font-size: 16px;
	}
	.banner-inspired .carousel-caption {
		width: 55%;
		top: 5%;
	}
	.banner-inspired {
		background-position: -240px 0;
	}
	.banner-procedures .caption-text {
		width: 100%;
	}
	.banner-procedures ul {
		margin-left: -20px;
	}
	.banner-procedures li{
		font-size: 14px;
	}
	.banner-procedures .caption-img {
		margin-right: -20px;
		width: 300px;
		top: 80px;
	}
	
	
}

@media(max-width:1200px) and (min-width:993px){

	.physicians-page-box h2 {
		font-size: 20px;
	}
	.physicians-page-box .title {
		font-size: 16px;
	}
	.physicians-page-box .title + p {
		font-size: 14px;
	}
	body.page-id-142 .entry-content > ul {
		margin-right: 45px;
	}
	.navbar-default .navbar-nav>li.menu-item-has-children>a {
		margin-right: 8px;
	}
	.entry-content .surgical-procedures-list > ul {
		width: 31%;
		margin-right: 2%;
	}
	.entry-content .surgical-procedures-list > ul > li:first-child > a {
		font-size: 14px;
	}
	.office-beverly { 
		margin-left: 0;
		margin-top: 20px;
		float: none;
	}
	

}

@media(max-width:992px){

	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 5px 30px;
	}
	.navbar .nav, .navbar .nav > li {
		padding: 10px 0;
	}
	.sub-menu {
		top: 50px;
	}
	.navbar-default .navbar-nav>li.menu-item-has-children>a {
		background-position: right 17px;
		margin-right: 30px;
	}
	#header-phone-box {
		float: right;
		padding: 0 45px 10px 30px;
		margin-bottom: 0;
		border-right: 1px solid #d1d1d1;
	}
	.header-questions-btn a {
		width: 215px;
		margin-left: 30px;
	}
	.header-logo-box {
		text-align: center;
	}
	#top-logo {
		display: inline-block;
		margin-bottom: 0;
	}
	#top-logo img {
		border-bottom: 1px solid #D1D1D1;
		padding-bottom: 35px;
	}
	#top-home-icon {
		margin: -30px auto 0 auto;
	}
	.header-phone {
		padding-right: 0;
	} 
	.logo-area-wrapper {
		padding-bottom: 25px;
	}
	.sidebar {
		padding-top: 35px;
		padding-left: 15px;
		margin-top: 30px;
		border-top: 1px solid #d1d1d1;
	}
	.home-meet-drs-btn {
		width: 350px;
		margin: 0 auto;
	}
	.home-dr-box{
		width: 350px;
		margin: 0 auto 6px;
	}
	.procedures-box img.head-curve {
		display: none;
	}
	.procedures-text { 
		min-height: 0;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.procedures-box img {
		float: left;
		width: 160px;
		margin: 5px 15px 5px 5px;
	}
	.procedures-text p {
		text-align: left;
	}
	.procedures-text a {
		float: left;
		position: static;
	}
	.stem-cell-content {
		padding-right: 15px;
	}
	.stem-cells-main-text p {
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	.stem-cell-content h3 {
		margin-top: 10px;
	}
	#stem-cell-consultation-btn {
		width: 190px;
		margin-top: 20px;
	}
	.stem-cell-video-content p:first-child {
		margin-top: 30px;
		border-top: 1px solid #d1d1d1;
		padding-top: 25px;
	}
	.parent-page-wrapper h1 ~ p {
		width: 100%;
	}
	.child-page-wrapper {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.banner-video-caption {
		float: none;
		width: 100%;
		text-align: center;
		left: auto;
		right: auto;
		padding-bottom: 0;
	}
	.banner-video-caption .carousel-headline {
		margin-bottom: 10px;
	}
	.carousel-headline {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.stem-cell-vid-banner {
		float: none;
		margin: 0 auto;
		display: block;
		width: 297px;
		height: 197px
	}
	.vid-banner-container {
		padding-top: 5px;
	}
	.stem-cells-main-text img { 
		margin-bottom: 15px;
	}
	.procedures-text a.procedures-read-more { 
		position: static;
		float: left;
	}
	.banner-nass li {
		font-size: 14px;
	}
	.banner-nass .caption-text .caption-headline {
		font-size: 24px;
	}
	.content-area {
		padding-right: 15px;
	}
	.featured-mobile {
		display: block;
	}
	.excerpt-img {
		display: none;
	}



}

@media(min-width:768px) and (max-width:991px) {

	.sidebar-box {
		float: left;
		width: 48%;
		margin-left: 10px;
	}
	.sidebar-box:first-child {
		margin-left: 0;
	}

}


/*Video by MT*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media(max-width:767px){
	
	.top-nav-wrapper {
	    background-color: #4b4b4b;
	    position: relative;
	}
	
	.slider-caption {
	    top: 160px;
	}
	
	.slider-caption h2 {
	    font-size: 7vw;
	}
	
	.slider-caption h4 {
	    font-size: 3.5vw;
	    letter-spacing: 1px;
	}
	
    .collapse.navbar-collapse.full-top {
        float: none;
        margin-left: -15px;
        position: inherit;
        top: inherit;
}
.cta-buttons {
    display: block;
    float: none;
}
	
	.caption-headline-full-width {
		font-size: 24px;
		padding-top: 10px;
	}
    
    .nass {
        margin-top: 500px;
    }
    
.img-border img {
    width: 148px;
    border:15px solid #fff;
}
	
	body {
		font-size: 16px;
		width:100%;
	}
	
	
	h2 {
		font-size: 22px;
	}
	.navbar-toggle {
		float: left;
		margin-left: 15px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.navbar-default .navbar-toggle {
		color: #fff;
		border: 0;
		background-color: #258c9e;
	}
	
	
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    }
	
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
		background-color: #258c9e;
	}
	.navbar .nav, .navbar .nav > li {
		display: block;
		text-align: left;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
		background-color: #727272;
		border: 0;
	}
	.navbar-default .navbar-nav>li.menu-item-has-children>a {
		background-position: right center;
	}
	.navbar-default .navbar-nav>li {
		background-image: none;
		border-bottom: 1px solid #868686;
	}
	.sub-menu {
		display: block;
		position: static;
		width: 100%;
		box-shadow: none;
		padding: 10px;
		-moz-box-shadow: none;
  		-webkit-box-shadow: none;
  		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
	}
	.navbar-default .navbar-nav>li:first-child>a {
		padding: 15px;
	}
	.navbar-default .navbar-nav>li>a { 
		padding: 15px;
	}
	#top-logo {
		display: block;
	}
	#top-logo img {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#top-home-icon {
		display: none;
	}
	.header-logo-box {
		padding-right: 15px;
		padding-left: 15px;
	}
	.header-phone {
		text-align: center;
		padding-right: 15px;
	}
	#header-phone-box { 
		display: none;
	}
	.header-questions-btn a {
		margin: 0 auto;
	}
	.entry-content-wrapper h1 {
		font-size: 45px;
	}
	
	.home-headline h1{
    font-size:45px;
	    
	}


    .procedures-header h2, .jet-bg h2{
    font-size:45px;
        
    }


    .home-headline h1{
    font-size:45px;
    
    }
    
    h1.home-headline{
    font-size:37px;
    
    }
	
	
	p.subhead {
		font-size: 18px;
	}
	.procedures-area-wrapper h2, .stem-cells-main-text h2 {
		font-size: 38px;
		margin-top: 10px;
	}
	.procedures-subheadline + p {
		padding: 0 0 40px;
	}
	#stem-cell-consultation-btn {
		float: none;
		margin: 20px auto 0;
	}
	.stem-cell-contact-info p:first-child, .stem-cell-contact-info p:first-child + p, .stem-cell-contact-info p:first-child + p + p {
		text-align: center;
	}
	.parent-page-wrapper {
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.parent-page-wrapper h1, .child-page-name {
		font-size: 38px;
	}
	.child-page-box {
		margin: 35px 10px 0;
	}
	.child-page-left-content h1 {
		font-size: 28px;
	}
	.vid-banner-container {
		left: 10%;
		right: 10%;
	}
	.caption-video {
		width: 297px;
	}
	.caption-video iframe {
		width: 297px !important;
		height: 197px !important;
	}
	.vid-banner-container {
		top: 11px;
	}
	.carousel {
		height: 350px;
	}
	.carousel .item {
		height: 350px;
		background-size: auto 100%;
	}
	.mobile-phone-num {
		
	}
	.physicians-page-box {
		padding: 15px;
	}
	.physicians-page-box img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.physicians-page-box h2, .physicians-page-box .title {
		text-align: center;
	}
	.physicians-page-box a {
		position: static;
		margin: 0 auto;
		display: block;
	}
	.physicians-page-box .title + p {
		margin-top: 15px;
	}
	.banner-inspired .carousel-caption {
		width: auto;
		top: 5%;
		left: 15%;
		text-align: center;
	}
	.banner-inspired .caption-headline {
		font-size: 32px;
	}
	.banner-nass .caption-video {
		display: none;
	}
	.banner-nass .caption-text {
		padding-top: 15px;
	}
	.banner-nass .caption-text .caption-headline, .banner-nass .caption-text .caption-headline + p {
		text-align: center;
	}
	.banner-nass .caption-text img {
		display: none;
;
	}
	.stem-cell-contact-info {
		margin-top: 15px;
	}
	.entry-content .surgical-procedures-list > ul {
		width: 100%;
		float: none;
	}
	.office-beverly, .office-santa {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.office-beverly { 
		margin: 20px auto 0;
	}
	.banner-procedures .caption-img {
		display: none;
	}
	.banner-procedures ul {
		margin-left: 0;
		margin-top: 20px;
	}
	.banner-procedures .carousel-caption {
		top: 9%;
	}
}

@media(max-width:615px){
	.caption-text .caption-headline {
		margin-bottom: 10px;
	}	
	body.page-id-142 .entry-content > ul {
		float: none;
		margin-bottom: 0;
	}
	.caption-text .caption-headline + p {
		display: none;
	}
	.banner-nass .caption-text .caption-headline + p {
		display: block;
	}
	.banner-inspired .testimonial {
		font-size: 14px;
	}
}

@media(max-width:580px){

	.entry-content-wrapper {
		padding: 15px 0 30px;
	}
	.breadcrumb {
		margin-bottom: 20px;
	}
	.parent-page-wrapper h1, .child-page-name {
		font-size: 32px;
		margin-top: 10px;
	}
	.procedures-area-wrapper {
		padding: 15px 0 20px;
	}
	.procedures-text p {
		font-size: 14px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.procedures-text a {
		margin-left: 5px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.procedures-subheadline {
		width: 80%;
	}
	.procedures-subheadline br {
		display: none;
	}
	.procedures-subheadline + p {
		padding: 0 0 30px;
		margin-bottom: 35px;
	}
	.procedures-open-quote {
		left: -30px;
	}
	.stem-cells-area-wrapper {
		padding: 15px 0 30px;
	}
	.stem-cells-main-text p {
		padding-bottom: 30px;
	}
	.child-page-box {
		min-height: 260px;
	}
	a.sub-featured-image {
		display: none;
	}
	.child-page-left-content .featured-img {
		display: none;
	}
	.double-line {
		margin-bottom: 25px;
	}
	.sidebar label {
		display: none;
	}
	.banner-nass .caption-text .caption-headline {
		font-size: 22px;
	}
	.banner-inspired {
		background-position: -470px center;
	}
	.banner-inspired .caption-headline {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.banner-inspired .testimonial {
		line-height: 1.1em;
	}
	.banner-inspired .carousel-caption {
		top: 0;
	}
	.stem-cells-main-text img {
		float: none;
		display: block;
		margin: 0 auto 15px;
		padding-right: 0;
	}
	.dr-bae-mobi-c { width: 165px; }

}

@media(max-width:479px){

	.child-page-box {
		width: 262px;
		margin: 20px 0 0;
	}
	.child-page-box h2 {	
		font-size: 16px;
	}
	.stem-cell-vid-banner {
		width: 238px;
		height: 134px;
	}
	.carousel-headline {
		font-size: 30px;
	}
	.caption-video {
		width: 227px;
	}
	.caption-video iframe {
		width: 227px !important;
		height: 158px !important;
	}
	.parent-page-content {
		padding-top: 10px;
	}
	.vid-banner-container { 
		top: 22px;	
	}
	.banner-doctors { 
		background-position: -650px center;
	}
	.banner-nass .caption-text {
		padding-top: 20px;
	}
	.vid-banner-container .caption-text .caption-headline {
		font-size: 22px;
	}
	.banner-procedures .carousel-caption {
		top: 3%;
	}
	.banner-nass .caption-text {
		padding-top: 0;
	}
	.banner-nass li {
		line-height: 1.2em;
	}
	.banner-nass .caption-text .caption-headline {
		font-size: 17px;	
	}

}

@media(max-width:420px){

	.logo-area-wrapper { 
		padding-top: 5px;
	}
	#top-logo img { 
		padding: 5px 15px 20px 15px;
	}
	.procedures-box img {
		float: right;
	}
	.procedures-text p {
		padding-left: 10px;
	}
	.procedures-box img {
		margin: 5px;
	}
	.entry-content-wrapper h1 {
		font-size: 40px;
	}
	.procedures-area-wrapper h2, .stem-cells-main-text h2 {
		font-size: 32px;
	}
	.procedures-area-wrapper {
		padding: 15px 0;
	}
	.entry-content-wrapper {
		padding: 15px 0 25px;
	}
	.home-dr-box, .home-meet-drs-btn {
		width: 100%;
	}
	.home-dr-box .dr-name {
		font-size: 14px;
		font-weight: 700;
	}
	.home-dr-info {
		padding-top: 9%;
	}
	#dr-kim.home-dr-box .home-dr-info, 
	#dr-vahedifar.home-dr-box .home-dr-info, 
	#dr-kamrava.home-dr-box .home-dr-info {
		padding-top: 11%;
	}
	.stem-cells-area-wrapper { 
		padding: 10px 0px 35px;
	}
	.procedures-area-wrapper { 
		padding: 5px 0;
	}


}

label label {
	font-weight: 100;
	margin-left: 10px;
}

label label:first-child {
	margin-left: 10px;
}
.insured{ display:none;}
.breadcrumb a{
	font-weight:bold;
	
	
}


/* Start Media Quaries updated
==================================== */
@media only screen and (min-width: 992px) and (max-width:1199px) {
  .slider-caption h2.caption-green {
    margin-top: 40px;
}

}

@media only screen and (max-width: 991px) { 	
	.slider-caption h2.caption-green {
    margin-top: 20px;
    }
    
.page-not-found p img{

margin-top:110px;

}

}

@media only screen and (max-width: 768px) {
		.slider-caption h2.caption-green {
    margin-top: 20px;
    }	
    	.slider-caption h2.caption-green {
    margin-top: 40px;
    }
    .slider-caption {
    padding: 30px;
    text-align: center;
    }
    .entry-content-wrapper{
        text-align: center;
    }
    .procedures-header {
    text-align: center;
}
.jet-bg{
    text-align:center;
}
.superdoctors {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}
/* Procedures Area Styles */

.cervical-bg {
    padding: 50px 0 150px;
}

.jet-bg {
    padding: 50px 0 150px;
}

.procedures-bg {
    padding: 50px 0 150px;
}
.style-pad{
    padding: 0 0px 50px 0 !important;
}
.copy-right{
    text-align:center;     
}
.privacy-policy{ 
    display:block;  
    text-align:center;
}
.middle-link h3{
   height: 105px;  
}
   
    
}

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

@media only screen and (max-width: 480px) {
 .display-full {
  float:none !important;
  width:100% !important;
  margin:0 auto !important; 
 }
 .schedule-button a { 
    font-size:15px;
} 

.home-headline h1 {
    font-size: 37px; 
}

.procedures-header h2, .jet-bg h2{
    font-size:37px;
    
}


.logoarea-cta-btn-2 a {
    font-size: 14px;
    width: 236px;
    font-weight: bold; 
}
.slider-caption h2 {
    margin-top: 66px;
}
.slider-caption h2.caption-green {
    margin-top: 20px;
}
 	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}

@media (-webkit-max-device-pixel-ratio) {
 
}
/* ========================= XXX ========================= XXX ========================= */
/* ========================= XXX ========================= XXX ========================= */
