/*
 Theme Name:   Focus and Balance Theme
 Template:     xsalta_core2
*/

/* ********************************** */
/* ******** Setting Fonts ********** */

@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300,800,800italic);
@import url('https://fonts.googleapis.com/css?family=Quicksand');

.header-pagetitle {
	display: none;	
}
.home .entry-content {
	padding: 0;	
}
.smallbanner {
	background-image: url("/wp-content/themes/xsalta_focusandbalance/img/tms-header.jpg");	
	background-size:cover;
	height: 322px;
	/*border-bottom: #66bd52 5px solid; */
}
body {
	font-family: 'Quicksand', sans-serif;
	background-color: #fff;
}

h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
}
	
.btn  {
	font-family: 'Open Sans', sans-serif;
}

.alignright {
	float: right;
	margin: 8px;	
}

.alignleft {
	float: left;
	margin: 8px;	
}

.caps {
	text-transform: uppercase;	
}

.red {
	color: #F00;
	font-weight: 600;	
}
	
.core_wrapper {
	margin: 0 auto;
	max-width: 1200px;
}
 .jPanelMenu-panel {
	background: transparent !important; 
 }
 
 .callToday {
	float: right; 
	margin-right: 20px;
 }
 .callToday h2 {
	 font-size: 22px;
	 color: #fff;
	 margin: 10px 0;
 }
 
 .callToday h2 i {
	 color: #000;
 }

.core_sidebar_left {
	padding-right: 30px;
	padding-left: 30px;	
}

.home .core_content {
	padding: 0;	
}

.core_content {
	padding: 0 30px;	
}

.wrapperRow {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.col1 {
	border-right: #000 2px solid;	
}
.col3 {
	border-left: #000 2px solid;	
}

/* ********************************** */
/* ********** Header ************ */
.fs1 {
	font-size: 30px;	
}
.fs1 a {
	color: #fff;	
}
.fs1 a:hover {
	text-decoration: none;
	color: #7acaf1;	
}
.socialicons {
	float: left;
	margin: 5px 0 4px 30px;	
	color: #fff;
}

.core_header1 {
	background-color: #5d73a2;	
}

#logo {
	  width: 350px;
	  margin: 7px 0 10px 10px;	
}

.headerLeftCol {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;	
}
.headerLeftCol p {
	color: #506FA8;		
}
.core_header2 {
	border-bottom: #CFCFCF 1px solid;	
	background-color: #fff;
	padding-top: 8px;
}
.core_header2_container {
	max-width: 1200px;
    margin: 0 auto;	
}


.core_header3 {
	background-color: #fff;	
}

.nav_horizbut_wrapper ul.menu {
	margin-right: 0;	
}


/* ********************************** */
/* ********** Home Layout *********** */

.core_home .core_layout {
	  padding: 0;
	  margin: 0;
}

.core_home .core_content {
	  padding: 0 50px;
}
		
.core_home .entry-content {
	  background-image: none;
	  background-repeat:no-repeat;
	  min-height: 245px;
	  background-color:#fff;
	  padding: 0;
	  margin: 0;
}

.core_home .core_content h1 {
	font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
	padding: 0 0 14px 0;
	margin: 0;
}

.core_layout {
	background-color: #fff;	
}

.neurostarleadin {
	padding-bottom: 21px;	
}

/*.wpb_revslider_element {
	border-bottom: #66bd52 5px solid;
} */

.meetblock h3 {
	font-size: 22px;
    color: #0097d4;
}

.meetbtn {
	display: block;
    background-color: #0097d4;
    float: right;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
}


/* ********************************** */
/* ************* Layout ************ */

.content-pagetitle {
	display: block;	
}

	
h1.entry-title {
	font-family: 'Open Sans', sans-serif;
    font-size: 2em;
	margin: 0;
	padding: 14px 0 14px 70px;
	background-color:#e8e8e8;
	color: #888;
	font-weight:200;
	text-transform:uppercase;
}

.core_content h2 {
    font-size: 1.7em;
	color: #59616b;
}

.core_content h3 {
    font-size: 1.4em;
	color: #000;
	font-weight:500;
}

.core_content p {
    font-weight: 300;
	padding: 0 0 6px 0;
	line-height: 30px;
	font-size: 17px;
}

.entry-content {
	  min-height: 245px;
	  padding: 0;
}

	
.core_content blockquote {
	padding: 20px 0 0 30px;
	background-image: url(img/open-quote.png);
	background-repeat:no-repeat;
	}	

.core_content blockquote p {
	background-image: url(img/end-quote.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	}
	

.core_content table {
	 margin: 20px 0;
}	
.core_content th {
	  background-color: #000;
	  color: #fff;
	  text-align: center;
	  padding: 4px 0;
}
.core_content tr {
	  border-bottom: solid #ccc 1px;
}
.core_content td {
	  padding: 8px 0;
}



.core_content ul {
	padding-top: 6px;
}
.core_content li {
	padding: 0 0 10px 0;
	font-size: 17px;
}
	
a {
	color: #3360B7;
}
a:hover {
	color: #3360B7;
}

.contactform {
    margin-top: 30px;
}

.videocontainer {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.ytvideo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
/* ********************************** */
/* ********** Footer ************ */

.core_footer1 {
	border-top: #5d73a2 5px solid;
	background-image:  url("/wp-content/themes/xsalta_focusandbalance/img/fadecloud_bkgrd.jpg");
    background-repeat: repeat;
	padding: 20px 0 20px 0;

}
.core_footer1_col1 {
	box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;


}
.core_footer1_col2 {
	box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;

}

.core_footer1 p {
	text-align: left;	
	color: #000;
}
.core_footer2 {
	color: #fff;
	background-color:#5d73a2;
	padding: 20px 30px 20px 10px;
	
}
.core_footer2 h2 {
	font-size: 22px;	
}
.core_footer2_col1 {
}
.shortmedia li {
    padding: 0 0 10px 0;
    font-size: 17px;
}

.core_footer3 p {
	padding-left: 30px;	
	padding-top: 8px;
}

.core_footer3 p span.footercol2 {
	float: right;
	color: #CDD3DE;
	margin-right: 30px;
}

.targetlocs, .officehours {
	margin-top: 50px;	
}

.core_footer2 ul.footernav {
	padding: 0;	
	height: 200px;
}

.footernav li {
	width: 24%;
}

.footernav li:first-child {
	margin-left: 0;	
}

.footernav li a {
	width: 100%;
	color: #000;
	background-color: transparent;
	padding: 50px 10px 0 10px;
}

/* ********************************** */
/* ********** Navigation ************ */

/* ********** Horizbut ************ */
.nav_horizbut_wrapper {
	height: 30px;
	float: right;
	margin-top: 100px;
	margin-bottom: 5px;
}
.nav_horizbut_wrapper ul.menu {
	float: right;	
}

.nav_horizbut_wrapper ul.menu > li {
    line-height: 30px;
}

.nav_horizbut_wrapper ul.menu li a {
   	color: #000;
	background-color: transparent;
	text-transform:uppercase;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	
}

.nav_horizbut_wrapper ul.menu li:last-child a {
	border: none;	
}

.nav_horizbut_wrapper ul.menu li a:hover, .nav_horizbut_wrapper ul.menu .current-menu-item a, .nav_horizbut_wrapper ul.menu .crumb a {
	font-weight: bold;
}

.nav_horizbut_wrapper ul.menu li ul.sub-menu li a {
    color: #000;
}

.nav_horizbut_wrapper ul.menu li:hover ul.sub-menu, ul.menu li.sfhover ul.submenu {
    left: auto;
}

.nav_horizbut_wrapper ul.menu ul.sub-menu { 
	position: absolute;
    top: 28px;
    left: -9999px;
    background-color: #ccc;
    width: 275px;
}

.nav_horizbut_wrapper ul.menu ul.sub-menu li {
	line-height: 26px;
	border-radius: 0;	
}

.nav_horizbut_wrapper ul.menu ul.sub-menu li a {
	background-color: transparent;
	width: 100%;	
}

.nav_horizbut_wrapper ul.menu li ul.sub-menu li a:hover {
    color: #fff;
}

.tmsmenu .menu li, .tmsmenu .menu li a:hover, .tmsmenu .menu li.current-menu-item .sub-menu li:last-child a:hover, .tmsmenu .menu li.current-menu-ancestor .sub-menu li:last-child a:hover {
	border-radius: 0;	
}

.tmsmenu ul li:first-child, .tmsmenu ul li:first-child a:hover, .tmsmenu ul li:first-child a {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tmsmenu ul li .sub-menu li:last-child {
	border-radius: 0 !important;	
}

.tmsmenu ul li:last-child, .tmsmenu ul li:last-child a:hover, .tmsmenu ul li:last-child a, .tmsmenu ul li:last-child .sub-menu li:last-child {
	border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.tmsmenu .menu li {
	margin: 3px 0;
}

.tmsmenu .menu li a {
	background-image: none;	
	font-size: 16px;
	line-height: 20px;
	padding: 10px 60px 10px 30px;
}

.tmsmenu .menu li.current-menu-item .sub-menu, .tmsmenu .menu li.current-menu-ancestor .sub-menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.tmsmenu .menu li.current-menu-item .sub-menu li a, .tmsmenu .menu li.current-menu-ancestor .sub-menu a {
	font-size: 16px;
    width: 100%;
    border-radius: 0 !important;
    background-color: transparent;
}

.tmsmenu .menu li.current-menu-item .sub-menu li a:hover, .tmsmenu .menu li.current-menu-ancestor .sub-menu a:hover {
    color: #fff;
}

.tmsmenu .menu li:nth-child(1), .tmsmenu .menu li:nth-child(2), .tmsmenu .menu li:nth-child(3), .tmsmenu .menu li:nth-child(4), .tmsmenu .menu li:nth-child(5), .tmsmenu .menu li:nth-child(6), .tmsmenu .menu li:nth-child(7){
    background-color: #5d73a2;
}

.tmsmenu .menu li:nth-child(1) a:hover, .tmsmenu .menu li:nth-child(2) a:hover, .tmsmenu .menu li:nth-child(3) a:hover, .tmsmenu .menu li:nth-child(4) a:hover, .tmsmenu .menu li:nth-child(5) a:hover, .tmsmenu .menu li:nth-child(6) a:hover, .tmsmenu .menu li:nth-child(7) a:hover {
	background-color: transparent;
}

.tmsmenu .menu li:nth-child(1) .sub-menu li, .tmsmenu .menu li:nth-child(2) .sub-menu li, .tmsmenu .menu li:nth-child(3) .sub-menu li, .tmsmenu .menu li:nth-child(4) .sub-menu li, .tmsmenu .menu li:nth-child(5) .sub-menu li, .tmsmenu .menu li:nth-child(6) .sub-menu li, .tmsmenu .menu li:nth-child(7) .sub-menu li {
    background-color: #cccccc;
	color: #000 !important;
}


.tmsmenu .menu li.current-menu-item .sub-menu li a, .tmsmenu .menu li.current-menu-ancestor .sub-menu a {
	color: #000;
}




/*CONTACT FORM STYLING*/
.homefooterform .wpcf7 input {
	border-radius: 5px;	
}

.footerform .wpcf7 input {
	border-radius: 5px;	
}

.contactFormContainer .wpcf7 input, .contactFormContainer .wpcf7 textarea {
	width: 100%;
	background-color: #ebebeb;
    border: 2px #d5d5d5 solid;
	border-radius: 15px;
	margin: 5px 0;
    padding: 5px 0 5px 10px;	
}

.contactFormContainer .wpcf7 input[type=submit] {
	width: auto;
    padding: 7px 20px;
    background-color: #cccccc;
    color: #fff;
    border: none;
    font-weight: bold;	
}
.contactFormContainer .wpcf7 input[type=checkbox] {
	width: auto;
}
.contactFormContainer .wpcf7 p {
	margin: 0;
	padding: 0;
}
.contactFormContainer .disclaimer {
	font-size: 14px;
	color: #666;	
}

.contactFormContainer {
    border-right: #5d73a2 5px dotted;
    padding: 20px 30px;
}
/*END CONTACT FORM STYLING*/

.servicesrow .wpb_content_element {
	margin-bottom: 0;
}


a.homebutton {
	width: 200px;
	height: auto;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	border: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}

a.homebutton img {
	margin-top: 5px;
	border-radius: 100px;
	/*border: #5d73a2 2px solid;	*/
}

a.homebutton:hover {
	text-decoration: none;	
}

a.homebutton:hover img {
	box-shadow: 2px 0 3px 5px #ccc;
    background-color: #ccc;
}

.biorow {
	/*background-color: #f0f0f0; */
	background-image:  url("/wp-content/themes/xsalta_focusandbalance/img/fadecloud_bkgrd.jpg");
    background-repeat: repeat;
   /* padding: 30px 15px 10px 0; */
	padding: 10px 15px 10px 0;
    margin: 0 0 30px 0 !important;
	border-top: 5px solid #5d73a2;
    border-bottom: 5px solid #5d73a2;
}

.formbutton {
	display: table-cell;
    width: 130px;
    background-color: #70cbff;
    height: 130px;
    border-radius: 130px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

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

/* xs size */
@media only screen
and (min-width: 0px)
and (max-width: 768px) {
	.surveyContainer .wpcf7 input[type=text], .surveyContainer .wpcf7 input[type=email] {
	width: 100%;	
}
.surveyContainer .wpcf7 textarea {
	width: 100%;	
}



.surveyContainer .wpcf7 input[type=radio]:before {
	content: ' ';
    display: block;
}

.surveyContainer .wpcf7 p {
	margin: 0;
	padding: 0;
	border-radius: 15px;
}
	
	
	.col1 {
		border-right: none;	
	}
	.col3 {
		border-left: none;	
	}
	
	.home .core_content {
		padding: 0 !important;	
	}
	
	.core_content {
		padding: 0 20px;	
	}
	
	.entry-content {
		padding-top: 0;	
	}
	.smallbanner {
		display: none;	
	}
	
	.mobilerow1 #logo {
		width: 100%;
		height: auto;	
		margin: 0;
	}
	
	.mobilerow1 {
		text-align: center;
		color: #59616b;	
	}
	
	.videocontainer {
		margin: 30px 20px 0 20px;	
	}
	
	ul.footernav {
		padding-left: 5px;	
	}
	
	.wpb_revslider_element {
		display: none;	
	}
	
	.core_footer2 {
		text-align: center;
		padding: 3px 0 0 0;	
	}
	
	.targetlocs {
		margin: 0 0 15px 0;	
	}
	
	.officehours {
		margin: 0;	
	}
}

/* sm size */
@media only screen
and (min-width: 768px)
and (max-width: 992px) { 
a.homebutton {
	width: 160px;	
}
}


/* md size */
@media only screen
and (min-width: 993px)
and (max-width: 1200px) { 

	
}


@media (min-width: 1200px) {
	
}
