#maga-site-wrapper .site-header-wrapper .site-header .top-bar-wrapper,
#maga-site-wrapper .site-header-wrapper .site-header .middle-bar-wrapper{
    background-color:transparent !important;
}
#maga-site-wrapper .site-footer-wrapper{
    background-color:#02050c;
}

.post-thumbnail{
    height: 100%;
    overflow: hidden;
    border-radius: 2px;
}

.post-thumbnail img{
    height: 100% !important;
    object-fit: cover;
}

a.logo img{
    width: 100% !important;
    height: auto;
    max-width: 500px;
}

.categories-list-wrapper.mobile{
    display: none !important;
}

.vr_form fieldset label{
    display: none;
}

.vr_wrapper{
    padding: 0px !important;
    width: 100% !important;
}

.vr_wrapper fieldset input[type="email"]{
    width: 100% !important;
    padding: 10px !important;
    border-radius: 3px !important;
    border: none !important;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.vr_wrapper fieldset input[type="submit"]{
    padding: 10px !important;
    border-radius: 3px !important;
    border: none !important;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.vr_form p.vr_preface{
    color: #888 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: "Roboto", sans-serif !important;
}

#maga-site-wrapper .site-body-wrapper .site-body .single-post-wrapper .single-post-body-wrapper .single-post-main-column-wrapper .single-post-main-column .support-wrapper .support{
    height: auto !important;
}

#maga-site-wrapper .site-header-wrapper .site-header .top-bar-wrapper .top-bar .navigation-wrapper ul li a, #maga-site-wrapper .site-header-wrapper .site-header .middle-bar-wrapper .middle-bar.logo_and_categories-type .categories-list-wrapper ul li a{
    color:#ccc;
}

.site-header-wrapper{
    background: url(1500x500TM.png) 50% 0px no-repeat #02050c;
}

@media screen and (max-width: 1180px){
    .middle-bar-wrapper .categories-list-wrapper.desktop{
        display: none !important;
    }
}

#email-opt-in{
    display: none;
}

#email-opt-in.open{
    display: block;
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    z-index: 1000;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}

#email-opt-in #main-opt-in-box{
    display: block;
    width:95%;
    max-width: 700px;
    min-height: 200px;
    margin:100px auto auto auto;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 65px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 65px 0 rgba(0,0,0,0.5);
    text-align: center;
    padding:10px;
}

#email-opt-in #main-opt-in-box h1{
    text-transform: uppercase;
    font-size: 3.5em;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding:0;
    color:#02050c;
}

#email-opt-in #main-opt-in-box h5{
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color:#02050c;
    padding:0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#opt-in-email{
    padding: 10px;
    border: 1px solid #02050c;
    border-radius: 2px;
    font-size: 16px;
    margin: 5px;
    width: 40%;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    min-width: 11em;
    color:#02050c;
}

#opt-in-submit{
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 16px;
    margin: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: #5e8ff1;
    color: #fff;
}

#opt-in-submit:disabled,
#opt-in-submit:disabled:hover{
    background: #bdbdbd;
    cursor: default;
}

#opt-in-submit:hover{
    cursor: pointer;
    background: #4272d4;
}

#email-opt-in #main-opt-in-box a,
#email-opt-in #main-opt-in-box a:hover,
#email-opt-in #main-opt-in-box a:visited,
#email-opt-in #main-opt-in-box a:active{
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #c30707;
    text-decoration: none;
}

#email-opt-in #main-opt-in-box a.ok,
#email-opt-in #main-opt-in-box a.ok:hover,
#email-opt-in #main-opt-in-box a.ok:visited,
#email-opt-in #main-opt-in-box a.ok:active{
    color: #092f84;
    text-decoration: underline;
}

body .maga-content h3, body .textwidget h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

body .maga-content h2, body .textwidget h2{
    margin-top: 10px;
    margin-bottom: 5px;
}

body .maga-content h1, body .textwidget h1{
    margin-top: 10px;
    margin-bottom: 5px;
}

body.home .post-meta{
    display: none !important;
}

body .maga-content{
    white-space: pre-line;
}

body .maga-content.maga-product{
    white-space: normal;
}

@media screen and (max-width: 680px){
    #maga-site-wrapper .single-post-reading-progress-wrapper{
        display: block
    }

    #maga-site-wrapper .site-header-wrapper .site-header .bottom-bar-wrapper,
    #maga-site-wrapper .site-header-wrapper .site-header .top-bar-wrapper{
        display: none;
    }
}

@media screen and (max-width: 880px){
    #maga-site-wrapper .site-header-wrapper .site-header .top-bar-wrapper{
        display: none;
    }
}

#maga-site-wrapper .site-header-wrapper .site-header .bottom-bar-wrapper .bottom-bar .bottom-border,
#maga-site-wrapper .site-header-wrapper .site-header .top-bar-wrapper .top-bar .bottom-border {
    display: none !important;
}

#maga-site-wrapper .site-header-wrapper .site-header .bottom-bar-wrapper{
    background: rgba(255, 255, 255, 0.2);
}

#maga-site-wrapper .site-header-wrapper .site-header .bottom-bar-wrapper .bottom-bar{
    height: 41px;
}

#maga-site-wrapper .site-header-wrapper .site-header .bottom-bar-wrapper .bottom-bar .categories-list-wrapper ul li a{
    padding: 5px 0px 5px 0px;
    color:#fff;
    text-shadow: 1px 1px 0 #000000;
}

#maga-site-wrapper .site-header-wrapper .site-header .top-bar-wrapper .top-bar{
    height: 0px;
    padding: 0 20px 0 20px;
}

#maga-site-wrapper .site-header-wrapper .site-header .top-bar-wrapper .top-bar .top-bar-buttons-wrapper{
    margin-top: 42px;
}

#maga-site-wrapper .site-header-wrapper .site-header .top-bar-wrapper{
    z-index: 2;
}


#maga-site-wrapper .site-header-wrapper .site-header .middle-bar-wrapper .middle-bar.logo_and_categories-type .categories-list-wrapper.desktop{
    margin-top: 23px;
}

