/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

body, p
{
	font-size:1.25em;
        line-height:1.5em;
}
div#header-space
{
	margin-top:-81px;
}

div.image-bg
{
	background:
	linear-gradient(
		rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 0.4)
	),
	url(/wp-content/uploads/2017/11/kinncentrix-kinnamon-group.jpg) !important;
	background-position-y:36% !important;
}


/*div.container.main-content
{
	max-width:100% !important;
	width:100%;
	margin:0 auto;
	padding:0;
}*/

div.headerContainer
{
	height:250px;
}
div.headerContainer h2
{
	line-height:250px;
	font-size:1.9em;
	color:#FFFFFF;
}
div.headerContainer div.customCap
{
	position:relative;
	width:550px;
	margin:-80px auto 30px;
	background-color:#84070f;
	color:#FFFFFF;
	padding:20px;
}

div.headerContainer.caseManagement
{
	background:
	linear-gradient(
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0.7)
	),
	url(/wp-content/uploads/2017/02/case-management-services-rehab-center.jpeg) !important;
	background-size:100% !important;
}

div.headerContainer.dischargePlanning
{
	background:
	linear-gradient(
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0.7)
	),
	url(/wp-content/uploads/2017/02/discharge-planning-services-rehab-center.jpeg) !important;
	background-size:100% !important;
}

div.headerContainer.escort
{
	background:
	linear-gradient(
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0.7)
	),
	url(/wp-content/uploads/2017/02/sober-escort-companion-services-rehab-center.jpeg) !important;
	background-size:100% !important;
}

div.headerContainer.support
{
	background:
	linear-gradient(
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0.7)
	),
	url(/wp-content/uploads/2017/02/support-services-for-rehabilitation-centers.jpeg) !important;
	background-size:100% !important;
}

div.headerContainer.contact
{
	background:
	linear-gradient(
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0.7)
	),
	url(/wp-content/uploads/2017/02/IMG_1660.jpg) !important;
	background-size:100% !important;
}

@media (max-width:550px) {
        body
        {
            background-color:rgba(20,20,20,0);
        }
        div#ajax-content-wrap
        {
            margin-top:-100px;
        }
	a#toggle-nav
        {
            background-color:#333333;
            padding:10px;
            border-radius:3px;
        }
	div.headerContainer div.customCap
	{
		width:90%;
                font-size:.9em;
                line-height:1.2em;
		margin:-3em auto;
		background-color:#84070f;
		color:#FFFFFF;
		padding:20px;
	}
	div.headerContainer h2
	{
		line-height:250px;
		font-size:1.4em;
		color:#FFFFFF;
	}
	div.image-bg
	{
		background-position-y:52% !important;
		background-position-x:32% !important;
	}
}

