/** 
 * Notification Style
 *******************************************************************************/

/**
 * General
 **/
/** Header **/
.wppop-header:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.wppop-header-inner {
    padding: 0 10px;
    position: relative;
}
.wppop-header .wppop-icon-left {
    display: inline-block;
    margin-right: 12px;
    opacity: 0.8;
}
.wppop-header .wppop-title {
    display: inline-block;
    font-weight: bold;
    margin: 0;
}
.wppop-header .wppop-icon-right {
    float: right;
}
.wppop-header .wppop-icon-right [class*="wppop-icon"] {
    margin-left: 10px;
}
.wppop-header .wppop-icon-right a {
    opacity: 0.8;
}
.wppop-header .wppop-icon-right a:hover {
    opacity: 1;
}

/** Content **/
.wppop-content p:first-child {
    margin-top: 0;
}
.wppop-content p:last-child {
    margin-bottom: 0;
}

/** Content Text **/
.wppop-notice-text .wppop-content {
    padding: 10px;
}

/** Content News **/
.wppop-notice-news {
    padding: 10px;
}
.wppop-news-thumbnail {
    border: 3px solid rgba(0,0,0,0.1);
}
.wppop-news-thumbnail img {
    display: block;
    width: 100%;
}
.wppop-news-title {
    margin: 6px 0;
    font-weight: bold;
}
.wppop-font-small .wppop-news-title {
    font-size: 14px;
}
.wppop-font-medium .wppop-news-title {
    font-size: 16px;
}
.wppop-font-large .wppop-news-title {
    font-size: 18px;
}
.wppop-font-small .wppop-notice-news .wppop-content {
    font-size: 12px;
    line-height: 16px;
}
.wppop-font-medium .wppop-notice-news .wppop-content {
    font-size: 14px;
    line-height: 18px;
}
.wppop-font-large .wppop-notice-news .wppop-content {
    font-size: 16px;
    line-height: 20px;
}
.wppop-news-date {
    margin: 8px 0;
}
.wppop-news-date i {
    margin-right: 8px;
}
.wppop-font-small .wppop-news-date {
    font-size: 11px;
}
.wppop-font-medium .wppop-news-date {
    font-size: 13px;
}
.wppop-font-large .wppop-news-date {
    font-size: 15px;
}
.wppop-font-small .wppop-permalink {
    font-size: 12px;
}
.wppop-font-medium .wppop-permalink {
    font-size: 14px;
}
.wppop-font-large .wppop-permalink {
    font-size: 16px;
}

/** Content Event **/
.wppop-notice-event {
    padding: 10px;
}
.wppop-notice-event .wppop-meta {
    margin: 8px 0 10px;
}
.wppop-notice-event .wppop-meta li {
    list-style: none;
}
.wppop-font-small .wppop-notice-event .wppop-content {
    font-size: 12px;
    line-height: 16px;
}
.wppop-font-medium .wppop-notice-event .wppop-content {
    font-size: 14px;
    line-height: 18px;
}
.wppop-font-large .wppop-notice-event .wppop-content {
    font-size: 16px;
    line-height: 20px;
}
.wppop-font-small .wppop-notice-event .wppop-meta {
    font-size: 11px;
}
.wppop-font-medium .wppop-notice-event .wppop-meta {
    font-size: 13px;
}
.wppop-font-large .wppop-notice-event .wppop-meta {
    font-size: 15px;
}
.wppop-font-small .wppop-notice-event .wppop-permalink {
    font-size: 11px;
}
.wppop-font-medium .wppop-notice-event .wppop-permalink {
    font-size: 13px;
}
.wppop-font-large .wppop-notice-event .wppop-permalink {
    font-size: 15px;
}

/** Content Profile **/
.wppop-notice-profile {
    padding: 10px;
}
.wppop-profile-photo {
    border: 3px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
}
.wppop-profile-photo img {
    display: block;
    width: 100%;
}
.wppop-profile-name {
    margin-bottom: 8px;
    font-weight: bold;
}
.wppop-notice-profile .wppop-meta {
    margin: 8px 0 10px;
}
.wppop-notice-profile .wppop-meta li {
    list-style: none;
}
.wppop-font-small .wppop-profile-name {
    font-size: 14px;
}
.wppop-font-medium .wppop-profile-name {
    font-size: 16px;
}
.wppop-font-large .wppop-profile-name {
    font-size: 18px;
}
.wppop-font-small .wppop-notice-profile .wppop-content {
    font-size: 12px;
    line-height: 16px;
}
.wppop-font-medium .wppop-notice-profile .wppop-content {
    font-size: 14px;
    line-height: 18px;
}
.wppop-font-large .wppop-notice-profile .wppop-content {
    font-size: 16px;
    line-height: 20px;
}
.wppop-font-small .wppop-notice-profile .wppop-meta {
    font-size: 11px;
}
.wppop-font-medium .wppop-notice-profile .wppop-meta {
    font-size: 13px;
}
.wppop-font-large .wppop-notice-profile .wppop-meta {
    font-size: 15px;
}

/** Content Contact **/
.wppop-notice-contact {
    padding: 10px;
}
.wppop-contact-name {
    margin-bottom: 8px;
    font-weight: bold;
}
.wppop-contact-address {
    margin-bottom: 8px;
}
.wppop-notice-contact .wppop-contact-value {
    margin: 8px 0 10px;
}
.wppop-notice-contact .wppop-contact-value li {
    list-style: none;
    margin-bottom: 4px;
}
.wppop-notice-contact .wppop-contact-value i {
    margin-right: 10px;
    text-align: right;
    width: 14px;
}

.wppop-font-small .wppop-contact-name {
    font-size: 14px;
}
.wppop-font-medium .wppop-contact-name {
    font-size: 16px;
}
.wppop-font-large .wppop-contact-name {
    font-size: 18px;
}
.wppop-font-small .wppop-contact-address {
    font-size: 12px;
}
.wppop-font-medium .wppop-contact-address {
    font-size: 14px;
}
.wppop-font-large .wppop-contact-address {
    font-size: 16px;
}
.wppop-font-small .wppop-contact-value {
    font-size: 12px;
}
.wppop-font-medium .wppop-contact-value {
    font-size: 14px;
}
.wppop-font-large .wppop-contact-value {
    font-size: 16px;
}

/** Content Video **/
.wppop-notice-video {
    padding: 10px;
}

/** Content Product **/
.wppop-notice-product {
    padding: 10px;
}
.wppop-product-image {
    border: 3px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
    padding: 4px;
}
.wppop-product-image img {
    display: block;
    width: 100%;
}
.wppop-product-name {
    font-weight: bold;
    margin-bottom: 5px;
}
.wppop-font-small .wppop-product-name {
    font-size: 14px;
}
.wppop-font-medium .wppop-product-name {
    font-size: 16px;
}
.wppop-font-large .wppop-product-name {
    font-size: 18px;
}
.wppop-product-price {
    font-style: italic;
    margin-bottom: 6px;
}
.wppop-notice-product .wppop-content {
    margin-bottom: 8px;
}
.wppop-font-small .wppop-product-price {
    font-size: 12px;
}
.wppop-font-medium .wppop-product-price {
    font-size: 14px;
}
.wppop-font-large .wppop-product-price {
    font-size: 16px;
}
.wppop-font-small .wppop-notice-product .wppop-content {
    font-size: 12px;
    line-height: 16px;
}
.wppop-font-medium .wppop-notice-product .wppop-content {
    font-size: 14px;
    line-height: 18px;
}
.wppop-font-large .wppop-notice-product .wppop-content {
    font-size: 16px;
    line-height: 20px;
}
.wppop-font-small .wppop-notice-product .wppop-permalink {
    font-size: 11px;
}
.wppop-font-medium .wppop-notice-product .wppop-permalink {
    font-size: 13px;
}
.wppop-font-large .wppop-notice-product .wppop-permalink {
    font-size: 15px;
}

/** Content Ad **/
.wppop-notice-ad {
    padding: 10px;
}
.wppop-ad-main a {
    display: block;
    border: 3px solid rgba(0,0,0,0.1);
}
.wppop-ad-main img {
    display: block;
    width: 100%;
}


/**
 * Theme #1
 **/
.wppop-style-1 .wppop-main-inner {
    border-top: 0 none!important;
}
.wppop-style-1[class*="wppop-shadow"] .wppop-header-inner {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
       -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
         -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

/** Shadow **/
.wppop-style-1.wppop-shadow-smooth {
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
       -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
         -o-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
.wppop-style-1.wppop-shadow-medium {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
         -o-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
            box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.wppop-style-1.wppop-shadow-strong {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
       -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
         -o-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
            box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
}
/** Radius **/
.wppop-style-1.wppop-radius-small {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wppop-style-1.wppop-radius-small .wppop-header-inner {
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.wppop-style-1.wppop-radius-small .wppop-main-inner {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}
.wppop-style-1.wppop-radius-medium {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.wppop-style-1.wppop-radius-medium .wppop-header-inner {
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
}
.wppop-style-1.wppop-radius-medium .wppop-main-inner {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
}
.wppop-style-1.wppop-radius-large {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.wppop-style-1.wppop-radius-large .wppop-header-inner {
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}
.wppop-style-1.wppop-radius-large .wppop-main-inner {
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}

 
/**
 * Theme #2
 **/
.wppop-style-2 .wppop-main {
    margin-top: 6px;
}
/** Shadow **/
.wppop-style-2.wppop-shadow-smooth .wppop-header-inner,
.wppop-style-2.wppop-shadow-smooth .wppop-main-inner {
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
       -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
         -o-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
.wppop-style-2.wppop-shadow-medium .wppop-header-inner,
.wppop-style-2.wppop-shadow-medium .wppop-main-inner {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
         -o-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
            box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.wppop-style-2.wppop-shadow-strong .wppop-header-inner,
.wppop-style-2.wppop-shadow-strong .wppop-main-inner {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
       -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
         -o-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
            box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
}
/** Radius **/
.wppop-style-2.wppop-radius-small .wppop-header-inner {
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.wppop-style-2.wppop-radius-small .wppop-main-inner {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}
.wppop-style-2.wppop-radius-medium .wppop-header-inner {
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
}
.wppop-style-2.wppop-radius-medium .wppop-main-inner {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
}
.wppop-style-2.wppop-radius-large .wppop-header-inner {
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}
.wppop-style-2.wppop-radius-large .wppop-main-inner {
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}


/**
 * Theme #3
 **/
.wppop-style-3 .wppop-header-inner {
    border-top-width: 4px!important;
}
.wppop-style-3[class*="wppop-shadow"] .wppop-header-inner {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
       -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
         -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}
.wppop-style-3 .wppop-main-inner {
    border-top: 0 none!important;
}

/** Shadow **/
.wppop-style-3.wppop-shadow-smooth {
    -webkit-box-shadow: 1px 2px 0 0 rgba(0,0,0,.1);
       -moz-box-shadow: 1px 2px 0 0 rgba(0,0,0,.1);
         -o-box-shadow: 1px 2px 0 0 rgba(0,0,0,.1);
            box-shadow: 1px 2px 0 0 rgba(0,0,0,.1);
}
.wppop-style-3.wppop-shadow-medium {
    -webkit-box-shadow: 2px 4px 0 0 rgba(0,0,0,.2);
       -moz-box-shadow: 2px 4px 0 0 rgba(0,0,0,.2);
         -o-box-shadow: 2px 4px 0 0 rgba(0,0,0,.2);
            box-shadow: 2px 4px 0 0 rgba(0,0,0,.2);
}
.wppop-style-3.wppop-shadow-strong {
    -webkit-box-shadow: 3px 6px 0 0 rgba(0,0,0,.3);
       -moz-box-shadow: 3px 6px 0 0 rgba(0,0,0,.3);
         -o-box-shadow: 3px 6px 0 0 rgba(0,0,0,.3);
            box-shadow: 3px 6px 0 0 rgba(0,0,0,.3);
}
/** Radius **/
.wppop-style-3.wppop-radius-small {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wppop-style-3.wppop-radius-small .wppop-header-inner {
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.wppop-style-3.wppop-radius-small .wppop-main-inner {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}
.wppop-style-3.wppop-radius-medium {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.wppop-style-3.wppop-radius-medium .wppop-header-inner {
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
}
.wppop-style-3.wppop-radius-medium .wppop-main-inner {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
}
.wppop-style-3.wppop-radius-large {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.wppop-style-3.wppop-radius-large .wppop-header-inner {
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}
.wppop-style-3.wppop-radius-large .wppop-main-inner {
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}


/**
 * Theme #4
 **/
.wppop-style-4 .wppop-main-inner {
    margin-top: 16px;
    position: relative;
}
.wppop-style-4 .wppop-main-inner:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
    top: -20px;
    left: 20px;
}

/** Shadow **/
.wppop-style-4.wppop-shadow-smooth .wppop-header-inner,
.wppop-style-4.wppop-shadow-smooth .wppop-main-inner {
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
       -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
         -o-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
.wppop-style-4.wppop-shadow-medium .wppop-header-inner,
.wppop-style-4.wppop-shadow-medium .wppop-main-inner {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
         -o-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
            box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.wppop-style-4.wppop-shadow-strong .wppop-header-inner,
.wppop-style-4.wppop-shadow-strong .wppop-main-inner {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
       -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
         -o-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
            box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
}
/** Radius **/
.wppop-style-4.wppop-radius-small {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wppop-style-4.wppop-radius-small .wppop-header-inner {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wppop-style-4.wppop-radius-small .wppop-main-inner {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wppop-style-4.wppop-radius-medium {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.wppop-style-4.wppop-radius-medium .wppop-header-inner {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.wppop-style-4.wppop-radius-medium .wppop-main-inner {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.wppop-style-4.wppop-radius-large {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.wppop-style-4.wppop-radius-large .wppop-header-inner {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.wppop-style-4.wppop-radius-large .wppop-main-inner {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}


/**
 * Theme #5
 **/
.wppop-style-5 .wppop-main-inner {
    margin-top: 16px;
    position: relative;
}
.wppop-style-5 .wppop-header-inner:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 20px;
}

/** Shadow **/
.wppop-style-5.wppop-shadow-smooth .wppop-header-inner,
.wppop-style-5.wppop-shadow-smooth .wppop-main-inner {
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
       -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
         -o-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
.wppop-style-5.wppop-shadow-medium .wppop-header-inner,
.wppop-style-5.wppop-shadow-medium .wppop-main-inner {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
         -o-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
            box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.wppop-style-5.wppop-shadow-strong .wppop-header-inner,
.wppop-style-5.wppop-shadow-strong .wppop-main-inner {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
       -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
         -o-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
            box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
}
/** Radius **/
.wppop-style-5.wppop-radius-small {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wppop-style-5.wppop-radius-small .wppop-header-inner {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wppop-style-5.wppop-radius-small .wppop-main-inner {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wppop-style-5.wppop-radius-medium {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.wppop-style-5.wppop-radius-medium .wppop-header-inner {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.wppop-style-5.wppop-radius-medium .wppop-main-inner {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.wppop-style-5.wppop-radius-large {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.wppop-style-5.wppop-radius-large .wppop-header-inner {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.wppop-style-5.wppop-radius-large .wppop-main-inner {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}



@media only screen and (max-width: 768px) {
    
    .wppop-mobile-hide {
        display: none!important;
    }
}