@charset "UTF-8";
/*
Theme Name: mcjordanshoes.com
Theme URI: https://mcjordanshoes.com
Author: mcjordanshoes.com
Author URI: https://mcjordanshoes.com
Description: Description
Requires at least: 0.1
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://mcjordanshoes.com
Text Domain: mcjordanshoes.com
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

--------------------------------------------------------------*/
@font-face {
    font-family: "MontserratRegular";
    src: url("./fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MontserratBold";
    src: url("./fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MontserratMedium";
    src: url("./fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat-ThinItalic";
    src: url("./fonts/Montserrat-ThinItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

*, *:after, *:before {
    box-sizing: border-box;
}

html, body, .site {
    height: 100%;
}


body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #f9f9f9;
    color: #37343a;
}


/**/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

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

.container-relative {
    position: relative;
}

.navbar,
.navbar > div,
.navbar__list,
.navbar__list > .menu-item {
    height: 100%;
}

.header {
    min-height: 495px;
    width: 100%;
    background-image: url(image/banner-mcjordan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/**/
.top__he_mcjordan {
    display: flex;
    flex: 0 0 0;
    position: relative;
    background-color: #5c27ac;
    min-height: 60px;
    z-index: 9;
}

.top__he_mcjordan__logo {
    margin: 0 auto;
    position: relative;
}

.top__he_mcjordan__logo img {
    width: 100%;
}

.top__he_mcjordan__logo a {
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
}

@media (min-width: 480px) {

}

@media (min-width: 1200px) {
    .top__he_mcjordan__logo {
        position: absolute;
    }
}

/**/

.navbar {
    margin: 0 0 0 auto;
}

.mob_mcjordan__nav__toggle {
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 15px;
}

.mob__m__mcjordan.show  ~ .site .mob_mcjordan__nav__toggle .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg) translate(-3px, 4px);
}
.mob__m__mcjordan.show  ~ .site .mob_mcjordan__nav__toggle .icon-bar:nth-of-type(4) {
    transform: rotate(45deg) translate(-2px, -4px);
}
.mob__m__mcjordan.show  ~ .site .mob_mcjordan__nav__toggle .icon-bar:nth-of-type(3) {
    display: none;
}

@media (min-width: 1200px) {
    .mob_mcjordan__nav__toggle {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.mob_mcjordan__nav__toggle .icon-bar {
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 6px;
    background-color: #ffffff;
    transition: all .3s;
    will-change: transform;
}

.mob_mcjordan__nav__toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

@media (min-width: 1200px) {

    .mob_mcjordan__nav__toggle.active .icon-bar {
        height: 5px;
    }

    .mob_mcjordan__nav__toggle.active .icon-bar:nth-of-type(2) {
        transform: rotate(-45deg) translate(-3px, 4px);
    }

    .mob_mcjordan__nav__toggle.active .icon-bar:nth-of-type(3) {
        transform: rotate(45deg) translate(-4px, -5px);
    }

    .mob_mcjordan__nav__toggle.active .icon-bar:last-child {
        display: none;
    }
}

.mob__m__mcjordan {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.mob__m__mcjordan__backdrop {
    width: 100vw;
    height: 100vh;
}

.mob__m__mcjordan__inner {
    background-color: #dfdfdf;
    width: 190px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}


@media (min-width: 1200px) {
    .mob__m__mcjordan {
        display: none;
    }
}


.mob__m__mcjordan .navbar {
    display: block;
    margin: 155px 0 0;
}

/**/


.wrap__menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 30px;
}


img[align="left"] {
    margin-right: 25px;
}

img[align="right"] {
    margin-left: 25px;
}

@media (min-width: 992px) {

}

.button__mcjordan {
    background-color: #5c27ac;
    color: #ffffff;
    text-decoration: none;
    width: 200px;
    height: 50px;
    font-size: 1rem;
    font-family: "MontserratMedium";
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    transition: background .2s ease-out;
}


.button__mcjordan:hover {
    filter: brightness(110%);
}

.button__mcjordan:active {
    filter: brightness(110%);
}


form {
    display: flex;
    justify-content: center;
    margin: 45px 0;
}


/**/

.navbar__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navbar__list .menu-item a {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-family: "MontserratMedium";
}

.mob__m__mcjordan .navbar__list {
    height: 300px;
}

.mob__m__mcjordan .navbar__list .menu-item {
    height: 40px;
    width: 100%;
    padding: 0;
}

.mob__m__mcjordan .navbar__list .menu-item.menu-item-has-children {
    height: auto;
}

.mob__m__mcjordan .navbar__list .menu-item.menu-item-has-children > a {
    height: 40px;
}

.mob__m__mcjordan .navbar__list .menu-item a {
    color: #37343a;
    font-size: inherit;
    align-items: flex-end;
    justify-content: center;
    padding-right: 20px;
}

.mob__m__mcjordan .navbar__list .sub-menu > .menu-item a {
    color: #37343a;
}

.mob__m__mcjordan .navbar__list .menu-item.current-menu-item > a {
    color: #5c27ac;
}

.mob__m__mcjordan .sub-menu {
    padding: 5px 0 5px;
    font-size: .8rem;
    background-color: #ededed;
}

.mob__m__mcjordan .navbar__list .menu-item .sub-menu .menu-item {
    height: 30px;
}

/**/
.submenu-expand {
    display: none;
    fill: #ffffff;
    position: relative;
    background-color: transparent;
    border: 0;
    top: 4px;
}

.submenu-expand svg {
    height: 22px;
    width: 22px;
}

.sub-menu {
    padding: 0 10px;
    list-style: none;
}

.navbar__list .sub-menu > .menu-item a {
    display: flex;
    justify-content: center;
    background-image: none;
    line-height: 19px;
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
}

.navbar__list .sub-menu > .menu-item a:hover,
.navbar__list .menu-item.current_page_parent > a,
.navbar__list .sub-menu > .menu-item.current-menu-item a {
    text-decoration: underline;
    text-underline-position: under;
}

.mobile-parent-nav-menu-item {
    display: none;
}

.navbar__list .menu-item.menu-item-has-children {
    position: relative;
}

.navbar__list > .menu-item.current-menu-item > a {
    color: #f9d441;
}

.navbar__list > .menu-item:not(.current-menu-item) a:hover {
    text-decoration: underline;
    text-underline-position: under;
}


@media (min-width: 1200px) {

    .mob__navbar-toggle {
        display: none;
    }

    .navbar > div {
        width: 100%;
    }

    /**/
    .submenu-expand {
        position: absolute;
        right: 0;
        fill: #c22524;
        background-color: transparent;
        border: 0;
        transform: rotate(-90deg);
        height: 40px;
        outline: none;
        pointer-events: none;
    }

    .navbar__list > .menu-item > a {
        padding: 0 20px;
    }


    .menu-item:hover .submenu-expand,
    .current-menu-item .submenu-expand {
        fill: #ffffff;
    }

    .submenu-expand svg {
        height: 33px;
        width: 33px;
    }

    .sub-menu {
        position: absolute;
        left: -10px;
        padding: 10px;
        display: none;
        max-height: 260px;
        list-style: none;
        z-index: 2;
        width: 100%;
        min-width: 125px;
        border-radius: 0 0 8px 8px;
        background-color: #ffffff;
        border: 1px solid #d0cbd5;
        /*box-shadow: 0 1px 2px rgba(0,0,0,0.07),*/
        /*0 2px 4px rgba(0,0,0,0.07),*/
        /*0 4px 8px rgba(0,0,0,0.07),*/
        /*0 8px 16px rgba(0,0,0,0.07);*/
    }

    .menu-item-object-page:hover .sub-menu {
        display: block;
    }

    .navbar__list .sub-menu .menu-item {
        padding: 0;
        height: 35px;
    }

    .navbar__list .sub-menu > .menu-item a {
        color: #011c15;
    }
}


@media (min-width: 1200px) {

}


/**/
.main__mcjordan {
    flex: 1 0 0;
    line-height: 1.4;
}

.content-area {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
}

.single-image__mcjordan {
    max-width: 400px;
       float: left;
    margin: 0 20px 20px 0;
}

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

.main__mcjordan a {
    color: #5c27ac;
}

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

.content-area a {
    color: #5c27ac;
}

.site {
    display: flex;
    flex-direction: column;
}

.entry-content ul {
    list-style: none;
    padding: 0;
}

.entry-content ul li::before {
    content: "•";
    color: #c4e538;
    margin-right: 15px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

header .container {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.breadcrumbs {
    display: flex;
    color: #9f9c9c;
    margin: 15px 0;
}

.breadcrumbs span {
    margin: 0 4px;
}

.breadcrumbs span:first-child {
    margin-left: 0;
}

.breadcrumbs span.active {
    color: #292828;
}

/*
 * Игровые автоматы
 */
.ga_mcjordan_games {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

h1 {
    color: #011c15;
    font-size: 1.5rem;
}

.ga_mcjordan_games__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    width: 100%;
}

.ga_mcjordan_games__header h1 {
    text-transform: uppercase;
    margin: 0;
}

.ga_mcjordan_games__header a {
    color: #3a69af;
    text-decoration: none;
}

.ga_mcjordan_games__header a:hover {
    color: #3a69af;
    text-decoration: underline;
}

.wp-block-quote {
    border-left-color: #5c27ac;
}

.entry-title,
.entry-content h2,
.entry-content .wp-block-image {
    color: #202020;
}

.ga_mcjordan_games__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    padding: 0;
}

@media (min-width: 480px) {
    .ga_mcjordan_games__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .ga_mcjordan_games__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ga_mcjordan_games__item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    background-color: #ebf3ff;
    transition: all .3s linear;
    will-change: transform;
}

.ga_mcjordan_games__item::before {
    content: "";
    background-color: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

@media (min-width: 480px) {

}

.ga_mcjordan_games__image {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {

}


.ga_mcjordan_games__image img {
    width: 100%;
    height: 100%;
}

.ga_mcjordan_games__image:empty {
    display: none;
}

.ga_mcjordan_games__placeholder {
    padding: 15px;
    color: #000000;
    width: 100%;
    display: block;
    justify-content: center;
    position: absolute;
    background-color: #ffffff;
}

.ga_mcjordan_games__item:hover::before,
.ga_mcjordan_games__item:hover .ga_mcjordan_games__placeholder {
    display: flex;
}

a.ga_mcjordan_placeholder__title {
    color: #000000;
    text-decoration: none;
    font-family: 'MontserratBold';
}

a.ga_mcjordan_placeholder__title:hover {
    text-decoration: underline;
}

.paginate-mcjordan {
    text-align: center;
    margin: 25px auto;
}

.paginate-mcjordan * {
    margin: 7.5px;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #141414;
    color: #141414;
    transition: all .3s linear;
}

.paginate-mcjordan a {
    color: #141414;
}

.paginate-mcjordan a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate-mcjordan .current {
    color: #ffffff;
    background-color: #5c27ac;
    border-color: transparent;
    cursor: default;
}

.paginate-mcjordan span {
    margin: 7.5px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links a {
    color: #4ca342;
}


@media (min-width: 480px) {

}

/**/
.footer_mcjordan {
    flex: 0 0 0;
    text-align: center;
    padding: 15px 0;
    background-color: #080311;
}

.footer_mcjordan > .container {
    display: flex;
    flex-direction: column;
}

.footer_mcjordan-nav {
    margin-bottom: 10px;
}

.footer_mcjordan__logo {
    display: flex;
    max-width: 260px;
    margin: 0 auto;
}

.footer_mcjordan__logo img {
    width: 100%;
}

.footer_mcjordan__text {
    color: #747179;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}


/**/

.footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer-menu .menu-item {
    padding: 10px 10px 10px 20px;
    display: block;
}


@media (min-width: 768px) {

    .footer-menu .menu-item {
        display: inline-block;
        width: auto;
    }
}

.footer-menu .menu-item a {
    color: #afafaf;
    text-decoration: none;
    text-underline-position: under;
}

.footer-menu .menu-item a,
.footer-menu .menu-item.current-menu-item a {
    color: #676969;
}

.footer-menu .menu-item a:hover,
.footer-menu .menu-item.current-menu-item a{
    text-decoration: underline;
    color: #303030;
}

.mob__m__mcjordan .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}

.mob__m__mcjordan .footer-menu .menu-item.current-menu-item a{
    color: #c4e538;
    text-decoration: none;
}


/**/
.show {
    display: block;
}

@media (min-width: 1200px) {
    .show {
        display: none;
    }
}


.simplebar-track.simplebar-vertical {
    width: 10px;
    background-color: #0a3545;
    border-radius: 5px;
    opacity: 70%;
}

article .entry-footer {
    display: none;
}

@media (min-width: 320px) {

    .top__he_mcjordan .container {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

@media (max-width: 1199px) {

    .navbar__list {
        flex-wrap: wrap;
    }

    .top__he_mcjordan .navbar {
        display: none;
    }

    .navbar__list > .menu-item.current-menu-item {
        background-color: transparent;
    }

    .navbar__list > .menu-item a {
        flex-direction: column;
    }

    .navbar__list .menu-item {
        padding: 10px 15px;
    }

    .navbar__list .menu-item {
        height: 85px;
    }

    .ga_mcjordan_games__header h1 {
        margin: 0 auto;
    }
    .ga_mcjordan_games__header a {
        display: none;
    }
}

@media (max-width: 992px) {

    .header {
        min-height: 280px;
    }

    .content-area > img {
        max-width: 100%;
    }

    .footer-menu .menu-item {
        padding: 10px;
    }

}
@media (max-width: 767px) {
    .header {
        min-height: 220px;
    }

    h1 {
        text-align: center;
    }

    .home .top__he_mcjordan + .container:not(.content-area) {
        padding: 0;
    }

    .single-image__mcjordan {
        max-width: 100%;
        height: auto;
        float: none;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 599px) {

}

@media (max-width: 479px) {
    .ga_mcjordan_games__list {
        padding: 0;
    }

    .top__he_mcjordan__logo {
        width: 155px;
    }

}

@media (max-width: 375px) {
    .header {
        min-height: 190px;
    }

    .navbar__list .menu-item {
        width: 145px;
    }

    .mob__m__mcjordan__inner {
        width: 100%;
    }

}

