/**
 * Styles for the Sponsors custom post type
 *
 */

main#content.sponsors {
	max-width: var(--content-width);
}

.noah-sponsors-intro {
	display: flex;
	gap: 100px;
	padding: 70px 20px;
}

.noah-sponsors-intro .entry-title {
	margin: 0 0 15px;
}

.noah-sponsors-intro__col-left {
	flex: 1 0 auto;
	max-width: 50%;
}

.noah-sponsors-intro__col-right {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
}

.noah-sponsors__wrap-types {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 25px;
}

.noah-sponsors__wrap-types img {
	width: auto;
	max-height: 39px;
}

.noah-sponsors__wrap-types img:not(:first-child) {
	margin-left: 15px;
}

.noah-sponsors-about {
	margin-bottom: 25px;
}

.noah-sponsors-about p:last-child {
	margin-bottom: 0px;
}

.noah-sponsors-about__wrap-btns {
	display: flex;
	justify-content: flex-start;
	gap: 25px;
}

.noah-sponsors-about__wrap-btns .noah-button-wrapper--sponsor-site .elementor-button {
	background-color: #C4D600;
	border-color: #C4D600;
	color: #000000;
}

.noah-sponsors-about__wrap-btns .noah-button-wrapper--sponsor-site .elementor-button:hover,
.noah-sponsors-about__wrap-btns .noah-button-wrapper--sponsor-site .elementor-button:focus,
.noah-sponsors-about__wrap-btns .noah-button-wrapper--sponsor-site .elementor-button:active {
	background-color: #000000;
	border-color: #C4D600;
	color: #C4D600;
}

.noah-sponsors-about__wrap-btns .noah-button-wrapper--all-sponsors .elementor-button {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
}

.noah-sponsors-about__wrap-btns .noah-button-wrapper--all-sponsors .elementor-button:hover,
.noah-sponsors-about__wrap-btns .noah-button-wrapper--all-sponsors .elementor-button:focus,
.noah-sponsors-about__wrap-btns .noah-button-wrapper--all-sponsors .elementor-button:active {
	background-color: #ffffff;
	border-color: #000000;
	color: #000000;
}

@media screen and (max-width: 1024px) {
	.noah-sponsors-intro {
		flex-direction: column;
		gap: 20px;
	}

	.noah-sponsors-intro__col-left {
		max-width: 100%;
	}

	.noah-sponsors__wrap-types {
		flex-direction: column;
		align-items: flex-start;
	}

	.noah-sponsors__wrap-types img:not(:first-child) {
		margin-left: 0px;
		margin-top: 15px;
	}

	.noah-sponsors-about__wrap-btns {
		flex-direction: column;
	}
}

/* Related posts */
.noah-related-posts {
	background-color: #00AFD7;
	width: 100%;
	padding: 70px 0;
}

.noah-related-posts__inner {
	max-width: var(--content-width);
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	gap: 90px;
	padding: 0 20px;
}

.noah-related-posts__col-left {
	flex-basis: 535px;
}

.noah-related-posts__col-right {
	flex-basis: 574px;
}

.noah-related-posts .noah-related-posts__heading {
	font-size: 36px;
	line-height: 1.2;
}

.noah-related-posts .noah-related-posts__post-title {
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 25px;
}

.noah-related-posts__post:not(:last-child) {
	margin-bottom: 65px;
}

.noah-related-posts__post-excerpt {
	font-size: 20px;
	line-height: 1.18;
	margin-bottom: 25px;
}

.noah-related-posts__post .noah-button-wrapper .elementor-button {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}

.noah-related-posts__post .noah-button-wrapper .elementor-button:hover,
.noah-related-posts__post .noah-button-wrapper .elementor-button:focus,
.noah-related-posts__post .noah-button-wrapper .elementor-button:active {
	border-color: #000000;
	background-color: #ffffff;
	color: #000000;
}

/* Footer */
.noah-sponsors-footer {
	background-color: #888b8d26;
	padding: 35px 20px;
	text-align: center;
}

.noah-sponsors-footer .noah-button-wrapper a {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
}

.noah-sponsors-footer .noah-button-wrapper a:hover,
.noah-sponsors-footer .noah-button-wrapper a:focus,
.noah-sponsors-footer .noah-button-wrapper a:active {
	background-color: #ffffff;
	border-color: #000000;
	color: #000000;
}

@media screen and (max-width: 1024px) {
	.noah-related-posts__inner {
		flex-direction: column;
		gap: 20px;
	}

	.noah-related-posts__col-left,
	.noah-related-posts__col-right {
		flex-basis: auto;
	}
}
