/*
Theme Name: MarketTechnologies
Theme URI: http://avada.theme-fusion.com/
Description: Child Theme of Avada for MarketTechnologies
Template: Avada
Version: 1.0
License: Themeforest Split Licence
License URI: -
Text Domain: Avada

*/

/* Your CSS Goes Here
----------------------------------------------- */
@media screen and (max-width: 600px){
    .table-2 table{
        width: 100%;
    }

    .table-2 tbody tr:first-child td:nth-child(2), .table-2 tbody tr:first-child td:nth-child(3){
        display: none;
    }

    .table-2 tbody td:first-child{
        font-weight: bold;
        border-bottom: none;
    }

    .table-2 tbody td:nth-child(2){
        border-bottom: none;
    }

    .table-2 tbody td{
        display: block;
        text-align: center;
    }

    .table-2 tbody td:before{
        display: block;
        text-align: center;
    }

    .table-2 tbody tr:nth-child(even){
        background-color: #eee;
    }
}

@media screen and (min-width: 800px)
{
    .sep-boxed-pricing .standout .panel-container{
        margin: -10px 0 !important;
    }
}


.sep-boxed-pricing .standout .panel-heading{
    background-color: #fc6822;
}

.fusion-pricing-table .panel-body .price .currency{
    top: -20px !important;
    font-size: 20px !important;
}

.fusion-pricing-table .panel-body .price .integer-part{
    font-size: 45px !important;
}


.fusion-pricing-table .standout .panel-body .price .integer-part{
    color: #fc6822 !important;
}

/* override dark green button for standout pricing table */
.fusion-pricing-table .standout .fusion-button.button-darkgreen{
    background: #ffbb93;
    background-image: linear-gradient(to top, #fca674, #ffbb93);
    border: 1px solid #fc6822;
    color: #fc6822;
    font-weight: bold;
}
.fusion-pricing-table .standout .fusion-button.button-darkgreen:hover{
    background: #fca674;
    background-image: linear-gradient(to bottom, #fca674, #ffbb93);
    border: 1px solid #fc6822;
    color: #fc6822;
    font-weight: bold;
}

.fusion-pricing-table .panel-body, .fusion-pricing-table .panel-footer{
    padding: 10px !important;
}

.fusion-pricing-table .list-group-item:last-child{
    border-bottom: none !important;
}

.fusion-pricing-table .list-group-item{
    padding: 10px 15px !important;
    font-size: 15px;
    background: #f8f8f8 !important;
}

.fusion-pricing-table .standout .list-group-item{
    font-weight: bold;
    background: #fff !important;
}

