/*
 Theme Name:   WordPress Bootstrap Master Child
 Description:  Child theme of WordPress Boostrap Master, customized for Active Engage.
 Author:       Adam Di Pardo
 Template:     wordpress-bootstrap-master
 Version:      1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

html, body {
	font-family: "Open Sans", sans-serif;
	padding-top: 0;
}

h1, h4 {
	font-family: "Raleway", "Open Sans", sans-serif;
}

body.admin-bar .navbar-fixed-top {
	top: 32px;
}

div.menu {
	width: 100%;
}

div.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

div.menu ul li {
	float: left;
}

div.navbar {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: transparent;
	transition-property: all;
	transition-duration: .5s;
	border: none;
}

div.navbar.affix {
	background: #523D7E;
}

div.navbar a.navbar-brand h1 {
	display: inline-block;
	font-size: 24px;
	color: white;
	font-weight: 600;
	margin: 5px 0 0;
}

div.navbar a.navbar-brand h1 span {
	color: #6D677C;
	font-weight: 400;
	font-family: "Open Sans";
}

div.nav.affix div.menu ul {
	float: left;
}

div.navbar ul li a {
	padding: 23px 10px;
	color: white;
}

div.navbar ul li a:hover {
	background-color: #6D677C;
}

div.container-fluid.header {
	background-color: rgba(75, 72, 71, 1);
	background: url(images/light-bulb.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	padding-top: 60px;
	border-bottom: none;
}

div.row-title {
	position: relative;
	padding: 30px 0 20px;
	min-height: 600px;
}

div.row-title > img {
	position: absolute;
	top: 40px;
	left: 20px;
	max-width: 200px;
}

div.title {
	text-align: center;
}

div.header h1 {
	font-size: 48px;
	font-weight: 600;
	color: #332551;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
}

div.header h1 span {
	font-family: "Open Sans";
	font-weight: 400;
	color: #6D677C;
}

div.header h4 {
	text-align: center;
	padding: 225px 0 20px;
	margin: 0;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.9);
	font-size: 4rem;
}

div.header h5 {
	text-align: center;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.9);
	font-size: 3rem;
	margin: 0;
}

div.row-title h4 {
	position: relative;
	left: -100px;
}

div.row-title h5 {
	position: relative;
	left: 100px;
}

div.row-title h4, div.row-title h5 {
	-webkit-transition: all 500ms ease; 
	-moz-transition: all 500ms ease; 
	transition: all 500ms ease;
}

div.row-title h4.scrolled, div.row-title h5.scrolled {
	left: 0;
}

div.content p {
	font-size: 16px;
	color: #303030;
	line-height: 2em;
	margin: 0 0 20px;
	text-align: justify;
	font-weight: 400;
}

.larger {
	font-size: 120%;
}

div.content.who p {
	text-align: justify;
}

body.admin-bar div.content h2 {
	padding-top: 110px;
}

div.content h2 {
	margin: 20px 0;
	color: #332551;
	padding: 40px 0 0;
}

div.contact {
	padding: 0 20px 0 0;
	font-size: 16px;
}

div.contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

div.contact ul li {
	margin: 0;
	padding: 10px 0;
}

div.contact ul li a {
	color: #303030;
}

div.contact ul li a span.glyphicon {
	position: relative;
	top: 2px;
}

div.contact ul li a:hover {
	color: #332551;
	text-decoration: none;
}

div.contact ul li a:hover span.data {
	color: #332551;
	text-decoration: underline;
}

div.offer-teaser {
	background-color: #ebebeb;
	padding: 20px 0;
	margin: 60px 0 0;
}

div.offer-teaser div.icon {
	text-align: center;
}

div.offer-teaser div.icon i {
	color: #523D7E;
	padding: 20px;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(255,255,255,0.75);
	font-size: 4rem;
	width: 8rem;
	height: 8rem;
}

div.offer-teaser h4 {
	text-align: center;
	font-weight: normal;
	font-size: 1.75rem;
	color: #523D7E;
	padding: 5px 0;
}

div.offer-teaser div.icon-container {
	padding: 30px 0;
	-webkit-transition: all 500ms ease; 
	-moz-transition: all 500ms ease; 
	transition: all 500ms ease;
	opacity: 0;
	position: relative;
	top: -30px;
}

div.offer-teaser div.icon-container.scrolled {
	opacity: 1;
	top: 0;
}

div.offer-teaser h2 {
	margin: 20px 0 10px;
	color: #332551;
	text-align: center;
}

div.contact-bar {
	background-color: #523D7E;
	padding: 40px 0;
	margin: 60px 0 0;
}

div.contact-bar h2 {
	margin: 0;
	padding: 0;
	padding-top: 0 !important;
	color: white;
	text-align: center;
}

div.contact-bar div.contact h3 {
	color: white;
	text-align: center;
	font-weight: 300;
}

div.contact-bar div.contact a {
	color: white;
	font-weight: 300;
}

div.contact-bar div.contact a:hover {
	color: #f0f0f0;
}

div.contact-bar div.contact ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.contact-bar div.contact ul li {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: white;
	line-height: 2em;
}

div.contact-bar div.contact ul li img {
	width: 32px;
}

div.home-page-footer {
	background-color: #523D7E;
	color: white;
	padding: 10px 0;
	min-height: 60px;
}

div.home-page-footer #widget-footer {
	display: none;
}

div.home-page-footer p.attribution {
	position: absolute;
}

/**
 * Home Page Content Override
 */
div.home-page {
	height: 0;
	padding-top: 0 !important;
}

@media (max-width: 991px) {
	div.row-title {
		min-height: 0;
		background-size: auto 100%;
	}

	div.row-title > img {
		max-width: 150px;
	}

	div.row-title h4 {
		font-size: 3rem;
		left: 0;
	}

	div.row-title h5 {
		font-size: 2rem;
		padding-bottom: 80px;
		left: 0;
	}

	.navbar-toggle .icon-bar {
		background-color: white;
	}

	.navbar-toggle {
		border-color: white;
	}

	div.row-title {
		padding: 20px 0 20px;
	}
}

@media (max-width: 767px) {
	div.container-fluid.header {
		background-size: auto 100%;
	}

	div.row-title {
		padding-top: 0;
	}

	div.row-title > img {
		left: 50%;
		top: 10px;
		margin-left: -75px;
	}

	div.row-title h4 {
		padding-top: 150px;
	}
}