.gridder-padding {
    background-color: #fff;
    position: relative;
}

.gridder {
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.gridder-show {
    padding:  15px;
    padding-top: 0;
    margin-top: 15px;
}

.gridder-expanded-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}

/* four list items in a row */
.gridder-list {
    width:  25% !important;
    text-align:  center;
    padding:  15px;
    height:  215px;
}

.gridder-list > div:hover {
    background-color: #ededed;
    cursor: pointer;
}

.cll-items {
    position: relative;
    z-index: 99999;
    padding: 8px;
}

.cll-items:hover {
    background-color: #ededed;
}

.cll-item-link {
    color:  inherit !important;
}

.gridder-list p {
    margin-top: 15px;
}


/*.selectedItem::after {
    top:  auto;
    border:  solid transparent;
    content:  " ";
    height:  0;
    width:  0;
    position:  absolute;
    pointer-events: none;
    border-width:  15px;
    margin-top: -10px;
    margin-left: -15px;
}*/

p.cll-category-name {
    text-transform: uppercase;
    line-height: 18px;
    font-weight: bold;
}

.cll-items p {
    font-size:  14px;
    line-height: 1.25;
    margin-bottom: 0;
}

.cll-items p.cll-item-name {
    text-transform: uppercase;
    z-index: 999999;
    margin-bottom:0;
}

.cll-bottom-buffer {
    margin-bottom:  15px;
}

.cll-item-info .cll-item-description {
    color: #797979;
    margin-top: 5px;
    line-height: 1.25;
}

.gridder .dashicons-info {
    vertical-align: middle;
}

/* two list items in a row */
@media (min-width: 769px) and (max-width: 992px) {
    .gridder-list {
        width:  50% !important;
    }

    .cll-bottom-buffer {
        margin-bottom: 0;
    }

    .cll-bottom-buffer .col-md-6 {
        margin-bottom: 15px;
    }

    .cll-item-info {
        height: auto !important;
    }
}

/* one list item in a row */
@media (max-width: 768px) {
    .gridder-list {
        width:  100% !important;
    }

    .cll-bottom-buffer {
        margin-bottom: 0;
    }

    .cll-bottom-buffer .col-md-6 {
        margin-bottom: 15px;
    }

    .cll-item-info {
        height:  auto !important;
    }
}