/* ------------------ Footer ------------------ */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.footer-column {
    flex: 1;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.footer-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-nav a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.footer-nav a:hover {
    text-decoration: underline;
}

/* Footer responsiveness */
@media (min-width: 576px) { .footer-column { flex: 1 0 50%; } }
@media (min-width: 768px) { .footer-column { flex: 1 0 33.33%; } }
@media (min-width: 992px) { .footer-column { flex: 1 0 25%; } }
@media (max-width: 500px) { .footer-column { flex: 1 0 100%; } }

/* ------------------ Body & Global Styles ------------------ */
body {
    background: #ece8e8;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

body * {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
}

a { text-decoration: none; color: #000000; }
a:hover { color: #ff0000; text-decoration: none; }

.footer-font {
    color: #ffffff; /
    text-decoration: none;
}
.footer-font:hover {
    color: #ff0000;
    text-decoration: none; 
}

.link {
    color: #035e00; 
}
.link:hover {
    color: #00ff15;
}

img { vertical-align: middle; border: 0; }
a img, :link img, :visited img { border: none; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, b, u, i, center,
ol, ul, li, form, label, article, aside, details, embed, figure, figcaption, footer, 
header, hgroup, menu, nav, section, summary, time, mark, audio, video, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

b { font-weight: bold; font-size: 14px; }
i { font: inherit; }
textarea { font-size: small; }
main { width: 100%; margin: 0 auto; }

/* ------------------ Header ------------------ */
header {
    width: 100%;
    background: #33383b;
    text-align: center;
    margin: 0 auto;
}

/* ------------------ Footer ------------------ */
footer {
    width: 100%;
    text-align: center;
    background: #33383b;
    color: #fff;
    padding: 10px 0;
    margin: 0 auto;
}

/* ------------------ Common Utility Classes ------------------ */
.tCenter { text-align: center; padding: 5px; }
.vd { width: 100%; }
.bg { background: #fff; }
hr {
    background-color: #d2d2d2;
    border: none;
    height: 1px;
    margin: 2px 0;
    padding: 5px 0;
}
.heading {
    min-height: 28px;
    background: #424242;
    color: #fff;
    padding: 8px 12px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 4px 4px 0 0;
}
.list, .wlist { list-style: none; clear: both; background: #fff; padding: 0; margin: 0; }
.list li, .wlist li { overflow: hidden; padding: 12px 0 12px 4px; border-bottom: 1px solid #d8cdcd; }
.list li:hover { box-shadow: 0 1px 8px rgba(0,0,0,0.45); cursor: pointer; }
.list li img { display: block; width: 46px; height: 46px; margin: 2px 10px 3px 0; float: left; border-radius: 5px; }
.wlist li i { width: 40px; height: 44px; float: left; margin-top: -8px; }
.bk, .bk a { color: #333; text-decoration: none; }
.bk a:hover { text-decoration: underline; }
.dbutton {
    display: inline-block;
    background: linear-gradient(#ff1400, #946204);
    color: #fff;
    font-size: 13px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 5px;
}
.dbutton a { color: #fff; font-weight: normal; }
.tr { width: 100%; display: inline-table; }
.td { width: 22%; max-width: 120px; }
tr.tr td { border-bottom: 1px solid #d8cdd5; padding: 4px; }

/* ------------------ Navigation ------------------ */
nav {
    display: inline-table;
    width: 100%;
    background: #4d4d4d;
    font-size: 17px;
    margin: 0 auto;
}
nav a {
    width: 33.33%;
    background: #4d4d4d;
    text-align: center;
    color: #fefefe;
    padding: 10px;
    display: inline-block;
    border: 1px solid #666;
    border-bottom: 0;
    float: left;
}
nav i { width: 15px; float: left; margin-left: -6px; }

/* ------------------ Forms & Search ------------------ */
.form-wrapper {
    width: 91%;
    margin-top: 6px;
    float: right;
}
.form-wrapper input {
    width: 66%;
    height: 30px;
    float: left;
    padding: 0 10px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 17px;
}
.form-wrapper button {
    width: 65px;
    height: 31px;
    border: none;
    color: #fff;
    background: #db0707;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

/* Custom search bar */
.search-wrapper { display: flex; justify-content: center; margin: 20px 10px; }
.custom-search-form {
    display: flex;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
}
.custom-search-form input {
    flex: 1;
    padding: 14px 18px;
    font-size: 16px;
    border: none;
    outline: none;
}
.custom-search-form button {
    padding: 0 25px;
    border: none;
    background: linear-gradient(#2305b0,#008997);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.custom-search-form button:hover { opacity: 0.9; }

/* ------------------ Buttons ------------------ */
.button {
    width: 50px;
    padding: 8px 25px;
    background: #33383b;
    color: #fff !important;
    border-radius: 10px;
    margin: 0 20px;
}
.button:hover { background: #888; }

/* ------------------ Responsive Media Queries ------------------ */
/* Small screens */
@media (max-width: 768px) {
    .custom-search-form { max-width: 100%; }
    .custom-search-form input { font-size: 15px; padding: 12px 15px; }
    .custom-search-form button { padding: 0 18px; }
    nav a { width: 50%; }
    .vd { width: 250px; height: 160px; }
    .search-bar { width: 99%; }
    .form-wrapper { width: 93%; }
    tr.tr td, .td { width: 100%; max-width: 100%; float: left; }
}

/* Medium screens */
@media (min-width: 768px) {
    header { text-align: left; }
    nav { font-size: 15px; }
    nav a { width: 16.666%; }
    .vd { width: 520px; }
    .form-wrapper { width: 84%; }
    .form-wrapper input { width: 68%; }
    .list li { display: inline-table; width: 47%; }
}

/* Large screens */
@media (min-width: 1024px) {
    nav { display: flex; font-size: 14px; }
    nav a { width: 35%; }
    .vd { width: 480px; }
    .form-wrapper input { width: 60%; }
}

/* Extra small screens */
@media only screen and (max-width: 320px) {
    body { font-size: 13.5px; min-width: 200px; }
    nav { font-size: 13px; width: 100%; }
    .vd { width: 250px; height: 160px; }
}
.artistp {
    margin: 0;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
header {
    width: 100%;
    background: #33383b;
    text-align: left;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
}
header a img {
    display: block;
}

/* ------------------ Misc ------------------ */
.imgs { transition: opacity 500ms ease-in-out 100ms; }
img.b-loaded { opacity: 1; width: auto; }

/* ------- google custom search style ------- */

.gsc-cursor {
    margin-top: 20px;
    text-align: center;
}

.gsc-cursor-page {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px;
    background: #f2f2f2;
    color: #333 !important;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none !important;
}

.gsc-cursor-page:hover {
    background: #ff3c00;
    color: #fff !important;
}

.gsc-cursor-current-page {
    background: #ff3c00 !important;
    color: #fff !important;
    font-weight: bold;
}