html {
overflow-x: hidden;
}
.col-lg-8 {
min-width: 100%;
}
@media(max-width:991px) {
.xs-page-header h2 {
text-align: center;
}
}
.xs-page-header h2, .entry-header h2, .entry-header h2 a {
text-transform: none !important;
color: #202020 !important;
font-family: "Open Sans" !important;
font-size: 30px !important;
line-height: 40px !important;
letter-spacing: -0.5px
}
.post-footer a.btn-primary {
background-color: #935AC1 !important;
text-transform: none;
font-size: 18px;
height: 40px;
display: inline-flex;
align-items: center;
}
@media(max-width:768px) {
.xs-page-header h2, .entry-header h2, .entry-header h2 a {
font-size: calc(18px + 12*((100vw - 320px) / 1200)) !important;
line-height: calc(24px + 12*((100vw - 320px) / 1200)) !important;
}
}
.post-footer a.btn-primary:hover, .post-footer a.btn-primary:active {
background-color: #521D7D !important;
border-color: #521D7D !important;
}
.post-footer a.btn-primary i {
margin-right: 0;
margin-left: 10px;
}
article.page .post-body {
border: 1px solid #935AC1 !important;
box-shadow: 0px 0px 64px 0px #F8F8FF inset;
}
.banner-heading h1 {
display: none;
}
.banner-heading .breadcrumb li {
font-size: 30px !important;
}
.not-found h1 {
color: #202020!important;
text-transform: none!important;
}
.not-found .input-group-btn {
background: #935AC1!important;
}
.ekit_close-side-widget, .elementskit-menu-close {
color: #521D7D !important;
border: 1px solid #521D7D !important;
border-radius: 50% !important;
}
.elementskit-menu-close {
width: 32px !important;
padding: 2px 0 !important;
}
@media (max-width:1024px) {
.ekit-menu-nav-link {
color: #521D7D !important;
}
}