/*
Theme Name: Philly Blue
Theme URI: 
Description: 
Author: GPSIMPACT
Author URI: http://gpsimpact.com 
Version: 2.0
*/

/* ------- Global ------- */

img {
	max-width: 100%;
}

body { 
	background-color: #003764;
	font-family: "azo-sans-web", sans-serif;
	color: #323232;
	font-size: 16px;
	line-height: 25px;
	margin-top: 80px;
}

#main {
	background: #fff;
	padding: 40px 0;
}

.home #main {
	padding: 0;
}

.section {
	padding: 50px 0;
}

/* ------- Typography ------- */

h1,
h2,
h3,
h4,
h5,
h6 { 
	color: #003764;
	font-weight: 700;
}

.btn {
	font-weight: 700;
}

.section-title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 26px;
	margin: 0 0 25px 0;
}

/* ------- Header ------- */

.navbar {
	background-color: #003764;
  color: #f1f1f1;
  padding: 10px 0;
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.nav {
	margin-top: 5px;
}

.nav>li>a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	border: none;
}
@media(min-width: 992px) {
	.nav>li>a {
		font-size: 14px;
	}
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #29b1cc;
	border: none;
}

.nav>li.green>a {
	background-color: #77be43;
}

.nav>li.green>a:hover,
.nav>li.green>a:focus {
	background-color: #87ce53;
}

.nav>li.bordered>a:hover,
.nav>li.bordered>a:focus {
	background-color: #29b1cc;
	border-color: #29b1cc;
}

.navbar-brand {
	text-indent: -99999px;
	width: 120px;
	height: 60px;
	background: transparent url('assets/img/logo_360x120.png') no-repeat 10px 15px;
		-moz-background-size: 110px 36px;
		-o-background-size: 110px 36px;
		-webkit-background-size: 110px 36px;
	background-size: 110px 36px; 
}
@media(min-width: 992px){
	.navbar-brand {
		background-position: 0 5px;
		width: 200px;
			-moz-background-size: 180px 60px;
			-o-background-size: 180px 60px;
			-webkit-background-size: 180px 60px;
		background-size: 180px 60px; 
	}
}

.dropdown-menu {
	background-color: #002350;
}

.dropdown-menu>li>a {
	color: #fff;
}
@media (min-width: 768px) {
	.dropdown-menu>li>a {

	}
}

/* ------- Posts & Pages ------- */

.post-meta {
	text-transform: uppercase;
	color: #aaa;
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

/* ------- Home Page: Hero ------- */

.hero {
	background-color: #fafafa;
	background-repeat: no-repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	position: relative;
	z-index: 10;
}

@media (min-width: 768px) {
	.hero {
		padding: 75px 0;
	}
}

.hero .content {
	width: 100%;
	max-width: 480px;
	display: block;
}

@media(min-width: 768px){
	.hero .form-group.zip {
		width: 33%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0;
	}

	.hero .btn {
		width: 65%;
	}
}

.home .hero img {
	width: 100%;
	max-width: 480px;
	height: auto;
	display: block;
	margin: 0 ;
}

/* ------- Home Page: Countdown Bar ------- */

#countdown {
	background-color: #77be43;
	color: #fff;
	padding: 30px 0;
	border-top: 5px solid #fff;
}

#countdown h1,
#countdown h2,
#countdown h3,
#countdown h4,
#countdown h5,
#countdown p {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	text-align: center;
}

/* ------- Home Page: Visions ------- */

#visions {
	background-color: #fff;
	border-top: 5px solid #fff;
}

#visions .item {
	background-color: #003764;
	background-image: url('assets/img/carbon-fibre-v2.png');
	color: #fff;
	text-align: center;
	padding: 15px;
}
@media(min-width: 768px){
	#visions .item {
		width: 33.3334%;
		float: left;
		padding: 60px 15px;
	}
	#visions .item:not(:first-of-type) {
		border-left: 5px solid #fff;
	}
}

#visions .item:nth-of-type(2) {
	background-color: #00457d;
}

#visions .item:nth-of-type(3) {
	background-color: #005396;
}

#visions .item h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	margin: 0 0 25px 0;
}

/* ------- Home Page: Timeline ------- */

#timeline {
	position: relative;
	z-index: 2;
	padding: 20px 0;
}
@media(min-width: 768px){
	#timeline {
		padding: 50px 0;
	}
}

#timeline .container {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media(min-width: 768px){
	#timeline .container {
		border: 3px solid #77be43;
	}
}

#timeline .row:last-of-type {
	margin-top: 50px;
}

#timeline .nav-tabs {
	border: none;
}

.timeline-wrap {
	position: relative;
	z-index: 3;
}

.timeline-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 3px;
  background: #02a1c0;
}

.timeline-item {
	position: relative;
	z-index: 5;
	padding: 0;
	margin-bottom: 40px;
}

.timeline-image {
	background: #fff;
	position: absolute;
  top: 2px;
  left: 10px;
  z-index: 10;
	width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #003764;
}

.active .timeline-image {
	background: #77be43;
}

.timeline-title {
	margin-left: 50px;
	padding: 0 0;
}

.timeline-content h2 {
	margin-top: 0;
}

.timeline-content p:last-of-type {
	margin-bottom: 0;
}

/* ------- Home Page: Take A Stand ------- */

#tas {

}

#tas .item {
	background: #77be43;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	width: 50%;
	text-align: center;
	display: flex;
  justify-content: center;
  flex-direction: column;
  height: 250px;
  background-position: 50%;
	background-repeat: no-repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 10;  
}

@media(min-width: 768px){
	#tas .item {
		width: 25%;
	}
}

#tas .item:not(:first-of-type) {
	font-family: "trumpgothicpro",sans-serif;
}

#tas .item h2,
#tas .item a {
	color: #fff;
	font-size: 45px;
	letter-spacing: 1px;
}

/* ------- Home Page: Latest News ------- */

#latest-news .row:last-of-type {
	margin-top: 50px;
}

/* ------- Sidebar ------- */

.widget:not(:last-of-type) {
	margin-bottom: 30px;
}

/* ------- Footer ------- */

#footer {
	margin-top: 0;
  background-color: #003764;
  color: #f1f1f1;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

#footer a {
	color: #fff;
}

#footer p {
	margin-bottom: 25px;
}

#action-footer {
	display: block;
	border-bottom: 5px solid #fff;
	background-image: url('assets/img/carbon-fibre-v2.png');
}

#action-footer .action {
	width: 50%;
	float: left;
	padding: 15px 0;
}

#action-footer .action:first-of-type {
	border-right: 5px solid #fff;
}

#action-footer h3 {
	color: #fff;
}

#action-footer .action .btn {
	margin: 25px 0 0 0;
}

#socials {
	text-align: center;
}

#socials a {
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50%;
	background: #02a1c0;
	color: #fff;
	display: inline-block;
	margin: 10px;
}
@media(min-width: 768px){
	#socials a {
		height: 90px;
		width: 90px;
	}
}

#socials a:hover,
#socials a:focus {
	background: #09a8c7;
}

#socials a .fa {
	font-size: 24px;
	margin-top: 15px;
}
@media(min-width: 768px){
	#socials a .fa {
		font-size: 50px;
		margin-top: 22px;
	}
}
#footer .nav {
	margin: 50px 0;
}

#footer .nav>li>a {
	font-size: 16px;
}

#footer-logo {
	width: 75%;
	max-width: 300px;
	display: block;
	margin: 50px auto 0 auto;
}

#disclaimer {
  border: 1px solid #fff;
  padding: 3px;
  width: 90%;
  max-width: 400px;
  letter-spacing: 2px;
  display: block;
  margin: 25px auto;
}

/* ------- Forms & Buttons ------- */

.form-control,
.btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.help-block {
	color: #fff;
	background: #ba0000;
}

.btn {
	text-transform: uppercase;
	letter-spacing: 3px;
}

.btn-default {
	background-color: #003764;
	border-color: #003764;
	color: #fff;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #004680;
	border-color: #004680;
	color: #fff;
}

.btn-primary {
	background-color: #77be43;
	border-color: #77be43;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #91cc66;
	border-color: #91cc66;
}

.btn-info {
	background-color: #02a1c0;
	border-color: #02a1c0;
}

.btn-info:hover,
.btn-info:focus {
	background-color: #09a8c7;
	border-color: #09a8c7;
}

.btn-danger,
.btn-red {
	background-color: #aa0000;
	border-color: #aa0000;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-red:hover,
.btn-red:focus {
	background-color: #bb0000;
	border-color: #bb0000;
}

.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff!important;
  text-shadow: none;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter {
  background: #4099FF;
  border-color: #398ae5;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099FF;
  color: #fff!important;
  text-shadow: none;
}

/* ------- Misc ------- */

.embed-responsive {
	margin-bottom: 15px;
}

.nav-pills>li>a {
		-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.nav-pills>li.active>a {
	background: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .5;
}

.overlay.black {
  background-color: #000; 
}

.overlay.blue {
  background-color: #003764; 
}

.top {
	position: relative;
	z-index: 25;
}

.share {
  position: absolute;
	right: 0;
  top: 110px;
  z-index: 500;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share li {
  font-size: 30px;
  margin: 0 0 5px 0;
  width: 50px;
}

.share li a {
  background-color: #02a1c0;
  color: #fff;
  display:block;
  width: 100%;
  text-align: center;
  padding: 11px 0;
}

.share li a.facebook {
  background-color: #5774b3;
}

.share li a.twitter {
  background-color: #4099FF;
}

.share li a.youtube {
	background-color: #e52d27;
}

.share li a.email {
  background-color: #6abd45;
}

.social a:before {
	content: none;
}

@media(min-width: 768px){
	.social a {
		font-size: 0px !important;
		padding-bottom: 7px;
		font-weight: 400;
	}

	.social a:before {
		font-family: FontAwesome; 
	  font-size: 20px; 
	  display: inline-block;
	  font-weight: 400;
	  -webkit-font-smoothing: antialiased;
	}

	.facebook a:before {
	  content: '\f09a';
	}

	.twitter a:before {
	  content: '\f099';
	}

	.youtube a:before {
	  content: '\f16a';
	}

	.googleplus a:before {
	  content: '\f0d5';
	}
}

@media(min-width: 480px){
	.alignleft {
		display: inline;
		float: left;
		margin: 0 10px 10px 0;
	}
	.alignright {
		display: inline;
		float: right;
		margin: 0 0 10px 10px;
	}
}

.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}