/*
Theme Name: Home Finance Check
Theme URI:
Author:
Author URI:
Description: This template is a responsive WordPress theme. It is optimized for mobile touch and swipe.
Version: 1.0.0
Tags:
License: 
License URI:
Text Domain: home-finance-check
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
.contact-wrap {
    min-height: calc(100vh - 174px);
    max-width: 45%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact-content {
    text-align: center;
    width: 100%;
}
.contact-wrap h1 {
    color: #1c096e;
    margin-bottom: 45px;
}
.cf-wrap {
    max-width: 80%;
    margin: 0 auto;
}
.hw-inputs {
    display: flex;
    justify-content: space-between;
}
.hw-inputs span.wpcf7-form-control-wrap {
    width: 48%;
}
.hw-inputs span.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    max-width: 100%;
    margin-bottom: 20px;
}
.contact-wrap input {
    box-sizing: border-box;
}
.contact-wrap .w-h-email input {
    width: 100%;
    margin-bottom: 30px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    padding: 9px;
    border: 2px solid #ffa500;
    font-size: 18px;
    font-weight: 500;
    color: #1c096e;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
}
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder {
    color: #B8B8B9;
}
.wpcf7-form-control-wrap textarea {
    max-height: 120px;
    width: calc(100% - 22px);
}
.contact-wrap input[type=submit] {
    font-size: 26px;
    line-height: 1.17;
    border: 0;
    outline: 0;
    background-color: #ffa500;
    color: #1c096e;
    border-radius: 38px;
    padding: 12px 30px;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.contact-wrap input[type=submit]:hover {
    background-color: #1c096e;
    color: #ffa500;
}
.contact-wrap .wpcf7-not-valid-tip {
    margin-bottom: 22px;
}
.overlay {
    background: rgba(0, 0, 0, 0.68);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    z-index: 55;
}
.overlay.is-on {
    opacity: 1;
    visibility: visible;
}
.overlay.is-on .content {
    opacity: 1;
    visibility: visible;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.overlay .content {
    background: #1c096e;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 45%;
    min-height: 200px;
    padding: 80px 120px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.popup-content td, .popup-content th {
    width: calc(100%/3);
    vertical-align: top;
    padding: 4px 8px;
    border: 1px solid #888;
}
@media screen and (max-width: 769px) {
    .overlay .content {
        width: 90%;
        padding: 40px 20px;
    }
}
.overlay .content * {
    color: #fff;
}
.overlay .content h3 {
    font-size: 26px;
    margin-bottom: 5px;
}
.overlay .content p {
    font-size: 18px;
}
#close {
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 26px;
    opacity: 0.44;
    color: #FFF;
    cursor: pointer;
}
@media screen and (max-width: 769px) {
    #close {
        right: 20px;
        top: 20px;
    }
}
.menu-footer-menu-container {
    width: 50%;
}
.hfc-terms, .hfc-policy {
    width: 25%;
    padding: 4px 0;
}
@media screen and (max-width: 575px) {
    .hfc-terms, .hfc-policy {
        padding: 8px 0;
    }
}
@media screen and (max-width: 420px) {
    .menu-footer-menu-container {
        width: 100%;
    }
    .h-footer__menu {
        flex-wrap: wrap;
    }
    .hfc-terms, .hfc-policy {
        width: 50%;
    }
}
.h-footer__menu {
    display: flex;
    justify-content: space-between;
}
.h-footer .h-footer__menu .menu-item {
    width: 50%;
}
.center-content {
    text-align: center;
}
.center-content form {
    text-align: left;
    max-width: 75%;
    margin: 0 auto;
    margin-top: 25px;
}
.center-content form input {
    width: calc(100% - 22px);
    margin-bottom: 25px;
}
.short-inputs {
    display: flex;
    justify-content: space-between;
}
.center-content form .short-inputs fieldset {
    width: 48%;
}
.w-h-label {
    display: none;
}
.center-content form .short-inputs p {
    display: none;
}
fieldset br {
    display: none;
}
.invalid input.wpcf7-not-valid {
    margin-bottom: 0px;
}
.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}
.center-content form input[type="submit"] {
    font-size: 24px;
    line-height: 1.17;
    border: 0;
    outline: 0;
    background-color: orange;
    color: #1c096e;
    border-radius: 38px;
    padding: 12px 30px 12px;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
    width: auto;
    margin-top: 1px;
    margin-bottom: 0;
}
.w-h-checkbox {
    margin-top: 5px;
}
.center-content form input[type="submit"]:hover {
    background-color: #1c096e;
    color: orange;
}
.wpcf7-list-item {
    width: 100%;
    display: flex !important;
    align-items: center;
    margin-left: 0 !important;
}
.wpcf7-list-item input {
    width: auto !important;
}
.hidden {
    display: none;
}

.results-wrap .h-results-recommendation {
    width: 100%;
    max-width: none;
    display: block;
    margin-bottom: 90px;
}

.credit-solid-cash {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 5px);
    height: calc(50% - 5px);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,f57e20+0,59d782+99,59d782+99,59d782+100,207cca+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(45deg,  #1e5799 0%, #f57e20 0%, #59d782 99%, #59d782 99%, #59d782 100%, #207cca 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #1e5799 0%,#f57e20 0%,#59d782 99%,#59d782 99%,#59d782 100%,#207cca 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #1e5799 0%,#f57e20 0%,#59d782 99%,#59d782 99%,#59d782 100%,#207cca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.solid-financially {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 5px);
    height: calc(50% - 5px);
    background: #1bc854;
}
.cash-fit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% - 5px);
    height: calc(50% - 5px);
background: #f5d420; /* Old browsers */
background: -moz-linear-gradient(45deg,  #f5d420 0%, #59d782 100%, #207cca 100%, #f5d420 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #f5d420 0%,#59d782 100%,#207cca 100%,#f5d420 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #f5d420 0%,#59d782 100%,#207cca 100%,#f5d420 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d420', endColorstr='#f5d420',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    display: flex;
    align-items: flex-end;
}
.hign-risk {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% - 5px);
    height: calc(50% - 5px);
    background: rgb(237,32,40);
background: linear-gradient(8deg, rgba(237,32,40,1) 0%, rgba(244,140,57,1) 100%);
    display: flex;
    align-items: flex-end;
}

.h-coordinate-plane__x::before, .h-coordinate-plane__y::before{
    display: none;
}
.h-coordinate-plane .h-coordinate-plane__x, .h-coordinate-plane .h-coordinate-plane__y {
    background: transparent;
}
.h-coordinate-plane__point {
    z-index: 5;
}
.h-results-recommendation__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.h-results-recommendation__list li {
    width: 48%;
    display: flex;
    margin-bottom: 25px;
}
.h-results-recommendation__list li span {
    height: 30px;
    min-width: 30px;
    border: 2px solid #1c096e;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 10px;
}
.h-results-recommendation__list .h-results-recommendation__item {
    display: block;
}
.h-results-recommendation__list .h-results-recommendation__item p {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #1c096e;
    font-weight: 400;
}

.h-coordinate-plane .h-coordinate-plane__point {
    border: none;
}
.h-coordinate-plane .h-coordinate-plane__point img {
    top: -6px;
    right: -9px;
    max-width: 40px;
    max-height: 40px;
}
.h-coordinate-plane .h-coordinate-plane__point--result::before {
    top: 37px;
    left: 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}

.h-coordinate-plane .h-coordinate-plane__point--average::before {
    top: 3px;
    left: 52px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}
.h-coordinate-plane {
    height: 380px !important;
}

.h-coordinate-plane p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1c096e;
    text-align: center;
    background: #D4D2D3;
    padding: 5px 0;
    width: 100%;
}

.h-results-recommendation__title {
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.save-as-pdf-pdfcrowd-button {
    margin: 0 !important;
    margin-left: 12px !important;
}

.chart-wrap {
    width: 450px;
    position: relative;
}

.outer {
    position: relative;
    width: 100%;
    min-height: 230px;
}
canvas {
    position: absolute;
}
.prc {
    text-align: center;
    margin-bottom: 25px;
}
.percent {
    font-size: 120px;
    bottom: -25px;
    color: #1c096e;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.overal, .score-d {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #1c096e;
    font-family: 'Poppins', sans-serif;
}
.score-d {
    margin-top: 5px;
}
.low-score {
    color: rgba(237, 32, 40, 1);
}
.challenged-score {
    color: rgba(245, 126, 42, 1);
}
.fit-score {
    color: rgba(177, 209, 53, 1);
}
.solid-score{
    color: rgba(0, 152, 78, 1);
}
.val-description {
    font-size: 18px;
    line-height: 24px;
    color: #1c096e;
    text-align: center;
    display: inline-block;
    position: absolute;
}
.crit-val {
    bottom: 158px;
    left: -80px;
}
.cash-val {
    top: -50px;
    left: 35px;
}
.cred-val {
    top: -50px;
    left: 285px;
}
.solid-val {
    bottom: 158px;
    right: -80px;
}
.h-coordinate-plane #result-point img {
    top: 0px;
    right: 0;
}
.h-coordinate-plane .h-coordinate-plane__point--result::before {
    top: 44px;
    left: 7px;
}
.h-header__logo img {
    max-height: 40px !important;
}
.menu .menu-item:last-child {
    padding-right: 0 !important;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
}
.blog-page-wrap {
    background: #292861;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 284px);
}
.post-item {
    width: 30%;
    margin-bottom: 40px;
}
.post-img {
    min-height: 175px;
    border: 6px solid #fff;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    display: flex;
    align-items: end;
}

.posts-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social-btn {
    width: 30px;
    margin-left: 18px;
}
.sbtn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #292861;
}
.bp-content {
    position: relative;
    background-color: #fff;
    padding: 15px 20px 25px;
    margin-top: 8px;
    border-top: 1px solid #b6b5c4;
}
.bp-content:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 30px;
    width: 17px;
    height: 9px;
    background: url('assets/img/arrow-blog.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.bp-title {
    text-decoration: none;
    color: #3a3e3f;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.sbtn span {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
}
.sbtn span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.s-facebook span:after {
    background: url('assets/img/fb.png');
}
.s-twitter span:after {
    background: url('assets/img/tw.png');
}
.post-item .share-title, .post-item a.s-linkedin {
    display: none;
}
.p-date {
    color: #d0d0d0;
    font-size: 14px;
    margin-bottom: 10px;
}
.post-description {
    color: #817f7f;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}
.single-post .h-header {
    border-bottom: 1px solid #e0e0e0;
}
.single-post .content-area {
    background-color: #ebebeb;
    padding: 65px 0;
}
.sp-featured-section {
    min-height: 520px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.fs-title {
    padding: 20px 15px;
    background-color: #292861;
    width: 100%;
}
.fs-title h1 {
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}
.fs-title span {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.single-post-content {
    padding: 0 15px;
}
.single-post-content p, .single-post-content ul, .single-post-content ol {
    margin-bottom: 25px;
    color: #6c6c6c;
}
.single-post-content h2, .single-post-content h3, .single-post-content h4,
.single-post-content h5, .single-post-content h6 {
    color: #2a2861;
    margin-bottom: 10px;
}
.aligncenter {
    margin: 0 auto;
    display: block;
}
.single-post-content img {
    margin-bottom: 25px;
}
.single-post-content h2 {
    font-size: 36px;
    line-height: 46px;
}
.single-post-content h3 {
    font-size: 32px;
    line-height: 40px;
}
.single-post-content h4 {
    font-size: 26px;
    line-height: 32px;
}
.single-post-content h5 {
    font-size: 20px;
    line-height: 26px;
}
.single-post-content h6 {
    font-size: 16px;
    line-height: 20px;
}
.single-post-content a {
    text-decoration: none;
    color: #2a2861;
}
.single-post-content ul, .single-post-content ol {
    padding-left: 55px;
}
.single-post-content ul li, .single-post-content ol li {
    margin-bottom: 15px;
    position: relative;
} 
.single-post-content ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #2a2861;
    top: 4px;
    left: -25px;
    border-radius: 50%;
}
.single-post-content ul li:last-child, .single-post-content ol li:last-child {
    margin-bottom: 0;
} 
.single-post-content ol li {
    list-style: decimal;
}
.single-post-content ol li::marker {
    color: #2a2861;
}
.single-post-content .social-box .social-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.single-post-content .share-title {
    margin-right: 30px;
    text-transform: uppercase;
    color: #201f64;
}
.single-post-content .social-btn a {
    margin-right: 25px;
}
.single-post-content .social-btn a:last-child {
    margin-right: 0;
}
.single-post-content .s-facebook span:after {
    background: url('assets/img/fbl.png');
}
.single-post-content .s-twitter span:after {
    background: url('assets/img/twl.png');
}
.single-post-content .s-linkedin span:after {
    background: url('assets/img/inl.png');
}
.single-post-content .sbtn {
    background-color: transparent;
}
.single-post-content .social-box {
    padding: 35px 18px 30px;
}
.single-post-nav {
    padding: 0 15px;
    margin-top: 35px;
}
.single-post-nav h2 {
    display: none;
}
.nav-links a span.screen-reader-text {
    display: none;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-previous, .nav-next {
    width: 49%;
}
.nav-previous a, .nav-next a {
    width: 100%;
    text-decoration: none;
}
.nav-next a {
    text-align: right;
}
.nav-links a span.meta-nav {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #717171;
}
.nav-links .post-title {
    font-size: 20px;
    font-weight: 700;
    color: #201f64;
}
.related-posts-wrap {
    max-width: calc(100% - 50px);
    margin: 50px auto 0px;
    background: #292861;
    padding-top: 50px;
    padding-bottom: 50px;
}
.rp-title {
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 35px;
    font-weight: 500;
}
#related_posts {
    display: flex;
    justify-content: space-between;
}
#related_posts .post-item {
    width: 45%;
    margin-bottom: 0;
}
#related_posts .post-item .post-img {
    min-height: 210px;
}
.single-post-content img {
    max-width: 100%;
}
.cf-wrap .short-inputs {
    display: block;
}
.cf-wrap input {
    width: 100%;
    margin-bottom: 15px;
}
.cf-wrap .w-h-email input {
    margin-bottom: 15px;
}
.close {
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 26px;
    opacity: 0.44;
    color: #FFF;
    cursor: pointer;
}
.tou-overlay .popup-content, .pp-overlay .popup-content {
    max-height: 450px;
    overflow-y: scroll;
    margin-top: 15px;
}
.overlay .content .popup-content * {
    margin-bottom: 10px;
}
.overlay .content .popup-content ul,
.overlay .content .popup-content ol {
    padding: revert;
}
.overlay .content .popup-content ul li {
    list-style: circle;
}
.overlay .content .popup-content ol li {
    list-style: decimal;
}
.overlay .content .popup-content ul li::marker,
.overlay .content .popup-content ol li::marker {
    color: #fff;
    font-size: 1.2em;
}
@media (max-width: 1365px) {
    .container {
        max-width: 100%;
        padding: 0 40px;
    }
}
@media screen and (max-width: 991px) {
    .post-item { 
        width: 48%;
    }
}
@media screen and (max-width: 769px) {
    .val-description {
        display: none;
    }
    .chart-wrap {
        width: 100%;
    }
    .sp-featured-section {
        min-height: 420px;
    }
    #related_posts {
        flex-wrap: wrap;
    }
    #related_posts .post-item {
        width: 48%;
    }
} 

@media screen and (max-width: 650px) {
    .post-item { 
        width: 100%;
    }
    .container {
        padding: 0 15px;
    }
    #related_posts .post-item {
        width: 100%;
        margin-bottom: 30px;
    }
}
