#featured-post {
	position: relative;
}

#featured-post .background {
	background: #6073ef;
	height: 100%;
	width: 95%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#featured-post .row {
	padding-top: 2em;
	padding-bottom: 2em;
	padding-right: 2em;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

#featured-post .col-lg-6 {
	z-index: 2;
}

#featured-post .image-hang-over {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	display: block;
	font-size: 0;
}

#featured-post .image-hang-over img {
	display: block;
}

#featured-post h2, #featured-post p, #featured-post .date {
	color: #fff;
}

#featured-post h5 {
	margin-bottom: 0.5em;
	display: inline-block;
	margin-top: 0;
}

#featured-post h2 {
	margin-top: 0;
}

#featured-post h2 {
	margin-bottom: 0;
}

#featured-post p {
	font-size: 1.1em;
	margin-top: 1em;
}

#featured-post .date {
	margin-left: 15%;
	margin-bottom: 1em;
}

#featured-post #image-and-date {
	margin-bottom: 2em;
	margin-top: 1.6em;
}

#featured-post #post-title a {
	padding-right: 1em;
	display: block;
}

#featured-post #post-title .tags a, #featured-post .tags {
	color: #fff;
	display: inline;
	padding: 0;
}

#featured-posts h2 {
	margin-bottom: 0.5em;
}

#featured-posts a {
	text-decoration: none;
}

#featured-posts .tags a {
	text-decoration: underline;
	color: #ffffff;
}

.tags {
	font-size: 0.9em;
	margin-top: 0.5em;
}

.jumbotron.light-gray .row {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

#search form {
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

#search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #adadad;
}

#search ::-moz-placeholder { /* Firefox 19+ */
  color: #adadad;
}

#search :-ms-input-placeholder { /* IE 10+ */
  color: #adadad;
}

#search :-moz-placeholder { /* Firefox 18- */
  color: #adadad;
}

#search input {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border: 0; 
	appearance: none;
	background-color: transparent;
	text-align: left;
	width: 100%;
}

#search button {
	margin-left: 0.5em;
	background: transparent;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 0;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

#search .icon {
	width: 25px;
	height: 25px;
	margin-right: 0.5em;
	opacity: 0.5;
}

#filter {
	text-align: right;
}

#filter label {
	font-weight: 300;
	font-size: 1em;
	width: 47%;
}

#filter select {
	border: 0;
	background: transparent;
	border-bottom: 1px solid #E3E3E3;
	width: 50%;
	padding: 0.5em;
	appearance: none;
	-webkit-appearance: none;
    	-moz-appearance: none;
	position: relative;
	z-index: 2;
	outline: 0;
	color: #474747;
	margin-left: 0.5em;
	background-image: url('/wp-content/themes/lisnr/images/global/icons/arrow-dark.svg');
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 6%;
}

#anchor-menu {
	border-top: 0;
}

#search-results {
	background: #ffffff;
}

.row.border-bottom {
	border-bottom: 1px solid #252525;
	padding-bottom: 2em;
}

.row.border-bottom .date h5 {
	color: #6073ef;
	text-align: center;
	display: block;
	margin: 0;
}

.row.border-bottom .image div {
	padding-left: 1em;
	padding-right: 1em;
}

.row.border-bottom .image img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.row.border-bottom .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 0.5em;
}

.row.border-bottom h5 {
	margin-bottom: 0.5em;
	display: inline-block;
	margin-top: 0;
}

.row.border-bottom .col-lg-11 div {
	padding-left: 2em;
}

.row.border-bottom .col-lg-11 .tags {
	padding-left: 0;
}

.row.border-bottom a {
	color: unset;
	text-decoration: none;
}

.row.border-bottom .tags a {
	color: #6073ef;
	text-decoration: underline;
}

.search-results .container:first-of-type .row {
	padding-bottom: 2em;
}

#other-posts .row .row {
	border-top: 0;
}

@media only screen and (max-width: 767px) {
	#featured-post {
		background: #6073ef;
		padding: 1em;
	}
	
	#featured-post .row {
		display: block;
		display: -ms-block;
		display: -moz-block;
		display: -webkit-block;
	}
	
	#featured-post .background {
		display: none;
	}
	
	#featured-post .date {
		margin-left: 0;
	}

	#featured-post #image-and-date {
		margin-top: 0;
		margin-bottom: 1em;
	}
	
	#featured-posts .separator-4:last-of-type {
		display: none;
	}
	
	.row.border-bottom, .row.border-bottom .date h5 {
		text-align: left;
	}
	
	.row.border-bottom .date {
		margin-bottom: 1em;
	}
	
	.row.border-bottom .image {
		display: none;
	}
	
	.row.border-bottom .date h5 {
		text-align: left;
		margin-bottom: 1em;
	}
	
	.row.border-bottom .icon {
		top: 2px;
		position: relative;
		height: 15px;
		width: 15px;
	}

	.row.border-bottom .col-lg-11 div {
		padding-left: 0;
	}
	
	#anchor-menu {
		overflow: auto;
		white-space: nowrap;
	}
	
	#anchor-menu.content-changer li:first-child {
		padding-left: 0;
	}
	
	#search .icon {
		height: 15px;
		width: 15px;
	}
	
	.jumbotron.light-gray .row {
		display: block;
	}
	
	#filter label {
		width: 40%;
	}
	
	#filter select {
		width: 57%;
	}
	
	#filter {
		display: flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		margin-bottom: 1.5em;
		text-align: left;
	}
}

@media only screen and (max-width: 374px) {
	#featured-posts .col-xs-6 {
		width: 100%;
	}

	.visible-xs {
		display: block !important;
	}
}