/*
Theme Name:     Hustle Child
Description:    Child Them for Dr. Maroon
Author:         Checkerboard
Template:       hustle

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../hustle/style.css");



/* ---------------------------------------------------------------------- */
/*	Generic Classes
/* ---------------------------------------------------------------------- */

.hidden, .wpcf7-display-none { display: none; }

.disabled { cursor: auto; }

.screenreader { clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); /* Fallback for old IE */ position: absolute; }

.align-center, .aligncenter { margin-left: auto; margin-right: auto; text-align: center; }

.align-left, .alignleft { float: left; }

	img.align-left, img.alignleft  { margin-bottom: 15px; margin-right: 15px; }

.align-right, .alignright { float: right; }

	img.align-right, img.alignright { margin-bottom: 15px; margin-left: 15px; }

/* Wordpress required classes */

.bypostauthor {}
.sticky {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}



/*----------------------General--------------------------*/

#content.col-full {
max-width: 68em;
}

#wrapper header h1 {
color: #999999;
font-size: 3em;
text-transform: uppercase;
line-height: 1em;
margin-bottom: 0.327em!important;
}

#wrapper h1,#wrapper h2,#wrapper h3{
font-family:'montserrat',sans-serif;
}

.ui-tooltip {
    padding: 5px 10px;
top:-20px;
    color: white;
    font: bold 14px "Montserrat", Sans-Serif;
    text-transform: uppercase;
font-weight:bolder;
background:#656667;
position:absolute;
top:30px;
width:auto;
margin-right:-20px;
}
.ui-tooltip:after{
content:"";
position:absolute;
bottom:-5px;
right:10px;
width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #656667;
}

a span {
font-family: "FontAwesome", Arial, Helvetica, sans-serif;
}
ul a span {
font-family: Arial, Helvetica, sans-serif;
}
/*-------Headings-----*/
.entry h2 {
text-transform: uppercase;
font-size: 3em;
margin-bottom: 5px;
color: #666;
}
.entry h4 {
font-size: 2em;
font-family: "Montserrat" sans-serif;
text-transform: uppercase;
color: #999;
margin-bottom: 0px;
}
.entry h5 {
font-family: 'Oswald', sans-serif;
font-size: 1.5em;
color: #696969;
text-transform: uppercase;
margin-bottom: 0px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
font-family: "Montserrat", sans-serif;
}

.news-wrap {
border-top: 1px solid #c9c9c9;
padding-top: 10px;
position:relative;
}
.news-wrap a {
display: block;
color: #999;
}
.news-wrap a:hover {
text-decoration: none;
opacity: 0.8;
}
.news-wrap a:hover:before{
margin: 1px 3px 0 2px;
}
.news-wrap a:before {
content: "";
position: relative;
font-family: "FontAwesome";
margin: 1px 5px 0 0;
color: #999;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
}
.block-chev {
background-color: #2180ea;
color: #fff;
margin:0 5px 5px 0;
font-family: "montserrat" sans-serif;
text-transform: uppercase;
padding: .2em 2em .2em .5em;
position:relative;
display:inline-block;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.block-chev-inline {
background-color: #2180ea;
color: #fff;
margin:0 5px 5px 0;
font-family: "montserrat" sans-serif;
text-transform: uppercase;
padding: .3em 2em .3em .5em;
position:relative;
display:inline;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.block-chev:hover{
color:#fff;
text-decoration:none;
}
.block-chev-inline:hover{
color:#fff;
text-decoration:none;
}
.block-chev-inline:after {
content: "";
font-family: "FontAwesome";
right: 8px;
position: absolute;
top: 3px;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
}
.block-chev:after {
content: "";
font-family: "FontAwesome";
margin-left: 5px;
position: absolute;
top: 4px;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865);
-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
-o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865);
}
.block-chev:hover:after {
margin-left: 8px;
}
.block-chev-inline:hover:after {
right: 5px;
}

.news-more {
position: absolute;
top: -1.8em;
left: 8em;
}
.news-more:before{
display:none;
}
/*---------------------HEADER--------------------------*/
#wrapper #header{
margin: 0 -1.618em 3.854em;
max-width: inherit;
width: inherit;
border-bottom:5px solid #2180ea;
}

#wrapper #header #logo {
border:none;
padding:0;
position: absolute;
bottom: 0px;
}

#cta-nav-wrapper{
float:right;
width:auto;
margin:0 0 20px;
}

.head-wrap {
width: 75.998em;
margin: 65px auto;
}

#wrapper .home-section#intro-message {
margin-top: 0;
padding: 0;
}

#wrapper .home-section#intro-message header h1{
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
color:#acacad;
font-size:4.547em;
}



/*----------------------NAVIGATION---------------------*/

@media only screen and (min-width: 768px){
	
	body {
		overflow-x: hidden;
	}
	
	header #navigation {
		clear:right;
	}
	
	#header #navigation ul.nav li {
		margin-left:0;
		position:relative;
	}

	#header #navigation ul.nav > li > a {
		padding: 5px 30px 0;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		font-size: 1em;
		color: #747474;
		border: none;
	}
	
	/*#wrapper #navigation ul.nav > li > a:hover:after,
	#wrapper #navigation ul.nav > li.current_page_item > a:after,
	#wrapper #navigation ul.nav li.current_page_ancestor > a:after,
	#wrapper #navigation ul.nav li.current_menu_ancestor > a:after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #FFFFFF;
		content: "";
		height: 0;
		left: 50%;
		position: absolute;
		top: 27px;
		width: 0;
		z-index: 101;
	}*/
	#wrapper #navigation ul.nav > li > a:hover:after,
	#wrapper #navigation ul.nav > li.current_page_item > a:after,
	#wrapper #navigation ul.nav li.current_page_ancestor > a:after,
	#wrapper #navigation ul.nav li.current_menu_ancestor > a:after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #2180ea;
		content: "";
		height: 0;
		left: 50%;
		position: absolute;
		top: 2px;
		width: 0;
		z-index: 101;
	}
	/*#wrapper #navigation ul.sub-menu > li.current_page_item > a:after{
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #2180ea;
		content: "";
		height: 0;
		left: 50%;
		position: absolute;
		top: 32px;
	}*/
	
	#header #navigation ul.nav li ul:before {
		content: '';
		display: block;
		height: 34px;
		background: #2180EA;
		position: absolute;
		left: -9999px;
		right: -9999px;
		z-index: -1;
	}
	
	#wrapper #navigation ul.nav li:hover > a,
	#wrapper #navigation ul.nav li a:hover,
	#wrapper #navigation ul.nav li a:hover ul.sub-menu {
		color: #fff;
		background: #2180EA;
		z-index: 100;
	}
	
	body #wrapper #navigation ul.nav ul.sub-menu {
		/*margin: 0 0 0 30px;*/
		margin: 0 0 0 18px;
		border: 0;
		background: #2180EA;
		position: absolute;
		left: 0;
		width: 615px;
	}
	
		#wrapper #navigation ul.nav li#menu-item-77 ul.sub-menu {
		left: -185px;
		}
	
		#wrapper #navigation ul.nav li#menu-item-76 ul.sub-menu {
		left: -359px;
		}
		
	
	#wrapper #navigation ul.nav ul.sub-menu li {
		margin: 0;
		padding: 0;
		border: 0;
		float: left;
	}
	
	
	#header #navigation ul.nav li ul li a:before {
		content: "|";
		margin-right: 1em;
		color: #9BC7FF;
	}
		#header #navigation ul.nav li ul li:first-child a:before {
			content: "";
			margin-right: 0;
		}
	
	#wrapper #navigation ul.nav li ul li a {
		color: #9BC7FF;
		padding: .53em 1em 0 0;
	}
	
	#wrapper #navigation ul.nav li.current_page_item > a,
	#wrapper #navigation ul.nav li.current_menu_item > a,
	#wrapper #navigation ul.nav li.current_page_parent > a {
		color: #fff !important;
		background: #2180EA;
		z-index: 99;
	}
	body #wrapper #navigation ul.nav li.current_page_parent > a {
	background: transparent;
	color: #2180ea!important;
	}
	
	#wrapper #navigation ul.nav li.current_page_ancestor ul.sub-menu,
	#wrapper #navigation ul.nav li.current_menu_ancestor ul.sub-menu, #wrapper #navigation ul.nav li.current_page_item > ul.sub-menu {
		background: #2180EA;
		z-index: 99;
		visibility: visible;
		margin-top: 0;
		opacity: 1;
	}
	
	/*--- ANIMATION FX ----*/
	#wrapper #navigation ul.nav:hover ul.sub-menu {
		height: 34px;
		opacity: 1;
		
	}
	#wrapper #navigation ul.nav ul.sub-menu {
		height: 0;
		opacity: 0;
		-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
		   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
			-ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
			 -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
				transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
		   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
			-ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
			 -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
				transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */	
	}
	
}

/*---- CTA NAVIGATION ----*/

#cta-nav-wrapper {
float: right;
width: auto;
margin: 0 0 25px;
position:relative;
}

ul#cta-nav{
position:relative;
}

ul#cta-nav > li {
width: 40px;
height: 40px;
float: left;
list-style: none;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
background-color: #2180ea;
position:absolute;
-webkit-transition: all 100ms cubic-bezier(0.725, 0, 0.355, 1); /* older webkit */
-webkit-transition: all 100ms cubic-bezier(0.725, -0.570, 0.355, 1.650); 
   -moz-transition: all 100ms cubic-bezier(0.725, -0.570, 0.355, 1.650); 
    -ms-transition: all 100ms cubic-bezier(0.725, -0.570, 0.355, 1.650); 
     -o-transition: all 100ms cubic-bezier(0.725, -0.570, 0.355, 1.650); 
        transition: all 100ms cubic-bezier(0.725, -0.570, 0.355, 1.650); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.725, 0, 0.355, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.725, -0.570, 0.355, 1.650); 
   -moz-transition-timing-function: cubic-bezier(0.725, -0.570, 0.355, 1.650); 
    -ms-transition-timing-function: cubic-bezier(0.725, -0.570, 0.355, 1.650); 
     -o-transition-timing-function: cubic-bezier(0.725, -0.570, 0.355, 1.650); 
        transition-timing-function: cubic-bezier(0.725, -0.570, 0.355, 1.650); /* custom */
}


/*ul#cta-nav > li:hover{
width: 45px;
height: 45px;
}*/

ul#cta-nav li:hover {
/*-webkit-transform: scale(1.2,1.2);
-moz-transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);
transform: scale(1.2,1.2);*/
opacity: 0.8;
}
.bio span {
background-image: url("/wp-content/themes/hustle-child/images/bio-icon.png");
width: 40px;
height: 40px;
display: block;
}
.locations span {
background-image: url("/wp-content/themes/hustle-child/images/location-icon.png");
width: 40px;
height: 40px;
display: block;
}
.schedule span {
background-image: url("/wp-content/themes/hustle-child/images/calendar-icon.png");
width: 40px;
height: 40px;
display: block;
}

ul#cta-nav .bio {
right: 100px;
}

ul#cta-nav .locations {
right: 50px;
}

ul#cta-nav .schedule{
right:0px;
}


/*------------------------Body----------------------*/


.slider-pagination-thumbnails.slides > li {
opacity: 0.4;
}

.slider-pagination-thumbnails.slides .flex-active-slide{
opacity:1;
}


/*====Intro MSG======*/
#wrapper .home-section#intro-message{
border:none;
margin-bottom:0;
}

#intro-message .button,#intro-message p{
display:none;
}



/*--- FLEX SLIDER MODS --- all of this applies to 320px wide and up. anything in @media queries below overrides this ---*/

.flexslider .has-slide-background .slide-content h1, .flexslider .has-slide-background .slide-content h2 {
    color: #FFFFFF;
    font-family: 'montserrat',sans-serif;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}


.slider-pagination-thumbnails.slides li {
margin: 10px 54px;
cursor: pointer;
}

#wrapper .flexslider {
margin: 0 0 25px;
}
#wrapper .flexslider .has-slide-background .slide-content {
background: rgba(33, 128, 234, 0.75);
text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.slide-title {
font-family: "montserrat", sans-serif;
text-align: center;
width: 150px;
text-transform: uppercase;
color: #939393;
font-weight: bolder;
font-size: 1.2em;
line-height:1;
margin-top:12px;
}

.slide-title:hover {
text-decoration: none;
color: #2180ea;
}

.slider-pagination-thumbnails.slides li:hover .slide-title{
color:#2180ea;
}

.slider-pagination-thumbnails.slides li a:hover {
text-decoration: none;
}

.flexslider .slides .slide-media {
	max-height: 500px;
	overflow: hidden;
}
.slider-pagination-thumbnails.slides li div {
    width: 150px;
}



#wrapper .flexslider .slides > li {
/*display: inline-block;*/
vertical-align: top;
}
#wrapper .flexslider .slider-pagination-thumbnails img {
border-radius: 100%;
}

#wrapper .flex-direction-nav a:before, #wrapper .flex-direction-nav a:after{
color:#2180ea;
}

#wrapper .home-section.flexslider{
margin-bottom:2em;
}

#wrapper .home-section {
margin-bottom: 4em;
}

.chevron {
font-family: "FontAwesome";
color: white;
position: absolute;
bottom: 0;
right: 1.5em;
font-size: 2em;
text-shadow: 1px 1px 1px rgba(0,0,0, 0.7);
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}

.chevron:hover {
text-decoration: none;
color: #fff;
text-shadow: none;
right: 1.3em;
}

@media only screen and (min-width: 320px) and ( max-width: 599px) {
	body #content.page .wooslider .overlay-full .slide-excerpt {
		position: relative;
		top: 0px !important;
		font-size: 70%;
		width: auto;
	}
}

@media only screen and (min-width: 320px) and ( max-width: 767px) {
	body #wrapper #promotion.home-section,
	body #wrapper #blog-posts.home-section {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and ( max-width: 1063px) {
	body #wrapper #promotion.home-section {
		width: 50%;
	}
	body #wrapper #blog-posts.home-section {
		width: 40%;
	}
}

@media only screen and (min-width: 320px){
	.head-wrap {
		width: 100%;
		margin: 40px auto;
	}
	#cta-nav-wrapper {
		display: none;
	}
	.home-section > header {
    	font-size: 60%;
	}
	#content .maroon-me {
		display: none !important;
	}
	
	.post-56 .pro-block .img-title, .post-58 .pro-block .img-title {
		height: 120px !important;
		width: 60px;
	}
	.post-56 .pro-block .img-title .procedure-title, .post-58 .pro-block .img-title .procedure-title {
		display: block;
		width: 40px;
		font-size: 70%;
	}
}
@media only screen and (min-width: 480px){
	.home-section > header {
    	font-size: 90%;
	}
	.slider-pagination-thumbnails.slides li {
		margin: 10px 24px;
	}
	.post-56 .pro-block .img-title, .post-58 .pro-block .img-title {
		height: 200px !important;
		width: 100px;
	}
	.post-56 .pro-block .img-title .procedure-title, .post-58 .pro-block .img-title .procedure-title {
		display: block;
		width: 80px;
		font-size: 90%;
	}
}
@media only screen and (min-width: 600px){
	.home-section > header {
    	font-size: auto;
	}
	.slider-pagination-thumbnails.slides li {
		margin: 10px 54px;
	}
	.post-56 .pro-block .img-title, .post-58 .pro-block .img-title {
		height: 240px !important;
		width: 120px;
	}
	.post-56 .pro-block .img-title .procedure-title, .post-58 .pro-block .img-title .procedure-title {
		display: block;
		width: 100px;
		font-size: 90%;
	}
}
@media only screen and (min-width: 640px){
	.slider-pagination-thumbnails.slides li {
		margin: 10px 64px;
	}
}
@media only screen and (min-width: 768px){
	#cta-nav-wrapper {
		display: block;
	}
	
	#header #navigation ul.nav > li > a {
    	font-size: 0.9em;
    	padding: 5px 5px 0;
	}
	#header #navigation ul.nav li ul li a:before {
		margin-right: .5em !important;
	}
	#wrapper #navigation ul.nav li ul li a {
		padding-right: .5em !important;
	}
	#wrapper #navigation ul.nav li#menu-item-76 ul.sub-menu {
    	left: -380px;
	}
	#wrapper #navigation ul.nav li#menu-item-77 ul.sub-menu {
    	left: -120px;
	}
	#wrapper #navigation ul.nav li#menu-item-79 ul.sub-menu {
    	left: -190px;
	}
	
	.slider-pagination-thumbnails.slides li {
		margin: 10px 94px;
	}
	
	.flexslider .has-slide-background .slide-content h1, .flexslider .has-slide-background .slide-content h2 {
    color: #FFFFFF;
    font-family: 'montserrat',sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 0.2em;
    text-transform: uppercase;
	}

	.flexslider .slides li.flex-active-slide a .slide-title {
		color: #2180EA;
	}
	.flexslider .slides > li {
		display:none;
	}
	
	#wrapper .flexslider .has-slide-background .slide-content {
	position: absolute;
	left: inherit;
	top: 2em;
	bottom:inherit;
	right: 0;
	min-width: 400px;
	max-width: 500px;
	text-align: left;
	}
	
	.post-56 .pro-block .img-title, .post-58 .pro-block .img-title {
		height: 150px !important;
		width: 150px;
	}
	.post-56 .pro-block .img-title .procedure-title, .post-58 .pro-block .img-title .procedure-title {
		display: block;
		width: 130px;
		font-size: 100%;
	}
}
@media only screen and (min-width: 1024px){
	.head-wrap {
		width: 100%;
		margin: 65px auto;
	}
	#header #navigation ul.nav > li > a {
    	font-size: 1em;
    	padding: 5px 30px 0;
	}
	#wrapper #navigation ul.nav ul.sub-menu {
		width: 610px;
	}
	#header #navigation ul.nav li ul li a:before {
		margin-right: 1em !important;
	}
	#wrapper #navigation ul.nav li ul li a {
		padding-right: 1em !important;
	}
	#wrapper #navigation ul.nav li#menu-item-76 ul.sub-menu {
    	left: -390px;
	}
	#wrapper #navigation ul.nav li#menu-item-77 ul.sub-menu {
    	left: -45px;
	}
	#wrapper #navigation ul.nav li#menu-item-79 ul.sub-menu {
    	left: -60px;
	}
	
	.slider-pagination-thumbnails.slides li {
		margin: 0 42px;
	}
}
@media only screen and (min-width: 1064px) {
	.head-wrap {
		/*width: 75.998em;*/
		width: 1064px;
	}
	#wrapper #navigation ul.nav li#menu-item-76 ul.sub-menu {
    	left: -359px;
	}
	#wrapper #navigation ul.nav li#menu-item-77 ul.sub-menu {
    	left: -185px;
	}
	#wrapper #navigation ul.nav li#menu-item-79 ul.sub-menu {
    	left: auto;
	}
	#content .maroon-me {
		display: inline-block !important;
	}
	.post-56 .pro-block .img-title, .post-58 .pro-block .img-title {
		height: 150px;
		width: 150px;
	}
}

.slide-number-4 .slide-content {
left: 0!important;
}


/*=====Intro paragraph (Promotion)====*/

#wrapper .home-section#promotion {
width: 50%;
padding: 0;
background: none;
display: inline-block;
}

#wrapper #promotion h2 {
font-family: "montserrat", sans-serif;
text-transform: uppercase;
color: #575757;
font-size: 3em;
margin-bottom: 0.1em !important;
}
.home-section#promotion .left-section h2 {
margin: 0 0 1em -3px!important;
}

#promotion .button.alt.large {
padding: 0;
color: #2180ea!important;
background: none;
font-family: "montserrat",sans-serif;
position:relative;
margin-right: 50px;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}

#promotion .button.alt.large:hover{
opacity:0.8;
}

#promotion .button.alt.large:after {
content: ' ';
font-family: "FontAwesome";
position: absolute;
right: -27px;
top: 1px;
-webkit-transition: all 200ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 200ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 200ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 200ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 200ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

}
#promotion .button.alt.large:hover:after{
right: -32px;
}

.maroon-me{
background-image: url("/wp-content/uploads/2013/06/DrMaroon-cutoutsm.png");
width: 181px;
height: 217px;
display: inline-block;
vertical-align: top;
margin-left: -10px;
}

#promotion span {
font-family: "Montserrat",sans-serif;
display: block;
font-size: 1.5em;
text-transform: uppercase;
color: #999;
margin: -17px 0 3px -1px;
}

/*=====Updates=====*/
/*body.home #blog-posts {
display: inline-block;
float: right;
width: 36%;
padding: 15px 25px 15px 25px;
background-color: #2180ea;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position:relative;
margin-left: -20px;
min-height: 217px;
-webkit-box-shadow: 4px 4px 0px rgba(0, 89, 115, 1);
-moz-box-shadow:    4px 4px 0px rgba(0, 89, 115, 1);
box-shadow:         4px 4px 0px rgba(0, 89, 115, 1);
}*/

body.home #blog-posts {
display: inline-block;
float: right;
width: 33%;
padding: 15px 25px 15px 25px;
background-color: #2180ea;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
margin-left: -20px;
min-height: 217px;
-webkit-box-shadow: 4px 4px 0px rgba(0, 89, 115, 1);
-moz-box-shadow: 4px 4px 0px rgba(0, 89, 115, 1);
box-shadow: 4px 4px 0px rgba(0, 89, 115, 1);
}

#blog-posts.home-section img {
display: none;
}

#blog-posts.home-section > header {
text-align: left;
}

#blog-posts.home-section > header h1{
color:#fff;
border-bottom:2px solid #fff;
display:block;
text-align:left;
font-family: 'Oswald', sans-serif;
padding:0 0 10px 0;
font-size:2em;
margin: 0 0 10px 0;
text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

#wrapper .home-section#blog-posts ul li{
width:100%;
margin-bottom:0;
}

#blog-posts.home-section .blog-post p {
display: none;
}

#blog-posts.home-section .blog-post h3 {
font-size: 1em;
text-align: left;
}

#blog-posts.home-section .blog-post h3 a {
color:white;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#blog-posts.home-section .blog-post:hover{
opacity:0.8;
}
#blog-posts.home-section .blog-post a:hover{
text-decoration:none;
}
#blog-posts.home-section .blog-post:before {
content: "";
position: relative;
font-family: "FontAwesome";
float: left;
margin: 1px 3px 0 0;
color: #fff;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#blog-posts.home-section .blog-post:hover:before{
margin:1px 1px 0 2px;
}

#blog-posts:before {
content: "";
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-right: 20px solid #2180ea;
position: absolute;
left: -20px;
}

.blog-more {
float: right;
color: white;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.blog-more:hover {
color: #fff;
text-decoration: none;
opacity: 0.7;
}


/*=============================================Footer==================================*/

#search-3 {
margin-bottom: 1em;
}

.footer-btn {
font-family: "Montserrat",sans-serif;
text-transform: uppercase;
background: rgba(0,0,0,0.2);
display: block;
text-align: center;
padding: .6em 0;
font-size: 1.2em;
text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
font-weight: bold;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}

.footer-btn:hover{
opacity:0.8;
}

#wrapper #footer-widgets {
padding:0;
border-top: none;
}

@media only screen and (min-width: 768px){
body #footer-widgets .block {
margin-right: 10px;
float: left;
}
}

#wrapper #footer {
margin: 0 -1.618em;
padding: 2em 1.618em;
border-top: none;
background-color: #2180ea;
font-family: inherit;
font-weight: inherit;
color:#fff;
/*Possible Fix?
position: absolute;
width: 100%;
clear: both;
top: 100%;*/
}
#wrapper #footer a {
color:#fff;
text-decoration:none;
}
#wrapper #footer h1, #wrapper #footer h2, #wrapper #footer h3, #wrapper #footer h4{
color:#fff;
}
#footer-widgets h3 {
font-size: 1.5em;
}
#footer-widgets .widget .menu-main-menu-container ul li {
padding: 0;
}

#footer-widgets #menu-main-menu > li {
display: inline-block;
vertical-align: top;
margin-right:10px;
}
#footer-widgets #menu-main-menu li > ul {
margin:0;
}
@media only screen and (min-width: 768px){
#footer-widgets.col-3 .block:first-of-type {
width: 42%;
}
}
#footer-widgets h3 {
margin-bottom: 0;
}

#footer-widgets .widget #menu-main-menu a {
font-size: 11px;
font-weight: bolder;
}
#footer-widgets .widget #menu-main-menu ul.sub-menu a {
font-weight: lighter;
}
#footer-widgets .widget #menu-main-menu a{
opacity:0.8;
}
#footer-widgets .widget #menu-main-menu a:hover {
opacity: 1;
}

#footer label.gfield_label {
visibility: hidden;
}
#footer .gform_wrapper .top_label .gfield_label{
display:none;
}

#footer .gform_wrapper{
margin:0;
}
input[type=text], input.input-text, input.txt, input[type=tel], input[type=email] {
border-radius:0;
}

#footer .gform_wrapper input[type=text],#footer .gform_wrapper input[type=url],#footer .gform_wrapper input[type=email], #footer .gform_wrapper input[type=tel], #footer .gform_wrapper input[type=number], #footer .gform_wrapper input[type=password] {
padding: 2px 7px 2px 7px;
color: #999999;
font-style: italic;
}
#footer .gform_footer.top_label {
display: inline-block;
position:relative;
}
#footer .gform_body {
display: inline-block;
}
#footer .gform_wrapper .top_label input.medium, #footer .gform_wrapper .top_label select.medium {
width: 100%;
}
#footer .gform_button {
font-family: "FontAwesome";
}
#footer input[type=submit], #footer input.button{
padding:0;
background:none;
vertical-align:top;
}
#footer .gform_wrapper .gform_footer input.button, #footer .gform_wrapper .gform_footer input[type=submit] {
font-size: 1.5em;
position: relative;
top: 0px;
left: 5px;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}

#footer .gform_wrapper .gform_footer input.button:hover, #footer .gform_wrapper .gform_footer input[type=submit]:hover{
left: 10px;
}

#footer .gform_wrapper .gform_footer {
padding: 0;
margin: 0;
vertical-align:top;
}

#footer .gform_body {
width: 50%;
}

.textwidget .schedule:before {
content:" ";
background-image: url("/wp-content/themes/hustle-child/images/calendar-icon.png");
width: 40px;
height: 45px;
vertical-align: middle;
display: inline-block;
margin-left: -9px;
}
.textwidget .newforms:before {
content:"";
font-family:"FontAwesome";
font-size: 2em;
margin-right:10px;
}

.textwidget .schedule, .textwidget .schedule:before, .textwidget .newforms:before, .textwidget .newforms{
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}

.textwidget .schedule:hover:before {
-webkit-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
/*.textwidget .newforms:hover:before{
font-size:2.3em;
}*/

.textwidget .schedule h3, .textwidget .newforms h3 {
font-size: 1.2em!important;
display: inline;
}
.textwidget .schedule:hover, .textwidget .newforms:hover{
opacity:0.8;
}

.newforms{
position:relative;
}

/*.newforms h3{
margin: 0 0 0 30px;
}*/

.gfield {
margin:0px;
}
#gform_1 {
margin: 0px;
}
#gform_widget-2 {
margin-bottom: 1em;
}
#footer .ginput_container{
margin-bottom:0;
}

#footer #footer-widgets.col-3 .block {
width: auto;
}

.footer-social {
width: 35px;
height: 35px;
background-color: black;
display: inline-block;
opacity: .2;
background-image: url("/wp-content/themes/hustle-child/images/dr-maroon-social-sprite.png");
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}
.footer-social:hover{
opacity:0.4;
}

.footer-social.tw {
background-position: -35px;
}
.footer-social.plus {
background-position: -70px;
}
.footer-social.yt {
background-position: -105px;
}
.footer-social.in {
background-position: -140px;
}
.footer-social.rss {
background-position: -175px;
}

#footer h3 {
text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

#text-2 {
margin-bottom: 0;
}

#text-3 {
margin-bottom: 10%;
}

body .widget.search, body widget_search {
	margin-bottom: 1em;
}
body .widget #searchform {
border-radius: 0;
background: #fff;
}

body .widget #searchform #s {
padding: 2% 5%;
font-style: italic;
}

body #searchform .search-submit, body #searchform #searchsubmit {
opacity: 0.4;
top: 24%;
}


/*===================Patient Story=============*/
.views-template-patient-story #post-author {
display: none;
}

.views-template-patient-story .patient-story header {
display: none;
}

.entry h1 {
color: #999999;
font-size: 5em;
text-transform: uppercase;
line-height: 1em;
}

.story-wrap.right {
display: inline-block;
width: 75%;
vertical-align: top;
float: right;
}

.story-wrap.left {
display: inline-block;
width: 21%;
border-right: 1px solid #999999;
padding: 0 20px 0 0;
font-family: "montserrat", sans-serif;
color:#666;
}

.story-wrap li:before {
content: "";
position: absolute;
left:-18px;
font-family: "FontAwesome";
float: left;
margin: 1px 3px 0 0;
color: #2180ea;
clear:both;
font-weight:bolder;
}
.story-wrap li {
margin-left:18px;
position:relative;
}

.story-wrap ul {
list-style-type: none;
}

.story-wrap.left .attachment-medium.wp-post-image {
height: auto;
}

.story-wrap.left strong{
text-transform:uppercase;
}
.story-wrap.left h2 {
color: #2180ea;
text-transform: inherit;
font-size: 1.618em;
}

.story-wrap.left p, .story-wrap.left ul {
font-size: .8em;
}

.patient-story p:first-of-type {
display: inline-block;
}

.patient-story .entry h1 {
display: inline;
}

.patient-back:before {
content: "";
position: absolute;
font-family: "FontAwesome";
left: -14px;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}

/*.patient-back:hover:before {
left: -17px;
}*/

.patient-back {
margin-left: 20px;
position: relative;
color: #999;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}

.patient-back:hover{
text-decoration:none;
}

/*-------Patient Story Main-------*/

.patient-wrapper > div {
display: inline-block;
vertical-align: top;
width:45%;
}
.patient-wrapper > div:first-child{
margin-right:20px;
}

.patient-wrapper h3 {
color: #666;
text-transform: uppercase;
border-bottom: 2px solid #c6c6c6;
}

#wrapper #main .patient-wrapper ul {
list-style: none;
margin-left: 0;
}

.patient-wrapper ul li {
margin-bottom: 20px;
}

.patient-wrapper .attachment-thumbnail.wp-post-image {
width: 70px;
margin-right: 15px;
}

.patient-wrapper p, .patient-wrapper a {
vertical-align: top;
}
.patient-wrapper li > div {
display: inline-block;
vertical-align: top;
width: 70%;
}
.patient-wrapper p{
margin-bottom:0;
font-style:italic;
color: #999;
}

/*----------------------------------Popups----------------------------*/
.pro-thumb {
display: inline-block;
margin-right: 20px;
}
.pro-desc {
display: inline-block;
width: 73%;
vertical-align:top;
}

.pro-links {
display: inline-block;
width: 150px;
margin-right: 20px;
}

.pro-links a {
display: block;
padding: 2px 5px;
font-family: "montserrat";
font-size: .9em;
}

.see-more {
background-color: #2180ea;
text-transform: uppercase;
color: #fff;
}
.pro-video {
display: inline-block;
vertical-align: top;
}
.pro-desc a {
font-size: 2em;
}

/*
.page-id-58 .pro-block{
border-top: 2px solid #c9c9c9;
padding-top: 20px;
margin-top:-12px;
margin-bottom: 30px;
}

.page-id-58 .pro-block .img-title{
width: auto;
position: relative;
margin: 0 15px;
display: inline-block;
}
*/

.pro-wrap h3 {
font-size: 2em;
color: #999;
text-transform: uppercase;
}
.pro-wrap h4 {
width: 315px;
margin: 0 auto;
text-align: center;
font-family:"montserrat", sans-serif;
color:#999;
font-size: 1.2em;
text-transform:uppercase;
background-color: #fff;
z-index: 2;
position: relative;
}
.img-title {
width: 150px;
position: relative;
margin: 0 auto;
}
.procedure-title {
position: absolute;
bottom: 0;
text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.3);
padding: 10px;
width: 130px;
background-color: rgba(33, 128, 234, 0.7);
color: white;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}
.pro-block table {
background-color: #fff;
border: none;
border-top: 2px solid #c9c9c9;
padding-top: 20px;
margin-top: -12px;
-webkit-border-radius: 0;
border-radius: 0;
}
.pro-block table td {
padding: 0 0 3em 0;
border: none;
width: 25%;
}

.pro-block table tbody td {
border-bottom: none;
border-right:none!important;
-webkit-box-shadow:none;
box-shadow: none;
border: none;
}

.procedure-title:hover:after {
margin-left: 6px;
visibility:initial;
visibility:visible;
}
.procedure-title:after {
content: "";
font-family: "FontAwesome";
font-weight: lighter;
margin-left:3px;
visibility:hidden;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}
.pro-links a:hover {
text-decoration: none;
}
.see-more:hover {
color: #fff;
}
.see-more:hover span {
margin-left: 3px;
}
.view-patient-story{
background-color:#e6e6e6;
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}
.view-patient-story:hover {
background-color: rgb(198, 222, 243);
}
.see-more span {
-webkit-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition: all 100ms cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
   -moz-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
    -ms-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
     -o-transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); 
        transition-timing-function: cubic-bezier(0.740, 0.100, 0.310, 0.865); /* custom */
}

.fancybox-inner {
overflow-y: auto!important;
}
.fancybox-inner > div {
padding: 15px;
}

//change color of fancybox backrgound
.fancybox-skin{

}

/*input[type=text],input.input-text, textarea,  input.txt, input[type=tel],  input[type=email] {
border: 1px solid #9BBBFF;
background: rgb(226, 236, 243);
}*/

#gform_wrapper_2 {
padding: 3px 20px;
background: #B0CFF7;
color: rgb(16, 107, 168);
}

#gform_wrapper_2 .gform_title {
color: #fff;
text-transform: uppercase;
text-align: center;
width: 100%;
background: #2180ea;
}
body .gform_wrapper div.charleft{
color:rgb(16, 107, 168);
}

#gform_submit_button_2 {
width: 100%;
}

/*--------------------Full Procedures---------------*/
.type-procedures .post-meta {
display: none;
}
.pro-full-left {
display: inline-block;
width: 150px;
vertical-align: top;
margin-right: 30px;
font-family: "montserrat", sans-serif;
color: #666;
}

.pro-full-left strong {
text-transform:uppercase;
}

.pro-full-left li:before {
content: "";
position: absolute;
left:-18px;
font-family: "FontAwesome";
float: left;
margin: 1px 3px 0 0;
color: #2180ea;
clear:both;
font-weight:bolder;
}
.pro-full-left li {
margin-left:18px;
position:relative;
font-size:0.8em;
}

.pro-full-left ul {
list-style-type: none;
}

.pro-full-right {
display: inline-block;
width: 80%;
}
.pro-full-right iframe {
display:block;
margin:0 auto;
}
.single-procedures #post-author {
display: none;
}
.single-procedures #post-entries {
display: none;
}
.type-procedures .entry.fix {
margin-bottom: 20px;
padding-bottom: 20px;
//border-bottom: 1px solid #999;
}

.single-procedures .patient-back:before {
content: "";
}
/*----------------------All Patient Stories--------------------*/
/*.patient-story-full-desc {
display: inline-block;
vertical-align: top;
margin-left: 20px;
}*/
.patient-story-full-desc {
display: block;
vertical-align: top;
text-align: center;
}
.patient-story-full-desc a {
font-size: 1.2em;
font-family: "montserrat" sans-serif;
font-weight: bold;
}
.patient-story-full-desc p {
margin-bottom: 0;
}
.patient-story-full-desc p:nth-child(3) {
font-style: italic;
color: #999;
}
.views-template-all-patient-stories table {
background: #fff;
border: none;
border-top: 2px solid #999;
padding-top: 12px;
margin-top: -28px;
}
/*.post-74 h3 {
background: #fff;
display: inline-block;
z-index: 7;
padding-right: 20px;
position: relative;color: #999;
text-transform: uppercase;
}*/
.post-74 h3 {
background: #fff;
display: block;
z-index: 7;
padding-right: 20px;
position: relative;color: #999;
text-transform: uppercase;
border-bottom: 2px solid #e3e3e3;
}
.pat-wrap a img {
margin: 0 auto;
display: block;
border-radius: 150px;
}
.pat-wrap {
width: 30%;
display: inline-block;
vertical-align: top;
}
.views-template-all-patient-stories table td{
padding:10px 10px 0 0;
border-right:0;
}

/*------------------Inner Page Sliders------------------*/
#main .type-page .entry .wooslider-type-posts ul {
margin-left: 0;
}
body .wooslider {
border: none;
height: 500px;
overflow: hidden;
}
body .page .wooslider .overlay-full .slide-excerpt {
opacity: 1;
color: #FFF;
bottom: initial!important;
top: 30px!important;
width:59%;
height: auto;
position: absolute;
padding: 1em;
background: rgba(33, 128, 234, 0.75);
text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.page .slide-title {
font-size: 3.5em;
text-align: left;
width: auto;
margin-bottom:10px;
margin-top:0;
}
.slide-excerpt p {
margin-left: 10px;
}
#main .post-51 header h1, #main .post-53 header h1, #main .post-52 header h1 {
text-align: center;
margin-right:0;
}
.wooslider-control-paging li a {
background: rgba(236, 236, 236, 0.5);
}
.wooslider-control-paging li a:hover {
background: rgba(236, 236, 236, 0.75);
}
.wooslider-control-paging li a.wooslider-active {
background: rgba(236, 236, 236, 1);
}
.wooslider-control-nav.wooslider-control-paging {
position: absolute;
width: auto;
top: 460px;
right: 15px;
}

/*---------------------------------------------------BLOG ---------------------------------------------*/
body.archive article header h1 {
font-size: 2em!important;
}

#main .post .post-more .comments a{
display: block;
text-align: center;
width: 30px;
height: 26px;
padding-top: 4px;
font-weight: bold;
font-family: "Arvo", sans-serif;
-webkit-border-radius: 0;
border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: #2180ea;
border: 0;
box-shadow: 0 0 0 2px #ffffff;
-webkit-box-shadow: 0 0 0 2px #ffffff;
color: #fff!important;
}
#main .post .post-more .comments a:after{
content: '';
display: block;
position: absolute;
left: 16px;
bottom: -10px;
width: 0;
height: 0;
border: .382em solid transparent;
border-color: #2180ea transparent transparent transparent;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
zoom: 1;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
display: inline-block;
padding: .382em 1.618em;
border: none;
color: white!important;
text-align: center;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
font-size: 1em;
font-family: inherit;
cursor: pointer;
overflow: visible;
width: auto;
line-height: 1.618em;
background: #2293e2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
article .read-more {
float: right;
}
.nav-entries span.nav-prev, #post-entries span.nav-prev, .nav-entries span.nav-next, #post-entries span.nav-next, .nav-entries div.nav-prev a, #post-entries div.nav-prev a, .nav-entries div.nav-next a, #post-entries div.nav-next a {
display: block;
color: #282828;
text-decoration: none;
line-height: 1.618em;
padding: .53em 1.618em;
background: #e5e5e5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
/*----------------------Category Hiders----------------------------*/
.category-slider-healthy-living, .category-slider, .category-slider-neurosurgery, .category-slider-sports-medicine {
display:none;
}

/*-------------------- Form Styling --------------- */
.charleft.ginput_counter + .ginput_counter {
display: none;
}
/*-------------------- Spine Surgery / Brain Surgery -----------------------------*/

.post-56 .pro-block, .post-58 .pro-block {
} 
.post-56 .pro-block .img-title, .post-58 .pro-block .img-title {
height: 150px;
overflow: hidden;
}
.post-56 .pro-block .img-title img, .post-58 .pro-block .img-title img {
	width: 100%;
}
.post-56 .pro-block .img-title .procedure-title, .post-58 .pro-block .img-title .procedure-title {
	overflow: visible;
}

.fancybox-inner .pro-full-right {
    width: 550px;
}

/*------------------maps-------------------*/

.page-id-156 .twocol-one.last {
margin-top: -2em;
}

.loc-map {
border: 5px solid #DADADA;
}

/*-----Firefox Icon Fix------*/
@-moz-document url-prefix() {

    .textwidget .newforms:before {
	content:" ";
	}

}