/*
Theme Name:     Gridlove-covid19
Theme URI:
Description:    Gridlove child theme.
Author:         Me
Author URI:
Template:       gridlove
Version:        0.1.0
*/

.covid-19-banner {
       background: #faaf3f;
       font-family: "Source Sans Pro", sans-serif;
       font-size: 16px;
	   font-weight: 400;
       padding: 12px;
       text-align: center;
}

.covid-19-banner a,
.covid-19-banner a:visited,
.covid-19-banner a:link {
       color: #fff !important;
}

@media screen and (max-width: 1023px) {
	body.gridlove-child {
		padding-top: 70px;
	}

	body.gridlove-child .gridlove-header-responsive+.gridlove-cover-area {
		margin-top: 0;
	}
}

@media screen and (max-width: 579px) {
	body.gridlove-child {
		padding-top: 50px;
	}

	body.gridlove-child .gridlove-header-responsive+.gridlove-cover-area {
		margin-top: 0;
	}
}

@media screen and (min-width: 1040px) {
	.in-the-news-archive .gridlove-post-b .entry-image {
		max-width: 300px;
	}

	.in-the-news-archive .box-col-b {
		max-width: calc(43% + 300px);
	}
}

.in-the-news-archive .gridlove-page-layout-4 {
	margin-top: 0;
	max-width: none;
}

.in-the-news-archive .entry-category a {
	margin-bottom: 4px;
}

.in-the-news-filter {
	margin-bottom: 12px;
	overflow: hidden;
}

.in-the-news-filter option.dropdown-null {
	color: #666;
}

.in-the-news-filter ::placeholder {
	color: #666;
}

.in-the-news-filter-section select {
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.in-the-news-filter-section {
	float: left;
	margin-right: 12px;
	width: 180px;
}

.in-the-news-filter-section:last-child {
	margin-right: none;
}

.in-the-news-filter-section.in-the-news-filter-section-submit {
	width: 120px;
}

.itn-clear {
	font-size: .8em;
	margin-left: 5px;
}

.in-the-news-sort {
	margin-bottom: 24px;
}

.itn-order {
	padding-left: 6px;
}

.itn-order-current {
	opacity: .7;
}

a.itn-order {
	text-decoration: underline;
}

a.itn-order:hover {
	text-decoration: none;
}

.itn-pagination > div {
	width: 40%;
}

.itn-pagination-prev {
	float: left;
}

.itn-pagination-next {
	float: right;
	text-align: right;
}
