/*-- Global --*/

.btn:hover,
.btn.text-white:hover {
	color: var(--color-theme-primary) !important;
}

.text a:hover {
	color: var(--color-theme-secondary) !important
}

.cw-email:after {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-left: .35rem;
	color: var(--color-theme-secondary);
	font-weight: normal;
	font-size: 14px
}

/*-- Header --*/

.header .navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: .8rem;
	line-height: 36px;
}

.cw-header-contact {
	padding: .75rem;
}

.cw-donate {
	font-weight: 700;
	font-size: 1.2rem;
	text-shadow: 1px 1px 3px black;
	padding: 0;
}

/*.cw-donate:before {
	font-family: FontAwesome;
	content: "\f1ed";
	border-radius: 50%;
	margin-right: .5rem;
	padding: 8px 10px;
	color: #fffccc;
	background: rgb(255 255 255 / 18%);
	font-size: 1rem;
	font-weight: normal;
	text-shadow: none;
}*/

.cw-donate:hover {
	color: #ffc !important
}

/*  */
.header .container {
	max-width: none;
	z-index: 2;
}

.header .header-info-logo-img {
	position: relative;
	z-index: 2;
	padding: .5rem 0;
}

.header .header-info-logo-img img {
	width: 260px;
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
	border-width: 1px
}

@media (min-width: 330px) {
	.cw-QRcode {
		padding-right: 8px;
	}
}
@media(min-width: 768px) {
	.header .header-info-logo-img {
		position: absolute;
		top: 1rem;
		left: 0;
		z-index: 2;
	}

	.cw-header-contact {
		z-index: 2;
		top: 3rem;
		width: 100%;
	}

	.header a.header-business-phone {
		font-size: 1.75rem;
	}

}

@media (min-width: 992px) {
	section:not(.page-home) .header {
		background-position: 0px -54px;
	}

}

/*-- Hero --*/

.cw-hero {
	padding: 6rem 0
}

.cw-hero:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

.cw-heroText {
	z-index: 2
}

.cw-heroText h1 {
	font-size: 2.25rem;
	text-shadow: 0 0 4px #000
}

.cw-heroText h1 span {
	font-size: 60%;
	text-transform: none
}

.cw-heroText h3 {
	font-family: "Open Sans", sans-serif;
	text-shadow: 1px 2px 0 #000;
	font-style: italic;
	color: #ffc
}

@media(min-width: 768px) {
	.cw-hero {
		padding: 19rem 0 14rem
	}

	.cw-heroText h1 {
		font-size: 3.75rem;
		text-shadow: 2px 2px 0px #000
	}

	.cw-heroText h3 {
		font-size: 2.5rem
	}
}


/*-- Subpages --*/

section:not(.page-home) .header {
	position: relative;
	min-height: 250px;
	padding-bottom: 0;
	background: #111 url(https://apihoard.webit.com/api/v1/Image/19BD96CD781454387F6E9D54A1FF1862/19BD96CD781454387F6E9D54A1FF1862.jpg?size=Original) no-repeat;
	background-size: cover;
}

section:not(.page-home) .header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0 0 0/42%);
}

section:not(.page-home) .title .title-heading {
	text-transform: uppercase;
	color: var(--color-theme-primary);
	font-size: 2rem
}

.page-about-us .text {
	padding-top: 0
}

/* -------------------- Staff Tables ---------------------- */
.cw-staffTable tr th {
	font-size: .85rem;
	padding: 6px 3px;
	background: #ffc;
	color: var(--color-theme-primary);
	line-height: 1.15;
}

.cw-staffTable tr td {
	font-size: .85rem;
}

.cw-staffTable {
	max-width: 800px;
	margin: auto;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #fff;
}

@media (min-width: 992px) {
	.cw-staffTable tr td {
		font-size: .95rem;
	}

	.cw-staffTable tr th {
		font-size: 1rem
	}

	.cw-staffTable tr td:first-of-type {
		width: 50%
	}
}

/*-- Weekends Accordions --*/

.accordion .card-header .title {
	padding: 0;
	background: none
}

.accordion .card tr th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 0;
}

.accordion .card-header .accicon {
	float: right;
	font-size: 20px;
	width: 1.2em;
	color: var(--color-theme-secondary)
}

.accordion .card-header {
	cursor: pointer;
	border-bottom: none;
	font-weight: bold;
}

.accordion .card {
	border: 1px solid #ddd;
}

.accordion .card-body {
	font-size: .85rem;
	padding: .5rem;
}

.accordion .card tr td {
	padding: .25rem;
	border-top: 0;
	border: 1px solid #dee2e6
}

.accordion .card-header:not(.collapsed) .rotate-icon {
	transform: rotate(180deg);
}

.accordion>.card:first-of-type {
	border-bottom: 1px solid #dee2e6
}

/*-- Galaxy Fold! --*/
@media (max-width: 360px) {
	.accordion .card-body {
		font-size: .675rem
	}
}

@media (min-width: 768px) {
	.accordion .card tr td {
		padding: .75rem !important;
	}
}

/* -- Lists --*/

.cw-lists ul {
	text-align: left;
}

.cw-lists ul li {
	margin-bottom: .5rem;
	font-size: .95rem
}

.cw-lists h5 {
	margin-bottom: 1rem
}

@media (min-width: 992px) {

	.cw-lists ul {
		padding-left: 1rem;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}

}

.cw-news h2 {
    border-bottom: 3px solid #BD1921;
    padding: 10px;
}

.news-links {
    padding: 10px;
}

.news-links a.d-block {
    border-bottom: 2px solid #efefef;
    padding: 10px;
    position: relative;
}

.news-links a:hover {
    color: var(--color-theme-secondary);
}