/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #848383;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  color: #848383;
}
blockquote:before {
  color: #848383;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #848383;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.5em;
}
blockquote p {
  display: inline;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #0a1124 url("img/bg.jpg") no-repeat center 0px;
}

.wrapper {
	max-width:1024px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#main-content {
	background:#f2f2f2;
    padding: 20px 10px;
}

#main {
    width: 70%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.sidebar {
    width: 28%;
    display: inline-block;
}

/*------------------------------------*\
    header
\*------------------------------------*/
#header {
    position: relative;
}

#top-bar {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 37%;
    text-align: right;
}

.header-social {
    display: inline-block;
    vertical-align: top;
}

.header-social i {
    padding: 5px;
    color: #fff;
    font-size: 1.3em !important;
}

.header-social i:hover {
    color: #0a94fe;
}

#header-time {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    background-color: #0a1124;
    padding: 7px;
}

#header-time #clock span {
    color: #0a94fe;
}

.logo {
    padding: 31px 0px;
}

.header-nav {
    position: relative;
    background-color: #0a1124;
    float: none;
    width: 100%;
    border-bottom: solid 2px #0a94fe;
    margin-bottom: 10px;
}

.header-nav a {
    color: #fff;
    display: block;
    line-height: 41px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
}

.header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.header-nav li {
    position: relative;
}

.header-nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}

.header-nav ul li:hover > ul {
    display: block;
}

.header-nav li:hover > a {
    background: #132149;
}

.header-nav ul ul a {
    background: #132149;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}

.header-nav ul ul a:hover {
    background: #0a94fe;
}

.header-nav ul li.current_page_item > a,
.header-nav ul li.current-menu-ancestor > a,
.header-nav ul li.current-menu-item > a,
.header-nav ul li.current-menu-parent > a {
    color: #fff;
}

.triangle-up {
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0a94fe;
    position: absolute;
    bottom: -10px;
    left: 40%;
}

.header-nav ul ul .triangle-up {
    display: none !important;
}

.header-nav ul li:hover .triangle-up, .header-nav ul li.current_page_item .triangle-up {
    display: block;
}

.search-icon {
    position: absolute;
    color: #fff;
    top: 20%;
    right: 10px;
    cursor: pointer;
    padding: 5px;
}

.search-icon:hover {
    background-color: #132149;
}

.header-nav #search-container {
    display: none;
    position: absolute;
    right: 34px;
    top: 34px;
}

.header-nav .search-input {
    position: absolute;
    background: #0a94fe;
    padding: 5px;
    width: 160px;
    left: -60px;
    top: 8px;
}

.header-nav .search-input input {
    width: 78%;
    padding: 0px;
    margin: 0px;
}

.header-nav .search-input button {
    background: #132149;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}

.header-nav .search-input button:hover {
    background: #0a94fe;
    color: #132149;
}

.search-triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0a94fe;
    position: absolute;
    bottom: -8px;
    left: 3px;
}

/*------------------------------------*\
    sidebar
\*------------------------------------*/
.a-widget {
    margin-bottom: 20px;
    background-color: #fff;
}

.a-widget h3 {
    padding-left: 5px;
    margin: 0px;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    border-left: solid 7px #0a94fe;
    /* Permalink - use to edit and share this gradient: # */
    background: #0a1124; /* Old browsers */
    background: -moz-linear-gradient(left,  #0a1124 0%, #506d66 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a1124), color-stop(100%,#506d66)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* IE10+ */
    background: linear-gradient(to right,  #0a1124 0%,#506d66 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1124', endColorstr='#506d66',GradientType=1 ); /* IE6-9 */
}

/*widget_search*/
.widget_search {
    padding: 10px !important;
    text-align: center;
}

.widget_search input {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}

.widget_search button {
    display: block;
    padding: 3px 0px;
    width: 100%;
    background-color: #132149;
    border: solid 2px #132149;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.widget_search button:hover {
    background-color: #fff;
    color: #132149;
}

/*Eyenod_TopList_Widget*/
.toplist_widget_header {
    background-color: #f1f1f1;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.toplist_widget_header li {
    display: inline-block;
    padding: 3px 0px;
    text-align: center;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
}

.toplist_widget_header li:first-child { width: 30%; }
.toplist_widget_header li:last-child { width: 68%; }

.toplist_widget_body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    border-bottom: solid 1px #f1f1f1;
}

.toplist_widget_body:hover {
    background-color: #d8eeff;
    border-bottom: solid 1px #70c1ff;
}

ul.toplist_widget_body:nth-child(even) {
    background-color: #f1f1f1;
}

ul.toplist_widget_body:nth-child(even):hover {
    background-color: #d8eeff;
    border-bottom: solid 1px #70c1ff;
}

.toplist_widget_body li {
    display: inline-block;
    padding: 5px 0px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.toplist_widget_body li:first-child { width: 30%; padding: 5px 10px; }
.toplist_widget_body li:last-child { width: 69%; color: #0a94fe; }
.toplist_widget_body li:last-child div { padding: 2px 0px; }

.toplist_widget_body li:first-child img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.toplist_widget_body li:last-child a {
    display: block;
    width: 80%;
    margin: 0px auto;
    padding: 0px;
    background-color: #fff;
    border: solid 1px #132149;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #132149;
}

.toplist_widget_body li:last-child a:hover {
    background-color: #132149;
    color: #fff;
}

/*Eyenod_FeaturedPosts_Widget*/
.widget-featured-posts {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.widget-featured-posts li {
    padding: 10px 0px;
    border-bottom: solid 1px #f1f1f1;
}

.widget-featured-posts li:hover {
    background-color: #d8eeff;
    border-bottom: solid 1px #70c1ff;
}

.widget-featured-posts li:nth-child(even) {
    background-color: #f1f1f1;
}

.widget-featured-posts li:nth-child(even):hover {
    background-color: #d8eeff;
    border-bottom: solid 1px #70c1ff;
}

.widget-featured-posts-img {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    width: 35%;
}

.widget-featured-posts-img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 95px;
    max-width: 100%;
}

.widget-featured-posts-meta {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: top;
    width: 62%;
}

.widget-featured-posts-title a {
    font-size: 18px;
    color: #1b1d28;
}

.widget-featured-posts-title a:hover {
    color: #e68600;
}

.widget-featured-posts-date {
    font-size: 14px;
    color: #989898;
}

.widget-featured-posts-field {
    font-size: 14px;
    color: #0a94fe;
}

/*Eyenod_CR_Widget*/
.widget-cr-posts {
    margin: 0px 7px;
    padding: 0px;
    list-style: none;
}

.widget-cr-posts li:before { 
    content: "\00BB";
}

.widget-cr-posts li a { 
    vertical-align: middle;
}

/*------------------------------------*\
    footer
\*------------------------------------*/
.footer {
    background-color: #000;
    margin: 20px auto 0px auto;
    padding: 20px 0px;
    max-width: 1024px;
    width: 100%;
}

.footer .wrapper {
    padding: 0px 20px;
}

#footer-left {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

#footer-mid {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 0px 1%;
}

#footer-right {
    display: inline-block;
    width: 38%;
    vertical-align: top;
    color: #fff;
}

#footer-right h3 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #F82EFF;
    font-size: 20px;
    font-weight: normal;
}

#copyright {
    color: #fff;
    padding-top: 20px;
}

#footer-menu-header {
    padding: 0px 0px 10px 0px;
    color: #f82eff;
    font-size: 20px;
}

#footer-menu ul {
    padding: 0px;
    margin: 0px;
}

#footer-menu ul li {
    list-style: none;
    padding: 0px 0px 5px 0px;
}

#footer-menu ul li:before {
    content: "\25ba\00a0";
    color: #0a94fe;
}

#footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}

#footer-menu ul li a:hover {
    color: #132149;
}

/*------------------------------------*\
    Content
\*------------------------------------*/
.post, #main .page {
	background:#fff;
    padding: 10px;
    margin-bottom: 20px;
}

.post-title {
    clear: both;
    border-left: solid 7px #0a94fe;
    background: #0a1124; /* Old browsers */
    background: -moz-linear-gradient(left,  #0a1124 0%, #0a5ca1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a1124), color-stop(100%,#0a5ca1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0a1124 0%,#0a5ca1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0a1124 0%,#0a5ca1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0a1124 0%,#0a5ca1 100%); /* IE10+ */
    background: linear-gradient(to right,  #0a1124 0%,#0a5ca1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1124', endColorstr='#0a5ca1',GradientType=1 ); /* IE6-9 */
    color: #fff;
}

.post-title h2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    width: 90%;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
}

.triangle-right {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #0a94fe;
    border-bottom: 10px solid transparent;
}

.post-title h2 a {
    color: #fff;
}

.post-title h2 a:hover {
    color: #0a94fe;
}

.post-title i {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #0a94fe;
}

.attachment-post-thumbnail {
    float: left;
    padding: 0px 10px 0px 0px;
}

.post-data {
	background:#dddddd;
    padding: 5px 12px;
}

.post-date {
    display: inline-block;
}

.post-date i {
    padding: 0px 5px;
}

.post-categories {
    float: right;
}

.post-date a, .post-categories a {
    color: #000;
}

.post-date a:hover, .post-categories a:hover {
    text-decoration: underline;
}

.archive-post-title {
    margin-bottom: 10px;
}

.archive-post-title h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.archive-arrow-right {
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0a94fe;
}

/*------------------------------------*\
    Comments
\*------------------------------------*/
.comments ul {
    list-style: none;
}

.comment-avatar {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

.comment-meta {
    display: inline-block;
}

/*------------------------------------*\
    Index
\*------------------------------------*/
/*--slider--*/
#slider-container {
    position: relative;
    width: 100%;
    margin: 0px 0px 20px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#slider {
    position: relative;
    overflow: hidden;
}

.slider-left {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
    text-align: center;
}

.slider-right {
    display: inline-block;
    width: 61%;
    vertical-align: middle;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0px;
    width: 100%;
    max-width: 665px;
    height: 255px;
    color: #fff;
}

#slider ul li a {
    color: #0a94fe;
}

#slider ul li a:hover {
    text-decoration: underline;
}

.slider-item-title {
    font-size: 25px;
    padding: 5px 10px;
    font-weight: bold;
}

.slider-item-excerpt {
    padding: 5px 10px;
}

.slider-item-readmore {
    padding: 5px 10px;
}

.slider-item-readmore a {
    display: block;
    padding: 5px 0px;
    width: 50%;
    background-color: #132149;
    border: solid 1px #132149 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff !important;
    text-align: center;
}

.slider-item-readmore a:hover {
    background-color: #fff;
    color: #132149 !important;
    text-decoration: none !important;
    border: solid 1px #132149 !important;
}

a.control_prev, a.control_next {
    position: absolute;
    bottom: 10%;
    z-index: 999;
    display: block;
    width: auto;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    right: 40px;
}

a.control_next {
    right: 20px;
}

ul#featured-trio {
    margin: 0px;
    padding: 0px;
}

ul#featured-trio li {
    display: inline-block;
    width: 32%;
    list-style: none;
    text-align: center;
}

ul#featured-trio li:nth-child(2) {
    margin: 0px 1%;
}

.featured-trio-img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.featured-trio-text {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
}

.featured-trio-text span {
    display: block;
    padding: 5px 0px 10px 0px;
    font-size: 16px;
    color: #8d2410;
}

.featured-trio-btn {
    width: 100%;
}

.featured-trio-btn a {
    display: block;
    width: 80%;
    margin: 0px auto;
    padding: 5px 0px;
    background-color: #fff;
    border: solid 1px #132149;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #132149;
}

.featured-trio-btn a:hover {
    background-color: #132149;
    color: #fff;
}

#featured-five {
	background:#fff;
    font-weight: bold;
}

#ff-head {
    background-color: #f1f1f1;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-style: italic;
}

#ff-head li {
    display: inline-block;
    list-style: none;
    padding: 5px 0px;
}

#ff-body {
    padding: 0px;
    margin: 0px;
}

#ff-body li {
    list-style: none;
}

.ff-item {
    padding: 0px;
    margin: 0px;
    border: solid 1px #fff;
}

.ff-item li {
    display: inline-block;
    list-style: none;
    padding: 5px 0px;
    vertical-align: middle;
}

#ff-head li:first-child {
    padding: 0px 5px;
}

#ff-head li:first-child, 
.ff-item li:first-child {
    width: 5%;
    text-align: center;
}

#ff-head li:nth-child(2), 
.ff-item li:nth-child(2) {
    width: 40%;
}

#ff-head li:nth-child(2) {
    padding-left: 25px;
}

#ff-head li:nth-child(3), 
.ff-item li:nth-child(3) {
    width: 20%;
    text-align: center;
}

#ff-head li:nth-child(4), #ff-head li:last-child,
.ff-item li:nth-child(4), .ff-item li:last-child {
    width: 15%;
    text-align: center;
}

.ff-item-rank {
    color: #0a94fe;
    font-size: 25px;
}

.ff-item-room img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

.ff-item-room span {
    font-size: 20px;
    padding: 0px 5px;
    color: #8D2410;
}

.ff-item-bonus {
    color: #0a94fe;
}

.ff-item-review a {
    display: block;
    padding: 5px 0px;
    background-color: #fff;
    border: solid 1px #f82eff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #f82eff;
}

.ff-item-review a:hover {
    background-color: #f82eff;
    color: #fff;
}

.ff-item-visit a {
    display: block;
    padding: 5px 0px;
    background-color: #fff;
    border: solid 1px #132149;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #132149;
}

.ff-item-visit a:hover {
    background-color: #132149;
    color: #fff;
}

.ff-item:hover {
    background-color: #d8eeff;
    border: solid 1px #8bcafb;
}

.ff-item:hover .ff-item-rank {
    color: #132149;
}

ul.index-latest-posts {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.index-latest-posts > li {
    display: inline-block;
    width: 32%;
    padding-bottom: 10px;
}

ul.index-latest-posts > li:nth-child(even) {
    margin: 0px 1%;
}

.index-post-title a {
    color: #8d2410;
    font-size: 18px;
}

.index-post-title a:hover {
    text-decoration: underline;
}

.index-post-date {
    font-size: 12px;
    padding: 5px 0px;
}

.index-post-excerpt {
    font-size: 13px;
}

.index-more-link {
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #D8D7D7;
    overflow: hidden;
}

.index-more-link a {
    display: block;
    padding: 0px 15px;
    float: right;
    background-color: #ccc;
    border: solid 1px #ccc;
    color: #000;
}

.index-more-link a span {
    color: #0a94fe;
}

.index-more-link a:hover {
    background-color: #fff;
    color: #0a94fe;
}

.index-more-link a:hover span {
    color: #132149;
}

/*------------------------------------*\
    Casino Review Post Type
\*------------------------------------*/
.ecr-header {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #8d2410;
}

.ecr-topleft {
    display: inline-block;
    width: 60%;
    padding-bottom: 10px;
    font-size: 13px;
}

.ecr-topright {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    padding-left: 2%;
}

.ecr-bottomleft {
    display: inline-block;
    width: 39%;
    border: solid 1px #cfcfcf;
    font-size: 13px;
    padding: 5px;
}

.ecr-bottomright {
    display: inline-block;
    vertical-align: top;
    width: 58%;
    margin-left: 2%;
    padding: 5px;
    border: solid 1px #cfcfcf;
    font-size: 13px;
}

.ecr-whatshot {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.ecr-whatsnot {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.ecr-whatshot ul, .ecr-whatsnot ul {
    margin: 5px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.ecr-whatshot ul li, .ecr-whatsnot ul li {
    padding: 2px 5px;
    border-top: dotted 1px #dcdcdc;
    color: #0a94fe;
}

.ecr-whatshot ul li:before, .ecr-whatsnot ul li:before {
    content:"\00b7";
    font-size:16px;
    vertical-align:middle;
    padding-right: 5px;
}
    
.ecr-logo {
    display: block;
}

.ecr-details-title {
    padding: 0px 0px 5px 0px;
    font-size: 15px;
    font-weight: bold;
}

.ecr-details-title span {
    padding-right: 5px;
}

.ecr-details-item-label {
    display: inline-block;
    font-weight: bold;
    width: 40%;
    color: #0a94fe;
}

.ecr-details-item-info {
    display: inline-block;
    color: #0a94fe;
}

ul.ecr-details-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.ecr-details-list li {
    padding: 5px 0px;
    border-bottom: dotted 1px #aaa;
}

ul.ecr-details-list li:last-child {
    border: none;
}

.rating-gold {
    color: #0a94fe;
}

.rating-grey {
    color: #e1e1e1;
}

ul.ecr-jackpot-header, ul.ecr-jackpot-body {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.ecr-jackpot-header {
    border-left: solid 7px #0a94fe;
    /* Permalink - use to edit and share this gradient: # */
    background: #0a1124; /* Old browsers */
    background: -moz-linear-gradient(left,  #0a1124 0%, #506d66 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a1124), color-stop(100%,#506d66)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* IE10+ */
    background: linear-gradient(to right,  #0a1124 0%,#506d66 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1124', endColorstr='#506d66',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
}

ul.ecr-jackpot-header li {
    display: inline-block;
    width: 32%;
    padding: 5px 0px;
}

ul.ecr-jackpot-body li {
    display: inline-block;
    width: 32%;
    padding: 5px 0px 5px 7px;
}

ul.ecr-screens {
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

ul.ecr-screens li {
    display: inline-block;
    width: 32.5%;
}

ul.ecr-screens li img {
    max-width: 100%;
}

.ecr-button {
    margin-top: 10px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.ecr-button a {
    display: block;
    padding: 10px 0px;
    width: 100%;
    background-color: #132149;
    border: solid 2px #132149;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.ecr-button a:hover {
    background-color: #fff;
    color: #132149;
}

.ecr-button a span {
    color: #0a94fe;
}

/*------------------------------------*\
    Game Review Post Type
\*------------------------------------*/
/*--slider--*/
#egr-slider-container {
    position: relative;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}

#egr-slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#egr-slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#egr-slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding-top: 15px;
    width: 100%;
    max-width: 665px;
    height: 280px;
    color: #fff;
}

#egr-slider ul li img {
    width: 49%;
}

#egr-slider ul li a {
    color: #ffeb67;
}

#egr-slider ul li a:hover {
    text-decoration: underline;
}

ul.egr-slider-controls {
    position: absolute;
    bottom: 5%;
    right: 47%;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.egr-slider-controls li {
    display: inline-block;
    cursor: pointer;
    background: rgba(204, 204, 204, .9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

ul.egr-slider-controls li:hover {
    background: rgba(48, 172, 100, 1);
}

.egr-slider-control-active {
    background: rgba(48, 172, 100, 1) !important;
}

img.egr-logo {
    float: left;
    padding: 0px 15px 5px 0px;
}

.egr-top .ecr-content-rating {
    padding-bottom: 10px;
}

.egr-top .ecr-content-rating span {
    font-weight: bold;
}

ul.egr-details-list {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
}

ul.egr-details-list li {
    display: inline-block;
    width: 49%;
    padding: 5px 0px;
    border-bottom: dotted 1px #ccc;
}

ul.egr-details-list li:nth-child(even) {
    margin-left: 1%;
}

.egr-details-item-label {
    display: inline-block;
    width: 33%;
    font-weight: bold;
}

.egr-details-item-info {
    display: inline-block;
    width: 65%;
}
    
#egr-mobile-screens {
    display: none;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
    
#egr-mobile-screens img {
    max-width: 100%;
    padding: 5px 0px;
}

/*------------------------------------*\
    Jackpot Tracker Page
\*------------------------------------*/
ul.ecr-jptracker-header, ul.ecr-jptracker-body {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.ecr-jptracker-header {
    border-left: solid 7px #0a94fe;
    /* Permalink - use to edit and share this gradient: # */
    background: #0a1124; /* Old browsers */
    background: -moz-linear-gradient(left,  #0a1124 0%, #506d66 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a1124), color-stop(100%,#506d66)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0a1124 0%,#506d66 100%); /* IE10+ */
    background: linear-gradient(to right,  #0a1124 0%,#506d66 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1124', endColorstr='#506d66',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
}

ul.ecr-jptracker-header li {
    display: inline-block;
    width: 24.5%;
    padding: 5px 0px;
    text-align: center;
}

ul.ecr-jptracker-body li {
    display: inline-block;
    width: 24.5%;
    padding: 5px 0px 5px 7px;
    text-align: center;
}

ul.ecr-jptracker-header li:first-child {
    text-align: left !important;
}

ul.ecr-jptracker-body li:first-child {
    text-align: left !important;
    font-size: 16px;
    font-weight: bold;
}

a.jpbtn {
    display: block;
    padding: 3px 0px;
    width: 100%;
    background-color: #132149;
    border: solid 2px #132149;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

a.jpbtn:hover {
    background-color: #fff;
    color: #132149;
}

#jptracker-pagination {
    list-style: none;
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
}

#jptracker-pagination li {
    display: inline-block;
}

#jptracker-pagination li a {
    display: block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #132149;
    background: #132149;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#jptracker-pagination li a:hover {
    background: #fff;
    color: #132149;
}

.jptracker-current {
    padding: 0px 9px;
    margin-right: 4px;
    border: solid 1px #132149;
    border-radius: 3px;
    background: #fff;
    font-size: .875em;
    font-weight: bold;
    color: #132149;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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 0px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 0px 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;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width: 1000px) {
    #main {
        display: block;
        width: 100%;
    }
    
    .sidebar {
        display: block;
        width: 40%;
    }
}

@media (max-width:940px) {
    #top-bar {
        position: relative;
        text-align: left;
        width: auto;
    }
    
    .logo {
        padding: 15px 0px;
    }
}

@media (max-width:850px) {
    #footer-mid {
        display: none;
    }
    
    #footer-left {
        width: 49%;
    }
    
    #footer-right {
        width: 49%;
    }
}

@media (max-width:768px) {
    .sidebar {
        width: 50%;
    }
}

@media (max-width:750px) {
    ul.index-latest-posts li {
        width: 49%;
    }
    
    ul.index-latest-posts li:nth-child(even) {
        margin: 0px 0px 0px 1%;
    }
}

@media (max-width:710px) {
    #egr-slider-container {
        display: none;
    }
    
    #egr-mobile-screens {
        display: block;
    }
}

@media (max-width:705px) {
    .ecr-left {
        display: block;
        width: 100%;
    }
    
    .ecr-right {
        display: block;
        width: 100%;
        padding-top: 15px;
    }
    
    ul.ecr-screens {
        text-align: center;
    }
}

@media (max-width:680px) {
    #slider-container {
        display: none;
    }
    
    .post-title h2 {
        width: 90%;
    }
    
    .ecr-bottomleft {
        display: block;
        width: 100%;
    }
    
    .ecr-bottomright {
        display: block;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
}

@media (max-width:615px) {
    .header-nav {
        width: 100%;
    }
    
    #header-time {
        display: none;
    }
}

@media (max-width:600px) {
    .ff-item-rank, #ff-head li:first-child {
        display: none !important;
    }
    
    #ff-head li:nth-child(2), .ff-item li:nth-child(2) {
        width: 45%;
    }
    
    ul.ecr-jptracker-header li, ul.ecr-jptracker-body li {
        width: 32% !important;
    }
    
    ul.ecr-jptracker-header li:nth-child(3), ul.ecr-jptracker-body li:nth-child(3) {
        display: none !important;
    }
    
    .post-categories {
        display: none !important;
    }
    
    ul.egr-details-list li {
        width: 100%;
    }
    
    ul.egr-details-list li:nth-child(even) {
        margin: 0;
    }
}

@media (max-width:575px) {
    .sidebar {
        width: 60%;
    }
}

@media (max-width:540px) {
    #ff-head li:nth-child(2), .ff-item li:nth-child(2) {
        width: 40%;
    }
    
    #ff-head li:nth-child(4), #ff-head li:last-child, .ff-item li:nth-child(4), .ff-item li:last-child {
        width: 17.5%;
    }
    
    .ff-item li:nth-child(2) img {
        display: none;
    }
    
    .ecr-topleft {
        display: block;
        width: 100%;
    }
    
    .ecr-topright {
        display: block;
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .ecr-details-title {
        text-align: center;
    }
    
    .ecr-details-item-label {
        width: 49%;
        padding-right: 2%;
        text-align: right;
    }
    
    .ecr-details-item-info {
        width: 49%;
    }
}

@media (max-width:525px) {
    .ecr-whatshot {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .ecr-whatsnot {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width:510px) {
    .post-title {
        height: auto;
        border: none;
        margin: 10px auto;
    }
}

@media (max-width:500px) {
    ul.index-latest-posts li {
        width: 100%;
    }
    
    ul.index-latest-posts li:nth-child(even) {
        margin: 0px;
    }
}

@media (max-width:480px) {
    ul#featured-trio li {
        width: 48%;
        padding-bottom: 10px;
    }
    
    ul#featured-trio {
        text-align: center;
    }
    
    .sidebar {
        width: 100%;
    }
    
    #footer-left {
        display: none;
    }
    
    #footer-right {
        width: 100%;
    }
    
    ul.ecr-screens li {
        width: 49%;
        padding-bottom: 10px;
    }
    
    .post-title h2 {
        width: 80%;
    }
}

@media (max-width:425px) {
    #ff-head li, .ff-item li {
        width: 32% !important;
    }
    
    #ff-head li:nth-child(3), .ff-item li:nth-child(3) {
        display: none;
    }
}
.clearfix::after{content:"";display:table;clear:both}
