/*************************************************
 * Common
*************************************************/
.skytake[data-template="bubble_sky"] .skytake-submit,
.skytake[data-template="bubble_sky"] input[type="text"],
.skytake[data-template="bubble_sky"] input[type="email"]{
    border-radius: 8px;
}

.skytake[data-template="bubble_sky"] .skytake-urgency-usage-limit > div,
.skytake[data-template="bubble_sky"] .skytake-urgency-timer > div {
    border-radius: 8px;
}

/*************************************************
 * Popup
*************************************************/
.skytake-popup[data-template="bubble_sky"] .skytake-container{
    width: 650px;
    border-radius: 8px;
}

.skytake-popup[data-template="bubble_sky"] .skytake-content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.skytake-popup[data-template="bubble_sky"] .skytake-box-one{
    display: none !important;
}

.skytake-popup[data-template="bubble_sky"] .skytake-box-two{
    width: 430px;
    max-width: 100%;
}

/** Breakpoints */
@media all and (max-width: 680px) {

    .skytake-popup[data-template="bubble_sky"] .skytake-container{
        width: 400px;
    }

    .skytake[data-template="bubble_sky"] .skytake-submit,
    .skytake[data-template="bubble_sky"] input[type="text"],
    .skytake[data-template="bubble_sky"] input[type="email"]{
        padding: 7px 16px;
    }    
}

@media all and (max-width: 430px) {
    .skytake-popup[data-template="bubble_sky"] .skytake-container{
        width: 300px;
    }
}


/*************************************************
 * Floating Bar
*************************************************/
.skytake-floating-bar[data-template="bubble_sky"] .skytake-urgency-timer > div:first-child {
    border-radius: 8px 0px 0px 8px;
}

.skytake-floating-bar[data-template="bubble_sky"] .skytake-urgency-timer > div:last-child {
    border-radius: 0px 8px 8px 0px;
}

.skytake-floating-bar[data-template="bubble_sky"] .skytake-submit,
.skytake-floating-bar[data-template="bubble_sky"] input[type="text"],
.skytake-floating-bar[data-template="bubble_sky"] input[type="email"]{
    padding: 7px 16px;
}

@media all and (max-width: 768px) {

    .skytake-floating-bar[data-template="bubble_sky"] .skytake-view{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .skytake-floating-bar[data-template="bubble_sky"] .skytake-form{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 10px;
    }

}


/*************************************************
 * Scroll Box
*************************************************/
.skytake-scroll-box[data-template="bubble_sky"] .skytake-container{
    border-radius: 8px 8px 0px 0px;
}

.skytake-scroll-box[data-template="bubble_sky"][data-position="top_left"],
.skytake-scroll-box[data-template="bubble_sky"][data-position="top_right"]{
    border-radius: 0px 0px 8px 8px;
}

.skytake-scroll-box[data-template="bubble_sky"] .skytake-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.skytake-scroll-box[data-template="bubble_sky"] .skytake-box-one{
    position: relative;
}

.skytake-scroll-box[data-template="bubble_sky"] .skytake-box-one{
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    text-align: center;
}

.skytake-scroll-box[data-template="bubble_sky"] .skytake-box-one img{
    margin:0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.skytake-scroll-box[data-template="bubble_sky"] .skytake-submit,
.skytake-scroll-box[data-template="bubble_sky"] input[type="text"],
.skytake-scroll-box[data-template="bubble_sky"] input[type="email"]{
    padding: 7px 16px;
}

/*************************************************
 * Widget Form
*************************************************/
.skytake-widget-form[data-template="bubble_sky"]  .skytake-container{
    border-radius: 8px;
}

.skytake-widget-form[data-template="bubble_sky"] .skytake-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.skytake-widget-form[data-template="bubble_sky"] .skytake-box-one{
    position: relative;
    display: block;
    width: 100% !important;
    height: auto !important;
    border-radius: 8px 8px 0 0;
    overflow: hidden !important;
}

.skytake-widget-form[data-template="bubble_sky"] .skytake-box-one img{
    display: block !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
}

.skytake-widget-form[data-template="bubble_sky"][data-mainimage="0"] .skytake-box-one{
    display: none !important;
}

.skytake-widget-form[data-template="bubble_sky"][data-mainimage="0"] .skytake-content{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.skytake-widget-form[data-template="bubble_sky"] .skytake-submit,
.skytake-widget-form[data-template="bubble_sky"] input[type="text"],
.skytake-widget-form[data-template="bubble_sky"] input[type="email"]{
    padding: 7px 16px;
}


/*************************************************
 * Content Form
*************************************************/
.skytake-content-form[data-template="bubble_sky"] {
    margin: 40px 0;
}

.skytake-content-form[data-template="bubble_sky"] .skytake-content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.skytake-content-form[data-template="bubble_sky"] .skytake-box-one{
    display: none !important;
}

.skytake-content-form[data-template="bubble_sky"] .skytake-box-two{
    width: 430px;
    max-width: 100%;
}
