/* --- TOP BAR --- */

.bountiful--top-bar .bountiful--top-bar-left li {
	display: inline-block;
  font-size: 20px;
   padding-right: 10px;

}

@media only screen and (min-width: 768px) {
.bountiful--top-bar .bountiful--top-bar-wrapper {
    padding: 0px 30px;
}
}

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

/* --- HEADER --- */


/* --- SEARCH --- */

@media only screen and (min-width: 1100px) {
.slot--header-search input.form-control {
    border: none;
    background: #fff;
    border-radius: 0;
    color: #000;
}
.slot--header-search .fa-search:before {
    color: #333;
}
.slot--header-search input.form-control::placeholder {
		color: #333 !important; 
}
}


/* --- SIDEBAR --- */


@media only screen and (min-width: 1100px) {
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--title {
    background: #030;
    color: #fff;
}
}


.bountiful--sidebar .fa-chevron-right::before {
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

/* --- STARTPAGE --- */

.tws-container--tws-content-box-2x .wrappContent {
    background: rgba(0,0,0, 0.6);
    padding: 2px 0px 3px 20px;
}
.bountiful--start-page .tws-container--tws-content-box-2x  .tws-content-box--table {
    padding: 0px;
}
.tws-content-box--inner-wrapper:hover {
    background: rgba(0,0,0, 0.2);
    transition: all 0.4s;
    cursor: pointer;
}

.tws-article-list--list .tws-list--type-grid .thumbnail .caption,
.tws-container--tws-articles-two-type-carousel .thumbnail .caption {
    box-shadow: none;
    margin: 0 auto;
    text-align: center;
}

.tws-article-list--list .tws-list--type-grid .thumbnail .tws-article-list--price, 
.tws-article-list--list .tws-list--type-grid .thumbnail .tws-api-price,
.tws-container--tws-articles-two-type-carousel .thumbnail .tws-article-list--price, 
.tws-container--tws-articles-two-type-carousel .thumbnail .tws-api-price{
    margin: 0 auto;
}

.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button:after,
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-list--choices-button:after,
.bountiful--buy-button-group .slot--article-buy-button .btn:after {
    display: none;
}