/**
 * Settings page styles
 *
 * $. Tabs
 * $. Repeater
 * $. Fields
 * $. - Multifields
 * $. - Subtitle
 * $. Tables
 */

/* $. Tabs */

.nav-tab-wrapper {
    min-height: 35px;
}

.lcx-tab {
    display: none;
}

.lcx-tab--active {
    display: block;
}

    .lcx-tab .postbox {
        margin: 20px 0;
    }

    .lcx-tab .postbox h2 {
        padding: 15px 30px;
        border: none;
        margin: 0 0 20px;
        background: #23282d;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 1.25em;
    }

    .lcx-tab .postbox h3:first-child {
        margin-top: 0;
    }

    .js .lcx-tab .postbox h3 {
        cursor: default;
    }

    .lcx-tab .postbox table.form-table,
    .lcx-tab .lcx-section-description {
        margin: 0 30px;
        width: auto;
    }

    .lcx-tab .postbox table.form-table {
        margin-bottom: 20px;
    }

    .lcx-tab .lcx-section-description {
        margin-top: 20px;
        margin-bottom: 25px;
        padding: 35px 25px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.5;
    }

        .lcx-tab .lcx-section-description h3 {
            font-size: 22px;
            max-width: 600px;
        }

        .lcx-tab .lcx-section-description p {
            font-size: 15px;
            max-width: 600px;
        }

        .lcx-tab .lcx-section-description p:first-of-type {
            font-size: 17px;
        }

        .lcx-tab .lcx-section-description :last-child {
            margin-bottom: 0;
        }

/* $. Repeater */

.lcx-group__row td {
    border-bottom: 1px solid #e5e5e5;
}

.lcx-group__row:last-child td {
    border-bottom: none;
}

.lcx-group__row-index {
    width: 25px;
    border-right: 1px solid #e5e5e5;
}

    .lcx-group__row-index span {
        text-align: center;
        display: inline-block;
        width: 25px;
        line-height: 25px;
        height: 25px;
        background: #e5e5e5;
        border-radius: 25px;
        box-shadow: inset 0px 1px #c5c5c5;
        font-size: 90%;
        font-weight: bold;
    }

.lcx-group__row-actions {
    border-left: 1px solid #e5e5e5;
    position: relative;
    width: 20px;
}

    .lcx-group__row-add {
        position: absolute;
        bottom: -10px;
        background: #fff;
        border-radius: 100%;
    }

.lcx-group__row-fields {
    padding: 0 !important;
}

    .lcx-group__field-wrapper {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding: 15px 10px;
    }

    .lcx-group__field-wrapper:last-child {
        border-bottom: none;
    }

        .lcx-group__field-label {
            display: block;
            margin: 0 0 5px;
            font-weight: bold;
        }

    .lcx-group__row-fields .regular-text ,
    .lcx-group__row-fields textarea {
        width: 100%;
    }

/* $. Fields */

    /* $. Multifields */

    .lcx-multifields {
        overflow: hidden;
        width: 100%;
    }

        .lcx-multifields__field {
            width: 25%;
            float: left;
            display: inline-block;
            padding-right: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .lcx-multifields__field input {
                max-width: 100%;
                width: 100%;
            }

            .lcx-multifields__field span {
                font-weight: 400;
                display: block;
                font-size: 12px;
                color: #888;
                font-style: italic;
                margin: 10px 0 0;
            }

            @media screen and (max-width: 782px) {

                .lcx-multifields__field span {
                    margin: -10px 0 0;
                }

            }

    /* $. Subtitle */

    .lcx-subtitle {
        font-weight: 400;
        display: block;
        font-size: 12px;
        color: #888;
        font-style: italic;
        margin: 15px 0 0;
    }

    @media screen and (max-width: 782px) {

        .lcx-subtitle {
            margin: 10px 0 15px;
        }

    }

/* $. Tables */

.lcx-section .form-table th,
.lcx-section .form-table td {
    vertical-align: top;
}
