.cm-popup-close {
    position: absolute;
    top: -30px;
    right: 0px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 14px;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    color:white;
    text-align: center;
}

.cm-popup-close i{font-weight:400;}



.cm-popup-body{background-color: transparent; margin-top:50px;}

.cm-popup {
    width: 100%;
    max-width: 300px !important;
    height:400px;    
}

.cm-popup body{background-color: transparent;}

.o-newsletter{
    background-color: #160953;
    color: #fff;
    border: 1px #fff solid;
    padding: 24px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.o-newsletter 
h2{
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.m-form-module label{
        display: block;
        width: 100%;
        color: #fff;
        margin-bottom: 4px;
    }
.m-form-module input{
    color:#333;
    font-size:14px;
}

@media only screen and (max-width: 440px) {
    iframe.cm-popup {
        height: 640px !important;
    }
}


.cm-show-button {
    display: block;
    border: 1px solid #544c8a;
    width: auto;
    min-width: 14rem;
    position: fixed;
    top: 150px;
    right: 0px;
    padding: 0.7rem;
    color: #333;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1rem;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    border-radius: 3px;
}