.btMenuHorizontal .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
	color: #FFF;
	background: #18407c;
}

.bt_bb_larger_line_height h1, .bt_bb_larger_line_height h2, .bt_bb_larger_line_height h3, .bt_bb_larger_line_height h4, .bt_bb_larger_line_height h5, .bt_bb_larger_line_height h6{
	line-height: 1.25;
}

/* Remove gradient from header area */
.btLightAccentHeader .btLogoArea:before, .btLightAccentHeader .btVerticalHeaderTop:before {
	opacity: 0;
}

/* Change color on selected menu item line */
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after, .btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
	background: #18407c;
}

/* Font weight in default headline */
.btPageHeadline h1 {
	font-weight: 900;
}

/* Remove text transform uppercase on multiple elements */
.btBreadCrumbs, .btArticleCategories {
	text-transform: none;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline, .btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline, .btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
	text-transform: none;
}
.btBox .tagcloud a, .btTags ul a {
	text-transform: none;
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	text-transform: capitalize;
}

/* Additional images in default title */
.btPageHeadline.bt_bb_section[class*="light_solid"]:before {
	background-image: url(http://avantage.bold-themes.com/management/wp-content/uploads/sites/11/2020/04/floater-red-stripes.png), url(http://avantage.bold-themes.com/management/wp-content/uploads/sites/11/2020/04/bgn-white-dots-headline.png);
	background-position: 76% 72%, 107% center;
	background-size: auto, auto;
}
.btPageHeadline.bt_bb_section[class*="light_solid"]:after {
	display: block;
	content: "";
	background-image: url(http://avantage.bold-themes.com/management/wp-content/uploads/sites/11/2020/04/white-curve-bottom-left-single.png), url(http://avantage.bold-themes.com/management/wp-content/uploads/sites/11/2020/04/floater-blue-stripes-small.png);
	background-position: left bottom, 10% 38%;
	background-size: auto, 56px 57px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.rtl .btPageHeadline.bt_bb_section[class*="light_solid"]:before,
.rtl .btPageHeadline.bt_bb_section[class*="light_solid"]:after {
	transform: scaleX(-1);
}
.btPageHeadline.bt_bb_section[class*="light_solid"] > .bt_bb_port {
	position: relative;
	z-index: 3;
}
@media (max-width: 1600px) {
.btPageHeadline.bt_bb_section[class*="light_solid"]:after {
	background-position: left bottom, 2% 38%;
  }
}
@media (max-width: 1300px) {
.btPageHeadline.bt_bb_section[class*="light_solid"]:after {
	background-position: left bottom, 40% 18%;
  }
	.btPageHeadline.bt_bb_section[class*="light_solid"]:before {
	background-position: 76% 72%, 130% center;
	}
}
@media (max-width: 1100px) {
.btPageHeadline.bt_bb_section[class*="light_solid"]:before {
	background-position: 85% 72%, 130% center;
	}
}
@media (max-width: 768px) {
	.btPageHeadline.bt_bb_section[class*="light_solid"]:before {
		background-position: 50% 119%, 150% center;
		background-size: auto, 50%;
	} .btPageHeadline.bt_bb_section[class*="light_solid"]:after {
	background-position: left bottom, 80% 18%;
  background-size: 20%, auto;
	}
}

/* Error page rework */
.btErrorPage.bt_bb_section[class*="bt_bb_background_overlay"]:before {
	display: none;
}
.btErrorPage.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_column {
	align-items: center;
}
.btErrorPage.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_column_content {
	max-width: 50%;
	background: rgba(255,255,255,.9);
	padding: 3em 4em;
	border-radius: 30px 0;
	box-shadow: 0 20px 70px rgba(24,24,24,.3);
}
@media (max-width: 992px) {
	.btErrorPage.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_column_content {
	max-width: 100%;
	}
}