/****************************************
         GLOBAL SETTINGS STYLES
****************************************/
/*
@font-face {
  font-family: 'Ws_Txt';
  src:  url('/font/mbs/wsf.woff2') format('woff2'),
        url('/font/mbs/wsf.woff') format('woff');
}
*/
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    color: black;
}
h1 {
    font-family: 'Comfortaa', cursive;
}
h2 {
    font-family: 'Comfortaa', cursive;
}
h3 {
    font-family: 'Comfortaa', cursive;
}
h4 {
    font-family: 'Comfortaa', cursive;
}
h5 {
    font-family: 'Comfortaa', cursive;
}
label {
    display: block;
    color: black;
    margin-bottom: 10px;
}
.uk-radio:checked {
    background-color: #01316e !important;
}
.uk-heading-divider {
    border-bottom-color: rgb(0 0 0) !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    color: black;
    margin-top: 20px;
}
.align-items-center {
    align-items: center;
}
.margin-ico-small {
    margin-right: 5px;
}
.main-title {
    font-family: 'Ws_Txt', arial;
    font-size: 2em;
    padding: 10px 30px;
    margin: 15px 0px;
}
.head-section .uk-heading-line>::before {
    border-bottom: calc(.2px + .05em) solid #af1110 !important;
}
.head-section .uk-heading-line>::after {
    border-bottom: calc(.2px + .05em) solid #ffffff !important;
}
.if-data {
    display: none !important;
}
.if_data {
    display: none !important;
}
.paypal-donate {
    padding: 20px 30px 5px 30px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 28px 50px rgb(0 0 0 / 90%);
}
.paypal-donate p {
    margin: 4px !important;
}
.btn-absolute {
    position: absolute;
    width: 95%;
    left: 50%;
    margin-left: -47.5%;
    bottom: 15px;
}
/****************************************
            SUBSCRIBE FORM
****************************************/
.popup-wrap {
    position: fixed;
    z-index: 9999;
    background-color: #052656a3;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
}
.popup-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    left: 50%;
    margin-left: -30%;
    background: white;
}
.close-popup {
    color: white !important;
    right: -35px;
    position: absolute;
    top: -35px;
    border: solid 1px white;
    padding: 10px;
    border-radius: 50%;
    transition: 1s all ease;
}
.close-popup:hover {
    transform: rotate(
180deg
);
}
/****************************************
            MAIN MENU STYLES
****************************************/
.ws-n1 {
    border-top: 1px solid #bcbcbc;
    padding-top: 10px;
}
.invoice-fields {
    display: none;
}
.menu-badges {
    position: absolute;
    z-index: 9;
    right: 0px;
    top: -5px;
    background-color: #ffffff;
    color: black;
}
.ico-overlay {
    color: #01316e !important;
}
.uk-offcanvas-bar {
    background: black !important;
    width: 100%;
}
.uk-offcanvas-overlay {
    width: 80% !important;
}
.uk-offcanvas-reveal {
    width: 100% !important;
}
.m-menu-p {
    font-size: .9em !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 99;
    padding: 5px 0px 5px 13px;
    color: #ffffff !important;
    transition: 1s all ease;
}
.drop-bg {
    outline: none;
    background-color: black;
}
.wc-title-section {
    font-size: 3em;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-shadow: -1px -1px 2px #fff, 1px 1px 1px #000;
    color: #444444;
    font-family: 'Ws_Txt', arial;
    margin-right: 20px;
}
.c-title-section {
    font-size: 3em;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding: 12px 20px 10px 35px;
    font-family: 'Ws_Txt', arial;
    outline: dashed 2px #050505;
    outline-offset: -8px;
    box-shadow: 15px 28px 25px -18px rgb(0 0 0 / 38%);
    background-color: #9a0f0e;
    text-shadow: -1px -1px 2px #fff, 1px 1px 1px #000;
    color: #444444;
}
.m-menu {
    display: none;
}
.f-logo-section {
    background: white;
    padding: 10px 0px;
    transition: 1s all ease;
}
.active-nav-ws {
    border-bottom: solid 1px white !important;
}
nav {
    background-color: white !important;

}
.ws-a-nav  {
    font-size: 1em;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 2px 10px 2px;
    color: #01316e;
    border-bottom: solid 1px white;
    transition: 1s all ease;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.ws-a-nav:hover {
    border-bottom: solid 1px #01316e;
}
.uk-navbar-nav>li>a {
    padding: 0px 6px;
}
.ws-a-nav .uk-icon {
    color: #01316e !important;
}
.display-logo {
    width: 100px;
    transition: 1s all ease;
}
.display-logo-sticky {
    width: 80px !important;
    display: block;
    margin: 10px auto;
}
.target-ico svg {
    width: 35px !important;
}
/****************************************
                SEARCH
****************************************/
.load-search-data {
    height: 400px; 
    overflow: auto; 
    width: 100%;
    display: none;
    background: white;
}
/****************************************
              BANNER STYLES
****************************************/
.ad-banners .uk-overlay-primary {
    background: rgb(0 0 0 / 77%);
    padding: 10px;
}
/****************************************
              PAGE STYLES
****************************************/
.sidebar-cats a {
    color: #01316e !important;
    font-weight: bold;
}
.h-intro {
    background-color: black;
    width: 100%;
}
.white-bg {
    padding: 40px;
    background: rgba(255, 255, 255, 0.87);
    box-shadow: 0 28px 50px rgb(0 0 0 / 90%);
}
.content-title {
    letter-spacing: 4px;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-family: 'Comfortaa', cursive;
}
.ads-section {
    padding-top: 40px;
    background-color: #717171;
    background-image: linear-gradient(135deg, #000000 45%, #af1110 100%);
}
.ads-section p {
    color: white !important;
}
.align-ws-text {
    padding: 0px 20px;
    text-align: center;
    display: block;
    font-size: .9em;
}
.image-wrap {
    position: relative;
}
.image-desc {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    background: rgb(9 9 9 / 81%);
    width: 90%;
    left: 50%;
    margin-left: -45%;
    text-align: center;
    color: white;
    padding: 10px 0px;
    box-shadow: 1px 0px 9px 0px rgb(0 0 0 / 58%);
}
.page-style h2 {
    color: #1f1f1f;
    font-size: 1.4em;
}
.title-c-style .uk-heading-line>::after {
    border-bottom: calc(.2px + .05em) solid #db0900 !important;
}
.title-c-style .uk-heading-line>::before {
    border-bottom: calc(.2px + .05em) solid #db0900 !important;
}
.page-style h1 {
    text-transform: uppercase;
}
.toggle-p {
    color: white;
    text-align: center;
    font-size: .9em;
}
.biography-radio {
    background-color: #484848;
    color: white;
    margin: 0px;
    text-align: center;
    padding: 10px;
    font-size: .9em;
}
.page-biograpty ul li {
    color: #4d4d4d;
    font-size: 1.1em;
    font-weight: bold;
}
.page-biograpty img {
    border: solid 1px #4a4a4a;
}
.page-biograpty .uk-overlay-default {
    padding: 10px 5px !important;
    background: rgb(0 0 0 / 67%) !important;
}
.biography-title {
    display: block !important;
    background-color: rgb(74 74 74) !important;
    outline: none !important;
    text-transform: uppercase !important;
    font-size: 1.8em !important;
    text-shadow: -1px -1px 2px #fff, 1px 1px 2px #000;
    letter-spacing: 10px;
    color: #484848;
    font-family: 'Ws_Txt', arial;
    padding: 10px 50px 10px 60px;
    text-align: center;
}
.gray-section {
    padding: 40px 0px;
}
.ws-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.uk-subnav-pill>.uk-active>a {
    display: inline-block;
    letter-spacing: 3px;
    color: #ffffff;
    font-size: .7em;
    padding: 10px 15px 6px 15px;
    box-shadow: 15px 28px 25px -18px rgb(0 0 0 / 38%);
    background-color: #01316e;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
}
.uk-subnav-pill>*>:first-child {
    display: inline-block;
    letter-spacing: 3px;
    color: #ffffff;
    font-size: .7em;
    padding: 10px 15px 6px 15px;
    box-shadow: 15px 28px 25px -18px rgb(0 0 0 / 38%);
    background-color: #7e7e7e;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
}
.uk-subnav-pill>*>a:focus, .uk-subnav-pill>*>a:hover {
    background-color: #01316e;
    color: white;
}
.first-comment-action {
    display: block !important;
    background-color: #2b2b2b !important;
    outline: none !important;
    text-transform: uppercase !important;
    font-size: 1.2em !important;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    letter-spacing: 10px;
    color: #484848;
    font-family: 'Ws_Txt', arial;
    padding: 10px 50px 10px 60px;
    text-align: center;
}
.mob-cats {
    color: #b3b3b3;
    display: none;
}
.sidebar-title {
    font-weight: lighter;
    font-size: 1.2em;
    text-align: center;
}
.active-sidebar-cat {
    background-color: #000000;
    display: block;
    padding: 5px 5px 5px 15px;
}
.active-sidebar-cat a {
    color: white !important;
}
.cat-redirect {
    letter-spacing: 2px;
    color: #000000;
    font-weight: bold;
    font-size: .8em;
    font-family: 'Montserrat', sans-serif;
}
.drop-bg .uk-list-divider>:nth-child(n+2) {
    border-top: 1px solid #db0900 !important;
}
/****************************************
                PAGINATION
****************************************/
.currentpage {
    background: rgb(1 49 110);
}
.currentpage a {
    color: white !important;
}
.uk-pagination>* {
    padding: 5px 10px;
    border: solid 1px #01316e;
    margin: 2px;
    border-radius: 10px;
}
.uk-pagination a {
    color: black;
}
.next, .dots, .prev {
    border: solid 1px black;
}
/****************************************
                COMPONENTS
****************************************/
.gray-c-section {
    background-color: #f4f4f4;
    padding: 30px 0px;
}
.contact-page h3 {
    color: #00316e;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.contact-page p {
    margin: 5px 0px;
}
.sidebar-cats ul li {
    color: black;
}
.card-video-title {
    font-weight: bold !important;
}
.intro-icons {
    margin: 10px 0px 30px 0px;
}
.intro-icons p {
    color: #4d4d4d;
    font-weight: bold;
    font-size: .9em !important;
    margin: 12px 0px !important;
}
.video-styles h3 {
    font-size: 1.3em;
    color: #01316e;
    font-weight: bold;
    margin: 5px 0px;
}
.video-styles h2 {
    font-size: 1.5em;
    color: black;
    font-weight: bold;
}
.video-styles h1 {
    color: black;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5;
}
.price-container {
    color: #01316e;
    font-weight: bold;
    font-size: 1.5em;
}
.gallery-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    color: black !important;
}
.search-box {
    font-size: .9em;
    box-shadow: 15px 28px 25px -18px rgb(0 0 0 / 38%);
    transition: .5s all ease;
    border: none !important;
    padding: 10px;
    width: 70% !important;
    left: 50% !important;
    margin-left: -35% !important;
    top: 80px !important;
    background-color: white;
}
.close-ico {
    color: #000000 !important;
    border: solid 1px #db0900;
    padding: 8px;
    border-radius: 50%;
    transition: 1s all ease;
}
.close-ico:hover {
    transform: rotate(180deg);
}
.search-title {
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    letter-spacing: 10px;
    color: #484848;
    font-family: 'Ws_Txt', arial;
    font-size: 1.2em;
    box-shadow: 15px 28px 25px -18px rgb(0 0 0 / 38%);
    transition: .5s all ease;
    background: rgb(59,59,59);
    background: linear-gradient(98deg, rgba(59,59,59,1) 0%, rgba(0,0,0,1) 100%) !important;
    border: none !important;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 5px;
}
.err-alert {
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    background: #9a0f0e;
    text-align: center;
}
.alert-hide {
    display: none;
}
.uk-dropdown.uk-open {
    width: 100% !important;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #db0900;
}
.input-search {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Comfortaa', cursive;
    color: black;
    font-size: 1em !important;
    border: solid 1px black;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 4px;
}
.input-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.input-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.input-search::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.payment-msg-box {
    margin-top: 80px;
    margin-bottom: 100px !important;
}
.custom-block-title {
    display: block !important;
    background-color: #2b2b2b !important;
    outline: none !important;
    text-transform: uppercase !important;
    font-size: 2em !important;
}
.book-txt h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    color: #610000;
    font-weight: bold;
}
.book-txt h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: black;
    font-weight: bold;
}
.uk-overlay-default {
    background: rgb(0 0 0 / 40%);
}
.h-video {
    border: solid 2px #828282;
    overflow: auto;
    background-color: #212121;
    background: linear-gradient(90deg,rgb(7 7 7 / 66%) 0,rgb(0 0 0) 24%,rgb(98 98 98 / 98%) 50%,rgb(0 0 0) 79%,rgb(0 0 0 / 52%) 100%) !important;
}
.h-video p {
    color: #dadada;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 0px 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
    margin-bottom: 10px;
}
.h-video a {
    text-decoration: none !important;
}
.single-video-title {
    display: block !important;
    background-color: #2c2c2c !important;
    outline: none !important;
    text-transform: uppercase !important;
    font-size: 1.1em !important;
    line-height: 1.8 !important;
    text-align: left !important;
    padding: 15px 50px 15px 30px !important;
    text-shadow: -1px -1px 1px #fff, 1px 1px 2px #000 !important;
}
.single-article-title {
     display: block !important;
    background-color: #2c2c2c !important;
    outline: none !important;
    text-transform: uppercase !important;
    font-size: .8em !important;
    line-height: 1.8 !important;
    text-align: left !important;
    padding: 15px 50px 15px 30px !important;
    text-shadow: -1px -1px 1px #fff, 1px 1px 2px #000 !important;
}
.sidebar-card {
    background-color: #ffffff;
    outline: solid 1px #000000;
    outline-offset: -8px;
}
.sidebar-card a {
    color: black;
    text-decoration: none !important;
    font-size: .8em;
    font-weight: bold;
}
.sidebar-card li {
    letter-spacing: 3px;
    text-transform: uppercase;
}
.module-title {
    font-size: 1em;
    margin-bottom: 20px !important;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    border: solid 1px white;
    background-color: #db0900;
    font-family: 'Comfortaa', cursive;
}
.modules-main-title {
    color: black;
}
.video-card h3 {
    text-align: center;
    font-weight: bold;
}
.video-card p {
    margin: 0px;
    font-size: .8em !important;
    font-weight: bold !important;
}
.before-ajax {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(5, 65, 122, 0.73);
    display: none;
}
.ico-before {
    margin-top: 18% !important;
    color: white !important;
    text-align: center !important;
    width: 100% !important;
}
.social-m-ico {
    background-color: #01316e !important;
    color: #ffffff !important;
}
.color-btn {
    color: #ffffff !important;
    box-shadow: 15px 28px 25px -18px rgb(0 0 0 / 38%);
    transition: .5s all ease;
    border: 1px #01316e solid !important;
    background: #01316e !important;
    font-family: 'Comfortaa', cursive;
}
.color-btn:hover {
    color: black !important;
    box-shadow: 15px 28px 25px -18px rgb(0 0 0 / 38%);
    background: none !important;
}
.color-btn:hover .see-more-ico {
    border: solid 1px white !important;
    transform: rotate(360deg);
}
.see-more-ico {
    color: white;
    border: solid 1px white;
    border-radius: 50%;
    transition: 1s all ease;
}
.blue-handler {
    background-color: #01316e82 !important;
    border: solid 1px white;
    color: #ffffff !important;
    padding: 10px 15px;
    border-radius: 50%;
}
.blue-handler:hover {
    color: black !important;
    transition: 1s all ease;
    border: solid 1px white;
    background-color: #ffffffa3 !important;
    
}
.uk-card-body a {
    text-decoration: none !important;
}
footer {
    background-color: black;
}
footer .uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid white;
}
footer h3 {
    font-size: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 99;
    color: white;
    font-family: 'Comfortaa', cursive;
}
footer p {
    font-size: .7em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 99;
    color: #ffffff;
    font-family: 'Comfortaa', cursive;
}
.ws-color-divider {
    height: 1px;
    border-bottom: solid 1px #01316e;
    width: 100px;
    margin: 0px auto 35px auto;
    display: block;
}
/***************************************
                USER
***************************************/
.user-menu a{
    color: black !important;
}
.active-item {
    background-color: #f3f3f3;
    padding-bottom: 10px;
    display: block;
    padding-top: 10px;
    padding-left: 10px;
}
.menu-item {
    padding: 5px 5px 5px 15px;
}
/***************************************
               SCROLLBAR
***************************************/
::-webkit-scrollbar {
        width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgb(1 49 110);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
        background: black; 
}
/****************************************
                BLOG
****************************************/
.image-style-align-left {
    float: left;
    margin: 20px 20px 10px 10px;
}
.image-style-align-right {
    float: right;
    margin: 20px 10px 10px 20px;
}
.image-style-align-center img {
    margin: 20px auto;
    display: block;
    width: 100%;
}
.toggle-icon {
    display: inline;
    position: absolute;
    margin-top: -1px;
    right: 20px;
    cursor: pointer;
}
.subparts-sidebar {
    display: none;
}
.sidebar-sub-part {
    margin: 10px 10px 5px 10px !important;
    font-size: .8em;
    color: black;
    font-weight: bold;
    font-family: 'Comfortaa', cursive;
}
.card-article-title {
    color: #01316e !important;
    font-size: 1.2em;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px !important;
}
.card-article-txt {
    margin-top: 5px;
    font-size: .9em;
    margin-bottom: 5px !important;
}
.article-subpart {
    font-size: .6em !important;
    margin-top: 10px;
    margin-bottom: 7px !important;
    color: white !important;
    text-transform: uppercase;
}
.intro-overlay {
    background-color: #ffffff;
    padding: 2px;
}
.article-title {
    letter-spacing: 2px;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    line-height: 1.6;
}
.main-heading {
    background: black;
    color: white;
    padding: 15px 10px 10px 10px;
    text-align: center;
    font-size: 1em;
}
.product-title {
    font-weight: bold;
    font-size: 1.1em;
}
.article-content {
    background-color: #ffffffd6;
    padding: 20px;
    box-shadow: 0 5px 6px rgb(0 0 0 / 10%);
}
.article-intro p {
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    font-size: 1em;
}
.article-content h2 {
    color: black;
    font-weight: bold;
    font-size: 1.6em;
    font-family: 'Comfortaa', cursive;
}
.article-content h4 {
    color: #db0900;
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Comfortaa', cursive;
}
.article-content h5 {
    font-size: 1.3em;
    color: black;
}
.article-content h3 {
    color: #2169b1;
    font-weight: bold;
    font-size: 1.4em;
    font-family: 'Comfortaa', cursive;
}
.ca-t .uk-heading-line>::before {
    border-bottom: calc(.2px + .05em) solid black;
}
.ca-t .uk-heading-line>::after {
    border-bottom: calc(.2px + .05em) solid black;
}
.shop-sidebar-el {
    overflow: auto;
}
/***************************************
                FORM
***************************************/
.err-msg {
    display: none;
}
.custom-form input {
    letter-spacing: 3px;
    color: #000000;
    font-size: 1em;
    padding: 10px 20px 10px 30px;
    box-shadow: 8px 12px 25px -18px rgb(0 0 0 / 38%);
    background: rgb(255 255 255) !important;
    border: solid 1px #000000 !important;
}
.custom-form textarea {
    display: inline-block;
    letter-spacing: 3px;
    color: #000000;
    font-size: 1em;
    padding: 10px 20px 10px 20px;
    box-shadow: 8px 12px 25px -18px rgb(0 0 0 / 38%);
    border: solid 1px #000000 !important;
}
/***************************************
            START RESPONSIVE
****************************************/
.img-ov {
    height: 250px;
}
@media screen and (max-width: 959px) {
    .search-box {
        left: 50% !important;
        margin-left: -50% !important;
        top: 80px !important;
        width: 100% !important;
    }
    .input-search {
        font-size: .8em !important;
    }
    .drop-cats-mobile {
        display: none;
    }
    .mob-cats {
        display: inline;
    }
    .uk-card-small .uk-card-body {
        padding: 20px 10px !important;
    }
    footer p {
        text-align: center !important;
    }
    .popup-content {
        width: 80% !important;
        margin-left: -40% !important;
    }
}
@media screen and (max-width: 1300px) {
    .ws-a-nav {
        font-size: .8em !important;
    }
}
@media screen and (max-width: 1200px) {
    .uk-navbar-nav>li>a {
        padding: 0px 5px !important;
    }
}
@media screen and (max-width: 1150px) {
    .ws-a-nav {
        font-size: .8em !important;
    }
    .uk-navbar-nav>li>a {
        padding: 0px 8px !important;
    }
    .module-title {
        font-size: .8em;
        padding: 10px 5px;
    }
}
@media screen and (max-width: 1130px) {
    .d-menu {
        display: none !important;
    }
    .m-menu {
        display: block;
    }
    .first-comment-action {
        font-size: .9em !important;
    }
}
@media screen and (max-width: 600px) {

    .set-m-v {
        height: auto;
        overflow: auto;
    }
    .title-pp {
        font-size: 1.2em !important;
    }
    
    .wc-title-section {
        font-size: 1.4em;
        margin-right: 0px;
        margin-bottom: 10px;
        text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    }
    .c-title-section {
        font-size: 1.4em;
        margin-top: 5px;
        display: block;
        text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
        outline-offset: -5px;
        outline: dashed 1px black;
    }
    .content-title {
        font-size: 1.4em;
    }
    .dark-section .uk-subnav-pill>.uk-active>a {
        font-size: 1em;
    }
    .dark-section .uk-subnav-pill>*>:first-child {
        font-size: 1em;
        margin-top: 10px;
    }
    .biography-title {
        font-size: 1em !important;
        padding: 10px 5px !important;
        word-break: break-all;
    }
    .article-content {
        padding: 10px !important;
    }
    .white-bg {
        padding: 15px !important;
    }
    .uk-card {
        padding: 15px !important;
    }
    .h-video p {
        padding: 5px 10px !important;
        text-align: left;
    }
}
@media screen and (max-width: 500px) {
    .color-btn {
        font-size: .8em;
    }
    .biography-title {
        font-size: .8em !important;
    }
    .article-title {
        font-size: .7em !important;
        text-align: left;
    }
    .search-title {
        line-height: 1.7;
    }
}
@media screen and (max-width: 450px) {
    
    .content-title {
        font-size: .8em !important;
    }
    .wc-title-section {
        font-size: 1em !important;
    }
    .c-title-section {
        font-size: .8em !important;
        padding: 12px 5px 10px 15px;
    }
    .first-comment-action {
        font-size: .7em !important;
        line-height: 1.7;
        padding: 10px;
        font-family: 'Montserrat', sans-serif !important;
        text-shadow: none !important;
        color: white;
        letter-spacing: 2px;
    }
    
}







