/*
Theme Name: Courage Recovery
Theme URI: https://couragerecovery.com
Author: Rob Korobkin, MPH
Author URI: https://robkorobkin.org
Description: Original WordPress template for Courage Recovery
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: couragerecovery
*/



html, body { 
	margin: 0; padding: 0;

	font-family: "Vend Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;

	
}

div {
	box-sizing: border-box;

}

.Button a {
	display: inline-block;
	height: 50px;
	margin: 0 0 25px;
	border-radius: 15px;
	background: rgb(0, 162, 229);
	line-height: 50px;
	padding: 0 20px;
	cursor: pointer;
	color: white;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: none;
}
.Button:visited {
	color: white;
	text-decoration: none;
}



.header {
	background: #333;
	height: 100px;
	width: 100%;
	position: fixed;

}	

.header .logoContainer {
	float: left;
	width: 450px;
}


.header .logoContainer img {
	height: 100%;
	float: left;
	display: block;
}

.header .logoText {
	float: left;
	color: white;
	font-weight: 700;
	font-size: 40px;
	line-height: 100px;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
	display: block;

}


.header .rightContainer {
	float: right;
}

.header .jumpButton {
	float: right;
	display: block;
	/*box-shadow: 0 0 20px #bbb;*/
	height: 50px;
	margin: 25px;
	border-radius: 15px;
	background: rgb(0, 162, 229);
	line-height: 50px;
	padding: 0 20px;
	cursor: pointer;
	color: white;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: none;
}

.header .phoneNumber:hover {
	box-shadow: -5px 5px 5px rgba(255, 255, 255, 0.2);
}

.header .main-navigation {
	float: right;
}

.header .main-menu {
	color: white;
	font-size: 20px;
	
	list-style: none;
	float: right;
	margin: 0; padding: 0;
}

.header .main-menu li {
	float: right;
	margin: 0;
	padding: 0 30px;
	position: relative;
}

.header .main-menu li.current-menu-item a {
	color: white;
}

.header .main-menu li a {
	display: block;
	height: 80px;
	line-height: 100px;
	color: #ddd;
	text-decoration: none;
}


.header .main-menu li:hover a {
	cursor: pointer;
	color: white;
}

.header .main-menu li:hover li a {
	cursor: pointer;
	color: black;
}

.header .main-menu li ul {
	position: absolute;
	left: 20px;
	display: none;
	
	background: white;
	width: 300px;
	padding: 0;
	border: solid 2px #ccc;
	list-style: none;
}

.header .main-menu li:hover ul {
	display: block;
}

.header .main-menu li ul li {
	float: none;
	padding: 0;
	border-top: dashed 1px #ccc;
	
}



.header .main-menu li ul li:first-child {
	border: none;
}


.header .main-menu li ul li a{
	display: block;
	float: none;
	color: black !important;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	/*font-weight: 700;*/
	

}
.header .main-menu li ul li a:hover{
	color: black;
	background: #efefef;
}





.bodyFrame {
	
}

.splashContainer {
	height: 800px;
	background-size: cover;
	padding-top: 200px;
}


.splashText {
	width: 460px;
	background: rgba(255,255,255,.9);
	float: right;
	margin-right: 100px;
	padding: 30px;
	border: solid 2px #ccc;
}

.splashText .headline {
	font-size: 30px;
	font-weight: 600;
}

.splashText .text {
	font-size: 20px;
}

.splashText .jump {

	display: block;
	float: left;
	height: 40px;
	border-radius: 5px;
	background: rgb(0, 162, 180);
	line-height: 40px;
	padding: 0 20px;
	
	cursor: pointer;
	color: white;
	font-weight: 600;
	letter-spacing: .1em;

}

.splashText .jump:hover {
	text-decoration: underline;
}


.bodyTextContainer {
	width: 800px;
	padding-top: 100px;
	margin: 0 auto 30px;
	line-height: 30px;
}

.bodyTextContainer h3 {
	margin: 40px 0 0;
}

.bodyTextContainer .applyBTN {
	display: inline-block;
	
	height: 40px;
	border-radius: 5px;
	background: rgb(0, 162, 180);
	line-height: 40px;
	padding: 0 20px;
	
	cursor: pointer;
	color: white;
	font-weight: 600;
	letter-spacing: .1em;
}



.programtype_description img {
	box-shadow: none !important;
	float: none !important;
}


.contentItem {
	padding: 50px 0 30px;

	border-bottom: dashed 1px #ccc;
}

.contentItem .left {
	width: 40%;
	float: left;
}



.contentItem .left img{
	width: 100%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.program_listing {
	border-top: solid 1px #ccc;
	padding: 30px 0;
}


.program_listing .location_line {
	font-size: 13px;
	font-style: italic;
}

.program_listing:first-child {
	border: none;
}

.programItem img {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	width: 250px;
	float: left;
	display: block;
	margin-right: 30px;
}

.programItem .right {
	float: left;
	width: 460px;
}

.programItem .right h3 {
	margin-top: 0;
}

.program_listing h3 a {
	color: black;

}


.person_listing {
	border-top: solid 1px #ccc;
	padding: 30px 0;
}


.personItem .title_line {
	font-size: 13px;
	font-style: italic;
}

.person_listing:first-child {
	border: none;
}

.personItem img {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	width: 250px;
	float: left;
	display: block;
	margin-right: 30px;
}

.personItem .right {
	float: left;
	width: 460px;
}

.personItem .location_line {
	font-style: italic;
}

.personItem .right h3 {
	margin-top: 0;
}

.person_listing h3 a {
	color: black;

}


.contentItem .right {
	width: 60%;
	float: right;
	padding-left: 30px;
}

.contentItem .right h3 {
	margin-top: 0px;
}



.footer {
	border-top: solid 1px #eee;
	margin: 10px 30px 10px;
	padding-top: 10px;
}

.footer .copyright {
	font-size: 12px;
	color: #777;
	text-align: right;
}



#hamburger {
	display: none;
}

/* lose the header button for skinnier screens */
@media (width <= 1100px) {
  .header .jumpButton {
  	display: none;
  }
}

/* on tablets and below do a hamburger menu */
@media (width <= 900px) {


		/* HEADER TEXT */
		.header .logoContainer {
			float: none;
			width: 100%;
		}
		.header .logoText {
			font-size: 30px;
			line-height: 100px;	
		}



		/* MOBILE MENU */
		#hamburger {
			display: block;
			margin: 20px;
		}
		.header .rightContainer {
			position: relative;
			float: right;
		}
		.header .main-navigation {
			display: none;
			position: absolute;
			right: 0;
			top: 100px;
			background: #333;
		}
		.header .main-menu li {
			float: none;
		}
		.header .main-menu li a {
			display: block;
			height: 50px;
			line-height: 50px;
			color: #ddd;
			text-decoration: none;
		}



		/* NO SUB-MENUS ON HAMBURGER */
		.header .main-menu li ul {
			display: none;
		}
		.header .main-menu li:hover ul {
			display: none;
		}


		.splashText {
			width: 100%;
			margin: 400px 0 50px;
			background: #eee;
		}

		.splashText .headline {
			font-size: 25px;
		}


		.bodyTextContainer {
			width: 100%;	
		}
		.programItem .right {
			width: 100%;
		}
		.programItem .right h3 {
			margin-top: 15px;
		}
		.personItem .right {
			width: 100%;
		}
		.personItem .right h3 {
			margin-top: 15px;
		}
		.person_listing .description {
			display: none;
		}

		h1 {
			line-height: 40px
		}
		



}



