/*

Theme Name: Fake News
Version: 0.0.1
Description: Custom made for client
Tags: Custom made for client
Theme URI: https://#

Author: WP and coding: Abrovink, Design: Guts & Glory
Author URI: www.abrovink.se

Text Domain: fakenews

*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body{
	height: 100%;
	background: #000;
	font-family: 'Overpass', sans-serif;
	font-display: swap;
	font-size: 22px;
	line-height: 1.25em;
	font-weight: 700;
	color: #fff;
	
	padding: 36px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

caption,
th,
td{
	font-size: .85em;
	line-height: 1.5em;
	font-weight: 300;
	text-align: left;
}

fieldset {
	min-width: inherit;
}


/*------------------------------------------------------------------------*/

/*------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	clear: both;
	margin: 0;
	padding: 0;
}
h1,
h2 {
	margin: .41em 0 .41em 0;
	font-size: 1.55em;
	font-size: 28px;
	line-height: 1.12em;
	font-weight: 700;
}
h3{
	margin: 0 0 14px 0;
	font-size: 22px;
	font-weight: 700;
}
h4 {
	font-size: 18px;
	line-height: 118%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .085em;
}
h5 {}
h6 {}

p {
	margin-bottom: 1.41em;
	
	margin-bottom: 1em;
	color: inherit;
}
strong, b{
	font-family: sans-serif;
	font-weight: 700;
}

blockquote {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	margin: 0 0 24px 0;
	padding: 0;
	font-size: inherit;
	line-height: 118%;
	font-style: normal;
	font-weight: 400;
	color: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	font-style: normal;
	margin: 0 0 1.5em;
}
pre {
	font-family: Courier, monospace;
	font-size: .8em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Courier, monospace;
	font-size: .8em;
}
abbr,
acronym {
	border-bottom: 1px dotted #64ab6f;
	cursor: help;
}
mark,
ins {
	background: #eee;
	text-decoration: none;
}
small {
	font-size: smaller;
	font-weight: 500;
}
big {
	font-size: bigger;
}
:focus {
	outline: none;
}
hr {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	background-color: #c7ced5;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li{
	margin-bottom: .67em;
}
ul li::marker{
	color: inherit;
}

li > ul,
li > ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
sup{
	font-size: 65%;
	line-height: 1;
	font-weight: 100;
	white-space: break-after;
}
sub{
	font-size: 65%;
	line-height: 1;
	font-weight: 100;
	white-space: break-after;
}

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}
th {
	padding: 0.4em;
	text-align: left;
}
tr {
	border-bottom: 1px solid #c7ced5;
}
td {
	padding: 0.4em;
}
th:first-child,
td:first-child {
	padding-left: 0;
}
th:last-child,
td:last-child {
	padding-right: 0;
}

a {
	color: inherit;
	text-decoration: underline;
	transition: all .25s;
}

img,
svg{
	display: block;
	max-width: 100%; /* Adhere to container width. */
	height: auto !important; /* Make sure images are scaled correctly. */
}
a img,
a svg {
	border: 0;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

video {
	display: inline-block;
	height: auto !important; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
canvas {
	max-width: 100%;
	margin-bottom: 0;
}

p > embed,
p > iframe,
p > object{
	max-width: 100%;
	margin-bottom: 0;
}




/* form styles */
form{
	font-family: 'Overpass', sans-serif;
	font-size: 16px;
}
fieldset{}
form legend{}
form label{
	font-size: inherit;
	color: #fff;
}
form > p{
	margin-bottom: 1.25em;
}

form input,
form select,
form textarea{
	display: inline-block;
	margin: 0;
	padding: .65em .75em;
	border: 0;
	border-radius: 6px;
	background: #fff;
	font-family: 'Overpass', sans-serif;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: .025em;
	transition: all .25s;
}
form input[type="text"],
form input[type="email"],
form input[type="date"],
form input[type="time"],
form textarea{
	width: 100%;
}
form textarea{
	height: 150px;
}
form input[type="checkbox"]{
	width: auto;
	transform: scale(110%);
}
form input:focus{
	border-color: #000;
}
form button,
form input[type="button"],
form input[type="submit"]{
	display: block;
	min-width: 200px;
	margin: 1em auto;
	padding: .885em 2.0em;
	font-family: 'Overpass', sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .15em;
	border: 0;
	border-radius: 50px;
	color: #000;
	background: #FDDF4E;
	cursor: pointer;
	transition: all .25s;
}



.large-button{
	display: block;
	margin: 0;
	padding: .875em;
	color: #000;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	background: #FDDF4E;
	cursor: pointer;
}


p.va_bottom{
	width: 100%;
	margin: 0;
	align-self: flex-end;
	flex-grow: 0;
}






body.page-template-landingpage{
	background: url(assets/img/fake-news-bg-home.jpg) repeat center center #000;
	background-size: cover;
}
body.page-template-landingpage .background-video{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100vh;
}


.wrap{
	position: relative;
	z-index: 20;
}




#logo{
	width: 100%;
	margin-bottom: 80px;
}
#logo svg{
	width: 106px;
}

.page-template-landingpage #logo svg{
	width: 214px;
	margin: 150px auto;
}


#main{}




#main .ays-quiz-wrap{}
#main .ays-quiz-container{}
#main .ays-questions-container{}

#main .ays-quiz-wrap .step{
	padding: 0;
}
#main .ays-quiz-wrap .ays-abs-fs{
	width: 100%;
}
#main .ays-quiz-wrap .ays_quiz_question{
	min-height: 280px;
	margin: 0;
}
#main .ays-quiz-wrap .ays_quiz_results .ays_quiz_question,
#main .ays-quiz-wrap .ays_thank_you_fs{
	min-height: 0 !important;
}
#main .ays-quiz-wrap .ays_quiz_results .ays-abs-fs{
	padding-bottom: 50px;
}
#main .ays-quiz-wrap .ays_quiz_question h3,
#main .ays-quiz-wrap .ays_quiz_question p{
	margin: 0;
	padding: 0;
	text-align: left;
}
.ays_message{
	font-size: 22px;
}
#main .ays-quiz-wrap .ays-quiz-answers{
	width: 100%;
	margin: 0 0 24px 0;
	padding: 0;
}
#main .ays-quiz-wrap .ays-quiz-container p,
#main .ays-quiz-wrap .ays_quiz_question h3,
#main .ays-quiz-wrap .ays_quiz_question p{
	margin: 0 0 36px 0 !important;
	padding: 0 !important;
	text-align: left;
}
.ays_feedback_button_div, .ays_buttons_div{
	margin: 0;
}
#main .ays-quiz-wrap .ays_finish.action-button,
#main .ays-quiz-wrap input#ays-submit, 
#main .ays-quiz-wrap .action-button{
	width: 100%;
	margin: 0;
	padding: .875em;
	font-size: 22px;
	color: #000;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #FDDF4E;
	cursor: pointer;
	-webkit-appearance: none;
}
#main .ays-quiz-wrap input[type="button"]:disabled,
#main .ays-quiz-wrap input[type="submit"]:disabled{
	background: #665a20 !important;
}
body #main .ays-quiz-wrap .ays-field.checked_answer_div.wrong_div input:checked ~ label{
	background: transparent !important;
}
#main .ays-quiz-wrap .ays-field.ays_grid_view_item{
	background: transparent !important;
}
#main .ays-quiz-wrap .ays-field.ays_grid_view_item label{
	text-align: center;
}
#main .ays-quiz-wrap .ays-quiz-answers{}

#main .ays-quiz-wrap .ays-field input + label.answered.correct,
#main .ays-quiz-wrap .ays-field input + label.answered.wrong{
	background: transparent !important;
}
#main .ays-quiz-wrap input[type="radio"] + label::before{
	opacity: 0;
	background: transparent;
	transition: none;
}
#main .ays-quiz-wrap input[type="radio"] + label::after{
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -2px;
	margin-left: 5px;
	position: unset;
}

#main .ays-quiz-wrap .ays-field input + label.answered.correct::after{
	content: url('assets/img/bock.svg');
}
#main .ays-quiz-wrap .ays-field input + label.answered.wrong::after{
	content: url('assets/img/kryss.svg');
}
#main .ays-quiz-wrap input[type="radio"] + label::after{
	opacity: 0;
	transition: none;
}
#main .ays-quiz-wrap input[type="radio"]:checked + label::after{
	opacity: 1;
}


#main .ays-quiz-wrap .ays_questtion_explanation p{
	font-size: 18px;
	font-weight: 300;
}







#footer{
	background: transparent;
}

