/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-jan-04, 02:13:25
    Author     : aron@itcm.se
*/

widget[type="widget-slideshow"] {
}

.widget-slideshow {
    position: relative;
    clear: both;
}

widget[type="widget-slideshow"] .ckedit {
    border: 1px solid #eeeeee;
    padding: 10px;
}


.widget-slideshow .slide {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

.widget-slideshow .slide.active {
    position: relative;
    overflow: hidden;
    display: block;
}

.widget-slideshow .slide .headline {
    position: absolute;
    color: #fff;
    left: 31%;
    right: 15%;
    bottom: 15%;
}
.widget-slideshow .slide > .btn {
    position: absolute;
    right: 40px;
    bottom: 60px;
    color: #fff;
}
.widget-slideshow .slide .text {
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 13px;
    color: #fff;
    max-width: 250px;
    min-width: 150px;
    width: 25%;
}
.widget-slideshow .slide .text h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.widget-slideshow .slide .text p {
    font-weight: 100;
}
.widget-slideshow .slide .text p + .btn {
    margin-top: 30px;
    color: #fff;
}

.widget-slideshow .slide .link {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 211px;
}

.widget-slideshow .slide .link .btn {
    color: rgba(0,0,0,0.7);
    background-color: rgba(255,255,255,0.3);
    padding: 25px;
    height: auto;
    font-size: 16px;
}

.widget-slideshow .slide:first-child {
    display: block;
}


.widget-slideshow-edit {
    position: relative;
    padding: 0;
    margin: 0;
    clear: both;
}

.widget-slideshow-edit-slide {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}

.widget-slideshow-edit-slide:first-child {
    clear: both;
}

.widget-slideshow-edit-slide:last-child:after {
    clear: both;
}

.widget-slideshow-edit #intervalOutput:invalid {
    color: red;
}