.pum-content {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}
#popmake-6186 {
    padding: 0; background: #0a1b3a!important; border-radius: 3px;
    border: 0px solid #000000;
    box-shadow: 0px 0px 20px 0px rgba( 85, 85, 85, 0.55 );
}
.subscribe-heading, .subscribe-desc {
    color: #fff!important;
}
.pright-content .pcontent-inner {
    padding: 30px 20px 0;
}
.subscribe-desc {
    padding-bottom: 30px;
}
.subscribe-heading {
    padding: 25px 0 0;
}
.wpcf7-form-control.wpcf7-submit {
    color: #555;
    background: #fff; font-size: 12px!important;
}
.wpcf7-mail-sent-ok {
    color: #555!important;
    border: none!important;
    background: #fff; margin-left: 0;
    margin-right: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222!important;
}
.pum-close.popmake-close {
    height: auto!important;
    width: auto!important;
    left: auto;
    right: -10px;
    bottom: auto;
    top: -10px;
    color: #555555;
    font-family: inherit;
    font-size: 22px!important;
    line-height: 24px!important;
    border: 2px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 1px rgba( 0, 0, 0, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 255, 255, 255, 1.00 );
    padding: 1px 6px!important;
}
@media only screen and (min-width: 981px){
.pcontent-wrap .pcontent {
    float:  left;
    position: relative;
}
.pleft-content.pcontent {
    width: 60%;
}
.pright-content.pcontent {
    width: 40%;
}
.pum-content:before {
    content: '';
    height: 100%;
    width: 40%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
}
}
@media only screen and (max-width: 980px){
#popmake-6186 {
    /*left: auto!important;*/
    min-width: auto!important;
}
.subscribe-heading, .subscribe-desc {
    text-align: center;
}
.pum-close.popmake-close {
    top: -4px!important;
    right: -4px!important;
}
}