/*
	Base Theme Stylesheet - Contains Major Items Which Effects this theme. Do not delete.
	*/




	/* Normalize CSS */
	@import "normalize.css";

	/* Modules */
	@import "../modules/module.css";

	/* Animate CSS */
	@import "animation.css";

	/* AOS */
	@import "aos.css";


	/* Container Size */
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0 8vw;
	}
	.row .col{
		padding:0 25px;
	}

	@media (max-width: 1660px){
		.container{
			padding: 0 6vw;
		}
	}
	@media (max-width: 1280px){
		.container{
			padding: 0 4vw;
		}
	}
	@media (max-width: 800px){
		.row .col{
			padding:0 15px;
		}
	}


	.row{
		margin-bottom: 0;
	}


	img{
		width: 100%;
	}


	[data-typing-effect] {
		visibility: hidden;
	}


	.temp{
		visibility: hidden;
	}





/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.dropdown-content{
	opacity: 1;

}


/*#dropdown2{
	display: block !important;
	opacity: 1 !important;
	width: 100% !important;
	left:0  !important;
	right:0  !important;
	top: inherit !important;
	}*/


.site-nav{
	padding:0px !important;
}
header .logo{
	position: relative;
	z-index: 999999;
}
header nav{
	background-color: transparent;
	box-shadow: none;
}
header .nav-wrapper{
	padding:0 3vw;
}
header nav ul a{
	color:#000;
	padding: 0 55px 0 0;
	font-size: 18px;
	position: relative;
	z-index: 9999999;
}
header nav ul a:hover{
	background-color: transparent;
}
header .menuarea{
	display: flex;
	justify-content:flex-end;
}
header .menuarea li.logoli{
	margin-right: auto;
}
header .menuarea li.logo-text{
	display: none;
}
.page-id-67 header .menuarea li.logo-text{
	display: flex!important;
	margin-right: auto;
}
.page-id-67 header .logo{
	width: auto;
	height: 60px;
}
.page-id-67 header .menuarea li.logoli{
	display: none;
}
header a.dropdown-button-work,
header a.dropdown-button{
	font-weight:  400;
}
header .btn{
	background-color: #d93b2e;
	box-shadow: -1px 0px 10px -2px rgba(0, 0, 0, 0.5);
}
header .activeitem .dropdown-button{
	font-weight: 800;
}
header .activeitem .dropdown-button::after{
	content: "x";
	color:#d93b2e;
	padding-left: 4px;
}








/* DropDown */
header .dropdown-content{
	height: calc(100vh - 100px);
}
header .dropdown-button.active:after{
	content: "x";
	color:#d93b2e;
}
header .activeitem .fullline{
	display: block;
	opacity: 1;
}
header .fullline{
	height: 20px;
	width: 100%;
	position: absolute;
	z-index: 99999;
	left:0;
	display: none;
	opacity: 0;
	box-shadow: -1px -7px 10px -7px rgba(0, 0, 0, 0.5)
}
.activeitem .triangle-with-shadow{
	display: block;
	opacity: 1;
}
.triangle-with-shadow {
	display: none;
	width: 100%;
	height: 20px;
	position: absolute;
	overflow: hidden;
	top: 44px;
}
.triangle-with-shadow:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #fff;
	transform: rotate(45deg); /* Prefixes... */
	top: 10px;
	left: 9px;
	box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
	z-index: 9999999;
}
header .activeitem .dropdown-content{
	display: block;
	width: 100%;
	top: inherit;
	overflow-x: hidden;
	display: flex;
	flex-flow: row wrap;
	box-shadow: inherit;
}
header .dropdown-content .inner{
	padding: 4% 7vw 0 7vw;
	width: 100%;
}
header .dropdown-content h3{
	color:#3b3b3c;
	font-size: 55px;
	line-height: 65px;
	width: 100%;
	margin:0 auto;
}
header .activeitem .dropdown-content li {
	opacity: 0;
	-webkit-animation: fadeIn 0.9s 1;
	animation: fadeIn 0.9s 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
header .activeitem .dropdown-content li:nth-child(5n+1) {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}
header .activeitem .dropdown-content li:nth-child(5n+2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
header .activeitem .dropdown-content li:nth-child(5n+3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
header .activeitem .dropdown-content li:nth-child(5n+4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
header .activeitem .dropdown-content li:nth-child(5n+5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
header .activeitem .dropdown-content li:nth-child(5n+6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
header .activeitem .dropdown-content li:nth-child(5n+7) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
header .activeitem .dropdown-content li:nth-child(5n+8) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
header .activeitem .dropdown-content li:nth-child(5n+9) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
header .activeitem .dropdown-content li:nth-child(5n+10) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
header .activeitem .dropdown-content li:nth-child(5n+11) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
header .activeitem .dropdown-content li:nth-child(5n+12) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
header .activeitem .dropdown-content li:nth-child(5n+13) {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
header .activeitem .dropdown-content li:nth-child(5n+14) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
header .activeitem .dropdown-content li:nth-child(5n+15) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
header .activeitem .dropdown-content li:nth-child(5n+16) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
header .activeitem .dropdown-content li:nth-child(5n+17) {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
header .activeitem .dropdown-content li:nth-child(5n+18) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
header .activeitem .dropdown-content li:nth-child(5n+19) {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
header .activeitem .dropdown-content li:nth-child(5n+20) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
header .activeitem .dropdown-content li:nth-child(5n+21) {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}
header .activeitem .dropdown-content li:nth-child(5n+22) {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
header .activeitem .dropdown-content li:nth-child(5n+23) {
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
}
header .activeitem .dropdown-content li:nth-child(5n+24) {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
header nav.nav-extended{
	position: relative;
}
.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	visibility: visible !important;
	/*z-index: -1;*/						
}
.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	visibility: visible !important;	
}
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	visibility: visible !important;	
}

@keyframes slideDown {
	0% {
		/*top:100px;
		position: absolute;*/
		transform: translateY(-100%);
	}
	
	100% {
		transform: translateY(0%);
	}		
}
@-webkit-keyframes slideDown {
	0% {
		/*top:100px;
		position: absolute;*/
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}
@keyframes slideLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0%);
	}		
}
@-webkit-keyframes slideLeft {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}	
}
@keyframes slideRight {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}		
}
@-webkit-keyframes c {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}	
}
.fade-in {
	animation: fadeIn ease 3s;
	-webkit-animation: fadeIn ease 3s;
	-moz-animation: fadeIn ease 3s;
	-o-animation: fadeIn ease 3s;
	-ms-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
header .social li i{
	margin:0;
}
header .dropdown-content h3 strong{
	color:#d93b2e;
	font-weight: 400!important;
	font-style: italic;
}
header .dropdown-content li{
	min-height: inherit;
	animation: fadeIn 600ms ease both;
	/*animation-play-state: running;*/
}
header .dropdown-content li:hover{
	cursor: default;
}
header .dropdown-content li.title{
	font-weight: 800;
	font-size: 22px;
	padding-bottom:15px;
}
header .dropdown-content li.title:hover a{
	color: #d93b2e;
	font-weight: 800;
}
header .dropdown-content li a{
	color:#3b3b3c;
	font-size: 22px;
	padding: 0 0 18px 0;
}
header .dropdown-content li a:hover{
	background-color: transparent;
	color:#d93b2e;
	font-weight: 600;
}
header .dropdown-content li:hover{
	background-color: transparent;
}
header .dropdown-content .bottomflex{
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding:0 7vw 4% 7vw;
}
header .dropdown-content .bottomflex .col.l4{
	padding-left:25px!important;
}
header .dropdown-content .contact-info {
	color: #3b3b3c;
	font-weight: 800;
	font-size: 18px;
	margin:0;
	padding:0;
}
header .dropdown-content .contact-info a{
	display: inline;
	padding: 0;
	font-weight: 700;
	font-size: 18px;
	position: relative;
}
header .dropdown-content .contact-info a:first-child{
	margin-right:68px;
}
header .dropdown-content .contact-info a:first-child::after{
	content: "";
	height: 1px;
	left: calc(100% + 10px);
	background-color: #3c3c3b;
	width: 50px;
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translate(0, -50%);
}
header .dropdown-content .contact-info a:hover{
	color:#d93b2e;
}
header .dropdown-content .social {
	display: flex;
}
header .dropdown-content .social li{
	float: left;
	width: auto;
	display: block !important;
}
header .dropdown-content .social li a{
	padding:0 20px 0 0;
}
header .dropdown-content .social li:last-child::after{
	content: "";
}
header .dropdown-content .social .line-outer{
	width: 100%;
}
header .dropdown-content .social .line-outer .line{
	background-color: #333;
	height: 1px !important;
	padding: 0;
	margin-top: 11px;
	position: relative;
}
header .dropdown-content .social .line-outer .line::before{
	content: "";
	height: 1px;
	width: 7vw;
	position: absolute;
	left: 100%;
	background-color: #333;
	z-index: 1;
}
header .dropdown-content .inner .listone,
header .dropdown-content .inner .listtwo{
	width: 30%;
}
header .dropdown-content .inner .col.l6{
	width: 40%;
	padding-left: 4vw;
}
header .dropdown-content .bottomflex .col.l6:first-child{
	width: 60%;
}
header .dropdown-content .bottomflex .col.l6:last-child{
	width: 40%;
	padding-left:4vw!important;
}




@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}





/* Header Relative */

.single-ourwork header{
	position: relative;
}
.single header{
	position: relative;
}
header .worknav h3{
	text-align: right;
	margin-bottom: 40px;
	animation: fadeIn 600ms ease both;
	animation-delay: 0.5s;
}
header .worknav h3 span{
	color:#d93b2e;
}
header .worknav img{
	width: auto;
	display: block;
}
header .worknav a.item{
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	animation: fadeIn 600ms ease both;
	animation-delay: 1s;
}
header .worknav .listone a.item{
	animation-delay: 0.8s;
}
header .worknav a.item span{
	position: relative;
	top: -22px;
	left: -120px;
}
header .worknav a.item:hover{
	color:#d93b2e;
	text-decoration: underline;
}
header nav ul a{
	color:#fff;
	display: flex;
  	align-items: center;
}
header nav .dropdown-content a{
	color:#3b3b3c;
}
header .dropdown-content li a:hover{
	color: #d93b2e;
}
.darkheader nav ul a{
	color:#3c3c3b;
}
.closeitem{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
	color: #d93b2e !important;
	font-size: 40px;
	padding-top: 10px;
}
@media (max-width: 1660px){
	header .dropdown-content .inner {
		padding: 4% 4vw 0 4vw;
	}
	header .dropdown-content .bottomflex {
		padding: 0 4vw 4% 4vw;
	}
	header .dropdown-content h3 {
		font-size: 50px;
		line-height: 60px;
	}
	header .dropdown-content li a {
		font-size: 20px;
		padding: 0 0 15px 0;
	}
	header .dropdown-content li.title {
		font-size: 20px;
		padding-bottom: 12px;
	}
	header .dropdown-content .bottomflex .col.l6:last-child,
	header .dropdown-content .inner .col.l6 {
		padding-left: 2vw!important;
	}
}
@media (max-width: 1560px){
	header nav ul a{
		padding:0 35px 0 0;
	}
}
@media (max-width: 1440px){
	header .dropdown-content h3 {
		font-size: 45px;
		line-height: 55px;
	}
	header .dropdown-content .inner {
		padding: 4% 3vw 0 3vw;
	}
	header .dropdown-content .bottomflex {
		padding: 0 3vw 4% 3vw;
	}
}
@media (max-width: 1400px){
	header nav ul a {
        padding: 0 26px 0 0;
        font-size: 17px;
    }
}

@media (max-width:1280px){
	header .dropdown-content .inner {
		padding: 4% 2vw 0 2vw;
	}
	header .dropdown-content .bottomflex {
		padding: 0 2vw 4% 2vw;
	}
	header .dropdown-content .inner .listone,
	header .dropdown-content .inner .listtwo {
		width: 33.333%;
	}
	header .dropdown-content .bottomflex .col.l6:last-child,
	header .dropdown-content .inner .col.l6 {
		width: 33.333%;
		padding-left:0!important;
	}
	header .dropdown-content .bottomflex .col.l6:first-child{
		width: 66.666%;
	}
	header .dropdown-content h3 {
		font-size: 40px;
		line-height: 45px;
	}
	.page-id-67 header .logo {
		width: auto;
		height: 55px;
	}
	nav ul a.btn{
		margin-left:0;
	}
}
@media (max-width:1250px){
	header nav ul a {
        padding: 0 20px 0 0;
	}
}
@media (max-width:1100px){
	.page-id-67 header .logo {
		width: auto;
		height: 50px;
	}
	header .dropdown-content .contact-info a,
	header nav ul a {
		font-size: 16px;
	}
	header .dropdown-content li a {
		font-size: 18px;
		padding: 0 0 12px 0;
	}
	header .dropdown-content li.title {
		font-size: 18px;
		padding-bottom: 10px;
	}
	header .dropdown-content h3 {
		font-size: 36px;
		line-height: 40px;
	}
}
@media (max-width:1024px){
	header .logo {
		position: relative;
		z-index: 9;
	}
}

@media (max-width: 440px){
	.page-id-67 header .logo {
		width: auto;
		height: 45px;
	}
	header .logoli a{
		display: flex;
	}
}




/*header li a:first-child{
	padding:0 20px;
}
*/

/*.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	display: flex;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top:0px;
	height: auto;
	justify-content: flex-end;

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
	margin: 0 auto;
}

.main-navigation ul ul{
	display: block !important;
	z-index: 99999;
	background-color: #fff;
	border-radius: 0;
	background-color: #35766b;
	width: 240px;
	padding:20px 0;
}

.main-navigation ul ul a{
	color:#fff;
	width: 100%;
	line-height: normal;
	padding: 12px 22px;
	margin:0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}






.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	left: -50%;
	right: -50%;
}


.sub-menu li{
	width: 100%;
}
.main-navigation ul ul a{
	width: 100%;
}


.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#fff;
	font-size:18px;
	font-weight: 300;
	line-height: initial;
	padding:0;	
}
.main-navigation ul li a{
	padding:17px 17px;
	font-weight: 300;
}
.main-navigation ul li:last-child a{
	background-color: #d93b2e;
	font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    line-height: normal;
    height: auto;
    border-radius: 50px;
    color:#fff;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    margin-left: 20px;
}












nav ul a:hover{
	background-color: initial;
}




.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 992px) {

	.main-navigation ul {
		display: flex !important;
		justify-content: space-between;
	}

	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}





@media (max-width: 1330px){
	.main-navigation a{
		font-size:16px;
	}
}

@media (max-width: 1244px){
	.main-navigation a{
		font-size:16px;
	}
}
@media (max-width: 1173px){
	.main-navigation a{
		font-size:15px;
	}
}





@media (max-width: 992px){
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
}



@media (min-width: 993px){
	.mobile{
		display: none;
	}
}


*/
.case-study section:nth-child(4){
	position: relative;
}
.case-study section:nth-child(4)::after{
	background-color:#efefef;
	content: "";
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
	z-index: -1;
}
.case-study section:nth-child(5){
	position: relative;
}
.case-study section:nth-child(5)::after{
	background-color:#efefef;
	content: "";
	position: absolute;
	top: 0;
	height: 50%;
	width: 100%;
	z-index: -1;
}

.single-post .small-text{
	color: #3c3c3b;
}
.category .small-text{
	color: #3c3c3b;
	margin-top: 0!important;
}
.selectionarea .small-text {
	position: relative;
	margin-top: 30px;
	text-transform: lowercase;
	padding-left: 0;
	padding-bottom: 30px;
	font-weight: 800;
	padding-top:0;
}

.selectionarea .small-text::before {
	content: "";
	height: 1px;
	width: 400px;
	background-color: 
	#3c3c3b;
	display: block;
	position: absolute;
	left: -430px;
	top: 15px;
}

.selectionarea .one,
.selectionarea .two{
	display: none;
}
.selectionarea.case-study .one{
	display: block;
	padding-bottom:60px;
	color: #3c3c3b;
	font-weight: 900;
}
.selectionarea.portfolio .two{
	display: block;
	padding-top:40px;
	color: #3c3c3b;
}



@media (max-width: 1024px){
	.selectionarea .small-text::before {
		left: -410px;
	}
	.selectionarea.portfolio .two {
    padding-bottom: 40px;
   }
}


/* Work Banner */
.archive header{
	position: relative;
}
.work-banner{
	height: 600px;
	background-color: #f1f1f1;
}
.grid-item {
	float: left;
	width: 25%;
	height: 300px;
	padding:17px;
}
.grid-item--width-med {
	width: 25%;
}
.grid-item--height2-med {
	height: 405px;
}
.grid-item--width2-lg {
	width: 25%;
}
.grid-item--height2-lg { 
	height: 600px;
}
.grid-item .item{
	overflow: hidden;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	background-color: #f1f1f1;
}
.grid-item a{
	color:#fff;
}
.grid-item .item .inner{
	background-color: #d93b2e;
	margin-top: auto;
	margin-bottom: 0;
	width: 90%;
	padding: 20px 20px 15px 20px;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-item .item:hover .inner{
	opacity: 1;
}
.grid-item .item .inner h3{
	font-size: 18px;
	text-transform: uppercase;
	margin:0;
	font-weight: 700;
	font-family: "Source Sans Pro", sans-serif;
}
.grid-item .item .inner p{
	padding: 5px 0 0 0;
  	line-height: 22px;
}
.grid-filters .btn.btn-outline{
	width: auto;
	text-transform: uppercase;
}
.grid-filters li a{
	color:#3b3b3c;
}
.grid-filters .filter-button{
	width: 160px !important;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 10px 30px;
	background-color: #fff!important;
	color: #3c3c3b!important;
	border: 1px solid #3c3c3b;
	box-shadow: none!important;
	justify-content: center;
}
.grid-filters .filter-icon{
	width: 25px;
	float: right;
	margin-left: auto;
	display: block;
	text-align: center;
}
.grid-filters .filter-icon-active{
	display: none;
}
.grid-filters.active .filter-icon{
	display: none;
}
.grid-filters.active .filter-icon-active{
	display: block;
	color: #d93b2e;
	width: 25px;
	float: right;
	margin-left: auto;
	text-align: center;
}
.grid-filters{
	padding-top:40px;
}
.grid-filters .sort-button{
	width: 187px !important;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 10px 30px;
	margin-left: 10px;
	background-color: #fff!important;
	color: #3c3c3b!important;
	border: 1px solid #3c3c3b;
	box-shadow: none!important;
}
.grid-filters .sort-button{
	width: 25px;
	float: right;
}
.grid-filters .container{
	height: auto!important;
	display: flex;
}
.grid-filters #portfolio-filter{
	opacity: 0;
	display:none;
}
.grid-filters.active #portfolio-filter{
	display: flex;
	opacity: 1;
	margin:0;
	float: left;
	align-items: center;
}
.grid-filters p{
	display: flex;
	justify-content: flex-start;
	padding: 0 15px;
}
.activesort .sort-button-group{
	display: flex;
	margin:0;
	float: left;
}
.sort-button-group{
	display: none;

}
.grid-filters .row{
	display: flex;
	justify-content: flex-start;
	margin: 0;
}
.grid-filters .dropdown li{
	width: 100%;
	display: block;
	padding-top: 0;
}
.grid-filters  #portfolio-filter li{
	border:0 !important;
	background-color: #fff;
	box-shadow: none;
	padding: 5px 20px;
}
.grid-filters  #portfolio-filter li .current{
	border-bottom:2px solid #d93b2e;
}
.grid-filters .sort-button-group li button{
	border:0;
	background-color: #fff;
	box-shadow: none;
}
@media (max-width: 1600px){
	.selectionarea.portfolio .two {
		padding-bottom: 40px;
	  }
}
@media (max-width: 1440px){
	.grid-filters .container{
		height: auto!important;
	}
}
@media (max-width: 1280px){
	.grid-item{
		width: 33.3333%;
		padding: 12px;
	}
}
@media (max-width: 1024px){
	.grid-item{
		height: 250px;
	}
	.grid-item--height2-med {
		height: 325px;
	}
	.grid-item--height2-lg{
		height: 520px;
	}
	.grid-item .item .inner{
		width: 90%;
	}
	.grid-item .item .inner {
		padding: 15px 15px 15px 15px;
	}
	.grid-item .item .inner p {
		line-height: 16px;
	}
}
@media (max-width: 800px){
	.grid-item{
		width: 50%;
		height: 350px;
	}
	.grid-item--height2-lg {
		height: 350px;
	}
	.grid-item--height2-md {
		height: 350px;
	}
	.gridarea .grid{
		padding-top:10px;
	}
	.selectionarea.portfolio .two {
		padding-bottom: 20px;
	}
}
@media (max-width: 550px){
	.grid-item,
	.grid-item--height2-lg,
	.grid-item--height2-md {
		height: 250px;
	}
	.grid-item .item .inner h3 {
		font-size: 16px;
	}
	.grid-item .item .inner {
		width: 100%;
	}
	.grid-item .item .inner {
		padding: 12px 12px 12px 12px;
	}
	.grid-filters #portfolio-filter li {
		padding: 10px;
	}
}
@media (max-width: 440px){
	.grid-item{
		width: 100%;
		height: 300px;
	}
	.grid-item .item .inner {
		width: 90%;
	}
}
@media (max-width: 380px){
	.grid-item{
		height: 275px;
	}
}




.hidden {
	display: none;
}



/* Blog Post Single */
.single-blog-header {
	padding:60px 0 40px 0;
}
.single-blog-header .col{
	padding: 0;
}
.single-blog-header .row{
	align-items: flex-end;
}

.single-blog-header h1{
	font-size: 50px;
	margin-bottom: 0;
	line-height: 55px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}
.single-blog-header .date{
	text-transform: capitalize;
    font-size: 60px;
    color: #999999;
    font-style: italic;
    opacity: 0.1;
    text-align: right;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    padding: 0!important;
}

.single-blog-header .who{
	padding: 0;
	font-weight: 400;
	color: #d93b2e;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 24px;
	text-transform: capitalize;
}


.single-post .featured-image{
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f1f1f1;
}
.single-post .blog-content .inner{
	width: 80%;
	margin:0 auto;
	padding: 60px 0 0 0;
}


.single-post .blog-content .inner ul{
	list-style-type: disc;
	margin:0 0 15px 0;
}
.single-post .blog-content .inner ol{
	padding-left:20px;
}
.single-post .blog-content .inner ul li{
	list-style-type: disc;
}

.single-post .blog-content p{
	padding-bottom:15px;
}

.single-post .blog-content .inner h2{
	font-size: 32px;
	line-height: 34px;
	padding-top: 30px;
}

@media (max-width: 1024px){
	.single-blog-header .row{
		padding: 0 25px;
	}
	.single-post .selectionarea .row{
		padding: 0 25px;
	}
	.single-blog-header .col.m8{
		width: 60%!important;
	}
	.single-blog-header .col.m4{
		width: 40%!important;
	}
	.single-blog-header .date{
		font-size: 40px;
		line-height: 40px;
	}
	.single-blog-header .who{
		margin-top: 10px;
	}
	.more-blogs .row{
		padding: 0 25px;
	}
	.blog-post-bottom {
    margin-top: 0px!important;
  }

.sidenav-trigger{
	height: 44px;
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 44px;
	flex-flow: row wrap;
  }



}
@media (max-width: 768px){
	.single-blog-header h1 {
	    font-size: 36px;
	    line-height: 44px;
	}
	.single-blog-header {
    padding: 40px 0 40px 0!important;
	}
	.single-blog-header .date {
    font-size: 32px;
    line-height: 32px;
	}
	.single-post .blog-content .inner {
    width: 90%;
   }
  .blog-post-bottom {
   	padding-left: 5.5%!important;
   }
   .single-blog-header .who {
    margin-top: 5px;
    font-size: 20px;
	}
}
@media (max-width: 550px){
	.single-blog-header h1 {
    font-size: 32px;
    line-height: 40px;
	}
	.single-blog-header .date {
    font-size: 20px;
    line-height: 20px;
	}
	.single-blog-header {
    padding: 20px 0 40px 0!important;
	}
	.blog-share ul::after {
    width: 75px!important;
  }
  .more-blogs h4 {
    margin-top: -124px;
    font-size: 40px;
    line-height: 45px;
	}
	.more-blogs {
    margin-top: 150px!important;
  }
  .single-post .blog-content .inner {
    padding: 40px 0!important;
	}
	.more-blogs .blog-items li {
    width: 100%!important;
    display: block;
	}
	.more-blogs {
    padding: 60px 0 0 0!important;
   }
  .single-blog-header .row {
		display: block;
	}
}
@media (max-width: 440px){
	.single-blog-header .col.m8,
	.single-blog-header .col.m4{
		width: 100%!important ;
	}
	.blog-share ul li {
    font-size: 16px!important;
	}
	.blog-share ul li a {
    font-size: 18px!important;
    margin: 0 5px!important;
	}
	.more-blogs .blog-items li {
    padding: 0px!important;
   }
}
@media (max-width: 380px){
	.single-blog-header h1 {
    font-size: 28px;
    line-height: 38px;
	}
	.blog-share ul::after {
    width: 25px!important;
	}
}


/* Blog */
.blog header{
	position: relative;
}
.category .post-filters,
.blog .post-filters{
  margin-top: 60px;
  margin-bottom: 30px;
}
.category .post-filters ul,
.blog .post-filters ul{
	display: flex;
	margin-top:0;
}
.category .post-filters ul li,
.blog .post-filters ul li{
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.category .post-filters ul li a,
.blog .post-filters ul li a{
	color:#3c3c3b;
	opacity: 0.5;
}
.category .post-filters ul li:first-child a,
.blog .post-filters ul li:first-child a{
	opacity: 1;
	color: #d93b2e;
}
.category .post-filters .container{
	padding: 0;
}
.category .post-filters ul{
	margin-top: 60px;
}
.category.category-48 .post-filters ul li:first-child a,
.category.category-50 .post-filters ul li:first-child a,
.category.category-49 .post-filters ul li:first-child a,
.category.category-51 .post-filters ul li:first-child a{
	opacity: 0.5;
	color:#3c3c3b;
}
.category.category-51 .post-filters ul li:last-child a{
	opacity: 1;
	color: #d93b2e;
}
.category.category-49 .post-filters ul li:nth-child(4) a{
	opacity: 1;
	color: #d93b2e;
}
.category.category-50 .post-filters ul li:nth-child(3) a{
	opacity: 1;
	color: #d93b2e;
}
.category.category-48 .post-filters ul li:nth-child(2) a{
	opacity: 1;
	color: #d93b2e;
}
.blog .four-container{
	background-color: rgba(51, 51, 51, 0.1);
	position: relative;
	padding: 60px 0 0px 0;
	margin:100px 0 0 0;
}
.blog .three-container{
	background-color: #fff;
	position: relative;
	padding: 60px 0 0px 0;
}
.blog .title{
	text-transform: capitalize;
	font-size: 50px;
	position: absolute;
	top: -30px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
}
.blog-items{
	display: flex;
	flex-flow: wrap row;
	margin-left: -25px;
  	margin-right: -25px;
}
.blog-items li{
	width: 25%;
	float: left;
	padding: 0 25px;
	display: flex;
}
.blog-items li a{
	display: flex;
	height: 100%;
	color:#3c3c3b;
}
.blog-items .image{
	height: 250px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-items .inner{
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.blog-items .inner h3{
	margin:0px;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}
.blog-items .inner .text{
	padding: 30px 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.blog-items .inner .text p{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 0;
}
.blog .view-all{
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:60px;
	padding: 0;
}
.blog .view-all a{
	color:#3c3c3b;
}
.blog .view-all a::after{
	content: "+";
	display:inline-block;
	padding-left: 6px;
	color:#d93b2e;
}
.blog-items .inner .text .time{
	color:#a3a3a4;
	margin-top: auto;
}
.blog-items .inner .text .time i{
	margin-right: 10px;
	/*color:#ebebeb;*/
}  
.blog .four-container .blog-items{
	margin-bottom: 80px;
}
.blog .four-container .view-all{
	margin-top: -30px;
}
.blog .three-container .blog-items li:last-child{
	width: 50%;
}
.blog .three-container .blog-items li:last-child .inner{
	background-color: #ebebeb;
}
.blog .three-container .blog-items li:last-child .image{
	height: 360px;
}
.blog .three-container .title{
	position: relative;
	top: 0;
}
.blog .three-container .view-all{
	margin-top: 0;
}
.blog .three-container .container:last-child{
	padding-bottom: 60px!important;
}
.news-items .blog-items .inner .text {
    padding: 30px 10px;
    margin-bottom: 40px;
}



/* Featured Post */

.featured-post a{
	display: flex;
	align-items: center;
	color:#3c3c3b;
}

.featured-post h3{
	margin:0px;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}
.featured-post p{
	margin:0px;
	font-size: 18px;
	line-height: 28px;
}
.featured-post .time{
	color:#a3a3a4;
	margin-top: auto;
	padding-bottom: 0;
}
.featured-post .time i{
	margin-right: 10px;
}  
.featured-post .text{
	padding:60px 0;
}
.featured-post .feature-text{
	color: #d93b2e;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
}

.featured-post .image{
	height: 100%;
	background-color: #cecece;
	margin-right:25px;
	margin-left: 25px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.four-container .row .col.l12,
.three-container .row .col.l12{
	padding:0;
}



.category .blog-items{
	flex-flow: wrap row;
}
.category .cat-container{
	background-color: rgba(51, 51, 51, 0.1);	
}
.category .cat-container .row{
	padding:50px 0;
}
.category .blog-items li{
	margin-bottom: 50px;
}


.page-nav{
	display: flex;
	justify-content: center;
}
.page-nav .nav-next{
	margin:0 15px;
}

.page-nav .nav-next a{
	background-color: #1f5c71;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 30px;
	line-height: normal;
	height: auto;
	border-radius: 50px;
	box-shadow: -1px 0px 10px -2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.page-nav .nav-previous{
	margin:0 15px;
}
.page-nav  .nav-previous a{
	background-color: #1f5c71;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 30px;
	line-height: normal;
	height: auto;
	border-radius: 50px;
	box-shadow: -1px 0px 10px -2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.blog-content a{
	color: #d93b2e;
    text-decoration: underline;
    font-weight: 600;
}
.category .selectionarea .small-text a{
	color: #3c3c3b;
}
.category .selectionarea .row{
	padding: 0 25px;
}
.category .post-filters .row{
	padding: 0!important;
}
.blog .four-container .row{
	margin-left:-25px;
	margin-right:-25px;
}
.blog .three-container .row{
	margin-left:-25px;
	margin-right:-25px;
}
@media (max-width: 1600px){
	.blog .featured-post .row a{
		padding:0 25px;
	}
	.blog .post-filters .col{
		padding:0 25px!important;
	}
	.blog .small-text{
		padding:0 25px;
	}
	.blog .small-text:before{
		left: -390px;
	}
	.category .post-filters ul, .blog .post-filters ul {
		margin-bottom: 0;
	}
	.blog-items li {
		padding: 0 20px;
	}
	.blog .four-container .blog-items {
		margin-bottom: 60px;
		padding: 0 5px;
	}
	.blog .four-container .row {
		margin-left: 0;
		margin-right: 0;
	}
	.blog .three-container .row {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 1440px){
	.blog-items .inner .text {
		padding: 25px;
	}
	.blog-items .inner h3 {
		font-size: 22px;
		line-height: 28px;
	}
}
@media (max-width: 1366px){
	.blog .four-container {
		margin: 80px 0 0 0;
		padding: 50px 0 0px 0;
	}
	.blog .title {
		font-size: 45px;
	}
	.blog-items li {
		padding: 0 15px;
	}
	.blog .four-container .blog-items {
		padding: 0 10px;
	}
	.blog-items .image {
		height: 200px;
	}
}
@media (max-width: 1280px){
	.featured-post .text {
		padding: 40px 0!important;
	}
	.featured-post h3 {
		font-size: 36px!important;
		line-height: 40px!important;
	}
	.blog-items .inner .text {
		padding: 20px;
	}
	.blog-items .inner h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.blog-items .inner .text p {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 1024px){
	.blog .blog-items li{
		width: 50%;
	}
	.blog .blog-items li:nth-child(1),
	.blog .blog-items li:nth-child(2){
		margin-bottom: 40px;
	}
	.blog .three-container .blog-items li:last-child{
		width: 100%;
		margin-bottom: -60px;
	}
	.blog footer{
		margin-top: 60px!important;
	}
	.blog .featured-post .row a {
		padding: 0;
	}
	.featured-post .text {
		padding: 20px 0 !important;
	}
	.featured-post .col:last-child{
		padding-left:15px;
	}
	.blog .post-filters .col{
		padding:0!important;
	}
	.blog .small-text{
		padding:0;
	}
	.blog .small-text:before{
		left: -415px;
	}
	.blog .four-container .blog-items {
	    margin-bottom: 40px;
	}
	.featured-post{
		padding:0 25px!important
	}
	.featured-post .col:last-child{
		padding-right:0px!important
	}
	.featured-post .text {
    	padding: 40px 0;
	}
	.blog .post-filters .row{
		padding:  0 25px!important;
	}
	.category .post-filters, .blog .post-filters {
    	margin-top: 30px!important;
    	margin-bottom: 15px;
	}
	.category .post-filters ul {
    	margin-top: 30px!important;
	}
	.blog .selectionarea .row{
		padding:  0 25px!important;
	}
	.featured-post h3 {
   		 font-size: 32px;
    	line-height: 40px;
  	}
  	.category	.blog-items li{
		width: 50%;
		margin-bottom: 40px;
	}
	.blog-items li{
		width: 50%;
		margin-bottom: 40px;
	}
	.blog .three-container .blog-items li:last-child{
		width: 100%;
	}
	.featured-post .o-flex{
		display: flex;
	}
	.blog .title {
		font-size: 40px;
	}
	.blog .four-container {
		margin: 60px 0 0 0;
		padding: 50px 0 0px 0;
	}
	.blog-items .inner{
		flex-direction: row;
	}
	.blog-items .inner .text {
		padding: 20px;
		width: 55%;
	}
	.blog-items .image {
		height: auto;
		width: 45%;
	}
	.blog .four-container .blog-items {
		margin-bottom: 10px;
	}
}
@media (max-width: 800px){
	.featured-post .o-flex{
		display: block!important;
	}
	.featured-post a {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.featured-post .col {
		width: 100%;
	}
	.featured-post .image{
		margin-right:0!important;
		min-height: 350px!important;
	}
	.featured-post p {
		margin: 0px;
		font-size: 16px;
		line-height: 26px;
	}
	.blog .four-container {
		margin: 40px 0 0 0;
		padding: 50px 0 0px 0;
	}
	.blog-items .inner{
		flex-direction: column;
	}
	.blog-items .inner .text {
		padding: 20px;
		width: 100%;
	}
	.blog-items .image {
		height: auto;
		width: 100%;
		min-height: 200px;
	}
}
@media (max-width: 550px){
	.blog .blog-items li{
		width: 100%;
		display: block;
	}
	.featured-post .image{
		min-height: 300px!important;
		height: auto;
	}
	.featured-post .col:last-child {
		padding: 0 !important;
	}
	.featured-post h3 {
		font-size: 32px !important;
		line-height: 36px !important;
	}
	.featured-post {
		padding: 0 15px !important;
	}
	.blog .post-filters .row{
		padding:  0 15px!important;
	}
	.blog .selectionarea .row {
		padding: 0 15px !important;
	}
	.blog .small-text::before {
		left: -410px;
	}
	.blog-items li{
		width: 100%;
	}
	.category	.blog-items li{
		width: 100%;
	}
	.featured-post .o-flex{
		display: block;
	}
	.featured-post a{
		display: block;
	}
	.category .cat-container .row {
    padding: 30px 0;
	}
	.blog .view-all{
		margin-top:0;
	}
	.featured-post .text {
    padding: 40px 0 0 0;
	}
	.blog-items .image {
		min-height: 250px;
	}
	.blog .four-container .blog-items {
		padding: 0;
	}
}
@media (max-width: 440px){
	.category .post-filters, .blog .post-filters {
    margin-top: 20px!important;
  }
	.category .post-filters ul li, .blog .post-filters ul li {
    padding-right: 20px;
	}
	.category .post-filters ul li, .blog .post-filters ul li:last-child {
    padding-right: 0px!important;
	}
	.category .post-filters ul, .blog .post-filters ul{
		justify-content: space-between ;
	}
	.featured-post .image{
		min-height: 250px!important;
		height: auto;
	}
	.featured-post h3 {
		font-size: 28px !important;
		line-height: 32px !important;
	}
	.blog-items .image {
		min-height: 200px;
	}
}
@media (max-width: 380px){
	.category .post-filters ul li, .blog .post-filters ul li a{
		font-size: 14px;
	}
	.category .post-filters ul li, .blog .post-filters ul li {
    	padding-right: 18px;
	}
	.category .post-filters, .blog .post-filters {
    	margin-top: 15px!important;
  	}
	.featured-post .image{
		min-height: 200px!important;
		height: auto;
	}
	.featured-post h3 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
}

/* More Blogs */

.more-blogs{
	background-color: rgba(51, 51, 51, 0.1);
	padding: 60px 0;
	position: relative;
	margin-top: 200px;
	margin-bottom:80px;
}
.more-blogs h4{
	margin:0;
	font-size: 45px;
	line-height: 55px;
	margin-top: -135px;
	position: absolute;
	text-transform: capitalize;
	color: #1f5c71;
	font-weight: 600;
}

.more-blogs h5{
	font-size: 24px;
	font-weight: bold;
	transform: rotate(-90deg);
	z-index: 9999;
	position: absolute;
	left: -110px;
	top: 80px;
	display: flex;
	align-items: center;

}
.more-blogs h5::before{
	content: "";
	background-color: #3c3c3c;
	height: 1px;
	width: 200px;
	display: inline-block;
	margin-top: 4px;
	margin-right: 10px;
}
.more-blogs .col{
	padding:0;
}


/* Blog Share */
.blog-share {
	position: absolute;
	right: 0;
	top: 10px;
}
.blog-share ul{
	display: flex;
	align-items: center;
}
.blog-share ul::after{
	content: "";
	background-color: #3c3c3c;
	height: 1px;
	width: 200px;
	display: inline-block;
	margin-left: 10px;

}
.blog-share ul li{
	font-size: 22px;
	font-weight: bold;
}
.blog-share ul li a{
	color: #3c3c3b;
	font-size: 25px;
	margin: 0 7px;
}
.blog-share ul li:last-child{
	margin-left: 8px;
}
.blog-post-bottom{
	position: relative;
}
.blog-content ul{
	list-style: disc;
	padding-left: 20px;
}
.blog-content ul li{
	list-style: disc;
}

@media (max-width: 1600px){
	.more-blogs h5{
		left:-150px;
	}
}
@media (max-width: 1024px){
	.more-blogs .blog-items li {
    width: 50%;
  }
  .more-blogs .blog-items li:nth-child(1),
  .more-blogs .blog-items li:nth-child(2){
    margin-bottom: 40px;
  }
 }

@media (max-width: 990px){
	.single-post .featured-image{
		height: 400px;
	}
	.more-blogs h4{
		margin-top: -140px;
	}
	.more-blogs h5{
		display: none;
	}
}



/* Careers */
.page-template-careers header{
	position: relative;
}

/* Single Careers */
.single-c-header{
	margin-bottom: 60px;
}
.single-c-header h1{
	text-transform: inherit;
	margin-bottom: 0;
}
.single-c-header .date{
	font-weight: 800;
	padding:0;
	margin-top: auto;
}
.single-c-header .date span{
	color:#d93b2e;
	font-weight: 300;
}
.single-careers p{
	width: 100%;
}
.single-careers .text_area ul{
	list-style-type: initial;
	margin-left: 20px;
	margin-top:0;
	margin-bottom: 40px;
}
.single-careers .text_area ul li{
	list-style-type: initial;
}
.single-careers .text_area h3{
	margin-top: 0;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
}
.single-careers .text_area h4{
	margin:0;
	font-size: 18px;
}
.single-careers .apply p{
	padding:0;
}
.single-careers .apply .title{
	color: #d93b2e;
	font-weight: bold;
}
.single-careers .apply a{
	color:#333;
	font-weight: bold;
}

/* Captcha Badge */
.grecaptcha-badge{
	bottom:100px !important;
	z-index: 9999999;
}

/* CF7 Check Box's Tick */
[type="checkbox"]:checked + span:not(.lever)::before{
	border-top: 2px solid transparent !important;
	border-left: 2px solid transparent !important;
}

/* 404 */
.error404 header{
	position: relative;
}
.error404 .entry-title{
	font-size:20px;
	font-size: 30px;
	margin-bottom: 0;
}
.error404 .container{
	margin: 50px 0;
}