.aznps-plant-list-slideshow {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 1000;
}

.aznps-plant-list-slideshow img {
    vertical-align: middle;
    box-shadow: 0px 2px 18px #000;
    max-width: 80%;
    max-height: 80%;
}

.aznps-plant-list-slideshow .fa {
    color: #fff;
    position: absolute;
    font-size: 40px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    opacity: 0.5;
}

.aznps-plant-list-slideshow .fa:hover {
    opacity: 1;
}

.aznps-plant-list-slideshow .fa-chevron-left {
    left: 32px;
}

.aznps-plant-list-slideshow .fa-chevron-right {
    right: 32px;
}

.aznps-plant-list-close {
    position: absolute;
    right: 20px;
    top: 45px;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

.aznps-plant-list-close .fa {
    opacity: 1;
    position: static;
    vertical-align: baseline;
    font-size: 16px;
    margin: 0;
    margin-right: 7px;
}

ul.landscape-categories .dashicons-yes {
    float: right;
    display: none;
}

ul.landscape-categories a.aznps_plant_list_selected {
    background-color: #418339 !important;
    color: #fff !important;
}

a.aznps_plant_list_selected .dashicons-yes {
    display: block;
}

.aznps-plant-list-mobile {
    margin-bottom:1.5em;
}

.aznps-plant-list-mobile #aznps_plant_list_advanced {
    display:none;
    margin-bottom:1em;
}

#aznps_plant_list_advlink {
    display:none;
    margin-left:1em;
}

.aznps-plant-list-mobile #aznps_plant_list_advlink {
    display:inline-block;
}

#aznps_plant_list_advlink .dashicons-arrow-right {
    display:inline-block;
}

#aznps_plant_list_advlink .dashicons-arrow-down {
    display:none;
}

#aznps_plant_list_advlink.aznps-plant-list-expanded .dashicons-arrow-right {
    display:none;
}

#aznps_plant_list_advlink.aznps-plant-list-expanded .dashicons-arrow-down {
    display:inline-block;
}

.aznps-plant-list-mobile ul.landscape-categories {
    column-count: 2;
}

#aznps_plant_list_public .article-plant-list {
    max-width: 250px;
}

#aznps_plant_list_public {
    text-align: center;
}

img.aznps_plant_list_null {
    min-width: 250px;
}

.new-plant-list .plant-hero {
    height:auto;
}

@media screen and (min-width:1600px) {
    .container.new-plant-list {
        max-width:1500px;
    }
}

@media screen and (max-width:799px) {
    .new-plant-list .one-quarter, .new-plant-list .three-quarter {
        width:100% !important;
    }
}

.aznps_slideshow_credit {
    position: absolute;
    bottom: 15px;
    width: 300px;
    color: #fff;
    left: 50%;
    margin-left: -150px;
    padding: 8px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 4px;
}