body {
	color: #212529 !important;
}

.ce-thumbnail-slider-overlay-wrapper {
	height: auto;
	width: 540px;
}
@media only screen and (max-width: 540px) {
	.ce-thumbnail-slider-overlay-wrapper {
		width: 300px;
	}
}

/* Donate */
@media (min-width: 992px) {
	.donate-banner-container .info-col {
	}
}

.g-row {
	display: flow-root;
	margin: auto;
	max-width: 1140px;
	padding: 0 5px;
	width: 100%;
}

.errors {
	color: red;
	margin: 10px 0;
}

.success-msg {
	color: green;
	margin: 10px 0;
}

.header-nav__banner {
	background-color: #005BD7;
	color: #FFFFFF;
	padding: 5px 0;
	text-align: center;
}

.woocommerce-cart .header-nav__banner,
.page-template-gift-recipients .header-nav__banner,
.woocommerce-checkout .header-nav__banner {
	display: none;
}

.error-msg,
.error-msg-payment {
	color: red;
	display: none;
	margin-bottom: 20px;
}


.fixed {
    position: fixed;
    top:0; left:0;
	width: 100%; 
	z-index:1000;
}

/* Header images */
.container .row img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

.kickstarter {
    margin-top:90px;
}

/* mobile footer and menu */
@media only screen and (max-width: 991px) {
.footer-row .d-block .menu-row .menu-col { display:none; }
.footer-row .d-block .menu-row .menu-col:last-of-type { display:block; margin-bottom:30px; }
}


/* new store - 2.0 */
.ce-icon-cart, .cart-count, .ce-icon-user, #cart-header a { color: #FFFFFF; }
.cart-count { 
   color: #fff;
   background-color: #FFAA19;
   border-radius: 99px;
   padding: 2px 7px;
   font-size: .8rem;
   position: relative;
   bottom:8px; 
}
#cart-header a:nth-child(2) {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  top: -2px;
  position: relative;
}
