/*--------------------------------------------------------------
12. Custom Header
--------------------------------------------------------------*/

#custom-header {
	position: relative;
	/*background: url(images/custom-header/custom-header.jpg);*/
	padding: 85px 0;
	clear: both;
	background-size: 100%;
}

#custom-header img {
	vertical-align: middle;
}

#custom-header::after {
	background: #000000;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8;
}
.custom-header-content {
	position: relative;
	text-align: center;
	z-index: 9;
}

.page-title {
	color: #fff;
	text-transform: capitalize;
	font-size: 43px;
	margin: 0;
}

/*--------------------------------------------------------------
19.1 Basic Breadcrumb
--------------------------------------------------------------*/

#breadcrumb {
	color: #fff;
	text-align: center;
}

#breadcrumb ul {
	margin:0;
	padding: 0;
}

#breadcrumb li {
	display: inline-block;
	list-style: outside none none;
	padding-right: 10px;
}

#breadcrumb .breadcrumb-trail li.trail-item.trail-end::after {
	display: none;
}

/*#breadcrumb .breadcrumb-trail li::after {
	content: "\f105";
	margin-left: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 11px;
}*/

#breadcrumb li a {
	color: #ddd;
	border-bottom: 1px solid #fff;
}

#breadcrumb li a:hover {
	color: #fff;
}
.custom-header-2 #custom-header {
	padding: 15px 0;
}
#breadcrumb.breadcrumb-2 {
	background: #25d6a2;
	padding: 15px 0;
}
.custom-header-3 #breadcrumb {
	float: right;
	margin-top: 30px;
}

.custom-header-3 h1.page-title {
	float: left;
}


/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/

/* Smaller than standard 1230(devices and browsers) */
@media only screen and (max-width:1230px){
	.container {
		max-width: 97%;
	}

}

/* Smaller  standard 1024 (devices and browsers) */
@media only screen and (max-width:1024px) {

	h1 {
		font-size:30px;
	}


}

/* Smaller than standard 1024 (devices and browsers) */

/* Smaller than standard 900 (devices and browsers) */
@media only screen and (max-width:900px){

	#custom-header {
		padding: 50px 0;
	}

}
/* Smaller than standard 768 (devices and browsers) */
@media only screen and (max-width:767px){

	#custom-header {
		padding: 20px 0;
	}

	.page-title {
		font-size: 22px;
	}
}


/* Smaller than standard 460 (devices and browsers) */

/* Smaller than standard 480 (devices and browsers) */
/* Smaller than standard 340 (devices and browsers) */
/* Smaller than standard 320 (devices and browsers) */
@media only screen and (max-width:219px){

	.container{
		width: 310px;
		max-width: 310px;
	}
}