/*.uk-icon-desktop, .icon-landscape {
    display:none;
}
*/
/*Email Control Button*/

.emailTemplate {
    position: relative;
}

.emailTemplate .email-control {
    position: absolute;
    left: -30px;
    width: 30px;
    background: #02aede;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 999;
}

.emailTemplate .email-control button {
    border: 0;
    background: #02aede;
    color: #fff;
}

.emailTemplate .email-control span {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

.emailTemplate #selected_body {
    margin-top: 0;
}

.emailTemplate .btnCustomEmail {
    padding: 0px 10px 0 30px !important;
}

.emailTemplate div#selected_body,
.emailTemplate h1,
.emailTemplate h2,
.emailTemplate h3 {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}


.emailTemplate .btnCustomEmail .uk-icon-wrench {
    margin-right: 5px;
}

#selected_header .uk-icon-phone {
    display: none !important;
}

/* Responsive Button */
.bodyTemplate480 .bgTopmenu {
    max-width: 100% !important;
}

.bodyTemplate480 .bgTopmenu img {
    max-width: 100% !important;
    height: auto !important;
}

.bodyTemplate480 #topmenu,
.bodyTemplate736 #topmenu {
    position: inherit !important;
    top: 0px !important;
}

.bodyTemplate480.emailTemplate .overlap #selected_topmenu~#selected_headerbanner,
.bodyTemplate736.emailTemplate .overlap #selected_topmenu~#selected_headerbanner,
.bodyTemplate480.emailTemplate #selected_topmenu~#selected_headerbanner,
.bodyTemplate736.emailTemplate #selected_topmenu~#selected_headerbanner {
    margin-top: 0px !important;
}

.bodyTemplate480.emailTemplate #selected_headerbanner,
.bodyTemplate736.emailTemplate #selected_headerbanner,
.bodyTemplate480.emailTemplate .overlap #selected_navigator~#selected_headerbanner,
.bodyTemplate736.emailTemplate .overlap #selected_navigator~#selected_headerbanner,
.bodyTemplate480.emailTemplate #selected_navigator~#selected_headerbanner,
.bodyTemplate736.emailTemplate #selected_navigator~#selected_headerbanner {
    margin-top: 0px !important;
}

#selected_headerbanner .handledrowParallax {
    margin-top: 0px !important;
}

.bgTopmenu {
    padding: 10px 25px 5px 25px;
}

.emailTemplate #editable_area_content,
#email_layout_content #editable_area_content {
    min-height: unset;
}



#email_layout_content .uk-width-small-1-2,
#email_layout_content .uk-width-small-2-4,
#email_layout_content .uk-width-small-3-6,
#email_layout_content .uk-width-small-5-10 {
    width: 50% !important;
}

/* Thirds */

#email_layout_content .uk-width-small-1-3,
#email_layout_content .uk-width-small-2-6 {
    width: 33.333% !important;
}

#email_layout_content .uk-width-small-2-3,
#email_layout_content .uk-width-small-4-6 {
    width: 66.666% !important;
}

/* Quarters */

#email_layout_content .uk-width-small-1-4 {
    width: 25% !important;
}

#email_layout_content .uk-width-small-3-4 {
    width: 75% !important;
}

/* Fifths */

#email_layout_content .uk-width-small-1-5,
#email_layout_content .uk-width-small-2-10 {
    width: 20% !important;
}

#email_layout_content .uk-width-small-2-5,
#email_layout_content .uk-width-small-4-10 {
    width: 40% !important;
}

#email_layout_content .uk-width-small-3-5,
#email_layout_content .uk-width-small-6-10 {
    width: 60% !important;
}

#email_layout_content .uk-width-small-4-5,
#email_layout_content .uk-width-small-8-10 {
    width: 80% !important;
}

/* Sixths */

#email_layout_content .uk-width-small-1-6 {
    width: 16.666% !important;
}

#email_layout_content .uk-width-small-5-6 {
    width: 83.333% !important;
}

/* Tenths */

#email_layout_content .uk-width-small-1-10 {
    width: 10% !important;
}

#email_layout_content .uk-width-small-3-10 {
    width: 30% !important;
}

#email_layout_content .uk-width-small-7-10 {
    width: 70% !important;
}

#email_layout_content .uk-width-small-9-10 {
    width: 90% !important;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
    /* Whole */

    #email_layout_content .uk-width-small-1-1 {
        width: 100% !important;
    }

    /* Halves */

    #email_layout_content .uk-width-small-1-2,
    #email_layout_content .uk-width-small-2-4,
    #email_layout_content .uk-width-small-3-6,
    #email_layout_content .uk-width-small-5-10 {
        width: 50% !important;
    }

    /* Thirds */

    #email_layout_content .uk-width-small-1-3,
    #email_layout_content .uk-width-small-2-6 {
        width: 33.333% !important;
    }

    #email_layout_content .uk-width-small-2-3,
    #email_layout_content .uk-width-small-4-6 {
        width: 66.666% !important;
    }

    /* Quarters */

    #email_layout_content .uk-width-small-1-4 {
        width: 25% !important;
    }

    #email_layout_content .uk-width-small-3-4 {
        width: 75% !important;
    }

    /* Fifths */

    #email_layout_content .uk-width-small-1-5,
    #email_layout_content .uk-width-small-2-10 {
        width: 20% !important;
    }

    #email_layout_content .uk-width-small-2-5,
    #email_layout_content .uk-width-small-4-10 {
        width: 40% !important;
    }

    #email_layout_content .uk-width-small-3-5,
    #email_layout_content .uk-width-small-6-10 {
        width: 60% !important;
    }

    #email_layout_content .uk-width-small-4-5,
    #email_layout_content .uk-width-small-8-10 {
        width: 80% !important;
    }

    /* Sixths */

    #email_layout_content .uk-width-small-1-6 {
        width: 16.666% !important;
    }

    #email_layout_content .uk-width-small-5-6 {
        width: 83.333% !important;
    }

    /* Tenths */

    #email_layout_content .uk-width-small-1-10 {
        width: 10% !important;
    }

    #email_layout_content .uk-width-small-3-10 {
        width: 30% !important;
    }

    #email_layout_content .uk-width-small-7-10 {
        width: 70% !important;
    }

    #email_layout_content .uk-width-small-9-10 {
        width: 90% !important;
    }
}

#email_layout_content #footerTemplate h1,
#email_layout_content #footerTemplate h2,
#email_layout_content #footerTemplate h3,
#email_layout_content #footerTemplate h4 {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

#email_layout_content #footerTemplate .rvsb-bg-footer,
.emailTemplate #footerTemplate .rvsb-bg-footer {
    padding: 5px 10px !important;
}
