/*****

POST

****/

.post h2 small {
	font-size: 50%;
}

.post h2 a {
	text-decoration: underline;
}

/*****

<li> extra classes

*****/
.small_font_size {
	font-size: 1.3em;
}

.medium_font_size {
	font-size: 1.8em;
}

.large_font_size {
	font-size: 2.4em;
}

.red_text {
	color: #ff0000;
}

.blue_text {
	color: #00529b;
}

.bright_green_text {
	color: #99cc00;
}

.dark_green_text {
	color: #339966;
}

/*****

Header

*****/

#bootstrap-override .header #menu-desktop-menu li {
	padding: 0.8em !important;
}

#bootstrap-override .header #menu-desktop-menu {
	padding-top: 3em !important;
}

#bootstrap-override .header.sticky #menu-desktop-menu li {
	padding: 0.25em 0.8em !important;
}

#bootstrap-override .header .logo-container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

#bootstrap-override .header .logo-link {
	flex: 1;
}

#bootstrap-override .header .header-logo {
	width: 95%;
}

#bootstrap-override .header .guidestar-link {
	width: 65px;
	transition: all 0.2s ease-in-out;
}

#bootstrap-override .header.sticky .guidestar-link {
	width: 60px;
}

@media (max-width: 992px) {
	#bootstrap-override .header .logo-link {
		flex: unset;
		width: 200px;
	}
	#bootstrap-override .header .header-logo {
		width: 100%;
	}

	#bootstrap-override .header .guidestar-link {
		margin-left: 10px;
	}
}

/** End header **/

#bootstrap-override .single-stream {
	padding: 10px 30px;
}

#bootstrap-override .single-stream .post-meta {
	font-size: 1.5em;
}

#bootstrap-override .single-stream img {
	height: 100%;
	max-height: 320px;
}

#bootstrap-override .single-stream .fa {
	font-family: 'Fontawesome';
	position: relative;
	top: -2px;
}

.video-category .category-list {
	display: flex;
	align-items: center;
}

.video-category .category-list .category-item {
	margin: 0 15px 0 0;
	color: #e51937;
	font-size: 2em;
	display: flex;
	align-items: center;
	line-height: 18px;
}

.video-category .category-list .category-item a {
	margin-left: 15px !important;
	color: #fff;
	font-size: 0.8em;
	transition: all 0.2s ease-in-out;
}

.video-category .category-list .category-item a:hover,
.video-category .category-list .category-item a:focus,
.video-category .category-list .active-category a {
	background: -webkit-linear-gradient(#fff, #ff141e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
}

.video-category #cat-title {
	font-size: 5em;
	margin: 25px 0;
}


/* HERO PAGE (e.g. For Veterans) */
.hero-page .image-area {
	background: url('/wp-content/uploads/2022/10/af-vet-img-dog-tags_b.jpg') no-repeat center/cover;
	display:flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: center; 
	height:300px;
}

.hero-page .top-text {
	background-color: white;
	max-width: 800px;
	box-shadow: 0 1px 6px #333;
	text-align: center;
	padding:30px 120px; 
	margin:0px 40px;
	border:1px solid
}

.hero-page .top-text h1 {
	font-size: 36pt;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	text-align: center;
	margin: 0 0 5px 0;
}

.hero-page #searchform {
	display: flex;
	margin-top:20px;
}

.hero-page #searchform .search-form .search-box {
	color: #333;
	font-weight: 400;
	width: 75%;
	max-width: 400px;
}

#bootstrap-override .hero-page #searchform .search-button {
	max-width: 100px;
	height: unset;
	padding: unset;
	background: #cd1e37;
	border: 1px solid #cd1e37;
	transition: all 0.2s ease;
}

#bootstrap-override .hero-page #searchform svg{
	padding-top:5px;
}

#bootstrap-override .hero-page #searchform .search-button:hover {
	background: #df1e37;
	border: 1px solid #cd1e37;
}

.hero-page .search-button svg {
	width: 18px;
	fill: #fff;
}

.hero-page {
	padding: 0 28px;
}

.hero-page .button-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 25px;
}

.hero-page .category-link {
	padding: 25px !important;
	width: 50%;
	min-width: 275px;
	margin-bottom: 25px !important;
	border: 3px solid white;
	color: white;
	text-align: center;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.25s ease;
}

.hero-page .category-link:hover {
	text-decoration: none;
	background: rgb(0, 82, 155);
	border-color: rgb(0, 82, 155);
}

/* Hero Page: Mobile */
@media screen and (max-width: 640px) {
	.hero-page .top-text {
		background-color: white;
		max-width: 300px;
		box-shadow: 0 1px 6px #333;
		text-align: center;
		padding:20px 20px; 
		margin:0px 40px;
		border:1px solid
	}
	.hero-page .top-text h1 {
		font-size: 24pt;
		font-weight: bold;
		color: #000000;
		display: inline-block;
		text-align: center;
		margin: 0 0 5px 0;
	}
}

/* END HERO PAGE */


#bootstrap-override .news-wrap .stream-image {
	height: auto;
}

#bootstrap-override .news-wrap {
	display: flex;
	flex-wrap: wrap;
}

#bootstrap-override .news-wrap .post-meta {
	display: flex;
	margin: 10px 0;
}

#bootstrap-override .news-wrap .news-article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#bootstrap-override .news-wrap .news-article:nth-child(even) {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
	#bootstrap-override .news-wrap .stream-image {
		width: 100%;
		height: auto;
		max-height: 1000px;
	}

	#bootstrap-override .news-article {
		display: block;
	}

	#bootstrap-override .news-wrap .news-article:nth-child(even) {
		border-left: none;
	}
}

/*****

Event Archives Page Styles

*****/

#bootstrap-override .home-event .home-event-main img,
#bootstrap-override .main-event .main-event-image img {
	object-fit: cover;
}

#bootstrap-override .tribe-tickets__rsvp-form-buttons button {
	padding: 8px 16px;
}

/*****

Video Archives Page Styles

*****/

.videos-page .full-bar-header h2 {
	font-size: 50px !important;
	padding: 25px !important;
}

.video-categories {
	position: relative;
}

.video-categories .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(50, 50, 50, 0.6);
	z-index: 1;
}

.video-categories .category-content {
	position: relative;
	z-index: 10;
	padding: 50px;
}

.video-categories .category-content .row > div {
	padding: 25px;
}

.video-categories .category-content .row .right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-categories .category-content h3 {
	color: #fff;
}

.video-categories .category-content .button-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 25px;
}

.video-categories .category-link {
	padding: 25px !important;
	width: 45%;
	min-width: 275px;
	margin-bottom: 25px !important;
	border: 3px solid white;
	color: white;
	text-align: center;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.25s ease;
}

.video-categories .category-link:hover {
	text-decoration: none;
	background: rgb(0, 82, 155);
	border-color: rgb(0, 82, 155);
}

#mobile-category-select {
	font-size: 22px;
}

.category-menu {
	padding-left: 0;
	padding-right: 30px;
	position: sticky;
	top: 100px;
	z-index: 10;
	background: #fff;
}

.category-menu ul {
	padding-left: 0;
	list-style: none;
}

.category-menu .category-link {
	display: block;
	background-color: #ebebeb;
	text-decoration: none;
	color: #000000;
	font-size: 1.6em;
	font-weight: 700;
	padding: 16px !important;
	border-bottom: 2px solid #b7b7b7;
}

.category-menu .category-link.category-selected {
	color: #ffffff;
	position: relative;
	background-color: #1db7d3;
}

.category-menu .category-link .triangle {
	visibility: hidden;
	position: absolute;
	right: -25px;
	width: 0;
	height: 0;
	border-top: 27px solid transparent;
	border-left: 25px solid #1db7d3;
	border-bottom: 27px solid transparent;
	top: 0;
	bottom: 0;
}

.category-menu .category-link.category-selected .triangle {
	visibility: visible;
}

.video-archives .category-post-item {
	margin: 20px 0;
	height: 250px;
}
.video-archives .category-post-item h2 {
	font-size: 18px !important;
	font-weight: bold;
}
.video-archives .category-post-item img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

@media (min-width: 0px) and (max-width: 500px) {
	.video-archives .category-post-item {
		margin: 20px 0;
		height: 275px;
	}
	.video-archives .col-xs-6 {
		width: 100%;
	}
	.video-archives .category-post-item {
		height: auto;
	}
}

@media (min-width: 501px) and (max-width: 767px) {
	.video-archives .category-post-item {
		height: 275px;
	}
}

/*****

Misc Fixes

*****/

#bootstrap-override .program .resource-panel-btn {
	width: 300px;
}

#bootstrap-override .program img.full-width {
	width: 100%;
	height: auto !important;
}

/*****

Search Page

*****/

.search-item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e2e2e2;
}

.homepage-message {
	display: none;
}

/*****

Donate Page

*****/

.donate-form #collapse-btn {
	padding: 0.5em 0.9em;
	margin: 0 auto 10px;
}

.donate-form .donate-collapse h5 {
	font-size: 18px;
}

.donate-form .donate-collapse li {
	font-size: 14px;
	margin: 10px 0;
}

/*****

Services Page

*****/

.program .inner-list {
	font-size: 1em !important;
}

/*****

Contact Page

*****/

#bootstrap-override .contact-info input,
#bootstrap-override .contact-info textarea {
	border: 2px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 500px) {
	#bootstrap-override .contact-info .col-md-12 {
		flex-direction: column;
	}
}

/*******

Audio Archive

********/

.podcast-search-form {
	display: flex;
}

.podcast-search-form .search-box {
	color: #333;
	font-weight: 400;
	width: 75%;
	max-width: 400px;
}

#bootstrap-override #searchform.podcast-search-form .search-button {
	max-width: 100px;
	height: unset;
	padding: unset;
	background: #e51937dd;
	border: 1px solid #e51937dd;
	transition: all 0.2s ease;
}

#bootstrap-override #searchform.podcast-search-form .search-button:hover {
	background: #e51937;
	border: 1px solid #e51937;
}

.podcast-search-form .search-button svg {
	width: 18px;
	fill: #fff;
}

.podcast-search-container {
	padding: 0 28px;
}

#bootstrap-override .search-results-for {
	font-style: italic;
	margin: 15px 25px 0;
}

#bootstrap-override .search-results-for span {
	font-weight: bold;
}

/*******

Single Audio template

*******/

.single-radio .view-all-link {
	margin: 15px 0 !important;
	font-size: 1.7em;
	display: block;
}

.single-radio .currently-playing-container {
	background: linear-gradient(179deg, rgb(5, 81, 157) 10%, rgb(7, 118, 170));
	box-shadow: 0 10px 10px 3px rgba(50, 50, 50, 0.2);
	border-bottom-left-radius: 26px;
	border-bottom-right-radius: 26px;
	margin-bottom: 25px;
}

.single-radio .currently-playing-container h2 {
	margin: 5px 0 !important;
	color: #fff !important;
}

.single-radio .currently-playing-meta {
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.single-radio .currently-playing-meta .title {
	color: #fff;
}

.single-radio .currently-playing-meta .title i {
	font-size: 1.5em;
	color: rgba(255, 255, 255, 0.5);
}

.single-radio .currently-playing-meta .divider {
	margin: 0 10px !important;
	font-size: 1.75em;
}

.single-radio #radio-player {
	width: 100%;
	margin-bottom: -5px;
}

.single-radio .post-content {
	border-bottom: none !important;
}

/* Pagination */
#bootstrap-override .col-md-12.news-pagination {
	text-align: center;
	width: 100%;
}
#bootstrap-override .col-md-12.news-pagination > div {
	display: inline-block;
	margin-top: 5px;
}
#bootstrap-override .col-md-12.news-pagination .page-numbers {
	font-size: 1.6em;
	padding: 0 0.2em;
}

/* FOOTER */
#bootstrap-override .footer-about-btn {
	border: 2px solid #00529b;
	color: #00529b;
	background: #fff;
	padding: 0.5em 0.9em;
	font-size: 1.8em;
	font-weight: 700;
	cursor: pointer;
	height: 48px;
	text-align: center;
	display: inline-block;
	margin-right: 2em;
	border-radius: 5px;
}

#bootstrap-override .footer-about-btn img {
	width: 25px;
	float: left;
	margin-right: 5px;
	color: #00529b;
}

#bootstrap-override .footer-donate-btn {
	margin-right: 2em;
}

@media (max-width: 991px) {
	#bootstrap-override .footer-about-btn {
		height: 40px;
	}
}

@media (max-width: 766px) {
	#bootstrap-override .footer-about-btn {
		margin-right: 0.3em;
	}
}
#dgx-donate-form-payment-section{
	margin-bottom:0;
}
.donate-form #collapse-btn{
	width:100%;
}
.sidebar_container{
	padding:24px;
	margin:0 0 24px;
	background:#f8f8f8;
	border-radius:8px;
}
.sidebar_item{
	border:1px solid #cacaca;
	background:#fff;
	padding:32px;
	border-radius:4px;
	color: #00529b;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}


.sub-menu {
	visibility: collapse;
	transition: 0.3s;
}

#menu-desktop-menu  li:hover > ul {
	visibility: visible;
}

#menu-desktop-menu  li > ul a {
	font-size: 14px;
}
#menu-desktop-menu  li > ul {
	background-color: #ffffff;
	padding: 0;
}

#bootstrap-override .header #menu-desktop-menu li .sub-menu li {
	padding: 0 10px 0 10px !important;
}

.sub-menu {
	position:absolute;
	z-index:1;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: #ffffff 1px solid;
	border-radius: 5px;
	box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.4);
}

.sub-menu:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -0.5em;
	top: 0;
	left: 20%;
	box-sizing: border-box;
	border: 8px solid #ffffff;
	border-color: #ffffff #ffffff transparent transparent;
	transform-origin: 0 0;
	transform: rotate(-45deg);
	box-shadow: 2px -2px 2px -2px rgba(0, 0, 0, 0.4);;
}

/*
 adding to override bootstrap margin and padding of a
 */
.tribe-block__events-link .tribe-block__btn--link a {
	margin: 10px 15px 10px 0 !important;
	padding: 0 17px 0 14px !important;
}