@charset "UTF-8";
/* 
Theme Name: Grand Casino Rooks
Theme URI: https://grand-casino.com
Author: Grand Casino Rooks
Author URI: https://grand-casino.com
Description: Description
Requires at least: 0.1
Requires PHP: 5.2.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: https://grand-casino.com
Text Domain: rand-casino
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

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

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: #dcd9ba;
  color: #2b241d;
}


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

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


/**/
.top {
  position: relative;
  background-color: #3a3026;
  height: 74px;
}

.top__logo {
  width: 166px;
  padding: 8px 0 4px;
  margin-left: auto;
  margin-right: auto;
}

.top__logo img {
  width: 100%;
}

@media (min-width: 1200px) {
  .top__logo {
    width: 186px;
  }
}


/**/
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .navbar-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;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 3px;
  background-color: #f5eec0;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


/**/
.header {
  background: url(image/header-768.jpg) 50% 50% no-repeat;
  height: 299px;
}

.header__inner {
	padding-top: 127px;
}

@media (min-width: 768px) {
  .header {
    background-image: url(image/header.jpg);
  }
}


.header__button {
  background: url(image/button.png);
  color: #fffdeb;
  text-decoration: none;
  margin: auto;
  display: block;
  width: 295px;
  height: 72px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
}

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

.header__button:active {
  filter: brightness(90%);
}

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

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

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


/**/
.navbar {
  display: none;
  background: hsla(0, 0%, 0%, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.navbar__list {
  background-color: #dcd9ba;
  width: 278px;
  margin: 0;
  padding-top: 20px;
  padding-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.navbar__list .menu-item {
  display: block;
  background-color: #c8c3a0;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
}

.navbar__list .menu-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #99824b;
  background: -moz-linear-gradient(left,  #99824b 0%, #fbf7c8 50%, #b49659 100%);
  background: -webkit-linear-gradient(left,  #99824b 0%,#fbf7c8 50%,#b49659 100%);
  background: linear-gradient(to right,  #99824b 0%,#fbf7c8 50%,#b49659 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99824b', endColorstr='#b49659',GradientType=1 );
}

.navbar__list .menu-item:last-child {
  border-right: none;
  padding-right: 7px;
}

.navbar__list .menu-item:last-child:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #99824b;
  background: -moz-linear-gradient(left,  #99824b 0%, #fbf7c8 50%, #b49659 100%);
  background: -webkit-linear-gradient(left,  #99824b 0%,#fbf7c8 50%,#b49659 100%);
  background: linear-gradient(to right,  #99824b 0%,#fbf7c8 50%,#b49659 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99824b', endColorstr='#b49659',GradientType=1 );
}

.navbar__list .menu-item a {
  color: #201a15;
  text-decoration: none;
  padding-left: 25px;
  background-repeat: no-repeat;
}

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

.navbar__list .menu-item:nth-child(1) a {
  background-image: url(image/menu/info.svg);
}

.navbar__list .menu-item:nth-child(2) a {
  background-image: url(image/menu/pig.svg);
}

.navbar__list .menu-item:nth-child(3) a {
  background-image: url(image/menu/library.svg);
}

.navbar__list .menu-item:nth-child(4) a {
  background-image: url(image/menu/interface.svg);
}

.navbar__list .menu-item:nth-child(5) a {
  background-image: url(image/menu/walley.svg);
}

.navbar__list .menu-item:nth-child(6) a {
  background-image: url(image/menu/check_mark.svg);
}

.navbar__list .menu-item:nth-child(7) a {
  background-image: url(image/menu/diamond.svg);
}


@media (min-width: 1200px) {
  .navbar {
    background-color: transparent;
    display: block;
    position: static;
    width: 1020px;
	margin: auto;
  }

  .navbar__list {
    width: 100%;
    list-style: none;
    padding-top: 0;
    padding-left: 1px;
    padding-right: 0;
    margin: 0;
    text-align: left;
    position: static;
	display: flex;
  }

  .navbar__list .menu-item {
    border-right: none;
    border-top: none;
    align-items: center;
    padding: 0;
	text-align: center;
    background-color: #dcd9ba;
    border-left: 1px solid #261d14;
  }

  .navbar__list .menu-item:after {
    display: none;
  }

  .navbar__list .menu-item:last-child {
	border-right: 1px solid #261d14;
	padding-right: 0;
  }

  .navbar__list .menu-item:last-child:before {
    display: none;
  }

  .navbar__list .menu-item a {
	color: #261d14;
    text-decoration: none;
    padding-left: 0;
    background-image: none !important;
    display: flex;
    align-items: center;
    padding: 10px 15px;
	height: 54px;
  }

  .navbar__list .menu-item a:hover,
  .navbar__list .menu-item.current-menu-item a {
    color: #dcd9ba;
	background-color: #3a3026;
    text-decoration: underline;
  }
}


/**/
.main {
  background-color: #dcd9ba;
  padding-top: 1px;
  padding-bottom: 25px;
  line-height: 1.4;
}

.main a {
  color: #223c9c;
}

.main a {
  color: #223c9c;
}


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

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

.article__item {
	background-color: #d2ceab;
    background-image: repeating-linear-gradient(-45deg, transparent 0px, #ccc8aa 1px, transparent 2px, transparent 4px);	
    border-radius: 4px;
    overflow: hidden;
	margin-bottom: 20px;
    padding-right: 20px;
}

.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: #f5efbe;
	text-decoration: none;
	line-height: 40px;
	height: 42px;
	width: 150px;
	border-radius: 10px;
	text-align: center;
	border: 2px solid #f5efbe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.article__title {
	padding-left: 20px;
}

.article__description {
	padding-left: 20px;
}

.article__date {
	color: #afac92;
    font-size: 12px;
}

.article__more {
	display: inline-block;
	color: #f5efbe;
	background-color: #499b47;
	text-decoration: none;
	line-height: 42px;
	width: 150px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
}


/**/
.footer {
  background-color: #3a3026;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 15px;
}

.footer__pay {
  max-width: 100%;
  background-image: url(image/pay-320.png);
  background-repeat: no-repeat;
  width: 248px;
  height: 236px;
  margin: auto;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footer__pay {
    background-image: url(image/pay-720.png);
    width: 437px;
    height: 95px;
  }
}

@media (min-width: 992px) {
  .footer .container {
	display: grid;
    grid-template-areas:
      "logo"
      "nav"
      "pay";
  }

  .footer__pay {
    grid-area: pay;
  }
}

@media (min-width: 1200px) {
  .footer .container {
    display: flex;
    align-items: center;
  }
	
  .footer__pay {
    background-image: url(image/pay.png);
    width: 332px;
    height: 65px;
    margin-top: 0;
  }
}


/**/
.footer__logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.footer__logo img {
  width: 100%;
}

.footer__text {
  color: #6c6250;
  font-size: 12px;
}


/**/
.footer-nav {
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin: 0 auto 15px;
  text-align: center;
  display: block;
  width: 100%;
}

.footer-menu .menu-item {
  padding: 10px;
  width: 100%;
  display: block;
}


@media (min-width: 768px) {
  .footer-menu .menu-item {
  }
}

@media (min-width: 992px) {
  .footer-menu {
    width: 557px;
  }

  .footer-menu .menu-item {
    display: inline-block;
    width: 49%;
    text-align: left;
	  
	  
  }
}

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

  .footer-menu .menu-item {
  }
}

.footer-menu .menu-item a {
  color: #e1daad;
  text-decoration: none;
}

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


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