#footer {
    position: relative;
    background: none !important;
    overflow: hidden;
}

#footer h3 {
    color: #F8D441 !important;
    font-family: 'Big Shoulders Display', sans-serif !important;
}

#footer a,
#footer p {
    font-family: 'Barlow', sans-serif !important;
}

#footer .pattern {
    background: #000326;
    background: url('https://www.allaboutjazz.com/images/navbar/footer_gradient.png') !important;
    position: relative;
    z-index: 1;
    padding-top: 64px;
}


/* Heading styling */
.fancy_hd {
    position: relative;
    display: inline-block;
    background: #fff;
    color: #202020 !important;
    border-radius: 0;
    padding: 20px 24px 16px 32px !important;
    overflow: hidden;
    font-weight: bold;
    font-family: 'Big Shoulders Display', sans-serif !important;
    letter-spacing: 1px;
}

.fancy_hd::after {
    content: "";
    position: absolute;
    background-color: #F8D441;
    width: 4px;
    height: 64%;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px;
}


.fancy_hd a {
    position: relative;
    z-index: 1;
    color: #202020;
}
.section-dark .fancy_hd {
    background: #222 !important;
    color: #fff;
}
.section-dark .fancy_hd a {
    color: #fff;
}
.section-dark .fancy_hd::after {
   background: #F8D441;
}
/* Heading styling */

.btn-life {
    background: rgba(53, 108, 246, 0.8) !important;
    border: 5px solid #356cf6 !important;
}

.btn-blood {
    background: linear-gradient(to bottom,#900 0,maroon 100%) !important;
    border: 5px solid maroon !important;
}

.btn-gold {
    background: linear-gradient(to bottom,#ffc462 0,#f79d07 100%) !important;
    border: 5px solid #f79d07 !important;
}

.btn-skies {
    background: rgba(38, 113, 199, 0.8) !important;
    border: 5px solid #2671c7 !important;
}

.btn-edit, .btn-info {
    background: rgba(255, 108, 36, 0.8) !important;
    border: 5px solid #ff6c24 !important;
}

.btn-gold, .btn-blood, .btn-life, .btn-edit, .btn-skies, .btn-info {
    box-shadow: none !important;
    text-shadow: none !important;
}

#section-subscribe .input-group input,
#section-radio .input-group select,
#sidebar .input-group input {
    height: 46px;
}
