@font-face {
	font-family: aeonikregular;
	src: url("../fonts/aeonik-regular-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: aeonikmedium;
	src: url("../fonts/aeonik-medium-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: aeonikbold;
	src: url("../fonts/aeonik-bold-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.wc-load-banner-font {
    font-family: aeonikregular;
}

.wc-title-section {
    font-size: 2em !important;
    text-decoration: underline;
}

.wc-subtitle-section {
    font-size: 1.3em !important;
    margin: 0em;
}

.wc-moona-error {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 5px 0 15px;
    padding: 1px 12px;
    border-left-color: #dc3232;
    color: #dc3232;
}


.moona-popin-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}

.moona-popin-container > div {
    margin: 70px auto;
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    width: 50%;
    height: 85%;
    position: relative;
    max-width: 500px;
}

@media screen and (max-width: 650px) {
    .moona-popin-container > div {
        background: transparent;
        width: 90% !important;
        padding: 0px;
    }
}

.moona-integrated-container {
    min-width: 100%;
    height: 240px;
}

.moona-integrated-container > div {
    min-width: 100%;
    height: 240px;
}

@media screen and (max-width: 650px) {
    .moona-integrated-container {
        height: 240px;
    }

    .moona-integrated-container > div {
        height: 240px;
    }
}