.under_nav {
	display: none!important;
}
.fallout_test_page {
	width: auto!important;
	margin: 20px -20px 0!important;
	padding: 70px 100px;
	background: url(../img/test_bg.jpg) no-repeat 50% 0 #121212;
	color: #1fff67;
	font-family: Calibri, Arial;
	float: none!important;
}
.fallout_test_page h1 {
	font-size: 34px!important;
	font-weight: bold!important;
	text-align: center!important;
	font-style: italic!important;
	font-family: Arial;
}
.page_btn,
.testme_area .page_btn  {
	font-size: 32px;
	height: 54px;
	line-height: 54px;
	min-width: 374px;
	text-align: center;
	border: 2px solid #33cd57;
	background: rgba(51,205,75,0.2);
	margin-top: 50px;
}

.page_btn:hover,
.testme_area .page_btn:hover {
	background: rgba(51,205,75,0.4);
}
.page_btn.disabled,
.testme_area .page_btn.disabled {
	background: rgba(51,205,75,0.2);
}
footer.entry-meta {
	display: none;
}
.testme_area {
	margin-top: 50px;
}
.testme_question_text {
	text-align: center;
	margin-bottom: 30px;
}
.test_body .quest_steps {
	text-align: center;
	background: url(../img/quest_steps.png) no-repeat;
	width: 115px;
	height: 115px;
	line-height: 115px;
	margin: 0 auto;
	border: none;
	color: inherit;
}
.testme_result_block {
	text-align: center;
}
.testme_result_block img {
	display: block;
	margin: 0 auto 25px!important;
	float: none;
}
.testme_before_results {
	font-size: 20px;
	color: #0bff61;
	margin-bottom: 15px;
}
.testme_result_title {
	font-size: 40px!important;
	color: #0bff61;
}
.testme_result_text {
	margin-bottom: 32px;
}
html > body > div.site > div.wrapper .entry-content, html > body > div.site > div.wrapper .entry-content p {
	font-size: 20px;
	line-height: 1.3;
	font-family: Calibri, Arial;
}
.entry-content pre, .comment-content pre {
	border: none;
	color: #00aa34;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	padding: 0;
	line-height: 1.2;
	max-width: 710px;
	margin: 20px auto;
	white-space: normal;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 26px;
	font-weight: normal;
}
.entry-header .entry-title {
	display: none;
}
.checkbox {
	width: 24px;
	height: 24px;
	border: 3px solid #00ff55;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 23px;
}
.checkbox input {
	width: 24px;
	height: 24px;
	opacity: 0;
	margin: -3px 0 0 -3px;
	cursor: pointer;
	position: relative;
}

.testme_answer_block label {
	margin-left: 0px;
	padding-left: 50px;
	padding: 10px 23px 10px 72px;
}
.testme_answer_block label span {
	opacity: 0.5;
}
.testme_answer_block {
	
	margin: 0;
	cursor: pointer;
}
.testme_answer_block:hover {
	background: rgba(12,25,16,0.8);
}
.testme_answer_block.checked {
	background: #052712;
}

.testme_answer_block.checked .checkbox:after {
	position: absolute;
	width: 12px;
	height: 12px;
	background: #23ff6c;
	content: '';
	top: 3px;
    left: 3px;
}

.test_quests_wrap {
	position: relative;
}
.test_quests_wrap:after {
	position: absolute;
	background: url(../img/tp_1.png) no-repeat 50% 0;
	height: 24px;
	content: '';
	top: -50px;
	width: 100%;
}
.testme_result_block img {
	border-radius: 15px;
}
.testme_before_results {
	display: none;
}
.testme_result_block {
	padding-top: 326px;
	background: url(../img/how_are_you.png) no-repeat 50% 0;
}
.testme_result_title {
	margin: 15px 0!important;
	font-size: 30px!important;
	color: #00ff36!important;
	line-height: 1!important;
}
.result_like_block p {
	font-size: 26px!important;
	margin-bottom: 5px!important;
}
.result_like_block {
	margin-bottom: 75px;
}
.result_bottom_block p {
	font-size: 26px!important;
	margin-bottom: 10px!important;
}
.result_bottom_block .page_btn {
	margin-top: 0!important;
}




@media screen and (max-width: 600px){
	.fallout_test_page {
		padding: 20px 20px;
	}
	.page_btn {
		width: 90%;
		font-size: 20px;
		padding: 0;
		text-align: center;
		min-width: 90%;
	}
	html > body > div.site > div.wrapper .entry-content, 
	html > body > div.site > div.wrapper .entry-content p {
		font-size: 15px;
	}
	html > body > div.site > div.wrapper .entry-content, html > body > div.site > div.wrapper .entry-content p {
		text-align: left;
	}
	.testme_show_test_description {
		text-align: center;
	}
	.result_like_block p,
	.result_bottom_block p {
		text-align: center!important;
	}
	.testme_result_block {
		background-size: 100% auto;
	}
	.admin-bar #main {
		padding-top: 0;
	}
	.fallout_test_page {
		margin-top: 0!important;
	}
	#main {
		padding-top: 0;
	}
	.testme_area {
		margin-top: 100px;
	}
}