/*
Industry Styles
 */

 .single-industry .site-inner > .wrap {
	padding-top: 0;
 }
 .ind-header-wrap img {
	display: block;
	margin: 0 auto;
 }
.industry-page-intro {
	margin-bottom: 60px;
}
.industry-archive-section-wrap {
position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fA;
}
.industry-archive-section {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 14px;
	margin: 0 auto 10px auto;
	border: 1px solid #eee;
	border-radius: 5px;
	cursor: pointer;
}

.industry-archive-section.active h1:after {
	transform: rotate(45deg);
}

.industry-archive-section h1 {
	font-size: 1.5rem;
	color: #000;
	margin: 0;
}

.industry-archive-section h1:after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 20px;
	top: 12px;
	color: #3671b8;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}

.industry-category-name {
	color: #b3b3b3;
	margin-bottom: 20px;
}

.industries-container {
	display: flex;
	flex-wrap: wrap;
}

.industries-container .industry-wrap {
	width: 30%;
	max-width: 100%;
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 20px;
	color: #757575;
	font-size: 12px;
	font-size: 1em;
	font-weight: normal;
}

.industries-container .industry-wrap:hover,
.industries-container .industry-wrap:active,
.industries-container .industry-wrap:focus {
	background-color: #f2f2f2;
}

.industry-logo-wrap {
	height: 75px;
	display: flex;
	margin-bottom: 20px;
}

.industry-logo-wrap img {
	align-self: center;
	margin: 0 auto;
	width: auto;
	max-height: 100%;
}

.industries-container .industry-name {
	color: #000;
	font-size: 12px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 2px 4px 0px;
}

.single-industry .entry a {
	color: #00aeef;
}

.industry-single-logo {
	padding: 20px 0;
}

.single-industry .entry-title span {
	font-size: 16px;
	padding-left: 5px;
}
.single-industry .post-info {
	display: none;
}
.single-industry .single-industry-logo img {
	padding: 20px 0;
	display: block;
	margin: 0 auto;
}
.single-industry .related-posts-container {
	display: flex;
	margin-top: 2rem;
}
.single-industry .related-posts-wrap {
	width: 49%;
	/* border: 1px solid #eee; */
	padding: 15px;
}
.single-industry .related-posts-wrap:first-child {
	margin-right: 1%;
}
.single-industry .related-posts-wrap:nth-child(2) {
	margin-left: 1%;
}
.single-industry .related-posts-wrap h2 {
	font-size: 20px;
}
.single-industry .related-posts-wrap p {
	color: #199AD1;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}
.single-industry .related-posts-wrap a {
	max-width: calc( 100% - 70px );
}
.single-industry .related-posts-wrap a:last-child p {
	border-bottom: none;
}
.single-industry .industry-story {
	display: flex;
	margin-bottom: 10px;
}
.single-industry .industry-story > .industry-story-thumbnail-wrap {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.single-industry .industry-story .industry-story-thumbnail-wrap > img {
	max-width: 100%;
	height: auto;
	display: block;
}


@media only screen and (max-width: 1023px) {
	.industries-container .industry-wrap {
		width: 47%;
	}

}

@media only screen and (max-width: 720px) {
	.industries-container .industry-wrap {
		width: 100%;
		margin-right: 0;
	}

}

@media only screen and (max-width: 600px) {
	.single-industry .related-posts-container {
		display: block;
	}
	.single-industry .related-posts-wrap {
		width: auto;
	}
	.single-industry .related-posts-wrap:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.single-industry .related-posts-wrap:nth-child(2) {
		margin-left: 0;
	}
}
