.theme-default .nivoSlider {
    position:relative;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border: 0;
    display: block;
    height: 100%;
}
.theme-default .nivo-controlNav {
    text-align: center;
    padding:0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    margin: 0 5px;
}
.theme-default .nivo-controlNav a img{
    opacity:0.3;
}

.theme-default .nivo-controlNav a.active img{
    opacity:1;
}

.theme-default .nivo-directionNav span {
    display: flex;
    font-size: 2rem;
    width: 32px;
    height: 32px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #000;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    line-height: 1;
    justify-content: center;
    align-items: center;

}

.theme-default:hover .nivo-directionNav span {
    opacity: 1;
}

.theme-default span.nivo-nextNav {
    right:8px;
    padding: 0 0 0 4px;
}
.theme-default span.nivo-prevNav {
    left:8px;
    padding: 0 4px 0 0;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-y: auto;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 60px;
    height: auto;
}

.theme-default .nivo-dots a.numeric-dot.active {
    font-weight: 600;
}
