/*
Theme Name: Woodmart Child
Theme URI: https://woodmartwp.com/
Author: Thembay
Description: This is a child theme for Woodmart
Version: 1.0
Author URI: https://thembay.com/
Template: woodmart
Text Domain: woodmart-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em
}

.wizard > .steps {
    position: relative;
    display: none !important;
    width: 100%
}

    .wizard > .steps .number {
        font-size: 1.429em
    }

    .wizard > .steps > ul > li {
        width: 33%
    }

    .wizard > .steps > ul > li, .wizard > .actions > ul > li {
        float: left
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        display: block;
        width: auto;
        margin: 0 .5em .5em;
        padding: 1em 1em;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
        background: #eee;
        color: #aaa;
        cursor: default
    }

    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background: #2184be;
        color: #fff;
        cursor: default
    }

    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        background: #9dc8e2;
        color: #fff
    }

    .wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
        background: #ff3111;
        color: #fff
    }

@media(max-width:600px) {
    .wizard > .steps > ul > li {
        width: 50%
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        margin-top: .5em
    }
}

@media(max-width:480px) {
    .wizard > .steps > ul > li {
        width: 100%
    }
}


.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

    .wizard > .actions > ul {
        display: inline-block;
        text-align: right
    }

        .wizard > .actions > ul > li {
            margin: 0 .5em
        }

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa
}
