/************
General Styling non-specific to this page
*************/

footer {
	display: none;
}
#body-wrap {
	max-width: 100%;
}
.post {
	background: transparent;
}
.post .box {
	padding: 0 0 0 260px;
}
html {
	background: transparent;
}
body {
	background: transparent;
}
#wrapper {
	padding: 0;
	min-height: 100%;
}
.page-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-180deg,#6197dd,#377cd4);
	background-size: cover;
}

/************
Inside Post Content - Content
*************/

h1.entry-title {
	color: #FFF;
    display: inline-block;
    width: 100%;
    font: 600 36px 'proxima-nova', sans-serif;
    margin: 0 auto;
}

header.flex-header {
	display: flex;
    align-items: center;
    justify-content: center;
}

.title-container {
	margin-left: 20px;
}

.title-icon {
	min-width: 60px;
	min-height: 60px;
	border-radius: 50%;
	background: #FFF;
	display: flex;
    align-items: center;
    justify-content: center;
}

.title-icon svg {
	fill: #5096E4;
  height: 35px;
  width: 35px;
}


.content-container {
	display: block;
	width: 100%;
	max-width: 1440px;
	padding: 0 8%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.navbar-content {
	width: 100%;
	top: 200px;
	display: block;
}

.navbar-content-container {
	display: block;
	width: 100%;
	max-width: 1140px;
	background: rgba(0,0,0,.4);
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0em 1em;
	position: relative;
}

.navbar-content ul {
	padding: 0;
	margin: 0!important;
}

.navbar-content ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navbar-content ul li a {
	display: block;
	color: #FFF;
	font: 400 16px 'proxima-nova', sans-serif;
	padding: 1em 2em;
	cursor: pointer;
	position: relative;
}

.navbar-content ul li a:hover {
	color: #FFF!important;
	background: rgba(0,0,0,.2);
}

.active-tab {
	font-weight: 600!important;
}
.active-tab:hover {
	box-shadow: none;
	background: transparent!important;
}
.active-tab:after {
	content:'';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #FFF;
	height: 3px;
}


/************
UI Cards
*************/

.content-container .test-card {
	width: 100%;
	position: relative;
	display: block;
	padding: 3em;
	padding-left: 6em;
	margin-bottom: 1em;
	box-sizing: border-box;
	cursor: pointer;
	background: #FFF;
	box-shadow: 0 15px 35px rgba(49,49,93,.1), 0 5px 15px rgba(0,0,0,.07);
	border-radius: 5px;
}
.content-container .test-card:hover {
	text-decoration: none;
}
.content-container .test-card span.number {
	font: 700 32px 'proxima-nova', sans-serif;
	color: #C9C9C9;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
#generators .test-card span.number img {
	width: 50px;
    margin-bottom: -9px;
    margin-left: -6px;
}
.content-container .test-card span.test-name {
	font: 600 22px 'proxima-nova', sans-serif;
	color: #454545;
	display: block;
}
.content-container .test-card span.meta {
	font: 400 14px 'proxima-nova', sans-serif;
	color: #494949;
	display: block;
	margin-bottom: 1em;
}
.content-container .test-card .test-information {
	position: relative;
}
.content-container .test-card .test-information span.highlight {
	font: 600 12px 'proxima-nova', sans-serif;
	padding: .5em 1em;
	color: #FCFCFC;
	background: #e06477;
	position: relative;
	display: inline-block;
	border-radius: 10px;
}
.content-container .test-card .exam-button {
	font: 600 16px 'proxima-nova', sans-serif;
    color: #FCFCFC;
    background: #5096E4;
    position: absolute;
    display: block;
    padding: 1em;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
.content-container span.pre-content {
	font: 400 18px 'proxima-nova',sans-serif;
	display: block;
	margin-bottom: 1em;
}
span.card-heading {
	font: 600 24px 'proxima-nova', sans-serif;
	display: block;
	color: #FFF;
	opacity: .7;
	margin: 2em 0em;
	padding-left: .5em;
}
.content-container .test-card:hover {
	-webkit-transform: scale(1.02);
	-webkit-transition: -webkit-transform .1s ease;
	-ms-transition: -ms-transform .1s ease;
	transform: scale(1.02);
	transition: transform .1s ease;

}
.content-container .strategy-card {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 1em;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 5px;
}
.content-container .resource-card {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 1em;
	box-sizing: border-box;
	padding: 2em;
	cursor: pointer;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 15px 35px rgba(49,49,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
.content-container .blank-card {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 1em;
	box-sizing: border-box;
	padding: 2em;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 15px 35px rgba(49,49,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
.content-container .blank-card h5, .content-container .resource-card h5 {
	position: relative;
	font: 400 24px 'proxima-nova', sans-serif;
	margin-bottom: 1em;
	color: #585858;
	margin-top: 2em;
}
.content-container .blank-card h5:first-child, .content-container .resource-card h5:first-child {
	margin-top: 0em;
}
.content-container .blank-card p, .content-container .resource-card p {
	font: 400 16px 'proxima-nova', sans-serif;
	color: #656565;
}
.content-container .blank-card .feature {
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 760px;
}
.content-container .blank-card .feature h1 {
	color: #444;
    display: inline-block;
    width: 100%;
    font: 600 28px 'proxima-nova', sans-serif;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
}
.content-container .blank-card .feature p {
	color: #444;
    font: 400 16px 'proxima-nova', sans-serif;
}
.card-notice {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: #5096E4;
	border-radius: 5px;
	margin-bottom: 2em;
	padding: 2em;
	overflow: hidden;
}
.card-notice p {
	font: 400 16px 'proxima-nova', sans-serif!important;
	color: #FCFCFC!important;
	margin-bottom: 0!important;
}
.card-notice a {
	color: #FCFCFC!important;
	text-decoration: underline;
}
.card-notice a:hover {
	color: #FCFCFC!important;
}

/************
Strategy Posts
*************/

ul.strategy {
	padding: 0;
	margin: 0!important;
}
ul.strategy hr {
	margin: 0;
	display: none;
}
ul.strategy li {
	list-style-type: none!important;
	margin-bottom: 1em;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 15px 35px rgba(49,49,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
ul.strategy li:hover {
	-webkit-transform: scale(1.02);
	-webkit-transition: -webkit-transform .05s linear;
	-ms-transition: -ms-transform .05s linear;
	transform: scale(1.02);
	transition: transform .05s linear;
}
ul.strategy li a {
	display: block;
	padding: 2em;
}
ul.strategy li a span.title {
	font: 500 20px 'proxima-nova', sans-serif;
	margin-bottom: 1em;
	display: block;
	color: #333;
}
ul.strategy li span p {
	font: 400 16px 'proxima-nova', sans-serif;
	color: #454545;
	margin-bottom: 0!important;
}

ul.strategy li a img {
	display: inline-block;
	float: left;
	width: 120px;
	margin-right: 1em;
	border-radius: 50%;
}

ul.strategy li a:after {
	content: '';
	display: block;
	clear: both;
}
/************
Locking
*************/

.locked {
	background: #EEE!important;
}
.locked .exam-button {
	background: #8F8F8F!important;
}
.hidden {
	display: none!important;
}

/************
Universal Buttons
*************/

.download-button {
	display: block;
	position: relative;
	background: #5096E4;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	padding: 1.5em;
	box-shadow: 0 4px 6px rgba(50,50,93,.05), 0 1px 3px rgba(0,0,0,.04);
	border-radius: 5px;
	margin: 2em;
	overflow: hidden;
	cursor: pointer;
	transition: background 150ms;
	-webkit-transition: background 150ms;
}
.download-button:hover {
	background: #5189D6;
	transition: background 150ms;
	-webkit-transition: background 150ms;
}
.download-button span.link {
	font: 600 16px 'Open Sans', sans-serif;
	display: inline-block;
	padding-left: 3em;
	color: #FFF;
}
.download-button span.image {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	display: inline-block;
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.download-button span.image {
	content: url(https://s3.amazonaws.com/pageassets-datbootcamp/om/icons/document-icon-grayscale.svg);
}
.download-button .fa-arrow-down {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    right: 1em;
}


/************
Single Posts
*************/

.post .post-content {
	float: none;
}

span.category-meta {
	display: inline-block;
	font: 600 28px 'proxima-nova', sans-serif;
	margin-bottom: 1em;
	color: #FFF;
	opacity: .7;
}

span.category-meta a {
	color: #FFF;
}
span.category-meta a:hover {
	color: #FFF!important;
	opacity: .8;
}

.entry-text {
	padding: 40px;
	background: #FFF;
	border-radius: 5px;
	margin-top: 0;
}

.entry-text p {
	font: 400 16px 'proxima-nova', sans-serif;
	color: #3a3a3a;
}

.flex-container, .flex-container .align-left ul.breadcrumbs li a, .flex-container .align-right .fas {
	color: #FFF;
}
.flex-container:hover, .flex-container .align-left ul.breadcrumbs li a:hover, .flex-container .align-right .fas:hover {
	color: #FCFCFC!important;
}

.entry-title a {
	color: #444;
	font-size: 32px;
	display: block;
	margin-bottom: 1em;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	float: left;
    border-radius: 50%;
    margin: 0px 25px 25px 0px;
}

.archive-card .entry-text a.more-link {
    display: grid;
}

img.fsprofile {
	width: 100%;
    max-width: 150px !important;
    float: left;
    margin: 0px 20px 10px 0px;
    border-radius: 50%;
}

ul.scorebreakdown {
    max-width: 1000px;
    padding: 0;
    padding-left: 30px;
    overflow-x: hidden;
    list-style: none;
}

ul.scorebreakdown li {
    list-style-type: none!important;
    line-height: 2!important;
}

ul.scorebreakdown li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
    ". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
}

ul.scorebreakdown span:first-child {
    padding-right: 0.33em;
    background: white;
}

ul.scorebreakdown span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
}


/************
Upgrade Notification Below Posts
*************/

.after-post {
	padding-top: 0;
}

.postnotification {
	display: none;
}

.post-notification {
	display: block;
	width: 100%;
}

.post-notification .container {
	display: block;
	padding: 40px;
	background: linear-gradient(to bottom right, #FDFDFD, #FCFCFC);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.post-notification .container .background {
	width: 300px;
    height: 300px;
    position: absolute;
    right: -80px;
    bottom: -50px;
    background: url(https://s3.amazonaws.com/datbootcamp/teststuff/star-grayscale.svg);
    opacity: .07;
}

.post-notification .container .left {
	float: left;
	display: inline;
	width: 30%;
	margin-right: 5%;
}

.post-notification .container .left img {
	display: block;
    width: 100%;
    max-width: 200px!important;
    margin: 0 auto;
}

.post-notification .container .right {
	float: left;
	display: inline;
	width: 65%;
}

.post-notification .container .right h3 {
	font: 600 22px 'proxima-nova', sans-serif;
	color: #555;
}

.post-notification .container .right p {
	color: #595959!important;
	margin: 20px auto;
}

.post-notification .container .upgrade-button {
	font: 600 16px 'proxima-nova', sans-serif;
    color: #FFF;
    display: block;
    padding: 1em;
    cursor: pointer;
    position: relative;
    margin-top: 2em;
    border-radius: 5px;
    max-width: 250px;
    background: #68c722;
    text-align: center;
    transition: background 150ms;
    -webkit-transition: background 150ms;
}

.post-notification .container .upgrade-button:hover {
	color: #FFF!important;
    background: #74db27;
    transition: background 150ms;
    -webkit-transition: background 150ms;
}
aside#post-author {
	background: #FFF;
	padding: 40px;
	position: relative;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}

.profile-content {
	color: #555;
}

.profile-link {
	margin-top: 1em;
}

#post-author .profile-image {
	float: right;
    padding: 4px;
    background: #fff;
    margin: 0 0 10px 25px;
    border: 0;
}
