/**
 * @package Theme
 * @author kunule8@gmail.com
 */

/* ===== RESET & BASE STYLES ===== */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    /* Prevent font scaling in landscape while allowing user zoom */
    -webkit-text-size-adjust: 100%;
    font-size: 1em;
    background-color: #230E0F;
    background-image: url(../images/ex2_bg_middle_red.png);
    background-repeat: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-position: 0 0;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #471C1C;
}

.body.site {
    background: #471C1C !important;
}

/* ===== TYPOGRAPHY & LINKS ===== */

a {
    color: #BA905B;
}

a:hover,
a:focus,
a:active {
    color: #9F7742;
}

a:focus {
    text-decoration: none;
}

#sp-component strong {
    font-weight: 600;
}

/* ===== FORM ELEMENTS ===== */

input[type=text],
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
}

#contact-form input,
#contact-form textarea {
    background: #CCCCCC;
    border: 1px solid #BFBFBF;
    border-radius: 0;
}

/* ===== HEADER SECTION ===== */

#sp-header {
    background: #230E0E;
    height: 85px;
}

#sp-header.header-sticky {
    border-bottom: 1px solid #7B5C33;
}

#sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 10px;
}

#sp-header .logo {
    height: 76px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}

/* ===== NAVIGATION ===== */

.sp-megamenu-parent > li > a {
    color: #fff;
}

.sp-megamenu-parent > li:hover > a {
    color: #BA905B;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
    color: #BA905B !important;
}

/* ===== OFF-CANVAS MENU ===== */

.offcanvas-menu {
    background-color: #230E0E;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #fff;
    line-height: 40px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #fff;
}

#offcanvas-toggler > .fa {
    color: #fff;
}

#offcanvas-toggler > .fa:hover,
#offcanvas-toggler > .fa:focus,
#offcanvas-toggler > .fa:active {
    color: #fff;
}

/* ===== LAYOUT SECTIONS ===== */

#sp-main-body {
    padding: 10px 0;
    margin-top:50px;
}
.article-details.store .row{border-bottom:1px solid #999; padding:20px 0;}
.dev #sp-main-body,
.homepage #sp-main-body {
    margin-top: -120px;
    position: relative;
}

#sp-component {
    padding: 15px;
    border: 1px solid #7B5C33;
}

#sp-component,
#sp-left .sp-column {
    background-color: #230E0E;
    color: #fff;
}

/* ===== SIDEBAR MODULES ===== */

#sp-left .sp-module,
#sp-right .sp-module {
    margin-top: 10px;
    border: 1px solid #7B5C33;
    padding: 30px;
    border-radius: 0px;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
    margin: 0 0 20px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid #522121;
}

.sp-module ul > li > a {
    color: #BA905B;
}

.sp-module ul > li > a:hover {
    color: #9F7742;
}

#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: 1px solid #7B5C33;
}

/* ===== FOOTER SECTION ===== */

#sp-footer,
#sp-bottom {
    background: #000;
    color: #fff;
    border-top: 2px solid #230E0E;
    padding: 20px 0;
    margin-top: 50px;
}

#sp-footer p {
    margin-top: 0;
    margin-bottom: 0;
}

#sp-footer .container-inner {
    padding: 10px 0;
    border-top: none;
}

/* ===== ARTICLES ===== */

.featured-article-badge {
    display: none;
}

.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    border: none;
    border-radius: 3px;
}

.article-list .article .readmore a {
    color: #fff;
    font-weight: 500;
}

.article-list .article .readmore a:hover {
    color: #aaa;
    font-weight: 500;
}

.leading-0,
.items-row {
    margin-bottom: 20px;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;

}
.offcanvas-menu .offcanvas-inner ul.menu li a{
    text-transform: uppercase;
    font-weight:bold;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #BA905B;

}

.burger-icon > span {
  display: block;

  height: 4px;

  background-color: #fff;

  margin: 5px 0;

  transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;

}
/* ===== BUTTONS & INTERACTIVE ELEMENTS ===== */
.contact-miscinfo h3{display:none; height:0}
.btn,
.readmore a,
.readon,
.djev_readmore .btn {
    background-image: linear-gradient(to right top, #7b5c33, #734c2d, #6a3d28, #5f2e24, #522121);
    color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
    margin: 10px 0;
    border: none;
}

.btn:hover,
.readmore a:hover,
.readon:hover,
.djev_readmore .btn:hover {
    background-image: radial-gradient(circle, #ba7f38, #a66434, #8e4c30, #74362a, #592323);
    transition: all .4s linear;
}

.order::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f217";
    padding-right: 5px;
}

/* ===== CARDS & COMPONENTS ===== */

.band .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #351515;
    background-clip: border-box;
    border: 1px solid #592323;
    border-radius: 0;
    margin-bottom: 20px;
}

.nivoSlider {
    z-index: 0;
}

/* ===== SPECIAL CONTENT SECTIONS ===== */

.fans blockquote {
    margin-left: 20px;
}

.store #sp-component .row {
    margin-bottom: 80px;
}

.bandmembers #sp-component img {
    padding: 2px;
    border: 1px solid #45341D;
}

.sigFreeThumb {
    margin: 4px !important;
    border: 1px solid #ccc;
}

/* ===== DJEV MODULES ===== */

.djev_mod_items .djev_item {
    position: relative;
    margin: 0 0 30px;
    border-bottom: 1px solid #471C1C;
}

.djev_mod_items .djev_city {
    background: #272727;
    border: 1px solid #000000;
}

.djev_mod_items .djev_time {
    color: #828282;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

@media screen and (max-width: 768px) {
        #sp-left{order:2; margin-top:20px;}
    .dev #sp-main-body,
    .homepage #sp-main-body {
        margin-top: -20px;
    }
}

@media screen and (min-width: 768px) {
    .vt_nivo_slider {
        height: 750px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}