.entry-header {
    display: none;
}

.entry-content {
    width: 100% !important;
}

.calc_container {
    width: 100%;
    background-color: #fb813f;
    padding: 3px;
    border-radius: 4px;
}

.calc_inner {
    background-color: #fff;
    padding: 12px;
    border-radius: 2px;
}

.calc_header {
    display: flex;
    flex-direction: column;
}

.calc_content {
    flex: 4;
}

.calc_name {
    color: #fb813f;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 0;
}

.progress_container {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    height: 30px;
}

.progress_outer {
    margin: 0 auto;
    width: 100%;
    border-radius: 8px;
    background-color: #e6e5e2;
    box-shadow: 0 -1px 1px #c0bfbc inset;
    height: inherit;
}

.progress_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 4px;
    font-size: 15px;
    color: #fff;
    border-radius: 9px;
    /* box-shadow: 0 2px 2px #333; */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;
    transition-property: width, background-color;
    width: 30px;
    background-color: #4CAF50;
    height: inherit;
}

.progress_inner {
    font-weight: 600;
}

.button_container {
    display: flex;
    justify-content: space-between;
}

.button_outer {
    flex: 1;
    justify-content: center;
    display: flex;
    border: 1px solid #fb813f;
    border-radius: 3px;
    margin: 10px 25px 5px 25px;
}

.calc_button {
    width: 100%;
    justify-content: center;
    display: flex;
    background-color: #fb813f;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    transition-duration: 0.3s;
    border: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
    .button_outer:not(.button_disable) > .calc_button:hover {
        background-color: #fb813f;
    }
}

.button_disable > div{
    background-color: #a9a8a8;
    cursor: no-drop;
}

.button_disable {
    border-color: #bfbfbf;
}

.step_box {
    display: none;
}

.calc_icon {
    display: flex;
    flex: 1;
}

.step_icon {
    background-position: left;
    background-size: 100px;
    background-repeat: no-repeat;
    width: 100px;
}

.calc_results {
    padding: 20px 15px 10px 15px;
    margin: 15px 0;
}

.calc_amount {
    color: #102367;
    font-weight: 600;
    display: flex;
    border-bottom: 1px solid #999;
    padding-bottom: 25px;
}

.amount_row {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amount_block {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
    margin: 0 10px;
    border: 1px solid #6d563f;
    color: #fff;
    border-radius: 3px;
    background-color: #fb813f;
    box-shadow: 0 0 34px 3px rgba(255,255,255,0.36);
    flex: 1;
    transition-duration: 0.3s;
}

.amount_val {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.amount_text span {
    font-weight: bold;
}

.calc_compare {
    padding: 15px;
    font-size: 18px;
}

.compare_title {
    color: #fb813f;
    font-weight: 600;
    padding: 6px 0 12px 0;
}

.amount_icon {
    background-size: 120px;
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.res_icon_1 {
    background-image: url(/img/res-1.png);
}

.res_icon_2 {
    background-image: url(/img/res-2.png);
}

.res_icon_3 {
    background-image: url(/img/res-3.png);
}

.chart_block {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    color: #fff;
    font-weight: 600;
    margin: 14px 0;
}

.chart_block_outer .chart_block_1 {
    width: 70%;
}

.chart_block_outer .chart_block_2 {
    width: 75%;
}

.chart_block_outer .chart_block_3 {
    width: 80%;
}

.chart_block_1 {
    background-color: #ffaf5b;
    width: 100%;
}

.chart_block_2 {
    background-color: #ff9a2f;
    width: calc(100% - 25px);
}

.chart_block_3 {
    background-color: #ff9323;
    width: calc(100% - 50px);
}

.calc_info {
    padding: 0 15px;
    color: #999;
    font-size: 13px;
}

.info_title {
    margin-bottom: 10px;
}

.emp_results {
    display: flex;
    justify-content: space-around;
}

.result_row {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #4a4a4a;
    flex: 1;
    align-items: center;
}

.row_icon {
    background-position: left;
    background-size: 120px;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}

.coin_icon {
    background-image: url(/img/coin.png);
}

.company_icon {
    background-image: url(/img/company.png);
}

.result_row:first-child {
    margin-bottom: 20px;
}

.row_val {
    color: #fb813f;
    font-size: 21px;
    margin-top: 5px;
}

.result_button_box {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}

.result_button_box a {
    text-decoration: none !important;
    width: 100%;
}

.res_button_outer {
    flex: 1;
    justify-content: center;
    display: flex;
    border: 1px solid #fb813f;
    border-radius: 3px;
    margin: 10px 25px 5px 25px;
}

.res_button {
    width: 100%;
    justify-content: center;
    display: flex;
    background-color: #fb813f;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    transition-duration: 0.3s;
    border: 1px solid #fff;
    height: 100%;
    text-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .calc_amount {
        flex-direction: column;
    }
    
    .amount_row {
        margin-top: 15px;
    }

    .chart_block {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .emp_results {
        flex-direction: column-reverse;
    }

    .result_row {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .amount_block:hover, .res_button:hover {
        background-color: #ffb865;
    }
}