/*================================
ACKDET OVERLAY
================================*/

.ackdet-overlay { display: none; }

.blk-detected { overflow: hidden; }

.blk-detected .ackdet-overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.blk-detected .ackdet-overlay-msg {
    position: fixed;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 30px;
}

@media all and (max-width: 768px){
    .blk-detected .ackdet-overlay-msg { font-size: 20px; }
}

.blk-detected .ackdet-overlay-msg .btn {
    color: black;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    /*margin: 20px auto;*/
    padding: 10px 20px;
    background-color: white;
}

.blk-detected .ackdet-overlay-msg .login {
    color: white;
    font-size: 20px;
}

.blk-detected .ackdet-overlay-msg .subscriber-login {
    color: white;
    text-decoration: underline;
    /*font-size: 20px;*/
}

/*================================
SWG SUBSCRIPTION PAGE
================================*/

.page-template-page-subscribe .single-content { width: 100% !important; }
.page-template-page-subscribe .single-content h1.post-title{margin:20px 0}
.page-template-page-subscribe p.red{color: #8c1219; font-weight: bold}

.subscribe-options { display: flex; justify-content: center; margin-top: 40px; margin-bottom: 60px}
.subscribe-options .subscribe-item {
    width: 30%;
    text-align: center;
    flex: 1
}
.subscribe-options .subscribe-box {
    border-radius: 4px;
    padding: 40px 20px;
    box-shadow: 0 1px 1px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    background-color: #8c1219;
    margin-bottom: 10px;
}
.subscribe-options .subscribe-box * { color: white; }
.subscribe-options .subscribe-box p { padding: 10px 0 15px 0!important;}
.subscribe-options .subscribe-box h3 { padding-bottom: 15px; font-size: 30px; text-transform: uppercase}
.subscribe-options .subscribe-box h4 { padding-bottom: 15px; font-size: 18px; text-transform: uppercase }
.subscribe-options .subscribe-box h5 { padding-bottom: 15px; font-size: 18px; }
.subscribe-options .subscribe-box i { padding-bottom: 15px; font-size: 40px;}
.subscribe-options .subscribe-item:nth-child(2) { margin: 0 20px; }
#entry .subscribe-options .subscribe-box span.striked {text-decoration: line-through; font-family: 'Open Sans Condensed', sans-serif;}

.subscribe-options .subscribe-details h5 {padding-top: 15px; font-size: 18px; text-transform: uppercase;}
.subscribe-options .subscribe-details p {font-size: 18px!important; font-family: 'Open Sans Condensed', sans-serif!important; padding-bottom: 0!important;}
.subscribe-options .subscribe-details p.text-center {font-size: 22px!important; padding-top: 10px!important;}

.swg-button-disabled {
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    outline: 0;
    padding: 11px 8px;
    width: 240px;
    min-width: 150px;
    height: 40px;
    min-height: 40px;
    background-color: white;
    color: #5f6368!important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

.subscribe-partners { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 10px; margin-bottom: 40px}

.subscribe-partners .partner-logo {
    text-align: center;
    padding:0 15px;
    flex: 1 0 10% ;
}

.page-template-page-subscribe.page h2{text-align: center}

.page-template-page-subscribe.page p.text-center{text-align: center; margin-top:10px!important;}

.subscribe-description{margin-top: 40px; margin-bottom: 40px}

/*================================
PLEDGE
================================*/

.wrap-below-article-pledge.active { background-color: #eeeeee; border: 1px solid #8c1219; border-top: 3px solid #8c1219; padding: 20px; clear: both; }
.wrap-below-article-pledge.active p { font-family: 'Lato', sans-serif!important; line-height: 18px; margin-bottom: 10px; }
.wrap-below-article-pledge.active .btn { display: block; background-color: #8c1219; color: white; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; font-size: 20px; }
