@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css');
@import url('https://cdn.plyr.io/3.5.6/plyr.css');
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css');

body {
    font-family: 'Ubuntu', sans-serif;
    background-color: #eee;
}

a {
    color: #383a4d;
}
a:hover {
    transition: all .28s ease;
    text-decoration: none;
    color: #ef5753;
}

.required {
    color: #dc3545;
}

.navbar {
    background: #383a4d;
}

#searchform input[type="text"] {
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 25px;
    font-weight: bold;
    border-radius: 0px;
    text-align: center;
}
#searchform button {
    border-radius: 0px;
}
#searchform input[type="text"]::-webkit-input-placeholder { color: #d8d8d8; }  /* WebKit, Blink, Edge */
#searchform input[type="text"]:-moz-placeholder { color: #d8d8d8; }  /* Mozilla Firefox 4 to 18 */
#searchform input[type="text"]::-moz-placeholder { color: #d8d8d8; }  /* Mozilla Firefox 19+ */
#searchform input[type="text"]:-ms-input-placeholder { color: #d8d8d8; }  /* Internet Explorer 10-11 */
#searchform input[type="text"]::-ms-input-placeholder { color: #d8d8d8; }  /* Microsoft Edge */

/*  Categories Styling  */
.categories .title h1 {
    font-size: 1.3rem;
    font-weight: 700;
}
.categories .title h2 {
    font-size: 1rem;
    font-weight: 700;
}
.categories .title h3 {
    font-size: 1.3rem;
    font-weight: 700;
}
.categories .description {
    color: #939393;
}
.categories .details {
    color: #939393;
    font-size: 0.75rem;
}

/*  Category Styling  */
.category .title h1 {
    font-size: 2rem;
    font-weight: 700;
}
.category .description h2 {
    font-size: 1.1rem;
    color: #939393;
}
.category .details {
    color: #939393;
    font-size: 0.9rem;
}

/*  Audios Styling  */
.audios {
}
ul.audios li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}
ul.audios li span.new-audio {
    position: absolute;
    right: 0px;
    background: #9cc84a;
    color: #fff;
    border-radius: 4px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    border: 1px solid #80a23f;
}
ul.audios li .playbutton {
    color: #4c4c4c;
    font-size: 30px;
    margin-right: 10px;
    cursor: pointer;
}
ul.audios li .title h2 {
    color: #4c4c4c;
    font-size: 0.95rem;
    font-weight: 700;
}
ul.audios li .description {
    color: #939393;
}
ul.audios li .details {
    color: #939393;
    font-size: 0.75rem;
}

.blog-footer {
    color: #999;
    text-align: center;
    background-color: #fff;
}

h1.category-heading {
    font-size: 15px;
    font-weight: bold;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social:hover {
    color: #eee;
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    padding: 7px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

#adblock_modal {
    color: #383a4d;
}
#adblock_modal h1 {
    color: #ea1d30;
    font-weight: bold;
    border-bottom: 1px solid;
}

.heading {
    margin-top: 10px;
    margin-bottom: 10px;
}
.heading h1, .heading h2 {
    font-size: 2rem;
    margin-bottom: 0px;
    background: #e4e4e4;
}
.heading h1 span, .heading h2 span {
    background: #ef5753;
}

.slick-prev {
    left: 24px;
}
.slick-next {
    right: 16px;
}
.slick-prev, .slick-next {
    z-index: 1;
    width: auto;
    height: auto;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #ccc;
}
.pagination {
    justify-content: center;
}