/*
Theme Name: Cazinotheme
Theme URI: http://
Description: Child Theme for Gonzo
Author: Nice weather
Author URI: http://
Template: gonzo
Version: 0.1
*/

@import url('../gonzo/style.css');

/* Put your css in after this line :-) */

body {
	font-size:14px;
}

p a {
	color:darkorange !important;
	font-weight: bold !important;
}

a:hover {background:none; color:#222;}

#bonustable table{
	width:100%;
	margin-bottom: 36px;
}

#casinotable table{
	width:100%;
	margin-bottom: 75px;
}

#bonustable table th, table th{
	border: none;
	padding:0px;
	border-right: solid 3px white;
}

#casinotable table th, table th{
	border: none;
	padding:0px;
	border-right: solid 3px white;
}


tr#one {
	border-top: solid 3px white;
}

th#logo {
	width:20%;
	border-right: solid 2px white;
	text-align: center;
	background-color: #f5f5f5;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat; 
}

div.omc-cat-top p {
	padding: 0px 20px 20px 20px;
	font-size: 14px;
}

.introduction {
	font-size: 14px;
}

span#omc-search-overlay {
	display: none;
}

input.omc-header-mobi-search-input-box {
	display:none;
}

a#omc-logo {
	max-width:104%;
	margin-left:-4%;	
}

.friendly_button a{
	margin: 0px 10px 0px 10px;
}

div.omc-review-criteria {
	height: 42px;
}

span.omc-criteria-description {
position: absolute;
top: 10px;
left: 15px;
font-weight: 600;
font-size: 1.4em;
}

article#omc-full-article p.omc-date-time-inner {
color: black;
position: inherit;
top: 10px;
left: 10px;
}

article.omc-blog-one h2.omc-blog-one-heading {
	font-weight: bold;
	font-size: 2em;
}

article.omc-blog-two h2 {
	font-weight: bold;
	font-size: 1.6em;
}

p.omc-blog-two-date {
	margin-top:5px;
	color: #888;
	font-weight: normal;
	font-size: 0.8em;
}

p.omc-date-time-one {
	margin-top:5px;
	color: #888;
	font-weight: normal;
	font-size: 0.8em;
}

article.omc-blog-two:hover {
	background: none;
	
}

.fbbutton {
	position: absolute;
	right: 4%;
	top:5px;
}

@media only screen and (max-width: 1024px) {

#bonustable {
	display: none;
}
#casinotable {
	display: none;
}

#omc-main{
	margin-top: 40px;
}

.friendly_button a{
	margin: 0px 10px 10px 10px;
}

}



/* 
@media only screen and (min-width: 1024px) {

header {
	position: absolute;
	top: 55px;
}

nav#omc-main-navigation {
	margin-bottom: 22px;
	margin-top: 50px;
}

#omc-container {
padding: 80px 0px 0px 40px;
margin-top: 140px;
}
}
*/


