up {
    margin: 9px 4px;
    line-height: 2.5em;
    padding: 0 11px;
    background: #effbf0;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #002302;
    display: block;
    border: 1px solid #c7eac9;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 94)
}
.gam4 {
        display: none;
    }

.zero {
    padding: 4px 7px;
    background: #ffcccc;
    color: #cc0000;
    border-radius: 11px;
}

.plus {
    padding: 4px 7px;
    background: #ccffcc;
    color: #009900;
    border-radius: 11px;
}

.norm {
    padding: 4px 7px;
    background: #cce9ff;
    color: #004399;
    border-radius: 11px;
}


/* === removing default button style ===*/
.button3 {
    margin: 0;
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
}

.button3 {
    --border-right: 4px;
    font-weight: 800;
    --text-stroke-color: #000000;
    --animation-color: #00ff92;
    --fs-size: 0.9em;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: var(--fs-size);
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-stroke-color);
}

.hover-text {
    position: absolute;
    box-sizing: border-box;
    content: attr(data-text);
    color: #ffffff;
    width: 0%;
    inset: 0;
    border-right: var(--border-right) solid #4CAF50;
    overflow: hidden;
    transition: 0.5s;
    -webkit-text-stroke: 1px #000000;
}

.button3:hover .hover-text {
    width: 100%;
    filter: drop-shadow(0 0 11px var(--animation-color))
}

.snowContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#snow {
    width: 100%;
    height: 100%;
    background-image: url("https://yraaa.ru/_pu/27/15825154.png"), url("https://yraaa.ru/_pu/27/89961317.png"), url("https://yraaa.ru/_pu/27/21791255.png");
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

/*=====*/
.copytext1 {
    padding: 11px 11px;
    background: #1b1c1e;
    border-radius: 11px;
    border: 0px;
    margin-bottom: 11px;
    margin-top: 0px;
}

.copytext {
    margin-bottom: 11px;
    margin-top: 0px;
    padding: 0px 7px;
    background: linear-gradient(180deg, #fcfff300, #faffec);
    border: 0px;
    color: #818181;
    font-size: 16px;
    border-radius: 11px;
    min-height: 30px;
    border-bottom: 2px solid #215223;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 84%);
}

.copytext:hover {
    margin-bottom: 11px;
    margin-top: 0px;
    padding: 0px 7px;
    background: linear-gradient(180deg, #fcfff300, #f0f4e5);
    border: 0px;
    color: #000000;
    font-size: 16px;
    border-radius: 11px;
    min-height: 30px;
    border-bottom: 2px solid #000000;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 84%);
}

input[type="text1"] {
    padding: 0px 7px;
    background: linear-gradient(180deg, #fcfff300, #faffec);
    font-size: 16px;
    border: 0px;
    color: #000000;
    border-radius: 11px;
    min-height: 30px;
    border-bottom: 2px solid #215223;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 84%);
}

input[type="text1"]:hover, input[type="text1"]:focus, input[type="text1"]:active {
    border: 0px;
    border-bottom: 2px solid #000000;
    outline: none;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 84%);
}

.sub-text-new {
    text-align: left;
    font-family: "Raleway",sans-serif;
    letter-spacing: 2px;
    color: #444444;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 1px;
}

.sub-text-new1 {
    text-align: left;
    font-family: "Raleway",sans-serif;
    letter-spacing: 2px;
    color: #d9dedf;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 1px;
}

.sub-text-new2 {
    text-align: left;
    font-family: "Raleway",sans-serif;
    letter-spacing: 2px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 1px;
}

.sub-text-new3 {
    text-align: left;
    font-family: "Raleway",sans-serif;
    letter-spacing: 2px;
    color: #d9dedf;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 1px;
    padding: 8px;
    background-color: #000000b3;
}

.comA {
    color: #000000;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 700;
}

.commod {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 4px;
    line-height: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comSub {
    font-size: 98%;
    padding-right: 25px;
    width: calc(90% - 1px);
    display: inline-block;
}

.comSub1 {
    display: block;
    font-size: 65%;
}

.comSub1 a {
    color: #666666;
}

.comSub1 a:hover {
    color: #000000;
}

.artSub {
    display: block;
    font-size: 77%;
}

.gameSub {
    display: block;
    font-size: 77%;
}


.gameSub1 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #fcfff300;
    z-index: 3;
    color: #363636;
    padding: 2px 10px;
    margin: 4px;
    font-weight: 300;
    font-size: 11px;
    border-radius: 11px;
    letter-spacing: 1px;
    border-bottom: 2px solid #5f806c;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 64%);
}

.gameSub1 .avatar {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.gameSub1 a {
    color: #000000;
}

.gameSub1 a:hover, .gameSub1 a:focus {
    color: #4CAF50;
    text-decoration: none;
}

qq {
    background: #ffffff;
    font-size: 16px;
    padding: 7px 7px 7px 14px;
    margin: 4px 0;
    color: #000;
    border-left: 5px solid #4CAF50;
}

.game-img img {
    border-radius: 0 40px 0 20px;
}

art {
    background: #1c1c1e;
    font-size: 16px;
    margin: 4px 0;
    color: #fff;
}

.bbQuoteName {
    display: none;
}

.quoteMessage {
    margin-top: 7px;
    margin-bottom: 7px;
    border: 1px solid #e1e1e1 !important;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    background: #f8f9fa;
    padding: 11px;
    border-radius: 11px;
    border-left: 4px solid #4caf50 !important;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.bbCodeName {
    display: none;
}

.codeMessage {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0px #007336 !important;
    font-size: 18px;
    line-height: 22px;
    color: #d1d1d1;
    background: #151615;
    padding: 11px;
    border-radius: 11px;
    border-bottom: 2px solid #007336 !important;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.com-order-block {
    display: none;
}
.form-group {
    margin-bottom: 0px;
}
body {
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    line-height: 28px;
    background-color: #fcfff3;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #ffffff;
}

h1 {
    font-size: 24px;
    letter-spacing: 2px;
}

h2 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}

h3 {
    font-size: 22px;
    letter-spacing: 1px;
}

h4 {
    font-size: 24px;
    letter-spacing: 1px;
}

h5 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #2a2a2a;
    padding: 2px;
    border-bottom: 1px dotted #c8ccd1;
}

h5:hover, h5:focus {
    color: #000000;
}

h6 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #454545;
    padding: 4px;
    border-bottom: 1px dotted #c8ccd1;
}

h6:hover {
    background: linear-gradient(270deg, #ffffff00 0%, #ffffff00 55%, #ffffff 100%);
    font-size: 18px;
    background-size: auto;
    letter-spacing: 1px;
    color: #000000;
    padding: 4px;
    border-bottom: 1px dotted #4CAF50
}

a {
    color: #005a2a;
}

a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}

iframe {
    border: 0;
    border-radius: 4%;
}

blockquote {
    background: #1c1c1e;
    font-size: 16px;
    padding: 4px 4px 4px 10px;
    margin: 4px 0;
    color: #fff;
    border-left: 5px solid #4CAF50;
}

blockquote cite {
    font-size: 12px;
}

.btn, input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0px 8px 8px 11px;
    height: 39px;
    line-height: 40px;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    letter-spacing: 6px;
}

.btn {
    --border-color: linear-gradient(-45deg, #009688, #429346, #8bc34a);
    --border-width: .125em;
    --curve-size: .5em;
    --blur: 30px;
    --bg: #080312;
    --color: #a4ffc8;
    color: var(--color);
    /* use position: relative; so that BG is only for .btn */
    position: relative;
    isolation: isolate;
    display: inline-grid;
    place-content: center;
    padding: .5em 1.5em;
    font-size: 17px;
    border: 0;
    text-transform: uppercase;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .6);
    clip-path: polygon( /* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
    transition: color 250ms;
}

.btn::after, .btn::before {
    content: '';
    position: absolute;
    inset: 0;
}

.btn::before {
    background: var(--border-color);
    background-size: 300% 300%;
    animation: move-bg7234 5s ease infinite;
    z-index: -2;
}

@keyframes move-bg7234 {
    0% {
        background-position: 31% 0%
    }

    50% {
        background-position: 70% 100%
    }

    100% {
        background-position: 31% 0%
    }
}

.btn::after {
    background: var(--bg);
    z-index: -1;
    clip-path: polygon( /* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * .5), calc(var(--curve-size) + var(--border-width) * .5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * .5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * .5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
    transition: clip-path 500ms;
}

.btn:where(:hover, :focus)::after {
    clip-path: polygon( /* Top-left */ calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), calc(100% - var(--border-width)) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * .5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * .5)) calc(100% - var(--border-width)), /* bottom-right 2 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)));
    transition: 200ms;
}

.btn:where(:hover, :focus) {
    color: #fff;
}

.btn-default, input[type="submit"] {
    background: linear-gradient(80deg, #1b1c1e, #c1751c);
    color: #ffffff;
    border: none;
    border-radius: 0px;
}

@media screen and (max-width: 767px) {
    .btn-default, input[type="submit"] {
        background: linear-gradient(80deg, #1b1c1e, #FF5722);
        color: #ffffff;
        border: none;
        border-radius: 11px;
    }
}

.btn-default:hover, input[type="submit"]:hover, .btn-default:focus, input[type="submit"]:focus, .btn-default:active, input[type="submit"]:active {
    background: linear-gradient(80deg, #1b1c1e, #FF9800) ;
    outline: none;
    color: #ffffff;
}

.btn-default:active:focus, input[type="submit"]:active:focus {
    outline: none;
}

.btn-default1, input[type="submit"] {
    background: #ff9800;
    color: #ffffff;
    border: 0px solid #FF9800;
    border-radius: 25px;
}

.btn-default1:hover, input[type="submit"]:hover, .btn-default1:focus, input[type="submit"]:focus, .btn-default1:active, input[type="submit"]:active {
    background: linear-gradient(359deg, #FF9800, #3e301e);
    outline: none;
    color: #ffffff;
}

.btn-default1:active:focus, input[type="submit"]:active:focus {
    outline: none;
}

.btn1, input[type="submit"] {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 11px;
    padding: 0px 10px;
    height: 39px;
    line-height: 39px;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    letter-spacing: 3px;
}

.btn-default[disabled], input[type="submit"][disabled] {
    background: #ffffff;
}

input[type="search"], input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea,.form-control {
    padding: 0px 7px;
    background: #fcfff300;
    border: 0px;
    color: #000000;
    border-radius: 11px;
    min-height: 39px;
    border-bottom: 0px solid #000000;
    box-shadow: none;
}

input[type="search"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, .form-control:focus {
    0px solid #0e0e0e;border-bottom: 0px solid #000000;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

select {
    padding: 4px 0px;
    border: 0px solid #0e0e0e;
    color: #000000;
    background-color: #e4efd500;
}

p {
    margin-bottom: 7px;
    font-size: 18px;
    margin-top: 7px;
}

pre {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.hljs {
    padding: 7px 14px;
}

::-moz-selection {
    color: #ffffff;
    background: #007336;
    text-shadow: none;
}

::selection {
    color: #ffffff;
    background: #007336;
    text-shadow: none;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*=====*/
.alignnone {
    margin: 16px 24px 24px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 16px auto 16px auto;
}

.alignright {
    float: right;
    margin: 8px 0 24px 24px;
}

.alignleft {
    float: left;
    margin: 8px 24px 24px 0;
}

a img.alignright {
    float: right;
    margin: 8px 0 24px 24px;
}

a img.alignnone {
    margin: 8px 24px 24px 0;
}

a img.alignleft {
    float: left;
    margin: 8px 24px 24px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 100%;
    /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone {
    margin: 16px 0px 24px 0px;
}

.wp-caption.alignleft {
    margin: 16px 24px 4px 0px;
}

.wp-caption.alignright {
    margin: 16px 0px 4px 24px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 4px;
}

.screen-reader-text {
    display: none;
}

.gallery:after {
    content: '';
    clear: both;
    display: block;
}

.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: left;
    position: relative;
}

.gallery-columns-1 .gallery-item .gallery-icon img, .gallery-columns-2 .gallery-item .gallery-icon img, .gallery-columns-3 .gallery-item .gallery-icon img, .gallery-columns-4 .gallery-item .gallery-icon img {
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item .gallery-caption, .gallery-columns-2 .gallery-item .gallery-caption, .gallery-columns-3 .gallery-item .gallery-caption, .gallery-columns-4 .gallery-item .gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery-columns-1 .gallery-item:hover .gallery-caption, .gallery-columns-2 .gallery-item:hover .gallery-caption, .gallery-columns-3 .gallery-item:hover .gallery-caption, .gallery-columns-4 .gallery-item:hover .gallery-caption {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.sticky {
    background: #ffffff;
}

.twitter-tweet {
    max-width: 520px;
    margin: 0 auto;
}

.SandboxRoot .EmbeddedTweet {
    margin: 0 auto;
}

/*=====*/
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #086d37 !important;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
}

.wp-video:focus, video.wp-video-shortcode:focus, .mejs-container:focus, .mejs-overlay.load:focus {
    outline: none;
}

/*=====*/
.header-wrap {
    position: fixed;
    height: 0%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #fcfff3, #fcfff3);
    z-index: 1000;
    background-size: cover;
    background-position: center;
}

.header-wrap .main-header {
    width: 100%;
    height: 100%;
    padding: 0px 42px;
    background: rgba(248, 248, 248, 0);
}

.header-wrap .main-header .logo {
    font-size: 2em;
    padding: 30px 0;
    line-height: 1em;
    text-transform: uppercase;
}

.header-wrap .main-header .logo a {
    color: #ffffff;
}

.header-wrap .main-header .logo a:hover, .header-wrap .main-header .logo a:focus {
    color: #ffffff;
}

.header-wrap .main-header .logo a img {
    max-width: 100%;
}

.header-wrap .main-header .description {
    padding: 15px 0;
    position: relative;
    letter-spacing: 3px;
    color: #000000;
    font-size: 14px;
}

.header-wrap .main-header .description:before {
    content: '';
    width: 88px;
    height: 2px;
    left: 0;
    top: 0;
    background: #007c14;
    position: absolute;
}

.header-wrap .main-header .main-navigation {
    position: relative;
    padding: 15px 0;
}

.header-wrap .main-header .main-navigation:before {
    content: '';
    width: 64px;
    height: 2px;
    left: 0;
    top: 0;
    background: #4CAF50;
    position: absolute;
}

.main-navigation .menu, .navbar-collapse .menu {
    padding: 0;
}

.main-navigation .menu li, .navbar-collapse .menu li {
    list-style: none;
    position: relative;
    padding-bottom: 4px;
}

.main-navigation .menu li a, .navbar-collapse .menu li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(90deg, #e5f6e6, #fcfff3);
    border-radius: 11px;
    padding: 5px 10px;
}

.main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
    color: #244300;
    background: linear-gradient(90deg, #fcfff3, #e5f6e6);
}

.main-navigation .menu li.menu-item-has-children > a, .navbar-collapse .menu li.menu-item-has-children > a {
    padding: 4px 10px;
}

.main-navigation .menu li.menu-item-has-children > a:after, .navbar-collapse .menu li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: Fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
}

.main-navigation .menu li.current-menu-item > a, .navbar-collapse .menu li.current-menu-item > a, .main-navigation .menu li.current-menu-parent > a, .navbar-collapse .menu li.current-menu-parent > a, .main-navigation .menu li.current-menu-ancestor > a, .navbar-collapse .menu li.current-menu-ancestor > a {
    color: #002602;
    border-radius: 11px;
    padding: 5px 10px;
}

.main-navigation .menu li ul, .navbar-collapse .menu li ul {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 200px;
    background: #ffffff00;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-navigation .menu li ul.alter, .navbar-collapse .menu li ul.alter {
    right: 0;
    left: auto;
}

.main-navigation .menu li ul li, .navbar-collapse .menu li ul li {
    list-style: none;
    display: block;
    position: relative;
}

.main-navigation .menu li ul li a, .navbar-collapse .menu li ul li a {
    color: #000000;
    padding: 5px 10px;
    margin: 0px;
    margin-bottom: 4px;
    line-height: 1.3em;
    display: block;
    border-radius: 11px;
    width: 100%;
    border-bottom: 0px solid #222325;
}

.main-navigation .menu li ul li a:hover, .navbar-collapse .menu li ul li a:hover {
    color: #4CAF50;
    text-decoration: none;
}

.main-navigation .menu li ul li.menu-item-has-children > a:after, .navbar-collapse .menu li ul li.menu-item-has-children > a:after {
    top: 4px;
}

.main-navigation .menu li:hover > ul, .navbar-collapse .menu li:hover > ul {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

/*=====*/
.content-area-wrap {
    margin-left: 20px;
    margin-right: 20px;
}

/*=====*/
.post-single {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
    border-radius: 11px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.post-single .post-content {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 11px;
}

.post-single .post-content .featured-mark {
    position: absolute;
    bottom: 11px;
    right: 11px;
    width: 40px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    text-align: center;
    line-height: 36px;
    padding-left: 1px;
    background: #0000004a;
    color: #ffffff;
    border-radius: 25px;
    font-size: 15px;
    border: 2px solid #4caf50;
}

.post-single .post-content .featured-mark i {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    font-size: 16px;
}

.post-single .post-content .bdr-bottom {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    background: #58826c;
}

.post-single .post-content .bdr-bottom {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.post-single.no-image .post-content {
    background: #080c09;
}

.post-single.no-image .post-content .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single.no-image .post-content .post-header .post-title {
    color: #ffffff;
    font-size: 22px;
}

.post-single.no-image .post-content .post-excerpt {
    margin-top: 11px;
    visibility: visible;
    -webkit-opacity: 1;
    font-size: 18px;
    color: #cbcbcb;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single.no-image .post-content .post-footer {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single1 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
    border-radius: 11px;
}

.post-single1 .post-content1 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-single1.no-image .post-content1 {
    background: #1a521c;
    background-image: -webkit-linear-gradient( 122deg , #4caf50 0%, rgb(24 78 26) 100%);
    border-radius: 11px;
    box-shadow: 0px 5px 3px -5px rgb(0 0 0 / 94%);
}

.post-single1.no-image .post-content1 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single1.no-image .post-content1 .post-header .post-title {
    color: #ffffff;
}

.post-single1.no-image .post-content1 .post-excerpt {
    margin-top: 1px;
    visibility: visible;
    -webkit-opacity: 1;
    font-size: 12px;
    color: #ffffff;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single1.no-image .post-content1 .post-footer {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single2 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
    border-radius: 11px;
}

.post-single2 .post-content2 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-single2.no-image .post-content2 {
    background: #3a5dc0;
    background-image: -webkit-linear-gradient( 122deg , #19517c 0%, #566add 100%);
    border-radius: 11px;
    box-shadow: 0px 5px 3px -5px rgb(0 0 0 / 94%);
}

.post-single2.no-image .post-content2 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single2.no-image .post-content2 .post-header .post-title {
    color: #ffffff;
}

.post-single2.no-image .post-content2 .post-excerpt {
    margin-top: 1px;
    visibility: visible;
    -webkit-opacity: 1;
    font-size: 12px;
    color: #ffffff;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single2.no-image .post-content2 .post-footer {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single3 {
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    position: relative;
    border-radius: 11px;
}

.post-single3 .post-content3 {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-single3.no-image .post-content3 {
    background: #6d0909;
    background-image: -webkit-linear-gradient( 122deg , #a10808 0%, rgb(93 10 10) 100%);
    border-radius: 11px;
    box-shadow: 0px 5px 3px -5px rgb(0 0 0 / 94%);
}

.post-single3.no-image .post-content3 .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single3.no-image .post-content3 .post-header .post-title {
    color: #ffffff;
}

.post-single3.no-image .post-content3 .post-excerpt {
    margin-top: 1px;
    visibility: visible;
    -webkit-opacity: 1;
    font-size: 12px;
    color: #ffffff;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-single3.no-image .post-content3 .post-footer {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-header .post-meta {
    background: #00000075;
    z-index: 3;
    margin-bottom: 11px;
    border-bottom: 2px solid #5ede63;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 2;
    display: inline-block;
    padding: 2px 10px;
    letter-spacing: 1px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.post-header .post-meta:hover {
    background: #000000c7;
    border-bottom: 2px solid #71ff77;
    color: #98ff00;
}

.post-header .post-meta a {
    color: #ffffff;
}

.post-header .post-meta a:hover {
    color: #66f76c;
}

.post-header .post-meta1 {
    background: #00000075;
    z-index: 3;
    margin-bottom: 11px;
    border-bottom: 2px solid #5ede63;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 2;
    display: inline-block;
    padding: 2px 10px;
    letter-spacing: 1px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.post-header .post-meta1:hover {
    background: #000000c7;
    border-bottom: 2px solid #71ff77;
    color: #98ff00;
}

.post-header .post-meta1 a {
    color: #ffffff;
}

.post-header .post-meta1 a:hover {
    color: #66f76c;
}



.post-header .post-title {
    margin-top: 0px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4;
}

.post-header1 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #4bad4f;
    z-index: 3;
    color: #ffffff;
    padding: 0px 6px;
    margin-bottom: 16.6666666667px;
    font-weight: 300;
    font-size: 10px;
    border-radius: 7px;
    letter-spacing: 1px;
    border: 1px solid #194f1b;
}

.post-header1 .post-title {
    margin-top: 0px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4;
}

.post-header2 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #2c7ddd;
    z-index: 3;
    color: #ffffff;
    padding: 0px 6px;
    margin-bottom: 16.6666666667px;
    font-weight: 300;
    font-size: 10px;
    border-radius: 7px;
    letter-spacing: 1px;
    border: 1px solid #3e53b7;
}

.post-header2 .post-title {
    margin-top: 0px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4;
}

.post-header3 .post-meta {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #930b0b;
    z-index: 3;
    color: #ffffff;
    padding: 0px 6px;
    margin-bottom: 16.6666666667px;
    font-weight: 300;
    font-size: 10px;
    border-radius: 7px;
    letter-spacing: 1px;
    border: 1px solid #600a0a;
}

.post-header3 .post-title {
    margin-top: 0px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4;
}

.post-excerpt {
    margin-top: 11px;
    visibility: hidden;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    max-height: 90px;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    color: #000000;
}

.post-footer {
    position: absolute;
    bottom: 30px;
    left: 11px;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=(0));
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.post-footer .avatar {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-footer .author-name {
    color: #b0ffc5;
    padding: 6px 10px;
    border: 0px solid #fff3d133;
    border-bottom: 2px solid #009688;
    z-index: 10;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    background-color: #0d0e0d29;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.posts-wrap-outer {
    /* margin-top: 2px; */
}

/* post */
.post-wrap {
    padding: 4px 6px;
    height: 350px;
    overflow: hidden;
}

.post-wrap a {
    color: #ffffff;
}

.post-wrap a:hover {
    color: #ffffff;
}

.post-wrap a:hover .post-content {
    backdrop-filter: blur(4px);
    background: rgb(0 0 0 / 74%);
}

.post-wrap a:hover .post-content .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap a:hover .post-content .post-header .post-title {
    color: #02e100;
    font-size: 22px;
}

.post-wrap a:hover .post-content .post-excerpt {
    color: #c6c6c6;
    margin-top: 11px;
    visibility: visible;
    font-size: 12px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap a:hover .post-content .post-footer {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap a:hover .post-content .bdr-bottom {
    left: 0;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.post-wrap1 {
    padding: 6px;
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.post-wrap1 a {
    color: #ffffff;
}

.post-wrap1 a:hover {
    color: #ffffff;
}

.post-wrap1 a:hover .post-content {
    backdrop-filter: blur(4px);
    background: rgb(0 0 0 / 74%);
}

.post-wrap1 a:hover .post-content .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap1 a:hover .post-content .post-header .post-title {
    color: #02fc00;
}

.post-wrap1 a:hover .post-content .post-excerpt {
    color: #e7e7e7;
    margin-top: 11px;
    visibility: visible;
    font-size: 12px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap1 a:hover .post-content .post-footer {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap1 a:hover .post-content .bdr-bottom {
    left: 0;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.post-wrap2 {
    padding: 6px;
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.post-wrap2 a {
    color: #ffffff;
}

.post-wrap2 a:hover {
    color: #ffffff;
}

.post-wrap2 a:hover .post-content {
    backdrop-filter: blur(4px);
    background: rgb(0 0 0 / 90%);
}

.post-wrap2 a:hover .post-content .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap2 a:hover .post-content .post-header .post-title {
    color: #02e100;
    font-size: 22px;
    letter-spacing: 1px;
}

.post-wrap2 a:hover .post-content .post-excerpt {
    color: #ffffff;
    margin-top: 11px;
    visibility: visible;
    font-size: 12px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap2 a:hover .post-content .post-footer {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap2 a:hover .post-content .bdr-bottom {
    left: 0;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.post-wrap3 {
    padding: 6px;
    height: 234px;
    overflow: hidden;
    text-align: center;
}

.post-wrap3 a {
    color: #ffffff;
}

.post-wrap3 a:hover {
    color: #ffffff;
}

.post-wrap3 a:hover .post-content {
    backdrop-filter: blur(4px);
    background: rgb(0 0 0 / 74%);
}

.post-wrap3 a:hover .post-content .post-header .post-meta {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap3 a:hover .post-content .post-header .post-title {
    color: #19ff00;
}

.post-wrap3 a:hover .post-content .post-excerpt {
    color: #ffffff;
    margin-top: 11px;
    visibility: visible;
    font-size: 12px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap3 a:hover .post-content .post-footer {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
}

.post-wrap3 a:hover .post-content .bdr-bottom {
    left: 0;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

/*=====*/
.pagination-wrap {
    padding: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*=====*/
.single-post-full .post-content-wrap {
    background: linear-gradient(180deg, #fcfff300, #fff);
    padding: 20px;
    margin: 11px 6px;
    letter-spacing: 2px;
    border-radius: 20px;
    border-bottom: 2px solid #5c905d;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.single-post-full .post-content-wrap li {
    padding: 0;
    margin: 0px 0px 0px;
    border-bottom: 0px solid #edeef0;
}

.single-post-full .post-content-wrap ul li {
    list-style: none;
    background-color: #ffffff00;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 0px;
    color: #000000;
}

.single-post-full .post-content-wrap ol, ul {
    padding-top: 4px;
    margin-bottom: 0px;
    margin-top: 0;
}

.single-post-full .post-content-wrap:hover {
    border-bottom: 2px solid #4f794f;
}

.single-post-full .post-content-wrap .post-content-full a {
    color: #000000;
    font-weight: 700;
    border-bottom: solid 2px #4CAF50;
}

.single-post-full .post-content-wrap .post-content-full a:hover {
    color: #000000;
    border-bottom: solid 2px #3e904100;
}

.single-post-full .post-content-wrap1 {
    background: #fcfff300;);
    padding: 0px;
    margin: 6px 11px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px -4px rgb(0 0 0 / 68%);
}

.single-post-full .post-content-wrap3 {
    background: #00000000;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.single-post-full .post-content-wrap .post-header .post-title {
    font-size: 17px;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    border-radius: 11px;
    padding: 4px 0px;
    border-bottom: 2px solid #4CAF50;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 58%);
}

.single-post-full .post-content-wrap .post-header .post-title a:hover {
    color: #000000;
}

.single-post-full .post-content-wrap .featured-media {
    margin-top: 11px;
    margin-bottom: 11px;
    border-radius: 11px;
}

.single-post-full .post-content-wrap .featured-media img {
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    border-radius: 11px;
}

.single-post-full .post-content-wrap .featured-media1 img {
    width: 60%;
    height: auto;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    border-radius: 11px;
}

.single-post-full .post-content-wrap .post-content-full {
    margin-top: 1px;
}

.single-post-full .post-content-wrap .post-content-full img {
    max-width: 100%;
    border-radius: 11px;
    height: auto;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.single-post-full .post-content-wrap1 .post-header .post-title {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: left;
    border-left: 4px solid #FF9800;
    color: #000000;
    padding-left: 7px;
}

.single-post-full .post-content-wrap1 .featured-media {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 11px;
}

.single-post-full .post-content-wrap1 .featured-media img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.single-post-full .post-content-wrap1 .post-content-full {
    margin-top: 1px;
}

.single-post-full .post-content-wrap1 .post-content-full img {
    max-width: 100%;
    height: auto;
}



/*=====*/
/* quote post */
.format-quote .featured-media {
    background-color: #202020;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    padding: 48px 16px;
    border-radius: 7px;
}

.format-quote .featured-media blockquote {
    margin-bottom: 0;
    border: 0;
    color: #ffffff;
    margin: 0;
    font-size: 1.25em;
    background: rgb(0 0 0 / 41%);
    border-radius: 4px;
}

.format-quote .featured-media blockquote a {
    color: #ffffff;
}

.format-quote .featured-media blockquote a:hover {
    color: #ffffff;
    text-decoration: none;
}




/* status post */
.format-status .featured-media {
    background-size: cover;
    background-position: center;
}

.format-status .featured-media.status-wrap {
    padding: 40px;
    text-align: center;
}

.format-status .featured-media blockquote {
    display: none;
}

.format-status .featured-media iframe {
    margin: 0 auto !important;
    border: none;
    z-index: 2;
    position: relative !important;
}

/* link post */
.format-link .featured-media {
    padding: 84px 11px;
    background-size: cover;
    background-position: center;
    background-color: #000000;
    border-radius: 40% 10% / 20% 30%;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.format-link .featured-media .link {
    font-size: 0.9em;
    padding: 11px 11px;
    background: rgb(0 0 0 / 57%);
    color: #dfdfdf;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -ms-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-radius: 40% 10% / 20% 30%;
}

.format-link .featured-media .link:hover, .format-link .featured-media .link:focus {
    background: rgb(0 0 0 / 75%);
}







.comment-container {
    margin-top: 11px;
    margin-left: 6px;
    margin-right: 6px;
}

.comment-container .comment-count h3 {
    margin-top: 0;
}

.comment-container ol {
    padding: 0;
    margin: 0px 0px 4px;
    border-bottom: 0px solid #edeef0;
}

.comment-container ol li {
    list-style: none;
    background-color: #1a1c1a00;
    :;
    x 7px;
    border-radius: 20px;
    margin: 11px 0px;
    padding: 11px;
    color: #000;
    border-bottom: 2px solid #009651;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.comment-container ol li article {
    padding-top: 7px;
}

.comment-container ol li article.bypostauthor .comment-details {
    margin-left: 58px;
}

.comment-container ol li article.bypostauthor .comment-details .commenter-name:after {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 10px;
    color: #bbbbbb;
    margin-left: 6px;
    position: absolute;
}

.comment-container ol li header {
    position: relative;
}

.comment-container ol li header .author-avater-link {
    float: left;
}

.comment-container ol li header .author-avater-link img {
    width: 100px;
    margin-left: 1px;
    height: 100px;
    border: 2px solid #4eaa0d;
    border-radius: 50px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.comment-container ol li header .author-avater-link:hover img {
    opacity: 0.7 !important;
}

.comment-container ol li header .comment-details {
    margin-left: 1px;
    margin-bottom: 1px;
}

.comment-container ol li header .comment-details .commenter-name {
    background: #0e120d;
    z-index: 3;
    margin-bottom: 11px;
    border-bottom: 2px solid #5ede63;
    color: #6dff00;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 1em;
    display: inline-block;
    padding: 4px 10px;
    letter-spacing: 1px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.comment-container ol li header .comment-details .commenter-name a {
    color: #202020;
}

.comment-container ol li header .comment-details .commenter-name a:hover {
    color: #224b7a;
    text-decoration: none;
}

.comment-container ol li header .comment-details .commenter-meta {
    color: #c9c9c9;
    font-size: 9px;
    padding-left: 4px;
}

.comment-container ol li header .comment-reply-link {
    position: absolute;
    top: 0px;
    right: 14px;
    border-radius: 5px;
    color: #000 !important;
    background: #ffffff;
    border: 1px solid #e9e9ea;
    padding: 1px 4px;
    line-height: 17px;
    font-size: 0.70em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment-container ol li header .comment-reply-link:hover, .comment-container ol li header .comment-reply-link:focus {
    text-decoration: none;
    color: #000000;
    background: #e9e9ea;
    border: 1px solid #e9e9ea;
    border-radius: 5px;
}

.comment-container ol li header .comment-reply-link:focus {
    outline: none;
}

.comment-container ol li .comment-body {
    margin-left: 7px;
}

.comment-container ol li .comment-edit-link {
    margin-left: 8px;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #bbbbbb;
    font-style: italic;
}

.comment-container ol li .comment-edit-link:before {
    content: '\f044';
    font-family: FontAwesome;
    margin-right: 4px;
}

.comment-container ol li .comment-edit-link:hover {
    text-decoration: none;
    color: #224b7a;
}


.comment-container .comment-pagination {
    margin: 0px 0px 16px;
}

.comment-container .comment-closed {
    text-align: center;
}

.comment-container .comment-respond .comment-reply-title {
    margin-top: 0;
}

.comment-container .comment-respond .required {
    color: #086d37;
}

/*=====*/
.catNumData {
    font-size: 14px;
    padding: 0px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    justify-content: end;
    position: revert;
    float: right;
    margin: -27px 12px 0 0;
    width: 44px;
    background-color: #141614;
    line-height: 20px;
    text-align: center;
}

.catsTd {
    padding: 0px;
    padding-top: 7px;
}

.catDescr {
    font-size: 10px;
    color: #fff;
    padding: 4px 7px;
    overflow: hidden;
    border-radius: 11px;
    background: #1e2a1f;
    border-bottom: 2px solid #4caf50;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.catNameActive {
    font-size: 14px;
    padding: 0px 11px;
    overflow: hidden;
    display: block;
    font-weight: 700;
    letter-spacing: 4px;
    border-radius: 11px;
    margin: 0px;
    background: #0f140e00;
    border-bottom: 2px solid #000000;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.catName {
    display: block;
    font-size: 11px;
    padding: 0px 11px;
    overflow: hidden;
    border-radius: 11px;
    font-weight: 600;
    margin: 0px;
    background: #202c1f00;
    border-bottom: 2px solid #4caf50;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.sidebar-wrap {
    border-radius: 0px;
    padding: 15px 34px 34px 15px;
    margin-top: 0px;
}

.sidebar-wrap .widget {
    font-size: 12px;
}

.sidebar-wrap .widget1 {
    font-size: 12px;
    background: linear-gradient(to bottom, #151615 , #141614);
    padding: 11px;
    border-radius: 20px;
    border-bottom: 2px solid #4caf50;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.sidebar-wrap .widget2 {
    font-size: 12px;
    background: linear-gradient(to bottom, #161616 , #333333);
    padding: 11px;
    border-bottom: 2px solid #8bc34a;
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.sidebar-wrap .widget3 {
    font-size: 13px;
    background: linear-gradient(to bottom right, #5a806c, #79826d);
    padding: 11px;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.sidebar-wrap .widget .title {
    padding-bottom: 0px;
    color: #000000;
    position: relative;
    margin-bottom: -5px;
    font-weight: 500;
    padding-left: 1px;
    letter-spacing: 4px;
}

.sidebar-wrap .widget .title:after {
    bottom: 2px;
    content: '';
    position: absolute;
    background: url(/css/game/i/g.png) center center no-repeat;
    background-size: cover;
    top: -11px;
    left: -4px;
    width: 52px;
    height: 52px;
    z-index: -1;
}

.sidebar-wrap .widget a {
    color: #434343;
}

.sidebar-wrap .widget a:hover, .sidebar-wrap .widget a:focus {
    color: #000000;
}

.sidebar-wrap .widget ul {
    padding: 0;
    margin: 0;
}

.sidebar-wrap .widget ul li {
    list-style: none;
}

.sidebar-wrap .widget img {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 5px 4px -5px rgb(0 0 0 / 94%);
}

.sidebar-wrap .widget select {
    width: 100%;
}

.sidebar-wrap .widget.widget_recent_entries ul {
    padding: 0;
}

.sidebar-wrap .widget.widget_recent_entries ul li {
    list-style: none;
    padding: 4px 0 0px;
    border-bottom: 1px solid #e7ebdc00;
    font-size: 15px;
}

.sidebar-wrap .widget.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.sidebar-wrap .widget.widget_recent_entries ul li a {
    color: #007336;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sidebar-wrap .widget.widget_recent_entries ul li a:hover, .sidebar-wrap .widget.widget_recent_entries ul li a:focus {
    color: #000000;
}

.sidebar-wrap .widget.widget_recent_entries ul li .post-date {
    display: block;
    color: #606060;
    font-size: 12px;
    line-height: 20px;
}

.sidebar-wrap .widget.widget_recent_entries ul li .post-date a {
    color: #606060;
}

.sidebar-wrap .widget.widget_recent_entries ul li .post-date a:hover {
    color: #000000;
    text-decoration: underline;
}

.sidebar-wrap .widget.widget_recent_entries ul li .post-date1 {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}

.sidebar-wrap .widget.widget_calendar caption {
    text-align: center;
    line-height: 2em;
    background: #202020;
    color: #ffffff;
    text-transform: uppercase;
}

.sidebar-wrap .widget.widget_calendar table {
    text-align: center;
    width: 100%;
    border: 1px solid #e9e9e9;
}

.sidebar-wrap .widget.widget_calendar table thead tr th {
    text-align: center;
    line-height: 3em;
    color: #202020;
}

.sidebar-wrap .widget.widget_calendar table tbody td {
    line-height: 3em;
    border: 1px solid #e9e9e9;
}

.sidebar-wrap .widget.widget_calendar table tbody a {
    background: #202020;
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sidebar-wrap .widget.widget_calendar table tbody a:hover, .sidebar-wrap .widget.widget_calendar table tbody a:focus {
    background: #FF5722;
    text-decoration: none;
}

.sidebar-wrap .widget.widget_calendar table tfoot td {
    line-height: 2.5em;
}

.sidebar-wrap .widget.widget_calendar table tfoot td a {
    color: #202020;
    text-transform: uppercase;
}

.sidebar-wrap .widget.widget_calendar table tfoot td a:hover, .sidebar-wrap .widget.widget_calendar table tfoot td a:focus {
    color: #FF5722;
}

.sidebar-wrap .widget.widget_calendar table tfoot #prev {
    text-align: right;
}

.sidebar-wrap .widget.widget_calendar table tfoot #next {
    text-align: left;
}

.sidebar-wrap .widget.widget_calendar table th, .sidebar-wrap .widget.widget_calendar table td {
    padding: 0;
}

.sidebar-wrap .widget.widget_recent_comments ul {
    margin: 0;
    padding: 0;
}

.sidebar-wrap .widget.widget_recent_comments ul li {
    list-style: none;
    color: #000000;
    font-size: 11px;
    padding: 1px 0;
    border-bottom: 1px solid #e9efd9;
}

.sidebar-wrap .widget.widget_recent_comments ul li:first-child {
    padding-top: 0px;
}

.sidebar-wrap .widget.widget_recent_comments ul li a {
    color: #54565a;
}

.sidebar-wrap .widget.widget_recent_comments ul li a.url {
    color: #007336;
}

.sidebar-wrap .widget.widget_recent_comments ul li a:hover, .sidebar-wrap .widget.widget_recent_comments ul li a:focus {
    color: #000000;
}

.sidebar-wrap .widget.widget_categories ul.children {
    margin-left: 10px;
}

.sidebar-wrap .widget.widget_nav_menu ul.sub-menu {
    margin-left: 10px;
}

.sidebar-wrap .widget1 .title {
    padding-bottom: 0px;
    color: #ffffff;
    position: relative;
    margin-bottom: -5px;
    font-weight: 500;
    padding-left: 1px;
    letter-spacing: 4px;
}

.sidebar-wrap .widget1 .title:after {
    content: '';
}

.sidebar-wrap .widget1 a {
    color: #FF5722;
}

.sidebar-wrap .widget1 a:hover, .sidebar-wrap .widget1 a:focus {
    color: #000000;
}

.sidebar-wrap .widget1 ul {
    padding: 0;
    margin: 0;
}

.sidebar-wrap .widget1 ul li {
    list-style: none;
}

.sidebar-wrap .widget1 img {
    max-width: 100%;
}

.sidebar-wrap .widget1 select {
    width: 100%;
}

.sidebar-wrap .widget1.widget_recent_entries ul {
    padding: 0;
}

.sidebar-wrap .widget1.widget_recent_entries ul li {
    list-style: none;
    padding: 0px 0 4px;
    border-bottom: 1px solid #4e4e4e;
    font-size: 16px;
}

.sidebar-wrap .widget1.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.sidebar-wrap .widget1.widget_recent_entries ul li a {
    color: #4caf50;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sidebar-wrap .widget1.widget_recent_entries ul li a:hover, .sidebar-wrap .widget1.widget_recent_entries ul li a:focus {
    color: #ffffff;
}

.sidebar-wrap .widget1.widget_recent_entries ul li .post-date {
    display: block;
    color: #AEAEAE;
    font-size: 12px;
    line-height: 20px;
}

.sidebar-wrap .widget1.widget_recent_entries ul li .post-date a {
    color: #cbcbcb;
    border-bottom: solid 1px #00ff0b;
}

.sidebar-wrap .widget1.widget_recent_entries ul li .post-date a:hover {
    color: #95ff00;
}

.sidebar-wrap .widget1.widget_recent_entries ul li .post-date1 {
    display: block;
    color: #AEAEAE;
    font-size: 13px;
    line-height: 22px;
}

.sidebar-wrap .widget1.widget_categories ul.children {
    margin-left: 10px;
}

.sidebar-wrap .widget1.widget_nav_menu ul.sub-menu {
    margin-left: 10px;
}

.sidebar-wrap .widget2 .title {
    padding-bottom: 0px;
    color: #ffffff;
    position: relative;
    margin-bottom: -5px;
    font-weight: 500;
    padding-left: 1px;
    letter-spacing: 4px;
}

.sidebar-wrap .widget2 .title:after {
    content: '';
}

.sidebar-wrap .widget2 a {
    color: #FF5722;
}

.sidebar-wrap .widget2 a:hover, .sidebar-wrap .widget2 a:focus {
    color: #000000;
}

.sidebar-wrap .widget2 ul {
    padding: 0;
    margin: 0;
}

.sidebar-wrap .widget2 ul li {
    list-style: none;
}

.sidebar-wrap .widget2 img {
    max-width: 100%;
}

.sidebar-wrap .widget2 select {
    width: 100%;
}

.sidebar-wrap .widget2.widget_recent_entries ul {
    padding: 0;
}

.sidebar-wrap .widget2.widget_recent_entries ul li {
    list-style: none;
    padding: 0px 0 4px;
    border-bottom: 1px solid #4646463d;
    font-size: 16px;
}

.sidebar-wrap .widget2.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.sidebar-wrap .widget2.widget_recent_entries ul li a {
    color: #8ffe3c;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sidebar-wrap .widget2.widget_recent_entries ul li a:hover, .sidebar-wrap .widget2.widget_recent_entries ul li a:focus {
    color: #ffffff;
}

.sidebar-wrap .widget2.widget_recent_entries ul li .post-date {
    display: block;
    color: #AEAEAE;
    font-size: 12px;
    line-height: 20px;
}

.sidebar-wrap .widget2.widget_recent_entries ul li .post-date a {
    color: #ffffff;
    border-bottom: solid 1px #00ff0b;
}

.sidebar-wrap .widget2.widget_recent_entries ul li .post-date a:hover {
    color: #95ff00;
}

.sidebar-wrap .widget2.widget_recent_entries ul li .post-date1 {
    display: block;
    color: #d3d3d3;
    font-size: 13px;
    line-height: 22px;
}

.sidebar-wrap .widget2.widget_categories ul.children {
    margin-left: 10px;
}

.sidebar-wrap .widget2.widget_nav_menu ul.sub-menu {
    margin-left: 10px;
}

.sidebar-wrap .widget3 .title {
    padding: 0px;
    color: #78c89a;
    position: relative;
    margin-bottom: 1px;
    font-weight: 500;
    padding-left: 0px;
    letter-spacing: 5px;
}

.sidebar-wrap .widget3 .title:after {
    content: '';
    width: 80px;
    height: 7px;
    bottom: 2px;
    left: 1px;
    position: absolute;
    background-color: #ffffff00;
}

.sidebar-wrap .widget3 a {
    color: #FF5722;
}

.sidebar-wrap .widget3 a:hover, .sidebar-wrap .widget3 a:focus {
    color: #000000;
}

.sidebar-wrap .widget3 ul {
    padding: 0;
    margin: 0;
}

.sidebar-wrap .widget3 ul li {
    list-style: none;
}

.sidebar-wrap .widget3 img {
    max-width: 100%;
}

.sidebar-wrap .widget3 select {
    width: 100%;
}

.sidebar-wrap .widget3.widget_recent_entries ul {
    padding: 4px;
    margin-top: 1px;
}

.sidebar-wrap .widget3.widget_recent_entries ul li {
    list-style: none;
    padding: 0px;
    border-bottom: 0px solid #4e4e4e;
    font-size: 15px;
}

.sidebar-wrap .widget3.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.sidebar-wrap .widget3.widget_recent_entries ul li a {
    color: #efefef;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sidebar-wrap .widget3.widget_recent_entries ul li a:hover, .sidebar-wrap .widget3.widget_recent_entries ul li a:focus {
    color: #ffffff;
}

.sidebar-wrap .widget3.widget_recent_entries ul li .post-date {
    display: block;
    color: #AEAEAE;
    font-size: 12px;
    line-height: 20px;
}

.sidebar-wrap .widget3.widget_recent_entries ul li .post-date a {
    color: #ffffff;
}

.sidebar-wrap .widget3.widget_recent_entries ul li .post-date a:hover {
    color: #aeaeae;
    text-decoration: underline;
}

.sidebar-wrap .widget3.widget_recent_entries ul li .post-date1 {
    display: block;
    color: #AEAEAE;
    font-size: 14px;
    line-height: 20px;
}

.sidebar-wrap .widget3.widget_categories ul.children {
    margin-left: 10px;
}

.sidebar-wrap .widget3.widget_nav_menu ul.sub-menu {
    margin-left: 10px;
}

.search-form label {
    display: none;
}

.search-form .search-input {
    width: 82%;
}

.search-form .search-submit {
    width: 14%;
    padding: 1px;
}

.zero-result {
    background: #ffffff;
    max-width: 700px;
    margin: 42px auto;
    padding: 40px;
}

/*=====*/
.infogames {
    font-size: 12px;
    color: #7f7f7f;
}

.infogames:hover {
    color: #000000;
}

.tegos {
    color: #040e0800;
    text-align: center;
    font-size: 0.1px;
    line-height: 0.1px;
}

.cover {
    color: #000000;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover a {
    color: #ffffff;
    border-bottom: solid 2px #3aef00;
}

.cover a:hover {
    color: #daffca;
}

.cover1 {
    color: #000000;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
    font-size: 16px;
}

.cover1 a {
    color: #000000;
    border-bottom: solid 2px #4caf50;
}

.cover1 a:hover {
    color: #000000;
}

.cover2 {
    color: #000000;
    text-align: left;
    background-size: cover;
    background-position: center;
    padding: 4px 6px 4px 6px;
}

.cover3 {
    color: #000000;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover4 {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover4 a {
    color: #fff;
}

.cover4 a:hover {
    color: #abfb3b;
}

.cover5 {
    color: #ffffff;
    text-align: left;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover5 a {
    color: #ffffff;
}

.cover5 a:hover {
    color: #89ff00;
}

.cover6 {
    color: #54565a;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover6 a {
    color: #000000;
    font-weight: 700;
    border-bottom: solid 2px #4CAF50;
}

.cover6 a:hover {
    color: #000000;
    border-bottom: solid 2px #3e904100;
}


.cover7 {
    color: #212121;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 0px;
}

.cover7 a {
    color: #ffffff;
}

.cover7 a:hover {
    color: #e7e7e7;
}

.cover8 {
    color: #d9d9d9;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover81 {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 4px 6px;
}

.cover81 a {
    color: #e8e8e8;
    border-bottom: solid 2px #3aef00;
}

.cover81 a:hover {
    color: #ffffff;
    border-bottom: solid 2px #3aef0000;
}

.cover .cover-inner {
    border-bottom: 2px solid #0a5210;
    padding: 30px 4px;
    background: linear-gradient(57deg, #538754, #4a954b, #437a59);
    border-radius: 30px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.cover .cover-inner:hover {
    background: linear-gradient(57deg, #538754, #4a954b, #305c41);
}

.cover1 .cover-inner {
    padding: 2px 4px;
    background: linear-gradient(34deg, #fcfff3, #fcfff3);
    border-radius: 11px;
    border-bottom: 2px solid #4d8f4e;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.cover2 .cover-inner {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 4px;
    padding-right: 4px;
    bottom: 2px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #c8ccd1;
}

.cover3 .cover-inner {
    padding: 2px;
    background: #fcfff3;
    border-radius: 11px;
    border-bottom: 2px solid #3d624b;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}


.infoart1 {font-size: 0.1px;line-height: 0.1px;color: #00000000;}

.cover4 .cover-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(90deg, #272a22 7%, #0d140e 51%, #272a22 100%);
    border-radius: 11px;
    font-size: 13px;
}

.cover5 .cover-inner {
    padding: 2px 7px;
    background: #000000;
    border-radius: 11px;
    border-bottom: 2px solid #4caf50;
    font-size: 12px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.cover6 .cover-inner {
    padding: 4px 11px;
    background: #fcfff3;
    border-radius: 11px;
    border-bottom: 2px solid #176b3c;
    font-size: 14px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.cover7 .cover-inner {
    padding: 1px;
    background: #fff3f300;
}

.cover8 .cover-inner {
    padding: 2px;
    background: linear-gradient(178deg, #4f5447, #393e32);
    border-radius: 7px;
    font-size: 14px;
    border-bottom: 2px solid #303626;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.cover81 .cover-inner {
    padding: 2px;
    background: linear-gradient(178deg, #2b2e26, #141611);
    border-radius: 11px;
    font-size: 14px;
    border-bottom: 2px solid #1d2213;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.share-wrap1 {
    background: #0e120d;
    border-radius: 11px;
    margin: 11px 6px;
    border-bottom: 2px solid #4CAF50;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
}

.share-wrap1 .share-wrap-inner {
    text-align: left;
    padding: 0 11px;
    position: relative;
    font-size: 11px;
}

.share-wrap1 .share-wrap-inner .share-text {
    color: #000000;
    margin-bottom: 7px;
}

.share-wrap1 a {
    color: #ffffff
}

.share-wrap1 {
    color: #b5b5b5;
}

.share-wrap1 a:hover {
    color: #8BC34A;
}

.cover.no-image .cover-inner {
    background: transparent;
}

.cover .tag-name {
    color: #edffd7;
}

.cover .avatar {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cover .author-name {
    color: #ffffff;
}

.cover .meta-info span {
    margin-right: 14px;
}

.cover .meta-info span:last-child {
    margin-right: 0;
}

.cover .meta-info span a {
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cover .meta-info span a:hover, .cover .meta-info span a:focus {
    color: #FF9800;
}

.cover .meta-info span i {
    margin-right: 7px;
}

/*=====*/
.main-footer {
    padding: 36px 0;
    margin-top: 0px;
    margin-left: 280px;
    background: linear-gradient(to right, #2c2e32 , #000000);
}

.main-footer .copyright-wrap {
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #eeeeee;
}

.main-footer a {
    color: #eeeeee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-footer a:hover, .main-footer a:focus {
    color: #d1e2f4;
    text-decoration: none;
}

.social-links-wrap {
    margin-bottom: 14px;
}

.social-links {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0px;
    line-height: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
    line-height: 18px;
    font-size: 18px;
    margin: 0 4px;
}

.social-links li a {
    display: inline-block;
}

.social-links li a i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #ccc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-links li a i:hover, .social-links li a i:focus {
    color: #00ff78;
}

/*=====*/
#back-to-top {
    position: fixed;
    width: 41px;
    left: 21px;
    bottom: 21px;
    z-index: 1000;
    background: #456c2800;
    color: #ffffff;
    border-radius: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

#back-to-top i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

#back-to-top span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#back-to-top:hover {
    color: #00ff0a;
    right: 0;
}

/*=====*/
.error-block-inner {
    padding: 40px;
}

.error-block-inner h1 {
    margin-top: 0;
}

.tags-cats {
    margin-top: 10px;
}

.entry-btn {
    background-color: #f5f5f5;
    color: #000 !important;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    padding: 1px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 7px 7px 0 0;
    border: 1px solid #e5e5e5;
}

.ct-size a, .ct-size {
    font-size: 11px;
    font-weight: 700 !important;
    padding: 0px 1px 0 0px;
    margin: 0px 1px 0 0;
}

.ct-size i.fa-tags {
    font-size: 9px;
    margin-left: 3px;
}

.ct-size i.icofont-ui-folder {
    font-size: 12px;
    margin-left: 3px;
}

.ct-size i.icofont-fire-burn {
    font-size: 16px;
    color: #d92626;
}

.input.codeButtons, select.codeButtons {
    background: #fcfff3;
    border-bottom: 2px solid #4caf50;
    margin: 4px 1px;
    color: #000000;
    font-size: 11px;
    border-radius: 7px;
    padding: 3px 1px;
    width: auto !important;
    line-height: 14px;
}

.codeButtons {
    background: #fcfff3;
    border: 0px;
    border-bottom: 2px solid #4caf50;
    margin: 4px 1px;
    color: #000000;
    font-size: 11px;
    padding: 0px 6px;
    display: inline;
    width: auto !important;
    border-radius: 7px;
    line-height: 19px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 84%);
}

.swt2 {
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    background-color: #ffffff;
    padding: 7px;
    text-align: center;
    line-height: 30px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #edeef0;
    border-bottom-color: #edeef0;
    border-left-color: #edeef0;
    font-size: 13px;
    color: #974216;
}

. .swt3 {
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    background-color: #ffffff;
    padding: 7px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border: 0px solid #fff;
    margin-left: -4px;
    color: #000;
}

.swt4 {
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    background-color: #ffffff;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border: 0px solid #fff;
    margin-left: -4px;
    color: #000;
}

.swchItem {
    background-color: #000000;
    font-size: 12px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    margin-left: -4px;
    padding-top: 6px;
    padding-right: 9px;
    padding-bottom: 6px;
    padding-left: 9px;
    color: #fff;
    border-radius: 20px;
}

.swchItemA {
    background-color: #007336;
    font-size: 12px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #007336;
    border-bottom-color: #007336;
    border-left-color: #007336;
    margin-left: -4px;
    padding-top: 6px;
    padding-right: 9px;
    padding-bottom: 6px;
    padding-left: 9px;
    color: #ffffff;
    border-radius: 20px;
}

.swt2:hover {
    color: #242424;
    text-decoration: none;
    background-color: #ffffff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
}

.swt3:hover {
    color: #242424;
    text-decoration: none;
    background-color: #ffffff;
    border: 0px;
    solid: #ffffff;
}

.swchItem:hover {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #007336;
    border-bottom-color: #007336;
    border-left-color: #007336;
    color: #ffffff;
    text-decoration: none;
    background-color: #007336;
}

.jl_menu_footer {
    padding: 0px 30px 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* scrollbar */
::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #fcfff300
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(125deg, #8BC34A 0%, #009688 100%);
    border-radius: 11px;
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(125deg, #009688 0%, #4CAF50 100%);
    border-radius: 11px;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px
}

::-webkit-scrollbar {
    width: 5px;
}

.jl_menu_lb {
    left: auto;
    position: relative !important;
    bottom: auto !important;
    background: #222 !important;
    color: #fff;
    top: -2px;
    line-height: 16px;
    height: 16px !important;
    font-size: 10px;
    padding: 0px 5px;
    letter-spacing: 0px !important;
    width: unset !important;
    display: inline-block !important;
    margin-left: 4px;
    border-radius: 3px;
}

/*=====*/
@media screen and (max-width: 1300px) {
    h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
        color: #ffffff;
    }

    body {
        font-size: 16px;
        line-height: 26px;
    }

    h1 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 19px;
        color: #000000;
    }

    h5:hover, h5:focus {
        font-size: 19px;
        color: #327400;
    }

    p {
        margin-bottom: 0px;
        font-size: 15px;
        margin-top: 0px;
    }

    .main-navigation .menu li a, .navbar-collapse .menu li a {
        font-size: 11px;
        letter-spacing: 1.2px;
        color: #e3e3e3;
        padding: 2px 8px;
    }

    .main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
        color: #00ff78;
        background: linear-gradient(90deg, #13151338, #000000c2);
    }

    .post-header .post-meta {
        padding: 0px 6px;
        font-size: 8px;
    }

    .post-header .post-meta:hover {
        font-size: 8px;
    }

    .post-excerpt {
        display: none;
        max-height: 70px;
    }

    .post-footer .author-name {
        color: #ffffff;
        padding: 5px 5px;
        z-index: 10;
        font-size: 10px;
        letter-spacing: 0px;
        border-radius: 2px;
    }

    .post-wrap {
        height: 270px;
    }

    .post-wrap1 {
        padding: 6px;
        height: 190px;
        overflow: hidden;
        width: 50%;
        float: left;
    }

    .post-wrap2 {
        height: 190px;
        width: 50%;
        float: left;
    }

    .post-wrap2 a:hover .post-content .post-header .post-title {
        font-size: 20px;
    }

    .post-single.no-image .post-content .post-header .post-title {
        color: #ffffff;
        font-size: 20px;
    }

    .post-wrap3 {
        padding: 6px;
        height: 150px;
        overflow: hidden;
        width: 50%;
        float: left;
    }

    .single-post-full .post-content-wrap {
        padding: 11px;
        margin: 4px 6px;
    }

    .single-post-full .post-content-wrap:hover {
        padding: 11px;
        margin: 4px 6px;
        border-bottom: 2px solid #507c51;
    }

    .single-post-full .post-content-wrap1 {
        background: linear-gradient(45deg, #f5f5f5, #eee);
        padding: 0px;
        margin-left: 6px;
        margin-right: 6px;
        margin-top: 4px;
        border-radius: 4px;
        margin-bottom: 4px;
        border: 1px solid #ddd;
        box-shadow: none;
    }

    .single-post-full .post-content-wrap3 {
        margin-left: 6px;
        margin-right: 6px;
        margin-top: 11px;
        margin-bottom: 11px;
        box-shadow: none;
    }

    .single-post-full .post-content-wrap .post-header .post-title {
        font-size: 16px;
        color: #000000;
    }

    .prev-next-wrap .previous-post .prev-next-inner, .prev-next-wrap .next-post .prev-next-inner {
        padding: 20px;
    }

    .prev-next-wrap .previous-post .link-text,.prev-next-wrap .next-post .link-text {
        -webkit-transform: all 0.3s;
        -moz-transform: all 0.3s;
        -ms-transform: all 0.3s;
        -o-transform: all 0.3s;
        transform: all 0.3s;
        text-transform: uppercase;
        font-size: 8px;
    }

    .comment-container ol li header .author-avater-link img {
        width: 40px;
        margin-left: 1px;
        height: 40px;
        border: 1px solid #ff9800;
        border-radius: 4px;
    }

    .sidebar-wrap {
        border-radius: 0px;
        padding: 4px 0px 0px 4px;
        margin-top: 4px;
    }

    .sidebar-wrap .widget2 {
        padding: 7px;
        border: 1px solid #000000;
        border-bottom: 2px solid #1b4e1d;
        border-radius: 11px;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .sidebar-wrap .widget.widget_recent_entries ul li {
        list-style: none;
        padding: 7px 0 11px;
        border-bottom: 1px solid #e9efd9;
        font-size: 16px;
    }

    .sidebar-wrap .widget.widget_recent_comments ul li {
        list-style: none;
        color: #7b7b7b;
        font-size: 11px;
        padding: 1px 0;
        border-bottom: 1px solid #e9efd9;
    }

    .sidebar-wrap .widget2.widget_recent_entries ul li {
        list-style: none;
        padding: 4px 0 7px;
        border-bottom: 1px solid #4e4e4e;
        font-size: 15px;
    }

    .sidebar-wrap .widget2.widget_recent_entries ul li .post-date1 {
        display: block;
        color: #AEAEAE;
        font-size: 11px;
        line-height: 20px;
    }

    .cover6 {
        color: #000000d9;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding: 4px 6px;
    }

    .cover5 .cover-inner {
        border-bottom: 2px solid #4caf50;
        font-size: 10px;
    }

    .cover6 .cover-inner {
        background: #fbfff000;
        font-size: 12px;
    }
}

/*=====*/
@media screen and (max-width: 767px) {
      .gam4 {
        display: block;
    }

    input[type="search"], input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea,.form-control {
    color: #ffffff;

}

.main-navigation .menu li a, .navbar-collapse .menu li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(90deg, #e5f6e600, #fcfff32b);
    border-radius: 11px;
    padding: 5px 10px;
}

    
    .navbar {
        position: relative;
        min-height: 50px;
        background-color: #6caf6d;
        background: linear-gradient(182deg, #366a53, #2d483c, #2d483c);
        margin-bottom: 0px;
        border: 0px solid transparent;
    }

    body {
        font-size: 18px;
        line-height: 26px;
    }

    .cover .tag-name {
    color: #edffd7;
    letter-spacing: 1px;
}

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    h2:hover, h2:focus {
        font-size: 12px;
    }
.post-header .post-title {
    margin-top: 11px;
}
    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 15px;
    }

    h5 {
        font-size: 19px;
        color: #202020;
    }

    h6 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #000000;
        padding: 2px;
        border-bottom: 1px dotted #c8ccd1;
    }

    h6:hover, h6:focus {
        padding: 2px;
        font-size: 16px;
    }

    .button3 {
        --animation-color: #8affbb;
        --text-stroke-color: #ffffff;
        --fs-size: 0.7em;
        letter-spacing: 4px;
        font-family: 'Arimo', sans-serif;
        -webkit-text-stroke: 1px var(--text-stroke-color);
    }

    .btn-default, input[type="submit"] {
        background: linear-gradient(80deg, #1b1c1e, #007336);
        color: #ffffff;
        border: none;
        border-radius: 0px 11px 11px 0px;
    }

    .btn-default1, input[type="submit"] {
        background: linear-gradient(359deg, #1e3e2b, #0f7b41);
        border: 0px solid #007336;
        color: #ffffff;
        border-radius: 30px;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    input[type="search"], input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea,.form-control {
        padding: 0px 7px;
        background: #1b1c1e00;
        border-radius: 11px;
        margin-bottom: 11px;
        margin-top: 0px;
    }

    p {
        margin-bottom: 0px;
        font-size: 12px;
        margin-top: 0px;
        letter-spacing: 0px;
    }

    .social-links li {
        display: inline-block;
        list-style: none;
        line-height: 18px;
        font-size: 18px;
        margin: 0 4px;
    }

    .social-links li a {
        display: inline-block;
    }

    .social-links li a i {
        color: #176b3c;
    }

    .social-links li a i:hover, .social-links li a i:focus {
        color: #000000;
    }

    .main-navigation .menu li a, .navbar-collapse .menu li a {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding: 4px 10px;
    }

    .main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
        color: #00ff78;
    }

    .main-navigation .menu li.current-menu-item > a, .navbar-collapse .menu li.current-menu-item > a, .main-navigation .menu li.current-menu-parent > a, .navbar-collapse .menu li.current-menu-parent > a, .main-navigation .menu li.current-menu-ancestor > a, .navbar-collapse .menu li.current-menu-ancestor > a {
        color: #95ff00;
        border-radius: 11px;
        padding: 4px 10px;
    }

    .main-navigation .menu li ul li a, .navbar-collapse .menu li ul li a {
        color: #ffffff;
        padding: 5px 10px;
        margin: 0px;
        margin-bottom: 2px;
        line-height: 1em;
        display: block;
        border-radius: 11px;
        width: 100%;
        border-bottom: 0px solid #222325;
    }

    .main-navigation .menu li ul li a:hover, .navbar-collapse .menu li ul li a:hover {
        color: #00ff78;
        text-decoration: none;
    }


    .post-single .post-content .featured-mark i {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        font-size: 13px;
    }

    .post-header .post-meta {
    display: none;
    }

    .post-header .post-meta:hover {
        font-size: 10px;
    }

    .post-excerpt {
        max-height: 60px;
        display: none;
    }

    .post-footer {
        position: absolute;
        bottom: 11px;
        left: 9px;
    }

    .post-footer .author-name {
        color: #ffffff;
        padding: 4px 7px;
        z-index: 10;
        font-size: 10px;
        letter-spacing: 0px;
        border-radius: 11px;
    }

    .post-wrap a:hover .post-content .post-header .post-title {
        color: #02e100;
        font-size: 20px;
    }

    .post-wrap1 {
        height: 162px;
        width: 50%;
    }

    .post-wrap2 {
        height: 162px;
        width: 50%;
    }

    .post-wrap2 a:hover .post-content .post-header .post-title {
        font-size: 17px;
    }

    .post-wrap3 {
        padding: 6px;
        height: 162px;
        overflow: hidden;
        width: 50%;
        float: left;
    }

    .post-single.no-image .post-content .post-header .post-title {
        color: #ffffff;
        font-size: 17px;
    }

    .pagination-wrap {
        padding: 7px;
        text-transform: uppercase;
        letter-spacing: 2px;
        background-color: #4a4b4c00;
    }

    .single-post-full .post-content-wrap {
        padding: 7px;
        margin: 11px 0px;
        text-align: center;
        border-bottom: 2px solid #368a57;
    }

    .single-post-full .post-content-wrap:hover {
        padding: 7px;
        margin: 11px 0px;

        border-bottom: 2px solid #346034;
    }

    .single-post-full .post-content-wrap1 {
        background: linear-gradient(45deg, #f5f5f500, #eee0);
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 11px;
        border-radius: 0px;
        margin-bottom: 11px;
        border: 0px solid #ddd;
        box-shadow: 0px 1px 9px 0px rgb(0 17 34 / 94%);
    }

    .single-post-full .post-content-wrap3 {
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 11px;
        border-radius: 11px;
        margin-bottom: 11px;
        border: 0px solid #ddd;
    }

    .single-post-full .post-content-wrap .post-header .post-title {
        font-size: 11px;
        border-bottom: 1px solid #242c23;
        color: #ffffff;
        margin-bottom: 4px;
        border-radius: 11px;
        text-align: center;
        padding: 7px;
        background: radial-gradient(circle, #02844e, #21362d);
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .single-post-full .post-content-wrap .post-header .post-title a {
        color: #e5ffc7
    }
.single-post-full .post-content-wrap .post-header .post-title a:hover {
        color: #89ff00
    }
    .single-post-full .post-content-wrap .featured-media {
        margin-top: 11px;
        margin-bottom: 11px;
        border-radius: 11px;
    }

    .single-post-full .post-content-wrap .featured-media img {
        width: 100%;
        height: auto;
        border-radius: 11px;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .single-post-full .post-content-wrap1 .featured-media img {
        width: 100%;
        height: auto;
        border-radius: 0px;
    }

    .tag-wrap {
        background: #f8f9fa;
        border-radius: 0px;
        padding: 0px 2px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        border: 1px solid #c8ccd1;
    }

    .share-wrap {
        background: linear-gradient(359deg, #e8edda, #fcfff3);
        margin: 4px 0px;
    }

    .share-wrap .share-wrap-inner {
        text-align: center;
        padding: 1px;
        position: relative;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 700;
        color: #54565a;
    }

    .share-wrap .share-wrap-inner .share-text {
        color: #000000b8;
        font-size: 12px;
    }

    .share-wrap1 {
        margin: 11px 4px;
    }

    .share-wrap1 .share-wrap-inner {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 11px;
    }

    .share-wrap2 {
        color: #202020;
        background: #b4d7bd;
        border-radius: 7px;
        margin-top: 11px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 11px;
        border: 1px solid #a5c7ae;
        border-bottom: 2px solid #57745f;
    }

    .share-wrap2 .share-wrap-inner {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px;
        position: relative;
        font-size: 12px;
    }

    .share-wrap2 a {
        color: #000000
    }

    .share-wrap2 a:hover {
        color: #000000;
        text-decoration: underline;
    }

    .share-wrap3 {
        background: #f9ffe9;
        border-radius: 11px;
        margin-top: 11px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 11px;
        border: 0px solid #4caf50;
        border-bottom: 2px solid #4caf50;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 48%);
    }

    .share-wrap3 .share-wrap-inner {
        text-align: center;
        padding-left: 2px;
        padding-top: 7px;
        padding-right: 2px;
        ;;padding-bottom: 7px;
        position: relative;
        font-size: 15px;
    }

    .share-wrap3 .share-wrap-inner .share-text {
        color: #000000;
        margin-bottom: 7px;
    }

    .format-quote .featured-media {
        background-color: #202020;
        background-size: cover;
        background-position: center;
        margin-bottom: 0;
        padding: 24px 11px;
        border-radius: 0px;
    }

    .format-gallery .gallery-tiled ul li {
        list-style: none;
        float: left;
        width: 50%;
        height: 25%;
        position: relative;
        padding: 4px;
    }

    .author-comment-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-author {
        background: linear-gradient(180deg, #f9ffe900, #f8fbf0, #a5c5a6);
        margin: 11px 0px;
        border: 0px solid #58806b;
        border-bottom: 2px solid #266c52;
    }

    .prev-next-wrap {
        margin: 6px;
    }

    .prev-next-wrap .previous-post .prev-next-inner,.prev-next-wrap .next-post .prev-next-inner {
        padding: 0px;
        padding-top: 24px;
        text-align: center;
        min-height: 140px;
        width: 100%;
    }

    .prev-next-wrap .previous-post .link-text, .prev-next-wrap .previous-post .prev-next-wrap .next-post {
        border-radius: 0px;
    }

    .comment-notes {
        font-weight: 500;
        text-align: center;
        border-radius: 11px;
        display: none;
        font-size: 11px;
        padding: 0px 2px 0px 2px;
        margin: 0px;
        color: #000 !important;
        background-color: #1c1c1e;
        background: linear-gradient(180deg, #f9ffe9, #fcfff3);
    }

    .comment-container {
        margin-top: 0px;
        margin-left: 6px;
        margin-right: 6px;
    }

    .comment-container ol {
        padding: 0;
        margin: 0px 0px 0px;
        border-bottom: 0px solid #edeef0;
    }

    .comment-container ol li {
        background: linear-gradient(180deg, #fcfff300, #f6ffeb);
        padding: 7px;
        border-radius: 11px;
        border: 0px solid #f3f3f3;
        border-bottom: 2px solid #040e08;
        color: #000000;
    }

    .comment-container ol li header .comment-details .commenter-name {
        background: #0e120d00;
        border-bottom: 0px solid #5ede63;
        color: #000000;
        font-size: 12px;
        font-weight: 600;
        ppercase;
        padding: 2px 10px;
        box-shadow: none;
    }

    .sidebar-wrap {
        border-radius: 0px;
        padding: 6px;
        margin-top: 0px;
    }

    .sidebar-wrap .widget2 {
        padding: 30px;
        border-radius: 20px;
    }

    .cover {
        color: #000000;
        padding: 0px;
    }

    .cover1 {
        color: #d3d3d3;
        text-align: center;
        font-size: 11px;
        background-size: cover;
        background-position: center;
        padding: 7px 4px;
    }

    .cover1 a {
        color: #ffffff;
        border-bottom: solid 2px #00ff64;
    }

    .cover1 a:hover {
    color: #00ff0a;
        border-bottom: solid 2px #00ff6400;
}

    .cover2 {
        color: #000000;
        text-align: left;
        background-size: cover;
        background-position: center;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
    }

    .cover3 {
        color: #000000;
        font-size: 14px;
        padding: 0px;
    }

    .cover4 {
        color: #000000;
        padding: 11px 0px 0px 0px;
    }

        .gam2 {
        display: none;
    }

    .cover4 a {
        color: #0b3a20;
    }

    .cover4 a:hover {
        color: #000000;
    }

    .cover5 {
        color: #363636;
        text-align: center;
        padding: 4px 0px;
    }

    .cover5 a {
        color: #4c4c4c
    }

    .cover5 a:hover {
        color: #000000;
    }

    .cover6 {
        color: #000000d9;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding: 0px 0px;
    }

    .cover7 {
        color: #ffffff;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding: 0px 0px;
    }

    .cover8 {
        color: #ffffff;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding: 7px 4px;
    }

    .cover81 {
        color: #ffffff;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding: 7px 4px;
    }

    .cover .cover-inner {
        margin-bottom: 11px;
        padding: 4px 11px;
        border-radius: 0px 0px 20px 20px;
        background: linear-gradient(174deg, #2d483c, #2d483c, #239b67);
    }

    .cover .cover-inner:hover {
        border: 0px;
        padding: 4px 11px;
        border-radius: 0px 0px 20px 20px;
        border-bottom: 2px solid #212c27;
        background: linear-gradient(174deg, #2d483c, #2d483c, #00967a);
    }

    .cover1 .cover-inner {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 7px;
        padding-right: 7px;
        background: #050e04;
        border-radius: 11px;
        border: 0px solid #64ab6a;
        border-bottom: 2px solid #65aa6a;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .cover2 .cover-inner {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 4px;
        padding-right: 4px;
        bottom: 0px;
        background: #ffffff;
        border-radius: 0px;
        border: 1px solid #c8ccd1;
    }

    .cover3 .cover-inner {
        padding: 4px;
        background: #ffffff00;
        border-radius: 0px;
        border: 0px solid #a4bbaf;
        box-shadow: none;
    }

    .cover4 .cover-inner {
        padding: 20px 11px;
        background: linear-gradient(180deg, #fcfff3 7%, #e4e7db 51%, #d6dbce 100%);
        border-radius: 0px;
        font-size: 12px;
    }

    .cover5 .cover-inner {
        padding: 0px 4px;
        font-size: 12px;
        background: #f1f7e000;
        border-bottom: 2px solid #368a57;
    }

    .cover6 .cover-inner {
        padding: 2px 4px;
        background: #e7e7e700;
        font-size: 13px;
    }

    .cover7 .cover-inner {
        padding-left: 2px;
        padding-right: 2px;
        border-radius: 0px;
        font-size: 12px;
        border-bottom: 0px solid #394030;
        background: #2d483c;
    }

    .cover8 .cover-inner {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-radius: 9px;
        font-size: 11px;
        background: linear-gradient(178deg, #4f5447, #393e32);
    }

    .cover81 .cover-inner {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-radius: 9px;
        font-size: 11px;
        background: linear-gradient(178deg, #1e201a, #12140e);
    }

    .navbar-brand {
        font-size: 2.4em;
        line-height: 1em;
        padding: 0px;
    }

    .navbar-brand:hover, .navbar-brand:focus {
        color: #202020;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .navbar-toggle {
        border: 1px solid #153817;
        margin-top: 6px;
        margin-bottom: 0;
        background: #304039;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 30px;
        padding: 12px 8px;
        margin-right: 0px;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .navbar-collapse .navbar-nav {
        margin: 21px -15px 0;
    }

    .navbar-collapse .navbar-nav.menu li ul {
        position: relative;
        left: 0;
        width: auto;
        padding-top: 6px;
        padding-left: 6px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=(100));
        visibility: visible;
        background: transparent;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .navbar-collapse .navbar-nav.menu li ul li a {
        color: #fff;
        padding: 4px 10px;
    }

    .navbar-collapse .navbar-nav.menu li ul li a:hover {
        color: #00ff62;
    }

    .navbar-collapse .navbar-nav.menu li.menu-item-has-children > a {
        margin-right: 0px;
    }

    .navbar-collapse .navbar-nav.menu li.menu-item-has-children > a:after {
        content: '';
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button {
        position: absolute;
        width: 17px;
        height: 17px;
        top: 4px;
        right: 11px;
        border: 1px solid #537c6a;
        background: #c1ffe4;
        color: #fff;
        border-radius: 20px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button:before {
        content: '';
        width: 9px;
        height: 1px;
        background: #202020;
        left: 3px;
        top: 7px;
        position: absolute;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button:after {
        content: '';
        width: 1px;
        height: 9px;
        background: #202020;
        left: 7px;
        top: 3px;
        position: absolute;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button:hover,.navbar-collapse .navbar-nav.menu li .submenu-button:focus {
        border-color: #000000;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button:hover:before, .navbar-collapse .navbar-nav.menu li .submenu-button:focus:before, .navbar-collapse .navbar-nav.menu li .submenu-button:hover:after, .navbar-collapse .navbar-nav.menu li .submenu-button:focus:after {
        background: #000000;
    }

    .navbar-collapse .navbar-nav.menu li .submenu-button.opened:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav > li > a:focus, .nav > li > a:hover {
        background: none;
    }

    .content-area-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }

    .main-footer {
        margin-left: 0;
    }

    .prev-next-wrap .previous-post, .prev-next-wrap .next-post {
        border-left: none;
        width: 49%;
        float: none;
        margin-right: 2px;
    }

    .prev-next-wrap .previous-post {
        margin-bottom: 0px;
        border-radius: 22px;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .prev-next-wrap .next-post {
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .sidebar-wrap .widget {
        padding: 0px;
        padding-bottom: 6px;
    }
}

@media screen and (prefers-color-scheme: dark) {



    
    /* === removing default button style ===*/ .snowContainer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    #snow {
        width: 100%;
        height: 100%;
        background-image: url("https://yraaa.ru/_pu/27/15825154.png"), url("https://yraaa.ru/_pu/27/89961317.png"), url("https://yraaa.ru/_pu/27/21791255.png");
        -webkit-animation: snow 20s linear infinite;
        -moz-animation: snow 20s linear infinite;
        -ms-animation: snow 20s linear infinite;
        animation: snow 20s linear infinite;
    }

    @keyframes snow {
        0% {
            background-position: 0px 0px, 0px 0px, 0px 0px;
        }

        100% {
            background-position: 500px 1000px, 400px 400px, 300px 300px;
        }
    }

    @-moz-keyframes snow {
        0% {
            background-position: 0px 0px, 0px 0px, 0px 0px;
        }

        100% {
            background-position: 500px 1000px, 400px 400px, 300px 300px;
        }
    }

    @-webkit-keyframes snow {
        0% {
            background-position: 0px 0px, 0px 0px, 0px 0px;
        }

        100% {
            background-position: 500px 1000px, 400px 400px, 300px 300px;
        }
    }

    @-ms-keyframes snow {
        0% {
            background-position: 0px 0px, 0px 0px, 0px 0px;
        }

        100% {
            background-position: 500px 1000px, 400px 400px, 300px 300px;
        }
    }

    /*=====*/
    input[type="search"], input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea,.form-control {

        color: #ffffff;

    }


    .sub-text-new1 {
        text-align: left;
        font-family: "Raleway",sans-serif;
        letter-spacing: 2px;
        color: #d9dedf;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        padding-left: 1px;
    }

    .sub-text-new2 {
        text-align: left;
        font-family: "Raleway",sans-serif;
        letter-spacing: 2px;
        color: #3a3a3a;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        padding-left: 1px;
    }

    .sub-text-new3 {
        text-align: left;
        font-family: "Raleway",sans-serif;
        letter-spacing: 2px;
        color: #d9dedf;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        padding-left: 1px;
        padding: 8px;
        background-color: #000000b3;
    }

    .comA {
        color: #000000;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-weight: 700;
    }

    .commod {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0px 4px;
        line-height: 17px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .comSub {
        font-size: 98%;
        padding-right: 25px;
        width: calc(94% - 1px);
        display: inline-block;
    }

    .comSub1 {
        display: block;
        font-size: 65%;
    }

    .comSub1 a {
        color: #666666;
    }

    .comSub1 a:hover {
        color: #000000;
    }

    .artSub {
        display: block;
        font-size: 77%;
    }

    .gameSub {
        display: block;
        font-size: 77%;
    }

    @media screen and (max-width: 600px) {
        .gam2 {
            display: none;
        }
    }

    .gameSub1 {
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        background: #fcfff300;
        z-index: 3;
        color: #ababab;
        padding: 2px 10px;
        margin: 4px;
        font-weight: 300;
        font-size: 11px;
        border-radius: 11px;
        letter-spacing: 1px;
        border-bottom: 2px solid #5f806c;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 64%);
    }

    .gameSub1 .avatar {
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .gameSub1 a {
        color: #8bc34a;
    }

    .gameSub1 a:hover, .gameSub1 a:focus {
        color: #4CAF50;
        text-decoration: none;
    }

    qq {
        background: #ffffff;
        font-size: 16px;
        padding: 7px 7px 7px 14px;
        margin: 4px 0;
        color: #000;
        border-left: 5px solid #4CAF50;
    }

    .game-img img {
        border-radius: 0 40px 0 20px;
    }

    art {
        background: #1c1c1e;
        font-size: 16px;
        margin: 4px 0;
        color: #fff;
    }

    .bbQuoteName {
        display: none;
    }

    .quoteMessage {
        margin-top: 7px;
        margin-bottom: 7px;
        border: 1px solid #e1e1e1 !important;
        color: #000;
        font-size: 18px;
        line-height: 22px;
        background: #f8f9fa;
        padding: 11px;
        border-radius: 11px;
        border-left: 4px solid #4caf50 !important;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .bbCodeName {
        display: none;
    }

    .codeMessage {
        margin-top: 4px;
        margin-bottom: 4px;
        border: 0px #007336 !important;
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
        background: #181818;
        padding: 11px;
        border-radius: 11px;
        border-left: 4px solid #00ff78 !important;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    body {

        color: #ffffff;
        background-color: #0e0e0e;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
        color: #ffffff;
    }


    h5 {
 
        color: #32d746;
        padding: 2px;
        border-bottom: 1px dotted #c8ccd1;
    }

    h5:hover, h5:focus {
        color: #ffffff;
    }

    h6 {
        color: #939393;
        border-bottom: 1px dotted #a3a3a3;
    }

    h6:hover {
        background: #ffffff00;
        color: #ffffff;
        border-bottom: 1px dotted #a3a3a3;
    }

    a {
        color: #005a2a;
    }

    a:hover, a:focus {
        color: #000000;
        text-decoration: none;
    }



    select {
        padding: 4px 0px;
        border: 0px solid #0e0e0e;
        color: #000000;
        background-color: #e4efd500;
    }


    ::-moz-selection {
        color: #ffffff;
        background: #007336;
        text-shadow: none;
    }

    ::selection {
        color: #ffffff;
        background: #007336;
        text-shadow: none;
    }




    .header-wrap {
  
        background: linear-gradient(to right, #131415 , #0e0e0e);

    }




   

    .post-single .post-content .bdr-bottom {

        background: #89ff00;
    }


    .post-single.no-image .post-content {
        background: #000000;
    }


    .post-single.no-image .post-content .post-header .post-title {
        color: #ffffff;
        font-size: 22px;
    }

    .post-single.no-image .post-content .post-excerpt {

        color: #cbcbcb;

    }



    .post-single3.no-image .post-content3 .post-header .post-title {
        color: #ffffff;
    }

    .post-single3.no-image .post-content3 .post-excerpt {
 
        color: #ffffff;

    }



    .post-header .post-meta {
        background: #00000075;

        border-bottom: 2px solid #5ede63;
        color: #ffffff;

    }

    .post-header .post-meta:hover {
        background: #000000c7;
        border-bottom: 2px solid #71ff77;
        color: #98ff00;
    }

    .post-header .post-meta a {
        color: #ffffff;
    }

    .post-header .post-meta a:hover {
        color: #66f76c;
    }

    .post-meta a {
        color: #ffffff;
    }

    .post-meta a:hover {
        color: #e7e7e7;
    }

    .post-header .post-title {

        color: #ffffff;

    }



.sidebar-wrap .widget .title {

    color: #ffffff;

}



    /*=====*/
    .single-post-full .post-content-wrap {
        background: linear-gradient(180deg, #fcfff300, #161616);
        border-bottom: 2px solid #5c905d;
    }

    .single-post-full .post-content-wrap:hover {
        margin: 11px 6px;
        border-bottom: 2px solid #3a5b3a;
    }

    .single-post-full .post-content-wrap .post-content-full a {
        color: #ffffff;
        border-bottom: solid 2px #4CAF50;
    }

    .single-post-full .post-content-wrap .post-content-full a:hover {
        color: #8BC34A;
        border-bottom: none;
    }


 

    .single-post-full .post-content-wrap1 .featured-media {
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 11px;
    }

    .single-post-full .post-content-wrap1 .featured-media img {
        width: 100%;
        height: auto;
        border-radius: 11px;
    }

    .single-post-full .post-content-wrap1 .post-content-full {
        margin-top: 1px;
    }

    .single-post-full .post-content-wrap1 .post-content-full img {
        max-width: 100%;
        height: auto;
    }

    

    


    /*=====*/
    .author-comment-wrap {
        margin-left: -8px;
        margin-right: -8px;
    }

    .about-author {
        background: #436852;
        border: 1px solid #21382b;
    }

    .about-author .avatar {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #009688;
        box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
    }

    .about-author .details {
        margin-left: 101px;
    }

    .about-author .details .author {
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 14px;
    }

    .about-author .details .author a {
        color: #ffffff;
    }

 

    .comment-notes {
        color: #e1e1e1 !important;
        background: #bbb0;
    }

    .comment-container ol li {

        color: #ffffff;

    }

    .comment-container ol li article {
        padding-top: 7px;
    }

    .comment-container ol li article.bypostauthor .comment-details {
        margin-left: 58px;
    }



    .comment-container ol li header {
        position: relative;
    }

    .comment-container ol li header .author-avater-link {
        float: left;
    }

    .comment-container ol li header .author-avater-link img {

        border: 2px solid #4eaa0d;

    }

    .comment-container ol li header .author-avater-link:hover img {
        opacity: 0.7 !important;
    }

    .comment-container ol li header .comment-details {
        margin-left: 1px;
        margin-bottom: 1px;
    }

    .comment-container ol li header .comment-details .commenter-name {

        border-bottom: 2px solid #5ede63;
        color: #6dff00;

    }

    .comment-container ol li header .comment-details .commenter-name a {
        color: #202020;
    }

    .comment-container ol li header .comment-details .commenter-name a:hover {
        color: #224b7a;
        text-decoration: none;
    }

    .comment-container ol li header .comment-details .commenter-meta {
        color: #c9c9c9;
   
    }

    .comment-container ol li header .comment-reply-link {
  
        color: #000 !important;
        background: #ffffff;
        border: 1px solid #e9e9ea;

    }

    .comment-container ol li header .comment-reply-link:hover, .comment-container ol li header .comment-reply-link:focus {
        text-decoration: none;
        color: #000000;
        background: #e9e9ea;
        border: 1px solid #e9e9ea;
        border-radius: 5px;
    }

    .comment-container ol li header .comment-reply-link:focus {
        outline: none;
    }

    .comment-container ol li .comment-body {
        margin-left: 7px;
    }

    .comment-container ol li .comment-edit-link {
        margin-left: 8px;
        font-size: 0.75em;
        text-transform: uppercase;
        color: #bbbbbb;
        font-style: italic;
    }

    .comment-container ol li .comment-edit-link:before {
        content: '\f044';
        font-family: FontAwesome;
        margin-right: 4px;
    }

    .comment-container ol li .comment-edit-link:hover {
        text-decoration: none;
        color: #224b7a;
    }

    .comment-container ol ul {
        padding-left: 29px;
    }

  


    .comment-container .comment-closed {
        text-align: center;
    }

    .comment-container .comment-respond .comment-reply-title {
        margin-top: 0;
    }

    .comment-container .comment-respond .required {
        color: #086d37;
    }

.main-navigation .menu li a, .navbar-collapse .menu li a {

    color: #ffffff;

    background: linear-gradient(90deg, #e5f6e600, #000000);

}

.main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
    color: #89ff00;
    background: linear-gradient(90deg, #000000, #e5f6e600);
}


.main-navigation .menu li ul li a, .navbar-collapse .menu li ul li a {color: #ffffff;}

.button3 {--text-stroke-color: #ffffff;}

.header-wrap .main-header .description {color: #ffffff;}

.cover7 {color: #ffffff;}
.sidebar-wrap .widget a {color: #ffffff;}

.sidebar-wrap .widget a:hover, .sidebar-wrap .widget a:focus {color: #00ff0a;}

   
    


    /*=====*/
    .infogames {
        font-size: 12px;
        color: #cdcdcd;
    }

    .infogames:hover {
        color: #ffffff;
    }

    .tegos {
        color: #040e0800;
        text-align: center;
        font-size: 0.1px;
        line-height: 0.1px;
    }

    .cover1 {
        color: #ffffff;
    }

    .cover1 a {
        color: #bfbfbf;
        border-bottom: solid 2px #00ff0a;
    }

    .cover1 a:hover {
        color: #ffffff;
    }

    .cover2 {
        color: #000000;
        text-align: left;
        background-size: cover;
        background-position: center;
        padding: 4px 6px 4px 6px;
    }

    .cover3 {
        color: #ffffff;
    }

    .cover4 {
        color: #ffffff;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding: 4px 6px;
    }

    .cover4 a {
        color: #fff;
    }

    .cover4 a:hover {
        color: #abfb3b;
    }

    .cover5 {
        color: #a3a3a3;
        text-align: left;
        background-size: cover;
        background-position: center;
        padding: 4px 6px;
    }

    .cover5 a {
        color: #e8e8e8;
    }

    .cover5 a:hover {
        color: #ffffff;
    }

    .cover6 {
        color: #ffffff;
    }




    .cover6 a {
        color: #8BC34A;
        border-bottom: none;
    }

    .cover6 a:hover {
        color: #ffffff;
    }

    .cover8 {
        color: #d9d9d9;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding: 4px 6px;
    }

    .cover81 {
        color: #ffffff;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding: 4px 6px;
    }

    .cover81 a {
        color: #e8e8e8;
        ;border-bottom: solid 2px #3aef00;
    }

    .cover81 a:hover {
        color: #cbcbcb;
    }

    .cover1 .cover-inner {
        background: #ffffff00;
        border-bottom: 2px solid #ffffff;
        box-shadow: none;
    }

    .cover2 .cover-inner {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 4px;
        padding-right: 4px;
        bottom: 2px;
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #c8ccd1;
    }

    .cover3 .cover-inner {
        background: #fcfff300;
    }

    .cover4 .cover-inner {
        background: #bbb0;
    }

    .cover5 .cover-inner {
        background: #222222;
        border-bottom: 2px solid #89ff00;
        box-shadow: none;
    }

    .cover6 .cover-inner {
        background: #fcfff300;
        border-bottom: 2px solid #176b3c;
    }

    .cover.no-image .cover-inner {
        background: transparent;
    }

    .cover .avatar {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .cover .author-name {
        color: #ffffff;
    }

    .cover .meta-info span {
        margin-right: 14px;
    }

    .cover .meta-info span:last-child {
        margin-right: 0;
    }

    .cover .meta-info span a {
        color: #ffffff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .cover .meta-info span a:hover, .cover .meta-info span a:focus {
        color: #FF9800;
    }

    .cover .meta-info span i {
        margin-right: 7px;
    }

    /*=====*/
    .main-footer {
        padding: 36px 0;
        margin-top: 0px;
        margin-left: 280px;
        background: linear-gradient(to right, #2c2e32 , #000000);
    }

    .main-footer .copyright-wrap {
        padding: 0;
        text-align: center;
        font-size: 12px;
        color: #eeeeee;
    }

    .main-footer a {
        color: #eeeeee;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .main-footer a:hover, .main-footer a:focus {
        color: #d1e2f4;
        text-decoration: none;
    }

    .social-links-wrap {
        margin-bottom: 14px;
    }

    .social-links {
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 0px;
        line-height: 0;
    }

    .social-links li {
        display: inline-block;
        list-style: none;
        line-height: 18px;
        font-size: 18px;
        margin: 0 4px;
    }

    .social-links li a {
        display: inline-block;
    }

    .social-links li a i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: #ccc;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .social-links li a i:hover, .social-links li a i:focus {
        color: #00ff78;
    }

    /*=====*/
    #back-to-top {
        position: fixed;
        width: 41px;
        left: 21px;
        bottom: 21px;
        z-index: 1000;
        background: #456c2800;
        color: #ffffff;
        border-radius: 26px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: none;
    }

    #back-to-top i {
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
    }

    #back-to-top span {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #back-to-top:hover {
        color: #00ff0a;
        right: 0;
    }

    /*=====*/
    .error-block-inner {
        padding: 40px;
    }

    .error-block-inner h1 {
        margin-top: 0;
    }

    .tags-cats {
        margin-top: 10px;
    }

    .entry-btn {
        background-color: #f5f5f5;
        color: #000 !important;
        font-size: 12px;
        display: inline-block;
        font-weight: bold;
        padding: 1px 10px;
        border-radius: 5px;
        text-align: center;
        margin: 7px 7px 0 0;
        border: 1px solid #e5e5e5;
    }

    .ct-size a, .ct-size {
        font-size: 11px;
        font-weight: 700 !important;
        padding: 0px 1px 0 0px;
        margin: 0px 1px 0 0;
    }

    .ct-size i.fa-tags {
        font-size: 9px;
        margin-left: 3px;
    }

    .ct-size i.icofont-ui-folder {
        font-size: 12px;
        margin-left: 3px;
    }

    .ct-size i.icofont-fire-burn {
        font-size: 16px;
        color: #d92626;
    }

    .input.codeButtons, select.codeButtons {
        background: #00000000;
        color: #ffffff;
    }

    .codeButtons {
        background: #fcfff300;
        color: #ffffff;
    }

    .swt2 {
        -moz-border-radius: 4px 0px 0px 4px;
        -webkit-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
        background-color: #ffffff;
        padding: 7px;
        text-align: center;
        line-height: 30px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #edeef0;
        border-bottom-color: #edeef0;
        border-left-color: #edeef0;
        font-size: 13px;
        color: #974216;
    }

    . .swt3 {
        -moz-border-radius: 0px 4px 4px 0px;
        -webkit-border-radius: 0px 4px 4px 0px;
        border-radius: 0px 4px 4px 0px;
        background-color: #ffffff;
        padding: 7px;
        text-align: center;
        line-height: 30px;
        font-size: 13px;
        border: 0px solid #fff;
        margin-left: -4px;
        color: #000;
    }

    .swt4 {
        -moz-border-radius: 0px 4px 4px 0px;
        -webkit-border-radius: 0px 4px 4px 0px;
        border-radius: 0px 4px 4px 0px;
        background-color: #ffffff;
        padding-top: 7px;
        padding-right: 10px;
        padding-bottom: 7px;
        padding-left: 10px;
        text-align: center;
        line-height: 30px;
        font-size: 13px;
        border: 0px solid #fff;
        margin-left: -4px;
        color: #000;
    }

    .swchItem {
        background-color: #000000;
        font-size: 12px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
        margin-left: -4px;
        padding-top: 6px;
        padding-right: 9px;
        padding-bottom: 6px;
        padding-left: 9px;
        color: #fff;
        border-radius: 20px;
    }

    .swchItemA {
        background-color: #007336;
        font-size: 12px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #007336;
        border-bottom-color: #007336;
        border-left-color: #007336;
        margin-left: -4px;
        padding-top: 6px;
        padding-right: 9px;
        padding-bottom: 6px;
        padding-left: 9px;
        color: #ffffff;
        border-radius: 20px;
    }

    .swt2:hover {
        color: #242424;
        text-decoration: none;
        background-color: #ffffff;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
        border-left-color: #ffffff;
    }

    .swt3:hover {
        color: #242424;
        text-decoration: none;
        background-color: #ffffff;
        border: 0px;
        solid: #ffffff;
    }

    .swchItem:hover {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #007336;
        border-bottom-color: #007336;
        border-left-color: #007336;
        color: #ffffff;
        text-decoration: none;
        background-color: #007336;
    }

    .jl_menu_footer {
        padding: 0px 30px 30px 30px;
        position: absolute;
        bottom: 0;
        left: 0;
    }


.sidebar-wrap .widget2 {
    background: linear-gradient(to bottom, #16161600 , #151515);

}
    

    /*=====*/
    @media screen and (max-width: 1300px) {
        h1, h2, h3, h4, h5, h6 {
            font-weight: 700;
            color: #ffffff;
        }

    

        .main-navigation .menu li a, .navbar-collapse .menu li a {
            font-size: 11px;
            letter-spacing: 1.2px;
            color: #e3e3e3;
            padding: 2px 8px;
        }

        .main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
            color: #00ff78;
            background: linear-gradient(90deg, #13151338, #000000c2);
        }

        .post-header .post-meta {
            padding: 0px 6px;
            font-size: 8px;
        }

        .post-header .post-meta:hover {
            font-size: 8px;
        }

        .post-excerpt {
            display: none;
            max-height: 70px;
        }

        .post-footer .author-name {
            color: #ffffff;
            padding: 5px 5px;
            z-index: 10;
            font-size: 10px;
            letter-spacing: 0px;
            border-radius: 2px;
        }

        .post-wrap {
            height: 270px;
        }

        .post-wrap1 {
            padding: 6px;
            height: 190px;
            overflow: hidden;
            width: 50%;
            float: left;
        }

        .post-wrap2 {
            height: 190px;
            width: 50%;
            float: left;
        }


        .post-single.no-image .post-content .post-header .post-title {
            color: #ffffff;
  
        }



        .single-post-full .post-content-wrap {
            padding: 11px;
            margin: 4px 6px;
        }

        .single-post-full .post-content-wrap:hover {
            padding: 11px;
            margin: 4px 6px;
            border-radius: 11px;
            border-bottom: 2px solid #507c51;
        }

        .single-post-full .post-content-wrap1 {
            background: linear-gradient(45deg, #f5f5f5, #eee);
            padding: 0px;
            margin-left: 6px;
            margin-right: 6px;
            margin-top: 4px;
            border-radius: 4px;
            margin-bottom: 4px;
            border: 1px solid #ddd;
            box-shadow: none;
        }

    

        .single-post-full .post-content-wrap3 {
            margin-left: 6px;
            margin-right: 6px;
            margin-top: 11px;
            margin-bottom: 11px;
            box-shadow: none;
        }

        .single-post-full .post-content-wrap .post-header .post-title {
            font-size: 16px;
            color: #000000;
        }

        .prev-next-wrap .previous-post .prev-next-inner, .prev-next-wrap .next-post .prev-next-inner {
            padding: 11px;
            min-height: 210px;
            background-color: #00000047;
            border-radius: 4px;
        }

        .prev-next-wrap .previous-post .link-text,.prev-next-wrap .next-post .link-text {
            -webkit-transform: all 0.3s;
            -moz-transform: all 0.3s;
            -ms-transform: all 0.3s;
            -o-transform: all 0.3s;
            transform: all 0.3s;
            text-transform: uppercase;
            font-size: 8px;
        }

        .comment-container ol li header .author-avater-link img {
            width: 40px;
            margin-left: 1px;
            height: 40px;
            border: 1px solid #ff9800;
            border-radius: 4px;
        }

        .sidebar-wrap {
            border-radius: 0px;
            padding: 4px 0px 0px 4px;
            margin-top: 4px;
        }

        .sidebar-wrap .widget2 {
            font-size: 12px;
            background: linear-gradient(to bottom, #161616 , #333333);
            padding: 7px;
            border: 1px solid #000000;
            border-bottom: 2px solid #1b4e1d;
            border-radius: 11px;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        .sidebar-wrap .widget.widget_recent_entries ul li {
            list-style: none;
            padding: 7px 0 11px;
            border-bottom: 1px solid #e9efd9;
            font-size: 16px;
        }

        .sidebar-wrap .widget.widget_recent_comments ul li {
            list-style: none;
            color: #7b7b7b;
            font-size: 11px;
            padding: 1px 0;
            border-bottom: 1px solid #e9efd9;
        }

        .sidebar-wrap .widget2.widget_recent_entries ul li {
            list-style: none;
            padding: 4px 0 7px;
            border-bottom: 1px solid #4e4e4e;
            font-size: 15px;
        }

        .sidebar-wrap .widget2.widget_recent_entries ul li .post-date1 {
            display: block;
            color: #AEAEAE;
            font-size: 11px;
            line-height: 20px;
        }

        .cover6 {
            color: #000000d9;
            text-align: center;
            background-size: cover;
            background-position: center;
            padding: 4px 6px;
        }

        .cover5 .cover-inner {
            border-bottom: 2px solid #4caf50;
            font-size: 10px;
        }

        .cover6 .cover-inner {
            background: #fbfff000;
            font-size: 12px;
        }
    }

    /*=====*/
    @media screen and (max-width: 767px) {

      .post-header .post-meta {
            display: none;
        }
        
        .navbar {
            position: relative;
            min-height: 50px;
            background-color: #6caf6d;
            background: linear-gradient(182deg, #366a53, #2d483c, #2d483c);
            margin-bottom: 0px;
            border: 0px solid transparent;
        }
        
        h5 {
            font-size: 19px;
            color: #4caf50;
        }

        h6 {
            font-size: 16px;
            letter-spacing: 1px;
            color: #c7c7c7;
            padding: 2px;
            border-bottom: 1px dotted #c8ccd1;
        }

        h6:hover, h6:focus {
            font-size: 16px;
            padding: 2px;
            color: #ffffff;
        }

        .button3 {
            --animation-color: #8affbb;
            --fs-size: 0.7em;
            letter-spacing: 4px;
            font-family: 'Arimo', sans-serif;
            -webkit-text-stroke: 1px var(--text-stroke-color);
        }

        .btn-default, input[type="submit"] {
            background: linear-gradient(80deg, #1b1c1e, #007336);
            color: #ffffff;
            border: none;
            border-radius: 0px 11px 11px 0px;
        }

        .btn-default1, input[type="submit"] {
            background: linear-gradient(359deg, #1e3e2b, #0f7b41);
            border: 0px solid #007336;
            color: #ffffff;
            border-radius: 30px;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        input[type="search"], input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea,.form-control {
            padding: 0px 7px;
            background: #1b1c1e00;
            border-radius: 11px;
            margin-bottom: 11px;
            margin-top: 0px;
        }

        p {
            margin-bottom: 0px;
            font-size: 12px;
            margin-top: 0px;
            letter-spacing: 0px;
        }

        .social-links li {
            display: inline-block;
            list-style: none;
            line-height: 18px;
            font-size: 18px;
            margin: 0 4px;
        }

        .social-links li a {
            display: inline-block;
        }

        .social-links li a i {
            color: #c5c5c5;
        }

        .social-links li a i:hover, .social-links li a i:focus {
            color: #4CAF50;
        }

        .main-navigation .menu li a, .navbar-collapse .menu li a {
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #ffffff;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            padding: 4px 10px;
        }

        .main-navigation .menu li a:hover, .navbar-collapse .menu li a:hover, .main-navigation .menu li a:focus, .navbar-collapse .menu li a:focus {
            color: #00ff78;
        }

        .main-navigation .menu li.current-menu-item > a, .navbar-collapse .menu li.current-menu-item > a, .main-navigation .menu li.current-menu-parent > a, .navbar-collapse .menu li.current-menu-parent > a, .main-navigation .menu li.current-menu-ancestor > a, .navbar-collapse .menu li.current-menu-ancestor > a {
            color: #95ff00;
            border-radius: 11px;
            padding: 4px 10px;
        }

        .main-navigation .menu li ul li a, .navbar-collapse .menu li ul li a {
            color: #ffffff;
            padding: 5px 10px;
            margin: 0px;
            margin-bottom: 2px;
            line-height: 1em;
            display: block;
            border-radius: 11px;
            width: 100%;
            border-bottom: 0px solid #222325;
        }

        .main-navigation .menu li ul li a:hover, .navbar-collapse .menu li ul li a:hover {
            color: #00ff78;
            text-decoration: none;
        }

        .post-single .post-content .featured-mark {
            width: 28px;
            line-height: 24px;
            font-size: 11px;
        }

        

        .post-single .post-content .featured-mark i {
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
            font-size: 13px;
        }




        .post-excerpt {
            display: none;
        }

        .post-footer {
            position: absolute;
            bottom: 11px;
            left: 9px;
        }

        .post-footer .author-name {
            color: #ffffff;
            padding: 4px 7px;
            z-index: 10;
            font-size: 10px;
            letter-spacing: 0px;
            border-radius: 11px;
        }

        .post-wrap a:hover .post-content .post-header .post-title {
            color: #02e100;
            font-size: 20px;
        }

        .post-wrap1 {
        height: 162px;
        }

        .post-wrap2 {
            height: 162px;
            width: 50%;
        }


        .post-wrap3 {
            padding: 4px;
            padding-top: 7px;
            padding-bottom: 7px;
            height: 150px;
            overflow: hidden;
            width: 50%;
            float: left;
        }

        .post-single.no-image .post-content .post-header .post-title {
            color: #ffffff;
            font-size: 20px;
        }

        .pagination-wrap {
            padding: 7px;
            text-transform: uppercase;
            letter-spacing: 2px;
            background-color: #4a4b4c00;
        }

        .single-post-full .post-content-wrap {
            padding: 7px;
            margin: 11px 0px;
            border-bottom: 2px solid #368a57;
        }

        .single-post-full .post-content-wrap:hover {
            padding: 7px;
            margin: 11px 0px;
            border-bottom: 2px solid #346034;
        }

        .single-post-full .post-content-wrap1 {
            background: linear-gradient(45deg, #f5f5f500, #eee0);
            padding: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 11px;
            border-radius: 0px;
            margin-bottom: 11px;
            border: 0px solid #ddd;
            box-shadow: 0px 1px 9px 0px rgb(0 17 34 / 94%);
        }

        .single-post-full .post-content-wrap3 {
            padding: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 11px;
            border-radius: 11px;
            margin-bottom: 11px;
            border: 0px solid #ddd;
        }

        .single-post-full .post-content-wrap .post-header .post-title {
            font-size: 11px;
            border-bottom: 0px solid #242c23;
            color: #ffffff;
            margin-bottom: 4px;
            padding: 7px;
            background: radial-gradient(circle, #009658, #21362d);
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        .single-post-full .post-content-wrap .post-header .post-title a {
            color: #e5ffc7
        }

        .single-post-full .post-content-wrap .featured-media {
            margin-top: 11px;
            margin-bottom: 11px;
            border-radius: 11px;
        }

        .single-post-full .post-content-wrap .featured-media img {
            width: 100%;
            height: auto;
            border-radius: 11px;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        .single-post-full .post-content-wrap1 .featured-media img {
            width: 100%;
            height: auto;
            border-radius: 0px;
        }

        .tag-wrap {
            background: #f8f9fa;
            border-radius: 0px;
            padding: 0px 2px;
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            border: 1px solid #c8ccd1;
        }

        .share-wrap {
            background: linear-gradient(359deg, #0e0e0e, #fcfff300);
            margin: 4px 0px;
        }

        .share-wrap .share-wrap-inner {
            text-align: center;
            padding: 1px;
            position: relative;
            font-size: 16px;
            letter-spacing: 1px;
            font-weight: 700;
            color: #8b8b8b;
        }

        .share-wrap .share-wrap-inner .share-text {
            color: #e1e1e1b8;
            font-size: 12px;
        }

        .share-wrap1 {
            margin: 11px 4px;
        }

        .share-wrap1 .share-wrap-inner {
            text-align: center;
            padding-left: 4px;
            padding-right: 4px;
            font-size: 11px;
        }

        .share-wrap2 {
            color: #202020;
            background: #b4d7bd;
            border-radius: 7px;
            margin-top: 11px;
            margin-left: 6px;
            margin-right: 6px;
            margin-bottom: 11px;
            border: 1px solid #a5c7ae;
            border-bottom: 2px solid #57745f;
        }

        .share-wrap2 .share-wrap-inner {
            text-align: center;
            padding-left: 4px;
            padding-right: 4px;
            position: relative;
            font-size: 12px;
        }

        .share-wrap2 a {
            color: #000000
        }

        .share-wrap2 a:hover {
            color: #000000;
            text-decoration: underline;
        }

        .share-wrap3 {
            background: #f9ffe9;
            border-radius: 11px;
            margin-top: 11px;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 11px;
            border: 0px solid #4caf50;
            border-bottom: 2px solid #4caf50;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 48%);
        }

        .share-wrap3 .share-wrap-inner {
            text-align: center;
            padding-left: 2px;
            padding-top: 7px;
            padding-right: 2px;
            ;;padding-bottom: 7px;
            position: relative;
            font-size: 15px;
        }

        .share-wrap3 .share-wrap-inner .share-text {
            color: #000000;
            margin-bottom: 7px;
        }

        .format-quote .featured-media {
            background-color: #202020;
            background-size: cover;
            background-position: center;
            margin-bottom: 0;
            padding: 24px 11px;
            border-radius: 0px;
        }

        .format-gallery .gallery-tiled ul li {
            list-style: none;
            float: left;
            width: 50%;
            height: 25%;
            position: relative;
            padding: 4px;
        }

        .author-comment-wrap {
            margin-left: -15px;
            margin-right: -15px;
        }

        .about-author {
            background: linear-gradient(180deg, #f9ffe900, #121212, #101010);
            margin: 11px 0px;
            border: 0px solid #58806b;
            border-bottom: 2px solid #266c52;
        }

        .prev-next-wrap {
            margin: 6px;
        }

        .prev-next-wrap .previous-post .prev-next-inner,.prev-next-wrap .next-post .prev-next-inner {
            padding: 0px;
            padding-top: 24px;
            text-align: center;
            min-height: 140px;
            background-color: #00000000;
            border-radius: 22px;
            width: 100%;
        }

        .prev-next-wrap .previous-post .link-text, .prev-next-wrap .previous-post .prev-next-wrap .next-post {
            border-radius: 0px;
        }

        .comment-notes {
            font-weight: 500;
            text-align: center;
            border-radius: 11px;
            display: none;
            font-size: 11px;
            padding: 0px 2px 0px 2px;
            margin: 0px;
            color: #000 !important;
            background-color: #1c1c1e;
            background: linear-gradient(180deg, #f9ffe9, #fcfff3);
        }

        .comment-container {
            margin-top: 0px;
            margin-left: 6px;
            margin-right: 6px;
        }

        .comment-container ol {
            padding: 0;
            margin: 0px 0px 0px;
            border-bottom: 0px solid #edeef0;
        }

        .comment-container ol li {
            list-style: none;
            background-color: #f9ffe9;
            margin: 11px 0 11px 0;
            padding: 7px;
            border-radius: 11px;
            border: 0px solid #f3f3f3;
            border-bottom: 2px solid #040e08;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
            color: #000000;
        }

        .comment-container ol li header .comment-details .commenter-name {
            background: #0e120d;
            z-index: 3;
            margin-bottom: 11px;
            border: 0px solid #dddddd8f;
            border-bottom: 2px solid #5ede63;
            color: #6dff00;
            font-size: 10px;
            font-weight: 500;
            text-transform: uppercase;
            border-radius: 30px;
            line-height: 1em;
            display: inline-block;
            padding: 2px 10px;
            letter-spacing: 1px;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        .sidebar-wrap {
            border-radius: 0px;
            padding: 4px;
            margin-top: 0px;
        }

        .sidebar-wrap .widget2 {
            font-size: 12px;
            background: linear-gradient(to bottom, #161616 , #333333);
            padding: 30px;
            border: 0px solid #000000;
            border-radius: 11px;
            box-shadow: none;
        }

        .cover {
            color: #000000;
            padding: 0px;
        }

        .cover1 {
            color: #d3d3d3;
            text-align: center;
            font-size: 11px;
            background-size: cover;
            background-position: center;
            padding: 7px 4px;
        }

        .cover1 a {
            color: #ffffff;
            border-bottom: solid 2px #00ff64;
        }

        .cover2 {
            color: #000000;
            text-align: left;
            background-size: cover;
            background-position: center;
            padding: 0px 0px 0px 0px;
            font-size: 15px;
        }

        .cover3 {
            color: #ffffff;
        }

        .cover4 {
            color: #dbdbdb;
            padding: 11px 0px 0px 0px;
        }

        .cover4 a {
            color: #00ff72;
        }

        .cover4 a:hover {
            color: #ffffff;
        }

        .cover5 {
            color: #b9b9b9;
            text-align: center;
            padding: 4px 0px;
        }

        .cover5 a {
            color: #ffffff;
        }

        .cover5 a:hover {
            color: #8BC34A;
        }

        .cover6 {
            color: #ffffffd9;
            text-align: center;
            background-size: cover;
            background-position: center;
            padding: 0px 0px;
        }

        .cover7 {
            color: #ffffff;
            text-align: center;
            background-size: cover;
            background-position: center;
            padding: 0px 0px;
        }

        .cover8 {
            color: #ffffff;
            text-align: center;
            background-size: cover;
            background-position: center;
            padding: 7px 4px;
        }

        .cover81 {
            color: #ffffff;
            text-align: center;
            background-size: cover;
            background-position: center;
            padding: 7px 4px;
        }

        .cover .cover-inner {
            padding: 4px 11px;
            border-radius: 0px 0px 20px 20px;
            background: linear-gradient(174deg, #2d483c, #2d483c, #239b67);
        }

        .cover .cover-inner:hover {
            border: 0px;
            padding: 4px 11px;
            border-radius: 0px 0px 20px 20px;
            border-bottom: 2px solid #212c27;
            background: linear-gradient(174deg, #2d483c, #2d483c, #00967a);
        }



        .cover1 .cover-inner {
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 7px;
            padding-right: 7px;
            background: #050e04;
            border-radius: 11px;
            border: 0px solid #64ab6a;
            border-bottom: 2px solid #65aa6a;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        .cover2 .cover-inner {
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 4px;
            padding-right: 4px;
            bottom: 0px;
            background: #ffffff;
            border-radius: 0px;
            border: 1px solid #c8ccd1;
        }

        .cover3 .cover-inner {
            padding: 1px;
        }

        .cover4 .cover-inner {
            background: linear-gradient(180deg, #fcfff300 7%, #e4e7db00 51%, #0c0c0b 100%);
        }

        .cover5 .cover-inner {
            padding: 0px 4px;
            font-size: 11px;
            background: #f1f7e000;
            border-bottom: 2px solid #368a57;
        }

        .cover6 .cover-inner {
            padding: 2px 4px;
            background: #e7e7e700;
            font-size: 13px;
        }

        .cover7 .cover-inner {
            padding-left: 2px;
            padding-right: 2px;
            border-radius: 0px;
            font-size: 12px;
            border-bottom: 0px solid #394030;
            background: #2d483c;
        }

        .cover8 .cover-inner {
            padding-left: 4px;
            padding-right: 4px;
            padding-top: 2px;
            padding-bottom: 2px;
            border-radius: 9px;
            font-size: 11px;
            background: linear-gradient(178deg, #4f5447, #393e32);
        }

        .cover81 .cover-inner {
            padding-left: 4px;
            padding-right: 4px;
            padding-top: 2px;
            padding-bottom: 2px;
            border-radius: 9px;
            font-size: 11px;
            background: linear-gradient(178deg, #1e201a, #12140e);
        }

        .navbar-brand {
            font-size: 2.4em;
            line-height: 1em;
            padding: 0px;
        }

        .navbar-brand:hover, .navbar-brand:focus {
            color: #202020;
        }

        .navbar-brand img {
            max-height: 50px;
        }

        .navbar-toggle {
            border: 1px solid #153817;
            margin-top: 6px;
            margin-bottom: 0;
            background: #304039;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 30px;
            padding: 12px 8px;
            margin-right: 0px;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        .navbar-toggle .icon-bar {
            background: #ffffff;
        }

        .navbar-collapse .navbar-nav {
            margin: 21px -15px 0;
        }

        .navbar-collapse .navbar-nav.menu li ul {
            position: relative;
            left: 0;
            width: auto;
            padding-top: 6px;
            padding-left: 6px;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=(100));
            visibility: visible;
            background: transparent;
            display: none;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }

        .navbar-collapse .navbar-nav.menu li ul li a {
            color: #fff;
            padding: 4px 10px;
        }

        .navbar-collapse .navbar-nav.menu li ul li a:hover {
            color: #00ff62;
        }

        .navbar-collapse .navbar-nav.menu li.menu-item-has-children > a {
            margin-right: 0px;
        }

        .navbar-collapse .navbar-nav.menu li.menu-item-has-children > a:after {
            content: '';
        }

        .navbar-collapse .navbar-nav.menu li .submenu-button {
            position: absolute;
            width: 17px;
            height: 17px;
            top: 4px;
            right: 11px;
            border: 1px solid #537c6a;
            background: #c1ffe4;
            color: #fff;
            border-radius: 20px;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        .navbar-collapse .navbar-nav.menu li .submenu-button:before {
            content: '';
            width: 9px;
            height: 1px;
            background: #202020;
            left: 3px;
            top: 7px;
            position: absolute;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        .navbar-collapse .navbar-nav.menu li .submenu-button:after {
            content: '';
            width: 1px;
            height: 9px;
            background: #202020;
            left: 7px;
            top: 3px;
            position: absolute;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        .navbar-collapse .navbar-nav.menu li .submenu-button:hover,.navbar-collapse .navbar-nav.menu li .submenu-button:focus {
            border-color: #000000;
        }

        .navbar-collapse .navbar-nav.menu li .submenu-button:hover:before, .navbar-collapse .navbar-nav.menu li .submenu-button:focus:before, .navbar-collapse .navbar-nav.menu li .submenu-button:hover:after, .navbar-collapse .navbar-nav.menu li .submenu-button:focus:after {
            background: #000000;
        }

        .navbar-collapse .navbar-nav.menu li .submenu-button.opened:after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .nav > li > a:focus, .nav > li > a:hover {
            background: none;
        }

        .content-area-wrap {
            margin-left: -1px;
        }

        .main-footer {
            margin-left: 0;
        }

        .prev-next-wrap .previous-post, .prev-next-wrap .next-post {
            border-left: none;
            width: 49%;
            float: none;
        }

        .prev-next-wrap .previous-post {
            margin-bottom: 0px;
            border-radius: 22px;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        .prev-next-wrap .next-post {
            margin-top: 0px;
            border-radius: 22px;
            box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 94%);
        }

        .sidebar-wrap .widget {
            padding: 0px;
            padding-bottom: 6px;
        }
    }
}
