/*
[Table of contents]
1. Sub Header Title
2. Breadcrumbs Bar
*/


/* ----------------------------------------------
 	1. Sub Header Title
---------------------------------------------- */

.swm-sub-header {
	position: relative;
	display: flex;
	align-items: center;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.swm-sub-header-title,
h1.swm-sub-header-title {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	position: relative;
	display: block;
}

.swm-sub-header-title span {
	position: relative;
	display: inline-block;
}

.swm-title-position-title-center .swm-sub-header-title-bc {
	text-align: center;
}

.swm-title-position-title-left .swm-sub-header-title-bc {
	text-align: left;
}

.swm-title-position-title-right .swm-sub-header-title-bc {
	text-align: right;
}

.swm-title-position-title-left-bc-right .swm-sub-header-title-bc,
.swm-title-position-title-right-bc-left .swm-sub-header-title-bc {
	display: table;
	width: 100%;
}

.swm-title-position-title-left-bc-right .swm-sub-header-title-bc .swm-sub-header-title-wrap {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}

.swm-title-position-title-left-bc-right .swm-sub-header-title-bc .swm-sub-header-breadcrumbs {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.swm-title-position-title-right-bc-left .swm-sub-header-title-bc .swm-sub-header-title-wrap {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.swm-title-position-title-right-bc-left .swm-sub-header-title-bc .swm-sub-header-breadcrumbs {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}

.swm-title-position-title-left .swm-sub-header-title span:before,
.swm-title-position-title-right .swm-sub-header-title span:after,
.swm-title-position-title-left-bc-right .swm-sub-header-title span:before,
.swm-title-position-title-right-bc-left .swm-sub-header-title span:after,
.swm-dots-graphics-off .swm-sub-header-title span:before,
.swm-dots-graphics-off .swm-sub-header-title span:after {
	display: none;
}

.swm-header-slider {
	z-index: 0;
}


/* ----------------------------------------------
 	2. Breadcrumbs
---------------------------------------------- */

.swm-breadcrumbs {
	padding: 0;
	display: block;
	position: relative;
	z-index: 1;
}

.swm-breadcrumbs a {
	text-decoration: none;
}

.swm-breadcrumbs a:hover {
	opacity: 0.8;
}

.swm-breadcrumbs span.swm-bc-sep {
	width: 20px;
	text-align: center;
	padding: 0 7px;
	vertical-align: middle;
}

.swm-breadcrumbs .fa-home {
	margin-right: 8px;
	font-size: 110%;
}

.swm-bc-sep {
	position: relative;
}

.swm-bc-sep:before {
	content: "\f105";
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
}