﻿.listicle {
    padding-left: 0;
    list-style: none;
}

ol.listicle {
    list-style-position: inside;
    counter-reset: listicle-counter;
}

    ol.listicle li {
        counter-increment: listicle-counter;
    }

        ol.listicle li::before {
            content: counter(listicle-counter) ". ";
            color: #5c4727;
            font-weight: normal;
            font-size: 145% !important;
        }

ul.listicle {
    list-style: none;
}

.listicle-image {
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: -50px;
    margin-right: -50px;
}

.listicle-slide {
    line-height: 1.8em;
    margin-bottom: 50px;
}

    .listicle-slide h2 {
        display: inline-block;
    }

    .listicle-slide > *:not(h2) {
        padding: 0 50px;
        display: block;
        line-height: 1.8em;
    }

.sy-box {
    margin-bottom: 50px;
}

.sy-controls {
    display: block;
}

li.listicle-slide .custom_images a {
    display: inline-block;
    float: none;
}

li.listicle-slide .custom_images {
    text-align: center;
}
