

.jp-relatedposts {
	display: none !important;
}

.lahfb-nav-wrap .menu > li.menu-item > a {
	    font-family: 'forma-djr-deck';
	letter-spacing: 0.05em;
}
	.section-page-header .page-header-inner {
    display: none;
}

.main-header div h1 {
	transition: .5s;
	font-weight: 300;
    line-height: 1.08em !important;
	    letter-spacing: 4px;
	width: fit-content;
	color: #a0a4a8;
}

.main-header div h1:hover {
	color: #fff;
}

.header-hightlight h1 {
	background: right	/ 0% 100% no-repeat linear-gradient(#026bff, #026bff);
	transition: background-size 500ms, color 500ms !important;
}

.header-hightlight h1:hover {
	background: left / 100% 100% no-repeat linear-gradient(#026bff, #026bff);
}

h1, h2, h3, h4, h5 {
	letter-spacing: 0.05em;
}

.fa, .fas {
    font-family: "FontAwesome" !important;
    font-weight: 900;
}

/* Buttons */
.sb-btn a  {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #e6ebec !important;
	background: #2b2b2e;
	padding: 16px 36px;
	border: 0px solid black;
	font-weight: 300;
	overflow: hidden;
	cursor: pointer;
  margin-top: 15px;
  transition: .2s !important;
  z-index: 1;
  
}

.sb-btn a:hover {
	border: 0px solid #026bff;
  color: #e6ebec !important;
}

.sb-btn a span {
	z-index: 5;
	letter-spacing: 1px;
	position: relative;
	transition: color 350ms ease;
}

.sb-btn a:hover span{
	color: white !important;
}

.sb-btn a::after, .sb-btn a::before{
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	background: #026bff;
	z-index: -1;
}
.sb-btn a::before {
	/*   background: blue;
	*/   transform: translateX(-100%);
	z-index: -1;
}
.sb-btn a:hover:before {
	transform: translateX(0);
	transition: transform 350ms ease;
}
.sb-btn a::after {
	z-index: -2;
	transform: translateX(100%);
	transition: none;
	transition: transform 350ms ease;
}
.sb-btn a:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform 350ms 360ms ease;
}

.lahfb-nav-wrap.nav__wrap_1546041916358 .menu > li:hover > a, .lahfb-nav-wrap.nav__wrap_1546041916358 .menu > li.current > a {
    color: #2b2b2e !important;
}