/*
Theme Name: BBCv1 Theme
Theme URI: https://www.bestbitcasinos.com/
Description: Best Bitcoin Casinos Theme for BBC.
Author: The Theme
Author URI: http://www.bestbitcasinos.com/
Version: 1.02
Tags: responsive

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Table of Contents

	1. HTML Reset
	
	2. Defaults
		- Typography
		- Headings
		- Other Objects
	3. Site Layout and Structure
	4. Common Classes
		-Newsletter
		-Comments
	5. Header
		-Site Header
		-Navigation
	6. Content Area
		-Shortcodes
		-Review Page
	7. Sidebar
		-Widgets
	8. Footer
	9. Media Queries
	
*/

/* 1. HTML Reset
 
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}


/* 2. Defaults
   ----------------------------------------------------------------------------*/


html {
	font-size: 10px;
}

body {
	background: #fff;
	color: #555;
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #2492e0;
	text-decoration: none;
}

a:hover {
	color: #999;
	
}

ol,
ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 25px 0;
	padding:0;
}

span.hilite {
	color: #136BA2;
}

a.graylink2 {
	color:#cc0000;
	padding:10px 5px;
	background:#f3f3f3;
	display:block;
	font-weight:bold;
	border-radius-topleft:5px;
	border-radius-bottomleft:5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

a.graylink2:hover {
	color:#222;
}

.clearboth {clear:both;}

hr {
  border:0;
  border-top:1px solid #eee;
	clear:both;
	height:40px;
	margin-bottom:30px;
}

hr.light {
	border-top:1px solid #eee;
}

hr.dark {
	border-top:1px solid #fff;
}

a.review-link {
	text-decoration:underline;
	display:block;
	text-align:center;
	padding-top:5px;
	color:#888;
}

a.review-link:hover {
	text-decoration:none;
	color:#777;
}
.wpcf7-text {
    height: 40px;
    width: 200px;
}
.wpcf7-submit {
	margin: 20px 0 auto;
	background: #1E73BE;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	height: 45px;
	width: 200px;
	cursor: pointer;
}
.wpcf7-textarea {
	width: 400px;
}
input.wpcf7-quiz {
	width: 100px;
	height: 40px;
}

/* Headings
   -----------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 20px;
}

h1 {
	font-size:32px;
	font-weight:700;
}

h2 {
	font-size:28px;
}

h3 {
	font-size:23px;
}

h4 {
	font-size:19px;
}

h5 {
	font-size:18px;
}

h6 {
	font-size:17px;
	font-weight:normal;
}

h1.heading,
h2.heading {
	background:#3b3b3b;
	padding:8px 12px;
	color:#fff;
	border:0;
}


/* 3. Site Layout and Structure
   ----------------------------------------------------------------------------*/

.outside {
	width:100%;
	margin:0 auto;
}

.wrap {
	width:1100px;
	margin:0 auto;
}


/* 4. Common Classes
   ----------------------------------------------------------------------------*/
   
    /* Flytonic Buttons */
a.visbutton {
    background-color: #007a1e;
 	color:#fff !important;
 	line-height:1em;
	border-radius:5px;
	-moz-border-radius:5px;
 	padding:12px 6px;
 	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	/*margin:0 .3em 0 .3em;*/
	margin: 0;
	font-weight:400 !important;
	font-size:15px !important;
	width: 100%;
}

a.visbutton.gray {
	background:#d6d6d6; /* for non-css3 browsers */
	border-color: #9e9e9e;
	background-image: -moz-linear-gradient(top, #f9f7f7 50%, #d6d6d6 90%);
	background-image: -webkit-linear-gradient(top, #f9f7f7 50%, #d6d6d6 90%);
	color:#555 !important;
}  
   
a.visbutton.size1 {
	padding:10px 0;
	width:90px;
}

a.visbutton.size2 {
	width:160px;
	padding:12px 0;
	font-size:20px !important;
}

a.visbutton.lg {
	display: block;
	padding:14px 0;
	font-size:20px !important;
	width:200px;
}

a.visbutton.mb {
	margin:0 0 8px 0;
} 

a.visbutton.cent {
	margin:16px auto 10px auto;
	text-align:center;
	display:block;
} 

a.visbutton:hover, 
a.visbutton:active, 
a.visbutton:visited {
	opacity: 0.85; 
	box-shadow:none;
} 

.visitcasino a.visbutton {
	display: block;
    border-radius: 0;
    margin: 0;
    padding: 20px 10px;
    font-size: 18px!important;
    font-weight: bold!important;
}

 /* Rating Stars */
   
span.rate { 
	display:block;
	height:20px;
	width:114px;
	background:url(images/icons.png) -1px -25px;
}

span.ratetotal {
	display:block;
	height:20px;
	width:114px;
	background:url(images/icons.png) -1px -2px;
}   
   
span.rate.cen {
	margin:0 auto;
}

span.rate.mbottom {
	margin-bottom:15px;
}

/* News and Bylines */

 /* Excerpts */

/*.newslist{ 
	line-height:1.5em; 
	overflow:hidden; 
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}*/

.newslist{ 
	line-height:1.5em; 
	overflow:hidden; 
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
}

.news {
	vertical-align: top;
	margin: 0 0 25px 10px;
	/*border-bottom: 4px solid #5f5a5a;*/
	background: #fdfdfd;
	box-shadow: 0px 1px 6px -3px #313030;

	flex: 0 0 24%;
	
}

.verdict { background: antiquewhite;  border-left: 5px solid burlywood;  border-radius: 8px;  padding: 10px;  margin: 10px 0 10px 0;}

.main-content.showsidebar .news {
	flex: 0 0 45%;
}

.news:hover{
	background: #f4f4f4;
}

 .news p{
	margin:0; 
	padding:0;
	line-height:1.5em; 
	font-size:13px;
}

 .news .toparticle {
	padding:12px;
 }

 .news figure{
	/*height:160px;*/
	overflow:hidden;
	border-bottom: 4px solid #E7C03E;
	max-height: 125px;
}

 .news figure img{ 
	 width:100%;
	 height:auto;
	 display:block;
	 /*min-height:160px;*/
	 border-radius: 8px 8px 0px 0px;
}

.news:hover img{
	opacity:.85;
	filter: alpha(opacity=85);
}

 .news h4{ 
	margin:0 0 5px 0; 
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	min-height:35px;
}

 .news h4 a{ 
	color: #333;
 }

 .news .bylines{ 
	font-size:13px;
	 margin:0 0 5px; 
	 color:#777;
}

 /* Other Common Classes */


.bylines{ 
	font-size:13px; 
	margin-bottom:20px; 
	color:#777;
}

.bylines a {
	color:#888;
}

.bylines a:hover {
	text-decoration:underline;
}

.bylines time{
	position:relative;
	padding:0 0 0 20px
}

.bylines time::before,
.bylines span.author::before,
.bylines span.bl-comments::before,
.bylines span.bl-category::before{
	color: #aaa;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: '\f073';
	position: absolute;
	left: 0;
	top: -4px;
}

.bylines span.author{
	position:relative;
	padding:0 0 0 26px
}

.bylines span.author::before{
	content: '\f007';
	left: 10px;
}

.bl-category,.bl-comments{
	position:relative;
	padding:0 0 0 29px;
}

.bylines span.bl-comments::before {
	content: '\f075';
	left: 10px;
}

.bylines span.bl-category::before {
	content: '\f07b';
	left: 10px;
	top:-4px;
}

.hptext-review {
	background: #fff; border-radius: 8px;padding: 10px;color: #2C3644;margin-bottom: 15px; display: block;
}

.hptext-review-bgblack {
	background: #000; border-radius: 8px;padding: 10px;color: #fff;margin-bottom: 15px;display: block;
}

.news .bylines time {
    position: relative;
    padding: 0;
}

.news .bylines time::before {
	display:none;
}

.newslist.horizontal {
	margin:0;
	display:block;
	flex:none;
}

.newslist.horizontal .news{
	width: auto;
	display: block;
	margin:0 0 25px;
	padding: 0 0 25px;
	border: 0;
	border-bottom:1px solid #ddd;
	overflow: hidden;
	background: none;
	outline: none;
	box-shadow:none;
	max-width:100%;
	text-align:left;
	border-radius:0px;
	-moz-border-radius:0px;
}
	
.newslist.horizontal .news figure{
	width:200px;
	margin:0 35px 0 0;
	float:left;
	height:150px;
}

.newslist.horizontal .news figure img{ 
	 width:100%;
	 height:auto;
	 display:block
}

.newslist.horizontal .news p{
	font-size:15px;
}

.newslist.horizontal .news h4{ 
	font-size: 17px;
	margin-bottom:10px;
	min-height:auto;
	text-align: left;
}

.newslist .news h2{ 
	font-size: 17px;
	margin:5px;
	min-height:auto;
	text-align: left;
	text-transform: uppercase;
	height: 40px;
}
.newslist .news p{ 
	font-size: 17px;
	padding: 5px;
	height: 100px;
}
.newslist .bylines{
	padding: 5px;
}
.newslist .news h3{
	text-align: right;
	margin: 10px 5px 10px 10px;
}


.newslist.horizontal .news .bylines{
	margin-bottom:10px;
	font-size: 12px;
}

.newslist.horizontal .news .bylines time {
    position: relative;
    padding: 0 0 0 21px;;
}

.newslist.horizontal .news .bylines time::before {
	display:block;
}

blockquote {
	padding:8px 8px 8px 16px;
	background:#e9e9e9; 
	border-left:4px solid #d5d5d5;
	font-style:italic;
	color:#777;
}
.shadow {
	box-shadow: 0px 0px 8px;
}
.shadow-white {
	box-shadow: #fff 0px 0px 8px;
}
.list-hp-text li{
	list-style:none !important;
}

#list1-hp {
	height: 220px;
}

/* Breadcrumbs */

.breadcrumb{ 
	margin:0 0 0 0; 
	font-size:10px; 
	padding:8px 12px; 
	border-top:1px solid #EEE; 
	border-bottom:1px solid #EEE; 
	color:#666; 
	font-weight:bold;
}
#breadcrumbs {
	margin: 5px 0px;
}

.current_crumb {
	font-weight:normal;
}


/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

.main-content img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.main-content img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

figure.gallery-item{
	float:left;
	margin:0 15px 15px 0;
}
figure.gallery-item img {
    max-width:150px;
}

/* Pagination */

.pagination {
	clear:both;
	padding:30px 0;
	line-height:13px; 
	margin:0 0 15px 0;
}

.pagination span, 
.pagination a { 
	display:block;
	float:left;
	margin: 2px 7px 2px 0;
	padding:9px 9px 9px 9px;
	text-decoration:none;
	width:auto;
	color:#2492e0;
	background: #fff; 
	text-decoration:none; 
	border-radius:4px; 
	-moz-border-radius:4px;
}

.pagination a:hover {
	color:#fff;
	background: #2492e0;
}

.pagination .current {
	padding:9px 9px 9px 9px;
	background: #2492e0;
	color:#fff; 
}

.pagination a.last { 
	background:#999; 
	color:#FFF;
}

.pagination a.last:hover { 
	background:#333; color:#FFF;
}

.main-content .bannerAd { 
	padding:15px 0;
}


/******************* Flytonic Comments ****************************************/

#comments { padding-top:50px; }
#respond{padding:15px 15px 15px 15px; background:#2C3644; }	 
#comments h3 { color: #fff; text-transform: uppercase;}
#respond:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden;	}
#commentform {padding:10px 0 0 0; margin:0;}
#commentform input, #commentform textarea, #commentform .rateinput {width: 300px; padding: 10px; margin:0;	border:0px solid #DDD; color:#fff; display:block; background:#404C5D;}
#commentform textarea {	width: 100%;	background:#404C5D; }
#commentform label { color:#fff; font-weight:bold; font-size:11px; text-transform: uppercase; }	
#commentform label span { font-weight:normal; color:rgb(255, 145, 0);}
#commentform [type="checkbox"] {width: 20px !important;margin-left: -4px !important;float: left;margin-top: 6px !important;}
ol.commentlist {border-top:solid 1px #ddd; margin:0 0 35px 0 !important; padding:0 !important;}
ol.commentlist li {position:relative !important;;min-height:50px !important;; padding: 10px 10px 10px 82px!important;list-style: none !important; border-bottom:1px solid #ddd !important;;	}
ol.commentlist li .avatar{padding:4px;text-align:center;background:#fff;border:solid 1px #ccc;position:absolute;left:10px;top:10px;}
ol.commentlist li span.avatar img{margin:5px;}
ol.commentlist ul.children{margin:10px 0 0 0 !important;border-top:solid 1px #ddd; padding:0;}
ol.commentlist .thread-odd{background:#f8f8f8;}
ol.commentlist .thread-even .even{background:#fff;}
ol.commentlist .thread-even .odd{background:#f8f8f8}
ol.commentlist .thread-odd .odd{background:#fff;}
ol.commentlist .thread-odd .even{background:#f8f8f8}
.bypostauthor { border-top:2px solid #2492e0; }
ol.commentlist .bypostauthor  span.avatar { border:solid 2px #2492e0;}
.nocomments {text-align: center; margin: 0; padding: 0;	}
div.comment-author { font-size:1.1em; line-height:1em;  }
b.fn {font-weight:normal;}
span.says { display:none;}
div.comment-metadata{ font-size:.8em; margin-bottom:10px;color:#888;}
div.comment-metadata a, div.comment-metadata a:visited {color:#888;}
div.comment-metadata a:hover {color:#000;}
.reply {text-align:right;}


/** Comment Buttons **/

div.reply a.comment-reply-link, div.reply a.comment-reply-link:visited { 
	background:#2492e0; 
	color:#fff; 
	padding:4px; 
	font-size:.8em; 
	font-family:Arial, Helvetica, sans-serif; 
}

div.reply a.comment-reply-link:hover {
	background:#999; 
	color:#fff; 
}

#commentform #submit { 
	background:#2492e0; 
	color:#fff; 
	border:0; 
	padding:10px;  
	text-align:center; 
	display:block;  
	width:100%;  
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;  
	text-transform: uppercase;
}

#commentform #submit:hover { 
	background:#FF6000;
	cursor:pointer; 
}


/* 5. Header
   ----------------------------------------------------------------------------*/

header.main-header  { 
	position: sticky; /* Allocates space for the element, but moves it with you when you scroll */
  	top: 0; /* specifies the start position for the sticky behavior - 0 is pretty common */
	width: 100%;
	background: #fff;
	min-height: 60px;
		border-bottom: 2px solid #eee;
	z-index: 999;
}

.header-logo { 
	float:left;  
	padding:0 20px 0 0;
	}
	
	.header-logo h3 { 
		line-height: 1.1em;
		font-size: 26px;
		margin: 0;
		padding: 20px 32px 0 0;
		text-transform: uppercase;
		border: 0;
	}
	.header-logo a { 
		color:#000;
	}
	
	.header-logo a:hover { 
		color:#222;
	}
	
.headericons {
	float:right;
	position:relative;
}

.headericons a, .headericons a:visited {
	color:#eee;
}

.headericons a:hover {
	color:#ddd;
}

.searchgo {
	position: fixed;
	/*margin-top: 35px;*/
	overflow: hidden;
	display: none;
	z-index: 10;
	top: 55px;
	margin-left: 300px;
}

.searchgo .searchinput {
	width:300px;
	padding:10px;
}

#searchicon {
	float: left;
	font-size: 17px;
	line-height: 58px;
	margin-left: 10px;
}
#searchicon li {
	list-style: none;
}

.headericons ul {
	line-height: 30px; 
	margin:0; 
	padding:0; 
	list-style: none;
 }

.headericons li {
	float: left;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	color:#eee;
 }
/* Lightbox Search Overlay */
#search-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

/* Search Form Container */
.search-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #222;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

/* Search Input */
.search-content .searchinput {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    outline: none;
}

/* Search Button */
.search-content .search-submit {
    background: #ffcc00;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.search-content .search-submit i {
    color: #000;
}

/* Close on Click */
#search-lightbox.active {
    display: block;
}
/* Example Basic Sticky Bar Styles */
.casino-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.casino-sticky-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sticky-logo {
	padding-left: 10px;
}
.sticky-cta {
	padding-right: 10px;
}
.sticky-cta a {
	padding: 20px;
}
.casino-sticky-bar .sticky-logo img {
  max-height: 80px; /* Example */
  height: auto;
  border-radius: 12px;
}

.casino-sticky-bar .sticky-visit-btn {
  text-decoration: none;
  font-weight: bold;
  /* Add your button styling, e.g. background color, padding, etc. */
}
 .sticky {
	 position: fixed;
	 top: 0;
	 width: 100%;
 }
.btc-rate-price{
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}

/* Navigation
   ------------------------------*/

nav.navbar {
	overflow: hidden;
	float: right;
	padding: 0;
} 

.nav {
	height: 70px;
	display: block;
	float: left;
}

.nav,
.nav ul {
    line-height: 58px;
	margin: 0;
	padding: 0;
	list-style: none;
 }

.nav li {
	font-size: 1.5em;
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
 }

.nav li a,
.nav li a:visited {
	color: #000; /*#2C3644*/
}

.nav li a:hover, 
.nav li a:active {
	color: rgb(78, 78, 78); /*#404C5D*/
}	

.nav li ul {
	position: absolute; 
	left: -999em; 
	width:180px; 
	margin:-12px 0 0; 
	line-height: 17px;
	z-index:10;
	background:#fff;
	box-shadow: 0px 3px 9px -2px #555;
}

.nav li li { 
	width: 180px;
	margin: 0;
	border-bottom: 1px solid #eee;
	font-size: 1.0em;
	font-weight: normal;
	padding:0;
}

.nav li li a{ 
    display: block;
    padding: 6px 12px 6px 12px;
	
}

.nav li li:last-child {
	border:0;
}

.nav li li a,
.nav li li a:visited {
	color:#444; 
}

.nav li li a:hover, 
.nav li li a:active {
	background:#f5f5f5;
	color:#444; 
}

.nav li:hover ul, 
.nav li li:hover ul, 
.nav li li li:hover ul, 
.nav li.sfhover ul, 
.nav li li.sfhover ul, 
.nav li li li.sfhover ul {
	left: auto;
}

.nav li li ul,  
.nav li.current-menu-item li ul, 
.nav li.current-menu-parent li ul { 
	margin: -33px 0 0 160px; 	
	visibility:hidden; 
	font-size:1.1em;
}

.nav li li:hover ul { 
	visibility:visible;
}

.nav li.current-menu-item a, 
.nav li.current-menu-parent a{
	border-bottom: 3px solid #1e73be;
}

.nav li.current-menu-item li a, 
.nav li.current-menu-parent li a{
	color:#444;
	border-bottom: none;
}

.nav li li ul,  
.nav li.current-menu-item li ul, 
.nav li.current-menu-parent li ul { 
	margin: -31px 0 0 160px; 
 	visibility:hidden; 
	font-size:1.1em;
}

.nav li li:hover ul {
	visibility:visible;
}

#mobile-menu-btn{
	display: none;  
	position: absolute;  
	right: 10px;  
	top:13px;  
	z-index:100;   
	padding: 0 3px;
}

#mobile-menu{
display: none;
}

#mobile-menu .menu-item-has-children .arrow {	
display: none;
}

.topnav { 
	background: #222;
	padding:10px;
	font-size:12px;
	color:#fff;
	min-height:40px;
}
.topnav .bitcoin-info .bityellow {
	color:hsl(34, 100%, 50%);
	font-weight: bold;
	text-transform: uppercase;
}

.topnav .bitcoin-info .text1 {
	margin-right:10px;
	font-
}

.topnav .bitcoin-info .text2 {
	margin-left:10px;
}


/* 6. Content Area
   ----------------------------------------------------------------------------*/

.container {
	font-size:1.5em;
	line-height: 1.6em;
}

.main-content {
	padding:30px 40px;
	background:#fff;
}

.main-content.showsidebar {
	float:left;
	width:800px;
	padding:30px;
}

.main-content ul, 
.main-content ol,
.rowsection ul, 
.rowsection ol,
.topreview-cta ul,
.topreview-cta ol { 
	padding: 0 0 20px 26px; 
	margin:0;
}

.main-content ul li, .main-content ol li,
.rowsection ul li, .rowsection ol li,
.topreview-cta ul li, .topreview-cta ol li { 
	line-height:1.5em;
	padding: 0 0 0 5px;
	text-indent:-1px;
	margin:0 0 12px;
	list-style:outside;
	 text-align: left;
}

.main-content ol li, .rowsection ol li, .topreview-cta ol li { 
	list-style:decimal outside;
}

.main-content ul li:last-child,
.main-content ol li:last-child,
.topreview-cta ol li:last-child {
	margin-bottom:0;
}

#socialbar {
	width: 300px;
	margin: 0 auto;
}
#btnfb {
	float: left; 
	
	list-style:none;
	margin-right: 15px;
	text-align: center;
}
#btnfb a {
	color: #fff;
	background: #45619c; 
	width: 80px; 
	padding: 5px;
	border-radius: 8px;
	display: block;
}
#btntwt {
	float: left;
	list-style:none;
	margin-right: 15px;
	text-align: center;
}
#btntwt a {
	color: #fff;
	background: #00acee; 
	width: 80px; 
	padding: 5px;
	border-radius: 8px;
	display: block;
}

/* HomeTemplate */

.rowsection.section-one {
	background:#555 url(images/home-banner.jpg) no-repeat center top;
	background-size:cover;
	/*padding:100px 15px;*/
}

.rowsection {
	color:#d5d5d5;
	text-align:center;
	font-size:16px;
	background-size:cover;
	padding: 50px 15px;
}


.rowsection.lightbg {
	color:#666;
}

.rowsection.section-two {
	background-color:#fff;
	background-size:cover;
}

.rowsection h1, .rowsection h2, .rowsection h3,.rowsection h4,.rowsection  h5, .rowsection h6 {
	text-align:center;
	color:#d5d5d5;
	margin-bottom:30px;
}

.rowsection .news h4 { margin-bottom:5px;}

.lightbg h1, .lightbg h2, .lightbg h3,.lightbg h4,.lightbg h5, .lightbg h6, .lightbg  {
	color:#666;
}

.darkbg h1, .darkbg  h2, .darkbg h3,.darkbg  h4,.darkbg  h5, .darkbg  h6, .darkbg   {
	color:#d5d5d5;
}

.rowsection.section-three {
	background:#b4cce7 url(images/section3_02.jpg) no-repeat center top;
	background-size:cover;
}


.rowsection.section-one h1 {
	margin-bottom:40px;
	font-size:50px;
}

.rowsection.section-five {
	background-color:#f6f6f6;
}

.rowsection h2{ 
	font-size:40px;
	margin-bottom:35px;
}

.ttl1-home {
	font-size: 65px !important;
	margin-bottom: 0 !important;
}

.ttl2-home {
	font-size: 25px;
	font-weight: normal;
}

.rowsection {
	font-size:17px;
}

/* In Post Shortcode Table */

.top-sites-wrap {
	margin-bottom:30px;
}

.top-sites-row div {
	padding:0 8px;
	line-height:1.3em;
	text-align:center;
	display:inline-block;
	vertical-align: middle;
}

.top-sites-body {
	margin-bottom:15px;
	position: relative;
	background: #fff;
	padding:25px 10px;
	/*border-bottom: 2px solid #E7C03E;*/
	/*border-bottom: 2px solid #ff6000;*/
	border-radius: 12px;
	color:#555;
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
}

.ttl {
	font-weight: normal;
	background: #000000;
}

.ttl .casinocol, .ttl .featcol, .ttl .depcol, .ttl .ratecol, .ttl .visitcol {
	color: #fff;
	font-weight: bold;
}
.top-sites-row.top-sites-body div {
	padding:0px 10px;
}

.top-sites-row .featcol {
	width:26%;
}

.top-sites-row .casinocol {
	width:19%;
}


.top-sites-row .depcol {
	width:17%;
}

.top-sites-row .ratecol {
	width:17%;
}

.top-sites-row .visitcol {
	width:16%;
}

.top-sites-body .depcol{ 
	font-size:1.1em;
	font-weight:bold;
}

.top-sites-body ul {
	padding:0;
	margin:0;
}

.top-sites-body ul li {
	list-style:none;
	display: list-item;
	border:0;
	width:100%;
	margin:0 0 8px;
	padding:0 0 0 22px;
	line-height:1.2em;
	font-size:14px;
	background:none;
	text-align:left;
	position:relative;
}

.top-sites-body ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;

    font-size: 12px;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 0;
	color: #1e73be;
}

.top-sites-body .casinocol {
	position:relative;
}

.top-sites-body .casinocol img {
	max-width:100%;
	height:auto;
	border-radius: 8px;
}

.top-sites-row .visitcol a.visbutton {
	display:inline-block;
	margin:0 auto 10px;
	padding:12px 15px;
	font-size:15px !important;
}

.row-1 { border: 3px solid #ffb300; }


/* In Post Shortcode 2 */

ul.top-casino-cards { 
	padding:0; 
	margin: 0 0 40px; 
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

ul.top-casino-cards li.card-info {
	list-style:none;
	background:0;
	flex: 0 0 24%;
	margin-bottom:30px;
	padding:0px 0px 30px;
	vertical-align:top;
	position:relative;
	background-color: #f2f3f5;
	color: #444;
}

.main-content.showsidebar ul.top-casino-cards li.card-info {
	flex: 0 0 32%;
}

ul.top-casino-cards img.logocomp { 
	display:block;
	height:auto;
	/*max-width:95%;*/
	max-width:100%;
	margin: 0 auto 15px;
}

ul.top-casino-cards span.bonus-text {
	display:block;
	text-align:center;
	margin:0 auto 15px;
	padding:15px 5px;
	border-top: 4px solid #E7C03E;
    border-bottom: 4px solid #E7C03E;
	font-size:17px;
	font-weight:bold;
}

ul.top-casino-cards ul.feat {
	padding:0;
	margin:10px;
}

ul.top-casino-cards ul.feat li {
	list-style:none;
	display: list-item;
	border:0;
	width:100%;
	margin:0 0 8px;
	padding:0 0 0 22px;
	line-height:1.2em;
	position:relative;
	font-size:14px;
	text-align: left;
}

ul.top-casino-cards a.revlink.tc {
	padding:0 0 15px;
}

ul.top-casino-cards ul.feat li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;

    font-size: 13px;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 0;
	color: #1e73be;
}

ul.top-casino-cards a.visbutton {
    display: block;
    width: 170px;
    margin: 0 auto;
    padding: 13px 5px;
    font-size: 16px !important;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

ul.top-casino-cards a.rev-link {
	display:block;
	margin:0 auto;
	text-align:center;
}


/* Review Page Template */


.topreview-cta {
	padding: 60px 0;
	background-size: cover;
    background-image: url(images/home-banner.jpg);
	font-size: 17px;
	color:#fff;
	line-height:1.6em;
	text-align: center;
}

.topreview-cta h1, .topreview-cta h2, .topreview-cta h3, .topreview-cta h4, .topreview-cta h5, .topreview-cta h6 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}	


.top-review-area {
	/*background:#ddd;*/
	/*background-size:cover;*/
	padding:25px;
	margin-bottom:30px;

	overflow:hidden;
	margin-top:30px;
}

.review-col1 {
	float:left;
	width:40%;
	background:#fff;
	padding:10px;
	color:#444;
}

.review-col2 {
	float:right;
	width:57%;
}

.review-col2  h4 {
	margin:0 0 30px;
	font-size:29px;
	text-transform:uppercase;
	font-weight:900;
}

.review-col2 span.bonus-text {
	    color: #2C3644;
	font-size:29px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
	display:block;
	line-height: 1.3em;

}

.review-col1 img {
	margin:0 auto 25px;
	width:100%; 
	height:auto;
	max-width:300px;
	display:block;
	border-radius: 8px;
}

.review-col1 ul {
	padding:0 0 20px;
	text-align:center;
}

.review-col1 ul li{
	margin:0 8px;
	padding:0;
	list-style:none;
	display:inline;
	color:#999;
	font-size:18px;
}

.review-col1 .editor-rating {
	text-align:center;
	font-size:13px;
	color:#999;
	margin-bottom:20px;
	display:block;
}

.review-col1 h4 { 
	margin:0 0 10px;
	color:#444;
	text-align:center;
	font-weight:normal;
}

.sb-rating-area {
  display:block; 
  overflow:hidden;
  margin: 0 auto 4px;
  width: 195px;
  font-weight:bold;
  font-size:15px;
}

.sb-rating-area .ratevalue { 
	float:left;
	display:block; 
	margin-right:10px;
}

.sb-rating-area .ratebig { 
	  font-size:17px;
}

.sb-rating-area .rate {
	float:left;
}

 .review-col2 a.visbutton {
	display:block;
	margin:0 auto;
	padding:16px 5px;
	font-size:18px !important;
}

.review-col2 ul {
	padding:0;
	margin:0 0 30px 0;
}

.review-col2 ul li {
	list-style:none;
	display: list-item;
	border:0;
	width:100%;
	margin:0 0 8px;
	padding:0 0 0 26px;
	line-height:1.2em;
	position:relative;
	font-size:16px;
}

.review-col2 ul li::before {
     content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
       color: #1e73be;
    font-size: 14px;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 0;
}

.review-col2 h5 { 
	font-weight:700;
}


/* 7. Sidebar
   ----------------------------------------------------------------------------*/

   
.sidebar { 
	float:left;
	padding:20px;
	width:300px;
	font-size:14px;
	border-left:2px solid #eee;
}

.sidebar h3 {
	font-size:20px;
	padding:0 0 10px;
	border-bottom:1px solid #ddd; 
	margin-bottom:30px;
	color:#888;
	font-weight:normal;
}

.sidebar ul {
	padding: 0 0 20px 0;  
}

.sidebar li {
	font-size:1.1em;
	line-height:1.2em;
	padding: 0 0 10px;
	margin: 0 0 10px;
	list-style:none;
	border-bottom: 1px dotted #ddd;
}

.sidebar li a, 
.sidebar li a:visited { 
	color:#555;
	text-decoration:none;
}

.sidebar li a:hover { 
	color:#555;
	text-decoration:underline;
}

.sidebar ol {
	margin: 0;  
	padding: 5px 0px 15px 25px;  
}

.sidebar ol li { 
	list-style:decimal outside; 
	margin: 0px 0px 10px 0px;
}

.sidebar ol li:last-child {
	margin:0;
}

.sidebar .bannerwidget { 
	margin-bottom:25px;
}

.sidebar .bannerwidget img {
	max-width:100%;
	margin:0 auto;
	display:block;
	height:auto;
	
}


.textwidget,
.tagcloud, .sidebar .widget {
	margin-bottom:25px;
}

/* Calendar Widget */


#wp-calendar {
	margin:0 auto;

}

#wp-calendar caption {
	font-size: 14px;
	margin: 0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px;
	text-align: center;
}

/* Top Sites Sidebar Widget */

.topsiteswidget-row {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.topsiteswidget-row:last-child {
	margin:0;
	border:0;
}

.topsiteswidget-row figure {
    float: left;
    width: 44%;
}

.topsiteswidget-row img {
    max-width: 250px;
	width:100%;
    height: auto;
	display:block;
}

.topsiteswidget-row h5 {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 17px;
}

.topsiteswidget-row .topsiteswidget-content {
    width: 52%;
    float: right;
}

.topsiteswidget-row h5 a {
    color: #555;
}

.topsiteswidget-name {
	width:55%;
	 float: left;
}

.topsiteswidget-row span.bonusamount {
	font-weight: Bold;
	font-size: 13px;
}

.topsiteswidget-bet {
	width:45%;
	padding-left:15px;
	 float: right;
}

.topsiteswidget-bet a.visbutton {
	display:block;
	margin:0;
	padding:14px 4px;
}

/* Search Widget */

.searchform { 
	overflow:hidden;  
}

.searchinput {
	background:#fff; 
	border:1px solid #ccc; 
	color:#777; 
	font-style:italic; 
	padding:10px; 
	margin:0; 
	font-weight:300;
	width:60%; 
	display:block;
	float:left;
	font-size:13px;
}

.searchsubmit {
   background:#2492e0; 
 	color:#FFF;
 	line-height:38px;
 	padding:0 22px;
	height:37px;
 	text-align: center;
	display:inline-block;
	margin:0 0 0 1%;
	border:0;
	font-size:13px;
	float:left;
	font-weight:700;
	width:39%;
	text-transform:uppercase;
}	
				   
.searchsubmit:hover { 
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer;
}


/* 8. Footer
   ----------------------------------------------------------------------------*/

footer.main-footer {
	background: #000;
	width:100%;
	font-size:15px;
	margin:0 auto;
	padding:10px 0;
	color:#fff;
	line-height: 1.5em;
}

.main-footer a, 
.main-footer a:visited {
	color:#fff;
	text-decoration:none;
}

.bottom-footer a, 
.bottom-footer a:visited  {
	color:#fff;
	text-decoration:none;
}

.footerwidget h3 {
	font-size:18px;
	font-weight:700;
	margin:0 0 10px 0;
	padding:0;
	border:0;
	background:0;
	color:#fff;
	text-transform:uppercase;
}

.main-footer .widgetarea {
	overflow:hidden;
	padding:20px 0 5px 0;
}

.footerwidget {
	width:25%;
	padding:10px 20px 10px;
	float:left;
}

.footerwidget ul {
	padding: 5px 5px 0 0;  
}

.footerwidget li {
	line-height:1.3em;
	padding:0;
	text-indent:0;
	margin-bottom:9px;
	list-style:none;
}

.footerwidget select {
	width: 80%;
	height: 30px;
	font-size: 17px;
}

footer.bottom-footer {
	padding:25px 0; 
	overflow:hidden;  
	background:#313131;
	color:#fff;
	font-size:13px;
	text-align:center;
}

.bottom-footer ul {
	padding:0 0 6px 0;
	margin:0;
	text-align:center;
}

.bottom-footer  li {
	display:inline;
	margin:0 10px 0 0; 
	padding:0 10px 0 0;

	line-height:12px;
}

.bottom-footer li:last-child  {
	margin:0;
	padding:0; 
	background:0;
}

.footer-menuarea {
	margin-bottom:18px;
}

/*  Bonus Terms and Conditions */

.termsrow { 
	padding:0 10px 15px; 
	font-size:12px; 
	color:#888; 
	text-align:left;
}
.top-sportsbook-cards .termsrow { 
	padding:10px 10px 0;
}

.topsiteswidget-row .termsrow {
	clear:both;
	padding: 7px 8px 0px 0px;
	font-size: 11px;
	line-height: 1.1em;
}

.termsrow-review {
	padding: 0 10px 25px;
	font-size: 12px;
	color: #888;
	margin: -20px 0 0 0;
}

.top-sites-body span.termsrow {
	display:block;
	width:100%;
	padding: 10px 0 0;
	border-top: 1px solid #ddd;
	margin-bottom: -10px;
}

/*.top-sites-body:nth-child(2n) span.termsrow  {
	border-top: 1px solid #444;
}*/


/* 9. Media Queries
   ----------------------------------------------------------------------------*/
   
   
 @media screen and (min-width:1px) and (max-width:1099px) {
 
 
 .navbar {
	display:none;
}

.main-header .wrap {
	position:relative;
}
 
  #mobile-menu-btn{
		display: block;
		border: none;
		cursor: pointer;
		background:#fff;


	}
	
	#mobile-menu-btn i{
		display: block;
		width: 26px;
		height:3px;
		background: #222;
		margin: 5px 0;
		padding:0;
		border-radius:2px;
		-moz-borer-radius:2px;
	}
	
	#mobile-menu-btn:focus{
		outline: none;
	}

	#mobile-menu{
		display: none;
		position: absolute;
		top:90px;
		right:0;
		z-index:9999;
		width: 100%;
		background: #111;	
	}
	
	#mobile-menu .logomobile{
		color: #fff;
		font-size: 26px;
		font-weight: 900;
		font-family: 'Arial',sans-serif;
		padding: 10px 5px 10px 10px
	}
	#mobile-menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mobile-menu ul li{
		border-top: 1px solid #333;
		position: relative;
	}

	#mobile-menu .menu-item-has-children .arrow{
		content: "\25bc ";
		position: absolute;
		display: block;
		border-left: 1px solid #333;
		top: 0;
		right:0;
		color: #fff;
		padding: 10px;
		cursor: pointer;
	}
	#mobile-menu .menu-item-has-children .arrow.up{
		display: none;
	}
	#mobile-menu .menu-icon-up > .arrow.down{
		display: none !important;
	}
	#mobile-menu .menu-icon-up > .arrow.up{
		display: block !important;
		background-color: #555;
	}
	#mobile-menu ul li a{
		position: relative;
		color: #fff;
		text-decoration: none;
		padding: 10px;
		font-family: 'Arial',sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 38px;
		z-index:99999;
	}
	#mobile-menu ul ul{
		display: none;
		padding-left: 15px;
	}
	#mobile-menu ul ul a{
		padding-left: 30px;
	}
	#mobile-menu .open{
		display: block;
	}
	.main-content.showsidebar {
    float: none;
    width: 100%;
    padding: 20px 15px;;
}

footer.bottom-footer {
    padding: 15px;
}
	
 .top-sites-row .casinocol {
    width: 18%;
}

.top-sites-row .featcol {
    width: 28%;
}

.top-sites-row .ratecol {
    width: 20%;
}

.top-sites-row .rankcol {
    display: none;
}

 }
 
 
@media screen and (min-width:768px) {

.rowsection .newslist.horizontal {
    display: flex;
    flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}

.rowsection .newslist.horizontal .news {
    flex: 0 0 48%;
}

.main-content.showsidebar .top-sites-row .rankcol {
    width: 4%;
    font-size: 20px;
}

.main-content.showsidebar .top-sites-row .ratecol {
    width: 19%;
}

 .main-content.showsidebar .top-sites-row .featcol {
    width: 26%;
 }

 .main-content.showsidebar .top-sites-row .depcol {
    width: 18%;
}	
	
.main-content.showsidebar .top-sites-row .visitcol a.visbutton {
    padding: 12px 5px;

}


 }
   
@media screen and (min-width:768px) and (max-width:1099px) {


.searchgo {
	display:none;
}

.wrap,
.contentarea {
	width:748px;
}

.main-content {
	float:none;
	width:100%;
	padding:15px 2%;
}

.sidebar { 
	float:none;
	padding:15px 15px;
	width:100%;
	border:0;
}

.main-footer .widgetarea {
	width:100%;
	float:none;
	padding:0 15px;
}

.news figure {
    height: 100px;
	
}

.news figure img {
   min-height:100px;
}


}

@media screen and (max-width:650px){
#breadcrumbs {
	margin: 5px 10px;
}
.news {
    width: 100%;
	margin: 0 auto 25px;
	flex:none;
	max-width:480px;
}

.news h4 {
	min-height:Luto;
}

.news figure {
    height: 240px;
}
.ttl1-home {
	font-size: 35px !important;
}
#list1-hp {
	height: auto;
}
}


@media screen and (min-width:1px) and (max-width:767px) {

.btc-rate-price {
	margin-top: -30px;
	margin-left: 10px;
}

.outside {
	width:100%;
}

.wrap,
.contentarea {
	width:100%;
}

.topheader,
.headerwidgets,
.searchgo {
	display:none;
}


.main-content, .leftside .main-content {
	float:none;
	width:100%;
	padding:15px 2%;
}

.header-logo  {
	float:left;
	margin:5px 0px 0px 10px;
	/*text-align:center;*/
	width:96%;
	padding:0 2% 20px 0;
}

/* Footer */

.main-footer .widgetarea {
	width:96%;
	float:none;
	padding:0 2%;
}

.footerwidget {
	width:46%;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

.top-footer .about,
.top-footer .share {
	width:100%;
	float:none;
	padding:10px 0;
}

.slide-content {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.ttl1-home {
	font-size: 25px;
}

.ttl2-home {
	font-size: 20px;
}

.top-sites-row.top-sites-body .ttl {
	display: none;
}

.top-sites-row .featcol {
    display: none;
}

.top-sites-row .casinocol {
    width: 27%;
}

.top-sites-row .depcol, .top-sites-row .ratecol {
    width: 25%;
}

.top-sites-row .visitcol {
    width: 23%;
}

ul.top-casino-cards li.card-info {
    display: block;
    margin: 0 auto 30px;
    padding: 15px 15px 25px;
	width:100%;
	flex:none;
	max-width:480px;
}

.review-col1,  .review-col2{
	float:none;
	width:100%;
}

.review-col1 { 
	margin-bottom:15px;
}

.top-review-area {
	margin-bottom:20px;
}

.newslist.horizontal .news figure, .newslist .news figure  {
    width: 250px;
    margin: 0 auto 15px;
    float:none;
    height: 200px;
	max-width:100%;
}

.sidebar { 
	float:none;
	padding:15px;
	width:100%;
	border:0;
}

.rowsection.section-one h1 {
    margin-bottom: 30px;
    font-size: 32px;
}

.rowsection h2{
    font-size: 28px;
    margin-bottom: 25px;
}

.topreview-cta {
	padding: 30px 0;
	font-size: 16px;
	line-height:1.4em;

}

.header-logo h3 {
    font-size: 20px;

}

.rowsection {
	padding: 30px 15px;
}


.rowsection.section-one {
	padding: 40px 15px;
}


}

@media screen and (min-width: 1px) and (max-width:479px){

.news {
    width: 100%;
    display: block;
    margin: 0 0 15px;
}

.news figure {
    height: 150px;
}

.newslist {
    margin: 0;
}

.header-logo img {
	max-width:200px;
	height:auto;
	
}


/* Widgets */

.newsletterform .newsletterinput { 
	width:220px; 
}

/* review */

.top-review-area {
	padding:12px;
}

.review-col2 h4,
.review-col2 span.bonus-text {
	margin-bottom:20px;
	text-align:center;
	font-size:20px;
}

/* Footer */

.main-footer .widgetarea {
	width:95%;
	float:none;
	padding:0 2.5%;
}

.footerwidget {
	width:100%;
	padding:15px 0;
	float:none;
}

.bottom-footer .leftside {
	width:100%;
	float:none;
	padding-bottom:15px;
}

.bottom-footer .rightside {
	width:100%;
	float:none;
	text-align:center;
}

.hideme {
	display:none;
}

.top-sites-heading, .top-sites-body span.rankcir {
    display: none;
}

.top-sites-row .casinocol {
    width: 50%;
}

.top-sites-row .depcol {
    width: 50%;
}

.top-sites-row .ratecol, .top-sites-row .visitcol {
    width: 50%;
}

.newslist.horizontal .news figure {
    width: 100%;
    float:none;
    height: 200px;
}

.slide-content h2 {
    font-size: 24px;
}

.slide-item {
    height: 250px;
}

.slide-item img {
    min-height: 250px;
}

img.alignleft,img .alignright{
	float: none;
	margin: 0 auto 15px;
}

.main-content img {max-width:100%;}


}





html body .fnt-26{ font-size:  26px;}
.wid85{ width: 90%; margin: auto; }
.section-choosing .info-area{padding: 5px 9px;    min-height: 180px;margin-bottom: 30px; text-align: center;}
.block-ele{ display: block; }
.anchor-inner{ display: block; }
.section-choosing{ display: block; width: 100%; margin-top: 60px; }
.section-choosing article{  
	position: relative;
	overflow: hidden;
	min-height: 450px;

}
.section-choosing article .hide-default{  
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: -77%;
}
.section-choosing article:hover .hide-default{ 
	margin-top:0px;

}
.find-out-morelink{ text-align: center; opacity: 0;}
.find-out-morelink a{color: #222222; }
.section-choosing article:hover .find-out-morelink{ opacity: 1; }
.section-choosing p{ text-align: center;    font-size: 15px; }
.section-choosing .casinotitle{    padding-bottom: 0;}



.mt-0{ margin-top: 0px !important; }.mt-5{ margin-top: 5px !important; }.mt-10{ margin-top: 10px !important; }.mt-15{ margin-top: 15px !important; }.mt-20{ margin-top: 20px !important; }.mt-25{ margin-top: 25px !important; }.mt-30{ margin-top: 30px !important; }.mt-35{ margin-top: 35px !important; }.mt-40{ margin-top: 40px !important; }.mt-45{ margin-top: 45px !important; }.mt-50{ margin-top: 50px !important; }.mt-55{ margin-top: 55px !important; }.mt-60{ margin-top: 60px !important; }.mt-65{ margin-top: 65px !important; }.mt-70{ margin-top: 70px !important; }.mt-75{ margin-top: 75px !important; }.mt-80{ margin-top: 80px !important; }.mt-85{ margin-top: 85px !important; }
/*margin-Bottom styles*/
.mb-0{ margin-bottom: 0px !important; }.mb-5{ margin-bottom: 5px !important; }.mb-10{ margin-bottom: 10px !important; }.mb-15{ margin-bottom: 15px !important; }.mb-20{ margin-bottom: 20px !important; }.mb-25{ margin-bottom: 25px !important; }.mb-30{ margin-bottom: 30px !important; }.mb-35{ margin-bottom: 35px !important; }.mb-40{ margin-bottom: 40px !important; }.mb-45{ margin-bottom: 45px !important; }.mb-50{ margin-bottom: 50px !important; }.mb-55{ margin-bottom: 55px !important; }.mb-60{ margin-bottom: 60px !important; }.mb-65{ margin-bottom: 65px !important; }.mb-70{ margin-bottom: 70px !important; }.mb-75{ margin-bottom: 75px !important; }.mb-80{ margin-bottom: 80px !important; }.mb-85{ margin-bottom: 85px !important; }
.pt-0{ padding-top: 0px !important; }.pt-5{ padding-top: 5px; }.pt-10{ padding-top: 10px; }.pt-15{ padding-top: 15px; }.pt-20{ padding-top: 20px; }.pt-25{ padding-top: 25px; }.pt-30{ padding-top: 30px; }.pt-35{ padding-top: 35px; }.pt-40{ padding-top: 40px; }.pt-45{ padding-top: 45px; }.pt-50{ padding-top: 50px; }.pt-55{ padding-top: 55px; }.pt-60{ padding-top: 60px; }.pt-65{ padding-top: 65px; }.pt-70{ padding-top: 70px; }.pt-75{ padding-top: 75px; }.pt-80{ padding-top: 80px; }.pt-85{ padding-top: 85px; }
/*margin-Bottom styles*/
.pb-0{ padding-bottom: 0px; }.pb-5{ padding-bottom: 5px; }.pb-10{ padding-bottom: 10px; }.pb-15{ padding-bottom: 15px; }.pb-20{ padding-bottom: 20px; }.pb-25{ padding-bottom: 25px; }.pb-30{ padding-bottom: 30px; }.pb-35{ padding-bottom: 35px; }.pb-40{ padding-bottom: 40px; }.pb-45{ padding-bottom: 45px; }.pb-50{ padding-bottom: 50px; }.pb-55{ padding-bottom: 55px; }.pb-60{ padding-bottom: 60px; }.pb-65{ padding-bottom: 65px; }.pb-70{ padding-bottom: 70px; }.pb-75{ padding-bottom: 75px; }.pb-80{ padding-bottom: 80px; }.pb-85{ padding-bottom: 85px; }




.norml-txt{ color: #000 !important;  margin-bottom: 0px;}
.norml-txt2{color: #000 !important;}

.row-top ul{}
.row-top ul li{ list-style: none; color: #444444; margin-bottom: 5px;    font-weight: bold;}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }

.text-left{text-align: left !important;}
.pkr-scrnshot ul{}
.pkr-scrnshot ul li{     float: left;
    border-top: 2px solid #E7C03E;
    margin-right: .9%;
    margin-left: .9%; }

.pkr-scrnshot ul li:first-child{ margin-left: 0px; }
.pkr-scrnshot ul li:last-child{ margin-right: 0px; }

.abt-scrnshot h3,.pkr-scrnshot h3{
        color: #444444;
    margin-bottom: 5px;

border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;    
}
.pkr-scrnshot h3{ border-bottom: 0px; }
.abt-scrnshot p{    color: #444444;}
.col-8 {

    width: 66.66666%;
    float: left;

}

.abt-scrnshot .col-8{ padding-right: 10%; }
.abt-scrnshot .col-4 {

    width: 33.33333%;
    float: left;

}

.pos-rel{ position: relative; }
.pos-rel .visit-link{ position: static; }
.pos-rel .visit-link a{     border-radius: 0px;
    font-size: 18px;    padding: 10px 33px;  font-weight: bold; }

.othr-sct ul li{     border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;font-weight: normal; }

@media only screen and (min-width: 767px) {
	.hide-desktop{ display: none;}
}

@media only screen and (max-width: 767px) {
	h4.banner-top-text {
    	font-size: 16px !important;
	}
	 h4.banner-lower-text {
    	font-size: 18px;
	}	
h4.banner-lower-text strong {
    font-size: 20px;

    display: block;
}


.hidden-mobile{ display: none !important; }
.station-cs .bdy-section h2{ font-size: 18px; }
.text-center{ text-align: center; }
.pt-40{ padding-top: 40px; }
.pb-40{ padding-bottom: 40px; }
.station-cs  .slide-row .img-cpt{ text-align: center; margin: auto; }
.flex-cnt{ display: flex; }
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.station-cs .slide-row{ margin: auto; padding-left: 15px; padding-right: 15px; }
.station-cs .sde-tp.flex-cnt{
    border-top: 2px solid #000;
    padding-top: 20px;
    margin-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;    

}
.vlue-bdy p{    margin-bottom: 0px;
    font-size: 11px;
    color: #000;
    line-height: 21px;}
.station-cs .stop-sec{ display: block; margin-bottom: 15px; color: #000;font-size: 14px;    font-weight: bold; }
.station-cs .vlue-bdy h6{ margin-bottom: 0px; color: #d6ba73; }
.blck-text{ color: #000 !important; }
.vist-cnt .visit-link{ position: static;  height: 90%; margin-top: 20px;}
.vist-cnt .visit-link a{ display: block; height: 100%; border-radius: 0px; padding: 0px; text-align: center;    padding-top:34%; }
.station-cs .side-bdy {
    background: #fcfcfc;
        padding-left: 6px;
    padding-right: 6px;
    border-bottom: 3px solid #ccc;
        padding-bottom: 14px;
}

.side-bdy .flex-cnt .col{ padding-left: 10px; padding-right: 10px; }
.side-bdy .sde-tp.flex-cnt .col:nth-child(3) ,.sde-bdt.flex-cnt .col.vist-cnt{
flex-grow: 0;     /* do not grow   - initial value: 0 */
flex-shrink: 0;   /* do not shrink - initial value: 1 */
flex-basis: 4.5em; /* width/height  - initial value: auto */	
}

.latst-nws .col4 { width: 100%; }
.latst-nws .info-area ,.latst-nws .modern-cas{ text-align: center; }
.latst-nws ul.modern-cas li{ text-align: center;line-height: 22px; list-style: none; }
.latst-nws .newslist{ overflow: inherit; }
.latst-nws .visit-link a {
    padding: 6px 30px;
text-transform: uppercase;
    border-radius: 9px;
        font-size: 20px;
}
.latst-nws span.casinotitle,.latst-nws  span.casinotitle a { font-size: 22px; }
.latst-nws .visit-link{ left: 0px; right: 0px; }
.latst-nws .info-area{     min-height: 210px; }
.side-bdy .visit-link a{ font-size: 16px; }
.latst-nws-fll{ display: block; width: 100%; }


* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.latst-nws-fll .info-area p{     font-size: 18px;
    line-height: 24px; }

.latst-nws-fll span.casinotitle a{ font-size: 20px; padding: 0px; }
.latst-nws-fll{ background: #f6f6f6; }
.latst-nws-fll .info-area{ text-align: center;    min-height: 170px; }
.entire-article a{ font-size: 16px;    color: #222222; }
.section-choosing .col4 { width:100%; }
.section-choosing article{ min-height: 1px; }
.section-choosing article .hide-default {    margin-top: -60%;}
.slick-dots { text-align: center; }
.rowsection .slick-dots {padding:0;}
.slick-dots li{ display: inline-block; }
.slick-dots li button{    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: block;
    font-size: 0;
    border: 0px;
    margin-left: 4px;
    margin-right: 4px;}
.slick-dots li.slick-active button{ background: #000; } 
.slick-dots li.slick-active button:focus{ outline: none; }
.station-cs .slide-row .img-cpt img{ display: inline-block; }

html body .fnt-26{ font-size: 18px; }
}

.review-link-new
{background: #007a1e;
    padding: 7px 26px;
    color: #fff;
    border-radius: 5px;
    display: initial;
    margin-top: 9px;
	}


h4.banner-top-text {
    font-size: 25px !important;
}
h4.banner-lower-text strong{
	font-size: 38px;
    color: #fff;
}

h4.banner-lower-text {
    font-size: 32px;
}


.page-template-blog  .sidebar,.page-template-blog  #content{ margin-top: 40px;    border-left: 0px solid #eee; }
.page-template-blog  .rowsection.section-one { min-height: 450px; }
.page-template-blog  .rowsection.section-one h1{ font-size: 25px; }

.single-casino .rowsection .row-top .col-3 img{ width: 100%; }
.single-casino .rowsection .visit-links{
background: #028922; /* Old browsers */
background: -moz-linear-gradient(top, #028922 0%, #006d1a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #028922 0%,#006d1a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #028922 0%,#006d1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028922', endColorstr='#006d1a',GradientType=0 ); /* IE6-9 */ 
    padding: 12px;   
}
.single-casino .rowsection .visit-links a{
    font-weight: bolder;
    font-size: 20px;
    color: #fff;
}

.single-casino .pos-rel .visit-link{ overflow: inherit; }
.single-casino .banner-top-text {
    font-size: 25px;
    margin-bottom: 13px;
}

.single-casino .banner-lower-text {
    font-size: 32px;
}
.single-format-standard #main{
        margin-top: 31px;
}

.section-choosing article .hide-default{
	    margin-top: 0%;
}



.single  .pkr-scrnshot{
	    float: left;
    width: 100%;
    margin-bottom: 66px;
}

.single section.abt-scrnshot.othr-sct {
    float: left;
    width: 100%;
}

@media screen and (min-width: 767px) {


.single-casino span.lst-aptg {
    float: left;
    width: 8%;
}


.single-casino span.opt-mbtt {
    float: left;
    width: 88%;
}

.single-casino .row-top ul.lst-lrgt-tgp li {

    width: 100%;
    float: left;
}

}

@media screen and (max-width: 1099px) and (min-width: 1px){
figure.gallery-item {
    width: 49%;
}

figure.gallery-item img {
    height: 180px !important;
    max-width: 100%;
}
.gallery-icon.landscape a{ display: block; }




}



@media screen and (max-width: 600px) and (min-width: 320px){
	.single  figure.gallery-item {
	    width: 100%;
	}
.single  figure.gallery-item img {
    height: auto !important;
    max-width: 100%;
}
.single  figure.gallery-item {
    width: 100%;
    text-align: center;
}


}


@media only screen and (min-width:321px) and (max-width:768px){



.latst-nws .info-area {
    min-height: inherit;
    padding-bottom: 40px;
}    


h4.banner-top-text {
    font-size: 16px !important;
}
h4.banner-lower-text {
    font-size: 18px;
}
 h4.banner-lower-text strong {
    font-size: 20px;
    color: #fff;
}	

.vist-cnt .visit-link a {
        height: auto;
    padding: 0px;
    text-align: center;
    padding-top: 1%;
    margin-top: 56px;
}
 .top-casino-cards .slick-slide{ margin:0 10px 10px; }

.newslist.horizontal .slick-active, .newslist.horizontal .slick-active div{ background: #fff !important; }

h2.second-section-heading {
    color: #011936;
    font-size: 20px;
}



.vlue-bdy p{
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;    	
}


.pkr-scrnshot ul li{
	border-top: 0px solid #E7C03E;
	float: none;
}
.pkr-scrnshot ul li img{ border-top: 2px solid #E7C03E; }
.abt-scrnshot .col-8 {
    padding-right: 0%;
    width: 100%;
    float: none;    
}

.abt-scrnshot .col-4 {
    width: 100%;
    float: none;
    margin-top: 34px;
}

.main-content.showsidebar h2 {
    font-size: 18px;
}
.blogarticles img{
    display: block;
    float: none;
    margin-top: 25px;
    margin-bottom: 27px;	
}


.sde-bdt .vlue-bdy {
    height: 54px;
    overflow: hidden;
}

.station-cs .sde-tp.flex-cnt {

    padding-top: 20px;
    margin-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 23px;

}

.sbutton i{ color: #888; }

.single figure.gallery-item img{
        height: auto !important;
    max-width: 250px;
}

.slick-dots li button {    border: 1px solid #000;}
.newslist .slick-slide { margin: 0 10px 10px 10px;
}

}


@media only screen and (min-width:767px) and (max-width:1095px){

figure.gallery-item {
    width: 100%;    text-align: center;
}


.single figure.gallery-item img{
        height: auto !important;
    max-width: 250px;
}

}

