/*
 Theme Name:   Items Astra Child
 Description:  Items Astra Child Theme
 Template:     astra
 Version:      1.0.0
 Text Domain:  items-astra
*/

/* GENERAL */

.eyebrow {
	display: inline-block;
	font-family: 'DM Mono';
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px 25px;
	border-radius: 20px;
	margin-bottom: 10px;
	color: #FFF;
	background: #1E4962;
}

.eyebrow.short {
	padding: 5px 15px;
}

.eyebrow.inverted {
	color: #1E4962;
	background: #FFF;
}

.button {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 8px 15px;
	border-radius: 20px;
	color: #FFF;
	background: #1E4962;
}

.bylines {
	display: inline-block;
	font-family: 'DM Mono';
	font-size: 12px;
	font-weight: 300;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bylines a,
.bylines span {
	font-weight: 500;
}

.content-section {
	padding: 40px 0 40px;
}

.section-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.section-header .eyebrow {
	margin-bottom: 0;
}

.section-line {
	flex: 1;
	height: 4px;
	background: #1E4962;
}

.section-title {
	font-family: 'DM Mono', monospace;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1E4962;
}

.white .section-title,
.white .section-title a {
	color: #FFF;
}

.section-description {
	margin-bottom: 40px;
}

.centered-content {
	text-align: center;
}

/* ASTRA OVERRIDES */

a:focus {
	outline: none;
}

.main-header-menu > .menu-item > .menu-link {
	display: block;
}

.main-header-menu .menu-link,
.main-header-menu > a {
	padding: 0;
	border-bottom: 2px solid transparent;
	margin: 0 12px;
}

.main-header-menu .menu-link:hover,
.main-header-menu > a:hover {
	border-color: #1E4962;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link,
.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
	color: #1E4962;
}

.ast-builder-menu-1 .menu-item.menu-item-has-children:hover > .menu-link {
	border-color: transparent;
}

.ast-left-sidebar #primary {
	border-left: none;
}

.ast-left-sidebar #secondary {
	border-right: none;
	margin-right: 0;
}

.ast-right-sidebar #primary {
	border-right: none;
}

.ast-right-sidebar #secondary {
	border-left: none;
	margin-left: 0;
}

.widget-title {
	font-family: 'DM Mono', monospace;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1E4962;
	margin-bottom: 20px;
}

a.ast-button.ast-badge-tax {
	font-family: 'DM Mono';
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 20px;
	background: #1E4962;
}

header.entry-header .entry-meta,
header.entry-header .entry-meta * {
	color: #000;
}

header.entry-header .entry-meta a {
	font-weight: 400;
}

.post-page-numbers.current .page-link,
.ast-pagination .page-numbers.current {
	color: #FFF;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	line-height: 1.2em;
	padding: 0 10px 10px 10px;
}

@media (max-width: 767px) {
	header.entry-header .entry-title {
		font-size: 40px;
		line-height: 1.1;
	}
}

/* END ASTRA OVERRIDES */

/* BLOCKS */

.wp-block-quote {
	font-family: 'Albert Sans';
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	font-style: normal;
	padding: 20px 0;
	border-left: 0 !important;
	border-top: 4px solid #1E4962;
	border-bottom: 4px solid #1E4962;
}

.wp-block-quote p {
	margin-bottom: 1em;
}

.footnoteContent img {
	margin-right: 10px;
}

.reference-content img {
	display: inline;
	max-width: 150px;
	margin-right: 20px;
}

.epq-twitter {
	display: none;
}

/* END BLOCKS */

/* WIDGETS */

.widget_featured_cat .featured-item {
	background-color: #F5F3F2;
}

.widget_featured_cat .featured-thumb a {
	display: block;
	text-align: center;
	aspect-ratio: 9 / 4;
}

.widget_featured_cat .featured-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
}

.widget_featured_cat .featured-content {
	padding: 10px 20px ;
}

.collection-item {
	padding-bottom: 20px;
	border-bottom: 4px solid #1E4962;
	margin-bottom: 30px;
}

.collection-thumb a {
	display: block;
	text-align: center;
	aspect-ratio: 9 / 4;
}

.collection-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 4px solid #1E4962;
	margin: 0 auto 15px;
}

.collection-title {
	margin: 0 0 8px;
}

.collection-meta {
	font-family: 'DM Mono', monospace;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}

.collection-meta a {
	font-weight: 400;
}

/* END WIDGETS */

/* TITLE BANNER */

.title-banner {
	background: #1E4962;
	color: #FFF;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 400px;
	border-bottom: 4px solid #1E4962;
}

.title-banner .title-banner-info {
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
	max-width: 1200px;
}

.title-banner .banner-title {
	color: #FFF;
	margin-bottom: 10px;
}

.category .title-banner .banner-title {
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.title-banner a {
	color: #FFF;
}

/* END TITLE BANNER */

/* TITLE ROW */

.title-row {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 500px;
	background-color: #1E4962;
	overflow: hidden;
}

.title-row-inner {
	display: flex;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	flex: 1;
	gap: 30px;
}

.title-row-col {
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	color: #FFFFFF;
}

.title-row-title {
	color: #FFFFFF;
	margin-bottom: 20px;
}

.title-row .edited-by,
.title-row .title-row-desc {
	display: block;
	margin-bottom: 40px;
}

.title-row img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 600px;
	margin: auto;
}

@media (max-width: 767px) {
	.title-row {
		min-height: auto;
	}
	.title-row-inner {
		flex-direction: column-reverse;
		align-items: center;
	}
	.title-row-col {
		width: 100%;
		text-align: center;
	}
}

/* END TITLE ROW */

/* CONTENT CARD */

.content-grid {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-items: stretch;
}

.content-card {
	position: relative;
	min-height: 1px;
	padding: 0 20px;
	width: 100%;
	margin-bottom: 2em;
	border-bottom: 0;
}

.grid3 .content-card {
	width: 33.33%;
}

.grid4 .content-card {
	width: 25%;
}

.content-card-inner {
	position: relative;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-style: none;
}

.with-bg .content-card-inner {
	background: #1E4962;
}

.with-category .content-card-inner {
	background: #FFF;
	border-top: 4px solid #1E4962;
}

.horizontal .content-card-inner {
	flex-direction: row;
	background: #f5f3f2;
	padding-bottom: 0;
	border-top: 4px solid #1E4962;
	align-items: stretch;
}

.category-split .content-card-inner {
	flex-direction: row-reverse;
	background: #1E4962;
	padding: 0;
	color: #FFF;
}

.content-card.horizontal .card-img {
	flex: 0 0 55%;
	max-width: 55%;
	overflow: hidden;
}

.content-card.category-split .card-img {
	flex: 0 0 50%;
	max-width: 50%;
}

.content-card.with-bg .card-img .card-img-container {
	display: block;
	aspect-ratio: 9 / 4;
	overflow: hidden;
}

.content-card.horizontal .card-img .card-img-container {
	display: block;
	aspect-ratio: 17 / 9;
	height: 100%;
}

.content-card.book-cover .card-img .card-img-container {
	display: block;
	aspect-ratio: 2 / 3;
	overflow: hidden;
}

.content-card.book-cover.book-wide .card-img .card-img-container {
	aspect-ratio: 3 / 2;
}

.content-card img {
	width: 100%;
	height: 100%;
	max-height: 550px;
	object-fit: cover;
}

.content-card.with-bg img {
	transform: scale(1);
	transition: transform .5s ease;
}

.content-card.with-bg:hover img {
	transform: scale(1.1);
}

.content-card .card-content {
	padding: 15px 20px 0;
	display: flex;
	flex-direction: column;
}

.content-card.with-bg .card-content {
	height: 100%;
	color: #FFF;
}

.content-card.with-category .card-content {
	height: 100%;
}

.content-card.horizontal .card-content {
	flex: 0 0 45%;
	max-width: 45%;
	padding: 40px;
}

.content-card.book-cover .card-content {
	text-align: center;
}

.content-card.category-default .card-content {
	flex-direction: row;
	background: #1E4962;;
	color: #FFF;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.content-card.category-split .card-content {
	flex: 0 0 50%;
	max-width: 50%;
	justify-content: center;
	padding: 40px;
}

.content-card .card-content .card-title {
	margin-bottom: 20px;
}

.content-card .card-content .card-title h2 {
	font-size: 24px;
	line-height: 1.3;
}

.content-card.horizontal .card-content .card-title h2 {
	font-size: 34px;
}

.content-card.book-cover .card-content .card-title {
	margin-bottom: 5px;
}

.content-card.simple .card-content .card-title {
	border-bottom: 4px solid #1E4962;
}

.content-card.simple .card-content .card-title h2 {
	font-size: 24px;
}

.content-card.category-default .card-content .card-title {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 20px;
}

.content-card.category-default .card-content .card-title h2 {
	font-size: 30px;
}

.content-card.category-split .card-content .card-title h2 {
	font-size: 46px;
}

.content-card.category-default .card-content .card-excerpt {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 20px;
}

.content-card.with-bg .card-content a,
.content-card.category-default .card-content a,
.content-card.category-split .card-content a {
	color: #FFF;
}

.content-card .card-content a.read-more {
	font-weight: 400;
	color: #1E4962;
}

.content-card .card-content .card-meta {
	margin-top: auto;
	margin-bottom: 0;
	color: inherit;
}

.content-card.simple .card-content .card-meta {
	margin-top: 20px;
}

.content-card.book-cover .card-content .card-meta {
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: auto;
	max-width: 180px;
}

.content-card .card-content .card-category {
	align-self: flex-start;
	margin-top: 20px;
}

.content-card.with-bg .card-content .card-category {
	position: absolute;
	top: 0;
	background: #FFF;
}

.content-card .card-content .card-category a {
	color: #FFF;
}

.content-card.with-bg .card-content .card-category a {
	color: #000;
}

#secondary .with-bg .content-card-inner {
	background: #F5F3F2;
}

#secondary .content-card .card-content .card-title {
	margin-bottom: 0;
}

#secondary .content-card .card-content .card-title h2 {
	font-size: 24px;
}

#secondary .content-card .card-content .card-title h2 a {
	color: #000;
}

@media (max-width: 921px) {
	.grid3 .content-card {
		width: 100%;
	}
	.grid4 .content-card {
		width: 50%;
	}
	.horizontal .content-card-inner {
		flex-direction: column;
	}
	.content-card.horizontal .card-img .card-img-container {
		aspect-ratio: 9 / 4;
	}
	.content-card.horizontal .card-img {
		flex: none;
		max-width: 100%;
	}
	.content-card.horizontal .card-content {
		flex: none;
		max-width: 100%;
		padding: 20px;
	}
	.content-card.category-default .card-content {
		flex-direction: column;
		position: static;
		gap: 0;
	}
	.content-card.category-default .card-content .card-title,
	.content-card.category-default .card-content .card-excerpt {
		flex: none;
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.category-split .content-card-inner {
		flex-direction: column;
	}
	.content-card.category-split .card-img,
	.content-card.category-split .card-content {
		flex: none;
		max-width: 100%;
	}
	.content-card.category-split .card-content {
		padding: 20px;
	}
	.content-card.category-split .card-content .card-title h2 {
		font-size: 30px;
	}
}

@media (max-width: 544px) {
	.grid4 .content-card {
		width: 100%;
	}
}

@media (min-width: 922px) {
	.mosaic {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.mosaic > :nth-child(4n+1) {
		grid-column: 1;
		grid-row: span 2;
	}

	.mosaic > :nth-child(4n+1) .card-img .card-img-container {
		aspect-ratio: 3 / 4;
	}

	.mosaic > :nth-child(4n+2) {
		grid-column: 2;
	}

	.mosaic > :nth-child(4n+3) {
		grid-column: 3;
	}

	.mosaic > :nth-child(4n+4) {
		grid-column: 2 / span 2;
	}

	.mosaic > :nth-child(4n+4) .card-img .card-img-container {
		aspect-ratio: 17 / 4;
	}

	.mosaic > :nth-child(4n+4) .card-img img {
		object-position: center 25%;
	}
}

.content-tile .content-card-inner {
	padding-bottom: 0;
}

.content-tile .card-img .card-img-container {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.content-tile .tile-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.content-tile .card-content {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #FFF;
	justify-content: center;
}

.content-tile .card-content * {
	color: #FFF;
}

.content-tile .card-content .card-title h2 {
	font-size: 28px;
	line-height: 1;
	margin: 0;
}

.content-tile.centered .card-content .card-title h2 {
	font-size: 42px;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    word-break: normal;
}

.content-card .card-content .card-meta {
	margin: 0;
}

.content-tile .overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 1023px) {
	.grid3 .content-tile {
		width: 50%;
	}
}

@media (max-width: 921px) {
	.grid3 .content-tile {
		width: 100%;
	}
}

/* END CONTENT CARD */

/* ASTRA POST GRID */

.ast-article-post .ast-article-inner {
	position: relative;
	background: #1E4962;
	padding: 20px 20px 15px;
	overflow: hidden;
}

.ast-article-post .ast-grid-common-col {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ast-blog-featured-section {
	margin-bottom: 15px;
}

.ast-article-post .entry-title {
	margin-bottom: 20px;
}

.ast-article-post .entry-title a {
	color: #FFF;
}

.ast-article-post .ast-blog-meta-container {
	text-transform: uppercase;
	margin-top: auto;
	margin-bottom: 0;
}

.ast-article-post .ast-blog-meta-container .entry-meta,
.ast-article-post .ast-blog-meta-container .entry-meta * {
	font-family: 'DM Mono';
	font-weight: 300;
	color: #FFF;
}

.ast-article-post .ast-blog-meta-container .entry-meta a {
	font-weight: 400;
}

.ast-article-post .post-thumb-img-content a {
	display: block;
	aspect-ratio: 9 / 4;
}

.ast-blog-layout-4-grid .ast-article-inner .wp-post-image {
	width: 100%;
	height: 100%;
	aspect-ratio: unset;
	object-fit: cover;
}

.ast-article-post .post-content > .cat-links {
	margin-bottom: 5px;
}

.ast-article-post .post-content > .cat-links a {
	color: #FFF;
}

/* END ASTRA POST GRID */

/* ARCHIVE PAGE */

.archive-header {
	display: flex;
	margin-bottom: 40px;
}

body.archive .archive-header .ast-archive-description {
	flex: 0 0 68.9%;
	max-width: 68.9%;
	padding: 0 100px 0 0;
	border-bottom: 0;
}

.archive-header .archive-sidebar {
	flex: 0 0 31.1%;
	max-width: 31.1%;
}

.ast-author-box h1.page-title {
	margin-bottom: 20px;
}

@media (max-width: 921px) {
	.archive-header {
		flex-direction: column;
	}
	body.archive .archive-header .ast-archive-description,
	.archive-header .archive-sidebar {
		flex: none;
		max-width: 100%;
		padding: 0;
	}
}

/* END ARCHIVE PAGE */

/* SINGLE POST PAGE */

.tif-post-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: relative;
	width: 100%;
	padding-top: 50px;
}

.tif-post-banner .ast-container {
	width: 100%;
}

.tif-post-banner .post-thumb {
	position: relative;
	aspect-ratio: 9 / 4;
}

.tif-post-banner .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 4px solid #1E4962;
}

.tif-post-banner .post-thumb .attribution {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px 20px;
	opacity: 0.2;
	transition: opacity 0.5s linear;
}

.tif-post-banner .post-thumb:hover .attribution {
	opacity: 1;
}

.single-post .entry-header {
	padding-bottom: 35px;
	border-bottom: 4px solid #1E4962;
}

.entry-meta-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

/* sharing */
.sharing-wrapper {
	position: relative;
	display: inline-block;
}
.sharing-wrapper .sharing-trigger {
	margin-bottom: 0;
}

.sharing-dropdown {
	position: absolute;
	top: 30px;
	right: 0;
	width: 160px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	padding: 10px 0;
	display: none;
	z-index: 999;
}

.sharing-wrapper.active .sharing-dropdown {
	display: block;
}

.sharing-header {
	display: none;
	padding: 10px 20px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.sharing-dropdown a {    
	font-size: 13px;
	color: #1B1B1B;
	background: none !important;
	padding: 10px;
	display: block;
	border-radius: 0;
}

.sharing-dropdown a:hover {
	color: #1B1B1B;
	background: #f5f3f2;
}

.sharing-dropdown a svg {
	vertical-align: bottom;
	margin-right: 5px;
}

.post-tags {
	padding: 20px 0;
	border-top: 4px solid #1E4962;
	margin: 20px 0;
}

.post-tags a.eyebrow {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 10px;
	color: #FFF;
}

.authors .author-name {
	border-bottom: 4px solid #1E4962;
	margin-bottom: 20px;
}

.authors .author-name a {
	text-decoration: none;
}

@media (max-width: 544px) {
	.entry-meta-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.sharing-dropdown {
		left: 0;
		right: auto;
	}
}

/* END SINGLE POST PAGE */

/* PAGE TEMPLATE: CATEGORY */

.tif-category-page-template .title-banner {
	min-height: 500px;
}

.tif-category-page-template .title-banner .title-banner-info {
	line-height: 1.2;
	background-color: #1E4962;
	max-width: 600px;
	bottom: 40px;
	padding: 20px;
}

.tif-category-page-template.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 60px;
	margin-bottom: 60px;
}

/* END PAGE TEMPLATE: CATEGORY */

/* PAGE TEMPLATE: HOMEPAGE */

.home .title-banner {
	min-height: 650px;
}

.home .title-banner .title-banner-info {
	line-height: 1.2;
	background-color: #1E4962;
	max-width: 600px;
	bottom: 40px;
	padding: 20px;
}

.home .title-banner .banner-title {
	padding: 10px 0 20px;
}

.home .ast-container {
	display: block;
}

.home.ast-page-builder-template .ast-row {
	margin-left: -20px;
	margin-right: -20px;
}

.home-subscribe {
	text-align: center;
}

.home-subscribe h4 {
	font-weight: 600;
	color: #1E4962;
	margin-bottom: 20px;
}

.subscribe-fields {
	display: flex;
	max-width: 600px;
	margin: auto;
}

.subscribe-fields input[type="email"] {
	border-radius: 5px 0 0 5px;
	border: 0;
	height: auto;
}

.subscribe-fields input[type="submit"] {
	border-radius: 0 5px 5px 0;
}

.featured-container {
	position: relative;
	background: #1B1B1B;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 500px;
}

.featured-container .featured-inner.ast-container {
	display: flex;	
	position: absolute;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: end;
}

.featured-container .featured-content {
	color: #FFF;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 20px;
	background-color: #1E4962;
	max-width: 500px;
}

.featured-container .featured-title {
	color: #FFF;
	margin: 10px 0 20px;
}

.featured-container .featured-title a {
	color: #FFF;
}

.featured-container .featured-link {
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (max-width: 921px) {
	.home .title-banner {
		min-height: 450px;
	}
}

/* END PAGE TEMPLATE: HOMEPAGE */

/*** FOOTER ***/

.navigation--footer li {
	font-weight: 700;
}
	
.siteFooter-bottom {
	color: #fff;
	background-color: #1E4962;
}

.siteFooter-bottom-inner {
	display: flex;
	padding: 30px 0;
}

.siteFooter-bottom p,
.siteFooter-bottom a {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 10px;
}

.siteFooter-bottom a:hover {
	color: #fff;
}

.siteFooter-bottom .footer-left {
	padding: 15px 30px 15px 0;
	width: 50%;
	border-right: 1px solid #fff;
}

.siteFooter-bottom .footer-left .footer-logos {
	padding: 0 0 15px;
	margin-bottom: 20px;
	display: flex;
	border-bottom: 1px solid #fff;
	align-items: center;
	flex-wrap: wrap;
}

.siteFooter-bottom .footer-left .footer-logos svg {
	width: 220px;
	fill: #fff;
	margin-right: 40px;
}

.siteFooter-bottom .footer-left .footer-logos img {
	width: 250px;
	fill: #fff;
}

.siteFooter-bottom .l-contact-info {
	width: 50%;
	float: left;
}

.siteFooter-bottom .l-social-navigation a {
	color: #fff;
	font-size: 22px;
	margin: 5px 15px 5px 0;
	text-decoration: none;
}

.siteFooter-bottom .l-social-navigation a:last-child {
	margin-right: 0;
}

.siteFooter-bottom .l-social-navigation a i {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
}

.siteFooter-bottom .footer-menu {
	width: 50%;
	float: right;
}

.siteFooter-bottom .l-footer-menu ol {
	margin-top: 5px;
	list-style: none;
}

.siteFooter-bottom .l-footer-menu li a {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.siteFooter-bottom .l-footer-menu li a:hover {
	text-decoration: underline;
}

.siteFooter-bottom .footer-right {	
	padding: 15px 0 15px 30px;
	width: 50%;
}

.siteFooter-bottom .footer-right h3 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
}

#subscribe .subscribe-footer {
	padding: 10px 0;
}

#subscribe input {
	margin-bottom: 5px;
	padding: 8px;
	height: 39px;
	border-radius: 0;
	width: 100%;
	margin: 0;
}

#subscribe input:focus {
	outline: none;
}

#subscribe input[type=text]:focus,
#subscribe input[type=email]:focus {
	outline: none;
}

#subscribe input[type=submit] {
	font-size: 13px !important;
	line-height: 1;
	padding: 8px 0;
	margin-bottom: 0;
	transition: background-color .25s ease-out,color .25s ease-out;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	background: #566169;
}

#subscribe .form-footer {
	padding-top: 10px;
}

@media (max-width: 767px) {
	.siteFooter-bottom-inner {
		text-align: left;
	}

	.siteFooter-bottom-inner {
		display: block;
	}
	
	.siteFooter-bottom .footer-left,
	.siteFooter-bottom .footer-right,
	.siteFooter-bottom .l-contact-info,
	.siteFooter-bottom .footer-menu {
		width: 100%;
		float: none;
	}
	
	.siteFooter-bottom .footer-left {
		padding-right: 0;
		padding-bottom: 1px;
		border-right: 0;
	}
	
	.siteFooter-bottom .footer-right {
		padding: 0;
	}
	
	.siteFooter-bottom .l-footer-menu ol {
		margin-left: 0;
	}
	
	.siteFooter-bottom .l-footer-menu li {
		line-height: 1.5;
	}
	
	.siteFooter-bottom .footer-right .l-content {
		display: none;
	}
	
	#subscribe .fsForm {
		position: static;
	}
	
	#subscribe .fsBody .fsLastRow {
		width: 100%;
	}
	
	#subscribe .fsForm .fsSubmit {
		position: static;
		text-align: left;
	}
	
	#subscribe .fsSubmit input.fsSubmitButton {
		width: auto;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	
	#subscribe .form-footer p {
		margin: 0 0 30px 0;
	}
}

.search-filter-label {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.search-filter-input-checkbox__count {
	font-size: 13px; 
}

.search-filter-input-checkbox__label {
	font-size: 16px;
}

.entry-content a {
	color: #1E4962 !important;
}

.entry-content a:hover {
	color: #1E4962 !important;
}

.post-tags a.eyebrow {
	color: #FFF !important;
}

.authors .author-name a {
	color: inherit !important;
}