/*
Theme Name: Superhero
Theme URI: wordpress/themes/superhero/
Author: Automattic
Author URI: wordpress/themes/
Description: Give your blog a clean look with bright pops of color. Superhero features full-bleed featured posts and featured images, a fixed header, and subtle CSS3 transitions.
Version: 1.1.7
License: GNU General Public License v2 or later
License URI: #
Tags: responsive-layout, gray, two-columns, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, translation-ready, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Superhero is based on Underscores # (C) 2026-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer meyerweb/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal #
and Blueprint #
*/

ul#menu-footer {list-style:none; float:left;}
ul#menu-footer li {float:right; margin-left:20px;}

a {text-decoration:underline; color:#ea5449;}
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Arial', sans-serif;
	font-size: 102%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html[dir=rtl] {
	direction: rtl;
}

html,
body {
	width: 100%;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units # */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* 456bereastreet/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	/*background: #262626 url("images/bg.jpg") 0 0 repeat; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: right;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #262626;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 400;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
body[dir=rtl] p {
	margin-bottom: 1.5em;
	text-align: right;
	direction: rtl;
}
ul, ol {
	margin: 0 0 1.5em 3em;

}
body[dir=rtl] ul,
body[dir=rtl] ol {
	text-align: right;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
.format-quote blockquote{
	margin: 0;
}
address,
.post-format-content {
	margin: 0 0 1.5em;
}
pre {
	background: #ededed;
	font-family: "Arial", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #e6e6e6;
	color: #262626;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 5px 2%;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 sitepen/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #ccc;
	border: 1px solid #eee;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #ea5449;
	text-decoration: none;
}
a:visited {

}

.mini-title a:visited {color: #529d1b;}

.ocgs-mini-click a:visited {color: #fff;}

.ocgs-mini-click a:hover {text-decoration:underline;}

a:hover,
a:focus,
a:active {
	color: #1e4a66;
}
.site a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Clearing */
.clear:before,
.clear:after,
/*[class*="content"]:before,*/
/*[class*="content"]:after,*/
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.clearfix {
	clear: both;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Layout
----------------------------------------------- */

#masthead-wrap {
	position: relative /*fixed*/;
	top: 0;
	z-index: 1000;
	width: 100%;
    background-color: rgba(210,205,167,1);
}
.logged-in #masthead-wrap {
	top: 0/*32px*/;
}
.wp-admin .logged-in #masthead-wrap {
	top: 0;
}
#masthead {
	color: #fff;
	margin: 0 auto;
	width: 1000px;
	min-height: 50px;
}
#masthead hgroup {
	float: left;
	width: 50%;
}
.header-image,
.site-logo {
	width: auto;
	max-height: 150px;
}
.site-title {
	color: #fff;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	margin-top: 20px;
    margin-right: 15px;
}
.site-title a {
	color: #000;
	text-decoration: none;
}
.site-title a:hover {
//	color: #ea5449;
}
.site-description {
	color: #fff;
	font-size: 1.9em;
        margin-right: 15px;

}

#main {
	font-size: .8em;
	line-height: 24px;
	margin: auto;
	width: 1000px;
}
#primary {
	float: left;
	margin-right: 25px;
	width: 685px;
}
#primary.full-width-page {
	float: none;
	margin-right: 0;
	width: 100%;
}
#secondary {
	float: right;
	width: 240px;
}
#colophon-wrap {
	background-color: #262626;
	clear: both;
	margin-top: 25px;
	padding: 25px 0;
	width: 100%;
}

#colophon {
	color: #818181;
	font-size: .8em;
	margin: 0 auto;
	width: 1000px;
}
#colophon a:hover {
	color: #fff;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: right;
	width: 50%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation li a {
//	background-image: url("images/menu-list-bg.png");
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding-left: 35px;
}

.main-navigation a {
	color: #818181;
	display: block;
	font-size: .8em;
	padding: 3px 20px;
	text-decoration: none;
}
.main-navigation ul ul {
	background-color: #141414;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
		z-index: 99999;
	text-align: right;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 175px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background-color: #ea5449;
	color: #fff;
    box-shadow: 0px 2px 35px #681818 inset, 0 1px 2px rgba(0,0,0,0.5);
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Featured Content
----------------------------------------------- */

#featured-content.flexslider {
	border: none 0;
	margin-bottom: 25px;
	overflow: hidden;
}
#featured-content.flexslider .slides img {
	height: auto;
	margin: 0 auto
}
#featured-content.flexslider .slides .featured-hentry-wrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#featured-content.flexslider .slides .hentry .entry-header {
	background: rgba(255,255,255,.95);
	border-bottom: 5px solid #1e4a66;
	margin-bottom: 25px;
	padding: 1% 25px;
	position: absolute;
		bottom: 25px;
		right: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	max-width: 500px;
}
#featured-content.flexslider .slides .hentry {
	background: transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
}
#featured-content.flexslider .slides .hentry .entry-header:hover {
	background: rgba(255,255,255,1);
}
#featured-content .flex-direction-nav li a {
	background-color: #fff;
	color: #1e4a66;
	font-size: 1.9em;
	line-height: 1em;
	opacity: 0;
	padding: .5% 1%;
	top: 48%;
	text-align: center;
	text-indent: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: auto;
	height: auto;
}
#featured-content:hover .flex-direction-nav li a {
	opacity: .5;
}
#featured-content.flexslider:hover .flex-direction-nav li a {
	background-color: #fff;
	opacity: .5;
}
#featured-content.flexslider .flex-direction-nav li a:hover {
	background-color: #fff;
	opacity: .95;
}
#featured-content .flex-direction-nav li .next {
	right: 0;
}
#featured-content .flex-direction-nav li .prev {
	left: 0;
}
#featured-content .flex-control-nav {
	bottom: 1%;
	right: 0;
	width: 100%;
}
#featured-content .flex-control-nav li {
	background-color: rgba(30,74,102,0);
	border-radius: 10px;
	padding: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#featured-content:hover .flex-control-nav li {
	background-color: rgba(30,74,102,.5);
}
#featured-content .flex-control-nav li:hover {
	background-color: rgba(30,74,102,.95);
}
#featured-content .flex-control-nav li a {
	background-color: rgba(255,255,255,0);
	border-radius: 7px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 14px;
	height: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#featured-content:hover .flex-control-nav li a {
	background-color: rgba(255,255,255,0.5);
}
#featured-content .flex-control-nav li a:hover, #slider-wrapper .flex-control-nav li a.active {
	background-color: rgba(255,255,255,.95);
}

/* =Content
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #1e4a66;
	margin: .15em 0;
	padding: .15em 0;
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
.page-title {
	background-color: #fff;
	border-bottom: 5px solid #1e4a66;
	-webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	color: #1e4a66;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 0 25px;
	padding: 5px 15px;
	text-align: right;
}
.hentry {
	-webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	box-shadow: none; // 0 0 3px rgba(100, 100, 100, 0.25);
	margin: 0 0 2px 0;
	padding: 0 0 25px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.attachment-feat-img {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	height: auto;
}
h1.entry-title,
h2.entry-title {
	color: #1e4a66;
	font-size: 2.9em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: 0 20px 20px;
	text-align: center;
}
/*.hentry:hover .entry-title {
	color: #ea5449;
}*/
.entry-title a {
	color: #1e4a66;
        font-weight: bold;
        font-size: 24px;
}
.entry-title a:hover {
	color: #ea5449;
}
.hentry:hover .entry-title a:hover {
	color: #1e4a66;
}
.entry-header {
	padding: 0; // 25px 0 25px;
}
.entry-meta {
	clear: both;
	color: #737373;
	font-size: .9em;
}
footer.entry-meta {
	padding: 0 25px;
}
.byline {
	display: none;

}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content {
	color: black;
}
article.post h1 {
      clear: none;
}
article.post img.featured-image {
      float: right; margin-left: 10px;
}
.entry-summary {
	margin: 0;
	padding: 0 25px 0 25px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
blockquote,
.quote-caption {
	color: #1e4a66;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.6em;
}
.quote-caption {
	margin: 0 1.5em 1.5em;
}
.format-link .entry-content p {
	margin: 0 1.5em 1.5em 1.5em;
}
.format-link .entry-content a {
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.6em;
}

.sticky {
	background-color: #f6f6f6;
	border-bottom-color: #ea5449;
}
.sticky .entry-title {
	color: #ea5449;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.5em;
}
.sticky .entry-title a {
	color: #ea5449;
}
.sticky .entry-title a:hover {
	color: #1e4a66;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
img.size-full,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-post-image {
	float: right; margin-left: 10px;
}
.taxonomy-description {
    color: white;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding: 1%;
	max-width: 97.7%;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption-text img {
	display: inline;
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery,
.site-content .tiled-gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.jetpack-video-wrapper {
	margin-bottom: 1.5em;
}

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

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#menu-top {
	text-align: center;
}

/* =Comments
----------------------------------------------- */

#comments {
	background-color: #f2f2f2;
	padding: 25px;
}
.bypostauthor > article {
	background-color: #fafafa;
	padding: 10px;
}
.comments-title {
	font-size: 1.7em;
	line-height: 1.3em;
}
.commentlist .published, .commentlist .edit, .commentlist .reply {
	font-size: 1em;
	font-style: italic;
	line-height: 1.2em;
}
.comment-navigation {
	margin-bottom: 1.6em;
}
.commentlist, .commentlist li {
	list-style: none;
	margin: 0 0 25px 0;
}
.commentlist .comment-content li {
	margin-left: 2.8em;
	list-style-type: decimal;
}
.commentlist {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.commentlist li {
	margin-top: 1.6em;
	padding: 1.6em 0 0 0;
	border-top: 1px solid #e5e5e5;
}
.commentlist .children {
	margin-left: 0;
}
.commentlist li li {
	padding-left: 10%;
}
.commentlist .avatar {
	float: left;
	margin: 0 13px 10px 0;
}
.comment-meta {
	margin: 0 0 2px 0;
	font-size: 0.8em;
	color: #bbb;
	line-height: 1.7em;
}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 1em;
}
.comment-author { margin-right: 10px; }
.comment-meta a {
	font-style: normal;
	color: #777;
	border-bottom: 1px solid #e5e5e5;
}
.comment-author a { color: #333; }
.comment-meta a:hover{
	color: #000;
	border-bottom: none;
}
.comments-closed {
	padding: 10px 25px;
	font-size: 1em;
	color: #888;
	background: #f5f5f5;
}
.comment-content {
	font-size: 0.85em;
	line-height: 1.9em;
	clear: left;
}
.comment-content p { margin-bottom: 1em; }
.commentlist .comment-content li {
	border-top: none 0;
	margin: 0;
	padding: 0;
}
.commentlist .comment-content ul, .commentlist .comment-content ol {
	margin-bottom: 1.692307em;
}
.commentlist .comment-content li ul, .commentlist .comment-content li ol {
	margin-bottom: 0.3em;
}
.commentlist blockquote, .commentlist blockquote blockquote blockquote {
	font-size: 1em;
}

/* =Widgets
----------------------------------------------- */

.widget {
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	margin: 0 0 25px;
	padding: 17px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
        border-radius: 3px;
}
.widget:hover {
	-webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
	box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	color: #000;
        font-weight: bold;
}
.widget-title {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.widget:hover .widget-title {
	color: #1E4A66;
}

.widget ul {
	list-style-type: none;
	margin: 0;
}
.widget ul li {
	margin-bottom: 3px;
}
.widget ul ul {
	margin-left: 10px;
}
.widget img {
	height: auto;
}

/* Make sure gravatar profile thumbnail fits in widgets */
.widget img.grofile-thumbnail {
	max-width: 100% !important;
	height: auto !important;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget #s {
	padding: 5% 2%;
	width: 57%;
}
.widget #searchsubmit {
	background: #f6c628;
	border: none 0;
	padding: 5% 2%;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 35%;
}
.widget:hover #searchsubmit {
	background: #1e4a66;
	color: #fff;
}
.widget:hover #searchsubmit:hover {
	background: #f6c628;
	color: #262626;
}
.widget #searchsubmit:hover {
	background: #1e4a66;
	color: #fff;
}

/* Recent comment widget */
.widget_recent_comments table td {
	line-height: 1.5;
	padding-bottom: 12px;
	vertical-align: top;
}

#not-found-secondary {
	overflow: hidden;
	width: 100%;
}
#not-found-secondary .widget {
	float: left;
	margin-right: 5%;
	padding: 2%;
	width: 26%;
}
#not-found-secondary .widget.widget_archive {
	margin-right: 0;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	background-color: #818181;
	border-radius: 4px;
	display: block;
	margin: -20px auto 0;
	padding: 2px;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
img#wpstats:hover {
	background-color: #ea5449;
}

/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-scroll #wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 1.5em;
}
.infinite-scroll.neverending #content {
	margin-bottom: 1.5em;
}
#infinite-footer .container {
	float: none;
}
.infinite-loader {
	clear: both;
	color: #fff;
	padding: 0 0 1.5em 0;
}
#infinite-handle {
	margin: 0 0 3em 0;
}
#infinite-handle span {
	border: 0 none;
	clear: both;
}
.infinite-scroll .infinite-wrap {
	border: 0 none;
	padding: 0;
}

/* Elements to hide: (footer widgets, post navigation, regular footer) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending .footer {
	display: none;
}

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending .footer {
	display: block;
}

/*RTL override*/

/*
Theme Name: Superhero

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

#

*/

/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/

/* =Reset
-------------------------------------------------------------- */

caption, th, td {
	text-align: right;
}

/* =Global
----------------------------------------------- */

/* Text elements */

ul, ol {
	margin: 0 3em 1.5em 0;
}

ul ul, ol ol, ul ol, ol ul {
	margin-right: 1.5em;
	margin-left: auto;
}

textarea {
	padding-right: 3px;
	padding-left: 0;
}

/* Links */

/* Alignment */
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-left: auto;
}

/* =Layout
----------------------------------------------- */

#masthead .header-container {
	float: right;
}

#primary {
	float: right;
	margin-left: 15px;
	margin-right: auto;
}

#primary.full-width-page {
	margin-left: 0;
	margin-right: auto;
}

#secondary {
	float: left;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	float: left;
}

.main-navigation ul {
	padding-right: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: right;
	right: 0;
	text-align: right;
	left: auto;
}

.main-navigation ul ul ul {
	right: 100%;
	left: auto;
}

/* =Featured Content
----------------------------------------------- */

#featured-content.flexslider .slides .hentry {
	left: 0;
	right: auto;
}

#featured-content .flex-direction-nav li .next {
	left: 0;
	right: auto;
}

#featured-content .flex-direction-nav li .prev {
	right: 0;
	left: auto;
}

#featured-content .flex-control-nav {
	left: 0;
	right: auto;
}
#featured-content.flexslider:hover .flex-direction-nav li a {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
	transform: rotate(180deg);
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
#featured-content .flex-direction-nav li a {
	line-height: 49px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

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

.site-content .nav-previous {
	float: right;
}

.site-content .nav-next {
	float: left;
	text-align: right;
}

/* =Comments
----------------------------------------------- */

.commentlist .comment-content li {
	margin-right: 2.8em;
	margin-left: auto;
}

.commentlist li li {
	padding-right: 10%;
	padding-left: 0;
}

.commentlist .avatar {
	float: right;
	margin: 0 0 10px 13px;
}

.comment-author {
	margin-left: 10px;
	margin-right: auto;
}

.comment-content {
	clear: right;
}

/* =Widgets
----------------------------------------------- */

.widget ul ul {
	margin-right: 10px;
	margin-left: auto;
}

/* Search widget */

#not-found-secondary .widget {
	float: right;
	margin-left: 5%;
	margin-right: auto;
}

#not-found-secondary .widget.widget_archive {
	margin-left: 0;
	margin-right: auto;
}

#masthead.site-header .header-container {
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	min-height:200px;
	}
	
h1.site-title-top {
	font-size: 1em;
	margin: 20px;	
	}
	
.site-title-top a {
	color: #fff;
	font-size: 2em;
	
	}	
	
/*menu*/

.main-navigation {
	width: 100%;
}
html[dir=rtl] .main-navigation {
	direction: rtl;
}
	
.main-navigation a {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	}	
		
.main-navigation ul {
    /*
	background: rgb(75, 169, 5); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0ZTM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYxYzQxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGUzOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(75, 169, 5,1) 0%, rgba(8, 39, 8,1) 50%, rgba(75, 169, 5,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75, 169, 5,1)), color-stop(50%,rgba(8, 39, 8,1)), color-stop(100%,rgba(75, 169, 5,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(75, 169, 5,1) 0%,rgba(8, 39, 8,1) 50%,rgba(75, 169, 5,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(75, 169, 5,1) 0%,rgba(8, 39, 8,1) 50%,rgba(75, 169, 5,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(75, 169, 5,1) 0%,rgba(8, 39, 8,1) 50%,rgba(75, 169, 5,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(75, 169, 5,1) 0%,rgba(8, 39, 8,1) 50%,rgba(75, 169, 5,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-8 */
    background-color: #000000;
	width: 100%;
//	max-width: 983px;
	line-height: 30px;
}

html[dir=rtl] .main-navigation ul.menu {
	text-align: right;
}

/*Home Page*/

.minis .pic {float: left; margin: -160px 0 0 -150px;}

.ocgs-mini {
	background-color: #fff;
	border-bottom: 5px solid #f9bc6c;
	-webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	color: #1e4a66;
	font-size: 1.9em;
	font-weight: 400;	
	margin: 0 0 25px;
	padding: 15px 25px;
	text-align: right;
	float: right;
	}
	
.ocgs-mini h1.mini-title {
	font-size: 1.15em;	
	margin: 0 0 0.15em 0;
	padding: 0; 
	}
	
.ocgs-mini-excerpt p {
	font-size: 0.65em;
	line-height: normal; 
	}	

.ocgs-thumb {
	float: right;
	margin: 0 0 0 10px;
	border: gold 1px solid;
	border-radius: 5px;	
	line-height: normal;
	padding: 0;
	}
	

.ocgs-mini-click {float: left;}
	
.cta-play {
	background: rgb(75, 169, 5); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0ZTM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYxYzQxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGUzOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(75, 169, 5,1) 0%, rgba(8, 39, 8,1) 50%, rgba(75, 169, 5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75, 169, 5,1)), color-stop(50%,rgba(8, 39, 8,1)), color-stop(100%,rgba(75, 169, 5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(75, 169, 5,1) 0%,rgba(8, 39, 8,1) 50%,rgba(75, 169, 5,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(75, 169, 5,1) 0%,rgba(8, 39, 8,1) 50%,rgba(75, 169, 5,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(75, 169, 5,1) 0%,rgba(8, 39, 8,1) 50%,rgba(75, 169, 5,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(75, 169, 5,1) 0%,rgba(8, 39, 8,1) 50%,rgba(75, 169, 5,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-8 */
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid gold;
	color: #fff;
	}	


.cta-more {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, #EE0606),
	color-stop(1, #980808)
	);
	background-image: -o-linear-gradient(top, #EE0606 40%, #980808 100%);
	background-image: -moz-linear-gradient(top, #EE0606 40%, #980808 100%);
	background-image: -webkit-linear-gradient(top, #EE0606 40%, #980808 100%);
	background-image: -ms-linear-gradient(top, #EE0606 40%, #980808 100%);
	background-image: linear-gradient(to top, #EE0606 40%, #980808 100%);
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid gold;
	color: #fff;
	}


.text-in-homepage, .text-in-homepage a, .text-in-homepage h3, .text-in-homepage h2  {color: #fff;}

.text-in-homepage a {text-decoration: underline;}

.category-text {color: #fff;}


.category-text h1, .category-text h2, .category-text h3 {color: #fff; font-weight: bold;}

.category-text a {color: #fff; font-weight: bold; text-decoration: underline;}

/*End OverRides*/

/* Media queries for responsive design
--------------------------------------------- */

/* --- iPad Portrait --- */
@media screen and (min-width: 768px) and (max-width: 959px) {
	#masthead,
	#colophon,
	#featured-content.flexslider .slides .featured-hentry-wrap {
		width: 100%;
	}
	#main {
		width: 96%;
	}
	#primary {
		margin-right: 3%;
		width: 72%;
	}
	#secondary {
		width: 25%;
	}
	.widget #s {
		width: 93%;
	}
	.widget #searchsubmit {
		margin-top: 2%;
		width: 98%;
	}
}
.casinos_list .casinos_list_body .our_score {
	font-size: 30px;
	text-align: center;
}
/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width: 960px) {
	#text-2 {
		display: none;
	}

	#masthead,
	#main,
	#primary,
	#secondary,
	#colophon,
	#featured-content.flexslider .slides .featured-hentry-wrap {
		width: 100%;
	}
	.casinos_list .casinos_list_body .our_score {
		margin-top: 0;
	}
	.logged-in #masthead-wrap {
		top: 46px;
	}
	#featured-content.flexslider .slides .hentry {
		bottom: 2%;
		max-width: 50%;
	}
	#primary {
		margin-right: 0;
	}
	.widget #s {
		padding: 2%;
		width: 93%;
	}
	.widget #searchsubmit {
		margin-top: 2%;
		padding: 2%;
		width: 98%;
	}
}

/* --- Smartphones (portrait and landscape) --- */
@media screen and (max-width : 600px) {
	#masthead-wrap {
		position: absolute;
	}
	#masthead {
//		padding: 1% 3%;
//		width: 94%;
		max-height: none;
	}
	#masthead .header-container h1{
               margin-top: 0;
        }
	#masthead .header-container {
		float: none;
		padding-bottom: 2%;
		width: 100%;
	}
	.site-navigation h1.menu-toggle {
		background-color: #00751D;
		color: #fff;
		font-size: 1.5em;
		margin: 0;
		padding: 1% 3%;
	}
	.main-small-navigation .menu li a {
             color: white;
        }
	.main-small-navigation .menu li {
            background-color: #00751D;
            padding-right: 10px;
            margin-top: 5px;
            font-size: 20px;
        }
	.main-small-navigation .menu {
		list-style-type: none;
		margin: auto;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
		list-style-type: none;
	}
        .readmore_floater img:first-child{
            margin-left: 9px;
        }
        .readmore_floater img{
            height: 35px!important;
        }
        .readmore_floater {
             width: 310px;
             margin: auto;
             float: none!important;
        }
	#featured-content.flexslider .slides .featured-hentry-wrap {
		display: none;
	}
        .hentry {
             margin-bottom: 10px;
             padding-bottom: 0;
        }	
	.minis {margin-top: 190px;}
	.minis .pic {display: none;}
        #content{
              margin-top:235px;
        }
}
#wrapper {
    padding: 25px 20px 10px;
    background: #F7F5E7; // url("images/wrapper-bg.png") repeat-x 0 0;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    border-radius: 4px;
}
.readmore_floater img {
height: 30px;
box-shadow: 5px 5px 10px #9C9E9D;
margin-left: 15px;
}
.readmore_floater img:hover {
box-shadow: 7px 7px 10px #9C9E9D;
}
.readmore_floater {
	float: left;
	margin-top: 0px;
}
.intra-article {
    border: solid 2px #829182;
    padding: 15px;
}
.feature {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	background: url("images/features/feature_vip_program.png");
	background-size: contain!important;
}
.feature.instant_play {background: url("images/features/feature_instant_play.png") no-repeat}
.feature.live_casino {background: url("images/features/feature_live_casino.png") no-repeat}
.feature.mobile_compatible {background: url("images/features/feature_mobile_compatible.png") no-repeat}
.feature.software {background: url("images/features/feature_software.png") no-repeat}
.feature.vip_program {background: url("images/features/feature_vip_program.png") no-repeat}

.casinos_list_body:after,
.casinos_list ul:before,
.casinos_list ul:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
	float: none;
	height: 0px;
}
.casinos_list li {
	list-style: none;
}
.casinos_list ul {
	margin: 0;
}
.casinos_list li {
	float: right;
}

.casinos_list .casinos_list_body li {
	border-left: solid 1px #D5DAE2;
}

.casinos_list .li_logo{
	text-align: center;
}

.casinos_list  .casinos_list_body li.li_logo,
.casinos_list  .casinos_list_body li.li_bonus,
.casinos_list  .casinos_list_body .li_our_score,
.casinos_list  .casinos_list_body .li_play{
	display: table-cell;
	position: relative;
	font-size: 13px;
    vertical-align: middle;
}
.casinos_list  .casinos_list_body li.li_bonus p{
	text-align: center;
}
.casinos_list  .casinos_list_body li.li_bonus a{
	display: block;
	text-align: center;
}
.casinos_list  .casinos_list_body li.li_logo a {
	text-align: center;
}
.casinos_list .li_rating {
	text-align: center;
	font-size: 14px;
}
.casinos_list  .casinos_list_body li.li_bonus p{
	display: table-cell;
	vertical-align: middle;
}
.casinos_list  .casinos_list_body li.li_bonus p {
	/* padding: 5px;  deleted by Noam */
    display: initial;
}

.casinos_list .li_features {
	width:130px;
}
.casinos_list .li_features>div>div {
	width: 96px;
	margin: auto;
}
.casinos_list .casinos_list_body .li_features {
	padding-top:0;
}
.casinos_list .casinos_list_body .li_features>div{
	display: table-cell;
	vertical-align: middle;
}

.casinos_list .li_rating {
	width:130px;
	text-align: center;
}
.casinos_list .li_our_score {
	width: 68px;
}
.casinos_list .li_play {
	width: 195px;
}

.casinos_list .casinos_list_head ul {
	background-color: #B72821;
        padding-bottom: 5px;
}
.casinos_list .casinos_list_head ul:after {
content: "."; visibility: hidden; height:0; width:0; clear: both; display: block;
}
.casinos_list .casinos_list_head li {
    
    color: white;
    min-height: 28px;
    /* padding-top: 7px; */
    text-align: center;
    border-left: solid 1px #101010;
    height: 100%;
    font: bold 15px Arial;
    text-transform: uppercase;
    line-height: 40px;
    /* color: white; */
    text-shadow: #3b3b3b 1px 1px 1px;
    text-align: center;
    width: 10%;
    box-shadow: 0px 2px 35px #681818 inset, 0 1px 2px rgba(0,0,0,0.5);
    /* border-right: 1px solid #681818; */    
  
}
.casinos_list  li.li_bonus {
	width: 280px;
}
.casinos_list  *{
	line-height: normal;
}
.star.rankit {
	cursor: pointer;
}
.star.rankit img {
	width: 16px;
}

@keyframes flashing-shadow {
	0%   { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}
	20% { text-shadow: -4px 4px 5px rgba(000, 111, 111, 1);  box-shadow: -4px 4px 5px rgba(111, 111, 111, 1);}
	40%   { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}
}
.entry-content .left-bits {
	display: none;
}
.VisitSiteButton {
	border-radius: 12px;
	font-family: Arial Black;
	color: white;
	text-align: center;
	margin:auto;
	font-weight: bold;
}
.left-bits .left_review_image {
	height: 170px;
}
.buttons.sidebar-review a{
	background: linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
	background: -o-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
	background: -ms-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
	background: -moz-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
	background: -webkit-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
	height: 30px;
	padding: 3px;
	padding-top: 5px;
	border: solid 2px #ffce43;
	border-radius: 12px;
	animation: flashing-shadow 10s infinite;
	animation-delay: 7s;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	transition: text-shadow 1s, box-shadow 1s;
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: white;
}
.average-ratings-block {
	text-align: center;
}
.average-ratings-block .score-container .score {
	font-size: 30px;
}
.average-ratings-block .score-container {
	float: right;
	border-left: 1px solid #7291c8;
	width: 75px;
}
.average-ratings-block .rating-container {
	float: left;
	font-size: 12px;
}

.average-ratings-block .score-container:after,
.average-ratings-block .button-container:before {
	content: "."; display: block;
	visibility: hidden;
	height: 0; width: 0;
	clear: both;
}
.average-ratings-block .button-container:before {
	padding-top:10px;
}

footer#footer {
	/* background: #2e3c4a; */
    margin-top: 15px;
}
footer#footer p{
	color:  #a3a3a3;
	text-align: center;
	margin-bottom: 5px;
}
footer .respectability ul {
    display: table;
    margin: auto;
    border-collapse: collapse;
    background-color: black;
}    
footer nav ul {
	display: table;
	margin: auto;
	border-collapse: collapse;
}
footer .respectability li {
    display: table-cell;
    padding: 0 10px;
    padding-top: 5px;
    
}
footer nav ul li {
	display: table-cell;
	padding: 0 10px;
}
footer .respectability {
	margin-top: 10px;
}
footer nav ul li{
	border-right: solid 1px #555;
	border-left: solid 1px #555;
}
footer nav ul li a{
	color:  #a3a3a3;
}
footer nav ul li a:hover {
	color: #ea5449;
}
ul.breadcrumbs {
	margin: 0;
}
.breadcrumbs ol{
	display: inline;
	padding-right: 5px;
	margin-right: 0;
}
.breadcrumbs ol:last-child:after {
	content: none;
}
.breadcrumbs ol:after{
	content: ">>";
	padding-right: 5px;
}
li.li_bonus p:before {
    content: attr(title);
    display: block;
    text-align: center;
    float: none;
    clear: both;
    color: #B3B3B3;
}
@media (max-width: 960px) {
	footer .respectability li {
		display: block;
		text-align: center;
	}
	.casinos_list .casinos_list_body li.li_logo a, .casinos_list .casinos_list_body li.li_bonus p {
		vertical-align: top;
        display: inline;
	}
	.casinos_list .casinos_list_body .li_rating {
		border: none;
		position: absolute;
		bottom: 0;
		right: 0;
		height: 70px;
		width: 60px;
	}
    li.li_bonus p:before {
        display: none;
    }
	.casinos_list .casinos_list_body .li_features{
	display: none;
	}
	.casinos_list .casinos_list_body .li_our_score {
	bottom: 9px;
	}
	.wrapper {width: 100%}
	#main { width: 99%;}
	#main li { list-style: none; }
	article li span,
	article p,
	article p span {
		font-size: 21px;
		line-height: 28px;
	}

	ul {
		margin: 0!important;
	}

	#main h3 span{
		font-size: 30px;
	}
	li.li_bonus p,
	li.li_bonus p span {
		font-size: 13px;
	}
	li.li_bonus p {
		padding-top: 13px!important;
	}
	.getBonus1, .getBonus {
		height: auto;
		margin: 0 5% 0;
		width: 72%;
		margin: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 16px;
		font-size: 11px;
	}

	.getBonusText {
		font-size: 1.4em;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
		top: 20px;
                line-height: 2em;
	}
	.header h1 {
		font-size: 50px;
		text-align: center;
	}
	.header h2 {
		text-align: center;
	}
	.openmenu {
		position: fixed;
		top: 10px; right: 10px;
		width: 49px; height: 40px;
		background: url("mobile-menu-botton.png") -50px 0;
		display: block;
		z-index: 10000;
		cursor: pointer;
		border: solid 2px #900;
		border-radius: 3px;
	}
	body.moved .openmenu {
		background: url("mobile-menu-botton.png") 0 0;
	}
	body .copyMenu {
		transition: right 1s;
	}

	body.moved .copyMenu {
		right: 10px;
	}
	.hideMenu {
		display: none;
	}
	.copyMenu {
		position: fixed;
		width: 280px;
		top: 60px;
		right: -300px;
		display: block;
		font-size: 30px;
		z-index:  2000;
	}

	.copyMenu li {
		padding-right: 10px;
	}
	.copyMenu li:hover {
		background-color: #DEF0E2;
	}
	.copyMenu>li {
		list-style: none;
	}
	.copyMenu>li>ul {
		display: none;
	}
	.copyMenu>li.open>ul {
		display: block;
	}
	.copyMenu>li.open>ul>li {
		border-top: solid 1px #33F;
		border-right: solid 1px #33F;
		border-left: solid 1px #6CF;
		border-bottom: solid 1px #6CF;
		background: #FFFAF2;
	}
	.copyMenu>li {
		border-top: solid 1px #22F;
		border-right: solid 1px #22F;
		border-left: solid 1px #4AF;
		border-bottom: solid 1px #4AF;
		background: #DEE9F0;
	}
	.copyMenu>li.hasChild {
		background: #EEE9F0;
	}
	.copyMenu>li.hasChild:hover {
		background: #FFABAB;
	}
	.tb {
		position: fixed;
		top:0; right: 0;
		width: 100%; height: 100%;
		background-color: black;
		opacity: 0.7;
		z-index: 1000;
		display: none;
	}
	#sidebar-99 {
		float: none;
		width: auto;
		max-width: 250px;
		margin: auto;
	}
	#ratings {
		border-bottom: none;
	}
	.single-format-aside #content {
		float: none;
		width: auto;
		border:none;
	}
	.sidebar-review {
		margin-bottom: 5px;
	}
	.entry-content .left-bits {
		display: block;
		width:190px;
		float: left;
		margin-right: 30px;
		padding: 5px;
		border: solid 1px #777;
		background: white;
	}
}
a.playnow, a.readmore {
	display: inline-block;
	background: red;
	background: linear-gradient(#522, #500, #F00,#522);
	box-shadow: 0 0 3px #FFF, 5px 5px 10px #444;
	padding: 3px 6px;
	color: white;
	font-weight: bold;
	border-radius: 4px;
	margin-left: 10px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, -2px 2px 5px black;

}

a.playnow {
	background: green;
	background: linear-gradient(#252, #050, #0F0,#252);
}
a.playnow:hover, a.readmore:hover {
	box-shadow: 0 0 3px #FFF, 2px 2px 10px #444;
}
html[dir=rtl] a.playnow, html[dir=rtl] a.readmore {
	margin-right: 10px;
	margin-left: 0px;
}
.readmore_floater a {
	display: inline-block;
    border: 4px #ef5151 solid;
    font-size: 20px;
    padding: 1px 10px;
    margin-right: 5px;
    border-radius: 26px;
    background-color: #ef5151;
    color: white;
    margin-right: 17px;
}


/*Added by Stanislav Ivanov*/
body.single h1,
body.page h1 {
    text-align: left;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-shadow: #b3b7b9 1px 1px 1px;
    color: black;
}

body.single h2,
body.single h3,
body.page h2,
body.page h3 {
    color: black;
    padding-top: 15px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}

body.single p {
    font-family: 'Arial', sans-serif;
    line-height: normal;
    font-size: 14px;
    color: black;
}

.header-entry-title {
    display: none;
}
.sidebar_styles .casinos_list_head,
.sidebar_styles .casinos_list_body {
    display: table;
    width: 100%;
}
.sidebar_styles .casinos_list_head ul,
.sidebar_styles .casinos_list_body ul {
    display: table-row;
}

.sidebar_styles .casinos_list_body ul li {
    display: table-cell;
    width: 16.4% ;
}
.casinos_list_head ul li.li_logo {
    width: 17%;
}

.sidebar_styles .casinos_list_body ul li .VisitSiteButton {
    width: 72%;
    font-size: 10px;
    padding: 3px;
     background-color: #dd3232;
     background-image: linear-gradient(to bottom, #4978FB 0px, #001A62 100%);
     background-repeat: repeat-x;
     border: 1px solid #003B5A;
     border-radius: 4px;
     box-shadow: 0 1px 0 #97B2FC inset, 0 1px 2px rgba(0,0,0,0.5);
     color: #ffffff;
     font-weight: bold;
     display: block !important;
     text-align: center;
     text-decoration: none;
     text-shadow: 0 -1px 0 #004b8d;
     text-transform: uppercase;
}

.sidebar_styles .casinos_list_body ul li:hover .VisitSiteButton:hover {
      background-color: #be8824;
    background-image: linear-gradient(to bottom, #fccd44 0px, #be8824 100%);
    background-repeat: repeat-x;
    border: 1px solid #ad7d13;
    border-radius: 4px;
    box-shadow: 0 1px 0 #fee6a0 inset, 0 1px 2px rgba(0,0,0,0.5);
    color: #FFFFFF;
    display: block !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #ad7d13;
    text-transform: uppercase;

}




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

    .casinos_list .casinos_list_body ul .li_our_score {
        left: 0%;
    }

    .casinos_list .casinos_list_body ul .li_rating {
        left: 27%;
        vertical-align: middle;
    }
    .casinos_list .casinos_list_body ul li div.VisitSiteButton span.getBonusText {
        font-size: 9px;
    }
    .casinos_list .casinos_list_body ul li div.VisitSiteButton span.getBonusText {
        font-size: 9px;
    }
}


/* For RTL sites , reorder li */
.casinos_list_body ul li {
    display: inline-block;
    float: none;
}
.casinos_list_head ul li {
    display: inline-block;
    float: none;
}

/* For header Image */
.header-container {
	position: relative;
}
.header-container > a {
	display: block;
	line-height: 0;
	height: 160px;
    background-size: cover;
}

.site-header > a {
	height: 250px;
}
.site-header img {
	height: 250px;
}
.header-title-block {
	position: absolute;
	top: 37%;
}

#masthead.site-header .header-container {
		min-height: auto;
	
}
#masthead .site-description {
    color: #db4c2d;
    font-size: 1.9em;
    text-shadow: #000 1px 1px 1px;

}

#masthead.site-header .header-container {
		display: initial;
}

@media screen and (max-width: 960px) {
	
	.header-container a {
	height: 150px;
	}
    .home #wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* Customization for width of columns in Casino Table */
.casinos_list_head ul li {
    display: table-cell !important;
}
.casinos_list_head ul li:first-child,
.casinos_list_body ul li:first-child {
    border: none;
}
.casinos_list_head ul li.li_logo,
.casinos_list_body ul li.li_logo {
	width: 17%;
} 
.casinos_list_head ul li.li_bonus ,
.casinos_list_body ul li.li_bonus {
	width: 35%;
}
.casinos_list_body ul li.li_bonus {
    width: 35%;
}
.casinos_list_head ul li.li_rating,
.casinos_list_body ul li.li_rating {
	width: 14%;
    vertical-align: middle;
}
.casinos_list_head ul li.li_our_score,
.casinos_list_body ul li.li_our_score {
	width: 14%;
}
.casinos_list_head ul li.li_play,
.casinos_list_body ul li.li_play {
	width: 20%;
}
.casinos_list_head ul li {
	text-align: center;
    display: inline-block;
}
.casinos_list_body .li_bonus span:first-child {
    color: black;
    font-weight: bold;
    display: block;
}
.casinos_list_body .li_bonus span {
    color:red;
    font-weight: bold;
    display: block;
    text-align:center;
}
.casinos_list .casinos_list_body .li_rating,
.casinos_list .casinos_list_body li,
.casinos_list .casinos_list_body .li_play {
    height: auto;
    text-align:center;
}
.casinos_list .casinos_list_body .li_our_score{
    font-size: 29px;
    text-align: center;
    padding-top: 1.3%;
}
.casinos_list .casinos_list_body .li_play  {
    padding-top: 1%;
}
.VisitSiteButton {
    background-image: -webkit-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    background-image: -moz-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    background-image: -ms-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    background-image: -o-linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    background-image: linear-gradient(top, #f7e0a4, #ebb100 42%, #d9a207);
    border: solid 2px #ffce43;
}
.VisitSiteButton:hover {
    background-image: -webkit-linear-gradient(top, #a4aaf7, rgba(42, 64, 218, 0.65) 42%, #c6ceea);
    background-image: -moz-linear-gradient(top, #a4aaf7, rgba(42, 64, 218, 0.65) 42%, #c6ceea);
    background-image: -ms-linear-gradient(top, #a4aaf7, rgba(42, 64, 218, 0.65) 42%, #c6ceea);
    background-image: -o-linear-gradient(top, #a4aaf7, rgba(42, 64, 218, 0.65) 42%, #c6ceea);
    background-image: linear-gradient(top, #a4aaf7, rgba(42, 64, 218, 0.65) 42%, #c6ceea);
    border: solid 2px #6866bb;
}



/* End of Customization for width of columns in Casino Table */


p, a, span {
	font-family: 'Arial', 'Geneva', sans-serif;
}
.breadcrumbs {
	font-size: 11px !important;
}
.header-entry-mobile-title {
    display: none;
}
#menu-top{
    display: none;
}
.burger.fa.fa-bars {
    display: none;
}
.mobileMenu-title {
    display: none;
}
/*  Header Logo and Description fix */
@media screen and (max-width: 600px){
    #content {
        margin-top: 30px;
    }
	.home #content {
		margin-top: 72px;
	}
	.header-container > a {
		height:130px;
	}
	#masthead {
		max-height: none;
		position: relative;
	}
	#masthead .main-small-navigation {
		position: relative;
		width: 100%;
        left: 1px;
        background-color: black;
	}
    .home #masthead .main-small-navigation {
        background-color: transparent;
        width: 100%;
    }
	#masthead.site-header .header-container {
	position: absolute;
	}
	.header-title-block {
		position: relative;
		top: -58px;
        margin-left: 8%;
	}
    span.cas_breadcrumbs, .cas_breadcrumbs_block {
        display: none;
    }
    .entry-content p:first-child {
        display: none;
    }
}

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

    .getBonusText {
        font-size: 1.4em;
    }
    #masthead .header-container h1{
        margin-top: -30px;
    }
    .first-mobile-row {
        width: 100%;
        line-height: 1;
    }
    .home .first-mobile-row {
        width: 100%;
        line-height: 1;
    }
    .mobile_menu-button {
        width: 10%;
        margin-left: 10%;
    }
    .home .mobile_menu-button {
        width: 10%;
        display: inline-block !important;
        font-size: 35px;
    }
    #mobile-title {
        width: 60%;
        display: inline-block;
    }
    .home #mobile-title {
        height: 45px;
        width: 60%;
        display: inline-block !important;
        color: #fff;
        font-weight: bold;
        text-align: left;
        margin-right: 10%;
    }
    #masthead-wrap {
        position: relative;
        background-color: black;
    }
    .menu-top-container {
        margin-top: 10px;
    }
    .home .menu-top-container {
        margin-top: 0px;
    }
    .header-entry-mobile-title {
        display: inline-block;

    }
    #masthead-wrap .site-navigation {
        position: absolute;
        top: 6%;
        width: 100%;
    }
    #masthead-wrap .header-entry-title {
        display: none;
    }
    #menu-home {
        display: none;
    }
    #menu-top {
        text-align: left;
        position: absolute;
        top:48px;
    }
    #masthead.site-header .header-container {
        display: none;
    }
    .home  #masthead.site-header .header-container {
        display: block;
    }
	.site-navigation h1.menu-toggle{
	background-color: transparent;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    padding: 1% 3%;
	}
    .burger.fa.fa-bars {
        display: block;
        font-size: 23px;
        float:left;
    }
    .entry-header {
        margin-top: 3px;
        z-index: 1000;
    }
    .home .entry-header {
        margin-top: 25px;
    }
    .home h1.entry-title {
       display: none;
    }
    .main-small-navigation .menu li {
        background-color: #fff;
        margin-top: 0px;
    }
    .main-small-navigation .menu li:hover {
        background-color: #6f6f6f;
    }
    .main-small-navigation .menu li:hover a {
        color: #fff;
    }
    .main-small-navigation .menu li a {
        color: gray;
        padding: 0px 21px;
    }
    #masthead .header-entry-title {
        font-size: 20px;
        margin-left: 8%;
    }
    #masthead .header-entry-title a {
        color: #fff;
    }
    #masthead .site-description {
        font-size: 23px;
        margin-left: 9px;
    }
    .mobileMenu-title {
        font-size: 19px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding: 5px 10px;
    }
    .header-title-block {
        display: none;
    }
    #footer > nav {
        display: none;
    }
}
@media screen and (max-width: 960px){
	.logged-in #masthead-wrap {
		top: 0px;
	}
}
.getBonusText {
	font-size: 1.5em;
}
span.cas_breadcrumbs, .cas_breadcrumbs_block {
    color: #727272;
    font-weight: 300;
    text-align: left;
    font-size: 11px;
    padding-left: 19px;
}

.site-content {
    margin-top: -20px;
}

.menu-bottom-menu-container {
    background-color: white;
    padding : 0px;1940
    
}
.clearfix::after{content:"";display:table;clear:both}
