#masthead {
    display: none;
}
#top-bar {
    background: transparent !important;
}
#top-bar .container{
    max-width: 100% !important;
    padding: 0;
    display: block;
}
#wrapper, #main {
    background-color: transparent !important;
}
body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat' !important;
    background: url(/wp-content/uploads/2024/06/bg.webp) top center no-repeat;
    background-color: #1b070e;
    background-size: 100%;
    color: #fff;
    font-size: 15px;
    z-index: -1;
}
body:not(.home) #content .row {
    background-color: rgba(0,0,0,0.7);
    padding-top: 15px;
}
.row.row-large {
    max-width: 670px !important;
}
.archive-page-header .row {
    max-width: 640px;
}
.row-main{
    width: 640px !important;
    margin: 0px auto !important;
}
.c-form{
       width: 100%;
        padding: 1rem 0 0 0;
        margin: 0 auto;
        background: url(/wp-content/uploads/2024/06/bg-form.webp) top center no-repeat;
        background-size: 100% 85%;
}

h1, h2, h3, .content-area a {
    color: #fff !important;
    text-shadow: 1px 1px 0 #c02e05, 1px -1px 0 #c02e05, -1px 1px 0 #c02e05, -1px -1px 0 #c02e05, 1px 0 0 #c02e05, 0 1px 0 #c02e05, -1px 0 0 #c02e05, 0 -1px 0 #c02e05;
}
p,a{
    color: #fff !important;
}
.header .fill{
    display: none !important;
}
.notifications > .nano-content:focus {
    outline: thin dotted;
}
.notifications > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.notifications > .nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.01;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
}
.notifications > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(255, 255, 0, 0.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
}
.nano-pane.active,
.nano-pane.flashed,
.notifications:hover > .nano-pane {
    opacity: 0.99;
}
.notifications > .nano-content::-webkit-scrollbar {
    width: 0;
}
.notifications {
    position: fixed;
    bottom: 100px;
    right: 0px;
    display: none;
    background: url(/wp-content/uploads/2024/06/bg-jack-2.webp) 50% 3.5rem no-repeat;
    background-size: 100% calc(100% - 3.5rem);
    width: 270px;
    min-width: 270px;
    padding: 0 0 2rem;
    overflow: hidden;
}
.notifications.ready {
    display: block;
}
.jackthumb {
    text-align: center;
}
.notification_box {
    padding: 0 !important;
    position: relative;
    display: block;
    height: 320px;
    width: 82%;
    margin: 0 auto !important;
    overflow: scroll;
    overflow-x: hidden;
}
.notifications .notification {
    display: block;
    position: relative;
    height: 0;
    transform: translateX(calc(100% + 40px));
    transition: height 550ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 550ms cubic-bezier(0.23, 1, 0.32, 1) 250ms,
    opacity 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
.notifications .notification.loaded {
    height: 65px;
    transform: translateX(0);
}
.notifications .notification:nth-child(n + 5) {
    transition: opacity 550ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
}
.notifications .notification.closed {
    transform: translateX(calc(100% + 40px));
    transition: height 550ms cubic-bezier(0.23, 1, 0.32, 1) 250ms,
    transform 550ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 0;
}
.notifications .notification-inner {
    overflow: initial;
    width: 100%;
    position: relative;
    border-radius: 0;
    position: relative;
    align-items: center;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.notifications .notification-inner > * {
    position: relative;
    z-index: 1;
}
.notifications .notification.has-actions .notification-body,
.notifications .notification.has-image .notification-body {
    padding-right: 100px;
}
.notifications .notification-icon {
    width: 49px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/06/icon-jacktop4-1.webp);
    background-size: auto;
}
.notification_box .notification:nth-child(1) .notification-icon {
    background-image: url(/wp-content/uploads/2024/06/icon-jacktop1-1.webp);
}
.notification_box .notification:nth-child(2) .notification-icon {
    background-image: url(/wp-content/uploads/2024/06/icon-jacktop2-1.webp);
}
.notification_box .notification:nth-child(3) .notification-icon {
    background-image: url(/wp-content/uploads/2024/06/icon-jacktop3-1.webp);
}
.notifications .notification-icon + .notification-body {
    padding-right: 10px;
}
.notifications .notification-body {
    height: 100%;
    color: #fff;
    width: calc(100% - 60px);
    padding-left: 10px;
}
.notifications .notification-body-header {
    overflow: hidden;
    font-weight: 500;
}
.notifications .notification-body-content {
    overflow: hidden;
    font-weight: 700;
    color: #f0ed02;
    line-height: 1;
}
.notifications .notification-actions {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    letter-spacing: 0.23px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 2;
    min-width: 80px;
}
.notifications .notification-actions > * {
    pointer-events: all;
    height: 50%;
    text-align: center;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
}
.notifications .notification-actions > :hover {
    background: rgba(0, 0, 0, 0.05);
}
.notifications .notification-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    z-index: 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.c-content{
    text-align: justify !important;
}

#banners {
    position: fixed;
    left: 1%;
    bottom: 100px;
    width: 360px;
    z-index: 2;
}
#footer {
    z-index: 4;
}