/* ======== CUSTOM ========= */

.sound-place {
	float: right;
	padding: 33px 0;
}
.sound-place ul {
	margin-bottom: 0;
}
.sound-place li {
	background-color: #006ab3;
	display: inline-block;
	padding: 2px 12px 8px 12px;
	position: relative;
}

.sound-place li:before {
	content: '';
	background-color: #d40004;
	position: absolute;
	height: 2px;
	width: 100%;
	top: -3px;
	left: 0;
}

.sound-place li a {
	color: #ffffff;
}

.sound-place li:hover,
.sound-place li:focus,
.sound-place li:active {
	background-color: #004671;
}

.sound-place li a:hover,
.sound-place li a:focus,
.sound-place li a:active {
	color: #ffffff;
}

.sound-place li img {
	display: block;
	margin: 0 auto;
}

.search-icon-btn {
	cursor: pointer;
}

.nf-form-fields-required {
	display: none;
}

.display-flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.display-flex .entry-block-full h3 {
	height: 74px;
	overflow: hidden;
}

.live-action span {
	display: block;
	text-align: center;
	width: 60px;
}

.entry-content {
	padding-bottom: 20px;
}

@media only screen and (max-width: 1138px) {
	.sound-place {
		display: none;
	}
}