Viewing File: /home/maglabs/keymed/wp-content/themes/intime/assets/scss/pagetitle.scss

#pagetitle {
	background-color: #191919;
	padding: 140px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	@include box-shadow(0 -3px 7px rgba(#0c0c0c, 0.2));
	&:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: rgba(#191919, 0.86);
	}
	.page-title {
		color: #fff;
		font-size: 60px;
		margin-bottom: 0;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		@media #{$max-md} {
			font-size: 45px;
		}
		@media #{$max-sm} {
			font-size: 36px;
		}
	}
	.page-title-inner {
		@include transition(.3s cubic-bezier(.24,.74,.58,1));
	}
}

.ct-breadcrumb {
	margin: 7px 0 0;
	list-style: none;
	color: #ffffff;
	li {
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		color: inherit;
		@media #{$max-sm} {
			font-size: 15px;
		}
		a, span {
			color: inherit;
			&:after {
				content: '\f101';
				margin: 0 12px;
				color: inherit;
				font-family: "Font Awesome 5 Pro";
				color: $primary_color;
			}
			&:hover {
				color: $primary_color;
				&:after {
					color: inherit;
				}
			}
		}
		&:last-child {
			a, span {
				margin: 0;
				&:after {
					display: none;
				}
			}
		}
	}
}
Back to Directory File Manager