/*
Theme Name: casino
Text Domain: casino
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	background: #f5f5f5;
    overflow-x: hidden;
	color: rgba(0,0,0,0.75);
	font-size: 15px;
	
	line-height: 1.6;
}

#page {
   
    margin: 0 auto;
    position: relative;
   
}



#content {
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
    
}

dfn {
	font-style: italic;
}

h1, .h1 {
	font-size: 27px;
}

h2, .h2 {
	font-size: 25px;
}

h3, .h3 {
	font-size: 22px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
	color: #000;
	margin: 0 0 15px;
	padding:0;
	line-height: 1.3;
	font-weight: 700;
	
}



mark {
	background: #ff0;
	color: #1c1c1c;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	margin:0 0 15px;
	width:100%;
	border:1px solid rgba(0,0,0,0.15);
}

table td, table th {padding:10px 15px;border:1px solid rgba(0,0,0,0.15);}


@media screen and (max-width: 767px) {
    .tablem {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.15);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .tablem table {
        margin: 0 0 0 0!important;
        border: none!important;
        
    }
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

p {
	margin: 0 0 15px;
	
}

dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}



blockquote {
    padding: 0 0 0 15px;
    font-size: 17px;
   font-style:italic;
    font-weight: 400;
    position: relative;
    margin: 0 0 15px;
	color:#000;
	border-left:4px solid #2e78ff;
}

blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}
blockquote p {margin:0;}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 21px;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	outline: none;
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/




input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 10px;
	background:#fff;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: none;
   
}


#respond input {
	border: none;
	padding: 10px;
   
}
#respond textarea {
    height: 150px;
    padding: 10px ;
    border: none;
   
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    
	width:100%;
}
#respond input[type="submit"] {
    padding: 9px 20px;
   
    font-weight: 700;
   
    border: none;
 font-size:14px;
  
    position: relative;
    text-align: center;
    background: #a800a2;
   
    color: #fff;
    
   
}

p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    font-size:13px;
	opacity:0.8;
    margin-bottom: 5px;
    display: block;
}

#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 0;
}
#comments {
  
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ff642e;
	text-decoration: none;
	outline: none;
}

a:hover,

a:active {
	color: #000;
}

a:focus {
	outline: none;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/

.secondary-menu {
    float: right;
}


.secondary-menu ul li:not(:last-child):after {
    content: "|";
    width: 1px;
    height: 5px;
    margin: 0 10px;
    
    opacity: 0.4;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
   padding:10px 0;
    width: 100%;
   background:#031717;

}
.main-menu {display: flex;
 justify-content: space-between;
 align-items: center;}

.site-logo {display:inline-block;}
.site-top {display:inline-block;}
.site-top a.pb1 {margin-right:15px;}
.site-logo img {width:140px;}
.main-navigation {
	display: block;
    position: relative;
  
   text-align:right;
	
	
}



.main-navigation ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
	display:inline-block;
}

.main-navigation ul li a {
	text-transform:uppercase;
	color: #999;
	font-weight:700;
}
.main-navigation ul li a:hover {color:#fff;}
.main-navigation ul li {
	margin-left:30px;
}


.main-navigation a {
    display: block;
    text-decoration: none;
    position: relative;
}


form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}

input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
    outline: none;
}
.main-navigation .fa-cancel-2 {
    display: none;
}

.fa-search {
    width: 15px;
    height: 15px;
    color: #cecece;
}

.fa-cancel-2 {
    width: 15px;
    height: 15px;
    color: #fff;
}
.main-navigation .fa-down-open-big {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    color: #fdc061;
}

.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    margin: auto;
    outline: none;
    display: none;
    height: 100px;
    position: relative;
    background-color: transparent;
    min-width: 64px;
    border: none;
    margin-right: -15px;
}
.menu-label {
    float: right;
    color: #1c2b42;
    padding: 7px 0 0 10px;
    display: none;
}
.menu-open .menu-label {
    padding-top: 2px;
}
.menu-open .menu-toggle {
    padding-top: 10px;
}
.fa-menu {
    color: #fff;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
}
.menu-open .fa-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    line-height: 62px;
    outline: none;
}

.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 3;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 48%;
	position: relative;
	
	background:#1e1916;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
	position: relative;
	
	background:#1e1916;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    
    display: block;
	
}

.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers {
    
    padding:5px 12px;
    display: inline-block;
    
    margin-right: 5px;
    color: #000;
    font-weight:700;
    background:#fff;
    outline: none;
}

.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
    
    padding:5px 10px;
   
    margin-right: 5px;
    color: #fff;
    font-weight:700;
    
    outline: none;
}
.pagination a.prev.page-numbers i,
.pagination a.next.page-numbers i {color: #000;}
.pagination a.prev.page-numbers:hover i,
.pagination a.next.page-numbers:hover i {color: #fff;}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fff;
    
    background: #ff642e;
}

.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-previous span {
    padding-left: 20px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 20px;
    float: right;
    text-align: right;
}
.navigation .nav-previous i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 35px;
    left: 20px;
}
.navigation .nav-next i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 35px;
    right: 20px;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
.navigation.pagination {padding-top:5px;}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 15px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 20px;
	
	outline: none;
}

.navigation.post-navigation .nav-previous a i,
.navigation.posts-navigation a i {
	color: #fdc061;margin-left:-10px;
}
.navigation.post-navigation .nav-next a i,
.navigation.posts-navigation a i {
	color: #fdc061;margin-right:-10px;
}
.navigation.post-navigation a:hover i,
.navigation.posts-navigation a:hover i,
.navigation.post-navigation a:hover i,
.navigation.posts-navigation a:hover i {
	color: #fbe4c0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
}
#secondary {background: #fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;height:100%;}
#secondary ul li {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid rgba(0,0,0,0.1);}
#secondary ul li a {display:block;font-weight:700;line-height:1.3;}
#secondary ul {margin:0;padding:0;list-style:none;}



#colophon .widget {
	margin: 0;
}

#secondary .widget {
    margin-bottom: 30px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}



form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
    outline: none;
}


form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 400;
}



.right-sidebar #secondary, 
.left-sidebar #secondary {
	margin-top: 0;
}
#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input {
	background: #fff;
}
#secondary .widget-title,
#secondary .widgettitle {
	font-size: 20px;
    margin-bottom: 15px;
    
}
input[type="submit"] {
    padding: 9px 30px;
    font-size: 16px;
    font-weight: 700;

    border: 1px solid;
    display: inline-block;
    margin-top: 7px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background: #ecc78f;
    border-color: #ecc78f;
    color: #000;
   
}
input[type="submit"]:hover {
	background: none;
    border-color: #ecc78f;
    color: #ecc78f;
}

.textwidget img,
.aboutwidget img {
    margin-bottom: 21px;
    display: block;
}
.widget.widget_text .btn {
	margin-top: 20px;
}


#secondary p#subscribe-email {
    margin-top: 0;
}


.widget_categories li {
    position: relative;
}
.widget_categories .has-post-thumbnail a {
    position: absolute;
    background-color: #fff;
    top: 20px;
    left: 20px;
    color: #1c1c1c;
    padding: 6px 19px;
    text-transform: uppercase;
}
#secondary .widget_categories li.has-post-thumbnail:not(:last-child) {
    margin-bottom: 20px;
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}



.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}



nav.navigation.pagination {
    margin-top: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.navigation.pagination i {
    color: #fff;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    left: -1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation.pagination .next i {
	left: auto;
    right: -1px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.posts-navigation i, 
.navigation.post-navigation i {
    width: 13px;
    height: 13px;
    color: #1c1c1c;
    display: inline-block;
    vertical-align: middle;
}
.navigation.posts-navigation .fa-left-open-big, 
.navigation.post-navigation .fa-left-open-big {
	margin-right: 20px;
}
.navigation.posts-navigation .fa-rigth-open-big, 
.navigation.post-navigation .fa-rigth-open-big {
	margin-left: 20px;
}
.single-post-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-post-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}


.no-sidebar-content #primary {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}




.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 20px;
   

}

ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children .comment-content {
    background-color: #1e1916;
    box-shadow: none;
}
#comments ol.children .reply {
    padding-left: 12px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    margin-top: -20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 10px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 18px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 2px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border: 2px solid #ecc78f;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background: #ecc78f;
    border-radius:3px;
    color: #000;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
    background: none;
    color: #ecc78f;
}
.reply a:hover:before,
.reply a:focus:before {
	background-color: #ecc78f;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    
    font-weight: 700;
}


.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
	font-size:14px;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #1e1916;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
    border-radius: 5px;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #1e1916;
    position: absolute;
    left: -18px;
    top: 30px;
}
#comments ol.children .comment-content:before {
	border-right-color: #1e1916;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-edit-link {margin-left:15px;}
.comment-meta {
    margin-bottom: -80px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,  .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#home-text a {color: #fff;
  display:block;margin:15px auto;max-width:240px;
  background: #a800a2;
  padding: 10px;
  text-align: center;
  font-weight: 700;}
@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1170px;
  }
}

.page-section {
    padding-top:40px;padding-bottom:40px;
}


.home h1, .home h2, .section-title {
font-size:22px;
font-weight:700;
color:#000;

margin:0 0 15px;

	
}



.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	padding:6px 0 0;font-style:italic;font-size:14px;opacity:0.8;
}

.wp-caption-text {
	text-align: center;
}



#page-site-header {
    padding: 15px 0;
    
    position: relative;
    background: #fff;
	box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
    
}

#page-site-header h1 {
	font-size: 24px;
	
    margin: 0 0 5px;
    line-height: 1.1;
   
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
   
}
.trail-items li:not(:last-child):after {
	content: "/";
	margin-left: 5px;
	margin-right: 5px;
	font-size:13px;
}
.trail-items li a {
   
    opacity: 0.8;
}
.trail-items li a:hover,
.trail-items li a:focus {
    opacity: 1;
}


#featured-slider {
	position:relative;
	background:url(/wp-content/uploads/2024/12/bonus.jpg) no-repeat left center;
	height:340px;
	background-size:cover;
	padding:50px 30px 0;
	overflow:hidden;
	margin:15px auto;
	width:100%;
	max-width:1140px;

}
.soverlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.fst {font-weight:700;color:#fff;font-size:25px;}
.fsp {font-weight:700;color:#fff;display:inline-block;position:relative;z-index:9;max-width:450px;}
#featured-slider a.pb2 {display:block;padding:10px;max-width:210px;margin:30px 0;}
#featured-slider a.pb1 {display:none;padding:10px;max-width:210px;margin:15px auto;}
.fsp span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #fee502;
}

.fsp span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/casino/images/copy.svg);
    mask: url(/wp-content/themes/casino/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fee502;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1170px) {
#featured-slider {margin:0 0 15px;max-width:100%;}
}
@media (max-width:991px) {

.main-menu {
  display: block;
  text-align:center;
}
}
@media (max-width:767px) {
#featured-slider {height:auto;text-align:center;padding:30px 15px;}
#featured-slider a.pb2 {margin:15px auto;}
#featured-slider a.pb1 {display:block;}
.soverlay, .home .site-top, .home .main-navigation {display:none;}
.fst {font-size:23px;}
}

/*--------------------------------------------------------------
#  Latest Posts
--------------------------------------------------------------*/


#latest-posts .entry-title {padding-top:12px;margin:0;}
#latest-posts .entry-title a {
    font-size: 16px;
	display:block;
	line-height:1.3;
	font-weight:700;
 
   
}



#latest-posts article .post-item-wrapper {
    padding:15px;
    background: #f6f6f4;
	margin-bottom:30px;
	
}





/*--------------------------------------------------------------
#  Archive/Blog
--------------------------------------------------------------*/


.archive-blog-wrapper {
	margin: 0 -15px;
}
.archive-blog-wrapper article {
	padding:0 15px;
	margin-bottom: 30px;
}


.archive-blog-wrapper .entry-container {
    padding: 10px 15px 15px;
    
    background: #fff;
    
    position: relative;
}



.archive-blog-wrapper .h2.entry-title {
    font-size: 16px;
	line-height:1.3;
    padding:0;
    margin: 0;
}


/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
}

#latest-posts .featured-image img {width:100%;}
.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta {
	margin-bottom: 15px;margin-top:15px;
}
.single-wrapper #reply-title {
    margin-bottom: 15px;
}
.single-wrapper .comments-title {
    margin-bottom: 15px;
}


.single-wrapper .comment-respond {
	background-color: transparent;
	border: none;
}
#commentform .comment-form-url,
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
.single-wrapper ul.post-categories li a {
	text-transform: none;
}
.single-wrapper ul.post-categories li {
    display: inline-block;
}
.single-wrapper .entry-meta .cat-links, 
.single-wrapper .entry-meta .post-categories {
    display: inline-block;
}
.single-wrapper .entry-meta > span.cats-links:after,
.single-wrapper .entry-meta > span.tags-links:after {
	display: none;
}
.single-wrapper .entry-meta > span.cats-links,
.single-wrapper .entry-meta > span.tags-links {
	display: block;
}
.single-wrapper .entry-meta .tags-links a:not(:last-child):after {
    content: ",";
    margin-right: 2px;
}
.single-wrapper .entry-meta > .cats-links + .tags-links {
	margin-top: 10px;
}
.single-wrapper .entry-meta {
	padding: 0;
}
/*--------------------------------------------------------------
# 404 and Search pages
--------------------------------------------------------------*/
.error404 #primary {
    width: 100%!important;
    
    text-align: center;
    
}
.error-404 {padding:40px 0;}

.error404 .search-form {width:50%;margin:0 auto;}


.archive-description p {
    color: #fff;
}
.wp-travel-trips-has-sidebar {
    width: 100%;
    padding-right: 0;
    float: none;
}
.left-sidebar .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right,
.right-sidebar .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
	border-left: none;
}








/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background: #031717;

}
.site-bottom {text-align:center;padding:0 0 50px;}
.site-bottom a.pb1 {margin-right:15px;}
.footer-widgets-area {
    position: relative;
	padding:40px 0;
}
.play-btn a.pb1 {margin-bottom:15px;}
.footer-widgets-area ul {list-style:none;margin:0;padding:0;}
.footer-widgets-area ul li {margin:0 0 5px;}
.footer-widgets-area ul li a {color: #999;font-weight:700;}
.footer-widgets-area ul li a:hover {color: #fff;}
.footer-widgets-area .widget-title {color:#fff;text-transform:uppercase;font-size:16px;font-weight:700;margin:0 0 15px;}
.slot-brands {text-align:center;background:rgba(255,255,255,0.03);padding:20px 0;}
.slot-brands img {margin:10px 15px;filter: grayscale(100%) invert(0%);opacity:0.6;}


.site-info ul li {display:inline-block;list-style:none;margin-right:15px;}

.site-info ul li:last-child {margin-right:0;}
.site-info ul li a {color: #999;}
.site-info ul li a:hover {color: #fff;}
.site-info ul {margin:0 0 15px;padding:0;}
.site-info {
    padding: 20px 0 20px;
    color:rgba(255,255,255,0.6);
	text-align: center;
   font-size:13px;
  
}
.site-info p {margin:0 0 5px;}



.wrapper-row {margin-left:-15px;margin-right:-15px;}
.colum-1, .colum-2, .colum-3, .colum-4, .colum-5, .colum-6, .colum-7, .colum-8, .colum-9, .colum-10, .colum-11, .colum-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
   .colum-1 {
        width: 8.333333%;
        float: left;
    }
   .colum-2 {
        width: 16.666667%;
        float: left;
    }
   .colum-3 {
        width: 25%;
        float: left;
    }
   .colum-4 {
        width: 33.333333%;
        float: left;
    }
   .colum-5 {
        width: 41.666667%;
        float: left;
    }
   .colum-6 {
        width: 50%;
        float: left;
    }
   .colum-7 {
        width: 58.333333%;
        float: left;
    }
   .colum-8 {
        width: 66.666667%;
        float: left;
    }
   .colum-9 {
        width: 75%;
        float: left;
    }
   .colum-10 {
        width: 83.333333%;
        float: left;
    }
   .colum-11 {
        width: 91.666667%;
        float: left;
    }
   .colum-12 {
        width: 100%;
        float: left;
    }
    .archive-blog-wrapper.col-2 article {
	    width: 50%;
	    float: left;
	}
 
    .archive-blog-wrapper.col-3 article {
	    width: 33.33%;
	    float: left;
	}
	
	.archive-blog-wrapper.col-2 article:nth-child(2n+1),
	.archive-blog-wrapper.col-3 article:nth-child(3n+1) {
	    clear: left;
	}
	
	.archive-blog-wrapper.col-2 article .featured-image {
		padding: 190px 0;
	}
	
	.archive-blog-wrapper.col-1 .item-wrapper {
	    position: relative;
	    display: table;
	    width: 100%;
	    border-bottom: none;
	}
	
	.archive-blog-wrapper.col-1 {
	    margin: 0;
	}
	
	.archive-blog-wrapper.col-1 article {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	    padding: 0 0 20px;
	
	}
	
	.archive-blog-wrapper.col-1 article .featured-image {
	    width: 50%;
        height: 100%;
	    display: table-cell;
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    padding: 0;
	}
	
	.archive-blog-wrapper.col-1 .entry-container {
	    margin-top: 0;
	    float: right;
	    width: 50%;
	    padding: 120px 30px;
	    display: table-cell;
	}
	
	.archive-blog-wrapper.col-1 .entry-title {
		padding-right: 0;
	}
	
	.archive-blog-wrapper.col-1 article:last-child {
	    border-bottom: none;
	    margin-bottom: 0;
	    padding-bottom: 0;
	}
	.archive-blog-wrapper.col-2 article:nth-last-child(-n+2),
	.archive-blog-wrapper.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}



	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 40px;
	}

	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
	.footer-widgets-area.col-5 .hentry:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {


	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 70%;
    	float: left;
    	padding-right:30px;
		
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 30%;
    	float: right;
		padding-left:15px;
    	
    }
 



}
@media screen and (min-width: 1200px) {
	#search:before {
	    right: 15px;
	}
}



@media screen and (max-width: 1023px) {
	.site-info {padding: 10px 0 100px;}
	.menu-toggle {
		height: 90px;
		
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 3000;
	    text-align: center;
	    float: none;
		
		width: 50px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	
	}



#secondary {margin-top:40px!important;}




	.main-navigation .fa-down-open-big {
		color: #fdc061;
	   
	}

	.menu-open .menu-toggle .fa-cancel-2 {
		display: block;
		color: #fff;
		margin: auto;
		width: 20px;
    	height: 20px;
	}




}



@media screen and (max-width: 567px) {

	
	.menu-toggle .fa-menu {
	    width: 25px;
	    height: 25px;
	}
	.menu-toggle {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 3000;
	    text-align: center;
	    float: none;
		top: 0;
		width: 50px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.menu-toggle.active {
	    margin-right: -22px;
	}


	.menu-toggle .fa-cancel-2 {
	    width: 16px;
	    height: 16px;
	}


	
}


.casino-button {top:35%;width:100%;position:absolute;left:0;display:none;}


.casino-button span {font-size:14px;color:#fff;}
.casino-pic-box img {width:100%;display:block;}
.casino-pic-box:hover img, .casino-pic-box:focus img {opacity:0.3;}
.casino-pic-box:hover .casino-button {display:block;}
.casino-pic-box {background:#000;overflow:hidden;position:relative;text-align:center;position:relative;margin-bottom:30px;}
.bbg {background:#fff;padding:15px;margin:0 0 15px;}
.flogo {margin-bottom:15px;}


.play-btn a {display:block;}


.pay-logo img {margin:10px 40px;}
.pay-logo {text-align:center;}

.home h3 {margin:0 0 10px;padding:0;font-weight: 700;color:#fdc061;text-transform:uppercase;}
.home h3 {font-size:20px;}


a.pb1 {
color: #fff;
text-transform:uppercase;
background: #04cfaa;
padding:10px 30px;text-align:center;
font-weight:700;
}
.single-btn {margin:40px 0 40px;}

a.pb2 {
color: #fff;
background: #ff2400;
font-weight:700;
padding:10px 30px;text-align:center;
text-transform:uppercase;
}

a.pb3 {
color: #fff;
background: #02be7a;
font-weight:700;
padding:6px;text-align:center;
display:block;margin:10px auto;max-width:160px;
}
a.pb4 {
color: #fff;
background: #f29d4e;
font-weight:700;
padding:6px;text-align:center;
display:block;margin:0 auto;max-width:160px;

}
.miniature {float:left;margin-right:15px;margin-bottom:15px;width:48%;}

.no-results {padding:0 20px;}

.games-box {padding:15px 0 0;clear:both;}
.games-box img {width:123px;margin:5px 5px;}

.games-inner {padding:20px;background:#302d28;border-radius:20px;}

.entry-content iframe {width:100%;height:500px;padding:0;margin:0;border:0 none;}

.single-btn {text-align:center;}
.slot-image img {width:100%;}

.category-template-category-slot-php .item-wrapper {margin-bottom:30px;} 
.single .entry-content ul {clear:both;}
.archive-description {clear:both;padding-top:40px;} 

@media (max-width:1199px) {
.casino-button {top:30%;}

.entry-content iframe {height:400px;}
}

@media (max-width:991px) {
	.footer-widgets-area.col-4 .hentry {
	    width: 50%;
		float:left; 
		padding-right: 30px;
	}

#colophon .widget {
    margin: 0 0 30px;
}
#casino-box .colum-3 , .sl .colum-3{
    width: 50%;
    float: left;
}
.site-top {padding:30px 0 0;display:block;}
#masthead {text-align:center;}
.casino-button {top:35%;}
.site-branding {width:100%;display:block;}


.main-navigation {padding:30px 0 0;text-align:center;display:block;width:100%;}
.main-navigation ul li {margin:0 10px 5px;}
}
@media (max-width:767px) {
.slot-brands img {max-width:100px;margin:6px 8px;}
.miniature {
   
    margin-right: 0;
   
    width: 100%;
    margin-top: 0;
}
.entry-content iframe {height:300px;}
.casino-button {top:35%;}
}
@media (max-width:500px) {
#casino-box .colum-3 , .sl .colum-3{
    width: 100%;
  
}
	.footer-widgets-area.col-4 .hentry {
	    width: 100%;
		
		padding-right: 0;
	}
.casino-button {top:40%;}
}
@media (max-width:400px) {
.site-top a.pb1, .site-bottom a.pb1 {margin-right:0;margin-bottom:15px;}
.site-top a, .site-bottom a {display:block;}
.entry-content iframe {height:200px;}
.casino-button {top:35%;}
}
