/*
Theme Name: Georgia Democrats
Theme URI: 
Description: 
Author: GPSIMPACT
Author URI: http://gpsimpact.com 
Version: 1.0
*/

a {
		-moz-transition: all 0.15s ease-in-out;
		-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.single:not(.has-featured-image) #main,
.page:not(.has-featured-image):not(.home) #main,
.error404 #main,
.search.search-no-results #main {
	padding-top: 65px;
}
@media (min-width: 992px) {
	.single:not(.has-featured-image) #main,
	.page:not(.has-featured-image):not(.home) #main,
	.error404 #main,
	.search.search-no-results {
		padding-top: 65px;	
	}
}

.error404 #main {
	padding-bottom: 50px;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

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

body,
p,
li {
	font: 400 16px/1.65 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.btn {
	font-weight: 700;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

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

.post-meta {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.single:not(.has-featured-image) .post-header {
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.single h1,
	.page:not(.home) h1,
	.single .title,
	.page:not(.home) .title {
		font-size: 45px;
	}

	.post-body h2,
	.post-body h2 {
		font-size: 28px;
	}

	.post-body h3 {
		font-size: 22px;
	}

	.post-body p,
	.post-body li {
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 17px;
	}
}

@media (min-width: 992px) {
	.single h1,
	.page:not(.home) h1,
	.single .title,
	.page:not(.home) .title {
		font-size: 50px;
	}

	.post-body h2 {
		font-size: 31px;
	}

	.post-body h3 {
		font-size: 24px;
	}

	.post-body p,
	.post-body li {
		font-size: 19px;
		line-height: 31px;
		margin-bottom: 19px;
	}
}

@media (min-width: 1200px) {
	.single h1,
	.page:not(.home) h1,
	.single .title,
	.page:not(.home) .title {
		font-size: 55px;
	}

	.post-body h2 {
		font-size: 34px;
	}

	.post-body h3 {
		font-size: 27px;
	}

	.post-body p,
	.post-body li {
		font-size: 21px;
		line-height: 34px;
		margin-bottom: 21px;
	}
}
/* ------- Header ------- */

#header {
	position: relative;
	z-index: 100;
}

.navbar {
	padding: 5px 0 0 0;
		-moz-transition: all 0.15s ease-in-out;
		-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	background-color: #fff;
	border-bottom: 1px solid #dadada;
}

.navbar-brand {
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url('assets/img/logo-600x100.png');
		-moz-transition: all 0.15s ease-in-out;
		-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	width: 215px;
	height: 60px;
		-moz-background-size: 210px 35px;
		-o-background-size: 210px 35px;
		-webkit-background-size: 210px 35px;
	background-size: 210px 35px;
	background-position: 5px 10px;
}
@media (min-width: 768px) {
	.navbar-brand {
		width: 210px;
		height: 60px;
			-moz-background-size: 210px 35px;
			-o-background-size: 210px 35px;
			-webkit-background-size: 210px 35px;
		background-size: 210px 35px;
		background-position: 0 8px;
	}
}

.navbar-collapse {
	background: rgba(255,255,255,0.95);
}
@media (min-width: 992px){
	.navbar-collapse {
		background: transparent;
	}
}

.nav {
	margin-top: 10px;
}

.nav>li>a {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav>li:hover>a,
.nav>li:focus>a {
	background-color: #00beff;
	color: #fff;
}

@media(min-width: 992px){
	.nav>li:not(:last-of-type)>a {
		margin-right: 5px;
	}
}

.nav>li.orange>a {
	background-color: #e8662d;
	color: #fff;
}

.nav>li.orange:hover>a,
.nav>li.orange:focus>a {
	background-color: #f8763d;
	color: #fff;
}

.nav>li.blue-lt>a {
	background-color: #00aef3;
	color: #fff;
}

.nav>li.blue-lt:hover>a,
.nav>li.blue-lt:focus>a {
	background-color: #00beff;
	color: #fff;
}

.navbar-toggle {
	margin: 0;
	background: #0f2446;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	padding-top: 13px;
	padding-bottom: 13px;
}

@media (max-width: 991px) {
  #header .navbar-header {
      float: none;
  }
  #header .navbar-toggle {
      display: block;
  }
  #header .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  #header .navbar-collapse.collapse {
      display: none!important;
  }
  #header .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
  }
  #header .navbar-nav>li {
      float: none;
  }
  #header .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  #header .navbar-text {
      float: none;
      margin: 15px 0;
  }
  /* since 3.1.0 */
  #header .navbar-collapse.collapse.in { 
      display: block!important;
  }
  #header .collapsing {
      overflow: hidden!important;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
  	padding-left: 15px;
  	padding-right: 15px;
  }
}

.home:not(.scrolled) .navbar,
.blog:not(.scrolled) .navbar,
.archive:not(.scrolled) .navbar,
.search:not(.search-no-results):not(.scrolled) .navbar,
.single.has-featured-image:not(.scrolled) .navbar,
.page:not(.home).has-featured-image:not(.scrolled) .navbar {
	background: transparent;
	border-bottom-color: transparent;
}


.home:not(.scrolled) .navbar-brand,
.blog:not(.scrolled) .navbar-brand,
.archive:not(.scrolled) .navbar-brand,
.search:not(.search-no-results):not(.scrolled) .navbar-brand,
.single.has-featured-image:not(.scrolled) .navbar-brand,
.page.has-featured-image:not(.home):not(.scrolled) .navbar-brand {
	background-image: url('assets/img/logo-white-600x100.png');
}

.home:not(.scrolled) .navbar-toggle,
.blog:not(.scrolled) .navbar-toggle,
.archive:not(.scrolled) .navbar-toggle,
.search:not(.search-no-results):not(.scrolled) .navbar-toggle,
.single.has-featured-image:not(.scrolled) .navbar-toggle,
.page.has-featured-image:not(.home):not(.scrolled) .navbar-toggle {
	background-color: rgba(255, 255, 255, 0.25);	
}

@media (min-width: 992px){
	.home:not(.scrolled) .nav>li>a,
	.blog:not(.scrolled) .nav>li>a,
	.archive:not(.scrolled) .nav>li>a,
	.search:not(.search-no-results):not(.scrolled) .nav>li>a,
	.single.has-featured-image:not(.scrolled) .nav>li>a,
	.page:not(.home).has-featured-image:not(.scrolled) .nav>li>a {
		color: #fff;
	}
}

/* ------- Header: Big Menu ------- */

#our-party-nav {
	display: block;
	width: 100%;
	background: #0f2446;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	display: none;

	min-height: 100%;
	height: 100%;
	overflow: scroll;

	padding: 75px 0;
}
@media (min-width: 768px){
	#our-party-nav {
		padding: 0;
		min-height: 450px;
		height: auto;
		overflow: inherit;
	}
}

#our-party-nav a.menu-close {
	position: absolute;
	bottom: -10%;
	left: 0%;
	z-index: 175;
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: rgba (0, 0, 0, 0.75);
	padding: 5px;
	opacity: 0.35;
}
@media (min-width: 768px){
	#our-party-nav a.menu-close {
		bottom: -0%;
	}
}

#our-party-nav.animated {
	display: block;
}

#our-party-nav .container {
	position: relative;
  z-index: 155;
  
  color: #fff;
  list-style: none;
}
@media (min-width: 768px){
	#our-party-nav .container {
		
		top: 35%;
	  -webkit-transform: translateY(-35%);
	  -moz-transform: translateY(-35%);
	  transform: translateY(-35%);
	}
}

#menu-our-party-menu {
	list-style: none;
	padding-left: 0;
}

#menu-our-party-menu>.menu-item-has-children {
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	#menu-our-party-menu>.menu-item-has-children {
		width: 32%;
		margin-right: 1%;
		display: inline-block;
		vertical-align: top;
	}
}

#menu-our-party-menu>.menu-item-has-children>a {
	cursor: default;
	font-size: 20px;
	display: block;
	width: 75%;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	color: #00aef3;
	padding-bottom: 5px;
	border-bottom: 1px solid #00aef3;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#menu-our-party-menu>.menu-item-has-children>a:hover,
#menu-our-party-menu>.menu-item-has-children>a:focus {
	text-decoration: none;
}

#menu-our-party-menu .sub-menu {
	list-style: none;
	padding-left: 0;
}

#menu-our-party-menu .sub-menu>li>a {
	font-size: 18px;
	margin-bottom: 10px;
}

#menu-our-party-menu li:not(.menu-item-has-children)>a {
	color: #eaeaea;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

/* ------- Common Assets ------- */

.hero {
	position: relative;
  z-index: 10;
  background-color: #052657;
  background-position: 50% 50%;
  background-repeat: no-repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

.single .hero.image {
	margin-bottom: 25px;
}
@media (min-width: 768px){
	.single .hero.image {
		margin-bottom: 50px;
	}
}

.blog .hero>div,
.search .hero>div,
.archive .hero>div,
.single .hero>div,
.error404 .hero>div,
.page:not(.home) .hero>div {
	padding-top: 100px;
	padding-bottom: 50px;
}
@media(min-width: 768px) {
	.blog .hero>div,
	.search .hero>div,
	.archive .hero>div,
	
	.error404 .hero>div,
	.page:not(.home) .hero>div {
		padding-top: 200px;
		padding-bottom: 100px;
	}
}

.category-nav {
	background: #f5f5f5;
}

.category-nav li {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
}
@media(min-width: 992px) {
	.category-nav li {
		font-size: 16px;
	}
}

.category-nav li a {
	color: #888;
	padding: 10px 0;
	width: 100%;
	display: block;
}

.category-nav li a:hover,
.category-nav li a:focus {
	background-color: #fff;
	text-decoration: none;
}

@media (min-width: 768px) {
	.category-nav li {
		display: inline-block;
		margin-right: -3px; /* inline-block gap fix */
	}

	.category-nav li a {
		padding: 20px;
		width: auto;
		border-right: 1px solid #dadada;
		display: block;
	}

	.category-nav li:first-of-type a {
		border-left: 1px solid #dadada;
	}
}

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

.page .post-header:not(.image) {
	position: relative;
  z-index: 10;
  background-color: #052657;
  background-position: 50%;
  background-repeat: no-repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
  background-size: cover;
}

.page .post-header:not(.image) h1 {
	padding: 100px 0;
  color: #fff;
  width: 100%;
  margin: 0;
  letter-spacing: -1px;
}

.blog #main,
.search #main,
.archive #main {
	padding-bottom: 50px;
}

.blog .post a,
.search .post a,
.archive .post a {
	color: #fff;
}

.has-featured-image h1.title {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

.single .post-footer {
	background-color: #fafafa;
	padding: 25px 0;
	text-align: center;
}

.single .post-footer ul,
.single .post-footer li {
	margin: 0;
	padding: 0;
}

.single .post-footer span {
	font-weight: 700;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.single .post-footer a {
	font-size: 24px;
	line-height: 1.35;
	font-weight: 700;
	font-family: 'Montserrat', serif;
}

.breadcrumb {
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
}
@media (max-width: 767px){
	.breadcrumb .container {
		padding: 0;
	}
}

.delimiter {
	padding: 0 5px;
}

.page-footer {
	margin: 25px 0 0 0;
	padding: 10px 0;
	background: #f5f5f5;
}

.page-footer ul {
	margin: 0;
}

/* ------- Officer Page ------- */

.officer {
	display: block;
	margin: 0 auto 25px auto;
	text-align: center;
}
@media(min-width: 768px){
	.officer {
		text-align: left;
		margin-bottom: 50px;
	}
}

.officer-img {
	width: 200px;
}
@media(min-width: 768px){
	.officer-img {
		float: left;
		margin-right: 15px;
	}
}

.officer h2 {
	margin: 5px 0;
}

.officer p {
	color: #888;
	font-size: 16px;
	line-height: 1.2;
	margin: 10px 0;
}

/* ------- Petitions ------- */

.petition {
	text-align: center;
	margin-bottom: 25px;
}

.petition a {
	color: #323232;
	background-color: #f1f1f1;
	display: block;
	width: 100%;
}

.petition a:hover {
	text-decoration: none;
}

.petition .img {
  position: relative;
  overflow: hidden;
}

.petition .text {
	display: block;
	padding: 15px 30px;
}

.petition h3 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.petition h2 {
	font-size: 20px;
}

/* ------- Events ------- */

.simcal-default-calendar .simcal-current h3 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void,
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void:hover {
	background-color: transparent !important;
}

.simcal-default-calendar-grid>table tbody td:not(.simcal-day-void) {
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.simcal-default-calendar-grid>table tbody tr td:not(.simcal-day-void):first-of-type {
	border-left: 1px solid rgba(0,0,0,.1);
}

.simcal-events>.simcal-event {
	margin-bottom: 6px;
	line-height: 1.2;
}

.simcal-event-title {
	
}

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

#hero h1,
#hero h2 {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

#hero h2 {
	font-size: 16px;
	margin-bottom: 25px;
}

#hero .form-wrap {
	padding: 75px 0 25px 0;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 0 auto;
}
@media (min-width: 768px) {
	#hero .form-wrap {
		padding: 150px 0 100px 0;
	}

	#hero .form-wrap.form-left {
		margin-left: 5%;
	}

	#hero .form-wrap.form-right {
		margin-right: 5%;
	}
}

#hero .form-group {
	margin-bottom: 0;
}

#signup .btn {
	background-color: transparent;
	color: #00aef3;
	border: 3px solid #00aef3;
	font-weight: 700;
	letter-spacing: 3px;
}

#signup .btn:hover,
#signup .btn:focus {
	background-color: #00aef3;
	color: #fff;
}

/* ------- Home Page: Action Buttons ------- */

#action-buttons {
	background: #0f2446;
	padding-bottom: 0;
}

#action-buttons a.action {
	color: #fff;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 5px;
	display: block;
	width: 100%;
	text-align: center;
	background: #00aef3;
	border-bottom: 1px solid #0f2446;
}
@media (min-width: 768px){
	#action-buttons a.action {
		display: block;
		border-bottom: none;
		border-right: 1px solid #fff;
		float: left;
		width: calc(33.3334% - 1px);
	}

	#action-buttons a.action:nth-of-type(3) {
		width: 33.3334%;
		border-right: none;
	}

	#action-buttons a.action .fa {
		display: block;
		font-size: 36px;
	}
}

#action-buttons a.action:hover,
#action-buttons a.action:focus {
	background: #e8662d;
	text-decoration: none;
	color: #fff;
}

#action-buttons a:not(.action) {
	width: 90%;
	max-width: 320px;
	display: block;
	margin: 25px auto;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 2px;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}
@media (min-width: 768px){
	#action-buttons>a:not(.action) {
		font-size: 21px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

#action-buttons>a:hover,
#action-buttons>a:focus {
	background-color: #fff;
	color: #0f2c52;
}

/* ------- Home Page: Featured Petition ------- */

#featured-petition .petition-wrap {
	padding: 50px 0;
	width: 90%;
	max-width: 500px;
	margin: 0 auto 0 auto;
	text-align: center;
}
@media (min-width: 768px) {
	#featured-petition .petition-wrap {
		padding: 125px 0;
	}

	#featured-petition .petition-wrap.petition-left {
		margin-left: 5%;
		text-align: left;
	}

	#featured-petition .petition-wrap.petition-right {
		margin-right: 5%;
		text-align: right;
	}
}

#featured-petition h2,
#featured-petition h3 {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#featured-petition h3 {
	font-size: 20px;
	color: #e8662d;
}

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

#latest-news {
	padding: 0;
	background-color: #0f2446;
}

#latest-news .section-title {
	color: #fff;
	margin: 0;
	padding: 25px 0;
}

.home .loop .post {
	text-align: center;
	background-color: #1f5ba9;
	color: #fff;
	padding: 15px;
	margin-bottom: 0
}

.home .loop .post:nth-of-type(even) {
	background-color: #0f2c52;
}

@media (min-width: 768px) {
	.home .loop .post {
		width: 50%;
		float: left;
		padding: 90px 45px;
	}

	.home .loop .post:nth-child(n+3) {
		width: 33.3334%;
	}

	.home .loop .post:nth-of-type(1) {
		background: #e8662d;
		color: #0f2446;
	}

	.home .loop .post:nth-of-type(2) {
		background: #00aef3;
		color: #0f2446;
	}

	.home .loop .post:nth-of-type(3) {
		background: #e2e2e2;
		color: #0f2446;
	}

	.home .loop .post:nth-of-type(4) {
		background: #fff;
		color: #0f2446;
	}

	.home .loop .post:nth-of-type(5) {
		background: #0f2446;
	}

	.home .loop .post:nth-of-type(3) a,
	.home .loop .post:nth-of-type(4) a {
		color: #1f5ba9;
	}

	.home .loop .post:nth-of-type(2) a:hover,
	.home .loop .post:nth-of-type(2) a:focus,
	.home .loop .post:nth-of-type(3) a:hover,
	.home .loop .post:nth-of-type(3) a:focus {
		border-color: #1f5ba9;
	}
}

.home .loop .post h3 {
	margin: 0;
	font-size: 24px;
}

.home .loop .post a {
	color: #fff;
	border: 1px solid transparent;
	margin: 15px 0;
}

.home .loop .post a:hover,
.home .loop .post a:focus {
	text-decoration: none;
	border-color: #fff;
}

/* ------- Home Page: Latest Tweets ------- */

#latest-tweets {
  text-align: center;
  background-color: #00265a;
  
  background-position: 50% 50%;
	background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
  background-size: cover;
	background-attachment: fixed;
  color: #fff;
	font-size: 14px;
}

#latest-tweets .tweet a {
	color: #fff;
	text-decoration: underline;
}

#latest-tweets .section-title .fa {
	font-size: 60px;
	color: #4099FF;
}

#latest-tweets .section-title:after {
	display: none;
}

#latest-tweets .container {
    position: relative;
    z-index: 25;
}

#latest-tweets .tweet {
	font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
  margin: 0 50px 10px 50px;
}

@media (min-width: 768px) {
	#latest-tweets .tweet {
		font-size: 24px;
		margin-bottom: 50px;
	}
}

#latest-tweets .timePosted {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 25px 0;
}

#latest-tweets .item { padding: 10px 0 10px 0; }
#latest-tweets .fa { color: #fff; }

#latest-tweets .carousel-control.left, #latest-tweets .carousel-control.right {
  background: none!important;
	padding-top: 50px;
}

#latest-tweets .carousel-control.left {
    left: -15px;
}

#latest-tweets .carousel-control.right {
    right: -15px;
}

#latest-tweets .carousel-control {
  width: 5%;
  opacity: 1;
  color: #dedede;
  text-shadow: none!important;
}

/* ------- Voter Protection Page ------- */

#voter-protection-nav.category-nav {
  background: #00aef3;
  margin-bottom: 25px;
}

#voter-protection-nav.category-nav li a {
	border-color: #e8662d;
	color: #fff;
	background-color: #e8662d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#voter-protection-nav.category-nav li a:hover,
#voter-protection-nav.category-nav li a:focus {
	background-color: #f8763d;
}

nav>ul {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

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

.sidebar .widget {
	padding: 15px;
	background: #f1f1f1;
}

.widget li {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.widget .dpe-flexible-posts {
	padding: 0;
	margin: 0 0;
	list-style: none;
}

.widget .dpe-flexible-posts li:last-of-type {
	margin-bottom: 0;
}

.widget + .widget {
	margin-top: 15px;
} 

.dpe-flexible-posts .page:not(.home) .title {
	font-size: 16px;
	font-weight: 700;
}

/* ------- Footer: Signup Form ------- */

#footer {
	background-color: #0f2446;
	padding-bottom: 50px;
}

#footer p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

#footer a {
	color: #fff;
}

#footer-signup {
	background-color: #00aef3;
	padding: 30px 0 20px 0;
	color: #fff;
	margin-bottom: 50px;
}

#footer-signup p {
	text-transform: uppercase;
	font-size: 27px;
	line-height: 1;
	letter-spacing: 2px;
	text-align: left;
	font-weight: 700;
	margin: 0 0;
	padding-top: 10px;
	display: block;
}

#footer-signup .help-block {
	margin: 0;
}

#footer-signup #signup .btn {
	border: 1px solid #e8662d;
	background-color: #e8662d;
	color: #fff;
}

#footer-signup #signup .btn:hover,
#footer-signup #signup .btn:focus {
	background-color: #f8763d;
	border-color: #f8763d;
}

@media (min-width: 768px){
	#footer-signup p {
		margin: 0;
	}

	#footer-signup .form-group {
		float: left;
		margin-right: 1%;
	}

	#footer-signup .form-group.email {
		width: 50%;
	}

	#footer-signup .form-group.zip {
		width: 19%;
	}

	#footer-signup .btn {
		width: 29%;
	}
}

#footer p.disco {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  width: 90%;
  max-width: 500px;
  margin: 25px auto;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  opacity: 0.35;
}

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

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

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

.ccf-theme-default .help-block {
	background-color: transparent;
	color: #777;
}

.ccf-theme-default .form-control {
	border-width: 3px;
	border-color: #000;
}

.btn {
	text-transform: uppercase;
	font-weight: 700;
}

/*.btn-default {
	background-color: #f2c413;
	border-color: #f2c413;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #fdd84b;
	border-color: #fdd84b;
}*/

.btn-primary {
	background-color: #00aef3;
	border-color: #00aef3;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #00beff;
	border-color: #00beff;
	color: #fff;
}

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

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

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

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

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

.transition {
		-moz-transition: 0.15s all ease-in-out;
		-webkit-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

/* Alignment */
@media(min-width: 768px){
	.alignleft {
	  display: inline;
	  float: left;
	  margin-right: 1.5em;
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
	.alignright {
	  display: inline;
	  float: right;
	  margin-left: 1.5em;
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
}
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

.searchform {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-bottom: 25px;
}

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

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

.overlay.blue-dk {
	background-color: #0f2446;
	opacity: 0.75;
}

.overlay.blue-lt {
	background-color: #00aef3;
	opacity: 0.75;
}

.overlay.orange {
	background-color: #e8662d;
	opacity: 0.6;
}

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

.overlay.gradient {
  /*background-color: #000000;*/
  top: auto;
  bottom: 0;
  z-index: 12;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

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

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

.share li a {
  background-color: #aaa;
  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.email {
  background-color: #6abd45;
}

.social a:before {
	content: none;
}

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

	.social a:before {
		font-family: FontAwesome;
	  font-size: 18px; 
    line-height: 1.15;
	  display: inline-block;
	  font-weight: 400;
	  -webkit-font-smoothing: antialiased;
	  color: #e8662d;
	}

	.social:hover a:before,
	.social:focus a:before {
		color: #fff
	}

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

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

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

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

/* Adds Bootstrap form styling to TablePress search form */
.dataTables_filter input {
	height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}