/**
 * @author      Steven Palmer <support@coalaweb.com>
 * @link        https://coalaweb.com/
 * @copyright           Copyright (c) 2018 Steven Palmer All rights reserved.
 */

ul.cws-tabs.bottom li a {
    width: 100%;
    min-width: 48px;
    height: 48px;
    color: transparent !important;
}

ul.cws-tabs.bottom {
    bottom: -6px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
}

ul.cws-tabs.bottom li {
    display: inline-block;
    padding: 0;
}

/* Adaptive tab widths */
ul.cws-tabs.bottom.count1 li {width: 100%;}
ul.cws-tabs.bottom.count2 li {width: 50%;}
ul.cws-tabs.bottom.count3 li {width: 33.3333%;}
ul.cws-tabs.bottom.count4 li {width: 25%;}
ul.cws-tabs.bottom.count5 li {width: 20%;}
ul.cws-tabs.bottom.count6 li {width: 16.6667%;}
ul.cws-tabs.bottom.count7 li {width: 14.2857%;}
ul.cws-tabs.bottom.count8 li {width: 12.5%;}
ul.cws-tabs.bottom.count9 li {width: 11.1111%;}
ul.cws-tabs.bottom.count10 li {width: 10%;}
ul.cws-tabs.bottom.count11 li {width: 9.0909%;}
ul.cws-tabs.bottom.count12 li {width: 8.3333%;}
ul.cws-tabs.bottom.count13 li {width: 7.6923%;}
ul.cws-tabs.bottom.count14 li {width: 7.1429%;}
ul.cws-tabs.bottom.count15 li {width: 6.6667%;}
ul.cws-tabs.bottom.count16 li {width: 6.25%;}
ul.cws-tabs.bottom.count17 li {width: 5.8824%;}
ul.cws-tabs.bottom.count18 li {width: 5.5556%;}
ul.cws-tabs.bottom.count19 li {width: 5.2631%;}

ul.cws-tabs.bottom .customone a,
ul.cws-tabs.bottom .customtwo a,
ul.cws-tabs.bottom .customthree a,
ul.cws-tabs.bottom .customfour a,
ul.cws-tabs.bottom .customfive a{
    background-position-x: 50%;
}