body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: #ececec;
}

h1 {
	font-size: 22px;
}

h2, h3 {
	font-size: 20px;
}

h4, h5 {
	font-size: 18px;
}

audio:focus {
	outline: none;
}

.icon__search {
	width: 25px;
	height: 25px;
	display: block;
	background: url('images/search.png') no-repeat center center;
	background-size: 25px 25px;
}

.icon__facebook {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/facebook.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__twitter {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/twitter.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__whatsapp {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/whatsapp.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__android {
	width: 20px;
	height: 20px;
	display: block;
	background: url('images/android.svg') no-repeat center center;
	background-size: 20px 20px;
}
h3.font-weight-bold.custom-title {
    color: #4685bb;
    background-color: #fff;
    display: inline-block;
    height: 2rem;
    border-radius: 3px;
    line-height: 2rem;
    padding: 0 10px;
}

.icon__apple {
	width: 20px;
	height: 20px;
	display: block;
	background: url('images/apple.svg') no-repeat center center;
	background-size: 20px 20px;
}

.icon__play {
	display: block;
	width: 60px;
	height: 60px;
	background: url('images/play.svg') no-repeat center center;
	background-size: 70px 70px;
}

.icon__pause {
	display: block;
	width: 60px;
	height: 60px;
	background: url('images/pause.svg') no-repeat center center;
	background-size: 70px 70px;
}

header .header__logo {
	max-width: 250px;
	height: auto;
}

header .navbar {
	background: #fff;
}

header .navbar-light .navbar-toggler {
	background: #46769f;
}

header .navbar a.nav-link {
    color: #1f1cf7 !important;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #ccc;
    margin-right: 20px;
    border-radius: 3px;
    min-width: 10rem;
    text-align: center;
    background-color: #ffffff;
}
header .navbar a.nav-link:hover {
	opacity:0.8;
}

header .has-search .form-control {
    padding-left: 2.375rem;
	width:98%;
}

header .has-search .form-control-feedback {
    position: absolute;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

header .dropdown-menu {
	min-width: 400px;
	background: #46769f;
}

header .dropdown-menu a {
	width: 50%;
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 7px 0px;
	color: #fff;
	font-weight: bold;
}

header .header__icon-search {
	width: 2.375rem;
    height: 2.375rem;
}

header a.navbar-brand {
	color: #fff!important;
	font-weight: bold;
}

#footer {
	background: #444;
	margin-top: 20px;
	background: #fff;
}

.footer__content {
	padding: 20px;
	color: #4685bb;
	width: 100%;
	display: block;
}

.footer__content a {
    color: #4685bb;
}
.footer__content a:hover {
    color: #4685bb;
	opacity:0.8;
}

.footer__content p {
	margin-bottom: 5px;
}

.main__wrapper {
	margin-top: 20px;
}

.item img {
	width: 100%;
	height: 150px;
    object-fit: contain;

}

a.item {
	text-decoration: none;
}

.item-title {
	color: #46769f;
	text-decoration: none;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 5px;
	background: #fff;
	font-weight: bold;
	text-align: center;
	font-weight: 400;
}

.item-wrapper {
	margin-bottom: 30px;
    border: 1px solid #cdc7c7;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background-color: #fff;
}

.player-box {
	min-height: 150px;
}

.single__player {
	padding: 10px 10px 5px 10px;
	border: 1px solid #c2c2c2;
	background: #46769f;
	color: #fff;
	width: calc(50% - 40px);
	position: absolute;
	left: calc(25% + 21px);
	z-index: 100;
}

.single__player img {
	max-width: 150px;
}

.single__player audio {
	width: 100%;
	margin-top: 10px;
}

.single-info {
	margin-top: 10px;
}

.single-views a {
	color: #fff;
	text-decoration: none;
}

.single-description {
	padding: 10px;
	margin: 20px 0px;
}

.single-description img {
	max-width: 100%;
	height: auto;
}

.single-social a {
	display: inline-block;
	margin-right: 5px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.page-item.active .page-link {
	background-color: #46769f;
	border-color: #46769f;
}

.page-link {
	color: #46769f;
}

.sidebar {
	padding-left: 20px;
	padding-right: 20px;
}

.sidebar__widget {
	width: 100%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.widget__title {
	background: #46769f;
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
}

.widget__ringtone {
	background: #fff;
	padding: 5px;
	height: 70px;
	border-bottom: 1px solid #ccc;
}

.widget__box-play {
	cursor: pointer;
	display: inline-block;
}

.widget__box-play span.icon__play, .widget__box-play span.icon__pause {
	background-size: 60px 60px;
}

.widget__box-info {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0px;
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 70px);;
}

.widget__box-info-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget__box-info a {
	text-decoration: none;
	color: #000;
}

.widget__box-info-title:hover {
	color: #46769f;
}

.widget__box-info a:active, .widget__box-info a:visited {
	color: #000;
}

.widget__box-info-detail {
	margin-top: 7px;
	color: #888;
	font-size: 12px;
}

.widget__detail-item {
	margin-right: 10px;
}

.widget__categories {
	background: #fff;
}

.widget__category, .widget__tag {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	margin: 0px 5px;
	display: flex;
	justify-content: flex-start;
}

.widget__category::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	background: url('images/radio.svg') no-repeat center center;
	background-size: 19px 19px;
}

.widget__category a, .widget__tag a {
	text-decoration: none;
	color: #46769f;
}

.widget__category a:hover, .widget__tag a:hover {
	color: #2194a3;
}

.widget__category a:active, .widget__category a:visited, .widget__tag a:active, .widget__tag a:visited {
	color: #46769f;
}

.widget__new-ringtone-title {
	display: flex;
	justify-content: flex-start;
}

.widget__new-ringtone-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/time.svg') no-repeat center center;
	background-size: 25px 25px;
}

.widget__best-ringtone-title {
	display: flex;
	justify-content: flex-start;
}

.widget__best-ringtone-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/medal.svg') no-repeat center center;
	background-size: 25px 25px;
}

.widget__category-title {
	display: flex;
	justify-content: flex-start;
}

.widget__category-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/category.svg') no-repeat center center;
	background-size: 25px 25px;
}

.top-item {
	background: #fff;
	padding: 10px;
	border-bottom: 1px dashed #c2c2c2;
}

.top-item:last-child {
	border: none;
}

.top-item a {
	color: #46769f;
	text-decoration: none;
}

.top-item-img {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.top-item-title {
	display: inline-block;
	padding-left: 10px;
	font-weight: 400;
}

.pagination {
	justify-content: center;
}

.page-item span, .page-item span:hover {
	background: #46769f;
	color: #fff;
}

.website a {
	color: #fff;
	text-decoration: none;
}

.view-more-city, .view-more-cats {
	padding: 10px;
	text-align: center;
}

.view-more-city a, .view-more-cats a {
	color: #46769f;
	text-decoration: none;
}

.box {
	background: #fff;
	padding: 10px;
	margin-top: 15px;
}

.breadcrumb {
	font-size: 14px;
	font-style: italic;
}

.search-mobile {
	margin: 0 auto!important;
}

.schedule {
	text-transform: lowercase;
}

.schedule:first-letter {
    text-transform: uppercase;
}

.program {
	text-transform: uppercase;
}

.presenter {
	text-transform: capitalize;
}

.search-pc {
	position: relative;
	width: 21.5rem;
}
.form-group.has-search {
    width: 100%;
}

.auto-complete {
	display: none;
	background:#fff;
	width: 100%;
	position: absolute;
	top: 38px;
	z-index: 9;
}
.auto-complete-m {
	display: none;
	width: 100%;
	background: #fff;
}
.search-item, .search-item-m {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-item a, .search-item-m a {
	color: #646566;
}
.search-m {
	margin-bottom: 0;
}
.search-item img, .search-item-m img {
	width: 30px;
	height: 30px;
	display: inline-block;
}
.si-title, .si-title-m {
	padding-left: 5px;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	.form-inline .form-control, .has-search {
		width: 100%;
	}

	header .dropdown-menu {
		min-width: auto;
		width: 100%;
	}
	
	.search-pc {
		display: none;
	}
	
	.single__player {
		width: 100%;
		position: static;
		margin: 15px auto;
	}
	
	.content-none {
		display: none;
	}
	.form-group.has-search {
    width: 80%;
    margin-left: 4.55rem;
	}
	header .navbar a.nav-link {
    color: #1f1cf7 !important;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #ccc;
    /* margin-right: 20px; */
    border-radius: 3px;
    min-width: 10rem;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 15px;
    margin: 0 90px 20px;
	}
}

@media screen and (min-width: 991px) {
	.search-mobile {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	header .dropdown-menu a {
		width: 100%;
	}

	.single__player img {
		display: block;
		margin: 0 auto;
	}
	
	.item-related img, .item img {
		height: 100px;
	}
}

@media screen and (max-width: 250px) {
	header .header__logo {
		width: 100%;
	}
}

.card-header {
	padding: 3px;
}
.card-body {
	color: #565656;
}
button.btn-link {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}
button.btn-link:hover {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}
.card-header {
	position: relative;
}
.card-header i.fas {
	position: absolute;
	top: 30%;
	right: 4px;
}
@media only screen and (max-width: 768px) {
	.last-card {
		border-bottom: none;
	}
}
h3.faq-title {
	background:#46769f;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
}

.reply {
    display: none;
}

.table td,
.table th {
    padding: 5px;
}

.comment-notes {
    margin-bottom: 20px !important;
}

#comments label {
    font-weight: 500;
    margin-bottom: 0px;
}

#comments .required {
    color: red;
}

.comment-list {
    list-style: none;
    padding-inline-start: 10px;
}

.comment-list li {
    background-color: rgba(0, 0, 0, .05);
    padding: 5px;
    margin-bottom: 10px;
}

.comment-metadata a {
    font-size: 13px;
    color: black;
}

.comment-reply-link a,
.commentlist a {
    font-weight: 600
}

.form-allowed-tags {
    display: none
}

p.comment-subscription-form {
    clear: both
}

.comment-subscription-form label {
    display: inline-block !important
}

input#subscribe_comments {
    padding: 0 !important;
    margin: 0 !important;
    margin-right: .5em !important;
    float: none !important
}

#commentform p {
    margin: 0
}

#commentform input,
#commentform textarea {
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    border: none;
    margin: 2% 0;
    font-size: 1em;
    border-bottom: 2px dashed #d7d7d7;
    font-family: chaparral-pro, serif
}

#commentform input#submit,
.button {
    color: #fff;
    border: none !important;
    background: #46769f;
    -webkit-appearance: none
}

#commentform input#submit:hover,
.button:hover {
    background: #46769f
}

#commentform input#submit:active,
.button:active {
    background: #46769f
}

@media(min-width:700px) {

    .comment-form-author input,
    .comment-form-email input {
        margin-right: 5% !important
    }
}

@media(max-width:700px) {
    #commentform input#submit {
        width: 100% !important
    }
}
.row.row-customize {
    color: #1f1cf7 !important;
	margin-bottom: 20px;
}
