
/* General
================================================== */
body {
	background: url(../images/wood.jpg);
	font-size:13px;
	line-height: 21px; 
	font-family: 'Roboto Slab', serif;
	color: #2a4a62;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	color: #2a4a62;
}

h3 {
    color: white;
    font-family: "Pacifico",cursive;
    font-size: 32px;
    margin: 0 0 15px;
    text-align: center;
}

h4 {
    border-bottom: 1px solid #dae1e6;
    color: #97a7b3;
    margin: 30px 0 15px;
    padding: 0 0 5px;
}

h5 {
    font-size: 18px;
    margin: 0 0 5px;
}

p {
	margin: 0 0 15px;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

  .reaxion {
	padding: 12px 0 10px;
	margin: 30px 0 0;
}

.reaxion a {
    background: url(../images/reaxion.png) no-repeat;
    color: #727272;
    display: block;
    font-size: 10px;
    margin: auto;
    padding: 0 0 0 20px;
    width: 120px;
}

div {
	position:relative;
}

.right {
	float: right !important;
}

strong {
	color: inherit;
}

.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

ul li {
	list-style: outside;
	margin: 5px 0 5px 13px;
}

.flexnav, 
.mobile,
.none,
.menu-button {
	display: none;
}



.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #fff;
    border: none;
    color: #5a7ca6;
    font-family: "Oswald",sans-serif;
    font-size: 19px;
    margin: 0;
    padding: 15px;
    text-shadow: none;
	width:auto;
	-webkit-appearance: none;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #ddd;
    border: none;
    color: #5a7ca6;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: none;
    border-radius: 2px;
    color: #777;
    display: block;
	font-family: 'Maven Pro', sans-serif;
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 0;
	text-indent: 10px;
	-webkit-appearance: none;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover, select:hover,
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:hover, select:focus {
    border: none;
    border-radius: 2px;
    color: #777;
   
}

form {
	margin: 0;
}


.mobile {
	display:none !important;
}



/* Header
================================================== */
.gold_bar {
	background: url(../images/gold-bar.png) repeat-x;
	height:13px;
}

.header {
	z-index:8;
}

.logo {
    float: left;
    margin: 40px 0 0;
}

.social {
    float: right;
    margin: 75px 0 0;
}

.social li {
	float:left;
	margin: 0 0 0 40px;
	list-style: none;
}

.social a:hover {
	color: white;
}









.social li .circle {
    background: none repeat scroll 0 0 #97a7b3;
    border-radius: 50px;
    color: white;
    display: block;
    float: left;
    height: 40px;
    margin: -11px 10px 0 0;
    width: 40px;
	position: relative;
}

.social li .circle:hover {
	background: #195884;
}

/*keep parent highlighted on submenu hover*/
.social li:hover > .circle  {
	background: #195884;
	cursor: pointer;
}

.social ul {
    background: none;
    display: none;
    padding: 20px 0 0;
    position: absolute;
    right: -100px;
    top: 34px;
    width: auto;
    z-index: 9;	
}

.social .circle:hover > ul {
	display: block;
}

.social ul li {
    background: #195884;
	color: white;
	padding:30px 20px;
	width:200px;
	text-align: center;
	border-radius: 3px;	
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	line-height:21px;
}










.social li i {
	font-size: 21px;
	text-align:center;
	display:block;
	margin: 10px 0 0;
}

.social i.fa-envelope, .social i.fa-search {
    font-size: 18px;
}
.social i.fa-clock-o {
    font-size: 25px;
    margin: 8px 0 0 1px;
}

.social li .word  {
	color: #97a7b3;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;    
	float: left;
}

.social input[type="submit"]{
    padding: 5px 0;
	background: #13496e;
	color: #97a7b3;
    width: 100%;
}

.social input[type="submit"]:hover{
	background: #97a7b3;
	color: #195884;
}
















/* Nav
================================================== */
.navbg {
	background: url(../images/navbg.jpg) repeat-x;
	border:1px solid white;
	box-shadow: 0 0px 7px #999;
	border: 1px solid #ddd;
	z-index: 7;
	margin:40px 0 0;
}

.navbg .nav {
    margin: 0 10px;
}

.navbg .nav li {
    float: left;
    margin: 0;
    padding: 10px 0;
    position: relative;
	list-style: none;
}

.navbg .nav li a {
    border-left: 2px solid #c29e66;
    color: #c29e66;
    float: left;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0 36px;
    text-transform: uppercase;
}

.navbg .nav li.current-menu-item  a, 
.single-education .nav li.menu-item-21 a {
    color: #a4834f;
}

.navbg .nav li:last-child > a {
	border-right: 2px solid #c29e66;
}



/* Feature
================================================== */
.feature {
	background: url(../images/bg.jpg) repeat-x center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 150px 0  0;
}	

.feature h4 {
    border-bottom: 1px solid white;
    color: white;
    font-size: 26px;
    line-height: 37px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: center;
	text-shadow: 0px 0px 2px #666666;
}

.feature h5 {
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0px 0 2px #666666;
}


	

/* Welcome
================================================== */
.welcome {
	background: white;
	padding: 70px 0 60px;
}

.welcome h2 {
	font-weight: 300;
	margin: 0 0 20px;
	font-size: 34px;
}

.welcome img {
    border-radius: 50%;
    float: right;
    margin: 0 0 0 20px;
}



/* Boxes
================================================== */
.boxes {
	box-shadow: 0 0 9px #ccc;
	border-top: 1px solid #ddd;
}

.boxes p {
    color: white;
    font-size: 12px;
    text-align: center;
}

.boxes span {
    font-family: "Oswald",sans-serif;
	color: white;
	font-size: 15px;
	display: block;
	text-align:center;
}



/* Services */
.services_box {
    background: #5aa69a;
    padding: 35px 25px 30px;
	margin: 20px 0;
}





/* Therapists */
.therapists_box {
	background: #5a95a6;
    padding: 35px 20px 30px;
	margin: 20px 0;
}




/* Hours */
.hours_box {
	background: #5a7ca6;
    padding: 35px 20px 30px;
	margin: 20px 0;
}

.hours_box strong {
	color:white;
}

.hours_box p {
	font-size: 15px;
	line-height: 22px;
}

.hours_box span {
    color: #5a7ca6;
    font-size: 19px;
    margin: 0 12px;
}





/* Education */
.education_box {
	background: #b99d68;
    padding: 35px;
	margin: 0 0 20px;
	float:left;
}

.education_box .img_wrap {
    border-radius: 50%;
    float: left;
    height: 220px;
    margin: 0 30px 0 0;
    overflow: hidden;
    width: 220px;
}

.education_box img {
    width: 100%;
}

.education_box h3,
.education_box h5,
.education_box p {
	text-align:left;
	margin: 0 0 15px;
	color:white;
}
.education_box span {
   	font-family: "Oswald",sans-serif;
	font-size: 15px;
	text-align:left;
	color:white;
}

.education_box h5 {
	color: white;
	font-size: 18px;
	margin: 0 0 5px;
}


/* Hovers */
.services_box:hover > span,
.therapists_box:hover > span,
.education_box:hover > span {
	color: #195884;
}

.hours_box:hover > span {
	background: #195884;
	color:white;
}





/* Content
================================================== */
.white {
	background: #fff;
	padding: 50px 0;
	min-height:410px;
}

.white h2 {
	padding: 0 0 10px;
}

.header-image {
    background: #edf0f2;
    height: 250px;
    margin: -51px auto 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.header-image h2 {
	position: absolute;
	top:160px;
}

.header-image img {
    display: block;
    float: right;
}

.white_bar {
    background: url(../images/white-bar.png) repeat-x;
    height: 7px;
    margin: -7px 0 50px;
}

.home .white_bar {
	margin:160px 0 0;
}




/* Services
================================================== */

.gallery {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
}

.gallery a {
    display: block;
    float: left;
    height: 138px;
    margin: 1px;
    width: 138px;
}

.gallery img {
    width: 100%;
	display:block;
}





/* Therpists
================================================== */
.each_therapist img {
    border-radius: 50%;
    display: block;
    margin: 5px auto;
}



/* Links
================================================== */

.links .white ul {
	margin: 0;
}

.links .white li {
    border-left: 3px solid #97a7b3;
    list-style: outside none none;
    margin: 10px 0 20px;
}

.links .white strong {
    display: block;
    margin: 0 0 10px 10px;
}

.links .white a {
    background: none repeat scroll 0 0 #dbe0e4;
    display: block;
    padding: 10px;
	font-style: italic;
}

.links .white span {
	font-family: 'Maven Pro', sans-serif;
	display:block;
	font-weight: bold;
	font-style: normal;
	margin: 3px 0 0;
}

.links .white a:hover {
	background: #97a7b3;
	color:white;
}






/* Education
================================================== */

.single .white img {
    border-radius: 50%;
    height: auto;
    margin: 0 0 25px;
    width: 100%;
}



/* Contact
================================================== */

.cd-tabs-content {
	font-family: 'Maven Pro', sans-serif;
}



/* Search
================================================== */

.search .white h4 a:hover {
	color:#2a4a62;
}



/* Footer
================================================== */
.footer {
	background: #134263;
	min-height:200px;
	color: white;
	font-size: 12px;
	padding: 50px 0 20px;
}

.footer strong {
	font-family: 'Maven Pro', sans-serif;
	margin: 0 0 5px;
	display: block;
	font-size: 14px;
	color:white;
}

.footer ul li {
	margin: 3px 0 0;
	list-style: none;
}

.footer a {
	color: white;
	font-family: 'Maven Pro', sans-serif;
}

.footer .columns a:hover {
	color: #ccc;
}

.footer p {
	font-family: 'Maven Pro', sans-serif;
}

.footer iframe {
	margin: 6px 0 0;
}

.footer .social {
    margin: 2px 10px 0 0;
}

.footer .social li .circle {
    background: none repeat scroll 0 0 #fff;
    color: #195884;
    margin: 0 0 0 5px;
}

.footer .social li .circle a{
    color: #195884;
}

.footer .social li .circle ul a{
	color:white;
}

.footer .social ul {
    right: 0;
    top: auto;
	bottom:34px;
    padding: 0 0 20px;
}




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


/* Header
======================================== */
.social li {
    margin: 0 0 0 20px;
}

.navbg .nav li a {
	padding: 0 22px;
}


/* Feature
======================================== */
.feature h4 {
    font-size: 22px;
    line-height: 31px;
}


.feature {
    padding: 100px 0 0;
}


.home .white_bar {
    margin: 100px 0 0;
}


/* Welcome
======================================== */
.welcome h2 {
    font-size: 27px;
    margin: 0 0 15px;
}


/* Boxes
======================================== */
.boxes .hours_box p {
    font-size: 14px;
    margin: 0 0 27px;
}

.education_box .img_wrap {
    margin: 0 30px 50px 0;
}

/* Content
======================================== */
.header-image img {
    margin: 0 -100px 0 0;
}

/* Services
======================================== */
.gallery a {
    height: 108px;
    width: 108px;
}


/* Links
======================================== */
.links .white strong {
    font-size: 12px;
    margin: 0 0 5px 5px;
}



/* Footer
======================================== */
.footer .social li a {
    margin: 2px 7px 0 0;
}



	
}





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

.mobile {
	display:block !important;
}

.desktop {
	display:none !important;
}

.logo {
    display: block;
    float: none;
    margin: 30px auto;
}

h2 {
	text-align: center;
}


/* Flexnav
============================== */


.nav {
	display: none;
}

.navbg {
    margin: 0;
}

.navbg .menu-button .touch-button {
	display: none;
}

.navbg .menu-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #b99d68;
    float: left;
    font-size: 43px;
    margin: 11px 0 0;
    padding: 0;
    width: 35px;
	display:block;
}

.navbg .flexnav {
	display: block;
}

.flexnav.show {
    margin: 0 0 10px !important;
}

.navbg .flexnav li {
    margin: 0;
    padding: 0;
	float:none;
	display:block;/* removes uneccesary margin in ie*/
}

.navbg .flexnav li a {
	display:block;
    background: #b99d68;
    border: medium none;
    color: #fff;
    font-size: 12px;
    margin: 0 0 1px;
    padding: 10px;
    text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
}


.navbg .flexnav li.current-menu-item a {
    background: #a4834f;
}

.navbg .flexnav .touch-button {
    background: #259dc4;
    height: 38px;
    width: 38px;
}

.navbg .flexnav .touch-button .navicon {
    color: #fff;
    padding: 12px 13px;
    top: 10px;
}	

.navbg .flexnav li ul {
    margin: -1px 0 1px;
    width: 100%;
}

.navbg .flexnav li ul li {
    margin: 0;
}

.navbg .flexnav li ul li a {
    background: #259dc4;
    font-size: 11px;
    margin: 0;
    text-indent: 10px;
}


/* Header
============================== */
.navbg {
    background: url(../images/navbg.jpg) repeat;
}


.social {
	display:none;
}

.navbg .social {
	display:block;
}

.navbg ul.social {
    margin: 10px 0;
}

.navbg .social ul {
	right: 0;
}

.social li  {
	margin:0;
}

.social li .circle {
    margin: 0 0 0 15px;
}





/* Feature
============================== */
.feature {
    padding: 50px 0 0;
}

.feature h4 {
	font-size: 18px;
	line-height:26px;
}

.feature h4 br,
.feature h5 br {
    display: none;
}

.home .white_bar {
    margin: 45px 0 0;
}


/* Welcome
============================== */
.welcome {
    padding: 30px 0;
}

.welcome h2 {
    font-size: 25px;
    line-height: 36px;
}
.welcome img {
    width: 200px;
	height:auto;
}


/* Boxes
============================== */
.boxes {
    padding: 20px 0 0;
}

.boxes .services_box,
.boxes .therapists_box,
.boxes .hours_box {
	margin: 0 0 20px;
}

.education_box .img_wrap {
    display: block;
    float: none;
    height: 235px;
    margin: 0 auto 30px;
    width: 235px;
}

.education_box h3, .education_box h5, .education_box p, .education_box span {
    display: block;
    text-align: center;
}


/* Content
============================== */
.header-image {
    height: auto;
    padding: 20px 0 10px;
}

.header-image img {
    display: none;
}

.header-image h2 {
    position: relative;
    top: auto;
}



/* Therpists
============================== */
.each_therapist h4,
.each_therapist p {
    text-align: center;
}

.each_therapist img {
    margin: 0 auto 10px;
}



/* Services
============================== */
.gallery a {
    height: 103px;
    width: 103px;
}


/* Links
======================================== */
.links .white strong {
    font-size: 13px;
    margin: 0 0 10px 10px;
}



/* Contact
============================== */	

.cd-tabs-navigation li {
    width: 140px;
	margin: 0;
}

.cd-tabs-navigation a {
    font-size: 12px;
}


}





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


/* Welcome
==================== */

.welcome h2 {
    font-size: 19px;
    line-height: 28px;
}

.welcome img {
    width: 170px;
}

/* Contact
==================== */

.cd-tabs-navigation li {
    width: 100px;
}

.cd-tabs-navigation a {
    padding: 10px 5px;
}

/* Services
==================== */
.gallery a {
    height: 98px;
    width: 98px;
}


}
