/*!
Theme Name: wins
Text Domain: wins
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*, *::before, *::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body {
    color: rgba(255, 255, 255, .8);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background: #1d1630
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both;
    margin: 0 0 15px;
    font-weight: 700;
    color: red;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

p {
    margin: 0 0 15px
}

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

blockquote {
    margin: 0 0 15px;
    font-size: 17px;
    font-style: italic;
    border-left: 4px solid #ff1e00;
    padding: 0 0 0 15px
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    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
}

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

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

big {
    font-size: 125%
}

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: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed, iframe, object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(255, 255, 255, .1)
}

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

table p {
    margin: 0 0 5px
}

@media screen and (max-width: 767px) {
    .resizetable {
        width: 100%;
        overflow: auto !important;
        border: 1px solid rgba(255, 255, 255, .1);
        box-sizing: border-box;
        margin: 20px 0 20px
    }

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

a {
    color: #f7e436;
    text-decoration: none
}

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

a:focus {
    outline: 0
}

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    color: #fff;
    padding: 10px
}

.search-form input[type="submit"] {
    display: none
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border: none;
    outline: 0
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border: none;
    outline: 0
}

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;
    border: none;
    width: 75%;
    padding: 10px
}

input[type="search"] {
    width: 100%
}

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: #111;
    outline: 0
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

.menu-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 9999;
    background: none;
    padding: 0;
    border: none;
    font-size: 30px
}

button.menu-toggle {
    cursor: pointer
}

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

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

.main-navigation ul li:first-child {
    margin-left: 0
}

.main-navigation a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.main-navigation a:hover, .main-navigation a:focus, .main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a {
    color: #f7e436
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none
    }
}

.site-main .comment-navigation, .site-main .posts-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.post-navigation {
    padding: 2em 0 3em 0;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ccc
}

.post-navigation a {
    color: #2f2f2f;
    text-decoration: none;
    font-weight: 700;
    padding: 5px;
    border: 1px solid #e99ea6
}

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

.sticky {
    display: block
}

.post, .type-page {
    margin: 0
}

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

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

.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: .8075em 0
}

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

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

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

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

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

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

html, body {
    margin: 0;
    padding: 0
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    max-width: 100%;
    max-height: 100%
}*/

.col-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.col-5 {
    width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.col-4 {
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.col-3 {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.col-2 {
    width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.row:after {
    clear: both
}

.row:after, .row:before {
    display: table;
    content: " "
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.site-header {
    padding: 10px 0 8px;
    border-bottom: 2px solid hsla(0, 0%, 100%, .2)
}

.clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.bannerSection {
    background: url(/wp-content/uploads/2022/01/welcome.jpg) no-repeat;
    height: 250px;
    margin: 30px 0;
    background-size: cover;
    position: relative
}

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

.innerwrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative
}

@media (min-width: 576px) {
    .innerwrap {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .innerwrap {
        max-width: 730px
    }
}

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

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

.contentSection {
    width: 67%;
    float: left
}

.contentSection.full {
    width: 100%
}

img.custom-logo {
    max-width: 150px
}

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

.comments-area {
    margin-top: 30px
}

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

.leaveReply textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    outline: none !important;
    resize: none;
    margin-bottom: 30px
}

.sidebar {
    width: 33%;
    padding-left: 30px;
    float: left
}

#secondary {
    background: #2c224b;
    height: 100%;
    padding: 20px
}

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

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

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

#secondary ul li:last-child {
    margin-bottom: 0
}

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

#search-2 {
    margin-bottom: 30px
}

ul.pagination {
    text-align: center;
    list-style: none
}

.pagination-wrap {
    margin-top: 5px
}

.nav-links a, .nav-links span {
    font-weight: 700;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    background: #3e355b
}

.nav-links a:hover, .nav-links span.current {
    border-radius: 4px;
    font-weight: 700;
    color: #000;
    padding: 5px 10px;
    background: #f7e436
}

.site-footer .widget-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px
}

.footerwidgets {
    padding: 40px 0 20px
}

.footerwidgets ul {
    margin: 0;
    list-style: none
}

.footerwidgets ul li {
    margin-bottom: 10px
}

.footerwidgets ul li:last-child {
    margin-bottom: 0
}

.footerwidgets ul li a {
    color: #fff;
    display: block;
    line-height: 1.3
}

.footerwidgets ul li a:hover {
    color: #f7e436
}

.footerwidgets .widget {
    margin-bottom: 30px
}

.footerButtons {
    text-align: center;
    padding: 15px 0 0
}

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

.linkcat ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px
}

.linkcat ul li a {
    font-weight: 700;
    padding: 8px 20px;
    color: #fff;
    background: #3e355b;
    border-radius: 4px
}

.home h2, .home h1 {
    font-size: 20px
}

.home h3 {
    font-size: 17px
}

.lead {
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px;
    font-size: 18px
}

#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond textarea {
    width: 100%
}

a.mainbtn {
    text-align: center;
    border-radius: 3px;
    background: #f7e436;
    padding: 10px 30px;
    color: #000;
    font-weight: 700
}

a.secbtn {
    text-align: center;
    border-radius: 3px;
    background: #ff1e00;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700
}

.footerButtons a.mainbtn {
    margin-right: 15px
}

.footerImages {
    text-align: center;
    border-top: 1px solid rgba(89, 89, 115, .2);
    border-bottom: 1px solid rgba(89, 89, 115, .2);
    padding: 20px 0
}

.footerImages img {
    margin: 10px 15px;
    vertical-align: middle
}

.site-info {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
    padding: 20px 0
}

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

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

.site-info p {
    margin: 0 0 5px
}

.breadcrumb {
    font-size: 13px;
    background: #251b45;
    padding: 15px 0
}

.breadcrumb h1 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    color: #fff
}

#primary {
    background: #21183e;
    padding: 20px;
    margin: 30px 0
}

.service-block {
    background: #251b45;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 30px
}

.block-img {
    float: left;
    width: 35%;
    margin-right: 20px
}

.block-img img {
    display: block;
    width: 100%
}

.block-link a {
    display: block;
    font-weight: 700;
    line-height: 1.4
}

.slot-wrap {
    background: #000;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.slot-wrap img {
    display: block;
    width: 100%
}

.slot-wrap a.secbtn {
    display: block;
    padding: 7px;
    max-width: 170px;
    margin: 10px auto
}

.slot-wrap span {
    font-size: 14px;
    color: rgba(255, 255, 255, .7)
}

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

.slot-wrap:hover img {
    opacity: .4
}

.slot-wrap:hover .hidden-box {
    display: block
}

a.text-link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

a.text-link:hover {
    border-bottom: 1px solid #fff
}

.headerButtons a.mainbtn {
    margin-right: 10px
}

.headerButtons {
    text-align: right;
    padding-top: 11px
}

#site-navigation {
    text-align: center;
    padding-top: 11px
}

.single .entry-content a {
    font-weight: 700
}

.rightButtons a {
    display: block;
    margin-top: 15px
}

p.form-submit {
    margin: 0
}

#footerArea {
    background: #251b45
}

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

#comments input[type="submit"]:hover {
    border: none
}

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

#comments ol {
    margin: 0;
    list-style: none
}

#comments ol ol {
    padding-left: 30px
}

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

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

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

.comment-edit a {
    font-size: 13px;
    color: #3daa45
}

.comments-title, .comment-reply-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700
}

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

.taxonomy-description {
    padding-top: 20px
}

.page-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.slotlist {
    padding: 30px 0
}

.gamesCat ul {
    margin: 0;
    list-style: none
}

.gamesCat ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 17px
}

.gamesCat ul li:last-child {
    margin-right: 0
}

.gamesCat ul li a {
    padding: 7px 15px;
    background: #302d28;
    border-radius: 5px;
    color: #fff;
    font-weight: 700
}

.gamesCat ul li a:hover {
    color: #f9b242
}

.slotPlay {
    text-align: center;
    padding: 20px 0 30px
}

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

.text-content ol {
    margin: 0 0 15px;
    list-style: none
}

.text-content ol li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 15px
}

.text-content ol li:last-child {
    padding-bottom: 0
}

.text-content ol li:before {
    position: absolute;
    content: "1";
    left: 0;
    top: -4px;
    text-align: center;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #f7e436
}

.text-content ol li:nth-child(2):before {
    content: "2"
}

.text-content ol li:nth-child(3):before {
    content: "3"
}

.text-content ol li:nth-child(4):before {
    content: "4"
}

.text-content ol li:nth-child(5):before {
    content: "5"
}

.text-content ol li:nth-child(6):before {
    content: "6"
}

.text-content ol li:nth-child(7):before {
    content: "7"
}

.text-content img {
    margin-bottom: 15px
}

.text-content {
    padding-bottom: 50px
}

.linkmore {
    text-align: center;
    padding: 10px 0 20px
}

.linkmore a {
    padding: 10px 25px;
    font-weight: 700;
    background: #3e355b;
    border-radius: 5px;
    color: #fff
}

.text-content ul {
    margin: 0 -15px 15px 0;
    list-style: none
}

.text-content ul li {
    position: relative;
    padding-left: 17px;
    padding-bottom: 5px;
    padding-right: 15px;
    width: 33.3333%;
    float: left
}

.text-content ul:first-of-type li {
    width: 100%
}

.text-content ul li:last-child {
    padding-bottom: 15px
}

.text-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f7e436
}

@media (min-width: 992px) and (max-width: 1199px) {
    .headerButtons a.mainbtn {
        display: none
    }

    .main-navigation ul li {
        margin-left: 10px
    }

    .main-navigation a {
        font-size: 14px
    }
}

@media (max-width: 1199px) {
    .entry-content iframe {
        height: 350px
    }

    .postlist .entry-content {
        display: none
    }

    .hidden-box {
        top: 13%
    }

    .block-link a {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .hidden-box {
        top: 25%
    }

    .text-content ul li {
        width: 50%
    }

    .block-link a {
        font-size: 16px
    }

    #site-navigation ul {
        display: none
    }

    #site-navigation.toggled ul, .postlist .entry-content {
        display: block
    }

    .col-6, .col-5, .col-4, .col-3, .contentSection {
        width: 100%
    }

    .main-navigation ul li {
        display: block;
        margin-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .03)
    }

    .main-navigation ul li:last-child {
        border: none
    }

    .main-navigation ul li a {
        display: block;
        padding: 10px 0
    }

    .main-navigation ul {
        background: #251b45;
        padding: 5px 15px;
        margin: 5px 0 5px
    }

    #site-navigation {
        text-align: left;
        padding-top: 0
    }

    .headerButtons {
        text-align: center;
        padding-bottom: 25px;
        padding-top: 20px
    }

    .mainMenus .col-3 {
        text-align: center
    }

    .mainMenus .col-3 img {
        max-width: 150px
    }

    .sidebar {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }

    .footerwidgets .col-3 {
        width: 50%
    }

    .slotlist .col-3, .slots .col-3 {
        width: 50%
    }
}

@media (max-width: 767px) {
    .block-img {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0
    }

    .hidden-box {
        top: 18%
    }

    #secondary {
        padding: 15px
    }

    .imgArea {
        margin-right: 0;
        width: 100%
    }

    .entry-content iframe {
        height: 250px
    }

    .postlist .entry-content {
        margin-bottom: 25px
    }

    #primary {
        padding: 15px
    }

    .footerImages img {
        margin: 10px 10px;
        max-height: 30px
    }
}

@media (max-width: 500px) {
    .text-content ul li {
        width: 100%
    }

    .footerwidgets .col-3 {
        width: 100%;
        min-height: auto
    }

    .slotlist .col-3, .slots .col-3 {
        width: 100%
    }

    .hidden-box {
        top: 30%
    }
}

@media (max-width: 460px) {
    .entry-content iframe {
        height: 200px
    }
}

@media (max-width: 360px) {
    .headerButtons a.mainbtn, .footerButtons a.mainbtn {
        margin-right: 0;
        margin-bottom: 15px;
        display: block
    }

    .headerButtons a.secbtn, .footerButtons a.secbtn {
        display: block
    }

    .hidden-box {
        top: 25%
    }
}

@media (max-width: 300px) {
    .hidden-box {
        top: 20%
    }
}