/*
Theme Name: Tahoba Basic
Theme URI: 
Author: Sebastian Tafvelin
Author URI: 
Description: 
Version: 1.0.1
License: MIT
License URI: 
Text Domain: tahoba-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* ---------------------------- [ Tahoba ] ---------------------------- */

/* Basic */

body {
	background: #1d1524 url("img/bg5.jpg") no-repeat center top fixed;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}
body.mac {
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 10px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
}
h1,
h2.mainH2 {
	font-size: 30px;
	color: #4a476f;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ebebeb;
}
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
a {
	color: #4a476f;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover,
a:focus {
	color: #19194b;
	text-decoration: none;
}
p {
	margin-bottom: 20px;
}
img {
	max-width: 100%;
	height: auto;
}
iframe, object, embed {
    max-width: 100%;
}
article {
	margin-bottom: 30px;
}

/* Containers */

.outerContainer:after,
.innerContainer:after,
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.outerContainer {
	width: 100%;
	display: block;
	clear: both;
	position: relative;
}
.innerContainer {
	display: block;
	clear: both;
	width: 1140px;
	margin: 0px auto;
}

.btnStandard,
.wpcf7-form input[type=submit],
.entry-meta-comment-tools a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #fff;
	background: #4a476f;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 15px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btnStandard:hover,
.wpcf7-form input[type=submit]:hover,
.entry-meta-comment-tools a:hover {
	color: #fff;
	background: #19194b;
}
.btnStandard.btnCta {
	background: #f9911b;
}
.btnStandard.btnCta:hover {
	color: #fff;
	background: #d27a17;
}

#toTop {
	display: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 890;
	cursor: pointer;
}
#toTopBtn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 45px;
	height: 50px;
	color: #fff;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#toTopBtn:hover {
	background: rgba(0, 0, 0, 0.6);
}
#toTopBtn i {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#toTopBtn i.arrow1 {
	top: 15px;
}
#toTopBtn i.arrow2 {
	top: 65px;
}
#toTopBtn:hover i.arrow1 {
	top: -35px;
}
#toTopBtn:hover i.arrow2 {
	top: 15px;
}

/* Header */

#headerInner {
	
}
#header {
	padding: 15px;
	position: relative;
	text-align: center;
	background: #050921 url("img/bg-header3.jpg");
	background-size: cover;
}
#headerSymbols {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url("img/symbols-header.png") no-repeat right bottom;
	background-size: 338px;
	width: 338px;
}

/* Menu */

#mainMenu {
	background: #19194b;
	position: relative;
}
#mainMenu ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}
#mainMenu ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style-type: none;
	font-size: 14px;
}
#mainMenu ul li a {
	display: block;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 15px;
}
#mainMenu ul li:hover a {
	color: #fff;
	background: #101031;
}

#menuLogo {
	display: none;
	margin: 5px 0 5px 10px;
}
#menuLogo img {
	height: 50px !important;
}
#menuBtn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	padding: 0 50px 0 15px;
	background: #101031;
	cursor: pointer;
}
#menuBtnBars {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 24px;
	height: 20px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.active #menuBtnBars {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#menuBtnBar,
#menuBtnBars:after,
#menuBtnBars:before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#menuBtnBars:before {
	top: 0;
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.active #menuBtnBars:before {
	top: 8px;
	-webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#menuBtnBar {
	top: 8px;
	-webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.active #menuBtnBar {
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#menuBtnBars:after {
	bottom: 0;
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.active #menuBtnBars:after {
	bottom: 8px;
	-webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#respMenu {
	position: fixed;
    top: 60px;
    right: -270px;
    bottom: 0;
    overflow-y: auto;
    background: #222;
    z-index: 892;
    width: 270px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#respMenu.expanded {
    right: 0;
}
#respMenu .menu-toppmeny-container {
	float: none
}
#respMenu ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style-type: none;
}
#respMenu ul li {
	display: block;
	position: relative;
	margin: 0 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#respMenu ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#respMenu ul li > a {
	opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
}
#respMenu ul li:nth-child(1) > a {
	-webkit-transition: opacity .3s ease .25s, -webkit-transform .4s ease .25s;
    -moz-transition: opacity .3s ease .25s, -moz-transform .4s ease .25s;
    transition: opacity .3s ease .25s, transform .4s ease .25s;
}
#respMenu ul li:nth-child(2) > a {
	-webkit-transition: opacity .3s ease .3s, -webkit-transform .4s ease .3s;
    -moz-transition: opacity .3s ease .3s, -moz-transform .4s ease .3s;
    transition: opacity .3s ease .3s, transform .4s ease .3s;
}
#respMenu ul li:nth-child(3) > a {
	-webkit-transition: opacity .3s ease .35s, -webkit-transform .4s ease .35s;
    -moz-transition: opacity .3s ease .35s, -moz-transform .4s ease .35s;
    transition: opacity .3s ease .35s, transform .4s ease .35s;
}
#respMenu ul li:nth-child(4) > a {
	-webkit-transition: opacity .3s ease .4s, -webkit-transform .4s ease .4s;
    -moz-transition: opacity .3s ease .4s, -moz-transform .4s ease .4s;
    transition: opacity .3s ease .4s, transform .4s ease .4s;
}
#respMenu ul li:nth-child(5) > a {
	-webkit-transition: opacity .3s ease .45s, -webkit-transform .4s ease .45s;
    -moz-transition: opacity .3s ease .45s, -moz-transform .4s ease .45s;
    transition: opacity .3s ease .45s, transform .4s ease .45s;
}
#respMenu ul li:nth-child(6) > a {
	-webkit-transition: opacity .3s ease .5s, -webkit-transform .4s ease .5s;
    -moz-transition: opacity .3s ease .5s, -moz-transform .4s ease .5s;
    transition: opacity .3s ease .5s, transform .4s ease .5s;
}
#respMenu ul li:nth-child(7) > a {
	-webkit-transition: opacity .3s ease .55s, -webkit-transform .4s ease .55s;
    -moz-transition: opacity .3s ease .55s, -moz-transform .4s ease .55s;
    transition: opacity .3s ease .55s, transform .4s ease .55s;
}
#respMenu ul li:nth-child(8) > a {
	-webkit-transition: opacity .3s ease .6s, -webkit-transform .4s ease .6s;
    -moz-transition: opacity .3s ease .6s, -moz-transform .4s ease .6s;
    transition: opacity .3s ease .6s, transform .4s ease .6s;
}
#respMenu ul li:nth-child(9) > a {
	-webkit-transition: opacity .3s ease .65s, -webkit-transform .4s ease .65s;
    -moz-transition: opacity .3s ease .65s, -moz-transform .4s ease .65s;
    transition: opacity .3s ease .65s, transform .4s ease .65s;
}
#respMenu ul li:nth-child(10) > a {
	-webkit-transition: opacity .3s ease .7s, -webkit-transform .4s ease .7s;
    -moz-transition: opacity .3s ease .7s, -moz-transform .4s ease .7s;
    transition: opacity .3s ease .7s, transform .4s ease .7s;
}
#respMenu.expanded ul li > a {
	opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
#respMenu ul li.menu-item-has-children > a:after {
	position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 10px;
    content: '\f054';
    color: #1EAF8A;
    padding: 15px 17px;
    text-align: center;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#respMenu ul li.menu-item-has-children.expanded > a:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#respMenu ul li a span {
	color: #0C4032;
    font-size: 10px;
    text-transform: none;
    display: block;
    margin-top: 5px;
}
#respMenu ul li ul.sub-menu {
	display: none;
	background: #CFE6DF;
}
#respMenu ul li ul.sub-menu li {
	border-bottom: 0;
}
#respMenu ul li ul.sub-menu li a {
	padding-left: 30px;
}
#respMenuOverlay {
	display: none;
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 891;
	cursor: pointer;
}

/* Wrapper */

#wrapperInner {
	background: #fff;
}
#content {
	padding: 30px;
	font-size: 0;
}
.mainColumn {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-size: 14px;
}
#mainCol {
	width: 66%;
	margin-right: 3%;
}
#secCol {
	width: 31%;
}
.rightCol {
	margin-bottom: 30px;
}
.rightColInner {
	padding: 25px;
	border: 2px solid #ebebeb;
	border-top: 0;
}
.rightColInnerBtn {
	padding: 25px 0 0;
}
.rightColInnerBtn .w4pl-inner {
	margin: 0 25px 25px;
}
a.rightColBtn {
    display: block;
    text-align: center;
    background: #ebebeb;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.colHeading {
	color: #fff;
	background: #19194b;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 45px;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 0;
}

/* Flex slider */

body .flex-control-paging li a {
    width: 12px;
    height: 12px;
    border: 2px solid #19194b;
    display: block;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0;
    margin: 0 5px;
}
body .flex-control-paging li a.flex-active {
    background: #19194b;
    cursor: default;
}
body .flex-control-paging li a:hover {
    background: #19194b;
}

/* Casino List */

.casinoList {
	
}
.casinoList > div > ul {
	padding: 0;
	margin: 0 0 30px;
}
.casinoList > div > ul > li {
	display: block;
	position: relative;
	list-style-type: none;
	background: #ebebeb;
	font-size: 0;
	padding: 15px 15px 15px 0;
}
.casinoList.casinoTopList > div > ul > li {
	padding-left: 55px;
}
.casinoList.casinoTopList > div > ul > li .casinoTopNo {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	width: 40px;
	height: 40px;
	line-height: 20px;
	padding-top: 10px;
	overflow: hidden;
	background: #c3c92b url("img/coinglow.png") no-repeat 50% 50%;
	background-size: 100px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.casinoList.casinoTopList > div > ul > li:nth-child(1) .casinoTopNo {
	color: #989c22;
	-webkit-box-shadow: 0 2px 0 #989c22;
	-moz-box-shadow: 0 2px 0 #989c22;
	-ms-box-shadow: 0 2px 0 #989c22;
	-o-box-shadow: 0 2px 0 #989c22;
	box-shadow: 0 2px 0 #989c22;
}
.casinoList.casinoTopList > div > ul > li:nth-child(2) .casinoTopNo {
	background-color: #dedede;
	color: #bdbdbd;
	-webkit-box-shadow: 0 2px 0 #bdbdbd;
	-moz-box-shadow: 0 2px 0 #bdbdbd;
	-ms-box-shadow: 0 2px 0 #bdbdbd;
	-o-box-shadow: 0 2px 0 #bdbdbd;
	box-shadow: 0 2px 0 #bdbdbd;
}
.casinoList.casinoTopList > div > ul > li:nth-child(3) .casinoTopNo {
	background-color: #a9ae1d;
	color: #8b8f18;
	-webkit-box-shadow: 0 2px 0 #8b8f18;
	-moz-box-shadow: 0 2px 0 #8b8f18;
	-ms-box-shadow: 0 2px 0 #8b8f18;
	-o-box-shadow: 0 2px 0 #8b8f18;
	box-shadow: 0 2px 0 #8b8f18;
}
.casinoList > div > ul > li:nth-child(2n) {
	background: #f5f5f5;
}
.casinoList ul li .casinoListColumn {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	font-size: 12px;
	width: 25%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.casinoList ul li .casinoListColumn,
.casinoList ul li .casinoListColumn p {
	color: #333;
    font-family: 'Open Sans', sans-serif;
}
.casinoList ul li .casinoListColumn a:hover {
	color: #19194b;
}
.casinoList ul li .casinoListImg { width: 18%; }
.casinoList ul li .casinoListBonus { width: 23%; }
.casinoList ul li .casinoListPerks { width: 37.5%; }
.casinoList ul li .casinoListBtns { width: 21.5%; }
.casinoList.casinoTopList ul li .casinoListImg { width: 20%; }
.casinoList.casinoTopList ul li .casinoListBonus { width: 22%; }
.casinoList.casinoTopList ul li .casinoListPerks { width: 38.5%; }
.casinoList.casinoTopList ul li .casinoListBtns { width: 19.5%; }

.casinoList ul li .casinoListImgTable {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.casinoList ul li .casinoListImg a {
	width: 100%;
	height: 50px;
	display: table-cell;
	table-layout: fixed;
    vertical-align: middle;
    text-align: center;
}
.casinoList ul li .casinoListImg a img {
	width: auto;
    height: auto;
    max-width: 90%;
    max-height: 40px;
}
.casinoList ul li .casinoListBonus h5 {
	margin: 0;
	font-weight: 700;
}
.casinoList ul li .casinoListBonus span {
	display: block;
}
.casinoList ul li .casinoListBonus span b,
.casinoList ul li .casinoListPerks i {
	color: #3fc14e;
}
.casinoList ul li .casinoListPerks i.fa-gift {
    color: #e6881e;
}
.casinoListBonus span b {
    font-size: 15px;
}
.casinoList ul li .casinoListBtns a {
	font-size: 12px;
}
.casinoList ul li .casinoListBtns a.btnStandard {
	display: block;
	padding: 0;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	font-size: 14px;
}

/* News Right */

.newsRight {

}
.newsRight ul,
.campaignList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.newsRight ul li,
.campaignList ul li {
	position: relative;
	margin: 0 0 30px;
	padding-left: 90px
}
.campaignList ul li {
	min-height: 70px;
}
.campaignList ul li p {
	font-size: 12px;
}
.newsRight ul li:last-child,
.campaignList ul li:last-child {
	margin-bottom: 0;
} 
.newsRight ul li .newsRightImg,
.campaignList ul li .newsRightImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background-size: cover !important;
}
.newsRight ul li h5,
.newsRight ul li .post-excerpt {
	margin-bottom: 5px;
}
.campaignList ul li p {
	margin-bottom: 8px;
	color: #333;
}
.newsRight ul li a.read_more,
.newsRight ul li .post-excerpt {
	font-size: 12px;
}
.newsRight ul li .newsRightDate {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #aaa;
	margin-bottom: 5px;
}

/* Campaigns */

.campaignTimer {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 3px 8px;
	color: #fff;
	background: #3fc14e;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
}
.shortDate .campaignTimer {
	background: #d64040;
}
.midDate .campaignTimer {
	background: #c5cf24;
}
.campaignTimer i {
	margin-right: 6px;
}

/* Post */

.entry-meta .byline,
.entry-meta .posted-on {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 5px 10px 0;
}
.entry-meta-comment-tools a span small {
	font-family: 'Open Sans', sans-serif;
	margin-left: 3px;
}
.entry-meta .cat-links {
	display: none;
	margin-bottom: 10px;
}

/* Casino Post */

#casinoHead {
	font-size: 0;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	padding: 15px 15px 15px 0;
	background: #ebebeb;
	margin-bottom: 30px;
}
.casinoHeadCol {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#casinoLogo { width: 25%; }
#casinoPerks { width: 30%; }
#casinoBonus { width: 22%; }
#casinoBtns { width: 23%; }
#casinoLogo {
	text-align: center;
}
#casinoLogo img {
	width: auto;
	max-width: 80%;
	max-height: 60px;
}
#casinoLogoImg {
	padding: 10px 0;
}
#casinoPerks ul {
	margin-bottom: 0;
}
#casinoPerks ul li i {
	color: #3fc14e;
}
#casinoPerks ul li i.bt-gift {
    color: #e6881e;
}
#casinoBonus {
	
}
#casinoBonus h5 {
	margin-bottom: 4px;
}
#casinoBonus span {
	display: block;
}
#casinoBonus span b {
	font-size: 18px;
	font-weight: 700;
	color: #3fc14e;
}
#casinoBtns {

}
#casinoBtns a {
	display: block;
	text-align: center;
	padding: 0;
}

#casinoContent img.alignright {
 max-width: 40%;
}
#casinoContent img.alignleft {
	margin-bottom: 1.5em;
}

/* Contact Form 7 */

.wpcf7-form p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-form input,
.wpcf7-form textarea {
	color: #333;
	background: #eee;
	border: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-form input {
	width: 50%;
}
.wpcf7-form textarea {
	width: 70%;
}
.wpcf7-form input[type=submit] {
	width: auto;
}


/* Footer */

#footerOuter {
	overflow: hidden;
}
#footerInner {
	background: #212121;
}
#footerUpper {
	border-bottom: 2px solid #565656;
}
.footerRow {
	position: relative;
	font-size: 0;
}
#footerUpper:after,
#footerLower:after,
#footerLower:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 2px;
	background: #565656;
}
#footerUpper:after {
	right: 50%;
	margin-right: -1px;
}
#footerLower:after {
	left: 33.33333333333333333%;
	margin-left: -1px;
}
#footerLower:before {
	right: 33.33333333333333333%;
	margin-right: -1px;
}
.footerColumn {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	padding: 30px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footerUpper .footerColumn {
	vertical-align: middle;
	padding-left: 100px;
}
.footerColumn-2 {
	width: 50%;
}
.footerColumn-3 {
	width: 33.33333333333333333%;
}
.footerColumn-3:last-child {
	text-align: center;
}
.footerColumn h5 {
	color: #fff;
}
.footerColumn a:hover {
	color: #fff;
}
.footerColumn p,
.footerColumn a {
	color: #b2b2b2;
}
.footerColumn p {
	margin-bottom: 0;
}
.footerColumn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footerColumn i {
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -20px;
	font-size: 40px;
	color: #7e7e7e;
	width: 45px;
	text-align: center;
}

#footerCopy {
	border-top: 2px solid #565656;
	padding: 30px;
}
#footerCopyLeft {
	float: left;
}
#footerCopyLeft h5 {
	color: #fff;
}
#footerCopyLeft img {
	margin-right: 8px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#footerCopyLeft span {
	line-height: 33px;
}
#footerCopyLeft ul {
	margin: 0;
	padding: 0;
}
#footerCopyLeft ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
#footerCopyLeft ul li:last-child {
	margin-bottom: 0px;
}
#footerCopyRight {
	float: right;
	text-align: right;
}
#footerCopy span {
	color: #b2b2b2;
}
#footerCopy a {
	color: #b2b2b2;
	text-decoration: underline;
}
#footerCopy a:hover {
	color: #fff;
}
#footerCopy a:hover img {
	opacity: 0.6;
}

/* MC EMBED */

#mc_embed_signup {
	margin-top: 10px;
}
#mc_embed_signup #mc_embed_signup_scroll {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	padding-right: 30px;
}
#mc_embed_signup input {
	border: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#mc_embed_signup input#mce-EMAIL {
	color: #747474;
	background: #2b2b2b;
	padding: 5px 8px;
	width: 180px;
}
#mc_embed_signup input#mc-embedded-subscribe {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 30px;
	line-height: 30px;
	color: #fff;
	background: #f9911b;
	font: normal normal normal 14px/1 "Black Tie";
	font-weight: 900; 
}