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

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

html, body, .site {
    /*min-height: calc(100vh - 183px);*/
    min-height: 100vh;
}


body {
    margin: 0;
    font-family: "MontserratRegular", -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: #511186;
    color: #ffffff;
}

body.active {
    overflow: hidden;
}

.d-flex {
    display: flex;
    align-items: center;
}

.j-center {
    justify-content: center;
}

.j-between {
    justify-content: space-between;
}

/**/
.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;
    }

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

.container-relative {
    position: relative;
}

.top__he_synottip {
   display: flex;
	 width: 100%;
    position: fixed;
    min-height: 90px;
    background-color: #5111864f;
    z-index: 9;
   
}
}

.top__he_synottip__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    order: 1;
}

.top__he_synottip__logo img {
    width: 100%;
}


.top__he_synottip__logo a {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
}


@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    .top__he_synottip {
        min-height: 90px;
    }

    .top__he_synottip__logo {
        order: 0;
    }
}

/**/

.navbar {
    display: none;
}

@media (min-width: 1200px) {
    .navbar {
        display: block;
        margin: 0 auto;
    }
}

.mob_synottip__nav__toggle{
    width: 45px;
    height: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 12px;
    /*position: absolute;*/
    /*left: 15px;*/
    /*top: 55px;*/
    margin: auto 0;
    padding: 0;
}

.mob__m__synottip.show .mob_synottip__nav2__toggle .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg) translateY(9px);
}
.mob__m__synottip.show .mob_synottip__nav2__toggle .icon-bar:nth-of-type(4) {
    transform: rotate(45deg) translate(1px, -8px);
}
.mob__m__synottip.show .mob_synottip__nav2__toggle .icon-bar:nth-of-type(3) {
    display: none;
}

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

.mob_synottip__nav__toggle .icon-bar + .icon-bar {
    margin-top: 9px;
}

@media (min-width: 1200px) {

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

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

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

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

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

.mob__m__synottip__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #3e076c;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    padding-top: 130px;
}

.mob__m__synottip__inner .top__he_synottip__logo {
    margin: 55px auto 15px;
}

.mob__m__synottip__inner .footer_synottip__text {
    width: 130px;
    margin: 0 auto 10px;
}


@media (min-width: 375px) {
    .mob__m__synottip__inner {
        width: 300px;
    }
}

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


.mob__m__synottip .navbar {
    display: block;
}



@media (min-width: 1200px) {

}


.header__wrapper__slider__synottip {
    width: 100%;
    overflow: hidden;
}

.header__slider__synottip .slick-slide {
    position: relative;
}

.header__slider__synottip .slick-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    bottom: 330px;
    left: 0;
    right: 0;
    width: 105px;
    margin: auto;
    padding: 0;
}

.header__slider__synottip.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.header__slider__synottip .slick-dots li,
.header__slider__synottip .slick-dots li button,
.header__slider__synottip .slick-dots li button:before {
    width: 45px;
}

.header__slider__synottip .slick-dots li button:before {
    content: "";
    background-color: #b47b9a;
    font-size: 15px;
    height: 8px;
    border-radius: 12px;
}

.header__slider__synottip .slick-dots li.slick-active button:before {
    background-color: #7a003d;
}

.header__wrapper__text__synottip {
    position: relative;
    padding: 50px 15px 50px;
    height: fit-content;
    height: -moz-fit-content;
    margin: auto;
    width: 100%;
    max-width: 100%;
}

.header__wrapper__text__synottip p {
    line-height: 30px;
}

.header__wrapper__text__synottip .button__synottip {
    background-color: #ffd53f;
    border-color: #ffa857;
    color: #272727;
    border-radius: 12px;
    max-width: 300px;
	height: 100px;
    margin: 0 auto;
    box-shadow: 3px 4px 0 #ce6300;
}

.header__tittle__synottip {
    font-family: 'MontserratBold';
    text-transform: uppercase;
    font-size: 1.25rem;
}

.header__slider__synottip .slick-slide img {
    width: 100%;
}

.header__slider__synottip .slick-slide img:nth-of-type(2) {
    display: none;
}

@media (min-width: 360px) {
    .header__slider__synottip .slick-dots {
        bottom: 335px;
    }
}

@media (min-width: 370px) {
    .header__slider__synottip .slick-dots {
        bottom: 305px;
    }
}

@media (min-width: 480px) {
    .header__slider__synottip .slick-dots {
        bottom: 245px;
    }
}

@media (min-width: 600px) {
    .header__slider__synottip .slick-dots {
        bottom: 250px;
    }
}

@media (min-width: 768px) {
    .header__wrapper__text__synottip {
        position: absolute;
        left: 25px;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 450px;
        padding: 0;
        background-color: transparent;
        text-align: center;
    }

    .header__tittle__synottip {
        font-size: 2rem;
    }

    .header__slider__synottip .slick-slide img:nth-of-type(1) {
        display: none;
    }

    .header__slider__synottip .slick-slide img:nth-of-type(2) {
        display: block;
    }

    .header__slider__synottip .slick-slide img {
        width: 150%;
    }

    .header__slider__synottip .slick-dots {
        bottom: 83%;
    }
}

@media (min-width: 992px) {
    .header__wrapper__text__synottip {
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .header__slider__synottip .slick-dots,
    .header__wrapper__text__synottip {
        margin: auto;
        right: 350px;
    }

    .header__slider__synottip .slick-dots {
        bottom: 365px;
    }

    .header__slider__synottip .slick-slide img {
        width: auto;
    }
}

@media (min-width: 1920px) {

    .header__slider__synottip .slick-slide img {
        width: 100%;
    }
}


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

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

.button__synottip {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #3e076c;
    text-decoration: none;
    min-width: 200px;
    max-width: 255px;
    height: 42px;
    border-radius: 12px;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background .2s ease-out;
}

.wrap-menu-btn {
    display: flex;
    flex-direction: column;
    padding: 5px 3px;
}


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

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

.button__synottip.reg {
    background-color: #fcc239;
    color: #272727;
    margin-top: 5px;
}

.button__synottip[type="submit"] {
    background-color: #ffa857;
    border-color: #ffa857;
    color: #272727;
}


.button__synottip.demo {
    border-color: #f2c339;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .3);
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .button__synottip.demo {
        margin-top: 25px;
    }

    .button__synottip.reg {
        margin-top: 0;
        margin-left: 20px;
    }

    .wrap-menu-btn {
        flex-direction: row;
    }
}

@media (min-width: 320px) {

    .top__he_synottip .container {
        position: relative;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {

    .top__he_synottip .container {
        flex-direction: row;
    }
}


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;
    justify-content: flex-start;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-family: "MontserratMedium";
}


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

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

.mob__m__synottip .navbar__list .menu-item.menu-item-has-children > a {
    height: 50px;
}

.mob__m__synottip .navbar__list .menu-item a {
    color: #ffffff;
    font-size: inherit;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mob__m__synottip .navbar__list > .menu-item .sub-menu > .menu-item a {
    color: #b9a3ae;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mob__m__synottip .navbar__list .menu-item.current-menu-parent > a,
.mob__m__synottip .navbar__list .menu-item.current-menu-item > a {
    color: #ffa857;
}

.mob__m__synottip .sub-menu {
    font-size: .8rem;
    background-color: #511a35;
    padding: 0;
}

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

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

.navbar__list .menu-item.current-menu-parent > 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: #212121;*/
/*}*/

.top__he_synottip .navbar__list > .menu-item.current-menu-item a {
    border-radius: 12px;
}



@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 10px;
    }

    .navbar__list > .menu-item > a:hover,
    .navbar__list > .menu-item.current-menu-item > a {
        color: #ffa857;
    }



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

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

    .sub-menu {
        position: absolute;
        right: -5px;
        transform: translateY(-2px);
        padding: 10px;
        display: none;
        max-height: 260px;
        list-style: none;
        z-index: 2;
        width: 145px;
        border-top: 4px solid #ffa857;
        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);
    }

    /*.sub-menu:before {*/
    /*    content: "";*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*    border-width: 0 18px 15px 15px;*/
    /*    border-color: #003554 transparent #003554 transparent;*/
    /*    border-style: solid;*/
    /*    position: absolute;*/
    /*    top: -15px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

    .menu-item-has-children:hover .sub-menu {
        display: block;
    }

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

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

    /*.navbar__list .sub-menu > .menu-item:not(:last-child) a {*/
    /*    border-bottom: 1px solid #293137;*/
    /*}*/

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


@media (min-width: 1200px) {

}


/**/
.main__synottip {
    flex: 1 0 0;
    line-height: 1.4;
    order: 1;
    color: #003554;
}

.main__synottip__text {
    background-color: #511186;
    color: #ffffff;
}

.main__synottip__text h1,
.main__synottip__text h2 {
    color: #ffffff;
}


.main__synottip__text a {
    color: #a1efff;
}

.content-area {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #511186;
    color: #ffffff;
}

.inner__img__synottip {
    max-width: 350px;
    float: right;
    margin: 0 0 20px 20px;
}

.site-main {
    width: 100%;
}

h1, h2 {
    text-align: center;
    color: #272727;
    font-size: 1.25rem;
    position: relative;
}

.content-area__inner h1 {
    text-align: left;
    color: #ffffff;
}

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

@media (min-width: 1200px) {
    h1, h2 {
        text-align: left;
    }
}


.main__synottip a {
    color: #003554;
}

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

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

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

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

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

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

.ga_synottip_games__header a {
    color: #a1efff;
    text-decoration: none;
}

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

.entry-title,
.entry-content h2,
.entry-content .wp-block-image {
    font-size: 1.25rem;
    color: #ffffff;
}

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

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

.ga_synottip_games__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    transition: all .3s linear;
    will-change: transform;
}

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

@media (min-width: 600px) {
    /*.ga_synottip_games__list[data-count="12"] {*/
    /*    grid-template-columns: repeat(4, 1fr);*/
    /*}*/

    /*.ga_synottip_games__list[data-count="6"],*/
    /*.ga_synottip_games__list[data-count="9"] {*/
    /*    grid-template-columns: repeat(3, 1fr);*/
    /*}*/
}

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

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .ga_synottip_games__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.main__synottip__page h2  {
    font-size: 1.25rem;
    text-transform: uppercase;
}

@media (min-width: 992px) {

}



.ga_synottip_games__image {
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: none;
    max-width: 100%;
}

.ga_synottip_games__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ga_synottip_games__image:empty {
    display: none;
}

.ga_synottip_games__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #011a29;
    background-color: transparent;
    font-size: .9rem;
    text-align: center;
    font-family: "MontserratMedium";
    padding: 15px 0;
    height: 100%;
    width: 100%;
    transition: all .3s linear;
    will-change: background-color;
}

.ga_synottip_games__item:hover .ga_synottip_games__placeholder {
    opacity: 1;
    visibility: visible;
}

.ga_synottip_games__placeholder .button__synottip {
    min-width: 100%;
    background-color: #ffa857;
    border-color: #ffa857;
    color: #272727;
}

.ga_synottip_games__placeholder .button__synottip ~ .demo {
    background-color: #3e076c;
    color: #ffffff;
    border-color: #fcc239;
}

@media (min-width: 1200px) {
    .ga_synottip_games__item:hover .ga_synottip_games__image {
        filter: brightness(.5);
    }

    .ga_synottip_games__placeholder {
        position: absolute;
        background-color: rgba(0, 0, 0, .5);
        visibility: hidden;
        opacity: 0;
    }

    .ga_synottip_games__placeholder:hover {
        visibility: visible;
        opacity: 1;
    }

    .ga_synottip_games__placeholder .button__synottip {
        min-width: 95px;
    }

    .ga_synottip_games__placeholder .button__synottip ~ .demo {
        background-color: transparent;
        color: #ffffff;
        border-color: #ffa857;
    }
}


a.ga_synottip_placeholder__title {
    font-size: 1rem;
    text-decoration: none;
    font-family: "MontserratBold";
    color: #011a29;
}

a.ga_synottip_placeholder__title:hover {
    text-decoration: underline;
    text-underline-position: under;
}




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

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

.paginate-synottip a {
    color: #272727;
}

.paginate-synottip a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate-synottip .current {
    font-family: "MontserratBold";
    background-color: transparent;
    border-color: #272727;
    color: #272727;
    cursor: default;
}

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

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

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

/* Статьи */
.article {
}

.article__list {
    list-style: none;
    padding-left: 0;
}

.article__item {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-right: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05),
    0 2px 4px rgba(0,0,0,0.05),
    0 4px 8px rgba(0,0,0,0.05),
    0 8px 16px rgba(0,0,0,0.05);
}

.article__image {
    display: block;
    text-align: center;
}

@media (min-width: 480px) {
    .article__image {
        float: left;
        position: relative;
        margin-right: 20px;
    }

    .article__image img {
        display: block;
    }
}

.article__placeholder {
    display: none;
    background-color: hsla(0, 0%, 0%, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article__button {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    height: 42px;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article__image:hover .article__placeholder {
    display: block;
}

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

.article__title > a {
    color: #6e6e6e;
}

.article__title > a:hover {
    color: #50fec5;
}

.article__image img {
    width: 280px;
    height: 200px;
    object-fit: cover;
}


@media (min-width: 480px) {

}

/**/
.footer_synottip {
    flex: 0 0 0;
    text-align: center;
    padding: 20px 0;
    background-color: #3e076c;
    order: 2;
}


.footer_synottip-nav {
    border-top: 1px solid #9ba0a5;
    width: 100%;
    margin-top: 20px;
}

.footer_synottip__logo img {
    width: 125px;
}

.footer_synottip__text {
    color: #a38092;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 1200px) {

    .footer_synottip-nav {
        border-top: none;
        width: auto;
        margin-top: 0;
    }
}


/**/

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

.footer-menu .menu-item-object-page .sub-menu {
    display: none;
}


@media (min-width: 768px) {

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

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

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

.footer-menu .menu-item a:hover,
.footer-menu .menu-item.current-menu-item a{
    color: #011a29;
    text-decoration: underline;
    text-underline-position: under;
}

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

.mob__m__synottip .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: 768px) {
}
@media (min-width: 992px) {

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

}

@media (max-width: 1199px) {

    .navbar__list {
        flex-wrap: wrap;
    }

    .top__he_synottip .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_synottip_games__header h1 {
        margin: 0 auto;
    }
    .ga_synottip_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) {

    .top__he_synottip .container {
        width: 100%;
    }

    .content-area .inner__img__synottip {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .footer_synottip__text {
        font-size: 13px;
    }

    .footer-menu {
        flex-direction: column;
    }

    .footer-menu .menu-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 599px) {


    .navbar__list {
        max-width: 320px;
    }

    .ga_synottip_games__image {
        max-width: 100%;
    }

}

@media (max-width: 479px) {

    .main__synottip__page h1 {
        font-size: 1.5rem;
    }

    a.ga_synottip_placeholder__title {
        font-size: 1rem;
    }

    .footer-nav .container {
        padding: 0;
    }

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

    .footer-menu .menu-item a,
    .footer-menu .menu-item.current-menu-item a {
        font-size: 13px;
    }

}

@media (max-width: 375px) {

    .main__synottip__page h2 {
        font-size: 1.25rem;
    }

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

}

