/*
Theme Name: win
Text Domain: win
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    background: #1b2038;
    color: rgba(255, 255, 255, 0.7);
    overflow-x: hidden;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #fff;
    margin: 0 0 15px;
    line-height: 1.3;
    font-weight: 700;

}


small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    max-height: 130px;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

table td {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

table thead {
    font-weight: 700;
}

table tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 767px) {
    .jt {
        width: 100%;
        overflow: auto !important;
        border: 1px solid rgba(255, 255, 255, 0.06);

        box-sizing: border-box;
        margin: 20px 0 20px;
    }

    .jt table {
        margin: 0 0 0 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }
}

p {
    margin: 0 0 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0 15px;
    font-style: italic;
    font-size: 18px;
    padding-left: 15px;
    border-left: 4px solid #ff3a75;
    color: #fff;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}


hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 15px 15px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}


dt {
    font-weight: bold;
    margin-bottom: 1em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 15px;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 8px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: #111;
    background-color: transparent;
    text-decoration: none;
    border: none;

    border: 2px solid #5065f6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #111;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #fff;
    background-color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
}

p.form-submit {
    clear: both;

    position: relative;
    margin: 0;
}


#respond .comment-form-cookies-consent input[type="checkbox"],
.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 10px;
}

#respond .comment-form-cookies-consent label,
.comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}

.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

#comments label {
    display: block;
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 7px;
}

#comments input[type="submit"] {
    border: none;
    background: #3ab1f3;
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
}

#comments input[type="submit"]:hover {
    text-decoration: none;
}

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

.comment-date {
    font-size: 13px;
    opacity: 0.7;
}

.comments-title, .comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
}

ol.comment-list, ol.comment-list ol {
    margin: 0;
    list-style: none;
}

ol.comment-list ol {
    padding-left: 30px;
}

a.comment-reply-link {
    font-weight: 700;
}

.comment-content {
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #3ab1f3;
}

a:hover,
a:focus,
a:active {
    color: #fff;
}

a:focus {
    outline: 0;
}


#masthead {
    background: #111525;
    padding: 15px 0;

}


.main-navigation ul {
    list-style: none;
    margin: 5px 0 0;
}



.top-links {
    padding-top: 5px;
}

.top-links a.btn1 {
    margin-right: 10px;
}

.main-navigation ul li {
    display: inline-block;
    margin-right: 20px;
}

.main-navigation ul li a {
    color: #d8d8d8;

    font-weight: 700;
}

.main-navigation ul li a:hover {
    color: #fff;
}

.site-logo img {
    max-width: 210px;
}

.menu-toggle {
    border-radius: 0;
    font-size: 20px;
    display: block;
    position: absolute;
    right: 0;
    background: none;
    border: none !important;
    padding: 0;
    margin: 0;
    color: #fff;
    cursor: pointer;
    z-index: 99;

}

.menu-toggle:hover {
    text-decoration: none !important;
}

button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #5065f6;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
    margin: 5px;
}

.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 50px 0 0;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    position: relative;
}

.post-navigation a,
.posts-navigation a {
    font-weight: 400;
    color: #5065f6;
    text-decoration: none;
}

.navigation.pagination a {
    text-decoration: none;
}

.post-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:focus,
.posts-navigation a:focus {
    color: #000;
}

.post-navigation,
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}

.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: #000;
    background-color: #eee;
    border: 1px solid #eee;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    border-color: #5065f6;
    background-color: #5065f6;
}

.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.pagination img {
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.pagination a:hover img,
.pagination a:focus img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.navigation .nav-next svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navigation.post-navigation,
.navigation.posts-navigation {
    background-color: #eee;
}

.navigation.post-navigation .nav-previous,
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next,
.navigation.posts-navigation .nav-next {
    padding: 30px;
}

.navigation.post-navigation a,
.navigation.posts-navigation a {
    font-size: 18px;
    color: #000;
}

.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
    color: #5065f6;
}

.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg {
    fill: #5065f6;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 30px;
}

.widget:last-child {
    margin-bottom: 0;
}

#colophon .widget {
    margin: 0;
}


#secondary .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
}


#secondary {
    height: 100%;
    background: #2e2d6a;
    padding: 15px;
}

#secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#secondary ul li a {
    display: block;
    line-height: 1.3;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-header small {
    font-size: 12px;
    color: #5065f6;
}

nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.no-sidebar nav.navigation.pagination {
    text-align: center;
}

.no-sidebar-content #inner-content-wrapper {
    margin: 0 auto;
}

.no-sidebar-content #inner-content-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.navigation.pagination svg {
    fill: #000;
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    left: -1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.navigation.pagination .next svg {
    left: auto;
    right: -1px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
    fill: #fff;
}

.navigation.posts-navigation svg,
.navigation.post-navigation svg {
    width: 14px;
    height: 14px;
    fill: #000;
}

.navigation.posts-navigation .nav-previous svg.icon-up,
.navigation.post-navigation .nav-previous svg.icon-up {
    margin-right: 10px;
}

.navigation.posts-navigation .nav-next svg.icon-up,
.navigation.post-navigation .nav-next svg.icon-up {
    margin-left: 10px;
}


.says {
    display: none;
}


.wrapper {
    width: 100%;

    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 575px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1170px;
    }
}

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

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

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


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider-section {
    padding: 70px 0 0;
    background: url(/wp-content/uploads/2024/03/200.jpg) no-repeat center center;
    height: 360px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    border-bottom: 4px solid #6e7081;
}

.desc {
    font-weight: 400;
    text-transform: uppercase;
}

.bonus {
    font-size: 25px;
    text-transform: uppercase;
}

.bonus span {
    color: #2dc53a;
}

.promo {
    display: inline-block;
    position: relative;
    z-index: 9;
}

.sgo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#featured-slider-section a.btn2 {
    display: block;
    padding: 10px;
    margin: 30px 0;
    max-width: 200px;
}

.promo span {
    position: relative;
    margin-right: 22px;
    display: inline-block;
    cursor: pointer;
    color: #44d9ec;
}

.promo span:after {
    content: '';
    -webkit-mask-image: url(/wp-content/themes/jcu/images/copy.svg);
    mask: url(/wp-content/themes/jcu/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #44d9ec;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    right: -22px;
}

@media (max-width: 991px) {
    #featured-slider-section {
        background-position: left center;
    }
}

@media (max-width: 767px) {
    #featured-slider-section {
        height: auto;
        padding: 30px 0;
    }

    .bonus {
        font-size: 22px;
    }

    /*.home .home .top-links {*/
    /*    display: none;*/
    /*}*/
}

/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background: #171b2f;
    text-align: center;
    padding: 10px 0 5px;

}


#colophon .widget-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}

.site-info {
    padding: 15px 0;

    font-size: 13px;
}

.copyright {
    opacity: 0.7;
}

.site-info ul {
    list-style: none;
    margin: 0 0 10px;
}

.site-info ul li {
    display: inline-block;
    margin: 0 10px 5px;
}

.bottom-links {
    padding: 35px 0 25px;
}

.bottom-links a.btn1 {
    margin-right: 15px;
}

.bottom-imgs img {
    max-width: 120px;
    margin: 10px 15px;
}

.bottom-imgs {
    margin: 15px 0;
    padding: 20px 0;
    border-bottom: 1px solid #3f3d3b;
    border-top: 1px solid #3f3d3b;
}

.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widgets-area .widget ul li {
    display: inline-block;

    margin: 5px 15px;
}

.footer-widgets-area .widget ul li a {
    color: #d8d8d8;
}

.footer-widgets-area .widget ul li a:hover {
    color: #fff;
}

.gutters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

a.btn1 {
    background: #25ac33;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
}

a.btn2 {
    background: #ff3a75;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
}

.gameswrap {
    background: #000;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.gameshover {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    display: none;
}

.gameswrap:hover .gameshover {
    display: block;
}

.gameshover a.btn2 {
    display: block;
    margin: 10px auto;
    max-width: 180px;
    padding: 8px;
}

.gameswrap img {
    width: 100%;
}

.gameswrap:hover img {
    opacity: 0.3;
}

.gameswrap span {
    color: #fff;
    font-size: 14px;
}

a.demo {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.home h1, .home h2, .sectitle {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
}

.home h3 {
    font-size: 20px;
}

.newswrap {
    background: #2e2d6a;
    margin: 0 0 30px;
}

.newswrap img {
    width: 100%;
}

.newstitle {
    padding: 10px 17px 17px;
}

.newstitle a {
    display: block;
    line-height: 1.3;
    font-weight: 700;
    font-size: 14px;
}

.inner-head {
    padding: 15px 0;
    background: #2e2d6a;
}

.inner-head h1 {
    margin: 0;
    font-size: 23px;
}

.breadcrumbs {
    font-size: 13px;
}

.page-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home .page-section {
    padding-top: 20px;
}

.featured-image {
    width: 45%;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.entry-content ul, .entry-content ol, .entry-content p, .entry-content blockquote {
    clear: both;
}

.entry-content p:first-of-type {
    clear: none;
}

.right-links a {
    display: block;
}

.right-links a.btn1 {
    margin-bottom: 15px;
}

.post-item-wrapper {
    margin-bottom: 15px;
}

.entry-title a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.taxonomy-description {
    margin-top: 30px;
}

.not-found b {
    font-size: 20px;
    margin: 0 0 15px;
}

.error-404 {
    text-align: center;
    padding: 50px 0;
}

.entry-content iframe {
    padding: 0;
    border: none;
    width: 100%;
    height: 500px;
}

.play-link {
    text-align: center;
    padding: 30px 0;
}

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    background: #2e2d6a;
    padding: 5px 11px;
    margin-right: 5px;
    color: #fff;
    font-weight: 700;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #fff;
    background: #3ab1f3;
}


@media (max-width: 1199px) {
    .gameshover {
        top: 12%;
    }

}

@media (max-width: 991px) {

    .ggames .col-3, .slots .col-3, .gnews .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gameshover {
        top: 25%;
    }

    #masthead {
        text-align: center;
    }

    .main-navigation ul li {
        margin: 0 10px 5px;
    }

    .top-links {
        padding: 20px 0;
    }

    #secondary {
        margin-top: 30px;
        height: auto;
    }

    .right-links {
        display: none;
    }
}

@media (max-width: 767px) {
    .featured-image {
        width: 100%;
        margin-right: 0;
    }

    .gameshover {
        top: 17%;
    }
}

@media (max-width: 500px) {

    .ggames .col-3, .slots .col-3, .gnews .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gameshover {
        top: 30%;
    }
}

@media (max-width: 380px) {
    .gameshover {
        top: 20%;
    }

    .top-links a.btn1, .bottom-links a.btn1 {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }

    .top-links a.btn2, .bottom-links a.btn2 {
        display: block;
    }
}

a.reg {
    background: #d02d6a;
    color: #fff;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 30px;
}

.bonus_inner {
    background: #111525;
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.bonus_inner img {
    display: block;
    max-width: 150px;
}

.bonus_inner span {
    font-weight: 700;
    font-size: 18px;
    color: #ffc600;
}

.bon_pos {
    position: absolute;
    left: 0;
    top: 0;
    border: 30px solid transparent;
    border-left: 30px solid #3ab1f3;
    border-top: 30px solid #3ab1f3;
}

.bonus_inner .bon_pos:before {
    content: "1";
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    left: -25px;
    top: -25px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.bonus_inner:nth-of-type(2) .bon_pos:before {
    content: "2";
}

.bonus_inner:nth-of-type(3) .bon_pos:before {
    content: "3";
}

.bonus_inner:nth-of-type(4) .bon_pos:before {
    content: "4";
}

.bonus_inner:nth-of-type(5) .bon_pos:before {
    content: "5";
}

.bonus_inner:nth-of-type(6) .bon_pos:before {
    content: "6";
}

.bonus_inner:nth-of-type(7) .bon_pos:before {
    content: "7";
}

.bonus_inner:nth-of-type(8) .bon_pos:before {
    content: "8";
}

.bonus_inner:nth-of-type(9) .bon_pos:before {
    content: "9";
}

.bonus_inner:nth-of-type(10) .bon_pos:before {
    content: "10";
}

.bonus_block:nth-child(1) {
    width: 20%;
    text-align: center;
}

.bonus_block:nth-child(2) {
    width: 20%;
}

.bonus_block:nth-child(3) {
    width: 43%;
}

.bonus_block:nth-child(4) {
    width: 17%;
    padding-right: 20px;
}

.site-logo b {
    color: #fff;
    font-size: 22px;
}

.site-logo b span {
    color: #ffc600;
}

@media screen and (max-width: 991px) {
    .bonus_inner {
        text-align: center;
        display: block;
    }

    .bonus_inner img {
        max-width: 200px;
        margin: 0 auto;
    }

    .bonus_block:nth-child(1) {
        width: 100%;
        padding: 20px 0 15px;
    }

    .bonus_block:nth-child(2) {
        width: 100%;
    }

    .bonus_block:nth-child(3) {
        width: 100%;
        padding: 20px 0 30px;
    }

    .bonus_block:nth-child(4) {
        width: 100%;
        padding: 0 0 40px;
    }
}

/*!* Загальні стилі *!*/
/*body {*/
/*    margin: 0;*/
/*    font-family: Arial, sans-serif;*/
/*}*/
/* Загальні стилі */

/* General styles for header */
.site-header {
    background-color: #161b30;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    font-size: 24px;
    color: #f0f0f0;
}

.main-navigation {
    flex-grow: 1;
    text-align: right;
}

.main-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.main-navigation .menu li {
    display: inline-block;
}

.main-navigation .menu li a {
    text-decoration: none;
    font-weight: bold;
    color: #40a1ff;
}


@media (max-width: 1200px) {
    .main-navigation .menu {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .main-navigation .menu {
        gap: 10px;
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .main-navigation .menu {
        justify-content: flex-end; 
        flex-wrap: wrap; 
    }

    .main-navigation .menu li {
        flex-basis: auto; 
        text-align: right; 
        padding: 5px 0; 
    }
}
