/*
Theme Name: GameAddict
Theme URI: #
Author: Skywarrior themes
Author URI: #
Description: addict is the ultimate gaming theme. Created using the latest HTML5 and CSS3 techniques, it allows you to create awesome review sites or portfolios for your games.
Version: 1.9.7
License: Skywarrior Themes. All rights reserved.
License URI: #
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: addict
*/


@import url("css/bootstrap.css");
@import url("css/main.css");
@import url("css/bootstrap-responsive.css");
@import url("css/font-awesome.css");
@import url("css/font-awesome.min.css");
@import url("css/shadowbox.css");
@import url("css/ui.totop.css");
@import url("css/bbpress.css");
@import url("css/woocommerce.css");
@import url("css/buddypress.css");
@import url("css/clanwars.css");
header{
	height: 86px;
	background-color: #191919;
}

.casinos {
  display: table;
  width: 100%;
}
.casinosRow {
  display: table-row;
}
.casinosHeading {
  display: table-header-group;
  background-color: #333;
}
.casinosHead1, .casinosHead2 {
  display: table-cell;
  padding: 6px 10px;
  background-color: #cccccc;
  color: #4c4c4c;
  font-size: 120%;
  font-weight: bold;
}
.casinosHead2 {
  text-align: center;
}
.casinosCell1 {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #999999;
  background-color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  vertical-align: middle;  
}
.casinosCell2 {
  display: table-cell;
  padding: 10px;
  text-align: center;
  font-size: 1.4em;
  border-bottom: 1px solid #999999;
  background-color: #ffffff;
  vertical-align: middle;  
}
.casinosCell2 img {
    margin:0px;
    padding:0px;
    vertical-align: middle;  
    border:none;    
}
.casinosCell2 a img {
    margin:0px;
    padding:0px;
    vertical-align: middle;    
    border:none; 
}
.casinosCell3 {
  display: table-cell;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #999999;
  background-color: #ffffff;
  vertical-align: middle;  
}
.casinosCell4 {
  display: table-cell;
  padding: 10px;
  text-align: left;
  font-size: 1.4em;
  border-bottom: 1px solid #999999;
  background-color: #ffffff;
  vertical-align: middle;  
}
.casinosCell5 {
  display: table-cell;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #999999;
  background-color: #ffffff;
  vertical-align: middle;  
}
.casinosHeading {
  display: table-header-group;
  background-color: #ddd;
  font-color: ffffff;
  font-weight: bold;
}
.casinosFoot {
  display: table-footer-group;
  font-weight: bold;
  background-color: #ddd;
}
.casinosBody {
  display: table-row-group;
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  #onlyPC { display: none; }  /* show it on small screens */
}
@media screen and (min-width: 401px) and (max-width: 1024px) {
  #my-content { display: inherit; }   /* hide it elsewhere */
}

.gamesbtn {
  background: #f88a09;
  background-image: -webkit-linear-gradient(top, #f88a09, #c5412f);
  background-image: -moz-linear-gradient(top, #f88a09, #c5412f);
  background-image: -ms-linear-gradient(top, #f88a09, #c5412f);
  background-image: -o-linear-gradient(top, #f88a09, #c5412f);
  background-image: linear-gradient(to bottom, #f88a09, #c5412f);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.gamesbtn:hover {
  background: #d87603;
  background-image: -webkit-linear-gradient(top, #d87603, #c5412f);
  background-image: -moz-linear-gradient(top, #d87603, #c5412f);
  background-image: -ms-linear-gradient(top, #d87603, #c5412f);
  background-image: -o-linear-gradient(top, #d87603, #c5412f);
  background-image: linear-gradient(to bottom, #d87603, #c5412f);
  text-decoration: none;
}
.clearfix::after{content:"";display:table;clear:both}
