/*
    Created on : 15-Jul-2018, 20:24:05
    Author     : Garry Childs (info@freedomwebservices.net)
*/
@media all and (min-width: 768px), screen {
    body fieldset div.control ul {
        list-style-type: none;
        margin: 8px 0 0 0;
        padding: 0;
    }
    body fieldset div.loader label.label {
        width: 20% !important;
    }
    body form.mailchimp .fieldset > .field > .label {
        width: 12% !important;
    }

    .blockMsg {
        padding: 0;
        margin: 0;
        width: auto;
        top: 15%;
        left: 50%;
        text-align: center;
        color: #000;
        border: 3px solid #aaa;
        background-color: #fff;
        cursor: wait;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .blockOverlay {

    }

    body fieldset.newsletter-widget {
        padding: 0;
        border: none;
    }

    #newsletterPopup {
        display:none;
        border: 1px solid #666;
        padding: 5px;
        background-color: white;
        min-height: 170px;
        width: 260px;

        /* CSS3 styling for latest browsers */
        -moz-box-shadow: 0 0 90px 5px #000;
        -webkit-box-shadow: 0 0 90px #000;
    }
    #newsletterPopup form fieldset {
        padding: 5px;
    }
    #newsletterPopup form fieldset input {
        margin-bottom: 3px;
    }
    #newsletterPopup .close {
        background-image:url(/pub/media/wysiwyg/Overlay/close.png);
        position:absolute;
        right:-27px;
        top:-15px;
        cursor:pointer;
        height:35px;
        width:35px;
    }
}