/*
 Theme Name:   Wayne Behavioral Theme
 Template:     xsalta_core2
*/

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;	
}

.content-pagetitle {
	display:none;
}

/*BACKGROUND IMAGE*/
.xs_wrapper {
	background-image: url(img/header.jpg);
	background-size: cover;
    height: 535px;
}
.home .xs_wrapper {
	background-size: cover;
    height: 535px;
    background-image: url(img/header.jpg);
}
/*END BACKGROUND IMAGE*/

/*CORE LAYOUT*/

.core_content {
    padding: 0 0 0 30px;
}

/*END CORE LAYOUT*/

/*CORE CONTENT*/
.core_content h1 {
	margin: 0;
	font-size: 1.7em;
	color: #000;
}
.core_content p, .core_content li {
	font-size: 1.1em;
    font-family: 'Pontano Sans', sans-serif;
	line-height: 1.5;
	color: #000;
}
.core_content a {
	color: #019bd4;
    text-decoration: none;	
}


.core_content h2 {
	color: #074275;
}

.core_layout, .home .core_layout {
    margin: 0 auto;
    background: none;
}

.home .core_layout {
	padding-top: 2px;	
}


/*END CORE CONTENT*/

/*ENTRY CONTENT*/
.entry-content {
	padding-top: 25px;	
	max-width: 1200px;
	margin: 0 auto;	

}

.home .header-pagetitle {
    display: none;
}

.header-pagetitle {
    display: block;
    background-color: #c4dbf2;
    margin: 0;
    padding: 15px 0 15px 50px;
}
/*END ENTRY CONTENT*/

/*CORE HEADER*/
.homeheader #rev_slider_1_1_wrapper {
	position: absolute;	
}

.core_header1 {
	background-color: #547ba6;	
}

.home .core_header2 {
	height: auto;	
}

.core_header2 {
	height: auto;	
}
.core_header1 h2 {
	margin: 14px 50px 14px 0;
	text-align: right;	
	font-size:20px;
	color: #fff;
}
.socialicons {
	margin: 7px 0 0 25px;	
}
.socialicons a:hover {
	color: #43a4db;	
}


.core_header2 {
	padding: 20px 25px 0 25px;	
}
#logo {
	margin: 20px 0 0 100px;
    width: 320px;
	border-radius: 15px;
}

.core_header3 {
        height: 333px;
    }

.home .core_header3 {
	display: block;
}	
.core_header3_col1 {
	padding: 0 0 0 50px;
	width: 500px;
}

.core_sidebar_left {
    background: linear-gradient(to bottom, rgba(196, 219, 242, 1), rgba(255, 255, 255, 0));
    background-size: 100% 20%;
    background-repeat: no-repeat;
    padding-top: 30px;
}

.tmsmenu {
	width: 350px;
    padding: 10px 0 0 0;
}

.nav_horizbut_wrapper {
    float: right;
    background: linear-gradient(to left, rgba(84, 123, 166, 1), rgba(255, 255, 255, 0));
    margin-right: -25px;
    padding-right: 25px;
}

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

.nav_horizbut_wrapper ul.menu li a:hover, .nav_horizbut_wrapper ul.menu .current-menu-item a, .nav_horizbut_wrapper ul.menu .crumb a {
	color: #246193;	
}

.nav_horizbut_wrapper ul.menu > li {
	font-size: 15px;
}

.nav_horizbut_wrapper ul.menu li a:hover {	
	font-weight: bold;
}

.nav_horizbut_wrapper ul.menu ul.sub-menu {
    background: rgba(84, 124, 167, 0.7);
    top: 32px;
}

.tmsmenu .menu li {
	background-color: #705d4d;
}

.tmsmenu .menu li a {
    font-size: 1.2em;
}

.tmsmenu .menu li:nth-child(1) {
	background-color: #e35f34;
}

.tmsmenu .menu li:nth-child(1) .sub-menu li {
	background-color: #c18f47;
}

.tmsmenu .menu li:nth-child(2) {
	background-color: #e89b2b;
}

.tmsmenu .menu li:nth-child(2) .sub-menu li {
	background-color: #f1d467;
}

.tmsmenu .menu li:nth-child(3) {
	background-color: #97ae6b;
}

.tmsmenu .menu li:nth-child(3) .sub-menu li {
	background-color: #e7e47b;
}

.tmsmenu .menu li:nth-child(4) {
	background-color: #adc5cd;
}

.tmsmenu .menu li:nth-child(5) {
	background-color: #3199b7;
}

.tmsmenu .menu li a {
	padding: 12px 30px;	
}

.tmsmenusub ul.subpages {
    list-style: none;
    width: 100%;
    max-width: 400px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.tmsmenusub ul.subpages li {
    background-color: #94b1c4;
    margin: 5px 0; 
    border-radius: 10px;
}

.tmsmenusub ul.subpages li a {
    display: block;
    color: #fff; 
    padding: 5px;
    border-radius: 10px;
}

.tmsmenusub ul.subpages li a:hover {
    background-color: rgba(0, 0, 0, 0.3)
}
/*END CORE HEADER*/


/*CORE FOOTER*/
.core_footer1 {
	background-color: #fff;	
}
.core_footer1 p {
	color: #a7a9ac;
	text-align: center;
}

.core_footer2 {
	background-color: #547ba6;	
	padding: 15px 0;
}
.core_footer2 p {
	color: #fff;
	margin: 0;
}

.targetloc {
	padding-bottom: 10px;	
	text-align: center;
	color:#999;
}

.footeraddress {
	text-align: center;	
}

#footerlogo {
	width: 100%;
    height: auto;
    padding: 0 25px;	
}

.core_footer3 {	
}
.core_footer3 p {
	text-align: center;	
}
/*END CORE FOOTER*/

/*Contact Form Styling*/

.contactFormContainer {
	padding: 0;
    max-width: 400px;
    margin: 0 auto;
}
.contactFormContainer h3 {
    text-align: center;
}
.wpcf7 {

}
.wpcf7 input {
	width: 100%;	
}
.wpcf7 textarea {
	width: 100%;	
}

.contactFormContainer .wpcf7 textarea {
	width: 100%;	
	border-radius: 10px;
	padding-left: 10px;
}

.contactFormContainer .wpcf7 input, .contactFormContainer .wpcf7 textarea {
    width: 100%;
	border-radius: 5px;
	background-color: #d6deec;
    border: #94b1c4 2px solid;
    margin: 3px 0;
    padding: 3px 0 3px 10px;
}

.contactFormContainer .wpcf7 input[type=radio], .contactFormContainer .wpcf7 input[type=submit] {
	width: auto;
	padding: 0 10px;
}

.contactFormContainer .wpcf7 input[type=submit] {
    float: right;
    background-color: #94b1c4;
    color: #fff;
    padding: 5px 13px;
}

.contactFormContainer .wpcf7 input:focus, .contactFormContainer .wpcf7 textarea:focus {
	box-shadow: 0 0 3px 2.25px #AABEDA;
	outline: none;
}

.contactFormContainer .wpcf7 p {
	margin: 7px 0;
	padding: 0;
}
span.wpcf7-list-item {
	display: block;
}

/*End Contact Form Styling*/


/* xs size */
@media only screen
and (min-width: 0px)
and (max-width: 768px) {
body {
	overflow-x: visible !important;	
}
.navbar {
	background-color: #547ba6;	
}
#jPanelMenu-menu {
	background-color: #547ba6;	
}
.homeheader {
	display: none;	
}
.mobileheader {
	background-color: #547ba6;
    height: 100%;	
}
.mobileheader h3 {
	color: #fff;
    text-align: center;
	margin-top: 10px;
}
	
.mobileph a {
	color: #fff !important;
	text-decoration: none !important;
}
	
	
#nav_main .menu > li > a:hover, #nav_main .menu li ul.sub-menu li a:hover{
	background-color: #94b1c4;	
}
    
    .socialicons {
        text-align: center;
        margin: 0;
    }

.xs_wrapper {
	background-color: #fff;	
	background-image: none;
}
.home .xs_wrapper {
	background-color: #fff;	
	background-image: none;
}
.leadin .vc_column-inner .wpb_wrapper {
	border: none;
}
.core_sidebar_left {
	padding-right: 0;	
}
.core_footer2 p, .core_footer2 h4 {
	text-align:center;	
}

.contactFormContainer {
	margin-top: 15px;
	text-align: center;	
	padding: 0;
}

}

/*small*/
@media only screen
and (min-width: 768px)
and (max-width: 992px) { 
body {
	overflow-x: visible !important;	
}
.nav_horizbut_wrapper ul.menu {
	margin-right: 0;
}
.nav_horizbut_wrapper ul.menu li a {
	padding: 0 6px;
    font-size: 13px;
}
#logo {
	margin-top:35px;	
}
    .core_header3 {
        height: 340px;
    }
.core_header3_col1 {
	padding-left: 30px;
	width: 280px;
}
.tmsmenu .menu li a {
    padding: 10px 30px;
}
.leadin .vc_column-inner .wpb_wrapper {
	border: none;
}
.targetloc {
	text-align:center;	
}
}

/*medium*/
@media only screen
and (min-width: 993px)
and (max-width: 1200px) {
    .core_header3 {
        height: 355px;
    }
.core_header3_col1 {
	padding-left: 30px;
}
.leadin .vc_column-inner .wpb_wrapper {
	border: none;
}
}
