/*
Theme Name:     Lugera
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

/** flipbox override **/
/*
.vc-hoverbox .vc-hoverbox-block.vc-hoverbox-front:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}

.vc-hoverbox .vc-hoverbox-block.vc-hoverbox-front .vc-hoverbox-block-inner.vc-hoverbox-front-inner{
	position: relative;
	z-index: 1;
}*/



.lugera-posts-wrapper .lugera-post-item{
	margin-bottom: .5em;
	margin-right: .5em;
	width: 49%;
	padding: 0em;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 0 2px rgba(0,0,0,0);
	transition: all 0.2s ease;
}

.lugera-posts-wrapper .lugera-post-item:after{
	content: '';
	position: absolute;
	bottom: 0em;
	left: .5em;
	height: 5px;
	width: 0;
	background-color: #E50D8A;
	z-index: 100;
	transition: all .2s ease;
}

.lugera-posts-wrapper .lugera-post-item > p{
	display: block;
	min-height: 3.6em;
}

.lugera-posts-wrapper .lugera-post-item > .vc_row-fluid.mk-grid{
	display: flex;
	align-items: 'strech';
}

.lugera-posts-wrapper .lugera-post-item .lugera-post-image{
	position: relative;
	overflow: hidden;
}

.lugera-posts-wrapper .lugera-post-item .lugera-post-image .lug-bg-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.lugera-posts-wrapper .lugera-post-item .lugera-post-image a{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease;
	background-color: rgba(0,0,0,0);
}

.lugera-posts-wrapper .lugera-post-item .lugera-post-image .lugera-post-date{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .25em 0;
	text-align: center;
	width: 100%;
	color: #FFF;
	background-color: #E50D8A;
}

.lugera-posts-wrapper .lugera-post-item .lugera-post-content{
	background-color: #EEE;
	position: relative;
	border: 1px solid transparent;
}


.lugera-posts-wrapper .lugera-post-item .lugera-post-content > *{
	position: relative;
	z-index: 1;
}

.lugera-posts-wrapper .lugera-post-item .lugera-post-content.vc_col-md-6:after{
	content: '';
	position: absolute;
	top: .7em;
	left: -.7em;
	border: 1em solid #EEE;
	background-color: #EEE;
	transform: rotate(45deg);
	z-index: 0;
}

.lugera-posts-wrapper .lugera-post-item .lugera-post-content a.mk-button{
	margin-bottom: 1.5em;
}

.lugera-posts-wrapper .lugera-post-item .lugera-post-content h2{
	padding-top: .5em;
	line-height: 1.2;
	font-size: 1.4em;
	min-height: 2.4em;
}




/** effects **/

.lugera-posts-wrapper .lugera-post-item:hover .lugera-post-content{
	background-color: #FFF;
	border: 1px solid #CCCCCC;
}


.lugera-posts-wrapper .lugera-post-item:hover:after{
	width: calc(100% - .5em);
}

.lugera-posts-wrapper .lugera-post-item:hover .lugera-post-image a{
	background-color: rgba(229,13,138, 0.5);
}

.lugera-posts-wrapper .lugera-post-item:hover .lugera-post-image .lug-bg-img{
	transform: scale(1.5) rotate(15deg);
}

/** hide google badge **/
.grecaptcha-badge {
	display: none !important;
}

.lugera-post-item:hover{
	  box-shadow: 0 0 10px #999999;
}

/** slick slider fix **/
.slick-footer,
.slick-header,
.slick-slider{
	background: transparent;
}

/** hide nav items **/
body.sf4-logged li.jobex-sign-in{
	display: none!important;
}

body:not(.sf4-logged) li.jobex-my-account{
	display: none!important;
}


/*#menu-main-menu > li.jobex-sign-in,
#menu-main-menu > li.jobex-my-account,
#menu-main-menu > li.header-phone{
	position: absolute;
	right: 370px;
	top: -65px;
}

body.sf4-logged #menu-main-menu > li.jobex-my-account{
 	right:240px;
}


#menu-main-menu > li.jobex-sign-in.register{
	right: 210px;
}

#menu-main-menu > li.header-phone{
	top: -75px;
	right: 20px;
}
#menu-main-menu > li.header-phone span{
	font-weight:bold;
}


#menu-main-menu > li.jobex-sign-in > a,
#menu-main-menu > li.jobex-my-account > a{
	color: #888;
	font-weight: 300;
}

#menu-main-menu > li.jobex-sign-in > a:hover,
#menu-main-menu > li.jobex-my-account > a:hover{
	color: #000;
}



#menu-main-menu > li.header-phone > a{
	color: #E50D8A;
}

#menu-main-menu > li.header-phone > a:hover{
	color: #000;
}
*/


#menu-main-menu > li.header-phone > a > svg{
	margin-left: -30px;
	height: 60px;
	width: 60px;
}




@media only screen  and (max-width: 768px) {
	.column_container.latest-jobs-item{
		margin-left: 0;
	}
}

@media only screen  and (max-width: 900px) {

.lugera-posts-wrapper .lugera-post-item{
		display: block;
 		width: 100%;
	}

	.lugera-posts-wrapper .lugera-post-item .lugera-post-image{
		width: 30%;
	}

	.lugera-posts-wrapper .lugera-post-item .lugera-post-content{
		width: 70%;
	}
}

@media only screen  and (max-width: 468px) {

	.lugera-posts-wrapper .lugera-post-item > .vc_row-fluid.mk-grid{
		display: block;
	}

	.lugera-posts-wrapper .lugera-post-item .lugera-post-image{
		width: 100%;
		height: 12em;
	}

	.lugera-posts-wrapper .lugera-post-item .lugera-post-content{
		width: 100%;
	}

	.lugera-posts-wrapper .lugera-post-item:after{
		left: 0em;
	}

	.lugera-posts-wrapper .lugera-post-item:hover:after{
		width: 100%;
	}
}