/*!
Theme Name: The Yemen Times
Theme URI: https://www.cbwebsitedesign.co.uk/
Author: Creative Brand Design
Author URI: https://www.cbwebsitedesign.co.uk/
Description: Yemen’s first English language newspaper.
Version: 1.0.0
Text Domain: yementimes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.archives-content .filter-by-year {
	display: none;
}

.archives-filter-panel-wrap {
	display: none;
}

.archives-content .btn {
	background: #cf2e2e;
}

.searchandfilter {
	margin-top: 15px;
}

.searchandfilter div {
	display: flex;
	justify-content: center;
}

.searchandfilter ul{
	width: 50%;
	box-shadow: 0px 5px 13px rgb(90 90 90 / 8%);
	padding: 10px;
}

.searchandfilter li {
	width: 100%;
}

.searchandfilter select {
	width: 100%;
}

.searchandfilter input {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-family: minion-3, serif;
}

.searchandfilter input[type=submit] {
	background: black;
	color: white;
	border: none;
	width: 50%;
	display: flex;
	justify-content: center;
	transition: var(--transition-prop)
}

.searchandfilter input[type=submit]:hover {
	background: #cf2e2e;
	cursor: pointer;
}

.searchandfilter li {
	display: block;
	width: 100%;
	padding: 10px 20px;
}

.searchandfilter select {
	width: 100%;
}
@media (max-width: 768px) {
	.about-timeline-block {
		display: block;
	}
	.about-timeline-block .about-timeline-item:nth-of-type(even) {
		transform: none;
	}
	.agree-block {
		display: block;
	}
	.searchandfilter ul{
		display: block;
	}
	
	.searchandfilter ul {
		width: 90%;
	}

	.searchandfilter li {
		display: block;
		width: 100%;
		padding: 10px 20px;
	}

	.searchandfilter input {
		width: 100%;
	}
	
	.searchandfilter input[type=submit] {
		width: 100%;
	}

	.searchandfilter select {
		width: 100%;
	}
}