/* this file provides theme-specific styles that affect the carousel
 *
 * these changes have been placed in a separate file because they are included
 * in the control panel when the carousel is being previewed
 *
 * they cannot be included in slide-show.css because that is compiled
 * automatically from slide-show.scss */

/* fixes incorrect width created by the `slide' transition in the admin preview
 * modal */
#slide-show-preview .slide-show-render.slide-show {
    width: 980px;
}

.slide-show-render.slide-show {
    position: relative;
}
.slide-show-render.slide-show .flex-prev, .slide-show-render.slide-show .flex-next {
    width: 36px;
    height: 36px;
}
.slide-show-render.slide-show .flex-prev {
//    background-image: url('//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Bedazzled/images/weegohome/hero_prev.gif');
    background-image: url(//cdn2.bigcommerce.com/n-yp39j5/zga7etg/templates/__custom/images/weegohome/hero_prev.gif?t=1521232626);
    left: -24px;
}

.slide-show-render.slide-show .flex-next {
   // background-image: url('//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Bedazzled/images/weegohome/hero_next.gif');
        background-image: url(//cdn2.bigcommerce.com/n-yp39j5/zga7etg/templates/__custom/images/weegohome/hero_next.gif?t=1521232626);
    right: -24px;
}

.slide-show-render.slide-show .flex-control-nav.flex-control-paging {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: auto;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li {
    margin-left: 0px;
    margin-right: 7px;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a {
    width: 11px;
    height: 11px;
    border: 1px solid rgb(26, 26, 26);
    background-color: rgb(26, 26, 26);
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a.flex-active {
    background-color: #c9c9c9;
}

h2.slide-heading {
    text-transform: uppercase;
}

