/* Adjustments and expansions of the original WebPixels Boomerang 2 Template */

/* BASIS MULTI FUNKTION */

.pad15 { padding: 0px 15px !important; }

.frame1 { border-right: 1px solid #ccc; }

.multisection {
    /* min height 100%? */
}
.multispacer {
    /*margin: 15px;*/
    background-size: cover !important;
    background-position: center center !important;
}

.multibg .multitop { padding: 15px }
.multibg .multibottom { padding: 0px 15px 15px 15px; }
/* HEADER */

header .navbar-brand {
    margin-top: 0px !important;
}

.dw-logoimage {
    position: relative;
    padding: 16px 16px;
}

.dw-logotext {
    position: relative;
    padding: 16px 0px; 
}

.top-header .top-header-menu > ul.menu > li > a {
    color: #AAA;
}

.dw-header-sm {
    padding: 10px !important;
}

.dw-header-sm-title {
    margin-top: 0 !important;
    padding-top: 6px;
}

.top-header .top-header-menu > ul.top-menu > li {
    border-right: none;
}



/* NAVIGATION */

.navbar-toggle {
    background-color: #F1F1F1;
}

.navbar-wp {
    border-width: 0px 0px 0px !important;
}

.navbar-wp.affix .navbar-nav > li > a {
    padding: 28px 16px !important;
}

.navbar-wp .navbar-nav > li > a {
    border-top: 0px solid transparent;
    color: #333;
    transition: none;
}

.navbar-wp .navbar-nav > li {
    border: 0px;
} 

.navbar-wp .navbar-toggle {
    margin-top: 7px !important;
}

.navbar-wp .navbar-nav > li > a:after {
    content: "";
}

ul.top-menu>li ul.sub-menu {
    display: none;
    min-width: 160px;
    position: absolute;
    right: -1px;
    z-index: 1500;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul.top-menu>li:hover ul.sub-menu {
    opacity: 1;
    display: block;
}

ul.top-menu>li ul.sub-menu>li {
    border-bottom: 1px solid #e0eded;
}

ul.top-menu>li ul.sub-menu>li:last-child {
    border: 0;
}

ul.top-menu>li ul.sub-menu>li>a {
    display: block;
    padding: 6px 15px;
    color: #333;
}

ul.top-menu>li ul.sub-menu>li:last-child {
    border: 0;
}

ul.top-menu>li ul.sub-menu>li>a:hover {
    background: #3498db;
    color: #fff;
}

ul.top-menu>li ul.sub-menu>li>.language-active {
    display: block;
    padding: 6px 15px;
    background: #f2f2f2;
    color: #333;
    cursor: default;
}

ul.top-menu>li.dropdown:hover .sub-menu {
    display: block;
}

.affix {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 3px 0px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 3px 0px 0px rgba(0, 0, 0, 0.32);
    position: fixed !important;
    top: 0px !important;
}

.navbar-wp.affix {
    left: 0px !important;
}

.navbar-sticky {
    width: 100%;
}

.header-cover .top-header {
    z-index: 2200 !important;
}

.navbar-wp {
   -webkit-backface-visibility: hidden;
}

.navbar-wp .navbar-toggle-aside-menu {
    padding: 10px 10px 10px;
}

.navbar-toggle {
    margin-bottom: -40px;
}



/* BREADCRUMB MENU */

.breadcrumb > li + li:before {
    font-family: FontAwesome;
    content: "\f105 ";
}

.dw-breadcrumb a, .pg-opt .breadcrumb {
    color: #AAA !important;
}

.dw-breadcrumb a:hover, .dw-breadcrumb a:focus, .dw-breadcrumb a:active, .dw-breadcrumb .active a, .dw-breadcrumb .active {
    color: #333 !important;
    background-color: transparent;
}



/* LEFT MENU */

ul.dw-categories {
    list-style: outside none none;
    margin: 0px;
    padding: 0px !important;
    overflow: hidden;
}

ul.dw-categories > li {
    position: relative;
}

ul.dw-categories > li > a:after {
    font-family: "FontAwesome";
    content: "";
    position: relative;
    top: 0px;
    float: right;
}

ul.dw-categories > li > a {
    display: block;
    padding: 10px 15px;
}

ul.dw-categories > li > ul {
    margin: 0px;
    padding: 0px;
    background: none repeat scroll 0% 0% #FCFCFC;
}

ul.dw-categories > li > ul > li > a {
    display: block;
    padding: 5px 25px;
}

ul.dw-categories > .list-open-active > a:after {
    content: "\f107";
}

.list-active {
    background-color: #D3D3D3;
}

.list-open-active {
    background-color: #F2F2F2;
}



/* OFF CANVAS */

.dw-offsetmenu-logo {
    padding: 20px 16px;
}

.nav-header {
    font-weight: 600;
}

.nav-line {
    padding: 0 16px 0 16px !important;
    margin: 0 0 0 0 !important;
}

.nav-line-hr {
    margin: 0 0 0 0;
    border-color: #BBB;
}



/* BUTTONS */

.btn-dw-secondary, .btn-dw-primary, .btn-dw-cart {
    border-width: 1px;
}



/* ECOM */

.dw-minicart {
    z-index: 10000;
}

.wp-block.product p {
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dw-top-search {
    width: 210px;
    padding-top: 8px;
}

.ribbon {
    position: absolute;
    top: 8px !important;
      right: -5px;
  padding: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color:#ffc421; 
  border-right:5px solid #ffc421;
  z-index:999;
}

.ribbon.base:before {
  border-top: 27px solid #FFC421 !important;
  top:0;
}

.ribbon:before, .ribbon:after {
  content: '';
  position: absolute;
  left: -9px;
  border-left: 10px solid transparent;
  box-sizing:border-box;
}

.ribbon.base:after {
  border-bottom: 27px solid #FFC421 !important;
  bottom: 0;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.circle {
    background: #9C9C9C;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

.bomlist {
    list-style: none;
    margin: 10px -25px 0px -25px;
    padding: 5px;
    border: 1px solid #e0eded;
}


/* GALLERIES */

.w-box.product {
    padding-top: 0;
}

.footer a {
    font-size: 14px !important;
}

.footer li {
    font-size: 14px !important;
}

ul.categories {
    font-size: 14px !important;
}

.pagination > li {
    font-size: 14px !important;
}

.panel-body {
    font-size: 14px !important;
}

.panel-title {
    font-size: 14px !important;
}

.top-header .top-header-menu > ul.menu > li {
    font-size: 14px !important;
}



/* BULLETS FIX */

ol, ul {
    list-style: inherit;
}

.top-menu {
    list-style: none;
}



/* GENERAL */

a:active {
    background-color: none !important;
}

.extra-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.body-wrap.body-boxed {
    margin: 0px auto -20px !important;
    padding: 0px;
    border: 0px !important;
}

.body-wrap {
    margin-bottom: -21px;
    padding: 0px;
}

.dw-section-title-small {
    font-size: 18px;
    margin-top: 0px;
}

.dw-std-image {
    margin-bottom: 20px;
}

.dw-table-title {
    background-color: #FCFCFC;
}

.dw-paragraph-space {
    margin-bottom: 30px !important
}

.vertical-align-center {
    position: relative; 
    top: 50%; 
}

.carousel {
    margin-bottom: 0px !important;
}

.carousel-1 .description {
    position: relative !important;
}

.form-control:hover, .form-control:focus, .form-control:active  {
    width: 100% !important
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.checkbox, .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

section.slice {
    padding: 30px 0px;
}

.animate-hover-slide .figure {
    margin-top: 20px;
}

