/*
Theme Name: fxgq
Author: AvniYayin
Author URI: https://avni.online/
Description: fxgq
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: fxgq
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Assistant';
	/* padding-top: 40px; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* { box-sizing:border-box; }

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1285px;
    min-height: 100%;
} 
/*********************** SITE ****************/


.qpage {display:none;}
.qpage.active { display:block; }
h1 {
    display: table;
    margin: auto;
    line-height: 1;
    padding: 0px 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    margin: auto;
    padding: 40px 30px 40px;
    text-align: right;
    display: block;
    width: 100%;
    text-align: right;
    text-align-last: right;
}
html, 
body {
    /* height: 100%; */
}
strong {
    font-weight: 700;
}
html {
  /* height: 100%; */
  /* overflow: auto; */
}
body {
  /* min-height: 100%; */
}
body {
    /* background: #CFD8DD; */
    /* background: url(/wp-content/themes/fxgq/images/bill.jpg) no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* width: 100%; */
    overflow: hidden;
}
 
h2 {
    font-size: 15px;
    /* padding-bottom: 10px; */
    /* font-style: italic; */
    position: absolute;
    left: -52px;
    top: 30px;
    /* box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.2),inset 0px -20px 10px 0px rgba(0,0,0,0.3); */
    color: white;
    color: white;
    line-height: 2;
    padding: 0px 50px;
    transform: rotate(-22deg);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c539e+0,2c539e+100;Blue+3D+%232 */
    background: rgb(44,83,158); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44,83,158,1) 0%, rgba(44,83,158,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: #a59159; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.2), inset 0px -20px 10px 0px rgba(0,0,0,0.3);
}

h2 span {
    font-weight: 700 !important;
    color: #ffffff;
}
div#quiz {
    background: #e0e0e0;
    max-width: 600px;
    margin: auto;
    border-radius: 30px;
    box-shadow: 0px 5px 60px 20px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 53;
}
div#container {
    position: relative;
    z-index: 33;
    height: 100vh;
    overflow: auto;
}

body:after {/* content: ''; *//* position: absolute; *//* left: 0; *//* top: 0; *//* width: 100%; *//* height: 100%; *//* background: #00000066; *//* z-index: -1; */}
.quiz-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0px 0px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.progress {
    height: 50px;
    line-height: 50px;
    background: white;
    border-radius: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #384152;
    background-size: 1rem 1rem;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

.timer {
    /* flex: 0 0 80px; */
    text-align: center;
}
.quiz-header {
    border-bottom: 1px ridge #BCC;
    padding: 0px;
    background: #384152;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    overflow: hidden;
}

.progress-bar {
    line-height: 50px;
    height: 50px;
    color: white !important;
    font-weight: 700;
    font-size: 20px;
    background-color: #a08c56;
    text-shadow: 0px 1px 0px black;
    /* border-bottom: 1px ridge #cecece; */
    /* border-top: 1px ridge #f6f6f6; */
}

button, .fullrow a {
    background: #2371af;
    outline: none;
    border: 0px;
    letter-spacing: 1px;
    margin: 30px auto;
    display: block;
    color: white;
    line-height: 50px;
    padding: 0px 60px;
    border-radius: 40px;
    background: rgb(44,83,158);
    background: -moz-linear-gradient(top, rgba(44,83,158,1) 0%, rgba(44,83,158,1) 100%);
    background: -webkit-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%);
    background: linear-gradient(to bottom, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 );
    box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.2), inset 0px -20px 10px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    font-weight: 600;
}

.quiz-body {
    padding: 0px 0px 30px;
    min-height: 400px;
    position: relative;
}

.qpage.qquestion {
    padding: 30px 30px 50px;
}

.question {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #384152;
}

.answers {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.answers .answer {
    /* border-radius: 15px; */
    border: 1px solid #ddd;
    margin: 15px 0px 0px;
    padding: 0px 15px;
    line-height: 35px;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.2);
    transition: 0.4s all ease;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.answers .answer:hover {
    color: #cbb645;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #e7d365;
    background: #f8f8f8;
}

.answers .answer.chosen {
     background: #f1f1f1 !important;
     color: #6d6d6d !important;
     box-shadow: 0px 0px 2px 2px #3bb95c !important;
}
.end-row {
    display: table;
    width: calc(100% - 30px);
    margin: 10px auto  10px;
    line-height: 1.4;
    border-bottom: 1px ridge #BBB;
    padding-bottom: 10px;
}

.end-question {
    font-weight: 700;
}
 

.end-row.correct .end-answer:before {content: "\f00c";font-family: fontAwesome;/* color: #549f61; */}

.end-row.correct .end-answer {
    color: #549f61;
    font-weight: 700;
}

.end-row.incorrect .end-answer:before {content: "\f00d";font-family: fontAwesome;/* color: #549f61; */}

.end-row.incorrect .end-answer {
    color: #d43f30;
    font-weight: 700;
}

.timer {
    position: absolute;
    left: 35px;
    top: 27px;
    width: 30px;
    height: 30px;
    line-height:28px;
    text-align: center;
    border:1px solid #e1e1e1;
    border-radius: 30px;
    font-weight: 700;
    background: white;
    font-size: 12px;
    box-shadow: 0 0 0 0 rgb(84, 159, 97);
    transform: scale(1);
    animation: pulse 1s infinite;
}

.timer.ended {    animation: pulse-ended 1s infinite; color: rgb(159, 84, 84);background: rgb(159, 84, 84);;color:white; }
h1 strong span {
    font-size: 0.8em;
    color: #ad9855;
}

button:active {
    position: relative;
    top: 2px;
}
 
#container > div#content:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.54);z-index: 0;}
 
.inner_bodyarea_multyelements>div {
    width: 100%!important;
}
 
div#content .inner_bodyarea_multyelements>div {
    min-width: 100% !important;
    border: 0px !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
}


@keyframes pulse {
	0% {
 		box-shadow: 0 0 0 0 rgb(84, 159, 97);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes pulse-ended {
	0% {
 		box-shadow: 0 0 0 0 rgb(159, 84, 84);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
 		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}
button {
    outline: none !important;
}

.yourgrade {
    font-size: 30px;
    font-weight: 700;
    padding: 30px 0px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    background: white;
}

.share-buttons {
    display: flex;
    text-align-last: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}

.share-buttons a {
    line-height: 50px;
    transition: 0.4s all ease;
    height: 50px;
    /* border-right: 1px solid #ddd; */
    text-align: center;
    font-size: 24px;
    flex: 0 0 25%;
}

a.share-btn.twitter {
    background: #03A9F4;
    color: white;
}

a.share-btn.facebook {
    color: white;
    background: #233e7e;
}

a.share-btn.linkedin {
    color: white;
    background: #0077B5;
}

a.share-btn.email {
    background: #333;
    color: white;
}

a.share-btn:hover {
    opacity: 0.8;
}
button.start {
    background: #a38f58;
}
span.grade {
    width: 150px;
    height: 150px;
    position: relative;
    display: table;
    font-size: 50px;
    margin: 20px auto auto;
    line-height: 150px;
    border-radius: 150px;
}

span.grade:after {content: '';position: absolute;width: 100%;height: 100%;border-radius: 100px;border: 20px solid #5f9857;left: 0;z-index: 0;}

span.grade.perfect {
    color: #5f9857;
}
span.grade.perfect:after {
    border-color: #5f9857;
}

span.grade.vgood {
    color: #5f9857;
}
span.grade.vgood:after {
    border-color: #5f9857;
}


span.grade.good {
    color: #5f9857;
}
span.grade.good:after {
    border-color: #5f9857;
}


span.grade.ok {
    color: #6bc35e;
}
span.grade.ok:after {
    border-color: #6bc35e;
}


span.grade.solid {
    color: #4cba21;
}
span.grade.solid:after {
    border-color: #4cba21;
}


span.grade.wellwell {
    color: #a5a83b;
}
span.grade.wellwell:after {
    border-color: #a5a83b;
}


span.grade.notreallygoodman {
    color: #b62d58;
}
span.grade.notreallygoodman:after {
    border-color: #b62d58;
}
.share-title {
    text-align: center;
    line-height: 2.5;
    font-weight: 700;
    background: #a28f58;
    /* border-top: 1px ridge  #EEE; */
    font-size: 13px;
    color: white;
}

#container > div#content {
    /* min-height: 200vh; */
    background: #CFD8DD;
    background: url(https://image.freepik.com/free-photo/businessmen-working-laptop-computer-modern-office_158043-23.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5vw 15px;
    /* max-width: calc(100% - 30px); */
    margin: auto;
    height: 100vh;
    overflow: auto;
}
a.share-btn.whatsapp {background: #469b56;color: white;}
span.grade.ok:before {content: '';position: absolute;left: 0;top: 0;width: 50%;height: 50%;background: white;z-index: 1;}
span.grade.vgood:before {content: '';position: absolute;right: 50%;top: 0;width: 8%;height: 20%;background: white;z-index: 1;}
span.grade.good:before {content: '';position: absolute;right: 50%;top: 0;width: 20%;height: 30%;background: white;z-index: 1;transform: skewX(0deg) skewY(0deg);}
span.grade.ok:before {content: '';position: absolute;left: 0;top: 0;width: 50%;height: 50%;background: white;z-index: 1;}
span.grade.solid:before {content: '';position: absolute;left: 0;top: 0;width: 50%;height: 50%;background: white;z-index: 1;}
span.grade.wellwell:before {content: '';position: absolute;left: 0;top: 0;width: 50%;height: 70%;background: white;z-index: 1;}
span.grade.notreallygoodman:before {content: '';position: absolute;left: 0;top: 0;width: 50%;height: 100%;background: white;z-index: 1;}

span.grade span {
    position: relative;
    z-index: 4;
}
 

form#formm {
    max-width: 320px;
    margin: auto;
    width: calc(100% - 30px);
}

form#formm input:not([type="checkbox"]) {
    border: 1px solid #ddd;
    margin: 0px 0px 15px;
    padding: 0px 15px;
    line-height: 35px;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.2);
    transition: 0.4s all ease;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    width: 100%;
}

h3 {
    font-size: 31px;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 1.1;
    padding: 20px 0px;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.6); */
}

h4 {
    margin-bottom: 30px;
    font-size: 23px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.3;
}

input#agree {
    display: none;
}

input#agree + label {
    transition: 0.4s all ease;
    width: 20px;
    height: 20px;
    margin: -5px 0px;
    margin-left: 4px;
    border: 1px solid #7c7c7c;
    background: white;
    border-radius: 3px;
    position: relative;
}

input#agree:checked + label:after {content: "\f00c";font-family: monospace;text-align: center;width: 100%;position: absolute;left: 0;top: 0;font-family: fontAwesome;font-size: 14px;color: white;line-height: 18px;}

input#agree:checked + label {
    background: #66c465;
    border-color: transparent;
} 
.gradeText {
    font-size: 20px;
    line-height: 2;
    margin: 20px auto 0px;
}
.fullrow a {
    outline: none;
    border: 0px;
    margin: 30px auto 60px;
    display: table;
    color: white;
    line-height: 40px;
    padding: 0px 40px;
    border-radius: 40px;
    box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.2), inset 0px -20px 10px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    text-decoration: none;
    background: #a38f58;
}
iframe.b-hero_image {
    margin: auto auto 70px;
    display: block;
    max-width: 100%;
}

.quiz-body.thanks {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

body.page-id-54 div#share-buttons-main {
    display: table;
    width: 100%;
}

@media (max-width:767px)
{
	
	h1 {
		padding: 60px 30px 10px;
		font-size: 19px;
	}

	.question {
		padding-left: 40px;
	}

	.answers .answer {
		line-height: 1.3;
		padding: 7px 10px;
	}

	.timer {
		top: 30px;
	}
}