/*
Theme Name: The Ironstache
Theme URI:
Description:
Author: GPSIMPACT
Author URI: https://www.gpsimpact.com
Version: 1.0
*/

body {
  padding-top: 70px;
  font: 400 18px/1.65 "source-sans-pro", Arial, sans-serif;
  background-color: #ffffff;
  color: #39393b;
  position: relative;
  z-index: 1;
  transition: padding-top 0.25s ease-in-out;
}
@media (min-width: 768px){
  body {
    padding-top: 75px;
  }
}
@media (min-width: 1200px){
  body {
    padding-top: 90px;
    font-size: 20px;
  }
}

#loading {
	height: 150px;
	width: 150px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: calc(50% - 75px);
	z-index: 1;
	display: block;
	opacity: 1;
	transition: opacity 0.5s ease-in-out, top 5s linear;
}

.no-js #loading {
	display: none !important;
}

body > header,
body > main,
body > footer {
	position: relative;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

.fade-out {
  opacity: 0;
  transition: none;/*
  position: fixed;
  overflow: hidden;*/
}

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

a {
	color: #123975;
}

a:hover,
a:focus {
	color: #5c9de0;
}

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

h1,
h2,
h3,
.btn,
.menu-item,
.navbar-brand,
.pum-title,
#groupTabs a {
	font-family: "league-gothic", Georgia, Times, serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.h1, h1 {
  font-size: 4rem;
}

.h2, h2,
.btn-lg,
.pum-title {
  font-size: 3.25rem;
}

.h3, h3 {
  font-size: 2.75rem;
}

.btn {
	font-size: 1.5rem;
}

h4,
h5,
h6 {
	font-family: 'source-sans-pro', sans-serif;
	font-weight: 700;
}

.lead {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-size: 1.75rem;
	line-height: 1.4;
}

.pum-title {
	text-transform: uppercase;
}

strong {
	-webkit-font-smoothing: antialiased;
}

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

#header .navbar {
  border: none;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	transition: all 0.15s ease-in-out;
}
@media (min-width: 992px){
  #header .navbar {
    padding: 10px 0;
  }
}
@media (min-width: 1200px){
  #header .navbar {
    padding: 15px 0;
  }
}

#header .navbar-brand {
  padding: 0;
  margin: 0;
  text-indent: -99999px;

  background: transparent url('assets/img/rb-logo-distressed.png') no-repeat 0 0;
  background-size: 150px 60px;

  width: 150px;
  height: 50px;
}
@media (min-width: 768px){
  #header .navbar-brand {
    background-position: -15px;
    width: 250px;
    height: 60px;
    background-size: 225px 85px
  }
}

.navbar-toggler {
  padding: 17px 25px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.menu-item {
	font-size: 24px;
	text-transform: uppercase;
}

.menu-item:not(:last-of-type) {
	margin-right: 0.5rem;
}

.nav-link {
	text-align: center;
	color: #39393b;
	padding: .25rem 1rem;
	transition: all 0.15s ease-in-out;
}

.nav-link:hover,
.nav-link:focus {
	background-color: #5c9de0;
	color: #fff;
}

.menu-item.donate .nav-link {
	background-color: #b01515;
	color: #fff;
}
@media (min-width: 992px) {
	.menu-item.donate .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.menu-item.donate .nav-link:hover,
.menu-item.donate .nav-link:focus {
	background-color: #c02525;
}

.msg-modal {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	line-height: 1;
	padding: 0.5rem 0.5rem 0.25rem 0.5rem;
}

.msg-modal img,
.msg-modal svg {
	position: relative;
	z-index: 2;
	width: 30px;
}

.gear-icon-hat {
	fill:#fbae3b;
}

.gear-icon-gear {
	fill:#333;
	transition: fill 0.15s ease-in-out;
}

.has-msg .msg-modal:before {
	width: 18px;
	height: 18px;
	background-color: #b01515;
	content: '1';
	padding: 2px 6px;
	font-family: 'source-sans-pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	border-radius: 9px;
	position: absolute;
	top: 0;
	left: calc(50% - 30px);
	z-index: 3;
}
@media (min-width: 992px) {
	.has-msg .msg-modal:before {
		top: 8px;
		left: -2px;
	}
}

.menu-item.donate .nav-link :hover,
.menu-item.donate .nav-link :focus {
	background-color: #c02525;
	color: #fff;
}

@media (min-width: 992px) {
  body.has-featured-image:not(.blog):not(.single):not(.archive):not(.search):not(.events-page) {
    padding-top: 0px;
  }

  body.has-featured-image:not(.blog):not(.single):not(.archive):not(.search):not(.scrolled):not(.events-page) #header .navbar {
    background: transparent;
    box-shadow: none;
    border-bottom-color: transparent;
  }

  body.has-featured-image:not(.blog):not(.single):not(.archive):not(.search):not(.scrolled):not(.events-page) #header .nav-link {
    color: #fff;
  }

  body.has-featured-image:not(.blog):not(.single):not(.archive):not(.search):not(.scrolled):not(.events-page) .gear-icon-gear {
  	fill: #fff;
  }
}

#announcement {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background-color: #5c9de0;
	color: #fff;
	display: none;
	padding: 8px 0;
}

#announcement .container {
	position: relative;
	z-index: 2;
}

#announcement p {
	font-size: 16px;
	line-height: 1.25;
	margin: 0 25px 0 6px;
}

#announcement button {
	position: absolute;
	right: 8px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background-color: rgba(0, 0, 0, 0.25);
	color: #5c9de0;
	height: 25px;
	width: 25px;
	font-size: 15px;
}
@media (min-width: 768px) {
	#announcement button {
		right: 0;
	}
}

#announcement button:hover,
#announcement button:focus {
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

body.has-announcement #announcement {
	display: block;
}

/*body.has-announcement .navbar.fixed-top {
	top: 60px;
}*/

/* ------- Blog ------- */

body.home #main,
body.blog #main,
body.archive #main,
body.search #main,
body.archive #footer-signup,
body.search #footer-signup {
	background-color: #39393b;
	color: #fff;
}

#latest {
	padding: 3rem 0;
}

.blog .hentry,
.blog .extra {
	background-color: #fafafa;
	color: #39393b;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2;
}
@media (min-width: 992px) {
	.blog .hentry,
	.blog .extra {
		margin-bottom: 2rem;
	}
}

.blog .hentry header h2,
.blog .hentry main {
	padding: 2rem;
	margin: 0;
}

.blog .hentry main {
	padding-top: 0
}

.blog .hentry header a {
	color: #39393b;
}

.wp-post-image {
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	.wp-post-image {
		margin-bottom: 2rem;
	}
}

.blog .hentry main > *:not(.clearfix):last-child {
	margin-bottom: 0;
}

ul.share > li:first-of-type:before {
	content: 'Share';
	display: block;
	width: 100%;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #002c57;
}

ul.share > li > a {
	color: #c5cfd9;
}

.blog .extra {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
  -webkit-box-shadow: 0 8px 15px rgba(0,0,0, 0.5);
     -moz-box-shadow: 0 8px 15px rgba(0,0,0, 0.5);
			    box-shadow: 0 8px 15px rgba(0,0,0, 0.5);
}

.blog .extra > *:not(.overlay) {
	position: relative;
	z-index: 10;
}

.blog .extra > *:not(.overlay):last-of-type {
	margin-bottom: 0;
}

.pagination {
  justify-content: center;
  margin: 0;
}

.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pagination li:last-of-type {
  border: none;
}

.pagination li>* {
  text-align: center;
  display: block;
  padding: 12px;
  margin: 0;
  color: #fff;
}

.pagination .page-numbers.current {

}

.pagination li>*:hover,
.pagination li>*:focus,
.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  text-decoration: none;
  background-color: #00b1ab;
  background-color: rgba(255, 255, 255, 0.1)
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  cursor: pointer;
}

#discobox p {
	margin: 0 auto;
}

.hentry.issue {
	padding: 2rem;
	background-color: #ebebeb;
}

.related-posts .hentry {
	padding: 2rem;
	background-color: #e5b81e;
}

.related-posts .col:nth-of-type(even) .hentry {
	background-color: #e8980b;
}

.related-posts .hentry a {
	color: #fff;
}

.related-posts .hentry a:hover,
.related-posts .hentry a:focus {
	text-decoration: none;
}

.related-posts .hentry a.btn-dark {
	background-color: rgba(0, 0, 0, 0.15);
	border: none;
	padding-right: 2rem;
	padding-left: 2rem;
}

.related-posts .hentry a.btn-dark:hover,
.related-posts .hentry a.btn-dark:focus {
	background-color: rgba(0, 0, 0, 0.3);
}

.post-nav {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

.post-nav li {
  display: table-cell;
  width: 1%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #e0e0e0;
  position: relative;
  z-index: 1;
}

.post-nav li:last-of-type {
  border: none;
}

.post-nav li a {
  padding: 20px 10px;
  display: block;
  width: 100%;
}

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

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

.hentry.single header,
.hentry.page header,
.hentry.post header {
	position: relative;
	z-index: 1;
}

.single .hero-image,
.page:not(.home) .hero-image {
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.hentry header h1 {
	position: relative;
	z-index: 5;
	padding: 2rem;
	text-align: center;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.hentry.has-post-thumbnail header h1 {
		padding: 0 0 0.25rem 0;
		margin: 0 60px;
		text-align: left;
		color: #fff;
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.hentry.has-post-thumbnail header h1 {
		margin: 0 90px;
	}
}

.hentry:not(.has-post-thumbnail) header ul.share {
	margin-top: 1.5rem;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}

@media (min-width: 768px) {
	.hentry.has-post-thumbnail header ul.share {
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
	}

	.hentry.has-post-thumbnail header ul.share > li:first-of-type:before {
		content: 'Share';
		display: block;
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #fff;
	}

	.hentry.has-post-thumbnail header ul.share > li > a {
		color: #fff;
	}
}

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

#events main {
	min-height: calc(100vh - 90px);
	position: relative;
	z-index: 1
}

#events #map {
	width: 100%;
	height: 300px;
	display: none;
}
@media (min-width: 768px) {
	#events #map {
		display: block;
		position: fixed;
		top: 75px;
		left: 0;
		z-index: 5;
		float: left;
		height:calc(100vh - 75px);
		width:calc(100% - 300px);
		float: right;
	}
}
@media (min-width: 992px) {
	#events #map {
		top: 80px;
		height:calc(100vh - 80px);
		width: calc(100% - 450px);
	}
}
@media (min-width: 1200px) {
	#events #map {
		top: 90px;
		height:calc(100vh - 90px);
	}
}

#events #content {
	font-size: 16px;
	padding: 2rem;
}
@media (min-width: 768px) {
	#events #content {
		float: right;
		width: 300px;
	}
}
@media (min-width: 992px) {
	#events #content {
		width: 450px;
	}
}

#list {
	margin-top: 1.5rem;
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	line-height: 1.25;
}

#list li:first-of-type:before {
	display: block;
	content: 'Upcoming Events';
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 1.25rem;
}

#list h4 {
	font-size: 1.1rem;
}

.leaflet-popup-content p {
	font-size: 14px;
	margin: 0 0 14px 0 !important;
}

#list p.date {
	font-weight: 700;
	margin-bottom: 4px;
	color: #79797b;
}

.leaflet-container a,
.leaflet-container a:visited {
	color: #123975 !important;
}

#list p a,
.leaflet-container p a {
	text-decoration: underline;
}

/* ------- Endorsements Page ------- */

#groupTabs a {
	font-size: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #fafafa;
}

#groupTabs a:hover,
#groupTabs a:focus,
#groupTabs a.active:hover,
#groupTabs a.active:focus {
	text-decoration: none;
	background-color: #fff
}

/* ------- Components ------- */

.hero {
	background-color: #39393b;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media (min-width: 992px) {
	.hero {
		max-height: 600px;
		overflow: hidden;
	}
}

.hero.lt-bg {
	background-color: #fafafa;
	color: #39393b;
}

.hero.dk-bg {
	background-color: #39393b;
	color: #ffffff;
}

.hero .overlay {
	opacity: 0.25;
}

.hero .content {
	padding: 2rem 1rem;
}

@media (min-width: 768px) {
	.jumbotron.hero {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.hero .content {
		padding: 1rem;
		background-color: rgba(255, 255, 255, 0.65);
		max-width: 50%;
	}

	.hero.center .content {
		margin: 0 auto;
	}

	.hero.right .content {
		margin-left: auto
	}
}

.hero .content > *:last-child {
	margin-bottom: 0;
}

.hero form {
	margin-bottom: 1rem;
	transition: all 0.2s ease-in-out;
}

/*.hero form:hover,
.hero form:focus {
  -webkit-box-shadow: 0 8px 15px rgba(0,0,0, 0.5);
     -moz-box-shadow: 0 8px 15px rgba(0,0,0, 0.5);
			    box-shadow: 0 8px 15px rgba(0,0,0, 0.5);
	transform: scale(1.01) translateY(-2px);
	background-color: rgba(255, 255, 255, 0.4);
}*/

@media (min-width: 768px) {
 .hero .form-group {
	 	margin-bottom: 0;
	}
}

/* ------- Modals ------- */

.pum-title {
	font-family: 'league-gothic', serif !important;
	margin-bottom: 0.5rem !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}

.pum-content p {
	font-size: 1.175rem !important;
	line-height: 1.65;
	margin-bottom: 1.25rem;
}

/* Theme 490 is the donation modal theme */
.theme-490 p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.theme-499 a {
	color: #fff;
	text-decoration: underline;
}

.donate-modal-form {
	font-size: 1.5rem;
	max-width: 250px;
	display: block;
	margin: 2rem auto;
}

.page .hentry .donate-modal-form {
	width: 90%;
	min-width: 250px;
	max-width: 400px;
	padding: 30px;
	background-color: #b01515;
	color: #fff;
}

.page .hentry .donate-modal-form > input {
	width: 67%
}
@media (min-width: 480px){
	.page .hentry .donate-modal-form > input {
		width: 75%
	}
}
.donate-modal-form > *:not(span) {
	float: left;
}

.donate-modal-form > span {
	font-size: 40px;
	line-height: 36px;
	text-align: center;
	display: block;
	font-family: 'league-gothic', serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	margin-bottom: 8px;
	margin-right: 0;
}

.donate-modal-form > *:not(:last-child) {
	margin-right: 10px;
}


.donate-modal-form > label {
	font-family: 'league-gothic', serif !important;
	font-size: 3rem;
  line-height: 1;
}

.donate-modal-form > input {
	width: 150px;
	border: none;
	padding: 0.5rem 0.25rem;
}

.donate-modal-form > button {
	background-color: rgba(0, 0, 0, 0.35);
	color: #b01515;
	border: none;
	padding: 0.5rem 1rem;
	transition: background-color 0.15s ease-in-out;
}

.donate-modal-form > button:hover,
.donate-modal-form > button:focus {
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

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

body.has-extras #footer > * {
	display: none;
}

#footer-signup > div {
  padding: 1rem;
  background-color: #1e61c7;
  color: #fff;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	#footer-signup > div {
		margin-right: auto;
	  margin-left: auto;
	  max-width: 600px;
	  display: block;
    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.15);
	     -moz-box-shadow: 0 8px 15px rgba(0,0,0,.15);
				    box-shadow: 0 8px 15px rgba(0,0,0,.15);
	}
}

#footer-signup > p {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 auto;
	padding-right: 1rem;
	padding-bottom: 1.5rem;
  padding-left: 1rem;
}

#footer-signup h4 {
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 1rem;
}


@media (min-width: 768px) {
	#signup .form-group,
	#signup .btn {
		width: 25%;
		float: left;
	}

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

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

	#signup .form-control {
		font-size: 1.45rem;
	}
}

#signup .btn-primary {
	background-color: rgba(0, 0, 0, 0.25);
	border: none;
}

#footer #info {
	background-color: #c5cfd9;
	padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
	#footer #info {
		border-top: 3px solid #a1a1a1;
		padding-top: 3rem;
	  padding-bottom: 3rem;
	}
}

#footer p a {
	color: #39393b;
}

#footer nav .list-inline li {
	display: inline-block;
}

#footer nav .list-inline li:not(:last-child) {
  margin-right: .5rem;
}

#footer nav li.social>a:before {
	font-size: 2.5rem;
	color: #a1a1a1 !important;
}

#footer nav li.social:hover>a:before,
#footer nav li.social:focus>a:before {
	color: #fafafa !important;
}

.disco p {
	border: 2px solid #39393b;
	color: #39393b;
	width: 90%;
	max-width: 350px;
	display: block;
	margin: 2rem auto;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0.5rem 1rem;
}

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

.no-js .page-load-status {
	display: none;
}

.form-control {
	border-radius: 0;
}

.social a:before {
  content: none;
}

li.social>a {
  font-size: 0px !important;
  padding-bottom: 8px;
  font-weight: 400;
  color: #fff;
}

li.social>a:before {
  font-family: 'Font Awesome 5 Brands';
  font-size: 24px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

.social.facebook a:before {
  color: #3b5998;
}

.social.twitter a:before {
  color: #4099FF;
}

.social.youtube a:before {
	color: #FF0000;
}

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

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

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

.instagram a:before {
  content: '\f16d';
}

.snapchat a:before {
  content: '\f2ac';
}

.bg-blue {
	background-color: #1e61c7 !important;
	color: #fff !important;
}

.bg-ltblue {
	background-color: #5c9de0 !important;
	color: #fff !important;
}

.bg-dkblue {
	background-color: #123975 !important;
	color: #fff !important;
}

.bg-yellow {
	background-color: #eebb00 !important;
	color: #39393b !important;
}

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

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

.overlay.gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 65%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 65%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 65%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
	opacity: 1;
}

.overlay.loading {
	z-index: 99999;
	opacity: 1;
	background-color: #fff;
	position: fixed;
	display: none;
}

.overlay.loading > * {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(50%);
}

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

@media (min-width: 768px) {
	.container.top {
	  position: absolute;
	  top: 60%;
	  left: calc(50% - 360px);
	  -webkit-transform: translateY(-60%);
		   -moz-transform: translateY(-60%);
					  transform: translateY(-60%);
	}
}
@media (min-width: 992px) {
	.container.top {
	  left: calc(50% - 480px);
	}
}
@media (min-width: 1200px) {
	.container.top {
	  left: calc(50% - 570px);
	}
}

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

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%;
  }

  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

/* ------- Button Flavors ------- */

.btn {
	border-width: 3px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.btn-lg {
	line-height: 1.75;
	font-size: 2rem;
}
@media (min-width: 992px) {
	.btn-lg {
		font-size: 2.5rem;
		padding-right: 4rem;
		padding-left: 4rem;
	}
}

.btn-primary {
	background-color: #1e61c7;
	border-color: #1e61c7;
	color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #2e71d7;
	border-color: #2e71d7;
	color: #ffffff !important;
}

.btn-dkblue,
.btn-info {
	background-color: #19436e;
	border-color: #19436e;
	color: #ffffff !important;
}

.btn-dkblue:hover,
.btn-dkblue:focus,
.btn-info:hover,
.btn-info:focus {
	background-color: #29537e;
	border-color: #29537e;
	color: #ffffff !important;
}

.btn-outline-primary {
	border-color: #1e61c7;
	color: #1e61c7 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	border-color: #2e71d7;
	background-color: #2e71d7;
	color: #ffffff !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
	color: #39393b !important;
}

.btn-red {
	border-color: #b01515;
	background-color: #b01515;
	color: #fff !important
}

.btn-red:hover,
.btn-red:focus {
	border-color: #c02525;
	background-color: #c02525;
	color: #ffffff !important;
}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  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;
}

/* ------- Admin Bar ------- */

#wpadminbar {
  position: fixed !important;
}

.logged-in:not(.has-announcement) .fixed-top {
  top:45px;
}
@media (min-width: 783px) {
  .logged-in:not(.has-announcement) .fixed-top {
    top:32px;
  }
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 0;
  padding: 10px 5px;
  list-style-type: none;
  display: block;
  font-size: 0.75em;
  line-height: 1em;
  background-color: #b01515;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}