﻿/* DIRTY Responsive pricing table CSS */


/* 
- make mobile switch sticky
*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
}

.sticky {
    width: 25%;
    background-repeat: no-repeat;
    max-height: 45px !important;
    overflow: hidden;
    padding: 0 !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a314e+0,991d64+75,0a314e+75,0a314e+100 */
    background: #0a314e; /* Old browsers */
    background: -moz-linear-gradient(top, #0a314e 0%, #991d64 75%, #0a314e 75%, #0a314e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0a314e 0%,#991d64 75%,#0a314e 75%,#0a314e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0a314e 0%,#991d64 75%,#0a314e 75%,#0a314e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a314e', endColorstr='#0a314e',GradientType=0 ); /* IE6-9 */
}

    .sticky th {
        padding: 0 !important;
    }

.comparison-chart th + th img, .comparison-chart li img {
    max-width: 100% !important;
}


.comparison-chart article {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.comparison-chart .Hidden {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
}

#left-area ul,
.comment-content ul,
.entry-content ul,
body.et-pb-preview #main-content .container ul {
    margin-left: 0 !important;
}

#left-area ul,
.comment-content ul,
.entry-content ul,
body.et-pb-preview #main-content .container ul {
    padding: 0 !important;
}

.comparison-chart {
}

    .comparison-chart ul {
        display: flex;
        top: 0px;
        z-index: 10;
        padding-bottom: 14px;
    }

    .comparison-chart li {
        list-style: none;
        flex: 1;
    }

l.comparison-chart i:last-child {
    border-right: 1px solid #DDD;
}

.comparison-chart button {
    width: 100%;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999;
    cursor: pointer;
}

.comparison-chart li.active button {
    color: #000;
}

.comparison-chart table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.comparison-chart th {
    display: none;
}

.comparison-chart td,
.comparison-chart th {
    height: 53px
}

.comparison-chart td,
.comparison-chart th {
    border: 2px solid #0a314e;
    padding: 10px;
    empty-cells: show;
}

.comparison-chart td,
.comparison-chart th {
    text-align: left;
}

    .comparison-chart td + td,
    .comparison-chart th + th {
        text-align: center;
        display: none;
    }

    .comparison-chart td.default {
        display: table-cell;
    }

.bg-purple {
    border-top: 3px solid #A32362;
}

.bg-drkorange {
    border-top: 3px solid #ff7601;
}

.bg-purps {
    border-top: 3px solid #8b1fdc;
}

.bg-blue {
    border-top: 3px solid #0097CF;
}

.bg-orange {
    border-top: 3px solid #ff7601;
}

.bg-ltorange {
    border-top: 3px solid #eaa604;
}

.bg-pink {
    border-top: 3px solid #f36279;
}

.bg-green {
    border-top: 3px solid #23a326;
}

.sep {
    background: #F5F5F5;
    font-weight: bold;
}

.txt-l {
    font-size: 28px;
    font-weight: bold;
}

.txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

.tick {
    font-size: 14px;
    color: #2CA01C;
}

.comparison-chart .hide {
    border: 0;
    background: none;
}

@media (max-width: 880px) {
    .comparison-chart button {
        padding: 0 !important;
        background: #0a314e;
        font-size: 12px !important;
        font-weight: bold;
    }

    .bg-purple {
        border-top: 3px solid #A32362;
        font-size: 12px !important;
        font-weight: bold;
    }

    .bg-drkorange {
        border-top: 3px solid #ff7601;
        font-size: 12px !important;
        font-weight: bold;
    }

    .bg-purps {
        border-top: 3px solid #8b1fdc;
        font-size: 12px !important;
        font-weight: bold;
    }

    .bg-blue {
        border-top: 3px solid #0097CF;
        font-size: 12px !important;
        font-weight: bold;
    }

    .bg-orange {
        border-top: 3px solid #ff7601;
        font-size: 12px !important;
        font-weight: bold;
    }

    .bg-ltorange {
        border-top: 3px solid #eaa604;
        font-size: 12px !important;
        font-weight: bold;
    }

    .bg-pink {
        border-top: 3px solid #f36279;
        font-size: 12px !important;
        font-weight: bold;
    }

    .bg-green {
        border-top: 3px solid #23a326;
        font-size: 12px !important;
        font-weight: bold;
    }
}

@media (min-width: 640px) {
    .comparison-chart .Hidden {
        display: none;
        padding: 0 !important;
    }

    .comparison-chart td,
    .comparison-chart th {
        display: table-cell !important;
    }

    .comparison-chart td,
    .comparison-chart th {
        width: 97px;
    }

        .comparison-chart td + td,
        .comparison-chart th + th {
            width: auto;
        }
}

@media (max-width: 639px) {
    .comparison-chart > table tbody tr td:first-child {
        width: 75% !important;
        display: inline-block;
        vertical-align: top;
        height: 38px;
        padding-top: 7px !important;
    }

    .comparison-chart > table tbody tr td:nth-child(2) {
        width: 25% !important;
        display: inline-block;
        vertical-align: top;
        height: 38px;
        padding-top: 7px !important;
    }

    .comparison-chart > table tbody tr td {
        height: 38px;
        width: 25% !important;
    }

        .comparison-chart > table tbody tr td:nth-child(1) {
            width: 75% !important;
        }

    .PHComparisonHolder {
        right: -8px;
    }

    .KwikiAddonPic-KukuiNutLei {
        margin-top: 1px;
    }

    .comparison-chart {
        padding: 0 !important;
    }
}
