/*!
Theme Name: holdem
Theme URI: http://underscores.me
Author: SpryBase
Author URI: https://www.sprybase.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: holdem
Tags: holdem

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

holdem is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Widgets
# Content
	## Posts and pages
	## Comments
# Static Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
@import "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility; }

body {
  position: relative;
  font-family: 'Montserrat', sans-serif; }

/*ul, li {
  list-style: none; }*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a[type="button"], input[type="submit"], button, .btn {
  color: #fff;
  font: 700 12px 'Montserrat';
  letter-spacing: .15em;
  text-transform: uppercase;
  -webkit-appearance: none;
  cursor: pointer; }
  a[type="button"]:focus, input[type="submit"]:focus, button:focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important; }

.btn {
  line-height: 25px !important; }
  .btn:hover {
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; }
  .btn-play {
    background-color: #d42121; }
    .btn-play:hover {
      background-color: #e95d5d; }
  .btn-wide {
    width: 230px; }

.visit-button {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  background-color: #d42121;
  border: 0;
  transition: right .2s ease-out; }
  .visit-button:hover {
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
    background-color: #e95d5d;
    cursor: pointer; }
  .visit-button-casino {
    right: -66px;
    width: 65px; }
  .visit-button-news {
    right: -81px;
    width: 80px; }

.btt {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 10000; }
  .btt i {
    font-size: 18px;
    color: #d42121; }
  .btt:hover {
    background-color: #e95d5d;
    opacity: 1;
    cursor: pointer; }
    .btt:hover i {
      color: #fff; }
  .btt-is-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .btt-fade-out {
    opacity: .6; }

@media (max-width: 991px) {
  .btt {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px; } }

@media (max-width: 767px) {
  .btt {
    bottom: 40px;
    right: 10px; } }

.hero-header {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 4px; }
  .hero-header-content {
    margin: auto 0;
    padding: 50px;
    display: flex;
    align-items: center;
    min-height: 315px;
    color: #fff; }
    .hero-header-content h1 {
      font: normal 32px/1.2 'Montserrat';
      text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; }
    .hero-header-content-main {
      flex-grow: 1; }
    .hero-header-content_wrap {
      border-radius: 4px;
      box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.2); }
  .hero-header-logo {
    display: block;
    position: relative;
    top: 40%;
    width: 100%;
    transform: scale(0.8) translateY(-50%); }
    .hero-header-logo_wrap {
      margin-right: 100px;
      display: block;
      width: 150px;
      height: 150px;
      border-radius: 50%; }

.casino-rating {
  margin: 20px 0 40px 0;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase; }
  .casino-rating span:first-of-type {
    margin-right: 10px; }

.casino-certified {
  margin-left: 14px;
  letter-spacing: 1px; }
  .casino-certified-checkbox {
    margin: -2px 6px 0 0;
    display: inline-block;
    width: 24px; }

@media (max-width: 960px) {
  .hero-header-logo_wrap {
    margin-right: -10px; } }

@media (max-width: 768px) {
  .hero-header-content {
    padding: 20px;
    flex-direction: column-reverse;
    text-align: center; }
    .hero-header-content_wrap {
      box-shadow: none; }
    .hero-header-content-main {
      padding-top: 20px; }
  .hero-header-footer {
    display: none; } }

@media (max-width: 480px) {
  .hero-header-content h1 {
    font-size: 22px; } }

.comments-area {
  margin-bottom: 30px;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.review-stars {
  color: white;
  font-size: 14px; }
  .review-stars i {
    margin-right: 2px; }
  .review-stars .pos {
    color: #d42121; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.casino-description {
  text-align: justify;
  overflow: hidden; }
  .casino-description_wrap {
    margin-bottom: 30px;
    padding: 30px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  .casino-description a {
    color: #d42121;
    transition: all .2s ease-out; }
    .casino-description a:hover {
      color: #e95d5d; }
  .casino-description h2:first-child, .casino-description h3:first-child, .casino-description h4:first-child, .casino-description h5:first-child, .casino-description h6:first-child {
    margin-top: 0; }
  .casino-description p {
    font-family: Arial, Helvetica, sans-serif; }
    .casino-description p:first-of-type {
      margin: 0; }
  .casino-description ul {
    margin-left: 30px; }
    .casino-description ul li {
      margin-bottom: 15px;
      padding-left: 30px;
      position: relative;
      font-weight: 100; }
      .casino-description ul li::before {
        position: absolute;
        left: 0;
        font: normal 22px/1 'Ionicons'; }
  .casino-description-pro li::before {
    content: "\f48a";
    color: #33b419; }
  .casino-description-con li::before {
    content: "\f463";
    color: #db1515; }
  .casino-description-map {
    margin: 20px 0;
    width: 100%;
    min-height: 250px;
    border: #ccc solid 1px;
    border-radius: 4px; }
    .casino-description-map img {
      max-width: inherit !important; }
  .casino-description-img {
    max-width: 100%;
    max-height: 500px;
    cursor: pointer; }
  .casino-description .modal {
    padding: 0 17px; }
    .casino-description .modal img {
      max-width: 100%; }
    .casino-description .modal-dialog {
      top: 50%;
      transform: translateY(-60%) !important; }
  .casino-description-see-more {
    margin-top: 15px;
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #373B40;
    border-top: 1px solid #eeeeee; }
    .casino-description-see-more:hover {
      cursor: pointer;
      color: #e95d5d; }
  .casino-description-toggle {
    padding-top: 1rem;
    display: block; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1200px; } }

.list-group {
  margin-bottom: 30px;
  padding: 0;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  .list-group .list-group-item {
    margin: 0;
    position: relative;
    min-height: 65px;
    height: 100%;
    font-family: 'Montserrat';
    font-size: 14px;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    white-space: normal; }
    .list-group .list-group-item.list-header {
      padding: .75rem 1.25rem .75rem 1rem;
      height: auto;
      min-height: auto;
      font-weight: 600;
      color: #373b40;
      background-color: transparent !important;
      border-bottom: 1px solid #eeeeee; }
    .list-group .list-group-item .img_wrap {
      position: absolute;
      display: inline-block;
      width: 50px;
      top: 50%;
      left: 10px;
      border-radius: 2px;
      transform: translateY(-50%);
      transition: left .2s ease-out; }
    .list-group .list-group-item img {
      margin: auto;
      display: block;
      max-width: 50px;
      max-height: 35px; }
    .list-group .list-group-item .list-hover {
      padding-right: 10px;
      position: absolute;
      top: 50%;
      left: 65px;
      transform: translateY(-50%);
      transition: left .2s ease-out; }
    .list-group .list-group-item:hover {
      background-color: rgba(73, 80, 87, 0.1); }
      .list-group .list-group-item:hover .img_wrap {
        left: -60px; }
      .list-group .list-group-item:hover .list-hover {
        animation: transition-list .2s ease-out;
        padding-right: 70px;
        left: 15px; }
      .list-group .list-group-item:hover .visit-button {
        right: 0; }

@keyframes transition-list {
  0% {
    padding-right: 10px; }
  100% {
    padding-right: 70px; } }

@media (max-width: 991px) {
  .list-group .list-group-item {
    border-bottom: 1px solid #eeeeee; }
    .list-group .list-group-item.list-header {
      padding: 15px; }
    .list-group .list-group-item:last-child {
      border: 0;
      border-radius: 0; }
    .list-group .list-group-item .list-hover {
      left: 70px; } }

@media (min-width: 992px) and (max-width: 1250px) {
  .list-group .list-group-item .img_wrap {
    display: none; }
  .list-group .list-group-item .list-hover {
    position: relative;
    left: 0; }
  .list-group .list-group-item:hover .list-hover {
    padding: 0;
    left: 0;
    animation: none; } }

.sidebar-casino .list-item h4 {
  margin: 0;
  padding: 18px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  font-size: 14px;
  letter-spacing: .05em;
  color: #373b40;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer; }

.sidebar-casino .list-item i {
  float: right;
  align-self: center;
  transition: transform .2s ease; }

.sidebar-casino .list-item > .list-item-details {
  padding: 10px 20px;
  display: none;
  font-size: 13px;
  background-color: #f8f8f8; }
  .sidebar-casino .list-item > .list-item-details ul {
    margin: 0; }
  .sidebar-casino .list-item > .list-item-details .infolist__title {
    font-size: 13px;
    color: #888; }
  .sidebar-casino .list-item > .list-item-details .infolist__content {
    float: right;
    font-size: 13px;
    text-overflow: ellipsis; }
  .sidebar-casino .list-item > .list-item-details .infolist--block li {
    margin-bottom: 10px; }
  .sidebar-casino .list-item > .list-item-details .infolist--block li:last-child {
    margin-bottom: 0; }
  .sidebar-casino .list-item > .list-item-details .infolist--block .infolist__title {
    margin-bottom: 4px; }
  .sidebar-casino .list-item > .list-item-details .infolist--inline li {
    margin-bottom: 14px; }
  .sidebar-casino .list-item > .list-item-details .infolist--inline li:last-child {
    margin-bottom: 0; }
  .sidebar-casino .list-item > .list-item-details .infolist--inline .infolist__title {
    float: left; }
  .sidebar-casino .list-item > .list-item-details .infolist--inline .infolist__content {
    float: right;
    max-width: 40%;
    text-align: right; }
  .sidebar-casino .list-item > .list-item-details .infolist__text {
    font-size: 13px;
    line-height: 1.53; }
  .sidebar-casino .list-item > .list-item-details .infolist a {
    color: #d42121; }
  .sidebar-casino .list-item > .list-item-details .infolist__text a:hover {
    color: #087ddf; }

.sidebar-casino .list-item:last-of-type h4 {
  border: none; }

.sidebar-casino .list-item:last-of-type > .list-item-details {
  border-radius: 0 0 4px 4px; }

.sidebar-casino .list-item.visible h4 {
  border-bottom: 1px solid #eeeeee !important; }
  .sidebar-casino .list-item.visible h4 i {
    transform: rotate(-180deg); }

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

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

.site-content {
  flex-grow: 1; }

footer {
  margin-top: auto; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.hero-header-footer .navbar {
  padding: 0 0 0 20px;
  justify-content: unset;
  z-index: 1000; }
  .hero-header-footer .navbar > li {
    display: inline-block; }
    .hero-header-footer .navbar > li a {
      padding: 13px 13px 11px;
      color: #888888;
      font-size: 13px;
      text-transform: uppercase;
      border-bottom: 2px solid transparent;
      transition: all .2s ease-in-out; }
      .hero-header-footer .navbar > li a:hover {
        color: #d42121; }
      .hero-header-footer .navbar > li a.active {
        border-bottom: 2px solid #e95d5d;
        box-shadow: 0px -9px 14px -14px #e95d5d inset;
        color: #d42121; }
  .hero-header-footer .navbar.fixed-top {
    background-color: white;
    border-radius: 0 0 4px 4px; }

.navbar {
  margin: 0 auto;
  max-width: 1290px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  .navbar.fixed-top {
    left: 15px;
    right: 15px; }
  .navbar-toggler {
    display: block;
    padding: .6rem;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    transition: all 0.2s; }
    .navbar-toggler .icon-bar {
      margin: 0 auto;
      display: block;
      width: 30px;
      height: 2px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 4px;
      transition: all 0.2s; }
      .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 7px; }
    .navbar-toggler .top-bar {
      transform: rotate(45deg);
      transform-origin: 20% 300%; }
    .navbar-toggler .middle-bar {
      opacity: 0; }
    .navbar-toggler .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% -200%; }
    .navbar-toggler.collapsed .top-bar {
      transform: rotate(0); }
    .navbar-toggler.collapsed .middle-bar {
      opacity: 1; }
    .navbar-toggler.collapsed .bottom-bar {
      transform: rotate(0); }
    .navbar-toggler:hover {
      border: 1px solid #e95d5d !important;
      box-shadow: 0 0 3px #e95d5d !important;
      cursor: pointer; }
      .navbar-toggler:hover .icon-bar {
        background: #e95d5d; }
  .navbar .collapse {
    flex-direction: row-reverse; }
    .navbar .collapse.show {
      text-align: left; }
  .navbar-nav {
    font: 500 12px 'Montserrat';
    text-transform: uppercase; }
    .navbar-nav > li {
      margin-left: 15px;
      padding: 8px;
      align-self: center; }
      .navbar-nav > li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: color .2s ease; }
        .navbar-nav > li a:hover {
          color: #e95d5d; }

@media (max-width: 991px) {
  .navbar {
    margin: 0;
    border-radius: 0 !important; }
    .navbar.fixed-top {
      left: 0;
      right: 0; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
article h2 {
  font-size: 1.4rem; }

article h3 {
  font-size: 1.3rem; }

article h4 {
  font-size: 1.2rem; }

article h5 {
  font-size: 1.1rem; }

article h6 {
  font-size: 1rem; }

article h2, article h3 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px; }

.section-title {
  margin-bottom: 25px;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Static Pages
--------------------------------------------------------------*/
.error-404 img {
  margin: 20px auto 0;
  display: block;
  width: 60%; }

.error-404 .page-title {
  font-family: 'Montserrat';
  font-size: 2.25rem;
  text-align: center; }

.error-404-side_wrap {
  margin: 30px 0; }
