/*
Theme Name: One Down Dog - Child Theme
Theme URI: http://onedowndog.com
Description: A child theme for Nash Theme Framework.
Author: Code Love Creative
Author URI: http://codelovecreative.com
Template: nash
Version: 2.0.0
License:  GPL
*/
 
@import url("../nash/style.css");
@import url("fonts/fonts.css");
@import url("css/homepage.css");
@import url("css/sidebar.css");
@import url("css/menu.css");
@import url("css/header.css");

/* ADD YOUR CUSTOM CSS BELOW THIS LINE */

.align-center { text-align:center; }
.align-left { text-align:left; 
}
.align-right { text-align:right; }

.light-purple-bg { background:#94b5e5; }
.white-bg { background:#ffffff; }
.blue-bg {
  background-color: #94b5e5;
}
.black-bg {
  background-color: #000;
  color: #fff !important;
}
#main .black-bg h2, #main .black-bg p {
  color: #fff !important;
}

.odd-bg { 
    margin-bottom: 30px;
}

.odd-bg .new-students { 

}

.odd-bg .new-students .white-bg { 
	background: #fff;
}

.fancy,
h2 .fancy, 
h3 .fancy,
#main #content h2.fancy, 
#main #content h3.fancy {
  font-family: 'Playfair Display', serif !important;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none !important;
}

body p, 
.accordion-content, 
ul.tabs-content, 
.toggle_container, 
#sidebar .widget, ul li {
	color: #333333;
    font-family: 'open_sansregular';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

#main h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 30px;
  display: block;
  padding: 0px;
  letter-spacing: 4px;
  font-weight: 500;
}

#main #content h2, #main #content h4, #main #content h5 {
    font-family: 'Josefin Sans' !important;
    font-weight: 800;
}

#main #content h4 {
  font-size: 20px;
}


/* Links */
#content a, #content a:link, #content a:visited, #content a:active { color: #94b5e5; font-weight: 600; text-decoration: none; }
a.button {color: #fff !important;}
a:hover { color: #fe4451; text-decoration: none; }

/* Heading with side-lines */
h2.side-lined { width:100%; text-align:center; border-bottom: 1px solid #fff; line-height:0.1em; margin:0; }
h2.side-lined span { background:#94b5e5; padding:0 40px; color: #fff !important; }

/* Font Overrides */
.amatic { font-family: 'amatic_scregular' !important; }
.page .amatic { font-size: 22px; }
.post span.amatic {
    font-size: 28px;
}
.gleegoo { font-family: 'glegooregular' !important; }
.opensans {}

/* Header */
#uber-statement {
	font-size: 60px;
	font-weight: 800;
	font-family: 'amatic_scregular';
	opacity: 1;
	background: none !important;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1;
  letter-spacing: 4px;
}

/*@media (max-width : 320px) {
	#uber-statement {
		font-size: 50px;
		margin-top: 0;
	}
}
@media (min-width : 767px) {
	#uber-statement {
		font-size: 120px;
		margin-top: 100px;
	}
}*/

#text-intro h2 {
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 4px;
	font-weight: 700;
	font-size: 22px;
  text-transform: uppercase;
	color: #fff !important; 
}

/*
@media (min-width : 320px) {
	#text-intro h2 {
		font-size: 24px;
	}
}

@media only screen (max-width : 320px) {
	#text-intro h2 { 
		font-size: 20px;
	}
}

@media only screen and (min-device-width : 767px) and (max-device-width : 1024px) and (orientation : portrait) {
	#text-intro h2 { 
		font-size: 22px;
	}
}
*/

#header-global[role="banner"] {
  padding-bottom: 50px;
  text-transform: normal;
  color: #000;
  background-size: cover;
  min-height: 400px;
  position: relative;
}

  #header-global h1 {
    text-transform: lowercase;
  }

.site-title-bg {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  text-align: center;
}

.site-title-bg h2 {
    color: #fff;
    font-size: 25px !important;
    font-family: 'josefin sans', sans-serif;
    letter-spacing: 1px;
}


#logo-image { 
	width: 100px;
	height: 100px;
	position: absolute; 
	top: -30px;
	left: 0;
}

.is-sticky #logo-image { 
  display: none;
  opacity: 0 !important;
}

/* Social Icons */
#header-background-nav .social-icons {
	position: relative;
  margin-top: -35px;
}

#header-background-nav .social-icons a { 
	color: #999;
	cursor: pointer;
	margin-right: 5px;
	text-rendering: optimizeLegibility;
}
#header-background-nav .social-icons a:hover { 
	color: #333 !important;
}

/* Main Content */
#content { padding: 30px 0; }
	
/* Page / Post Titles */
#main h1 {
	font-family: 'Josefin Sans' !important;
    font-size: 30px;
	font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    padding: 6px 10px 0px;
	background: #94b5e5;
	margin-bottom: 10px;
	border-bottom: none;
}

.page #main h1,
.archive #main .intro h1 {
  background: none;
  font-size: 50px;
  padding-left: 0;
  margin-bottom: 40px;
}

#main .post h2 {
    line-height: 50px;
    padding: 5px 20px 0;
    background: #94b5e5;
    color: #fff;
}

/*
#main h1.noise {
  background: #94b5e5;
}

#main h1.eat {
  background: #7C64A0;
}

#main h1.net-work {
  background: #47A4B6;
}

#main h1.life {
  background: #FE4451;
}

#main h1.impact {
  background: #FB8C30;
}
*/




/* Headings */
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#services h2, #meet-the-team h2, h2.post-title a, #latest-news article h2 a {
	font-family: 'Josefin Sans' !important;
}

#main h1 {
	font-family: 'Josefin Sans' !important;
}
#main h2,
#main h3,
#main h4,
#main h5 {
	font-family: 'open_sansregular', sans-serif !important;
}
#main h6 {
	font-family: 'Playfair', serif !important;
}

/* Buttons */
.button, button, input[type="submit"], input[type="reset"], input[type="button"], a.buttona.launch-project-btn, a.view-article-btn, a.return-home-btn, a.sign-up-btn {
  font-style: normal;
  font-weight: normal;
  font-family: 'open_sansregular' !important;
}
a.button.white {
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 2px;
    color: #333 !important;
    padding: 15px;
    position: relative;
}
a.button.white:hover {
    background-color: #999;
    cursor: pointer;
}
a.button.grey {
    background-color: #999;
    border-radius: 2px;
    color: #333 !important;
    padding: 15px;
    position: relative;
}
a.button.grey:hover {
    background-color: #333;
    color: #fff !important;
    cursor: pointer;
}
a.button.black {
    background-color: #000;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.black:hover {
    background-color: #333;
    color: #fff !important;
    cursor: pointer;
}

/*
a.button.red {
    background-color: #fe4451;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.red:hover {
    background-color: #333;
    color: #fff !important;
    cursor: pointer;
}
a.button.blue {
    background-color: #47a4b6;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.blue:hover {
    background-color: #308EA0;
    color: #fff !important;
    cursor: pointer;
}
a.button.green {
    background-color: #85a748;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.green:hover {
    background-color: #333;
    color: #fff !important;
    cursor: pointer;
}
a.button.lime {
  background-color: #a0c161;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.lime:hover {
  background-color: #82A342;
    color: #fff !important;
    cursor: pointer;
}
a.button.brown {
    background-color: #7c64a0;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.brown:hover {
    background-color: #333;
    color: #fff !important;
    cursor: pointer;
}
a.button.teal {
    background-color: #47a4b6;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.teal:hover {
    background-color: #333;
    color: #fff !important;
    cursor: pointer;
}
a.button.tan {
    background-color: #fb8c30;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.tan:hover {
    background-color: #333;
    color: #fff !important;
    cursor: pointer;
}
a.button.purple {
    background-color: #7c64a0;
    border-radius: 2px;
    color: #fff !important;
    padding: 15px;
    position: relative;
}
a.button.purple:hover {
    background-color: #333;
    color: #fff !important;
    cursor: pointer;
}

*/

a.button { border-radius: 0 !important; }
a.button.btn-block { 
	display: block;
	width: 100%; 
	text-align: center; 
	margin-bottom: 10px;
	font-family: 'josefin sans', 'open_sansregular', sans-serif;
	font-size: 18px;
	letter-spacing: 0.3em;
}

healcode-widget a {
    padding: 10px 20px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*line-height: 80px;*/
}

.section-full-width.new-students healcode-widget a {
    background: #000;
}

a.linkSection healcode-widget a,
div.linkSection healcode-widget a {
    background: none !important;
}

div.linkSection p {
  margin-bottom: 0;
}

div.linkSection healcode-widget a {
  font-family: 'josefin sans', 'open_sansregular', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.pricing-column healcode-widget a {
    background: #fff !important;
}

.pricing-column healcode-widget a img {
    background: #000;
    border: 0 !important;
    border-radius: 0 !important;
    display: block;
    width: 100px;
    margin: 10px auto 0;
}





/* Contact Form */

input#prospects_last_name,
input#prospects_mobile_phone,
.hc-prospect-field.hc-prospect-referred-by,
.hc-prospect-field.hc-question.hc-primary_reason_for_visiting,
.hc-prospect-field.hc-question.hc-are_you_interested_in_yoga_teacher_training,
.hc-prospect-field.hc-question.hc-are_you_interested_in_yoga_retreats {
    display: none !important;
}

a.launch-project-btn, a.view-article-btn, a.return-home-btn, a.sign-up-btn, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
/*  background: #000 !important; */
}

.page.page-id-2620 input, .page.page-id-2620 textarea { /* Who we are page */
    border: 2px solid #000;
    background: #fff;
    width: 100%;
}

span.wpcf7-form-control-wrap.accept-this {
    display: inline-block;
    margin-right: 10px;
}

/* Footer */
#contact { padding: 0; text-align:left; }
#contact .white { background: #fff; color: #777; height: 100%; margin:0; padding: 10px 0; }
#contact .container {font-family: 'open_sansregular';}

#contact .row { margin-bottom: 0; }

.instagram-heading { padding: 60px 0 40px; }
.instagram-heading h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.instagram-heading {
    padding-top: 60px;
}

h2.side-lined {font-family: 'Josefin Sans'; font-weight: 900; font-size: 35px;}
h2.side-lined .fancy {
  font-family: 'Playfair', serif;
  text-transform: none;
  display: block;
  line-height: 70px;
  font-size: 25px;
  font-weight: 100 !important;
    color: #fff;
    margin: 10px 0 0px;
    text-align: center;
}

h2.lines {display:none;}

/* Simple Instagram */
#instagram-container { width: 100% !important; }
li.si_item { width: 10% !important; line-height: 11px; opacity: 0.8;}
li.si_item:hover { 
	opacity: 1; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: 	all 0.5s ease;
	-ms-transition: 	all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	transition: 		all 0.5s ease;
}
.section-full-width.section-custom .section-boxed {
	max-width: 100%;
	margin:0px !important;
	border:0px !important;
	padding:0px !important;
}

#footer-global[role="contentinfo"] h3 {
	color: #333;
	margin: 0; 
	padding: 0; 
	border: none; 
}


#footer-global[role="contentinfo"] a {
    color: #638ecc;
}

#footer-global[role="contentinfo"] a:hover {
    color: #000;
}






/*
 *  ADDED BY TAYLOR BERMAN - http://codelovecreative.com
 */


#mega-menu-wrap-Front .mega-menu-toggle:before,
#mega-menu-wrap-Front .mega-menu-toggle.mega-menu-open:before {
	font-size: 44px;
        content: "\f333" !important;
	float: left !important;
}

#mega-menu-wrap-Front .mega-menu-toggle:after {
	display: none;
}



/* Homepage slider */
body.home .rfwbs_slider {
    z-index: 0 !important;
    max-height: 500px;
}

.rfwbs_slider .rfwbsoverlay {
  display: none !important;
}

.logo-icons.container {
  z-index: 2;
}

body.rfwbs-active {
  padding-bottom: 0;
}

.header-background-image {
	background-attachment: initial !important;
	background-size: contain !important;
}



/* NAV MENU */
select.mobile-menu {
  display: none;
}

#mega-menu-wrap-Front {
    display: inline-block !important;
    max-width: 760px;
    margin-left: 20px;
}

#mega-menu-wrap-Front #mega-menu-Front {
  padding: 0px 10px 0px 0;
}

.mega-menu-item, li.mega-menu-item a {
    font-family: 'Josefin Sans', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
}

#header-navigation li:hover a, ul.mega-sub-menu li a, ul.mega-sub-menu li a:hover {
	color: #fff !important;
}

#header-navigation a.healcode-cart-text-link {
    background-image: url(https://onedowndog.com/wp-content/uploads/2017/06/location-icons.jpg);
    background-position: -20px 1px;
    background-size: 65px;
    padding: 0px 11px;
    height: 27px !important;
    opacity: 0.4 !Important;
}

#header-navigation a.healcode-cart-text-link:hover{
    opacity: 1 !important;
}

.mega-menu-item li:hover, .mega-menu-item li a:hover, ul.mega-sub-menu li a, ul.mega-sub-menu li a:hover,
#mega-menu-wrap-Front #mega-menu-Front > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-Front #mega-menu-Front > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-Front #mega-menu-Front > li.mega-menu-item > a.mega-menu-link:focus {
    background:rgb(142,182,227) !important;
    background: transparent\7 !important;
    background:rgba(142,182,227,0.9) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#94b5e5,endColorstr=#94b5e5) !important;
    zoom: 1 !important;
}

.mega-menu-item li:hover {
    filter: none !important;
}





/* HOMEPAGE COLOR BOXES */
.boxes .one_third {
  margin: 20px 2% 0 0;
}

.boxes .box {
    display: inline-block;
    position: relative;
    width: 280px;
    height: 225px;
    width: 310px;
    height: 247px;
    border: 0;
}

.boxes a.box .hover {
  opacity: 0;
  z-index: 1;
  transition: opacity 500ms;  
}

.boxes a.box .bg {
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;
}

.boxes a.box:hover .hover {
  opacity: 1;
}


/*@media (min-width: 768px) and (max-width: 960px) {
	.one_third .squareDemo {
		width: 100% !important;
		height: 190px !important;
	}
}*/



/* New Student Special */

.new-students, .signup, .app {
    padding: 30px 0 40px;
    margin: 70px 0;
}


.new-students {
  padding-bottom: 20px;
}

.section-full-width.new-students {
  margin: 20px 0 50px;
}

.new-students .line, .new-students h2, .more .line, .more h2, .app h2 {
    display: inline-block !important;
    vertical-align: middle;    
}

.new-students .line, .more .line {
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.new-students .title, .signup .title, .app .title {
  text-align: center;
}

#main .new-students h2, #main .signup h2, #main .app h2 {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 50px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 6px;
  margin: 0 10px;
  color: #fff !important;
}

.page #main .new-students h2 {
  font-size: 30px;
  line-height: 40px;
}

#main .new-students h3 p, #main .signup h3 p {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 34px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 4px;
  text-shadow: none;
  color: #fff !important;
}

.page #main .new-students h3 p {
  font-size: 30px;
  font-weight: 600;
  /*margin-bottom: 0;*/
}

.new-students .columns {
    margin: 0;
}

.new-students .columns.five {
    width: 320px;
}

.new-students .columns:nth-child(2) {
  font-size: 31px;
  line-height: 41px;
  padding: 23px 0 0;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  text-shadow: -2px 2px 3px #000;
}

.new-students .columns.alpha:last-child {
    text-align: center;
}

.new-students a.button.black.large, .signup a.button.black.large {
  width: 200px;
  text-align: center;
  font-family: 'Roboto', sans-serif !important;
  font-size: 30px;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 31px auto 0;
  background-color: #000;
  color: #fff !important;
  line-height: 30px;
  display: block;  
}

.new-students a.button.black.large:hover, .signup a.button.black.large:hover {
  background-color: #666;
  color: #fff !important;
}

.new-students a.button span.fancy, .signup a.button span.fancy {
  display: block;
  text-transform: none !important;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 2px;  
}


.page .new-students a.button.black.large {
  font-size: 20px;
  letter-spacing: 2px;
  padding: 7px 0 10px;
  margin-top: 10px;
  line-height: 22px;
}


.page .new-students a.button span.fancy {
  line-height: 15px;
  font-size: 18px; 
}

.fine-print {
  background: #FFF;
  color: #8B8787;
  font-size: 12px;
  padding-bottom: 10px;
  display: none;
}



.nss {
	background: url(/wp-content/uploads/2015/07/nss-bg.jpg) center center;
	background-size: cover;
	position: relative;
	height: 500px;
	width: 400px;
	margin: 0 auto;
}

.nss .content {
	background: #fff;
	margin: 20px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 0;
	width: 320px;
        height: 430px;
}

.nss .circle {
	background-color: #94b5e5;
	border-radius: 150px;
	margin: 0 auto;
	height: 300px;
	width: 300px;
}

.nss .circle .text {
	padding-top: 100px;
	text-align: center;
	margin: 0 auto;
	width: 180px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'helvetica';
}

.nss .circle .text .small {
    font-size: 12px;
    margin-bottom: -10px;
    letter-spacing: 1px;
}

.nss .circle .text .large {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
}

.nss .circle .text .medium {
	font-size: 40px;
	margin-bottom: 10px
}

.nss .circle .text .thin {
	font-weight: lighter;
}

.nss .circle .text .tiny {
    font-size: 6px;
    letter-spacing: 1px;
    line-height: 10px;
}

.nss .amatic {
	font-size: 60px;
	text-align: center;
	margin-top: 25px;
}

.nss a.button {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff !important;
    padding: 10px 10px;
    text-align: center;
    margin: 25px auto 0;
    text-align: center;
    width: 100px;
    display: block;
    background-color: #94b5e5 !important;
}

.nss a.button:hover {
    background-color: #62759E !important;
}

.home .intro {
    margin: 50px auto;
    text-align: center;
}

.home .intro span.fancy {
  display: block;
}

.home .container .sixteen.columns {
	width: 100%;
}

.home .nss {
    width: 880px;
}

.home .nss .content {
    width: 800px;
}




/*
@media (min-width: 768px) and (max-width: 960px) {
	.new-students {
		padding: 15px 0 25px;
	}
	.new-students .columns:nth-child(1) {
		width: 280px;
	}
	.new-students .columns:nth-child(2) {
		padding-top: 10px;
		width: 270px;
	}
	.new-students .columns:nth-child(3) {
		  width: 170px;
	}
	.new-students .columns:nth-child(2) {
		font-size: 20px;
		padding: 20px 35px 0 0;
	}
}
*/




/* Sign Up Section Homepage */
.section-full-width.teal-bg {
  background-color: #48a5b7;
}

#main .signup h2 {
    display: block !important;
    font-size: 40px !important;
}

#main .signup h3 {
  text-align: center;
}

#main .signup h3 span {
  color: #fff;
}

.container.sign-up {
  padding: 26px 0;
  width: 1020px;
  display: none;
}

.container.sign-up .left, .container.sign-up .right {
  width: 50%;
}

.container.sign-up .left {
  float: left;
}

.container.sign-up .right {

}

#main .sign-up h3.amatic {
  font-family: amatic_scregular !important;
  letter-spacing: 1px;
  font-size: 56px;
  line-height: 61px;
  color: #fff;
}

#main .sign-up h5.gleegoo {
  font-size: 30px;
  text-transform: none;
  line-height: 30px;
  color: #000 !important;
}


.sign-up #mc_embed_signup {
    margin: 0;
}

.container.sign-up .right {
  float: left;
  background: url(../../uploads/2015/05/icon-email.png) 10px center no-repeat;
  padding-left: 80px;
  box-sizing: border-box;
}

/*#mc-embedded-subscribe.button {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  background-color:#000 !important;
  height: 44px !important;
  font-weight: 600 !important;
  width: 150px;
  margin: 0 auto;
  color: #000 !important;
  font-family: 'josefin sans' !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
  padding: 6px 10px;
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
}*/

#popmake-overlay {
    background: rgba(0,0,0,0.5);
}

.popmake-content {
    background: #fff;
    padding: 30px;
    text-align: center;

}

.popmake>.popmake-close {
  font-weight: 300;
  font-size: 40px;
  top: 10px;
  right: 10px;
}

.popmake-content h3,
.e2ma_signup_message {
    font-family: 'Josefin Sans', sans-serif !important;
    max-width: 560px;
    margin: 30px auto;
    font-weight: bold;
    color: #000 !important;
    font-size: 22px !important;
    letter-spacing: 1px;
    line-height: 26px !important;
}

div#popmake-3637 {
    background: #fff;
    position: relative !important;
}

#pum-3637 {
    background: rgba(0,0,0,0.7);
}

#pum-3637 .e2ma_signup_image_container {
    display: block;
}

#popmake-3637 .pum-close {
    top: 5px !important;
    right: 10px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 40px !important;
}

.popmake-content #submitBtn {
    margin: 20px auto 5px;
    width: 180px;
    text-align: center;
    color: #fff !important;
}

#e2ma_signup_form_button_row {
    float: none;
    text-align: center;
}

input#e2ma_signup_reset_button {
    display: none !important;
}

.popmake-content #mc-embedded-subscribe.button {
  background-color: #94b5e5;
  color: #fff !important;
}

.popmake-content #mc-embedded-subscribe.button:hover {
  background-color: #000;
  color: #fff !important;
}

.popmake-content input, i.popmake-content input[type="text"]:focus {
    border: 2px solid #000;
    width: 300px;
    max-width: 90%;
    margin: 0 auto;
}

.sign-up #mce-EMAIL, .sign-up #mce-MMERGE1, .sign-up #submitBtn {
    float: left;
}

#mce-responses {
    margin-top: 30px;
}

.sign-up #mc_embed_signup form {
  padding-top: 0;
}

.sign-up #mce-EMAIL, .sign-up #mce-MMERGE1 {
  border: 0;
  letter-spacing: 2px;
  height: 44px;
  line-height: 20px;
  margin-right: 10px;
  width: 47%;
  float: left;
}

.sign-up #mce-EMAIL::-webkit-input-placeholder, .sign-up #mce-MMERGE1::-webkit-input-placeholder {
  font-weight: 600 !important;
  font-family: 'brandon_grotesque_regularRg' !important;
  font-size: 18px !important;
  color: #434d63;
}

.sign-up #mce-EMAIL:-moz-placeholder, .sign-up #mce-MMERGE1:-moz-placeholder { /* Firefox 18- */
  font-weight: 600 !important;
  font-family: 'brandon_grotesque_regularRg' !important;
  font-size: 18px !important;
  color: #434d63;
}

.sign-up #mce-EMAIL::-moz-placeholder, .sign-up #mce-MMERGE1::-moz-placeholder {  /* Firefox 19+ */
  font-weight: 600 !important;
  font-family: 'brandon_grotesque_regularRg' !important;
  font-size: 18px !important;
  color: #434d63;
}

.sign-up #mce-EMAIL:-ms-input-placeholder, .sign-up #mce-MMERGE1:-ms-input-placeholder {  
  font-weight: 600 !important;
  font-family: 'brandon_grotesque_regularRg' !important;
  font-size: 18px !important;
  color: #434d63;
}



.schedule .button {
  margin: 0 auto;
  background: #47a4b6;
  color: #fff;
  font-size: 30px;
  height: auto;
  padding: 20px;
  width: 40%;
  display: block;
  line-height: 34px;
  text-align: center;
  margin-top: 20px;
}

.schedule .button:hover {
	background: #2B899B;
}
.schedule .button a {
  color: #fff !important;
}

#form-container input[type="text"], #form-container input[type="password"], #form-container input[type="email"], #form-container textarea {
  background: #fff !important;
  border: 1px solid #ccc !important;
}






#content .offering {
    padding-bottom: 50px;
}

#content .offering .offer {
  width: 40%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
}

#content .offering .offer img {
  max-width: 300px;
  border: 0;
}

.offering p {
  width: 56%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 26px;
}


.container.more {
  text-align: center;
    padding-bottom: 40px;
}

.container.more a {
  line-height: 40px;
  color: #48a5b7;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
}

.container.more a:hover {
  text-decoration: underline !important;
}


.more h2 {
  margin: 0 10px;
}

.more .links {
  margin: 20px auto;
}

.links ul li {
    list-style: none;
}

.links a.button {
    width: 300px;
    margin: 0 auto;
}

.links a.button:hover {
    text-decoration: none !important;
}

.more .line, .intro .line {
  background-color: #000;
}


.wpcf7-text {
    max-width: 520px;
}

.wpcf7 input[type="submit"] {
  background-color: #47a4b6; 
}




/*

@media (max-width: 960px) {
	.container.sign-up {
	  padding-top: 29px;
	  width: 820px;
	}
	.sign-up #mce-EMAIL, .sign-up #mce-MMERGE1 {
		float: none;
	}
	#mc_embed_signup .button {
		  width: 220px !important;
	}
	.container.sign-up .six.columns.alpha {
	  width: 410px;
	  padding-left: 20px;
	  padding-top: 60px;
	}
	.container.sign-up .eleven.columns {
	  width: 330px;
	}
	#mc_embed_signup form {
		padding-left: 50px;
	}

  .sign-up #mce-EMAIL::-webkit-input-placeholder, .sign-up #mce-MMERGE1::-webkit-input-placeholder {
    text-align: center;  
  }

  .sign-up #mce-EMAIL:-moz-placeholder, .sign-up #mce-MMERGE1:-moz-placeholder { 
    text-align: center;  
  }

  .sign-up #mce-EMAIL::-moz-placeholder, .sign-up #mce-MMERGE1::-moz-placeholder { 
    text-align: center;  
  }

  .sign-up #mce-EMAIL:-ms-input-placeholder, .sign-up #mce-MMERGE1:-ms-input-placeholder {  
    text-align: center;  
  }
}*/


@media (max-width: 768px) {
	#mega-menu-wrap-Front {
	    position: absolute !important;
	    left: 110px !important;
	    top: 4px !important;
	}

	#mega-menu-wrap-Front #mega-menu-Front {
	    visibility: hidden !important;
	}

	#mega-menu-wrap-Front .mega-menu-toggle {
		display: block !important;
	}

	#mega-menu-wrap-Front .mega-menu-toggle.mega-menu-open + #mega-menu-Front a {
	    color: #fff !important;
	    font-weight: 600 !important;
	    font-size: 20px !important;
	}

	#mega-menu-wrap-Front .mega-menu-toggle.mega-menu-open + #mega-menu-Front li {
	    display: block;
	}

	#mega-menu-wrap-Front .mega-menu-toggle.mega-menu-open + #mega-menu-Front {
	    background: #000; 
	    visibility: visible;
	}


	#header-background-nav {
		max-width: 768px;
	        min-width: initial !important;
	}

	#header-background-nav .container {
	    max-width: 100% !important;
	        min-width: initial !important;
	}

	#header-background-nav .social-icons {
	    position: absolute !important;
	    right: 0 !important;
	    top: 9px !important;
	    display: block !important;
	}

}



/*@media (max-width: 768px) {
	#header-background-nav {
		max-width: 768px;
	}

	#header-background-nav .container {
	    max-width: 100% !important;
	}

	#header-background-nav .social-icons {
	    position: absolute !important;
	    right: 0 !important;
	    top: -6px !important;
	    display: block !important;
	}

	.mega-menu {
	  background: #fff !important;
	  width: 180px !important;
	  float: right !important;
	  margin: 5px 0 0 !important;
	  padding: 0 !important;
	}

	#header-background-nav .social-icons {
	    position: absolute;
	    top: -9px;
	}

  #logo-image {
	display: block !important;
  }
  .social-icons {
	float: left !important;
	margin-left: 120px !important;
	margin-top: -31px !important;
  }

    #main .new-students h2 {
        text-align: center;
    }
    .boxes .one_third {
        margin-bottom: 0;
    }

    #main .sign-up h2.amatic {
      font-size: 46px;
      margin: 0 0 10px 0;
      line-height: 50px;
    }

    .sign-up #mce-EMAIL, .sign-up #mce-MMERGE1, .sign-up #submitBtn {
      float: none;
      width: 100% !important;
    }
    #mc-embedded-subscribe.button {
        width: 100% !important;
    }

    #contact .one_fourth {
      text-align: center !important;
      margin: 20px 0 !important;
      border-bottom: 1px solid #eee !important;
      padding-bottom: 20px !important;
    }

    #contact .one_fourth.align-center, #contact .one_fourth.align-right {
        margin-top: 0 !important;
    }

    #contact .one_fourth.align-right {
        margin-bottom: 0 !important;
    }

	.container.sign-up {
	  width: 90%;
	  padding: 30px 0 1px;
	  margin: 0 auto;
	}

	.container.sign-up .six.columns.alpha {
	  float: none;
	  padding-left: 0;
	}
	
	#main .sign-up h2.amatic {
	  font-size: 37px;
	}

	#main .sign-up h5.gleegoo {
	  font-size: 20px;
	  padding: 0 120px;
	}

	.sign-up #mc_embed_signup {
	  margin: 0 auto;
	  width: 310px;
	}
	
	.container.sign-up .eleven.columns {
	  width: 100%;
	  margin: 0 auto;
	}
}

@media (max-width: 650px) {
	#header-background-nav {
		max-width: 550px;
	        min-width: initial !important;
	}
}

@media (max-width: 550px) {
	#header-background-nav {
		max-width: 475px;
	}
}

@media (max-width: 480px) {
	#header-background-nav {
		max-width: 350px;
	}

	#logo-image {
		display: block !important;
	}

  .social-icons {
	margin-left: 104px !important;
  }

	#main .sign-up h5.gleegoo {
	  font-size: 20px;
	  padding: 0 40px;
	}

	.container.sign-up .eleven.columns {
	  width: 100%;
	}

	.sign-up #mc_embed_signup {
	  width: 270px;
	}
}

@media (max-width: 320px) {
	#header-background-nav {
		max-width: 320px;
	}

}


*/

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    display: none;
}

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

	#shiftnav-toggle-main, .shiftnav-toggle-mobile {
	    display: block !important;
	}

	a.shiftnav-target {
	    color: #fff;
	    padding: 10px;
	    line-height: 70px;
	    text-transform: uppercase;
	    font-size: 40px;
	}
	
	.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
		width: 520px !important;
	}

	.shiftnav.shiftnav-left-edge {
	    left: 0;
	    -webkit-transform: translateX(-520px) !important;
	    -moz-transform: translateX(-520px) !important;
	    -ms-transform: translateX(-520px) !important;
	    -o-transform: translateX(-520px) !important;
	    transform: translateX(-520px) !important;
	}

	.shiftnav-open .shiftnav.shiftnav-open-target {
	    -webkit-transform: translateX(0) !important;
	    -moz-transform: translateX(0) !important;
	    -ms-transform: translateX(0) !important;
	    -o-transform: translateX(0) !important;
	    transform: translateX(0) !important;
	}
	
}





/* INNER PAGES */

p.quote {
  background: #f2f2f2;
  border: 1px solid #dedede;
  padding: 20px 30px;
  margin: 0 80px 30px;
} 




/* SIDEBAR */

a.button.red.btn-block:hover {
  background-color: #ce303b;
}

a.button.purple.btn-block:hover {
  background-color: #5c4978;
}

a.button.tan.btn-block:hover {
  background-color: #d77524;
}




/* PRICING */

.container.pricing-cols {
  text-align: center;
}

ul.pricing-table:first-of-type {
  margin: 0 auto;
  width: 100%;
}

.onetoone ul.pricing-table {
  width: 342px !important;
  margin: 0 auto !important;
}

.onetoone ul.pricing-table .pricing {
  width: 50%;
}

ul.pricing-table:first-of-type {
  margin: 0 auto;
  width: 260px;
}

ul.pricing-table .plan-price {
	background-color: #000 !important;
}

ul.pricing-table .plan-title {
	background-color: #94b5e5 !important;
}

ul.pricing-table:first-of-type  .plan-title {
	background-color: #47a4b6 !important;
}

#content a.sign-up-btn {
  background: #fe4451 !important;
  color: #fff !important;
}

.plan-price {
  background-color: #94b5e5 !important;
}

.onetoone ul.pricing-table .plan-price {
	background-color: #129b41 !important;
}



.pricing-column {
  display: inline-block;
  width: 24%;
  padding: 0 10px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}


.pricing-column.three {
  width: 32%;
}

.pricing-column.two {
  width: 32%;
  padding: 0 3%;
  box-sizing: border-box;
  vertical-align: top;
}

.pricing-column li,
.pricing-column .desc p {
  list-style: none;
  margin-bottom: 0;
}

.pricing-column li:first-child, .pricing-section h3,
.pricing-column p.price {
  font-size: 30px;
  margin-bottom: 20px;
}

.pricing-column li.small {
  font-size: 17px;
  line-height: 24px; 
}

#main .pricing-column h3, #main .pricing-section h3 {
    font-size: 22px;
    font-family: 'josefin sans', sans-serif !important;
    font-weight: 800;
    letter-spacing: 2px;
}

#main .pricing-section:first-child h3 {
  font-size: 40px;
  letter-spacing: 3px;
}

.pricing-column span {
  font-style: italic;
}

.pricing-section .line {
  background: #000;
  height: 1px;
  width: 200px;
  margin: 0 auto 20px;
}


#main .pricing-section h4 {
  font-family: 'Amatic' !important;
  font-size: 40px;
  color: #7c64a0;
  margin-top: 20px;
}

.pricing-column a.button {
    color: #fff !important;
    padding: 10px 20px;
    margin-top: 20px;
}

.pricing-column a.button:hover {
    background-color: #62759E !important;
}

.home #content {
	background: #fff !important;
}


div.trainer_bio {
	padding-top: 0 !important;
}

div.trainer_bio div p strong, div.trainer_bio div strong {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

div.trainer_bio div p {
  font-family: open_sansregular;
  font-size: 12px;
  font-style: normal;
  color: #404040;
}

div.healcode h1.trainer_name {
    color: #94b5e5 !important;
    text-align: left;
    margin: 0 !important;
}

div.healcode .trainer_list h1.trainer_name {
  background: none !important;
}

body .healcode .trainer_list .trainer_bio, body .healcode .trainer_list .trainer_bio p {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 15px;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #333 !important;
  font-family: open_sansregular!important;
}

/* Pricing Page */
.page-id-1557 .intro {
  max-width: 800px;
  text-align:center;
  margin-top: 50px;
}

.container.testimonial {
    border-bottom: 1px solid #eee;
    padding: 40px 0 20px;
}

.testimonial span {
    font-style: italic;
}

.container.testimonial img {
    border: 0 !important;
    max-width: 200px !important;
}


/* THE TEAM */

div.healcode div.trainer_list .trainer_show, div.healcode .enrollment,
div.healcode.mindbody_classic div.trainer_list .trainer_show {
  border: 0 !important;
  padding-bottom: 40px !important;
  margin-bottom: 30px !important;
  border-bottom: 2px solid #000 !important;
  border-color: #000 !important;
}

div.healcode div.trainer_list .trainer_show .trainer_bio, div.healcode div.trainer_list .trainer_show .trainer_bio p, div.healcode .enrollment p, div.healcode .enrollment .healcode-description-area {
  font-size: 14px !important;
  line-height: 22px !important;
}


div.healcode div.trainer_list .trainer_show .trainer_bio {
  float: left;
  width: 70%;
}

div.healcode div.trainer_list .trainer_show .healcode-image-area, div.healcode .enrollment .healcode-image-area {
	margin: 0 1.5em 0 1em !important;
}

#content .trainer_list .trainer_show .healcode-image-area img, div.healcode .enrollment:nth-child(even) .healcode-image-area img {
	margin-bottom: 10px;
	border: 0 !important;
}

#content .trainer_list .trainer_show .healcode-image-area img {
        border-radius: 200px !important;
}

#main .healcode .trainer_list .trainer_show .trainer_teaches_link, div.healcode .enrollment .healcode-button a {
  box-shadow: none !important;
  padding: 10px !important;
  font-size: 14px;
  opacity: 0.8;
}

#main .healcode .trainer_list .trainer_show .trainer_teaches_link:hover, div.healcode .enrollment .healcode-button a {
  opacity: 1;
}

#main .healcode .trainer_list .trainer_show .trainer_teaches_link a:hover, div.healcode .enrollment .healcode-button a:hover {
  background: none !important;
}

div.healcode .enrollment h2.healcode-enrollment-name {
	font-family: 'Josefin Sans', 'Oswald', sans-serif !important;
  letter-spacing: 2px;
}

div.healcode .enrollment .healcode-button a {
	color: #fff !important;
}

div.healcode .enrollment .healcode-trainer-name {
	color: initial;
}



#main .healcode .trainer_list .trainer_show .trainer_teaches_link {
  background: #94b5e5 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-family: 'josefin sans', sans-serif;
  letter-spacing: 2px;

}

body.page-id-3996 #main .healcode .trainer_list .trainer_show .trainer_teaches_link {
  padding: 0 !important;
}

div.healcode .trainer_show .trainer_teaches_link:hover {
  background: #000 !important;
}

div.healcode .trainer_show .trainer_teaches_link a {
  color: #fff !important;
  background: none !important;
}





ul.tips {
  list-style-position: outside;
  margin-left: 70px;
  font-family: 'open_sansregular'; 
  font-size: 14px;
  line-height: 20px;
}

#main .healcode .trainer_list .trainer_show .trainer_teaches_link {
  float: left !important;
   clear: both !important;
}



.newStudentBox {
  background: #47a4b6;
  padding: 20px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 20px;
  color: #fff !important;
}

.newStudentBox h3, .newStudentBox a, .newStudentBox p {
  color: #fff !important;
}

.newStudentBox h3 {
  font-size: 30px;
}

.newStudentBox p:last-child {
  margin-bottom: 0;
}

a.signupBtn {
  background: #fe4451;
  padding: 10px 15px;
  display: block;
  margin: 20px auto 0;
  width: 110px;
}

a.signupBtn:hover {
  background: #e47c14 !important;
}



#main .healcode h1.entry-title {
  color: #000;
  font-family: 'josefin sans', 'oswald', sans-serif !important;
  font-size: 40px !important;
  display: block;
  padding: 0px;
  letter-spacing: 2px;
}

#main .healcode h1 {
  color: #000;
  background: none !important;
  font-family: 'josefin sans', sans-serif !important;
  font-size: 18px !important;
}

#main .healcode .class_list h1.class_name, #main h1.trainer_name {
  color: #000;
  font-family: 'josefin sans', 'oswald', sans-serif !important;
  font-size: 40px !important;
  display: block;
  padding: 0px;
  letter-spacing: 2px;
}


div.healcode .class_list .class_description p, div.healcode .class_list .trainer_bio p, div.healcode .trainer_list .class_description p, div.healcode .trainer_list .trainer_bio p, body .healcode-description-area p {
  font-family: open_sansregular !important;
  font-size: 12px !important;
  font-style: normal !important;
}


.healcode h1.trainer_name {
  color: #000;
  font-family: 'josefin sans', 'oswald', sans-serif !important;
}



.healcode select {
  color: #000;
  float: left;
  margin-right: 10px;
}

.healcode-date-links-area.date_links.week_links {
  clear: both;
}


img.healcode-calendar {
  margin-bottom: -10px !important;
  padding-top: 10px !important;
}

input#start_date {
  width: 30px;
  border: 0;
}


#main h2.healcode-enrollment-name a {
    font-family: 'josefin sans' !important;
    font-size: 30px !important;
    letter-spacing: 2px;
    color: #000 !important;
}

div.healcode h2 .healcode-trainer-name {
  color: #000 !important;
}


.healcode a, div.healcode .healcode-date-links-area a, div.healcode .healcode-date-links-area a:visited, div.healcode a.hc-button, div.healcode input.hc-button {
  color: #94b5e5 !important;
}


.page-id-1279 .healcode.enrollments .enrollment {
    border-bottom: 2px solid #94b5e5 !important;
}

.page-id-1279 div.healcode .healcode-date-links-area a:hover {
  background-color: transparent !important;
}

#content a.hc-button.signup_now {
    border-radius: 0;
    background: #94b5e5;
    width: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'josefin sans', sans-serif;
    color: #FFF !important;
    font-size: 15px;
    line-height: 24px;
}

#content a.hc-button.signup_now:hover {
  background-color: #000 !important;
  color: #fff !important;
}


a.newStudentBtn {
  background: #47a4b6;
  color: #fff !important;
  padding: 10px 20px;
  line-height: 80px !important;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  width: 210px;
  display: block;
  text-align: center;
}






#mega-menu-wrap-Front #mega-menu-Front > li.mega-menu-flyout ul.mega-sub-menu {
  width: 200px;
}

#mega-menu-wrap-Front #mega-menu-Front > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding: 7px 10px !important;
  line-height: 20px !important;
}



#content a.linkSection,
#content div.linkSection {
  display: block;
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
  text-transform: uppercase;
  margin: 50px 0;
  color: #fff !important;
  font-family: 'josefin sans';
  opacity: 0.8;
}

#content a.linkSection:hover {
  opacity: 1;
}


a.linkSection.bgRed {
    background-color: #FE4451;
}

a.linkSection.bgBlue,
div.linkSection.bgBlue {
    background-color: #94b5e5;
}

a.linkSection.bgPurple {
    background-color: #7C64A0;
}

a.linkSection.bgGreen {
    background-color: #7C64A0;
}

a.linkSection.bgAqua,
div.linkSection.bgAqua {
    background-color: #47A4B6;
}

a.linkSection.bgOrange {
    background-color: #FB8D00;
}

a.linkSection.bgYellow {
    background-color: #fefe2c;
}




.page-template-page-fullwidth-sections .container .eight.columns {
  box-sizing: border-box;
  width: 470px;
  margin: 0;
  padding: 0 10px;
}

.page-template-page-fullwidth-sections .container .columns.alignLeft {
	float: left;
}

.page-template-page-fullwidth-sections .container .columns .fullWidth {  
  float: none;
  text-align: center;
}

.page-template-page-fullwidth-sections h2 {
  font-size: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.page-template-page-fullwidth h1 {
    text-align: center;
}

.page-template-page-fullwidth-sections .container .columns .fullWidth h2 {
  margin-bottom: 40px;
}

.page-template-page-fullwidth-sections .container .columns .fullWidth h3 {  
  font-family: 'amatic' !important;
  font-size: 50px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}


.arrowRight {
	width: 0; 
	height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #fff;
  display: inline-block;
  margin-left: 6px;
}

.linkSection.noArrow .arrowRight {
  display: none;
}





/*
 * ABOUT PAGE
 */


#content .hc_footer img {
  display: none !important;
}


.healcode.prospect textarea, .healcode.prospect input[type="text"], .healcode.prospect input[type="email"] {
  background: #fff;
  border: 1px solid #333;
}





/*
 * LOCATIONS PAGE - NEW
 */

.single-locations .intro {
    margin: 30px auto 50px;
    text-align: center;
}

.single-locations .intro .line {
    width: 150px;
    height: 3px;
}

.single-locations #main h1 {
    background: white;
    padding-top: 34px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 50px;
    letter-spacing: 3px;
}

.single-locations #main #content h2.fancy {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.single-locations .info {
  display: flex;  
}

.info, .location_img,
.directions,
.involved,
.fam {
    margin-bottom: 80px;
}

.single-locations .info .about {
    width: 570px;
    text-align: justify;
    padding-right: 50px;
    border-right: 1px solid #000;
    margin-right: 40px;
}

.single-locations #main #content .about h2.fancy,
.single-locations #main #content .involved h2.fancy {
  text-align: left;
}

.single-locations .info .about p {
  line-height: 28px;
}

.single-locations .info span.icon {
  background-image: url('/wp-content/themes/one-down-dog/img/locations-icons.jpg');
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 20px;
}

.contact.right {
  width: 300px;
}

.contact.right p, #content .contact.right a {
    font-size: 15px;
    font-family: 'open sans', sans-serif;
    font-weight: 100;
}

.single-locations .info .address .icon {
  background-position: 0 0;
}

.single-locations .info .phone .icon {
    background-position: 0 -72px;
}

.single-locations .info .email .icon {
    background-position: -1px -118px;
}

.single-locations .info .email .icon a {
    color: #8eb6e3;
}

.single-locations #content img.location_img {
    margin-bottom: 80px;
}

.single-locations .directions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-locations .section-full-width.new-students {
	margin-bottom: 120px;
}

.single-locations .directions .parking {
  width: 380px;
  text-align: justify;
}

.single-locations .directions .map {
  width: 540px;
}

.single-locations #main .directions h2 {
  font-size: 26px;
}

.involved {
  padding: 20px 0 70px;
}

.single-locations #main #content .involved h2.fancy {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}

.single-locations .involved .buttons-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}

.single-locations .involved .buttons-section .button {
  display: block;
}

.single-locations .involved .buttons-section .item.schedule,
.single-locations .involved .buttons-section .item.buy {
    border-right: 1px solid #000;
}

.single-locations .involved .buttons-section .item {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}

.single-locations .involved .buttons-section .icon {
  background-image: url(https://onedowndog.com/wp-content/uploads/2017/06/location-icons.jpg);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  margin: 0 auto 20px;
  background-size: 210px;
}

.single-locations .involved .buttons-section .buy .icon {
  background-position: -70px;
}

.single-locations .involved .buttons-section .events .icon {
  background-position: -140px;
}

.single-locations .involved .buttons-section a {
    background: #000;
    height: 20px;
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
}

.single-locations .involved .buttons-section a:hover {
    background: #94b5e5;
}

.fam {
    margin: 0 auto;
    max-width: 750px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

#content .fam .img {
    max-width: 300px;
    margin-right: 40px;
    border-radius: 300px;
    height: 300px;
    border: 0;
    margin-bottom: 0;
}

#content .fam h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;

}

.fam .desc {
    max-width: 380px;
    text-align: justify;
}

.fam a.button {
  letter-spacing: 2px;
}

.locations-page .items {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

.locations-page a.location-item {
    display: block;
    max-width: 100%;
    width: 48%;
    text-align: center;
}

.locations-page a.location-item p {
    font-style: italic;
    font-family: 'playfair display';
}




/*
 * LOCATIONS PAGE
 */

.page-template-template-locations .container .eight {
  width: 450px;
}

.page-template-template-locations .location {
/*	display: inline-block;
	width: 49%;*/
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
}

.page-template-template-locations .location:first-child {
  margin-bottom: 130px;
}

.page-template-template-locations .location h3 {
    font-size: 50px;
    margin-bottom: 30px;
    letter-spacing: 4px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 800 !important;
}

.page-template-template-locations .container {
  margin-bottom: 50px;
}

.location-image {
    width: 800px;
    height: 400px;
    background-size: cover !important;
    margin: 0 auto 30px;
}

.page-template-template-locations .map {
  margin-bottom: 30px;
}

p.parking {
    margin-bottom: 0;
}

.page-template-template-locations #content .location .location-buttons {
  margin-bottom: 20px;
}

.page-template-template-locations #content .location a.button {
  padding: 10px;
  display: inline-block;
  margin-right: 20px;
  width: auto;
  height: 30px;
  line-height: 30px;
  width: 167px;
  color: #fff;
  text-align: center;
  opacity: 1;
  margin-bottom: 20px;
}


.page-template-template-locations #content .location a.button:hover {
  opacity: 0.8;
}


.page-template-template-locations .intro {
	margin: 50px auto;
  text-align: center;
}

.intro .line {
  width: 50px;
  height: 1px;
  background-color: #000;
}

.page-template-template-locations .intro .line, .page-template-template-locations h1, .intro .line, .page #main .intro h1 {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0;
}

 .page #main .intro h1,
 .archive #main .intro h1 {
    margin: 0 auto;
    max-width: 500px;
    line-height: 70px;
    display: block !important;
    text-align: center;
}

.archive #main .intro h1 { 
    margin-bottom: 0;
    margin-top: 10px;
}

.archive #main .intro {
    text-align: center;
    margin: 30px auto 40px;
}

.page-template-template-locations.page #main h1 {
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 50px;
  margin-bottom: 0;
  /*margin: 0 20px;*/
  padding: 0;
}

.intro p {
    margin-top: 30px;
}

.page-template-template-locations .buttons a.button {
    display: block;
    width: 340px;
    margin: 0 auto 20px;
    max-width: 90%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    letter-spacing: 2px;
    background: #000;
}

.page-template-template-locations .buttons a.button:hover {
  background-color: #94b5e5;
}

.app h2 {
    font-weight: 800;
    font-size: 40px;
}

.app h3, .app h3 p {
  font-family: 'Josefin Sans', sans-serif !important;
  text-align: center;
  font-weight: 400;
  letter-spacing: 4px;
  text-shadow: none;
  color: #fff !important;
}

.app h3 p {
  font-size: 23px;
}




.full-width-page .intro {
  width: 800px;
  margin: 40px auto 50px;
  max-width: 90%;
  text-align: center;
}


/*
 * LOCATIONS PAGE
 */

.page-id-1555 div.healcode h1.class_name, .class_info {
  margin-bottom: 20px !important;
}

.page-id-1555 div.healcode div.class_list .class_show {
  border-color: #fff !important;
  float: left;
  width: 440px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center !important;
}

.page-id-1555 div.healcode div.class_list .class_show:nth-child(odd) {
  clear: both;
}

.page-id-1555 #main .healcode .class_offered_link {
  box-shadow: none !important;
  opacity: 0.8;
}

.page-id-1555 #main .healcode .class_offered_link:hover {
  opacity: 1;
}

.page-id-1555 .healcode .class_offered_link a:hover {
  background: none !important;
}

body div.healcode .class_list .class_description, body div.healcode .class_list .class_description p {
  font-size: 14px !important;
  line-height: 20px !important;
}



#footer-global .columns {
  margin-top: 20px;
}

#footer-global .columns h3 {
    font-size: 14px;
    line-height: 17px;
    border: 0;
    margin-bottom: 5px;
}

#footer-global .columns p {
  line-height: 20px;
  font-size: 13px;
}

.app-button {
  display: inline-block;
  max-width: 45%;
}

.app-button:first-child {
  margin-right: 2%;
}

.app-button img {
    width: 100%;
    height: auto;
}






.app .buttons {
  text-align: center;
  margin: 0 auto;
  height: 33px;
}

.app .buttons a {
  display: inline-block;
}

.app .buttons a img {
  width: 100px;
}




/* -------------------------------------------
 * Overwrite parent theme's responsive styles 
 * -------------------------------------------
 */


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  .full-width,
  .one_half,
  .one_third,
  .one_fourth,
  .one_fifth,
  .one_sixth {
    width: initial;
  }

  h1 {
    font-size: initial;
    line-height: initial;
  }


#header-global h1 {
    text-transform: lowercase;
}
  
  #logo {
    margin-top: initial;
  }
    
  #about p {
    font-size: initial;
    line-height: initial;
  }
  
  #uber-statement {
    font-size: initial;
    line-height: initial;
    margin-top: initial;
  }
  
  .header-background-image {
    height: initial;
  }
  
  .logos h2 {
    display: initial;
  }
  
  #client-logos {
    margin-top: initial;
    margin-bottom: initial;
  }
  
  #client-logos li {
    float: initial;
    margin-bottom: initial;
  }
  
  #portfolio-filter li {
    float: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
  }
  
  .meta-category .comment-count {
    float: initial;
    display: initial;
    margin-top: initial;
  }
  
  .header-logo {
    text-align: initial;
  }
  
  #header-global .social-icons {
    float: initial;
    text-align: initial;
  }

}

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

  .pricing-third, 
  .pricing-fourth, 
  .pricing-fifth { 
    width: initial;
  } 

}

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

  .pricing-third, 
  .pricing-fourth, 
  .pricing-fifth { 
    width: initial;
  }
  
  .social-icons li a,
  .social-icons.footer li a {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: initial;
  }
  
  #contact-details p {
    font-size: initial;
    line-height: initial;
  }
  
}






/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  .full-width,
  .one_half,
  .one_third,
  .one_fourth,
  .one_fifth,
  .one_sixth {
    width: initial;
  }

  h1 {
    font-size: initial;
    line-height: initial;
  }

  #header-global {
    text-align: initial;
  }
  
  #logo {
    margin-top: initial;
  }
    
  #about p {
    font-size: initial;
    line-height: initial;
  }
  
  #uber-statement {
    font-size: initial;
    line-height: initial;
    margin-top: initial;
  }
  
  .header-background-image {
    height: initial;
  }
  
  .logos h2 {
    display: initial;
  }
  
  #client-logos {
    margin-top: initial;
    margin-bottom: initial;
  }
  
  #client-logos li {
    float: initial;
    margin-bottom: initial;
  }
  
  #portfolio-filter li {
    float: initial;
    font-size: initial;
    line-height: .initial;
    paddinginitial initial;
  }
  
  .meta-category .comment-count {
    float: initial;
    display: initial;
    margin-top: initial;
  }
  
  .header-logo {
    text-align: initial;
  }
  
  #header-global .social-icons {
    float: initial;
    text-align: initial;
  }

}

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

  .pricing-third, 
  .pricing-fourth, 
  .pricing-fifth { 
    width: initial;
  } 

}

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

  .pricing-third, 
  .pricing-fourth, 
  .pricing-fifth { 
    width: initial;
  }
  
  .social-icons li a,
  .social-icons.footer li a {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: initial;
  }
  
  #contact-details p {
    font-size: initial;
    line-height: initial;
  }
  
}







/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  .full-width,
  .one_half,
  .one_third,
  .one_fourth,
  .one_fifth,
  .one_sixth {
    width: initial;
  }

  h1 {
    font-size: initial;
    line-height: initial;
  }

  #header-global {
    text-align: initial;
  }
  
  #logo {
    margin-top: initial;
  }
    
  #about p {
    font-size: initial;
    line-height: initial;
  }
  
  #uber-statement {
    font-size: initial;
    line-height: initial;
    margin-top: initial;
  }
  
  .header-background-image {
    height: initial;
  }
  
  .logos h2 {
    display: initial;
  }
  
  #client-logos {
    margin-top: initial;
    margin-bottom: initial;
  }
  
  #client-logos li {
    float: initial;
    margin-bottom: initial;
  }
  
  #portfolio-filter li {
    float: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
  }
  
  .meta-category .comment-count {
    float: initial;
    display: initial;
    margin-top: initial;
  }
  
  .header-logo {
    text-align: initial;
  }
  
  #header-global .social-icons {
    float: initial;
    text-align: initial;
  }

}

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

  .pricing-third, 
  .pricing-fourth, 
  .pricing-fifth { 
    width: initial;
  } 

}

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

  .pricing-third, 
  .pricing-fourth, 
  .pricing-fifth { 
    width: initial;
  }
  
  .social-icons li a,
  .social-icons.footer li a {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: initial;
  }
  
  #contact-details p {
    font-size: initial;
    line-height: initial;
  }

  
}





/* Tablet (Portrait)
--------------------------------------------------*/

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .container { 
      width: 960px; 
    }
    
    .container .column,
    .container .columns {
        margin-left: initial;
        margin-right: initial;
    }
    
    .column.alpha,
    .columns.alpha {
        margin-left: initial;
        margin-right: initial;
    }
    
    .column.omega,
    .columns.omega {
        margin-right: initial;
        margin-left: initial;
    }
    
    .alpha.omega {
        margin-left: initial;
        margin-right: initial;
    }
    
    .container .one.column,
    .container .one.columns { 
      width: 960px;
    }
    
    .container .two.columns { 
      width: 960px;
    }
    
    .container .three.columns { 
      width: 960px;
    }
    
    .container .four.columns { 
      width: 960px;
    }
    
    .container .five.columns { 
      width: 960px;
    }
    
    .container .six.columns { 
      width: 960px;
    }
    
    .container .seven.columns { 
      width: 960px;
    }
    
    .container .eight.columns { 
      width: 960px;
    }
    
    .container .nine.columns { 
      width: 960px;
    }
    
    .container .ten.columns { 
      width: 960px;
    }
    
    .container .eleven.columns { 
      width: 960px;
    }
    
    .container .twelve.columns { 
      width: 960px;
    }
    
    .container .thirteen.columns { 
      width: 960px;
    }
    
    .container .fourteen.columns { 
      width: 960px;
    }
    
    .container .fifteen.columns { 
      width: 960px;
    }
    
    .container .sixteen.columns { 
      width: 960px;
    }
    
    .container .one-third.column { 
      width: 960px;
    }
    
    .container .two-thirds.column { 
      width: 960px;
    }
    
    /* Offsets */
    
    .container .offset-by-one { 
      padding-left: initial;
    }
    
    .container .offset-by-two { 
      padding-left: initial;
    }
    
    .container .offset-by-three { 
      padding-left: initial;
    }
    
    .container .offset-by-four { 
      padding-left: initial;
    }
    
    .container .offset-by-five { 
      padding-left: initial;
    }
    
    .container .offset-by-six { 
      padding-left: initial;
    }
    
    .container .offset-by-seven { 
      padding-left: initial;
    }
    
    .container .offset-by-eight { 
      padding-left: initial;
    }
    
    .container .offset-by-nine { 
      padding-left: initial;
    }
    
    .container .offset-by-ten { 
      padding-left: initial;
    }
    
    .container .offset-by-eleven { 
      padding-left: initial;
    }
    
    .container .offset-by-twelve { 
      padding-left: initial;
    }
    
    .container .offset-by-thirteen { 
      padding-left: initial;
    }
    
    .container .offset-by-fourteen { 
      padding-left: initial;
    }
    
    .container .offset-by-fifteen { 
      padding-left: initial;
    }

}

/* Mobile (Portrait)
--------------------------------------------------*/

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    
    .container { 
      width: initial;
    }
    
    .container .columns,
    .container .column { 
      margin: initial;
    }

    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column  { 
      width: 960px;
    }

    /* Offsets */
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen { 
      padding-left: initial;
    }

}

/* Mobile (Landscape)
--------------------------------------------------*/

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .container { 
      width: 960px;
    }
    
    .container .columns,
    .container .column { 
      margin: initial;
    }

    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .container .one-third.column,
    .container .two-thirds.column { 
      width: 960px;
    }

}

@media screen and (max-device-width: 460px), screen and (max-device-height: 460px) {
 
  div.healcode div.trainer_list .trainer_show:nth-child(odd) .trainer_bio,
  div.healcode .trainer_show > div.trainer_info > .healcode-image-area,
  div.healcode div.trainer_list .trainer_show:nth-child(even) .trainer_bio {
    text-align: left !important;
    float: none !important;
    width: 100% !important;
  }

  .healcode .trainer_list .trainer_show:nth-child(even) h1.trainer_name,
  .healcode .trainer_list .trainer_show:nth-child(even) .trainer_bio {
    float: none !important;
    text-align: left !important;
  }

  div.healcode .trainer_show > div.trainer_info > .healcode-image-area {
    margin: 0 !important;
    width: 380px !important;
    display: block !important;
  }

  div.healcode div.trainer_list .trainer_show .trainer_bio,
  div.healcode div.trainer_list .trainer_show .trainer_bio p,
  div.healcode .enrollment p,
  div.healcode .enrollment .healcode-description-area,
  div.healcode div.trainer_list .trainer_show .trainer_bio > div {
    font-size: 24px !important;
    line-height: 56px !important;
  }

  #main .healcode .trainer_list .trainer_show .trainer_teaches_link, div.healcode .enrollment .healcode-button a {
    height: 70px;
    width: 100%;
    font-size: 40px !important;
    text-align: center;
    line-height: 73px !important;
  }

  #main .healcode .trainer_list .trainer_show .trainer_teaches_link {
      float: none !important;
      text-align: center !important;
  }

  .healcode-date-field, .healcode-time-field, .healcode-time-field, .mbo_class {
    margin-bottom: 20px !important;
  }

  div.list_view ol.enrollment_list div a {
    line-height: 43px !important;
  }

  #content a.hc-button.signup_now {
    width: 190px !important;
  }

}



body, #header-global, #main {
  min-width: 960px !important;
  margin: 0 auto !important;
}
.container {
	min-width: 960px !important;
}



body.blog #main h1 {
  font-size: 34px !important;
  padding: 10px !important;
/*  margin-top: 40px !important;*/
}






/* HEADER SOCIAL ICONS ROLLOVERS */
.fa-facebook:hover {
	color: #3b5998 !important;
}

.fa-instagram:hover {
	color: #517fa4 !important;
}

.fa-yelp:hover {
	color: #d43424 !important;
}
.fa-google-plus:hover {
	color: #dd4b39 !important;
}



/* BLOG CATEGORY HEADER */

div#category-icons-container {
    display: block;
    position: relative;
    clear: both;
    width: 945px;
    height: 133px;
    background: #fff url('/wp-content/uploads/2015/07/bg-blog-categories.png') no-repeat top center;
    margin: 0 auto 20px;
    padding: 35px 0px;
}

div#category-icons {
    display: block;
    width: 945px;
    height: 125px;
}

ul#category-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 7px;
}

#category-list li {
    float: left;
    display: block;
    width: 130px;
    height: 125px;
    margin: 0px 12px;
}

#category-list li a, #category-list li a:link, #category-list li a:visited, #category-list li a:hover {
    display: block;
    width: 130px;
    height: 125px;
    text-align: center;
    line-height: 220px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #736f6f;
    font-size: 18px;
    text-decoration: none;
}

#category-list li#noise {
    background: url('../../uploads/2016/02/icon-noise.jpg') no-repeat;
}

#category-list li#network {
    background: url('../../uploads/2016/02/icon-network.jpg') no-repeat;
}

#category-list li#eat {
    background: url('../../uploads/2016/02/icon-eat.jpg') no-repeat;
}

#category-list li#life {
    background: url('../../uploads/2016/02/icon-life.jpg') no-repeat;
}

#category-list li#impact {
    background: url('../../uploads/2016/02/icon-impact.jpg') no-repeat;
}

#category-list li#practice {
    background: url('../../uploads/2016/02/icon-practice.jpg') no-repeat;
}

#category-list li:hover {
	opacity: 0.6;
	transition: fade 300ms;
}

.cat-desc {
    text-align: center;
    width: 600px;
    margin: 0 auto 30px;
}

.cat-desc .archive-title {
    font-size: 60px;
    font-family: 'amatic_scregular';
    margin-bottom: 20px;
    line-height: 40px;

}


.cat-desc .archive-title.blue {
    color: #94b5e5;
    text-shadow: -1px 1px 1px #5E729C;
}

.cat-desc .archive-title.teal {
    color: #47A4B6;
    text-shadow: -1px 1px 1px #1F6573;
}

.cat-desc .archive-title.purple {
    color: #7C64A0;
    text-shadow: -1px 1px 1px #553F75;
}

.cat-desc .archive-title.pink {
    color: #FE4451;
    text-shadow: -1px 1px 1px #9A131C;
}

.cat-desc .archive-title.orange {
    color: #FB8D00;
    text-shadow: -1px 1px 1px #AB6103;
}

.cat-desc .archive-title.yellow {
    color: #fefe2c;
    text-shadow: -1px 1px 1px #7F8006;
}




.post {
	margin-bottom: 100px;
}

#main .post h2 {
	line-height: 40px;
	padding: 5px 20px;
}

#sidebar .widget_recent_entries {
    font-size: 14px;
}

.widget_recent_entries ul li:before {
	font-size: 10px;
}




#news {
    text-align: center;
    background-color: #94b5e5;
    color: #fff;
    font-weight: 600;
}

#news p {
    color: #fff;
    margin-bottom: 0;
}

#news a {
    color: #fff;
    text-decoration: underline !important;
}

#news healcode-widget a {
    padding: 0;
    text-decoration: underline !important;
    font-weight: bold;
}

.section-full-width#news .sixteen.columns {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news {
    height: 430px;
    width: 960px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.news .caption {
    background: rgba(0,0,0,0.7);
    padding: 30px 20px !important;
    height: 370px;
    width: 250px;
    float: right;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.news .caption h2 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 0 !important;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px !important;
    letter-spacing: 1px !important;
    line-height: 28px;
}

.news .caption h2,
.news .caption p {
   color: #fff !important;
}

.news .caption p {
  text-align: center;
	line-height: 24px !important;
}

.news a.button,
.news healcode-widget a {
    background: #94b5e5 !important;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.news a.button:hover,
.news healcode-widget a:hover {
    opacity: 0.8;
}

.boxes .columns {
    display: flex;
    justify-content: space-between;
    float: none;
    margin: 0 auto;
}


#content .testimonial img {
    border-radius: 200px;
    filter: grayscale(100%);
}

.press-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

.press-section a {
  width: 25%;
  max-width: 250px;
  padding: 20px;
}

.press-section a img {
    border: 0 !important;
    width: 100%;
}

@media (max-width: 500px) {
  .press-section a {
    width: 50%;
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .press-section a {
    width: 100%;
  }
}



button.bw-header__account-link,
span.bw-header__filter-link-text {
    background-color: #fff !important;
    color: #000 !important;
}

button.bw-fullcal-button,
button.bw-widget__cta.js-locked,
button.bw-empty__clear {
	background-color: #94b5e5 !important;
	color: #fff !important;
}

.bw-widget button.bw-fullcal-button,
.bw-header__filter-link input[type="button"],
.bw-header__account-link {
    color: #000 !important;
    background-color: transparent !important;
}

#bw-widget__schedules-6a575820dda .bw-widget button {
    background: transparent !important;
}