@charset "UTF-8";
/*
Theme Name: allcarslogos.com
Theme URI: https://allcarslogos.com
Author: allcarslogos.com
Author URI: https://allcarslogos.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://allcarslogos.com
Text Domain: allcarslogos.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: #ffffff;
    color: #202020;
}


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


/**/
.top__he_allcar {
    display: flex;
    flex: 0 0 0;
    position: relative;
    background-color: #011c15;
    min-height: 80px;
    z-index: 9;
}

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

.top__he_allcar__logo img {
    width: 100%;
}

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

@media (min-width: 480px) {

}

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

/**/

.navbar {
    margin: 0 0 0 auto;
}

.mob_allcar__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;
    left: 15px;
}

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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


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


.mob__m__allcar .navbar {
    display: block;
    margin: 130px 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 {
    background-color: #011c15;
    color: #ffffff;
    text-decoration: none;
    width: 200px;
    height: 50px;
    font-size: 1rem;
    font-family: "MontserratMedium";
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    transition: background .2s ease-out;
}


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

.button: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__allcar .navbar__list {
    height: 300px;
}

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

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

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

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

.mob__m__allcar .navbar__list .menu-item.current-menu-item > a {
    text-decoration: underline;
}

.mob__m__allcar .sub-menu {
    padding: 5px 0 5px;
    font-size: .8rem;
    background-color: #1b332d;
}

.mob__m__allcar .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 .sub-menu > .menu-item.current-menu-item a {
    background-color: transparent;
    /*     color: #c4e538; */
    text-decoration: underline;
}

.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 {
    text-decoration: underline;
}

.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: 0;
        padding: 10px;
        display: none;
        max-height: 260px;
        list-style: none;
        z-index: 2;
        width: 125px;
        border-radius: 0 0 8px 8px;
        background-color: #ffffff;
        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;
    }

    .main__allcar {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (min-width: 1200px) {

}


/**/
.main__allcar {
    flex: 1 0 0;
    line-height: 1.4;
    padding-top: 35px;
}

.content-area {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    margin: 30px auto;
}

.single-image {
    max-width: 450px;
    float: right;
    margin: 0 0 25px 25px;
}

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

}

.main__allcar a {
    color: #2966e1;
}

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

.content-area a {
    color: #228efb;
}

.content-area h1 {
    margin-top: 0;
}

.text-wrap {
    max-width: 400px;
}

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

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

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

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

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

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

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

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

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

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

.ga_allcar_games__item {
    display: flex;
    align-items: flex-end;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    margin-top: 125px;
    border-radius: 12px;
    height: 250px;
    box-shadow: 0 0 15px 5px #eceeed;
    transition: all .3s linear;
    will-change: transform;
}

@media (min-width: 480px) {

}

.ga_allcar_games__image {
    display: block;
    text-align: center;
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 225px;
    text-decoration: none;
}


.ga_allcar_games__image img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid #e9e9e9;
}

.ga_allcar_games__image:empty {
    display: none;
}

.ga_allcar_games__placeholder {
    padding: 15px 15px 5px;
    color: #011c15;
}

.ga_allcar_games__placeholder p {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-top: 10px;
}

a.ga_allcar_placeholder__title {
    color: #011c15;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'MontserratBold';
}

.ga_allcar_games__item:hover {
    border-color: #9ea8a6;
    box-shadow: none;
}



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

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

.paginate-allcar a {
    color: #202020;
}

.paginate-allcar a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate-allcar .current {
    color: #ffffff;
    background-color: #1b332d;
    cursor: default;
}

.paginate-allcar 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_allcar {
    flex: 0 0 0;
    text-align: center;
    padding: 25px 0;
    background-color: #414141;
}

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

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

.footer_allcar__text {
    color: #a0a0a0;
    text-align: center;
    font-size: 13px;
}


/**/

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

.mob__m__allcar .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_allcar .container {
        display: flex;
        align-items: center;
    }
}

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

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

}

@media (max-width: 1199px) {

    .header {
        min-height: 550px;
    }

    .navbar__list {
        flex-wrap: wrap;
    }

    .top__he_allcar .navbar {
        display: none;
    }

    .ga_allcar_games__list {
        grid-gap: 30px;
    }

    .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_allcar_games__header h1 {
        margin: 0 auto;
    }
    .ga_allcar_games__header a {
        display: none;
    }
}

@media (max-width: 992px) {

    .header {
        min-height: 470px;
    }

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

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

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

    .top__he_allcar + .container:not(.main__allcar) {
        padding: 0;
    }
}

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

    .ga_allcar_games__image {
        max-width: 100%;
    }

}

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

    .top__he_allcar__logo {
        width: 155px;
    }

}

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

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

    .mob__m__allcar__inner {
        width: 100%;
    }

}

