.btn:hover {
	background: #7e4fff;
}

a:hover {
	color: #7e4fff;
}

.divider {
	height: 3px;
	margin: 0;
	background: #7e4fff;
	border: 0;
}

.menu__btn:focus,
.menu__item:hover {
	background: white !important;
}
.menu,
.menu__list {
	 border-bottom: 2px solid #7e4fff !important;
	 background: #fff;
}

.menu__item--active {
	background: #fff;
	color: #9e3a3a;
}

.menu__link {
	padding: 0 0;
	color: #535979;
	padding: .625rem .9375rem;
	text-transform: capitalize;
}

.menu__link:hover {
	color: #000000;
}

.meta,
.meta a {
	color: #535979;
}

.meta a:hover {
	color: #7e4fff;
}

.post__thumbnail {
	max-width: 100%;
}

.list__item {
	padding-bottom: 0;
}

img {
	vertical-align: bottom;
}

.widget__title {
	border-bottom: none;
	color: #7e4fff; 
}
.footer__container {
	align-items: center;
}
.footer {
	background-color:#7e4fff;
	color: white;
	border-top: none;
}
.footer a:hover {
	color: black;
}

.blog-header {
	display: inline-block;
	color: #7e4fff;
}
.blog-header:hover {
	color: #7e4fff;
}
.blog-footer {
	color: white;
}
.blog-footer:hover {
	color: white !important;
}
.text-brand-logo {
	display: inline-block;
    vertical-align: -.0625rem;
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.39;
    padding-left: .4375rem;
	margin-left: .175rem;
	bottom: 2px;
}

.text-brand-logo::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 2px;
    height: 22px;
    border: solid 1px #7e4fff;
}
.footer .text-brand-logo::before {
	border: solid 1px white;
}

.btn {
	padding: 5px 10px;
	font-weight: 700;
	color: #fff;
	white-space: pre-line;
	background: #535979;
}
