/*
Theme Name: WP Casino Theme
Theme URI: http://www.flytonic.com/product/wp-casino-theme/
Description: Casino Affiliate Theme from Flytonic
Author: Flytonic
Author URI: http://www.flytonic.com/
Version: 1.02
Tags: flytonic, responsive, casino, affiliate, wordpress casino theme, casino theme

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 v2.1.2 | MIT License | git.io/normalize
   ----------------------------------------------------------------------------*/


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:\201C \201D \2018 \2019}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body,figure{margin:0}
legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}


/* 2. Defaults
   ----------------------------------------------------------------------------*/


html {
	font-size: 10px; 
}

body {
	background: #fafafa;
	color: #444;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #d62c1f;
	text-decoration: none;
}

a:hover {
	color: #999;
	
}

a.smul {
	color: #eee;
	text-decoration: underline;
	font-weight:400;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;

}

a.smul:hover{
	text-decoration: none;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 22px 0;
	padding:0;
}

.clearboth {clear:both;}

hr {
border:0;
  border-bottom:1px solid #eee;
	clear:both;
	height:25px;
	margin-bottom:25px;
}


/* Headings
   -----------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
	color:#111;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
}

h1 {
	font-size:36px;
	font-weight:700;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:3px double #ddd;
	position: relative;
	text-align:center;
}

h1:after {
	content:  "\f140";
    background:#fafafa;
	color:#ddd;
    position: absolute;
    bottom: -18px;
	padding:0 10px;
	 font-family: FontAwesome;
    font-weight: normal;
	font-size: 30px;
	left:0;
    right:0;
	margin-left:auto;
    margin-right:auto;
	width:30px;
}

h2 {
	font-size:1.9em;
	font-weight:700;
}

h3 {
	font-size:1.6em;
	font-weight:600;
}

h4 {
	font-size:1.4em;
	font-weight:600;
}

h5 {
	font-size:1.2em;
	font-weight:normal;
}

h6 {
	font-size:1.1em;
	font-weight:normal;
}

h2.entry-title {
	margin-bottom:2px;
}

/* 3. Site Layout and Structure
   ----------------------------------------------------------------------------*/

.outside {
	width:100%;
	margin:0 auto;
}

.wrap {
	width:1120px;
	margin:0 auto;
}


/* 4. Common Classes
   ----------------------------------------------------------------------------*/
   
    /* Flytonic Buttons */
a.visbutton {
    background:#d62c1f; 
 	color:#fff !important;
 	line-height:1em;
 	padding:6px 12px;
 	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	text-transform:uppercase;
	font-weight:700 !important;
	font-size:14px !important;
	font-family: 'Open Sans Condensed', sans-serif;
}

a.visbutton.blk {
	background:#1a1a1a;
}  
   
a.visbutton.size1 {
	padding:11px 0;
	width:75px;
}

a.visbutton.size2 {
	display:block;
	padding:16px 0;
	font-size:22px !important;
	font-weight:700 !important;
	margin:0;
}

a.visbutton.size3 {
	display:block;
	padding:12px 0;
	font-size:14px !important;
	font-weight:300 !important;
	font-family: 'Open Sans', sans-serif;
}


a.visbutton.lg {
	display: inline-block;
	padding:15px 25px;
	font-size:22px !important;
}

a.visbutton.cent {
	margin:0 auto;
	text-align:center;
	display:block;
} 

a.visbutton:hover, 
a.visbutton:active, 
a.visbutton:visited {
	opacity: 0.85; 
	box-shadow:none;
} 

 /* Rating Stars Big */
   
span.rate { 
	display:block;
	height:30px;
	width:189px;
	background:url("images/bigstars.png") -2px -33px;
}

span.ratetotal {
	display:block;
	height:30px;
	width:189px;
	background:url("images/bigstars.png") -2px -2px;
}   
   
span.rate.cen {
	margin:0 auto;
}


/* Excerpts */

.excerptlist {
	overflow:hidden;
	margin-bottom:10px;
}

.articleexcerpt { 
	float:left;
	width:260px;
	margin:0 10px 25px 10px;
	line-height:1.3em;
position:relative;
}

.articleexcerpt .articleimg { 
	display:block;
	margin-bottom:5px;
	width:100%;
	height:150px;
}

.articleexcerpt h3 { 
	margin:0 0 6px 0;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
	height:40px;
	text-align:center;
}

.articleexcerpt p {
	height:78px;
	font-size:13px;
	color:#666;
	margin-bottom:0;
}

.articleblock {
	padding:10px;
	margin-bottom:4px;
	border:1px solid #e5e5e5;
	background:#fff;
}

.bylines { 
	margin:0 0 6px 0;  
	color:#777; 
	background:#eee; 
	font-size:11px;
	text-transform:uppercase;
	font-weight:600;
	padding:3px 6px;
}

.single-post .bylines {
	margin-bottom:25px; 
}

blockquote {
	padding:8px 8px 8px 16px;
	background:#e9e9e9; 
	border-left:4px solid #d5d5d5;
	font-style:italic;
	color:#777;
}

.articleexcerpt .buttonart{ 
	margin:0 -6px -6px -6px;
}

.thumbarea {
	position:relative;
}

.metadate {
	position:absolute;
	bottom:6px;
	padding:4px 10px;
	font-size:12px;
	background:#fff;
}

/* Breadcrumbs */

.breadcrumb{ 
	font-size:11px; 
	padding:20px 5px 5px 0; 
	background:#FAFAFA;
	color:#888; 
}

/* 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: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* 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:#d62c1f;
	background: #fff; 
	text-decoration:none; 
	border-radius:4px; 
	-moz-border-radius:4px;}

.pagination a:hover {
	color:#fff;
	background: #d62c1f;
}

.pagination .current {
	padding:9px 9px 9px 9px;
	background: #d62c1f;
	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:20px; }
#respond{padding:0; background:#f8f8f8; }	 
#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: 200px; padding: 5px; margin:0;	border:2px solid #DDD; color:#888; display:block; font-size:11px; }
#commentform textarea {	width: 95%;	}
#commentform label { color:#555; font-weight:bold; font-size:11px; }	
#commentform label span { font-weight:normal; color:#777;}
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 #d62c1f; }
ol.commentlist .bypostauthor  span.avatar { border:solid 2px #d62c1f;}
.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:#d62c1f; 
	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:#d62c1f; 
	color:#fff; 
	border:0; 
	padding:8px;  
	text-align:center; 
	display:block;  
	width:100px; 
	font-size:12px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;  
}

#commentform #submit:hover { 
	background:#999;
	cursor:pointer; 
}


/* 5. Header
   ----------------------------------------------------------------------------*/

header.main-header  { 
	background:#000;
	z-index:50;
	}

.header-logo { 
	float:left;  
	padding:10px 20px 5px 20px;
	}
	
	.header-logo h1 { 
		line-height:1.1em; 
		font-size:30px; 
		margin:0; 
		color:#fff; 
		padding:0;
		border:0;
	}
	
	.header-logo h1:after{
		display:none;
	}
	
.headericons {
	float:right;
	padding:0 8px;
	border-left:1px solid #333;
	background:#fff;
	position:relative;
}

.headericons a, .headericons a:visited {
	color:#000;
}

.headericons a:hover {
	color:#999;
}




.searchgo {
	position:absolute;
	bottom:-56px;
	right:0;
	overflow:hidden;
	background:#333;
	padding:10px 10px 10px 10px;
  width:242px;
  display:none;
  z-index:10;
}

.searchgo .searchinput {
	width:145px;
}



/* Navigation
   ------------------------------*/


nav.navbar {
	position:relative;
	float:right;
} 

.nav {
	display: block; 
	height:60px; 
	width:100%; 
	margin:0; 
}

.nav,
.nav ul, .headericons ul {
	line-height: 48px; 
	margin:0; 
	padding:0; 
	list-style: none;
 }

.nav li, .headericons li {
	float: left;
 	font-size:14px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	color:#fff;
 }
 
 .headericons li {
 	padding:6px;
	font-size:18px;
	color:#111;
 }

.nav li a,
.nav li a:visited {
	display:block;
 	padding:6px 15px 6px 15px;
	color:#fff;
}

.nav > li > a:hover, 
.nav > li > a:active,
.nav > li:active,
.nav > li:hover {
	color:#fff;
	background:#111;
	background-image: -moz-linear-gradient(top, #222 40%, #000 100%);
	background-image: -webkit-linear-gradient(top, #222 40%, #000 100%);
}	

.nav li ul {
	position:absolute;
	left: -999em; 
	width:160px; 
	margin:0; 
	line-height: 18px;
 	margin-left:-1px; 
	background:#000;
	z-index:10;
}

.nav li li { 
	width: 160px; 
	margin:0; 
 	font-size:.9em;
}

.nav li li a,
.nav li li a:visited {
	color:#fff; 
}

.nav li li a:hover, 
.nav li li a:active {
	color:#d62c1f;
}

.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, 
.nav > li.current-menu-parent {

	background:#111;
	background-image: -moz-linear-gradient(top, #222 40%, #000 100%);
	background-image: -webkit-linear-gradient(top, #222 40%, #000 100%);
	
}

#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;
margin: 3px 0 0;
  position: absolute;
  right: 0;
  top:10px;
  z-index:100; 
  padding: 0 3px;
}

#mobile-menu{
		display: none;
}

#mobile-menu .menu-item-has-children .arrow{
	display: none;
}

nav.navbar.stickyheader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
	background:#262626;
}

/* 6. Content Area
   ----------------------------------------------------------------------------*/

.contentarea {
	overflow:hidden;
	font-size:14px;
	background:#fff;
}

.entry-content {
	font-size:14px;
	line-height:1.6em;
}

.main-content {
	padding:30px 0;
}

.main-content.reviewpage {
	float:left;
	width:683px;
	padding:30px 0;
}

.entry-content  ul { 
	padding: 0 0 6px 16px; 
}

.entry-content  ul li { 
	line-height:1.2em;
	padding: 0 0 0 26px;
	text-indent:-1px;
	margin-bottom:13px;
	background:url("images/gray_check.png") left 4px no-repeat;
	list-style:none;
}

.entry-content  ol {
	padding: 0 0 9px 32px; 
}

.entry-content  ol li { 
	line-height:1.2em;
	padding:0;
	margin-bottom:7px;
	list-style:decimal outside;
}

.readmoreinfo {
	float:right;
	padding:6px 18px;
	background:#fff;
	border:1px solid #ddd;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	clear:both;
	margin-bottom:25px;
}

.readmoreinfo:hover {
	background:#ddd;
	cursor:pointer;
}

.readmoreinfo a {
	color:#000;
}

.readmoreinfo a {
	color:#000;
}


/* Home Page Template */

.tophome{
	overflow:hidden;
	padding:30px 0;
	 background: #167fc9;
}

.tophome_left {
	float:left;
	width:780px;
}

.tophome_left.slidertop {
	width:740px;
	position:relative;
}

.featuredsb h2 {
	font-size:40px;
	margin-bottom:4px;
	color:#fff;
	text-shadow:1px 1px 1px #111;
}

.featuredsb h3 {
	font-size:24px;
	margin-bottom:15px;
}

.featuredsb h3 a {color:#eee; text-shadow:1px 1px 1px #111;}

.featuredsb ul {
	margin-bottom:10px;
}

.featuredsb li {
	background:#3c9adc;
	list-style:none;
	color:#fff;
	padding:10px 20px 10px 40px;
	margin:0 10px 10px 0;
	font-size:15px;
	font-weight:700;
	  position:relative;
	  display:block;
	  text-indent:-22px;
	  line-height:1.3em;
}

.featuredsb li:before {    
	font-family: 'FontAwesome';
	content: "\f0a9";
	margin:0 9px 0 -5px;
	color:#000;
	font-size:20px;
}

.tophome_right {
	float:right;
	width:300px;
	padding-top:25px;
}

.tophome_right .homebanner {
	margin-bottom:10px;
	display:block;
}

.tophome_right.slderright {
	padding-top:0;
}


.tophome_left .flexslider {
	height:425px;
	overflow:hidden;
}
.tophome_left .flexslider .slides > li {
	position: relative;
	height:425px;
	overflow:hidden;
}

.tophome_left .flexslider .slides > li img{
	height:auto;
	max-width:100%;
	min-height:425px;
}

.flex-caption {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  position:absolute;
    left:50;
	right:50;
	bottom:0;
    background:rgba(0, 0, 0,0.6);
    z-index:1;
	margin:0;
}

.flex-caption h2 {
	color:#fff;
	font-size:20px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.flex-caption p {
	margin:0;
	line-height:1.3em;
}


 .tophome_right h3 {
	font-size:20px;
	text-transform:uppercase;
	color:#333;
	margin:0 0 15px 0;
}

 .tophome_right ul {
	padding: 0;  
}

 .tophome_right li {
	font-size:13px;
	line-height:1.2em;
	padding: 0 0 0 0;
	text-indent:-1px;
	margin-bottom:7px;
	list-style:none;
}

 .tophome_right li a, 
 .tophome_right li a:visited { 
	color:#666;
	text-decoration:none;
}

 .tophome_right li a:hover { 
	color:#666;
	text-decoration:underline;
}

 .tophome_right ol {
	margin: 0;  
	padding: 5px 0px 0 15px;  
}

 .tophome_right ol li{ 
	list-style:decimal outside; 
	margin: 0px 0px 10px 0px;
}

 .tophome_right .widget{
	background:#B09302;
	margin-bottom:5px;
	padding:5px;
}


/* Content Area Styling */

.contentarea {
	padding:30px 0;
	overflow:hidden;
}

.contentarea.gray {
	background:#e5e5e5;
}


.contentarea h2, .contentarea h1{
	font-size:32px;
	margin-bottom:24px;
	padding-bottom:24px;
	border-bottom:3px double #e5e5e5;
	position: relative;
	text-align:center;
}

.contentarea.gray h2, .contentarea.gray h1 {
	border-bottom:3px double #ccc;
}

.contentarea h2:after, .contentarea h1:after {
	content:  "\f140";
    background:#fafafa;
	color:#e5e5e5;
    position: absolute;
    bottom: -18px;
	padding:0 10px;
	 font-family: FontAwesome;
    font-weight: normal;
	font-size: 30px;
	left:0;
    right:0;
	margin-left:auto;
    margin-right:auto;
	width:30px;
}

.contentarea.gray h2:after, .contentarea.gray h1:after  {
	background:#e5e5e5;
	color:#ccc;
}

.contentarea h1 {
	font-size:36px;
}

/* Menu Listings */

.menublock {
	float:left;
	background:#167fc9;
	padding:10px;
	margin:0 24px 25px 0;
	border-bottom:1px solid #888;
	position:relative;
	width:240px;
}

.menublock.last {
	margin-right:0;
}

.menublock .featimg {
	width:100%;
	height:150px;
	margin-bottom:10px;
}

.menublock  h4{
	color:#fff;
	text-align:center;
	font-size:15px;
	height:36px;
	padding:2px 4px;
	margin:0;
	background:#3994d4;
}

.menublock a.full {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	filter: alpha(opacity=0);
	display:block;
}

.menublock a.full:hover {
	cursor:pointer;
}

.menublock:hover .featimg {
	opacity:.85;
	filter: alpha(opacity=85);
}

.menublock p, .casino_column p, .game_colum p{margin:0;}

/* Casino Listings */

.casino_column {
	float:left;
	width:268px;
	margin:0 16px 25px 0;
}

.casino_column.last {
	margin-right:0;
}

.casino_column .toplogo {
	background:#fff;
	padding:40px 0;
	margin-bottom:4px;
	border: 1px solid #e5e5e5;
}

.casino_column .featimg {
	width:180px;
	height:90px;
	margin:0 auto;
	display:block;
}

.casino_column .ratecasino {
	text-align:center;
	background:#fff;
	font-weight:700;
	font-size:15px;
	color:#000;
	padding:10px 0;
	text-transform:uppercase;
	margin-bottom:4px;
	border: 1px solid #e5e5e5;
}

.casino_column .casinoname,
.casino_column .network {
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	font-size:13px;
	text-align:center;
	padding:8px 0;
	background:#1a1a1a;
	border-bottom:1px solid #272727;
}


/* Game Listings */

.game_column {
	float:left;
	width:260px;
	margin: 0 25px 25px 0;
}

.game_column.last {
	margin-right:0;
}

.game_column .toplogo {
	
}

.game_column .featimg {
	width:100%;
	height:150px;
	display:block;
	margin-bottom:4px;
}

.game_column .gamename {
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	font-size:17px;
	text-align:center;
	padding:12px 0;
	background:#fff;
	margin-bottom:4px;
	border: 1px solid #e5e5e5;
}

/* Single Game Template */


.gameouter {
	border:1px solid #ddd;
	margin-bottom:30px;
	padding-bottom:15px;
}

.gameouter h2 {
	background: #167fc9;
	color:#fff;
	margin:0 0 30px 0;
	padding:10px;
	border:none;
	font-size:24px;
}

.gameouter h2:after {
	display:none;
}

.gamewindow {
	margin:0 auto 30px auto;
	width:800px;
	border:2px solid #ddd;
}

.gamewindow object, .gamewindow iframe {
	width:100%;
	height:634px;
}

/* Single Casino Template */

.topreview {
	padding:30px 0;
	overflow:hidden;
	background:#f5f5f5;
}

.featreview {
	padding:10px 10px;
	 background: #167fc9;
	position:relative;
overflow:hidden;
}

.featreview .innnerfeat {
	padding:15px 15px;
	border:1px solid #3c9adc;
	overflow:hidden;
}

.featreview .col1 {
	float:left;
	width:275px;
	
}

.featreview .col2 {
	float:left;
	width:732px;
	margin-left:30px;
	padding-left:30px;
	border-left: 1px solid #3c9adc;
	color:#fff;
	font-size:16px;
}

.featreview h1 {
	text-align:left;
	color:#fff;
	padding:0;
	border:0;
	margin-bottom:5px;
	font-size:38px;
}

.featreview h1:after {
	display:none;
}

.featreview .logo {
	background:#fff;
	margin-bottom:6px;
}

.featreview .logo .featimg {
	padding:40px 0 ;
	display:block;
	margin:0 auto;
	width:200px;
	height:100px;
}

.featreview .bonusarea {
	background:#3c9adc;
	padding:12px 4px;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
}

.featreview .col2 ul {
	padding:10px 0 0 0;
}

.featreview .col2 li {
	list-style:none;
	margin:0 0 12px 0;
	text-indent:-25px;
	font-weight:700;
	font-size:15px;
	background: #3c9adc;
  color: #fff;
  padding: 10px 20px 10px 40px;
  margin: 0 10px 10px 0;
}

.featreview .col2 li:before {    
	font-family: 'FontAwesome';
	content: "\f0a9";
	margin:0 9px 0 -5px;
	color:#000;
	font-size:20px;
}

.summary {
	border-collapse: collapse; 
	border-spacing: 0;
	color:#96a4ae;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
}

.summary th { 
	text-align:left;
	width:42%;
	padding:10px 5px 10px 15px;
	vertical-align:top;
	line-height:1.2em;
	background:#e3e6e8;
	font-weight:700;
		border-bottom:1px solid #ebeeef;
	text-transform:uppercase;
}

.summary td {
	border-bottom:1px solid #ebeeef;
	width:58%;
	padding:10px 5px 10px 10px;
	line-height:1.2em;
	vertical-align:top;
	background:#f3f4f5;
	font-weight:700;
}

span.payout {
	display:inline-block;
	color:#000;
	background:#fff;
	padding:4px 12px;
	font-weight:700;
	color:#d62c1f;
}

/* 7. Sidebar
   ----------------------------------------------------------------------------*/

.sidebar { 
	float:right;
	width:350px;
	font-size:14px;
	color:#d5d5d5;
}

.sidebar h3,  .bottomwidgets h3 {
	font-size:20px;
	text-transform:uppercase;
	color:#333;
	margin:0;
	padding:10px 5px 10px 15px;
}

.bottomwidgets h3 {
	padding:0;
	margin-bottom:15px;
}

.bottomwidgets ul {
	padding: 0;  
}

.bottomwidgets li {
	font-size:1.1em;
	line-height:1.2em;
	padding: 0 0 0 0;
	text-indent:-1px;
	margin-bottom:7px;
	list-style:none;
}

.bottomwidgets li a, 
.bottomwidgets li a:visited { 
	color:#666;
	text-decoration:none;
}

.bottomwidgets li a:hover { 
	color:#666;
	text-decoration:underline;
}

.bottomwidgets ol {
	margin: 0;  
	padding: 5px 0px 0 15px;  
}

.bottomwidgets ol li{ 
	list-style:decimal outside; 
	margin: 0px 0px 10px 0px;
}

.bottomwidgets .bannerwidget { 
	display: block; 
	text-align:center; 
	margin:0 auto;
}

.bottomwidgets .bannerwidget img {
	display: block; 
	margin:0 auto;
	max-width:250px;
}

.textwidget,
.tagcloud {
	
}

.sidebar .widget,  .bottomwidgets .widget{
	background:#ebedef;
	margin-bottom:25px;
	padding-bottom:10px;
}

.bottomwidgets .widget {
	float:left;
	width:250px;
	margin:0 3px 0 3px;
	padding:12px;
}

.bottomwidgets {
	overflow:hidden;
	padding: 20px 0;
	background: #f5f5f5;
	border-top:1px solid #f1f1f1;
}

/* 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;
}

/* Newsletter Widget */

.newsletter {
	
}

.newsletterform { 
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
}

.newsletter .newsimage {
	float:right;
	margin:0 0 15px 12px;
}

.newsletter span{ 
	line-height:1.2em;
	font-size:12px;
	font-weight:bold;
}

.newsletter p.counter {
	margin:0 0 15px 0;
	padding:0;
}

.newsletterform .newsletterinput { 
	background:#fff; 
	border:1px solid #ccc; 
	color:#777; 
	font-style:italic; 
	padding:8px 10px; 
	margin-bottom:15px;
	width:226px; 
	display:block;
	font-size:13px;
	font-weight:400;
}

.newsletterform .submitbutton { 
	 background:#d62c1f; 
 	color:#FFF;
 	line-height:1em;
 	padding:12px 10px;
 	text-align: center;
	display:block;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
	border:0;
	font-size:13px;
}

.newsletterform .submitbutton:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;

	text-decoration:none;
	cursor:pointer;
}

.newsletter .nlimage {
	float:right;
	margin:0 0 10px 15px;
}

/* Search Widget */

.searchform { 
	overflow:hidden;  
}

.searchinput {
	background:#fff; 
	border:1px solid #ccc; 
	color:#777; 
	font-style:italic; 
	padding:8px 10px; 
	margin:0; 
	font-weight:300;
	width:145px; 
	display:block;
	float:left;
	font-size:13px;
}

.searchsubmit {
   background:#d62c1f; 
 	color:#FFF;
 	line-height:36px;
 	padding:0 10px;
	height:36px;
 	text-align: center;
	display:inline-block;
	margin:0 0 0 5px;
	border:0;
	font-size:13px;
	float:left;
	font-weight:700;
	text-transform:uppercase;
}	
				   
.searchsubmit:hover { 
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer;
}


/* Social Media Widget */

ul.smedia {
	padding:10px;
	margin:0;
	overflow:hidden;
}

ul.smedia li {
	display:block; 
	float:left;
	padding:6px;
	list-style:0;
	background:0;
	margin:0;
	border:0;
}

/* Featured Site Widget */

.widget .featwidget { 
	padding: 0 15px 15px 15px;
	text-align:center;
}

.widget .featwidget .logo {
	display:block;
	margin:0 auto 15px auto;
	width:160px;
	height:80px;
}

.widget .featwidget .small {
	font-size:13px;
	margin-bottom:10px;
	display:block;
}

.widget .featwidget h3 {
	margin:0 0 2px 0;
	text-transform:uppercase;
	color:#333;
	font-size:1.6em;
	font-weight:normal;
}

.widget .featwidget span.bonus {
	margin:0 0 15px 0;
	text-transform:uppercase;
	color:#e40000;
	font-size:1.3em;
}

.widget .featwidget .top {
	margin:10px 0;
}


.casinorow {
	overflow:hidden;
	background:#f8f8f8;
	padding:5px;
	border-bottom:1px solid #d5d5d5;
	margin-bottom:4px;
	position:relative;
}

.casinorow h4 {
	margin-bottom:2px;
	color: #d62c1f;
}

.casinorow_col1 {
	float:left;
	width:90px;
}

.casinorow_col1 img {
	width:90px;
	height:45px;
}

.casinorow_col2 {
	float:right;
	width:135px;
	padding-top:2px;
}

.casinorow_col2 span {
	font-size:14px;
	font-weight:700;
}

.casinorow a{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.casinorow:hover {
	background:#fff;
	cursor:pointer;
	border-bottom:2px solid #d5d5d5;
}

/* 8. Footer
   ----------------------------------------------------------------------------*/

footer.main-footer {
	background:#161616;
	padding:30px 0;
	color:#fff;
	overflow:hidden;  
	font-size:13px;
}

footer.bottom-footer {
	background:#000;
	padding:15px 0;
	color:#fff;
	font-size:13px;
	text-align:center;
}

.main-footer a, 
.main-footer a:visited,
.bottom-footer a,
.bottom-footer a:visited{
	color:#fff;
	text-decoration:none;
}

.main-footer a:hover, .bottom-footer a:hover {
	color:#ccc;
	text-decoration:underline;
}

.footerwidget h3 {
	font-size:20px;
	margin:0 0 20px 0;
	color:#fff;
}

.footerwidget {
	width:256px;
	float:left;
	margin-right:30px;
}

.footerwidget.last {
	margin-right:0;
}



.footerwidget ul {
	padding: 0 5px 0 5px;  
}

.footerwidget li {
	line-height:1.2em;
	padding:0;
	text-indent:0;
	margin-bottom:9px;
	list-style:none;
}



/* 9. Media Queries
   ----------------------------------------------------------------------------*/
   
   
 @media screen and (min-width:1px) and (max-width:1119px) {
   
.wrap{position:relative;}   
   
.navbar {display:none;}

.headericons {
  margin-right: 50px;
}

#mobile-menu-btn{
		display: block;
		background: none;
		border: none;
		cursor: pointer;
	}

	#mobile-menu-btn:focus{
		outline: none;
	}
	#mobile-menu-btn i{
		display: block;
		width: 22px;
		height:3px;
		background: #fff;
		margin: 4px 0;
		padding:0;
	}
	#mobile-menu{
		display: none;
		position: absolute;
		top:0;
		left:0;
		z-index:9999;
		width: 70%;
		background: #43494c;
		box-shadow: 0px 0px 12px 0px #333;
	}
	#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 #3d3e3e;
		position: relative;
	}

	#mobile-menu .menu-item-has-children .arrow{
		content: "\25bc ";
		position: absolute;
		display: block;
		border-left: 1px solid #3d3e3e;
		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: #3c3c3c;
	}
	#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;
	}
	
.featreview .col2 li {
  margin: 0 0 10px 0;
}

.featreview {
  padding: 5px;
}

.featreview .innnerfeat {
  padding: 10px;
}

.bottomwidgets .widget {
    margin: 0px 0 10px;
    width: auto;
    float: none;
}

 }
   
@media screen and (min-width:768px) and (max-width:1119px) {

.wrap {
	margin:0 auto;
	width:738px;
}

.tophome_left, .tophome_left.slidertop  {
  float: left;
  width: 420px;
}

.casino_column,  .casino_column.last{
  margin: 0 50px 25px 50px;
}

.game_column,  .game_column.last,
.menublock,.menublock.last,
.articleexcerpt{
  margin: 0 54px 25px 54px;
}

.featreview .col2 {
  width: 410px;
  margin-left: 10px;
  padding-left: 10px;
}

.featreview .col2 li {
  margin: 0 0 10px 0;
}

.main-content.reviewpage {
  width: 440px;
}

.sidebar {
  width: 275px;
}

.footerwidget {
	width:340px;
	margin: 0 10px 15px 10px;
}

.newsletterform .newsletterinput {
    width: 680px;
}

.searchinput {
	width:600px;
}

.casinorow_col2 {
    float: left;
    width: 535px;
    margin-left: 20px;
}

.gamewindow {
	width:728px;
}



 .tophome_left  .flexslider {
	height: 315px;
	margin-bottom:20px;
}

 .tophome_left  .flexslider .slides > li {
    position: relative;
    height: 315px;
    overflow: hidden;
}

 .tophome_left  .flexslider .slides > li img{
	min-height:315px;
	min-width:100%;
	width:auto;
}



}


@media screen and (min-width: 1px) and (max-width:767px){

.wrap {
	margin:0 auto;
}

header.main-header  { 
	padding-bottom:5px;
	overflow:
}

.tophome_left,  .tophome_right, .main-content.reviewpage, .sidebar, .tophome_left.slidertop    {
  float: none;
}

.tophome_right {
  margin: 0 auto;
}

.tophome_left.slidertop    {
	margin-bottom:20px;
}

.game_column,  .game_column.last,
.menublock,.menublock.last,
.articleexcerpt, .casino_column,  .casino_column.last {
  margin: 0 auto 25px auto;
  float:none;
}

.featuredsb li {
  margin: 0 0 10px 0;
}

.featreview .col2 {
  float: none;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  text-align: center;
}

.featuredsb h2, .featuredsb h3 {
	text-align:center;
}

.featreview .col1 {
  float: none;
  margin: 0 auto 15px auto;
}

.featreview h1 {
	text-align:center;
}

.casinorow_col2 {
    float: left;
    margin-left: 20px;
}

.footerwidget {
    float: none;
	margin:0 0 15px 0;
}

.header-logo {
 float:none;
  padding: 15px 0px;
  margin: 0 auto 10px auto;
  width: auto;
}

.header-logo img {
  margin: 0 auto;
  display: block;
}

.headericons {
  margin: 0 auto;
  display: block;
  width: auto;
  overflow: none;
  float:none;
}

.headericons ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.headericons li {
  padding: 6px 10px;
  font-size: 18px;
  display: inline;
  color: #111;
    float:none;
}

}

@media screen and (min-width: 480px) and (max-width:767px){


.wrap, .tophome_left, .main-content.reviewpage, .sidebar,  .tophome_left.slidertop   {
	width:450px;
}

.header-logo img {
max-width:370px;
}

.tophome_right {
  width:300px;
}

.featreview .col2 {
  width: 420px;
}

.newsletterform .newsletterinput {
    width: 400px;
}

.searchinput {
	width:320px;
}

.casinorow_col2 {
    width: 300px;
}

.footerwidget {
    width: 450px;
}

.gamewindow {
	width:440px;
}

 .tophome_left .flexslider {
	height: 315px;
}

 .tophome_left .flexslider .slides > li {
    position: relative;
    height: 315px;
    overflow: hidden;
}

 .tophome_left .flexslider .slides > li img{
	min-height:315px;
	min-width:100%;
	width:auto;
}

.tophome_right.slderright {
	padding-top:0;
	width:100%;
}


}


@media screen and (min-width: 1px) and (max-width:479px){


.wrap, .tophome_left, .main-content.reviewpage, .sidebar, .tophome_left.slidertop  {
	width:300px;
}

.tophome_right {
  width:300px;
}

.featreview .col2 {
  width: 270px;
}

.newsletterform .newsletterinput {
    width: 250px;
}

.searchinput {
	width:170px;
}

.casinorow_col2 {
    width: 150px;
}

.footerwidget {
    width: 300px;
}

.header-logo img  {
 width: 220px;
  height: auto;
}

#mobile-menu .logomobile img{
	max-width:190px;
	height:auto;
	}
	
.gamewindow {
	width:290px;
}


 .tophome_left  .flexslider {
	height: 220px;
}

 .tophome_left  .flexslider .slides > li {
    position: relative;
    height: 220px;
    overflow: hidden;
}

 .tophome_left  .flexslider .slides > li img{
	min-height:220px;
	min-width:100%;
	width:auto;
}

.flex-caption p {
	display:none;
}

}