/**
 * Theme Name: Migraine
 * Author: ZURB.Foundation
 * Author URI: http://foundation.zurb.com/
 * Version: 5.5.0
**/


/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {	
    -webkit-appearance: none;
    -moz-appearance:none;
}
input[type="submit"] {
    color:#fff;
    display:inline-block;
    border:1px solid #faa120;
	background:rgba(250, 161, 32, 0.6);
    width:100%;
    line-height:40px;
    padding:0;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
input[type="submit"]:hover {
	border:1px solid #faa120;
	background:rgba(250, 161, 32, 1);
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #d1d1d1; }
::-moz-placeholder { color: #d1d1d1; }
::-o-placeholder { color: #d1d1d1; }
:-ms-input-placeholder { color: #d1d1d1; }
input:-moz-placeholder { color: #d1d1d1; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

ul.hs-error-msgs li {
    /*background-image: url(http://ready-for-feedback.com/bonafide/migraine/wp-content/uploads/2015/10/bullet.png);*/
    background-image: url(/wp-content/uploads/2015/10/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 15px;
}

ul.hs-error-msgs li label {
    	color: #faa120;
	padding-top: 3px;
}


/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Avenir Regular', sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a {
    color:#faa120;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
a:hover, a:focus {color:#666666;}
p {
    margin:0 0 22px; 
    font-size:18px; 
    line-height:26px;
}
ul {
    margin:0 0 22px; 
    font-size:18px; 
    line-height:30px;
    padding:0 18px;
}
h1 {
    font-size:12px;
    line-height:18px;
    margin:0 auto 5px;
    font-family: 'Avenir Bold', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
	color:#666666
}
h2 {
    font-size:25px;
    line-height:30px;
    margin:0 auto 30px;
    color:#999999;
    font-family: 'Avenir regular', sans-serif;
    letter-spacing: 1px;
	font-weight:300;
	 text-transform: uppercase;
}

h3 {
    color:#666666;
    font-size:24px;
    font-family: 'Avenir Bold', sans-serif;
    line-height:28px;
}
h4 {
    color:#666666;
    font-size:18px;
    font-family: 'Avenir Bold', sans-serif;
    line-height:24px;
}
h5 {
    font-family: 'Avenir Demi', sans-serif;
    font-weight:700;
    color:#666666;
    margin:0 0 5px;
    font-size:18px;
    line-height:25px;
}
h6  {
    font-family: 'Avenir Bold', sans-serif;
    font-weight:700;
    font-size:12px;
    letter-spacing: 1px;
    line-height:15px;
    text-transform: uppercase;
}
strong {
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 700;
}
small {
    font-size:16px;
}

.dot-divide {
	border-top: dotted 1px #999999;
	margin: 40px 0 20px 0;
}
/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Slider
------------------------------------- */
#home-slider .slick-slide-content {
    margin-left:70px;
}
#home-slider.slick-slider .slick-list {
    margin-left:-70px;
}
#home-slider.slick-slider {
    overflow:hidden;
}
#home-slider .slick-dots {
    bottom:0;
    margin:50px 0 0;
    font-size:0px;
    position:relative;
}
#home-slider .slick-dots li,
#home-slider .slick-dots li button{
    padding:0;
    width:10px;
    height:10px;
}
#home-slider .slick-dots li {
    margin:0 10px;
}
#home-slider .slick-dots li button:before {
    content:'';
    color:#a8a8a8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width:10px;
    height:10px;
    opacity:1;
    background: #a8a8a8;
}
#home-slider .slick-dots li.slick-active button:before {
    content:'';
    color:#faa120;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width:10px;
    height:10px;
    opacity:1;
    background: #faa120;
}
#home-slider .slide-text p {
    font-size:16px;
    line-height:24px;
}
#home-slider h3 {
    font-size:16px;
    line-height:21px;
    margin:0 auto 10px;
    color:#393939;
    font-family: 'Avenir Bold', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0px;
}
/* ------------------------------------
    Basic Styles
------------------------------------- */
ul.pagination {
    margin-left:0;
    padding:0;
}
.pagination.current {
    background:#377c90;
}
.row {
    max-width:73.250em;
}
.wrapper {
    padding-left:60px;
    padding-right:60px;
}

.row.wrapper.badges {
display: none;
}

.green-button {
    background:#377c90;
}
.green-button:hover {
    background:#80be54;
}
.button-link {
    font-size:14px;
    color:#fff;
    line-height:18px;
    display:inline-block;
    padding:10px 15px 8px 15px;
    text-transform: uppercase;
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}
.button-link:hover, .button-link:focus {
    color:#fff;
}
.button-link.blue-button {
    background:#377c90;
}
.button-link.blue-button:hover {
    background:#3492ad;
}
.button-link.green-button {
    background:#377c90;
}
.button-link.green-button:hover {
    background:#80be54;
}
.button-link.orange-button {
	border:1px solid #faa120;
	background:rgba(250, 161, 32, 0.6);
}
.button-link.orange-button:hover {
    background:rgba(250, 161, 32, 1);
}
.tabs-content {min-height:600px}



.tabs-content .content {
    height:0px;
    opacity:0;
}
.tabs-content .content.active {
    height:auto;
    opacity:1;
}
table {
    border:none;
}
table tbody tr th {
    background:#377c90;
    font-size: 14px;
    text-transform: uppercase;
    font-family:'Avenir Medium', sans-serif;
    font-weight:700;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    padding:10px 0;
    color:#fff;
    text-align: center;
}
table tbody tr th:last-child {
    border-right:none;
    border-bottom:2px solid #fff;
}
table tbody tr {
    background:#f0f4ed;
    border-bottom:1px solid #fff;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background:#eaeaea;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.top-bar-section{
	margin-top:40px;
	padding:0
}
@media only screen and (max-width: 767px) {
	.top-bar { background: #faa120; /* change background color if you need */ }
        .top-bar-section ul li > a{
            color: white; /* change color of text if you need */
            font-size: 13px;
            background: #333333; /* change background color if you need */
        }
        .top-bar-section ul li:hover > a{ background: #111 !important; /* change background color if you need */ }
}
.header-wrapper {
    padding-bottom:396px;
}
@media only screen and (max-width: 1020px) {
	.header-wrapper {
    padding-bottom:160px;
}
}

.overlay {
	/*background:rgba(255, 255, 255, 0.5);*/
	/*background:rgba(0, 0, 0, 0.1);*/
	position: absolute;
    	top: 0px;
    	left: 0px;
	height: 100%;
    	width: 100%;
}

#menu-main-menu {
	padding:0;
	mergin:0;
	background:none;
}
#menu-main-menu a{
	color:#666666;
	padding: 10px 10px 0 10px!important;
	display: inline-block;
    height: 48px;
	font-size:12px;
	font-family:'Avenir bold', sans-serif;
	letter-spacing:.2em;
	background:rgba(255, 255, 255, 0.6);

	}

#menu-main-menu .has-dropdown>a {
 padding: 10px 20px 0 10px!important;
}

.top-bar-section .has-dropdown>a:after {
    content: ""!important;
    display: inline!important;
    width: 0!important;
    height: 0!important;
    border: inset 5px!important;
    border-color: transparent transparent transparent rgba(0,0,0,0.4)!important;
    border-left-style: solid!important;
	margin: -4px 5px 0 0;
    /*margin-right: 0.9375rem!important;
    margin-top: -4.5px!important;
    position: absolute!important;
    top: 50%!important;
    right: 0!important;*/
}

#menu-main-menu a:hover{
	color:#666666;
	background:rgba(250, 161, 32, 0.4);
	padding: 10px 10px 0 10px;
	margin:0
}
#menu-main-menu .current_page_parent>a,
#menu-main-menu .current_page_ancestor>a,
#menu-main-menu .current-menu-item a{
	/*color:#666666;*/
	color: #000;
	/*background:rgba(250, 161, 32, 0.6);*/
	/*padding: 10px 10px 0 10px!important;*/
	margin:0;
	border-bottom:1px solid #faa120
}

.top-bar-section .dropdown li {
    	width: 100%;
    	height: auto;
    	text-align: left;
	background:#fff;
}

#menu-main-menu li {
	padding:0
}



.secondary-menu .menu {
    display:block;
    text-align: center;
    font-size:0;
    margin:0;
    padding:0;
    position:relative;
    z-index:100;
}
.secondary-menu .menu li {
    display:inline-block;
}
.secondary-menu .menu li a {
    font-size:14px;
    line-height:30px;
    padding:25px 60px;
    display:block;
    text-transform: uppercase;
	font-family:'Avenir bold', sans-serif;
    color:#fff;
    position: relative;
}
.secondary-menu .menu li a:hover,
.secondary-menu .menu li.current-menu-item a{
    background:rgba(255, 255, 255, 0.5);
}
.secondary-menu .menu li a:after {
    opacity: 0;
    display:block;
    content:'';
    width:80%;
    position:absolute;
    background:#fff;
    height:1px;
    bottom:10px;
    left:50%;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.secondary-menu .menu li a:hover:after {
    opacity:1;
}

.schedule-box {
	display: inline-block;
}

.soc-networks {
	font-size:0px; 
	margin-bottom:12px;
	float:right;
}

.soc-networks .soc-network-item {
    /*color:#939393;*/
	color:#000000;
    font-size:17px;
    line-height:17px;
    padding-top:15px;
    width:39px;
    text-align:center;
    display:inline-block;
    border-right:1px solid #c9c9c9;    
    vertical-align:bottom;
}
.soc-networks .soc-network-item:hover,
.soc-networks .soc-network-item:focus {
    color:#377c90;
}
.soc-networks .soc-network-item:last-child {
    border-right:none;
    width: 28px;
    text-align: right;
}


.phone-wrapper {
	float:right;
    text-align: right;
    margin-top:1px;
    margin-bottom:18px;
	background: rgba(255, 255, 255, 0.7);
	width:370px;
	padding:5px 5px 5px 0px
}

.header-phone {
    font-size:14px;
    color:#666666;
    line-height:32px;
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 700;
    display:inline-block;
	padding-top:5px
}
@media only screen and (max-width: 767px) {
	.phone-wrapper {
    text-align: right;
    margin:0 auto;
	background: rgba(255, 255, 255, 0.5);
	width:100%;
	padding:5px 5px 5px 0px
}

.header-phone {
    font-size:14px;
    color:#666666;
    line-height:32px;
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 700;
    display:inline-block;
}
}
.home-page-header {
    background-repeat:no-repeat;
    background-size:cover!important;
    position: relative; 
}

.triangle-after {
    overflow: hidden;
    height:20px;
    margin-top:-20px;
	
}
.triangle-after-left,
.triangle-after-right {
    background:#fff;
    height:20px;
}
.triangle-after-left {
    position: relative;
    z-index:10;
    right:20px;
    float:left;
    width:50%;
}
.triangle-after-right {
    position: relative;
    z-index:10;
    left:20px;
    float:right;
    width:50%;
}
.triangle-after-left:after {
    content:'';
    display:block;
    position: absolute;
    top:0;
    right:-20px;
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
}
.triangle-after-right:after {
    content:'';
    display:block;
    position: absolute;
    top:0;
    left:-20px;
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
}
.reader-wrapper {position:relative;}
#header .schedule-button {
    font-size:12px;
    text-transform: uppercase;
    vertical-align: top;
    font-family: 'Avenir bold', sans-serif;
    font-weight: 800;
	color:#fff;
    display:inline-block;
    margin-left:15px;
}
.header-title {
    font-family: 'Avenir Bold', sans-serif;
    font-weight: 800;
    color:#fff;
    font-size:56px;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    line-height:50px;
    margin:0 0 5px;
    letter-spacing: 1px;
}
.header-text {
    	font-size:30px;
    	display:inline-block;
    	font-family: 'Avenir Regular', sans-serif;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    	line-height:34px;
    	color:#fff;
	/*color:#000;*/
	max-width:700px;
	font-weight: 700;
}
.header-title-wrapper {
    max-width:950px;
    margin:95px auto 183px;
}
.header-button {
    margin:25px 0 0 15px;
	border:1px solid #faa120;
	background:rgba(250, 161, 32, 0.5);
}
.header-button:hover {
    background:rgba(250, 161, 32, 1);
    color:#FFFFFF;
}
.header-button:first-child {
    margin-left:0;
}


/* ------------------------------------
    Header 2017 Styles
------------------------------------- */

.home-page-header-new {
    background-repeat:no-repeat;
    background-size:cover!important;
    position: relative; 
}
@media only screen and (max-width: 1024px) {
	.home-page-header-new {
		background-attachment:  scroll!important;
	}
}

.static-header-wrapper {
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 0;
	position: fixed;
    	width: 100%;
    	z-index: 1000;
	transition: 0.2s;
}

.solid-static-header-wrapper {
	background: rgba(255, 255, 255, 1);
}

.home-page-header-new .logo {
	margin-top: -49px;
}

.home-page-header-new .logo img {
	max-width: 185px;
}

.home-page-header-new .phone-wrapper {
    float: right;
    text-align: right;
    margin-top: 1px;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0);
    width: 370px;
    padding: 5px 5px 5px 0px;
}

.home-page-header-new .header-phone {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 700;
    display: inline-block;
    padding-top: 5px;
}

.home-page-header-new .top-bar-section {
    margin-top: 0px;
    padding: 0;
}

.home-page-header-new #menu-main-menu a {
    background: rgba(255, 255, 255, 0);
}

.home-page-header-new .header-title-wrapper {
    max-width: 950px;
    margin: 290px auto 183px;
}

@media only screen and (max-width: 64em) {
	.home-page-header-new .static-header-wrapper {
		padding: 0 0 0 0;
	}
	.home-page-header-new .logo {
		margin-top: -49px;
		margin-bottom: 20px;
	}
	.home-page-header-new .header-title-wrapper {
    		margin: 290px auto 70px;
	}
}

@media only screen and (max-width: 40em) {
	.home-page-header-new .static-header-wrapper {
		padding: 0 0 0 0;
		position: relative;
	}
	.home-page-header-new .logo {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.home-page-header-new .phone-wrapper {
		text-align: center;
		float: none;
	}
	.home-page-header-new .header-phone {
		display: block;
	}
	.home-page-header-new .header-title-wrapper {
    		margin: 70px auto 70px;
	}
}




/* ------------------------------------
    Content Styles
------------------------------------- */
.testimonials {
    padding:60px 0;
}
.testimonials h2{
    color:#666666;
}
.testimonials .blockquote {
    margin:0 0 20px;
    position:relative;
}
.testimonials .blockquote p:before {
    content:'\201C';
    font-family:'georgia', serif;
    font-weight:300;

}
.testimonials .blockquote p:after {
    content:'\201D';
    font-family:'georgia', serif;
    font-weight:300;
}
.home .testimonials .blockquote p:before {
    content:'\201C';
    font-family:'georgia', serif;
    font-weight:300;
    font-size:80px;
    display: block;
    position:absolute;
    left: -40px;
    top: 5px;
	color:#999999
}
.home .testimonials .blockquote p:after {
    content:'\201D';
    font-family:'georgia', serif;
    font-weight:300;
	font-size:80px;
    display: block;
    position:absolute;
    right: -180px;
    bottom: -40px;
	color:#999999
	}
.page-holder {
    padding:80px 0;
}
.home .testimonials p {
    color:#666;
    font-size:18px; 
    line-height:26px;
    position:relative;
	padding:0;
	margin:0 0 30px 0
}
.home .testimonials h2 {
    margin:0 0 10px 0
	
}

.home .testimonials .title-text h2 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	}

.home .testimonials h3{
    font-size:14px;
	line-height:18px
	
}
.testimonials p {
    color:#1c1c1c;
    font-size:26px;
    line-height:38px;
    position:relative;
}

.story-anchor {

}

.testimonial-anchors-wrap {
	margin: 30px 0 0;
	text-align: center;
}

.test-anchor-single {
	display: inline-block;
    	margin: 0 10px 10px 10px;
}

.testimonial-anchors-wrap img {
	max-width: 65px;
	border-radius: 50%;
	
	margin: 0 0 10px 0;
}

.author-name {
    display:block;
    color:#666666;
    font-size:16px;
    line-height:18px;
    margin-bottom:30px;
    font-family:'Avenir Medium', sans-serif;
    font-weight:600;
}
.testimonial-video {
    padding-top:8px;
}
.testimonials-inner .testimonials .blockquote {
    margin:0 0 10px;
}
.testimonials-inner .testimonials .blockquote p {
    color:#8eaf73;
}
.testimonials-inner .testimonials:nth-child(odd) .blockquote p {
    color:#377c90;
}
.testimonials-inner .testimonials:nth-child(odd) {
    background:#eaeaea;
}
.testimonials-inner .testimonials {
    position:relative;
    padding:150px 0 130px;
}
.testimonials-inner .testimonials .author-name {
    font-family: 'Avenir Bold', sans-serif;
    text-transform: uppercase;
    font-weight:800;
    color:#1c1c1c;
    font-size:18px;
    line-height: 44px;
    letter-spacing: 2px;
    margin:0 0 15px;
}
.testimonials-inner .testimonials:first-child:before {
    display:none;
}
.testimonials-inner .testimonials.odd:before,
.testimonials-inner .testimonials.odd:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    display:block;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}
.testimonials-inner .testimonials:before {
    border-top: 20px solid #eaeaea;
    content: '';
    position: absolute;
    display:block;
    left: 50%;
    margin-left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eaeaea;
}

.testimonials-inner .testimonials.odd:last-child:after {
    border-top: 20px solid #eaeaea;
    content: '';
    position: absolute;
    left: 50%;
    display:block;
    margin-left: -20px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eaeaea;
    z-index:100;
}
#map-canvas {
    height:615px;
}
.treatments-inner .treatment .right{
	padding-left:40px
}
.treatments-inner .treatment h4 {
	font-size:34px;
    line-height:40px;
    margin:0 auto 0px;
    font-family: 'Avenir regular', sans-serif;
    font-weight: 300;
	color:#666666}
.treatments-inner .treatment h5 {
	font-size:25px;
    line-height:30px;
    margin:0 auto 30px;
    color:#999999;
    font-family: 'Avenir regular', sans-serif;
    letter-spacing: 1px;
	font-weight:300;
	}
	
	 .treatment-sub{
		 position:relative;
		 background-color:#efefef;
		 width:auto;
		 padding:20px;
		 
	 }
.treatment-sub ul li{
	 background-color:#fff;
	 border-bottom:none;
	 padding:20px;
	 margin-bottom:5px
}

.treatments-text h2, .treatments-text p {
    color:#fff;
    
}
.treatments {
    padding:75px 0 110px;
}

.treatments h3 {
    font-size:20px;
    line-height:24px;
	font-weight:800;
    color:#fff;
    padding-bottom:5px;
    position:relative;
    margin:0 0 0px;
}
.treatments p {
    font-size:16px; 
    line-height:23px;
    color:#fff;
    position:relative;
    margin:0 0 10px;
}
.single .treatments,
.single .testimonials {padding:0;}

.single .treatments p {color:#1c1c1c;}
.treatments .treatments-text p {
    line-height:30px;
	font-size:24px;
}
.treatments .treatment-thumb {
    display:block;
}
/*.treatments .columns .treatment-thumb-holder img{
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity:0.8
}
.treatments .columns:hover .treatment-thumb-holder img{
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity:1
}*/
.treatment-thumb-holder {
    margin:30px auto 35px;
    width:190px;
    height:190px;  
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.doctors-thumb{
	margin:30px auto 35px;
	width:275px;
    height:275px;  
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.doctors-thumb a {
    display:block;
}

.treatments .treatment-view {
    border:1px solid #fff;
	background:rgba(255, 255, 255, 1);
	color:#faa120;
}
.treatments .treatment-view:hover {
    background:#faa120;
    color:#fff;
}

.treatments-inner .treatment .author-name {
    font-family: 'Avenir Bold', sans-serif;
    text-transform: uppercase;
    font-weight:800;
    color:#1c1c1c;
    font-size:18px;
    line-height: 44px;
    letter-spacing: 2px;
    margin:0 0 15px;
}
.treatments-inner .treatment:first-child:before {
    display:none;
}
.treatments-inner .treatment.odd:before,
.treatments-inner .treatment.odd:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    display:block;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}
.treatments-inner .treatment:before {
    border-top: 20px solid #eaeaea;
    content: '';
    position: absolute;
    display:block;
    left: 50%;
    margin-left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eaeaea;
}

.treatments-inner .treatment.odd:last-child:after {
    border-top: 20px solid #eaeaea;
    content: '';
    position: absolute;
    left: 50%;
    display:block;
    margin-left: -20px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eaeaea;
    z-index:100;
}
.treatments-inner .treatment {
    padding:120px 0;
    position: relative;
}
.treatments-inner .treatment:nth-child(odd) {
  background-color: #eaeaea;
  
}
.treatments-inner .treatment .image-holder {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size:cover;
}
.treatments-inner .treatment:nth-child(even) .image-holder {
    left:auto;
    right:0;
}
.treatments-inner .treatment h4 {
    
}





.success-strories .tabs-content {
    overflow: hidden;
}
.success-strories .tabs {
    position:absolute;
    bottom:-68px;
    left:0;
    z-index:100;
    width:100%;
    text-align: center;
    font-size:0px;
}
.success-strories .tabs {
    list-style: none;
    margin:0;
    padding:0;
}
.success-strories .tabs li {
    display:inline-block;
    margin:0 20px;
}
.success-strories .tabs li a {
    display:block;
    overflow:hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.tabs-content .content.active .success-strory {
	position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 160px 0 100px;
      border: 1px solid #ccc;
}
.success-strories {
    position:relative;
    background:#282c35;
}
.white-triangle {position:relative;}
.white-triangle:after {
    z-index:1000;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.success-strories .view-case-study {
    border:1px solid #fff;
	background:rgba(255, 255, 255, 0.2);
}
.success-strories .view-case-study:hover {
    background:#fff;
    color:#faa120;
}
.success-strories p {
    color:#fff;
}
.success-strories-title {
    position:absolute;
    top:60px;
    z-index:100;
    left:0;
    color:#fff;
    text-align: center;
    width:100%;
}
.success-strories h3 {
    color:#ffffff;
    font-size:22px;
    line-height:33px;
    font-family: 'Avenir bold', sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    margin:0 0 5px;
}



.success-strories .storybutton {
	display: none;
}

@media (max-width: 1025px) {
	
	.success-strories .storybutton {
		display: block;
	}

	.success-strories .player,
	.success-strories .vidbutton {
		display: none;
	}


}


.free-guide {
    background:#efefef;
    padding:130px 0 80px;
}


.free-guide .large-5 img {
	max-width: 320px;
}
	

.free-guide ul{
	 list-style-type: none;
    padding: 0px;
    margin: 0px;
	display:inline-block;
	font-size:18px;
	line-height:30px;
	left:0;
	color:#666666;
}
.free-guide ul li{
	 /*background-image: url(http://ready-for-feedback.com/bonafide/migraine/wp-content/uploads/2015/10/bullet.png);*/
     background-image: url(/wp-content/uploads/2015/10/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 11px; 
	padding-left: 15px; 
} 
.free-guide p {color:#666666;line-height:23px;}
.free-guide h3 {
    font-family: 'Avenir Regular', sans-serif;
    font-size:26px;
    line-height:34px;
    margin: 0 0 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#1c1c1c;
}
.free-guide h3 strong {
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:#1c1c1c;
}
.get-the-guide {
    border:1px solid #dad24f;
    padding:0 20px;
    box-sizing:border-box;
    line-height:40px;
    display: inline-block;
    color:#fff;
    margin-top:20px;
}
.get-the-guide:hover {
    background:#dad24f;
}
.homepage-content {
    padding:60px 0 100px;
    position: relative;
}
.homepage-content h2, .homepage-content p {
    color:#fff;
    
}
.homepage-content:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  margin-left:-20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #efefef;
}
.appointment {
    margin-top:20px;
}

.appointment-wrapper {
    font-size:0px;
    text-align: center;
}

.hub-form {
	max-width: 60%;
	margin: 0 auto;
	text-align: left;
}

.hub-form form {
	max-width: 100%;
}

.hub-form form label {
	color:#fff;
}

.hub-form form fieldset.form-columns-1 .input {
	margin-right: 0px;
}
.hub-form form fieldset.form-columns-2 .field:last-child .input {
	margin-right: 0px;
}

.hub-form form fieldset,
.hub-form form fieldset.form-columns-1 .hs-input {
	max-width: 100%;
	width: 100%;
}

.hub-form form input[type="submit"] {
    color: #faa120;
    display: inline-block;
    border: 1px solid #fff;
    background: #fff;
    width: 100%;
    line-height: 40px;
    padding: 6px 0 0 0;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
text-transform: uppercase;
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}
.hub-form form input[type="submit"]:hover {
	
    	background: #faa120;
	color: #fff;
}

.hub-form ul.hs-error-msgs {
    list-style-type: none;
}
.hub-form ul.hs-error-msgs li {
	padding-left: 10px;
	background:rgba(255, 255, 255, .75);
}


@media only screen and (max-width: 1150px) {
	.hub-form {
		max-width: 80%;
	}
}
@media only screen and (max-width: 900px) {
	.hub-form {
		max-width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.hub-form form fieldset.form-columns-2 .hs-form-field { 
    		max-width: 100%;
		width: 100%!important;
	}
	.hub-form form fieldset.form-columns-2 .field .input,
	.hub-form form fieldset.form-columns-2 .field:last-child .input {
		margin-right: 0px;
	}
	
	
}

.schedule-btn {
    border:1px solid #fff;
	background:rgba(255, 255, 255, 1);
	color:#faa120;
}
.schedule-btn:hover {
    background:#faa120;
    color:#fff;
}
.post-date {
    font-size:12px;
    line-height:19px;
    color:#696969;
    font-family: 'Avenir Regular', sans-serif;
    text-transform: uppercase;
    display:block;
    margin:0 0 10px;
}
.blog-readmore {
    background:#377c90;
}
.blog-readmore:hover {
    background: #3492ad;
}
.blog-text p {
    font-size:18px;
    margin:0 0 30px;
}
.blog-thumb {
    display:block;
    margin:0 0 25px;
}
aside ul{
	margin:10px 0 0 -18px; 
    padding:0 18px;
	list-style:none;
	display:inline-block;
	font-size:12px;
	left:0
}
aside ul li{
	 border-top: dotted 1px #999999;
} 
.homepage-blog {
    padding:60px 0;
}
.doctors {
    padding:40px 0;
}
.doctors h3 {
    color:#333333;
    font-size:22px;
    line-height:32px;
    font-family: 'Avenir Medium', sans-serif;
    font-weight:600;
    letter-spacing: 0px;
    text-transform: none;
    margin:0 0 5px;
}
/*.doctors-thumb img{
	 -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity:0.7
}
.doctors-thumb img:hover{
	 -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity:1
}*/
.doctor-wrapper:first-child {
    padding-right:40px;
}
.doctor-wrapper:last-child {
    padding-left:40px;
}
.doctors-more {margin-top:5px;}
.doctors-inner  ul{
	 list-style-type: none;
    padding: 0px;
    margin: 0 0 30px 0;
	display:inline-block;
	font-size:16px;
	line-height:20px;
	font-family: 'Avenir regular', sans-serif;
	color:#666666;
	left:0;
}
.doctors-inner ul li{
	 /*background-image: url(http://ready-for-feedback.com/bonafide/migraine/wp-content/uploads/2015/10/bullet.png);*/
     background-image: url(/wp-content/uploads/2015/10/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    padding: 0 0 15px 15px; 
} 
.doctors-inner .doctors-location {
    display:block;
    text-align:right;
    font-family: 'Avenir Medium Italic', sans-serif;
    font-weight: 600;
    font-style: italic;
    color:#7b7b7b;
    font-size:20px;
    line-height:32px;
}

.doctors-inner .doctors-bullet-list {
display:block;
margin-top:40px;
}
.doctors-inner .name-after-thumbnail {
    display:block;
    text-align:right;
    font-family: 'Avenir Medium', sans-serif;
    font-weight: 600;
    color:#000;
    font-size:20px;
    line-height:32px;
}
.doctors-inner .doctors-location {
    display:block;
    text-align:right;
}
.doctors-inner .sidebar-photos {
    padding-bottom:120px;
}
.doctors-inner .sidebar-photos:last-child {
    padding-bottom:0;
}
.doctors-inner .sidebar-photo img {
    width:100%;
    max-width:none;
}
.doctors-inner .sidebar-photo {
    padding-bottom:10px;
}
.doctors-inner h3 {
    font-family: 'Avenir Regular', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size:24px;
    line-height:32px;
    margin:0;
    color:#333333;
    letter-spacing: 0px;
}
.text-below-title {
    display:block;
}
.text-below-title p {
    color:#666666;
}
.doctors-inner:nth-child(odd) {
    background:#e2e7c8;
    position: relative;
}
.doctors-inner {
    padding:60px 0 100px;
    margin-bottom:100px;
}
.doctors-inner:nth-child(odd) .sidebar-photos {
    padding-right:35px;
}
.doctors-inner:nth-child(even) .sidebar-photos {
    padding-left:35px;
}
.doctors-inner:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}



.recognized-logo {
    height:68px;
    display:inline-block;
    margin:0 23px 0 0;
}
.recognized-logo img {
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.recognized-holder, .recognized-wrapper {
    width:100%;
    padding-top:50px;
}
.recognized-holder {
    padding-right:35px;
}
.recognized-text {
    font-size:18px;
    line-height:68px;
    display:block;
    text-align: right;
    font-family: 'Avenir Medium Cn', sans-serif;
    font-weight: 600;
    color:#333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    position:relative;
    padding-right:60px;
}
.recognized-text:after {
    content:'|';
    right:0;
    top:-1px;
    position:absolute;
    margin-top:-1px;
}
.home .recognized-text {
    text-align: center;
    padding-right:0;
}
.home .recognized-text:after {
    display:none;
}
.home .recognized-holder {
    padding:0;
    /*margin-top:55px;*/
    /*border-top:1px solid #999999;*/
	padding: 40px 0 0 0;
	text-align: center;
}
.home .recognized-wrapper {
    text-align: center;
    padding:10px 0 25px;
}
.home .recognized-logo {
    margin:0 20px;
	max-width: 100px;
}

.trust-strip .row {
	max-width: 100%;
}

.trust-strip .recognized-holder h2 {
	margin: 0 auto 0px;
}











.page-top-content {
    margin:0 auto;
    padding:50px 0 110px;
	text-align:left;
	max-width: 800px
}
.page-top-content .intro, .page-top-content .intro p{
    font-size:20px;
    line-height:28px;
	margin-bottom:10px
}
.page-top-content h1{
	font-size:34px;
    line-height:40px;
    margin:0 auto 0px;
    font-family: 'Avenir regular', sans-serif;
    font-weight: 300;
	color:#666666
}
.page-top-content h3{
	color:#666666;
    padding:20px 0 10px 0;
	margin:20px 0 0 0;
    border-top: dotted 1px #999999;
	font-family: 'Avenir bold', sans-serif;
	 font-size:20px;
    line-height:28px;
}
.page-top-content p {
    font-size:18px; 
    line-height:26px;
}

.page-top-content  ul {
	list-style-type: none;
    	padding: 0px;
    	margin: 0 0 30px 0;
	display:inline-block;
	font-size:18px;
	font-family: 'Avenir regular', sans-serif;
	color:#666666;
	left:0;
}

.page-top-content  ul ul {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

.page-top-content ul li{
	 background-image: url(/wp-content/uploads/2015/10/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 8px; 
    padding-left: 15px; 
} 
.hide-bg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.7;
}
.secondary-menu {
    position:relative;
}

.locations-section {
    padding:100px 0;
}
.locations-section ul{
	 margin:0 0 22px; 
    padding:0 18px;
	list-style:none;
	display:inline-block;
	font-size:16px
}
.locations-section ul li{
	 border-bottom: dotted 1px #999999;
	 /*white-space:nowrap;*/
	padding: 5px 0;
}

.locations-slider {
    background:#d8e0ca;
    padding:125px 0 65px;
}
.locations-slider .slick-next {
  content: "";
  width:31px;
  height:58px;
  margin-top:-24px;
  top:50%;
  right:35px;
  background:url(images/arrow-right.png) no-repeat center center;
} 
.locations-slider .slick-next:before {display:none;}
.locations-slider .slick-prev {
  content: "";
  width:31px;
  height:58px;
  margin-top:-24px;
  top:50%;
  left:35px;
  background:url(images/arrow-left.png) no-repeat center center;
} 
.locations-slider .slick-prev:before {display:none;}
.locations-slider .slick-dots li button:before {
    display:none;
}
.locations-slider .slick-dots li button {
    width:11px;
    height:11px;
    background:#ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin:0;
    opacity:0.5;
}
.locations-slider .slick-dots li.slick-active button {opacity: 1;}

.locations-slider .slick-dots {
    bottom:0;
    position: relative;
    line-height:11px;
    margin:0px;
    padding:49px 0 0;
}
.locations-slider .slick-dots li {
    width:11px;
    height:11px;
    margin:0 15px;
    vertical-align: top;
}


/* ------------------------------------
    Footer Styles
------------------------------------- */
.evaluation {
    padding:60px 0;
}
/*.evaluation .evaluation-title {
    font-size:53px;
    line-height:100px;
    color:#fff;
    letter-spacing: 10px;
    font-family: 'Avenir Italic', sans-serif;
    font-weight:400;
    font-style: italic;
    display:block;
    text-transform: uppercase;
    margin:0 0 25px;
}*/
.evaluation .evaluation-title {
    font-size: 25px;
    line-height: 30px;
    margin: 0 auto 30px;
    color:#fff;
    letter-spacing: 10px;
    font-family: 'Avenir regular', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
	display: inline-block;
}

.evaluation-button.button-link {
    border:1px solid #fff;
	background:rgba(255, 255, 255, 0.2);

}
.evaluation-button.button-link:hover {
     background:#fff;
    color:#faa120;
}
.footer {
    position:relative;
    color:#fff;
    padding:70px 0;
    background: rgb(51, 51, 51);
}
.footer p {
    color:#fff;
    font-family:'Avenir Regular', sans-serif;
	font-size:11px
}
#menu-footer-menu {
    list-style: none;
    padding:0;
    margin:0;
}
#menu-footer-menu li a {
    color:#fff;
    font-size:11px;
    line-height:15px;
    text-transform: uppercase;
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
#menu-footer-menu li a:hover {
    color:#377c90;
}
.copyright {
    display:block;
    font-size:14px;
    color:#fff;
    font-family:'Avenir Regular', sans-serif;
}
.subscribe input[type="email"] {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border:none;
    font-size:14px;
    color:#363636;
    padding:0 15px;
    line-height:40px;
    height:43px;
	display:inline;
	float: left;
  width: 190px !important;
  margin:0
}
.subscribe input[type="submit"] {
	border:1px solid #faa120;
	background:rgba(250, 161, 32, 0.6);
	display:inline;
	width:auto;
	font-family:"Avenir bold", sans-serif;
	padding: 0 10px 0 10px;
	text-transform:uppercase;
	float:left;
	left:220px;
	position:absolute
}

.subscribe .invalid.error, .subscribe .hs-error-msgs.inputs-list{
	display:inline;
	float:left;
	font-color:#fff;
	position:relative;
}
.subscribe .hs-error-msgs.inputs-list li{
	display:none
}
.subscribe label{
	display:none;
}
.subscribe input[type="submit"]:hover {
    background:rgba(250, 161, 32, 1);
}

.subscribe input[type="email"]::-moz-placeholder {
    color:#363636;
    opacity: 1;
}
.subscribe input[type="email"]::-webkit-input-placeholder {
    color:#363636;
    opacity: 1;
}
.subscribe input[type="email"]::-webkit-placeholder {
    color:#363636;
    opacity: 1;
}
.subscribe input[type="email"]::-webkit-input-placeholder {
    color:#363636;
    opacity: 1;
}
.subscribe p {
    letter-spacing: 1px;
    font-size:14px;
    line-height:34px;
    margin:0 0 10px;
}
.footer .subscribe h5 {
    margin:0 0 3px;
}
.footer h5 {
    font-family: 'Avenir Demi', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height:22px;
    color:#fff;
    margin:0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer .soc-networks {
    height:auto;
	float:none;
}
.footer .soc-networks a {
    color:#327183;
    border:none;
    font-size:14px;
    background:#fff;
    margin-right:9px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    vertical-align: middle;
    padding:0;
    width:24px;
    height:24px;
    line-height:24px;
}
.footer .soc-networks .soc-network-item:last-child {
    text-align: center;
    width:24px;
}
.subscribe {
    margin-top:20px;
}
.footer .menu {
    list-style:none;
    margin:0;
    padding:0;
}
.footer .menu li a {
    font-family:"Avenir Regular", sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}
.footer .menu li a:hover {
    color:#377c90;
}
.back-to-top {
    position: fixed;
    right:50px;
    bottom:200px;
}
form{
	max-width:300px;
}


.feedzy-rss .rss_item {
	/*width: 33%;
	padding: 20px 20px 20px 20px!important;
	box-sizing: border-box;
	float: left;
	border-bottom: none!important;*/
    width: calc(100% / 3);
    padding: 40px !important;
    box-sizing: border-box;
    float: left;
    border-bottom: none !important;
    clear: none;
    margin: 0px;
}

.feedzy-rss .rss_item:nth-child(3n+1) {
    clear: left;
}

.feedzy-rss .rss_item:nth-child(3n+0) {
    clear: right;
}

.feedzy-rss .rss_item .title {
	font-size: 16px;
	display: block;
    	line-height: 21px;
    	margin: 0 auto 10px;
    	color: #393939;
    	font-family: 'Avenir Bold', sans-serif;
    	font-weight: 800;
    	text-transform: uppercase;
    	letter-spacing: 0px;
}

.feedzy-rss .rss_item .rss_content p {
	font-size: 16px;
    	line-height: 24px;
}

.feedzy-rss .rss_item .rss_content small {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.3em;
    margin: 20px 0 15px;
	display: none!important;
}

#home-slider {
    display: none!important;
}


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

.feedzy-rss .rss_item {
	width: 100%;
	padding: 20px 20px 20px 20px!important;
	box-sizing: border-box;
	float: left;
	border-bottom: none!important;
}

}

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

.home-page-header {
	background-attachment:  scroll!important;
}
}