.latest-newsletter-item {
    background: #000;
    border: 2px solid rgba(255, 255, 255, 0.22);
}

.latest-newsletter-widget__over-title {
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 80px 98px 28px;
}

@media only screen and (max-width : 768px) {
    .latest-newsletter-widget__over-title {
        margin: 30px 18px 28px;
    }
}

.newsletter-widget-date-tagline {
    font-family: "Proximanova Bold", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3em;
    line-height: 25px;
    text-align: left;
    color: #ffffff6b;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    position: absolute;
    margin: 98px;
    text-transform: uppercase;
}

@media only screen and (max-width : 768px) {
    .newsletter-widget-date-tagline {
        word-spacing: 40px;
        width: min-intrinsic;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        display: table-caption;
        display: -ms-grid;
        -ms-grid-columns: min-content;
        margin: 25px !important;
        color: #ffffffc4;
    }
}
.newsletter-widget-moreless {
    width: 100%;
    flex-basis: 100%;
}


.newsletter-widget-date-title {
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-size: 17px;
    padding-left: 70px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;

}

@media only screen and (max-width : 768px) {
    .newsletter-widget-date-title {
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    padding-left: 0px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    }
}

.newsletter-widget-date-title::before {
    position: absolute;
    height: 2px;
    width: 50px;
    content: '';
    left: 0;
    background: #fff;
}

@media only screen and (max-width : 768px) {
    .newsletter-widget-date-title::before {
        display: none;
    }

    .newsletter-widget-date-title::after {
        position:absolute;
        margin-top: 30px;
        height: 2px;
        width: 50px;
        content: '';
        left: 0;
        background: #fff;
    }
}

.latest-newsletter-item .loop-image-wrapper::before {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.latest-newsletter-item .loop-image {
    background-size: cover;
    height: 100%;
    max-height: 100%;
}

.newsletter-widget-moreless::before {
    top: 15px;
    bottom: 0;
    position: absolute;
    right: 35px;
    left: auto;
}

body.home::before {
    background: rgb(25, 192, 240);
    background: -moz-linear-gradient(45deg, rgba(25, 192, 240, 1) 0%, rgba(255, 102, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(25, 192, 240, 1) 0%, rgba(255, 102, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(25, 192, 240, 1) 0%, rgba(255, 102, 255, 1) 100%);
    height: 100px;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
}

body.home::after {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.65) 0%, #000 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.65) 0%, #000 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.65) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    height: 100px;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}

body #sticky-bar {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: saturate(180%) blur(80px) brightness(200%);
}


.loop-panel.content-panel .loop-info-wrapper {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}


.latest-newsletter-bottom-part {
    display: flex;
    justify-content: space-between;

}

@media only screen and (max-width : 603px) {
    .latest-newsletter-bottom-part {
        display: block;
    }
}



.latest-newsletter-prev-link {
    flex-basis: 100%;
}



.nw-read-less {
    width: 100%;
    position: relative;
    align-content: center;
    align-items: center;
    /*flex: 1 50%;*/
}

.nw-read-less::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
    right: 0;
    top: 20px;
}


a.latest-newsletter-prev-link {
    position: relative;
    line-height: 50px;
    letter-spacing: 6.13px;
    color: #ccc;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 0 35px;
    cursor: pointer;
    margin-right: 10px;
}

@media only screen and (max-width : 603px) {
    a.latest-newsletter-prev-link {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
}

a.latest-newsletter-prev-link::before {
    top: 17px;
    left: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 30px;
}



/** Listen now podcast **/
.dgit-podcast-widget {
    padding: 50px 100px;
    border-radius: 18px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid transparent;

    background:
        linear-gradient(#000, #000) padding-box,
        /*this is your grey background*/
        linear-gradient(to right, #FF66FF, #19C0FF) border-box;
}

@media only screen and (max-width : 603px) {
    .dgit-podcast-widget {
        padding: 50px 25px;
    }
}

.widget-title {
    font-weight: 600;
}

.widget-small-text {
    font-size: 18px;
    color: #424242;
    margin-top: 25px;
}

.widget-sub-title {
    font-size: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.dgit-podcast-widget .widget-description {
    font-family: 'Proximanova Bold', sans-serif;
}

.dgit-podcast-widget-wrapper {
    border-bottom: 0;
}

.dgit-podcast-button {
    margin-right: 0;
}


@media only screen and (max-width : 768px) {
    .desktop-only {
        display: none;
    }
}

hr.mobile-only {
    display: none;
    width: 49px;
    color: #fff;
    background: #fff;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.newsletter-hr {
    margin-left: 0;
}

@media only screen and (max-width : 768px) {
    hr.mobile-only {
        display: block;
    }
}


.loop-info-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.loop-panel.content-panel .bottom-loop-info {
    padding: 0;
}

.loop-panel.content-panel .loop-image {
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.loop-panel.content-panel .loop-image-wrapper {
    border-radius: 4px;
}

.loop-panel.content-panel .loop-info-wrapper {
    height: 100%;
}

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

    .loop-panel.content-panel {
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
        width: 100%;
        height: 100%;
        padding: 0 1.666666%;
        float: left;
        max-height: 100%;
        min-height: 100%;
    }
}

#front-page {
    padding-top: 0;
}

@media only screen and (max-width : 768px) {
    #front-page {
        padding-top: 0;
    }
}

/** OPT IN EMAIL*/
#front-page-subscribe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.front-page-newsletter-wrapper {
    border-radius: 18px;
    padding: 45px 100px;
    margin-bottom: 20px;
    background-image: linear-gradient(150deg, #120F12 0%, #060D10 100%);
    background-image: -moz-linear-gradient(150deg, #120F12 0%, #060D10 100%);
    background-image: -webkit-linear-gradient(150deg, #120F12 0%, #060D10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66ff82', endColorstr='#19c0ff82', GradientType=1);
}

.front-page-newsletter-text-wrapper {
    float: none !important;
    width: 65%;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width : 768px) {
    .front-page-newsletter-text-wrapper {
        float: none !important;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

.front-page-newsletter-wrapper {
    padding: 45px 100px;
    margin-top: 100px;

}

@media only screen and (max-width : 768px) {
    .front-page-newsletter-wrapper {
        padding: 35px;
        margin-top: 20px;
    }
}

.front-page-newsletter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: unset;
    flex-direction: column;
    flex: 1 100%;

}

.front-page-newsletter-logo-wrapper {
    float: none;
    width: auto;
    height: auto;
    position: relative;
    padding-bottom: 40px;
}

.front-page-newsletter-text-wrapper input#drip-email {
    background: #25282B;
    color: #fff;
    height: 54px;
}

.front-page-newsletter-text-wrapper input#drip-email::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.front-page-newsletter-text-wrapper input#drip-email::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.front-newsletter-description {
    margin-bottom: 20px;
}

#front-page-subscribe .main-label-button {
    height: 40px;
    background: transparent;
    border: 2px solid #19C0FF;
    box-shadow: none;
    width: 150px;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 0;
}

@media only screen and (max-width : 768px) {
    #front-page-subscribe .main-label-button {
        display: flex;
        margin-top: 10px;
        flex: 0 100%;
        width: 100%;
        position: relative;
        ;
    }
}

@media only screen and (max-width : 768px) {
    .main-label-email {
        margin-right: 0 !important;
    }
}


#home-section-menu {
    padding-top: 34px;
    padding-bottom: 75px;
    right: -430px;
    top: 60px;
    background: #000;
    transition: right .3s;
    -webkit-transition: right .5s;
    border-left: rgba(255, 255, 255, .2) 2px solid;
}


.show-menu .menu-button span:before,
.show-menu .menu-button span:after {
    background: #fff;
}

.menu__header {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    height: 60px;
    padding: 0 20px;
    align-items: center;
    align-content: center;
}

.menu__header__right {
    flex: 0 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

@media only screen and (min-width : 769px) and (max-width: 1216px) {
    .menu__header__right {
        flex: 0 20%;
    }
}

@media only screen and (min-width : 1217px) {
    .menu__header__right {
        flex: 0 60%;
    }
}



.menu__header__right__subscribe {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 25px;
}

@media only screen and (max-width : 1301px) {
    .menu__header__right__subscribe {
        display: none;
    }
}

.menu__header__right__subscribe__heading {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    font-family: "Proximanova Bold", sans-serif;
}

.menu__header__right__subscribe input#drip-email {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff80;
    height: 40px;
    border-radius: 4px;
    width: 290px;
}

.menu__header__right__subscribe input#drip-email::placeholder {
    color: #ffffff80;
    font-size: 15px;
}

.menu__header__right__subscribe .main-label-button {
    height: 40px;
    background: transparent;
    border: 2px solid #19C0FF;
    box-shadow: none;
    width: 150px;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 0;
}

label[for="drip-email-submit"]:after {
    margin-left: 20px;
}

.menu__header__logo {
    flex: 0 10%;
    align-items: center;
    ;
}

.menu__header__logo img {
    width: 65%;
}

@media only screen and (max-width : 768px) {
    .menu__header__logo img {
        width: 40%;
    }

    .menu__header__logo {
        flex: 0 40%;
        align-items: center;
        ;
    }

    #search-toggle {
        display: none !important;
    }
}

@media only screen and (min-width : 769px) and (max-width: 1200px) {
    .menu__header__logo img {
        width: 100%;
    }
}

@media only screen and (min-width : 1775px) {
    .menu__header__logo img {
        width: 50%;
    }
}

@media only screen and (max-width : 425px) {
    .menu__header__logo img {
        width: 60%;
    }

    .menu__header__logo {
        flex: 0 40%;
        align-items: center;
        ;
    }


}

.main-menu-socs {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: justify;
    margin-top: 100px;
    bottom: 20px;
    padding: 0 20px;
}

#home-section-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    TEXT-ALIGN: RIGHT;
}


.menu__header__menu {
    flex: 0 30%;
}

@media only screen and (max-width : 768px) {
    .menu__header__menu {
        display: none;
    }
}

@media only screen and (min-width : 769px) and (max-width: 1217px) {
    .menu__header__menu {
        flex: 0 70%;
    }
}

.menu__header__menu ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    align-content: center;
    height: 60px;
    margin: 0;
}

.menu__header__menu ul li {
    padding: 0 10px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}



.menu__header__menu ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    transition: color 0.3s;
    position: relative;
    letter-spacing: 3px;
    font-weight: 600;
}

.menu__header__menu ul li a:hover {
    color: #fff;
}

.current-menu-item {
    color: #fff !important;
}

.current-menu-item a {
    color: #fff !important;
}

.current-menu-item a:after {
    /* border-bottom: 2px solid #fff; */
    /* padding-bottom: 50px; */
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    left: 0;
    position: absolute;
    bottom: -10px;
}

.menu__header .menu-button {
    margin: 0;
}

body #sticky-bar.fixed {
    height: 60px;
    border-bottom: 0;
}


.front-page-articles .loop-image-wrapper,
.loop-image-wrapper {
    overflow: hidden;
}

.front-page-articles .bottom-loop-info,
.loop-panel.content-panel .bottom-loop-info {
    position: relative !important;
    top: 10px;
}

.front-page-articles__title {
    display: flex;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    margin-bottom: 50px;

}

.front-page-articles__title:before {
    height: 2px;
    width: 49px;
    content: '';
    left: 0;
    background: #fff;
    margin-right: 20px;
}

@media only screen and (max-width : 768px) {
    .front-page-articles__title {
        font-size: 24px;
    }

    .front-page-articles__title:before {
        width: 20px;
    }
}


.after-header {
    /*margin-top: 150px!important;*/
}

.loop-panel a:hover ~ .loop-image-wrapper .loop-image {
    transform: scale(1.1);
}


.main-post-container {
    margin-top: 75px;
}
