 .slot--sidebar-audience-selector,
    .bountiful--top-bar .slot--top-bar-audience-selector {
        display: none;
    }


.slot--header-horizontal-menu {
    background: #2e2e2e;
}
.slot--header-horizontal-menu .navbar-nav > li a {
		text-transform: uppercase;
		font-weight: 400;
		font-size: 13px;
    color: #fff;
}
.slot--header-horizontal-menu .navbar-nav > li a:hover {
	color: #f5f5f5;
}

.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
    padding: 6px 15px 6px 0;
    font-size: 13px;
}


.tws-article-description--text-container {
    max-height: none;
    overflow: visible;
}
.slot--article-description .tws-article-description .tws-article-description--show-more {
	display: none;
}


@media(min-width:1100px) {  
  .bountiful--header .bountiful--header-wrapper {
    padding: 10px 30px 20px 30px;
}
  
.slot--header-search input.form-control {
    border-radius: 3px;
    border: 1px solid #2e2e2e;
}
  .slot--header-search .tws-article-search--no-label {
    color: #fff;
    background: #2e2e2e;
    right: 0;
}
  .slot--header-search .tws-article-search--no-label:hover {
    color: #fff;
}
 }

/* --- BUY BUTTON --- */

@media(min-width:768px)  {
 
.slot--article-quantity .tws-article-quantity--input-wrapper {
    max-width: 160px;
}
.bountiful--buy-button-group .slot--article-buy-button {
    max-width: 200px;
    margin: 0;
}
.slot--article-quantity {
    float: left;
}
.bountiful--buy-button-group .buy-button-wrapper {
    display: inline-block;
	  width: 50%;
}
 }


.bountiful--footer-mid-left {
    text-align: center;
    width: 100%;
}

