/* Styles for StrategyMan Quiz Page */

.entry-content, .entry-summary {
    background: none;
    padding-bottom: 4em;
}
.sman-section {
    background: linear-gradient(#9ddcf8, #fff);
}
table.person-info {
	margin: 0 auto 1.6em;
	max-width: 600px;
    width: 100%;
}
table.person-info td {
	width: 100%;
    display: block;
	padding-bottom:.1em;
}
.quiz_container {
    font-family: "Jack Armstrong W00 Regular";
    font-size: .875em;
	margin-top: 2.5em;
}
label.input-wrap {
    font-family: 'komika_title_-_paintregular';
}
.person-info strong {
    font-family: 'komika_title_-_paintregular';
    letter-spacing: 1px;
	font-weight: normal;
}
.quiz_container strong {
	float: left;
    display: block;
    padding: 0 1em 1em 0;
	font-family: 'komika_title_-_paintregular';
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 1.1em;
    margin-top: -5px;
}
.quiz_container input[type="radio"]:last-of-type {
    margin-left: .75em;
}
.ans2 {
    font-family: 'komika_title_-_paintregular';
    letter-spacing: 1px;
    font-weight: normal;
}
.sman-hero {
    background: url(../img/hero-bg.jpg) center center / cover no-repeat;
    padding: 100px 20px;
    text-align: center;
}
.sman-quiz-results-hero {
    background: url(../img/purchase-light-bg@2x.png) no-repeat top center;
    padding: 1em 20px;
    text-align: center;
}
.sman-quiz-results-hero img {max-width: 478px;width: 100%;}
.sman-quiz-results-hero .entry-header {padding-bottom:2em;}
.sman-quiz-results-hero .entry-content .sman-callout {
    margin: 0 auto 4rem;
    max-width:920px;
}
h2#results-leadin strong {
    color: #000;
	font-family: 'komika_title_-_paintregular';
    font-weight: 400;
}
.sman-quiz-results-hero .entry-content {
	margin: auto;
    max-width: 1100px;
}
.sman-quiz-results-hero .entry-content h2 {
    font-family: "Jack Armstrong W00 Regular";
    font-size: 1.5em;
    margin-bottom: 1rem;
}
.sman-quiz-results-hero .entry-title {
    font-size: 30px;
    line-height: 1.1538;
    margin-bottom: 0.9231em;
    color: #000;
    font-family: 'komika_title_-_paintregular';
    font-weight: normal;
}
.sman-section {
    border-bottom: 10px solid #000;
	padding: 40px 20px;
    position: relative;
}
.sman-hero img {
    max-width: 478px;
    width: 100%;
}
.sman-section-2 {
    background-color: #f79c31;
	background: url(../img/orange-halftone-bg@2x.png) center center / cover no-repeat;
	border-bottom: 10px solid #000;
	padding-top:2em;
}
#score_area h2 {
    font-size: 2.25em;
}
div#score_area h2 strong:before {
    background: url(/wp-content/uploads/2018/07/pow.png) center center / 102px 75px no-repeat;
    content: '';
    height: 75px;
    left: -54px;
    position: absolute;
    top: -20px;
    width: 100px;
    z-index: 1;
}
div#score_area h2 strong {
	position: relative;
    z-index: 2;
}
div#score_area h2 strong span {
    position: relative;
    z-index: 2;
}
div#legend-scores {
    text-align: left;
	max-width: 800px;
    margin: auto;
}
div#legend-scores .row .medium-2.columns {
    text-align: right;
}
div#legend-scores p strong {
    font-family: 'komika_title_-_paintregular';
    display: block;
    font-weight: 400;
    font-size: 1.25em;
}

/* Mobile */

@media only screen and (max-width: 640px) {
    .menu-main-menu-container, .client-button, .search-form {
        display: none;
    }
    .sman-section {
        padding: 40px 20px;
    }
    .sman-hero {
        padding-bottom: 80px;
    }
    .sman-collapser .sman-callout {
        max-width: 90%;
    }
    .sman-callout, .sman-section p, .sman-section li {
        font-size: 16px;
    }
    .sman-section-3 .content-col {
        padding: 0 15px;
    }
    .sman-section-3 p.sman-callout {
        margin: 0 auto 30px;
        width: 90%;
    }
    .sman-section-3 .offset-right {
        margin: 0;
    }
    .sman-section-4 .columns {
        padding: 0;
    }
    .buy-buttons .columns, .sman-section-6 .columns {
        padding-bottom: 1.71em;
    }
    .buy-buttons .columns:last-of-type, .sman-section-5 {
        padding-bottom: 0;
    }
    .site-footer, .page-template-strategyman-quiz .site-footer {
        height: auto;
    }
    .copyright {
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .sman-section-2 .offset-left {
        margin: 0 0 1.71rem;
    }
    .sman-section-2 .content-col {
        padding-top: 0;
    }
    .sman-section-2 .sman-callout {
        margin: 0 0 1.71rem;
        position: static;
    }
    .entry-content {
        padding: 0;
    }
}
