@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.col-lg-9 p,
.col-lg-9 h1,
.col-lg-10 h1,
.col-lg-9 h2,
.col-lg-9 h3 {
    font-family: 'Merriweather';
}

.col-lg-9 p {
    margin: 0 0 1.25rem;
}

.col-lg-9 h1,
.col-lg-10 h1 {
    letter-spacing: -0.05rem;
    margin-top: 0;
    line-height: 1.1;
}

.sectionContainer {
    max-width: 950px;
}

.sectionContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
}

.col-lg-9 h3 {
    color: #333333;
}

.pdate {
    color: #787878;
    font-size: 19px;
    margin-top: 30px;
    font-family: 'Merriweather';
}

.ctaimage {
    width: 70%;
    margin: auto;
}

header .logo {
    height: 60px;
    margin-left: 30px;
    width: 202px;
    display: none;
}

h3 {
    max-width: 865px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

a {
    color: blue;
    text-decoration: underline;
}

#heroImage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-pressel.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

h1 {
    padding-top: 5%;
    color: #fff;
    font-size: 45px;
    text-align: left;
    font-weight: 700;
}

.col-lg-9 p.pdate {
    font-size: 19px;
    color: #787878;
}

.drimage {
    max-width: 300px;
    margin: auto;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        padding-left: 0px;
        line-height: 45px !important;
        color: #fff;
    }

    h3 {
        font-size: 20px;
        width: 100%;
    }

    .drimage {
        max-width: 100%;
    }

    .ctaimage {
        width: 100%;
    }

    .sectionContainer {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 500px) {
    #heroImage {
        background-color: #e0f8f7;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://d31otfhas71ais.cloudfront.net/cms-assets/images/677bd14b621fb3e2030f94c3/677bd21aa896ec623d078a44.jpg);
        background-repeat: no-repeat;
        background-position: top right 0%;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .pdate {
        color: #959191;
        font-size: 13px;
    }
}

.btn {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #fff;
    background-color: #3f7501;
    padding: 20px 30px;
    border: solid #00873f 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 5px;
    transition: 1062ms;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin: auto;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

p {
    margin: 0 0 1.25rem;
    /* font-size: 17px; */
}

.advertorialText {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out 0s;
    font-size: 23px;
    color: #000;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 24px;
}

#advertisement {
    display: none;
}

.img-responsive {
    margin: auto;
}

@media(max-width: 991px) {
    .img-responsive {
        max-width: 100% !important;
    }
}

button.cta {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    padding: 13px 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 0 solid;
    background-color: #ff0101;
    margin: auto;
    display: block;
}

.multiBrandAdvertorial button.cta {
    width: auto;
}

button.cta:hover {
    background-color: #ff0101;
}

#notifications {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    max-width: 300px;
}

.notification {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    opacity: 1;
    transition: opacity 1s;
}

.notification.fade-out {
    opacity: 0;
}

.exit-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.exit-popup-content {
    background: white;
    padding: 20px;
    max-width: 800px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .exit-popup-content {
        max-width: 90%;
    }

    .exit-popup-content img{
        max-width: 100%;
    }
}

.exit-popup h2 {
    color: #f00;
    font-weight: 700;
}

.btn {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #f90;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.btn:hover {
    opacity: 0.8;
}


/* Counter People Reading */
.counter-dot {
    width: 13px;
    display: block;
    height: 13px;
    background: red;
    display: inline-block;
    border-radius: 50%;
    animation: blink 1.2s infinite;
    margin-right: 3px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* END CSS Counter People Reading */

/* CSS spots remaining */
.container-spots {
    max-width: 400px;
    margin: 0px auto;
    text-align: center;
    font-family: Arial, sans-serif;
}

.container-spots p {
    font-size: 1rem;
    margin-bottom: 10px;
}

#progress-bar {
    display: flex;
    justify-content: center;
    gap: 2px;
}

#progress-bar .step {
    flex: 1;
    height: 20px;
    background-color: #e74c3c;
    transition: background-color 0.3s;
}

.blinker {
    -webkit-animation: blinker 1.2s infinite both;
    animation: blinker 1.2s infinite both;
}

#progress-bar .step.active:last-of-type {
    /* Target the last step */
    animation: blinker 5s linear infinite;
    /* Apply the blinker animation */
}

@-webkit-keyframes blinker {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes blinker {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

#progress-bar .step.inactive {
    background-color: #ddd;
}

/* END CSS spots remaining */


.breathing-button {
    background: radial-gradient(at center center, #0069ff 28%, #00f 100%);
    border: none;
    color: white;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    margin: auto;
    display: block;
    width: 100%;
}

.breathing-button:hover {
    animation: atomicat-animation-pulse 2s infinite linear;
}

@keyframes atomicat-animation-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.video-counter {
    background-color: rgba(0, 0, 0, .8);
    bottom: 30px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 2%;
    text-decoration: none !important;
}

.col-lg-9 {
    max-width: 950px !important;
    padding: 0 30px;
}

@media(max-width: 991px) {
    .col-lg-9 {
        padding: 0;
    }
}

.col-lg-9 p,
.col-lg-9 ul {
    font-size: 17px;
    line-height: 1.75;
    color: #333333;
}

.col-lg-9 h3 {
    max-width: 865px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

@media(max-width: 991px) {
    .col-lg-9 h3 {
        font-size: 20px;
        width: 100%;
    }
}

.catg_title {
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 600;
}

.content-image {
    top: 0px;
}


.dvlr {
    color: #4d4d4d;
    font-size: 12px;
    font-family: 'Montserrat';
}

.dvlr .date {
    padding-right: 10px;
}

.dvlr .date,
.dvlr .views,
.dvlr .likes,
.dvlr .rtime,
.mobile-dvlr .views,
.mobile-dvlr .likes,
.mobile-dvlr .rtime {
    float: left;
}

.d-block {
    display: block !important;
}

.dvlr .views,
.dvlr .likes,
.mobile-dvlr .views,
.mobile-dvlr .likes {
    padding: 0 10px;
}

.fa-eye:before {
    content: "\f06e"
}

@media screen and (max-width: 890px) {

    .dvlr .likes,
    .dvlr .views,
    .dvlr .rtime {
        display: none;
    }
}

.dvlr .likes span,
.dvlr .views span,
.dvlr .rtime span,
.mobile-dvlr .likes span,
.mobile-dvlr .views span,
.mobile-dvlr .rtime span {
    background-size: cover;
    display: block;
    float: left;
    height: 14px;
    margin-right: 5px;
    margin-top: -2px;
    width: 14px
}

.dvlr .likes,
.dvlr .views,
.dvlr .rtime {
    display: none
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.dvlr .rtime,
.mobile-dvlr .rtime {
    font-style: italic;
    padding-left: 10px
}

.fa-clock-o:before {
    content: "\f017"
}

.clearboth {
    clear: both;
}


/*---------------------------------------- FOOTER ----------------------------------------*/

footer {
    color: #999;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10px;
    padding-bottom: 100px;
    text-align: center;
    border-top: 1px solid #000;
    max-width: 950px;
    margin: auto;
    margin-top: 75px;
}

footer a {
    color: #000;
    font-family: 'Merriweather', serif;
    font-size: 0.85rem;
    text-decoration: none;
}

footer a:hover {
    color: #cc0000;
    text-decoration: none;
}

footer ul {
    margin-bottom: 10px;
}

footer .logo {
    height: 34px;
    margin-bottom: 25px;
    width: 117px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}