@charset "utf-8";

@media screen and (max-width: 768px) {
	
/***************************************
      News
***************************************/
.archive-wrap {
	width: 90%;
	margin: auto;
	display: block;
}
.archive-list {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 1.4%;
}
.archive-thumb {
	margin: 0 0 10px;
}
.archive-thumb img {
	width: 100%;
	height: auto;
}
.archive-list .article-date {
	letter-spacing: 0.07em;
	margin: 0 0 5px;
}
.archive-list h3 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}
.archive-single {
	width: 90%;
	margin: auto;
}
.single-header h3 {
	font-size: 1.8rem;
	text-align: left;
}
.single-header h6 {
	text-align: left;
}

/***************************************
      Sidebar
***************************************/
.screen-reader-text {
    display: none;
}
.archive-sidebar {
	display: block;
}
.sidebar-list {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
}
.sidebar-list.widget_archive {
	margin: 0 auto 30px;
}
.sidebar-list h5 {
	display: none;
	font-size: 14px;
	margin: 0 0 20px;
}
.sidebar-list ul {
	list-style: none;
	padding: 0;
}
.widget_categories ul li {
	margin: 0 0 8px;
	line-height: 1.5;
}
.widget_categories ul li a {
	font-weight: normal;
}
.widget_categories ul li:before {
	font-family: "Fontawesome";
	content: "\f105";
	color: #60b538;
	padding-right: 5px;
}
.widget_categories ul li a:hover {
	text-decoration: none;
}

.sidebar-list select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #ddd;
	padding: 10px 25px 10px 14px;
	background: url(compass/images/global/caret_down.png) no-repeat 92% center;

	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.1em;
}
}