/*!
Theme Name: casinotheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casinotheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

casinotheme is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

:root {
    --body-back: #0a121d;
    
    --p-color: #c1c5d6;
    --h-color: #c1c5d6;
    --a-color: #4e88d2;
    
    --section-back: #412751;
    
    --logo-height: 60px;

    --header-back: #1a1e2c;
    --header-shadow: 0 2px 6px 0 rgba(0,0,0,.22);
    
    --nav-color: var(--p-color);
    --nav-hover-color: #fff;
    
    --border-radius: 8px;
    
    --reg-back: #131724;
    --reg-hover-back: #2b3248!important;
    --reg-border: none;
    --reg-color: #fff;
    
    --enter-back: #e6601b;
    --enter-hover-back: #f8874d!important;
    --enter-border: none;
    --enter-color: #fff;
    
    --thead-back: #422551;
    --tr-even-back: #1b1d2c;
    
    --main: #1e1f2f;
    --main-med: #dfe0ef;
    --main-lighter: #0b0b0b;
    --main-light: #474747;
}

html,
body {
    height: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--p-color);
    background-color: var(--body-back);
    margin: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--h-color);
}

h1{
    font-size: 2em
}

p {
    color: var(--p-color);
}

a {
    color: var(--a-color);
}

thead {
    background: var(--thead-back);
    color: var(--h-color);
}

th {
    padding: 10px;
    border-right: 1px solid var(--main-light);
}

td {
    border: 1px solid var(--main-light);
    padding: 10px;
}

tr:nth-child(even) {
    background-color: var(--tr-even-back);
}

.wp-block-table thead {
    border-bottom: 2px solid;
}

#page {
    height: 100%;
    padding-top: 99px;
}

.navbar {
    position: relative;
    min-height: 50px;
        height: 100%;
}

#content {
    height: 100%;
}

#primary {
    padding: 0 15px;
    max-width: 1422px;
    margin: 0 auto;
}

.navbar-nav {
      display: flex;
    list-style: none;
}

.navbar-nav li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5px 15px;
    font-weight: 600;
}

.navbar-nav li.gold a {
    color: #ffc107;
}


.navbar-nav svg {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
}
.navbar-nav li:hover a,
.navbar-nav li:hover a svg {
    filter: brightness(1.5);
    color: var(--nav-hover-color);
}

.navbar-nav li.gold:hover a {
    color: #f3d358;
}

.site-logo img {
         height: var(--logo-height);
    padding-top: 7px;
}

#navbar {
    flex: 1
}

.navbar-wrapper {
    position: fixed;
    width: 100%;
}

.navbar-wrapper,
#flex-footer {
    background: var(--header-back);
    box-shadow: var(--header-shadow);
}

.back_to_top-show {
    display: block;
}

.col-header {
    display: flex;
        height: 100%;
    align-items: center;
    padding: 0 20px;
}

.site-logo {
    margin: auto 0;
    display: block;
}

.sign-buttons {
    display: flex;
}

.reg-button {
    background: var(--reg-back);
    align-items: center;
    border: var(--reg-border);
    border-radius: var(--border-radius);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: fit-content;
    justify-content: center;
    outline: none;
    padding: 10px 12px;
    text-transform: uppercase;
    width: 80px;
    min-width: 140px;
    text-decoration: none;
    color: var(--reg-color);
    margin-right: 20px;
    transition: .3s;
}

.reg-button svg {
    height: 18px;
    margin-right: 5px;
}

.reg-button:hover {
    transition: .3s;
    background: var(--reg-hover-back)
}

.enter-button {
    align-items: center;
    border: var(--enter-border);
    border-radius: var(--border-radius);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: fit-content;
    justify-content: center;
    outline: none;
    padding: 10px 12px;
    text-transform: uppercase;
    width: 80px;
    background: var(--enter-back);
    color: var(--enter-color);
    margin-right: 10px;
    text-decoration: none;
}

.enter-button:hover {
    transition: .3s;
    background: var(--enter-hover-back)
}

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    font-weight: 900;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    background: #2cbd00;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.back_to_top:hover {
    background: green;
    color: #fff;
}

.convert {
    color: white;
    text-align: center;
    background-color: var(--section-back);
    padding: 25px 10px;
    font-weight: 600;
    border-bottom: 1px solid var(--main-light);
    border-top: 1px solid var(--main-light);
}

.convert__green {
    background-color: var(--reg-back);
    padding: 4px 6px;
    border-radius: 4px;
     margin: 0 6px;
}

.convert__btn {
    margin-left: 1rem;
    border-radius: var(--border-radius);
    border: var(--enter-border);
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    background: var(--enter-back);
    color: var(--enter-color);
    padding: 10px;
    text-decoration: none;
    outline: none;
    transition: all .15s ease-in-out;
}

.convert__btn:hover {
    background: var(--enter-hover-back);
}



.menu {
    display: inline;
    list-style-type: none;
}

.menu li {
    display: inline;
    margin-right: 15px;
}

.menu a {
    text-decoration: none;
    color: white;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.menu a:hover {
    background-color: #f3455d;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.menu .current_page_item a {
    text-decoration: none;
    background-color: #f3455d;
    color: white;
    padding: 10px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}



.textsection {
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.topimg {
    height: 60px;
}

.banner {
    padding-top: 16px;
}

.wp-block-table table {
     font-weight: 500;
}

.footer-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.schema-faq-section {
    background-color: var(--section-back);
    padding: 20px 20px 5px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.schema-faq-question {
    color: var(--h-color);
}

.reg-button {
    background: var(--enter-back) !important;
}
