/*
Theme Name: Forca Premium Theme
Theme URI: #
Description: Forca Premium Wordpress Theme
Author: Orange Themes
Author URI: #
Version: 1.2.2
Tags: 
License: GNU General Public License
License URI: README_License.txt
*/


/** Wordpress default clases */

.sticky { background: #f8f8f8; padding: 0px 0px 16px 0px; }

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }


.gal-current-image .loading {
	display: inline-block;
	background: rgba(255,255,255,0.7) url("images/loading.gif") no-repeat center center;
	line-height: 0px;
	min-height: 400px;
	width: 100%;
}

.waiter > img {
  position:relative;
}

.gal-current-image .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.port-last-image .loading {
	display:inline-block;
	background:#fff url("images/loading.gif") no-repeat center center;
	line-height:0px;
	min-height:400px;

}

.port-last-image  .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* isotope transition styles */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
  
#infscr-loading {
	background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 0;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	left: 50%;
	margin-left: -45px;
	padding-top: 20px;
	position: fixed;
	text-align: center;
	z-index: 1000;
	width: 90px;
	background-repeat:no-repeat;
	background-position: center center;
}
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bypostauthor {}

img { height: auto !important; }

.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:hover {
    color:#000000; 
}
.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;  
}
.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 */
}

.playbtn {
  background: #2066d6;
  background-image: -webkit-linear-gradient(top, #d30000, #a31a1a);
  background-image: -moz-linear-gradient(top, #d30000, #a31a1a);
  background-image: -ms-linear-gradient(top, #d30000, #a31a1a);
  background-image: -o-linear-gradient(top, #d30000, #a31a1a);
  background-image: linear-gradient(to bottom, #d30000, #a31a1a);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.playbtn:hover {
  background: #2975e6;
  background-image: -webkit-linear-gradient(top, #f33e3e, #d30000);
  background-image: -moz-linear-gradient(top, #f33e3e, #d30000);
  background-image: -ms-linear-gradient(top, #f33e3e, #d30000);
  background-image: -o-linear-gradient(top, #f33e3e, #d30000);
  background-image: linear-gradient(to bottom, #f33e3e, #d30000);
  text-decoration: none;
}

    .gameswrap {
       overflow: hidden;
       margin: 0px;
    }
    .gamesbox {
       float: left;
       position: relative;
       width: 25%;
    }
    .gamesboxInner {
       position: relative;
       padding: 10px;
       overflow: hidden;
    }
    .gamesboxInner img {
       width: 100%;
    }
    .titleBox {
       position: relative;
       background: #000;
       color: #FFF;
       padding: 4px;
       text-align: center;
    }
    .titleBox h4 {
       color: #ccc;
       margin-top: 12px;
    }
    .titleBox a {
       color: #FFF;
       text-decoration: none;
    }
    .titleBox a:hover {
       color: #FFF;
       text-decoration: underline;
    }
    .titleBox a.review {
       color: #ccc;
       text-decoration: none;
    }
    .titleBox a.review:hover {
       color: #ccc;
       text-decoration: underline;
    }
    .gamesrow { 
       overflow:hidden;
    }
    .gamesrow div {
       padding: 0px;
    }
    #gamesleft {
       float:left; 
       margin-right:20px;
       width:200px;
    }
    #gamesright { 
       overflow:hidden;
       margin:0px;
    }
    #gamesright h3 { 
       margin: 0px;
       padding:0px;
    }

    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .gamesbox {
          width: 100%;
       }
       #gamesleft { 
          float: none;
          margin-right:0;
          margin-bottom:20px;
          width:auto;
          border:0;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .gamesbox {
          width: 50%;
       }
    }
    @media only screen and (max-width : 950px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .gamesbox {
          width: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 951px) {
       /* Medium desktop: 4 tiles */
       .gamesbox {
          width: 25%;
       }
    }

/* LISTE IN SIDEBAR */
#sidebarlist { width:360px; }
#sidebarlist ul { border-top-style:solid; border-top-width:1px; border-top-color:#333333; margin-top:20px; }
#sidebarlist ul li { border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#333333; padding-top:10px; padding-bottom:10px; }
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
