/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0
*/

@import url("../wplms/style.css");
div.footertop #custom_html-3 div.vc_single_image-wrapper.vc_box_border_grey{
	position:absolute;
	right:-100%;
	bottom:-190%;
}

@media screen and (max-width:767px){
	div.footertop #custom_html-3 div.vc_single_image-wrapper.vc_box_border_grey{
		position:static;
		right:auto;
		left:auto;
	}
}
html,body {
font-family: sans-serif !important;
}

.item-meta, .bp_blank_stars {
	display: none !important;
}

footer {
	display: none;	
	
}

#header_alt_logo {
	display: none !important;
}

a.unit_button.start_quiz.continue, .start_quiz, .quiz_results_popup {
 font-size: 200% !important;
 color: #057239 !important;
 padding-bottom: 10px !important;
}
.quiz_results_popup::after {
content: " / Teszt kitöltése újra";
}

.quiz_results_popup {
 font-size: 200% !important;
 color: #057239 !important;
 padding-bottom: 10px !important;
}
@media screen and (min-width:500px){
	.quiz_result .heading::before {
		content: 'A teszt újbóli kitöltéséhez görgessen a lap aljára. \a' attr(title);
		white-space: pre;
		}
}
.pagination label{
		display:none;
}

.unitattachments {
		display: none !important;
}

#discussion {
		display: none !important;
}

.popup-with-zoom-anim, .ajax-popup-link {
		font-size: 110%;
		font-weight: bold;
}


#pretakes100 {
 display: none !important;	
	
}

ul.question_options.truefalse {transform: rotate(180deg);}

ul.question_options.truefalse>li {transform: rotate(-180deg);}

.pagination span:first-child {
	display: none;
}

span.current {
	display: initial !important;
}

.inside_login_form .icon-question {
	font-size: 200%;
}

.unit_prevnext {
position: relative !important;
height: 100px !important;	
}

@media (max-width: 480px) {
	#hideshow_course_pursue_panel {
		left: 85% !important;
	}
	.result .correct {
		float: left;
	}
	.directory #course_search {
		width: 90%;
		margin: 80px 20px 0	0 !important;
	}
	.directory.d4 .padder .pagetitle .dir-search label:after {
		top: 95px;
		right: 25px;
	}
	
}

.directory .switch_view, .directory .pag-count, .directory #course-order-select, .directory .item-list-tabs {
	display: none !important;
}

.course_content_panel .unit_wrap .unit_prevnext {
	left: 0 !important;
	width: auto !important;
}

.sidemenu a {
	background-color: white !important;
	color: #444 !important;
}


.course_description a, .course_description a:active, .course_description a:focus, .course_description a:hover {
	text-decoration: underline;
}

.hidelargetext {
	display: none !important;	
}
/*************CUSTOM REGISTRATION SHORTCODE**************/
.reginput {
	width: 300px;
	max-width: 90%;
}

.reglabel {
	width: 120px;
}

.reghint {
	color: #999;
	font-size: 85%;
	margin-bottom: 10px;
}

#reguserhint {
	margin-left: 125px;	
	max-width: 300px;
}
@media screen and (max-width:414px){
	
	#reguserhint {
		margin-left: 0;	
	}

}	