/*
 * BLUECONIC OVERRIDES
*/
.fancybox-inner {
}
.fancybox-skin {
    border-radius: 0px !important;
}
.fancybox-close {
    background-image: url('/wp-content/plugins/lifeblue-pcd-paywall/public/css/modal-x-icon.svg') !important;
    background-size: auto !important;
    width: 45px !important;
    height: 45px !important;
    top: 0 !important;
    right: 0 !important;
}

/*
 * HELPER STYLES
 */
.text-center {
    text-align: center;
}
.ptm {
    padding-top: 5px;
}
.pbm {
    padding-bottom: 5px;
}
.ptl {
    padding-top: 15px;
}
.pbl {
    padding-bottom: 15px;
}
.prl {
    padding-right: 15px;
}
.pll {
    padding-left: 15px;
}
.mtm {
    margin-top: 5px;
}
.mbm {
    margin-bottom: 5px;
}
.mtl {
    margin-top: 15px;
}
.mbl {
    margin-bottom: 15px;
}

.ul-link {
    text-decoration: underline;
}
   
.button {
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.double-letter-spacing {
    letter-spacing: 1px;
}

.border-bottom {
    border-bottom: 1px solid #6D6D6D;
}

.text-black {
    color: #000;
}

.hdr-meta {
    font-family: "Ringside-Narrow", Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    color: #000;
    text-transform: uppercase;
}
.hdr-title {
    font-family: "Grifo", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    display: block;
}
@media only screen and (max-width: 500px) {
    .hdr-title {
        font-size: 30px;
    }
}

.title-helper {
    /* display: flex; */
}
.hand-horse {
    width: auto;
    height: 140px;
    margin: auto;
}
@media only screen and (max-width: 500px) {
    .title-helper {
        display: block;
    }
    .hand-horse {
        margin: 0 auto;
    }
}

/*
 * LOGIN/NEWSLETTER MODAL STYLES
 */
.page-inline,
.modal {
    font-family: "Ringside-Narrow", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    padding: 50px;
}
@media only screen and (max-width: 500px) {
    .modal {
        padding: 10px;
    }
}
.page-inline-header {
    font-family: "Ringside-Regular", Arial, Helvetica, Verdana, sans-serif !important;
    padding: 15px 0 !important;
    font-size: 24px !important;
}
.modal-header {
    font-family: "Ringside-Regular", Arial, Helvetica, Verdana, sans-serif;
    border-top: 6px solid #000000;
    padding: 15px 0;
    border-bottom: 1px solid #c1c1c1;
    font-size: 24px;
}
.page-inline-textinput,
.modal-textinput {
    border: 2px solid #cecece;
    font-size: 16px;
    padding: 10px;
}
.page-inline-inputlabel,
.modal-inputlabel {
    text-transform: uppercase;
    padding: 15px 0 10px 0;
    display: block;
}
.page-inline-primary-button,
.modal-primary-button,
.page-inline-primary-button:hover,
.modal-primary-button:hover {
    background: black;
    color: white;
}
.page-inline-primary-button:disabled,
.modal-primary-button:disabled {
    background: #E6E6E6;
    color: white;
}
.page-inline-error,
.modal-error {
    color: #f75a38;
}

.lb-hidden {
    display: none !important;
}

.loading-container {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0 10px;
}

.loading-circle {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid rgba(0, 0, 0, 0.2);
    border-top-color: #000;
    animation: spin 1s infinite linear;
}

@keyframes spin { 
    100% { 
      transform: rotate(360deg); 
    } 
}

/*
 * PAYWALL STYLES
 */
.paywall-lockdown {
    max-height: 500px;
    position: relative;
    overflow: hidden;
}
.paywall-lockdown:after {
    content: "";
    position: absolute;
    /* background: red; */
    height: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.9+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
}
.paywall-wrapper {
    font-family: "Ringside-Narrow", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    padding: 50px;
    border: 1px solid #9E9C96;
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (min-width: 1200px) {
    .paywall-wrapper {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media only screen and (max-width: 500px) {
    .paywall-wrapper {
        padding: 20px;
    }
}

.paywall-top {
}
.paywall-body__ctas {
    position: relative;
}
.paywall-body__ctas:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #D8D8D8;
    left: 0;
    right: 0;
    margin-left: 40px;
    margin-right: 40px;
}
.paywall-primary-button,
.paywall-primary-button:hover {
    background: #F75A38;
    color: white;
    display: inline-block;
    width: 90%;
    max-width: 340px;
}
.paywall-secondary-button,
.paywall-secondary-button:hover {
    background: #E6E6E6;
    color: #434140;
    display: inline-block;
    width: 90%;
    max-width: 340px;
}
@media only screen and (max-width: 500px) {
    .paywall-primary-button,
    .paywall-secondary-button {
        width: 95%;
    }
}

.reader-link {
    color: #787878;
    text-decoration: underline;
}

.reader-link:hover {
    color: #f75a38;
    text-decoration: underline;
}

.paywall-video {
    margin-top: 15px;
    position:relative; 
    padding-bottom:56.25%; 
    overflow:hidden;
}

.paywall-video__desc {
    text-align: center;
    color: #787878;
    font-size: 15px;
}

.paywall-list {
    list-style: disc;
    max-width: 400px;
    margin: 15px auto;
    line-height: 1.4;
    padding-left: 15px;
}

.paywall-image {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}