/*
Theme Name: Astra Child
Theme URI: https://carbonpositiveaustralia.org.au/wp-content/themes/astra-child/
description: >-
  Astra Child Theme
Author: Carbon Positive Australia
Author URI: http://example.com
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fifteen-child
*/
.postid-9020948 .wc-pao-addon-calculation-id {
    display: none;
}
.postid-9020948 #product-addons-total>.product-addon-totals>ul>li:nth-child(2) {
    display: none;
}
.page-id-1096 .variation-CalculationID, .page-id-88861 .variation-CalculationID {
    display: none !important;
}
.page-id-88861 .wc-item-meta {
    display: none;
}

h1.calculation-title {
    font-size: 28px;
    text-transform: capitalize !important;
    color: #315B55;
    padding-bottom: 20px;
    border-bottom: 2px solid #4D8384;
}

.calculations-outer-wrapper {
    background-color: rgba(77, 131, 132, 0.1);
    padding: 28px;
    border-radius: 16px;
}

table#calculations-table th {
    color: #315B55;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78% !important;
}

table.dataTable tbody td, table.dataTable tbody th {
    padding: 13px 10px !important;
    border: 0 !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 300 !important;
}

table.dataTable tbody td a {
    font-size: 14px !important;
    color: #000 !important;
    text-decoration: underline;
}

table.dataTable tbody tr {
    background-color: transparent !important;
    border: 0 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

table.dataTable tbody tr td:nth-child(5), table.dataTable tbody tr td:nth-child(6) {
    text-align: right;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    margin: 20px 0;
}

span.tonnes {
    text-transform: none;
    margin-left: 30px;
}

table.dataTable tbody tr:hover {
    background-color: #fff !important;
}

table#calculations-table, table#calculations-table tr, table#calculations-table td {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #4d8384 !important;
    background-color: transparent !important;
    background: transparent !important
}

#calculations-mobile{
    display:none;
}

@media screen and (max-width: 1024px){
    div#calculations-mobile {
        margin-top: -11px;
    }

    #calculations-mobile{
        display:block;
    }

    #calculations-desktop{
        display:none;
    }

    .calculation-item-mobile {
        width: 45%;
        float: left;
        border: 1px solid rgba(77, 131, 132, 10%);
        border-radius: 8px;
        margin: 10px;
        padding: 10px;
        position:relative;
        transition: all 0.2s ease-in-out;
    }

    .calculation-item-mobile:hover {
        background-color: rgba(77, 131, 132, 10%);
    }

    .calculation-item-mobile h5.title {
        font-size: 18px !important;
        color: #315B55;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 10px;
        width: 75%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .calculation-item-mobile .title .status {
        font-size: 15px;
        float: right;
        font-weight: 300;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .calculation-item-mobile .desc img {
        width: 20px;
        margin-right: 4px;
    }

    .calculation-item-mobile .desc p {
        line-height: 24px;
    }

    .calculation-item-mobile .desc p.date {
        margin-bottom: 2px;
        font-size: 14px;
        color: #315B55;
        font-weight: 300;
    }

    .calculation-item-mobile .desc p.time, .calculation-item-mobile .desc p.calculations {
        margin-bottom: 2px;
        font-size: 14px;
        color: #545456;
    }
}

@media screen and (max-width: 768px){
    .calculation-item-mobile h5.title{
        width: 72%;
    }
}

@media screen and (max-width: 414px){
    .calculation-item-mobile {
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none !important;
        width: 100% !important;
    }

    .calculation-item-mobile {
        margin: 10px 0;
    }

    div#calculations-mobile {
        margin-top: 20px;
    }
}

/* calculator react page */
.page-id-89863999 .hfeed {
    display: none !important;
}


