/*
Template Name: Band Theme from The Creative Corporation
Theme URL: https://bandtheme.com/
Description: Band Theme User Guide
Author: The Creative Corporation
Author URL: https://thecreativecorporation.com
Version: 1.0
Tags: Band Theme, The Creative Corporation
*/

/* ___________________________________________

                   CONTENT
   ___________________________________________ */

/*   01. General Styles                        */
/*   02. Typography                            */
/*   03. Backgrounds                           */
/*   04. Buttons, Links                        */
/*   05. Forms                                 */
/*   06. Panel                                 */
/*   07. Spacing & Alignment                   */
/*   08. Navigation Header                     */

/* _____________________________________

   01. General Styles
   _____________________________________ */

html, body {
  position: relative;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Acumin Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

a {
  transition: all 0.2s ease-in-out 0s;
  color: #fa23a0;
}
a:hover {
  color: #fa23a0;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: underline;
}

#logo {
  position: relative;
  float: left;
  text-transform: uppercase;
  color: #c7c5c1;
}

/*#logo h2:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  bottom: 6px;
  right: -12px;
  margin-left: 2px;
  background-color: #fa23a0;
  border-radius: 100%;
}*/

div#logo a#defaut-logo {
  color: #c7c5c1;
  line-height: 30px;
  font-size: 23px;
}

.light-version {
  color: #000;
}

.dark-version {
  color: #ffffff;
}

/* ----------------------------------
   Bootstrap Fix: IE10
   in Windows 8 & Windows Phone 8
   ---------------------------------- */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* _____________________________________

   02. Typography
   _____________________________________ */

   /*************************
   * FONTS
   *************************/
/*@font-face {
    font-family: 'Kaleko Book';
    src: url('../fonts/talbot-type-book/Kaleko105Round-Book.eot');
    src: url('../fonts/talbot-type-book/Kaleko105Round-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/talbot-type-book/Kaleko105Round-Book.woff2') format('woff2'),
        url('../fonts/talbot-type-book/Kaleko105Round-Book.woff') format('woff'),
        url('../fonts/talbot-type-book/Kaleko105Round-Book.ttf') format('truetype'),
        url('../fonts/talbot-type-book/Kaleko105Round-Book.svg#Kaleko105Round-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kaleko Medium';
    src: url('../fonts/talbot-type-medium/Kaleko105Round-Medium.eot');
    src: url('../fonts/talbot-type-medium/Kaleko105Round-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/talbot-type-medium/Kaleko105Round-Medium.woff2') format('woff2'),
        url('../fonts/talbot-type-medium/Kaleko105Round-Medium.woff') format('woff'),
        url('../fonts/talbot-type-medium/Kaleko105Round-Medium.ttf') format('truetype'),
        url('../fonts/talbot-type-medium/Kaleko105Round-Medium.svg#Kaleko105Round-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kaleko Bold';
    src: url('../fonts/talbot-type-bold/Kaleko105Round-Bold.eot');
    src: url('../fonts/talbot-type-bold/Kaleko105Round-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/talbot-type-bold/Kaleko105Round-Bold.woff2') format('woff2'),
        url('../fonts/talbot-type-bold/Kaleko105Round-Bold.woff') format('woff'),
        url('../fonts/talbot-type-bold/Kaleko105Round-Bold.ttf') format('truetype'),
        url('../fonts/talbot-type-bold/Kaleko105Round-Bold.svg#Kaleko105Round-Medium') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/
/*@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin-pro-extralight/AcuminPro-ExtraLight.eot');
    src: url('../fonts/acumin-pro-extralight/AcuminPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/acumin-pro-extralight/AcuminPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/acumin-pro-extralight/AcuminPro-ExtraLight.woff') format('woff'),
        url('../fonts/acumin-pro-extralight/AcuminPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acumin-pro-light/AcuminPro-Light.eot');
    src: url('../fonts/acumin-pro-light/AcuminPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/acumin-pro-light/AcuminPro-Light.woff2') format('woff2'),
        url('../fonts/acumin-pro-light/AcuminPro-Light.woff') format('woff'),
        url('../fonts/acumin-pro-light/AcuminPro-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acumin Pro Bold';
    src: url('../fonts/acumin-pro-bold/AcuminPro-Bold.eot');
    src: url('../fonts/acumin-pro-bold/AcuminPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/acumin-pro-bold/AcuminPro-Bold.woff2') format('woff2'),
        url('../fonts/acumin-pro-bold/AcuminPro-Bold.woff') format('woff'),
        url('../fonts/acumin-pro-bold/AcuminPro-Bold.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: arteria-std-compress, sans-serif !important;*/
  font-family: "roc-grotesk", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1, .h1,
h2, .h2,
p, .lead {
  margin-top: 0;
  margin-bottom: 10px;
}
ul, ol{
  margin-bottom: 10px;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child,
p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: normal;
  font-family: 'Acumin Pro Bold';
}

mark {
  padding: 2px 5px;
  margin: 0 3px;
  white-space: nowrap;
  color: #fff;
  background-color: #444;
  border-radius: 4px;
}

.alert-danger {
  color: #444;
}
.error-msg{
  font-family: "roc-grotesk", sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 24px;
}
.fa-lightbulb-o{
  font-size: 20px;
  position: relative;
  top: 1px;
}

/* ----------------------------------
   Font Colors
   ---------------------------------- */

.text-color {
  color: #fa23a0;
}

.text-dark {
  color: #444;
}

.text-silver {
  color: #bfbfbf;
}

.text-white {
  color: #fff;
}

/* ----------------------------------
   Icons
   ---------------------------------- */

.icon-sm {
  font-size: 18px;
}

.icon-lg {
  font-size: 24px;
}

.icon-color {
  color: #fa23a0;
}

/* ----------------------------------
   Tooltip
   ---------------------------------- */

.tooltip {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tooltip-inner {
  display: block;
  text-align: left;
  white-space: pre-line;
}

/* _____________________________________

   03. Backgrounds
   _____________________________________ */

.bg-color {
  background-color: #fa23a0;
}

.bg-color-light {
  background-color: #f7e4d9;
}

.bg-color-dark {
  background-color: #000;
}

.bg-danger {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-light {
  background-color: #f7f7f7;
}

.bg-lightgrey {
  background-color: #f4f4f4;
}

.bg-silver {
  background-color: #bfbfbf;
}

.bg-grey {
  background-color: #4f4f4f;
}

.bg-darkgrey {
  background-color: #494949;
}

.bg-dark {
  //background-color: #444444;
}

.bg-black {
  background-color: #000;
}

/* _____________________________________

   04. Buttons, Links
   _____________________________________ */


a.link-color,
i.link-color {
  color: #fa23a0;
  text-decoration: none;
  outline: 0;
}

a.link-color:hover,
a.link-color:active,
a.link-color:focus,
i.link-color:hover,
i.link-color:active,
i.link-color:focus {
  color: #000;
  text-decoration: none;
}

.btn,
a.btn {
  display: inline-block;
  margin: 5px !important;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-radius: 17px;
  border: none;
  transition: background .3s ease-in-out;
}

.btn:first-child {
  margin-left: 0 !important;
}

.btn:last-child {
  margin-right: 0 !important;
}

.btn:active,
a.btn:active {
  box-shadow: none;
}

.btn-xs,
a.btn-xs {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  border: none;
  border-radius: 9px;
}

.btn-sm,
a.btn-sm {
  padding: 4px 20px;
  font-size: 16px;
  border: none;
  border-radius: 15px;
}

.btn-lg,
a.btn-lg {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 21px;
}

.btn i {
  margin-right: 10px;
}

.btn[type="submit"] i {
  margin: 0;
}

/* ----------------------------------
   Buttons Circle
   ---------------------------------- */

.btn-circle {
  display: block;
  height: 34px;
  width: 34px;
  margin: 0;
  text-align: center;
  line-height: 32px;
  transition: background .3s ease-in-out;
  border-radius: 50%;
  border: none;
}

.btn-circle-xs {
  width: 17px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
}

.btn-circle-sm {
  height: 30px;
  width: 30px;
  font-size: 16px;
  line-height: 30px;
}

.btn-circle-lg {
  height: 42px;
  width: 42px;
  font-size: 16px;
  line-height: 38px;
}

/* ----------------------------------
   Social Buttons
   ---------------------------------- */

ul.social {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social > li {
  float: left;
  margin: 5px;
}

.social > li > a {
  margin: 0;
}

.social > li:first-child {
  margin-left: 0;
}

.social > li:last-child {
  margin-right: 0;
}

.text-center .social > li:first-child {
  margin-left: 5px;
}

.text-center .social > li:last-child {
  margin-right: 5px;
}

.social a.btn-circle:hover {
  background: none !important;
  color: #fa23a0 !important;
}

/* ----------------------------------
   Top Button
   ---------------------------------- */

.btn-top {
  position: fixed;
  bottom: 2rem;
  right: 0;
  z-index: 500;
  display: none;
  margin-right: 20px;
  font-size: 24px;
  line-height: 40px;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.3s;
}

.btn-top:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* ----------------------------------
   Buttons Color
   ---------------------------------- */

.btn-color,
.inverse a.btn-color {
  color: #FFF !important;
}

.btn-color:hover,
.btn-color:active,
.btn-color:focus {
  background-color: #000 !important;
}

.btn-border-color,
a.btn-border-color {
  color: #fa23a0 !important;
  background-color: transparent;
  border: 1px solid #fa23a0;
}

.btn-border-color:hover,
.btn-border-color:active,
.btn-border-color:focus {
  color: #000 !important;
  border: 1px solid #000;
}

.input-group .btn-border-color:hover,
.input-group .btn-border-color:active,
.input-group .btn-border-color:focus {
  border: 1px solid #6b7b8a;
}

/* ----------------------------------
   Buttons White
   ---------------------------------- */

.btn-white,
.inverse a.btn-white {
  color: #444 !important;
  background-color: #fff;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background-color: #d9d9d9;
}

.btn-border-white,
a.btn-border-white {
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border-white:hover,
.btn-border-white:active,
.btn-border-white:focus {
  color: #fff !important;
  border: 1px solid #d9d9d9;
}

.input-group .btn-border-white:hover,
.input-group .btn-border-white:active,
.input-group .btn-border-white:focus {
  border: 1px solid #fff;
}

/* ----------------------------------
   Buttons Silver
   ---------------------------------- */

.btn-silver,
.inverse a.btn-silver {
  color: #fff !important;
  background-color: #bfbfbf;
}

/*.btn-silver:hover,
.btn-silver:active,
.btn-silver:focus {
  background-color: #a8a8a8;
}*/

.btn-border-silver,
a.btn-border-silver {
  color: #bfbfbf !important;
  background-color: transparent;
  border: 1px solid #bfbfbf;
}

.btn-border-silver:hover,
.btn-border-silver:active,
.btn-border-silver:focus {
  color: #a8a8a8 !important;
  border: 1px solid #a8a8a8;
}

.input-group .btn-border-silver:hover,
.input-group .btn-border-silver:active,
.input-group .btn-border-silver:focus {
  border: 1px solid #bfbfbf;
}

/* ----------------------------------
   Buttons Grey
   ---------------------------------- */

.btn-grey,
.inverse a.btn-grey {
  color: #fff !important;
  background-color: #4f4f4f;
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
  background-color: #434343;
}

.btn-border-grey,
a.btn-border-grey {
  color: #4f4f4f !important;
  background-color: transparent;
  border: 1px solid #4f4f4f;
}

.btn-border-grey:hover,
.btn-border-grey:active,
.btn-border-grey:focus {
  color: #4f4f4f !important;
  border: 1px solid #434343;
}

.input-group .btn-border-grey:hover,
.input-group .btn-border-grey:active,
.input-group .btn-border-grey:focus {
  border: 1px solid #474747;
}

/* _____________________________________

   05. Forms
   _____________________________________ */

.form-control {
  height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: none;
  appearance: none;
  outline: 0;
}

textarea.form-control {
  border-radius: 5px;
  resize: none;
}

.input-group .form-control:first-child {
  border-right: none;
}

.input-group-btn:last-child > .btn {
  border-left: none;
}

.input-group .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 !important;
  color: #fa23a0 !important;
}

.form-control:focus,
.form-control:focus + .input-group-btn .btn {
  border-color: #fa23a0;
  box-shadow: none;
  outline: none;
}

.error .form-control,
.error .btn {
  border-color: #fa23a0 !important;
}

/* ----------------------------------
   Form White
   ---------------------------------- */

.form-control-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.form-control-white::-webkit-input-placeholder {
  color: #fff;
}

.form-control-white:-moz-placeholder {
  color: #fff;
}

.form-control-white::-moz-placeholder {
  color: #fff;
}

.form-control-white:-ms-input-placeholder {
  color: #fff;
}

/* ----------------------------------
   Form Silver
   ---------------------------------- */

.form-control-silver {
  color: #b2b2b2;
  background-color: transparent;
  border: 1px solid #b2b2b2;
}

.form-control-silver::-webkit-input-placeholder {
  color: #b2b2b2;
}

.form-control-silver:-moz-placeholder {
  color: #b2b2b2;
}

.form-control-silver::-moz-placeholder {
  color: #b2b2b2;
}

.form-control-silver:-ms-input-placeholder {
  color: #b2b2b2;
}

/* ----------------------------------
   Validation Message
   ---------------------------------- */


#message-contact {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  padding: 15px 0;
  bottom: 0;
  z-index: 1030;
}

#message-contact {
  background-color: #8bc34a;
}

#message-contact.error {
  background-color: #e53511;
}

.message {
  margin: 0 auto;
}

.message-icon {
  display: block;
  height: 30px;
  width: 30px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.message-white {
  color: #fff;
}

.message-icon-white {
  border: 1px solid #fff;
}

.message-icon-dark {
  border: 1px solid #424242;
}

.message-icon i {
  line-height: 30px;
}

.message span {
  display: inline-block;
}

.message-text {
  margin: 10px 5px;
  font-weight: 400;
}

/* _____________________________________

   06. Panel
   _____________________________________ */

.panel {
  border: none;
  border-radius: 5px;
}

.panel-color {
  border-color: #fa23a0;
}

.panel-group .panel {
  margin-bottom: 7px;
  border-radius: 5px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.panel-heading {
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.panel.active > .panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}

.panel-color > .panel-heading {
  color: #fff;
  background-color: #fa23a0;
}

.panel-color.active > .panel-heading {
  color: #fa23a0;
}

.panel-body {
  padding-top: 3px;
}

.panel-title {
  font-weight: 400;
  line-height: 30px;
}

.panel-title .icon {
  float: right;
  font-size: 30px;
  line-height: 10px;
  width: 25px;
  height: 30px;
}

/* ----------------------------------
   Loader
   ---------------------------------- */

.loader {
  position: fixed;
  z-index: 1200;
  display: table;
  height: 100%;
  width: 100%;
}

.loader-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ball-pulse-color > div {
  background-color: #fa23a0;
}

/* _____________________________________

   07. Spacing, Alignment, Helperclasses
   _____________________________________ */

.hor-middle {
  margin: 0 auto;
}

.vert-middle-sm,
.vert-middle-md,
.vert-middle-lg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-p-lg {
  padding: 55px 0 60px;
}

.section-p-md {
  padding: 40px 0;
}

.section-p-sm {
  padding: 20px 0;
}

.wrapper-v-lg {
  padding-top: 16px;
  padding-bottom: 16px;
}

.wrapper-v-md {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper-v-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo-wrapper {
  margin-left: 4px;
  vertical-align: text-bottom;
}

.block-line .block {
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 0;
  vertical-align: middle;
}

.block-line .block:first-child {
  padding-left: 0;
}

.block-line .block:last-child {
  padding-right: 0;
}

.separator {
  margin: 0 5px
}

.ov-hidden {
  overflow: hidden;
}

.pos-relative {
  position: relative;
}

.section-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.opacity-90 {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* _____________________________________

   08. Navigation Header
   _____________________________________ */
header{
 /* position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-color: none;
  top: 0;*/
}
.navbar {
  padding: 7px 5px 8px 5px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar-brand img {
  height: 80px;
  width: auto;
}


.navbar-brand span {
  display: block;
  background-size: auto 40px;
  height: 40px;
  width: 92px;
}

.nav > li > a {
  padding: 2px 15px;
}

header .nav > li > a {
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  background-color: #eee;
  filter: alpha(opacity=100);
  opacity: 1;
}

.navbar-toggle {
  padding: 5px 15px 3px;
  margin-right: 15px;
  border: none;
}

.navbar ul.social {
  display: inherit;
  padding: 0 15px;
}

/* ----------------------------------
   Navbar Transparent / Scroll Color
   ---------------------------------- */

.navbar.navbar-light {
  background-color: #000;
  transition: all 0.5s ease-in-out;
}

.navbar.navbar-dark {
  background-color: #444;
  transition: all 0.5s ease-in-out;
}

.light-nav .navbar-nav > li > a {
  color: #444;
}

.dark-nav .navbar-nav > li > a,
.dark-nav-colored-hero .navbar-dark .navbar-nav > li > a {
  color: #bfbfbf;
}

.dark-nav-colored-hero .navbar-nav > li > a {
  color: #fff;
}

/* ----------------------------------
   Navbar Icon
   ---------------------------------- */

.navbar-icon {
  position: relative;
  height: 20px;
  width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease-in-out;

}

.navbar-icon span {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fa23a0;
  border-radius: 9px;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.navbar-icon span:nth-child(1) {
  top: 0;
}

.navbar-icon span:nth-child(2) {
  top: 8px;
}

.navbar-icon span:nth-child(3) {
  top: 16px;
}

.navbar-icon.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.navbar-icon.open span:nth-child(2) {
  left: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.navbar-icon.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

.content img.header-icon{
  margin:0;
  border:none;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  opacity: 0.4;
}
.content img.header-icon-big{
  margin:0;
  border:none;
  width: 30px;
  height: 30px;
  margin-top: -4px;
}
.bandtheme-parent{

}
.bandtheme-child{

}
.bandtheme-grandchild{

}
