﻿/* The following styles were placed in a separate css because they're styles specifically set 
    to adjust plugin display or other components not specific to the theme branding. */

/* MetaSlider Plugin */

.flexslider {
    border: none !important;
}

/* Center and position caption in middle of slider */

.caption-wrap {
    position: absolute;
    top: 38%;
    width: 100%;
}

.caption-wrap .caption {
    font-size: 80px !important;
    color: #fff !important;
}

.caption {
    bottom: 65% !important;
    width: 100%;
}

.metaslider .caption-wrap {
    opacity: inherit !important;
    text-shadow: 3px 3px 2px #333 !important;
}

.metaslider.ms-theme-blend .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-blend .rslides .caption-wrap, .metaslider.ms-theme-blend div.nivoSlider .nivo-caption {
    background: transparent !important;
}

/* Web Dorado Form Maker */

.fm-form-container.fm-theme1 {
    width: 80% !important;
    margin: 20px auto !important;
}

.wd-flex input[type='file'] {
    border: 1px solid #ccc !important;
    display: inline-block !important;
    padding: 6px 12px !important;
    cursor: pointer !important;
    width: 100% !important;
    background-color: aliceblue;
}

.wd-flex input[type='file']:hover {
    background-color: #b6d8f7;
}

.wd-flex .wd-flex-column {
    display: block !important;
}

@media screen and (max-width: 1600px) {
    .caption-wrap .caption {
        font-size: 50px !important;
    }
}

@media screen and (max-width: 680px) {
    .caption-wrap .caption {
        font-size: 30px !important;
    }
}