@charset "UTF-8";
/*
Theme Name: seo-city.com
Theme URI: https://seo-city.com
Author: seo-city.com
Author URI: https://seo-city.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://seo-city.com
Text Domain: seo-city.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: #e1e1e1;
    color: #1c1c1c;
}


/**/
.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: 575px;
    width: 100%;
    background: #e1e1e1 url(image/banner-seocity.png) center no-repeat;
    background-size: cover;
}


/**/
.top__he_seocity {
    display: flex;
    flex: 0 0 0;
    position: relative;
    background-color: #1c1c1c;
    min-height: 60px;
    z-index: 9;
}

.top__he_seocity__logo {
    margin: 0 auto 0 0;
}

.top__he_seocity__logo img {
    width: 100%;
}

.top__he_seocity__logo a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

@media (min-width: 480px) {

}

@media (min-width: 1200px) {

}

/**/

.navbar {
    margin: 0 0 0 auto;
}

.mob_seocity__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%;
}

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

@media (min-width: 1200px) {
    .mob_seocity__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_seocity__nav__toggle .icon-bar {
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 6px;
    background-color: #78c8be;
    transition: all .3s;
    will-change: transform;
}

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

@media (min-width: 1200px) {

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

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

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

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

.mob__m__seocity {
    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__seocity__backdrop {
    width: 100vw;
    height: 100vh;
}

.mob__m__seocity__inner {
    background-color: #1c1c1c;
    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__seocity {
        display: none;
    }
}


.mob__m__seocity .navbar {
    display: block;
    margin: 125px 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__seocity {
    background-color: #78c8be;
    color: #1c1c1c;
    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__seocity:hover {
    filter: brightness(110%);
}

.button__seocity: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;
    text-transform: uppercase;
    font-family: "MontserratMedium";
}

.mob__m__seocity .navbar__list {
    height: 300px;
}

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

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

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

.mob__m__seocity .navbar__list .menu-item a {
    color: #ffffff;
    font-size: inherit;
    align-items: flex-start;
    justify-content: center;
    padding-left: 35px;
}

.mob__m__seocity .navbar__list .sub-menu > .menu-item a {
    /*color: #37343a;*/
}

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

.mob__m__seocity .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;
    background-image: none;
    line-height: 19px;
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
}

.navbar__list .menu-item.current_page_parent > a,
.navbar__list .sub-menu > .menu-item.current-menu-item a {
    color: #9ef3c6;
}

.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: #78c8be;
}

.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;
        margin-top: 9px;
        padding: 10px 5px 10px 20px;
        display: none;
        max-height: 260px;
        list-style: none;
        z-index: 2;
        width: 100%;
        min-width: 125px;
        background-color: #1c1c1c;
        /*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);*/
    }

    .sub-menu::before {
        content: "";
        width: 0;
        height: 0;
        border-width: 0 7px 9px 7px;
        border-color: transparent transparent #1c1c1c transparent;
        border-style: solid;
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .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: #ffffff;
    }

}


@media (min-width: 1200px) {

}


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

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

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

.main__seocity a {
    color: #1c1c1c;
}

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

.content-area a {
    color: #606060;
}

.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_seocity_games {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    padding: 0 40px;
}

h1 {
    font-size: 1.5rem;
}

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

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

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

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

.wp-block-quote {
    border-left-color: #1c1c1c;
}

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

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

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

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

.ga_seocity_games__item {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    background-color: #1c1c1c;
    transition: all .3s linear;
    will-change: transform;
}

@media (min-width: 480px) {

}

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

@media (min-width: 1200px) {

}


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

.ga_seocity_games__image:empty {
    display: none;
}

.ga_seocity_games__placeholder {
    padding: 15px 15px 5px;
    color: #e1e1e1;
}

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

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

.similar__articles {
    background-color: #b0d6d1;
    position: relative;
}

.similar__articles::after {
    content: "";
    background-color: #476d68;
    height: 15px;
    width: 100%;
    display: block;
}

.similar__articles h2 {
    text-align: center;
}

.similar__articles .ga_seocity_games {
    padding: 0;
}

.similar__articles .ga_seocity_games__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.similar__articles .ga_seocity_games__item {
    background-color: transparent;
}

.similar__articles .ga_seocity_games__image img {
    border-radius: 16px;
}

.similar__articles a.ga_seocity_placeholder__title {
    color: #1c1c1c;
}

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

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

.paginate-seocity a {
    color: #6a6a6a;
}

.paginate-seocity a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate-seocity .current {
    color: #1c1c1c;
    background-color: #78c8be;
    cursor: default;
}

.paginate-seocity 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_seocity {
    flex: 0 0 0;
    text-align: center;
    padding: 25px 0;
    background-color: #1c1c1c;
}

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

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

.footer_seocity__text {
    color: #7b8082;
    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__seocity .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}

.mob__m__seocity .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_seocity .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_seocity .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_seocity_games__header h1 {
        margin: 0 auto;
    }
    .ga_seocity_games__header a {
        display: none;
    }
}

@media (max-width: 992px) {

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

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

}
@media (max-width: 767px) {
    .header {
        background-image: url("./image/banner-mob.png");
    }

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

    .ga_seocity_games,
    .banner__wrapper {
        padding: 0;
    }

    .ga_seocity_games__list {
        grid-gap: 25px;
    }
}

@media (max-width: 599px) {

    .ga_seocity_games__image {
        max-width: 100%;
    }

}

@media (max-width: 479px) {

    .header {
        min-height: 400px;
    }

    .ga_seocity_games__list {
        padding: 0;
    }

    .top__he_seocity__logo {
        width: 155px;
    }

}

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

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

    .mob__m__seocity__inner {
        width: 100%;
    }

}

