/*
Theme Name: Rock, Paper, Shotgun 4
Theme URI: https://www.rockpapershotgun.com
Description: The fourth incarnation of RPS.
Version: 4.0
Author: Jonathan Sutcliffe
Author URI: http://www.jonathansutcliffe.com
Tags:
*/

/*
colors
------

rps red: c1272c
lighter red: d53c3b
dark red: 611316
darkest red: 420d0f
link hover: 82a8c8
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

html {-webkit-text-size-adjust: none;}

body {
    background: url('images/body-bg.png') repeat top center #1d1d1d;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-align: left;
    min-width: 1260px;
}

a:link {
    text-decoration: none;
    color: #c1272c;
}

a:visited {
    text-decoration: none;
    color: #c1272c;
}

a:hover {
    text-decoration: none;
    color: #82a8c8;
}

a:active {
    text-decoration: none;
    color: #c1272c;
}


/*
Forms!
*/

.entry form {
    margin: 0 auto;
    max-width: 320px;
}

.entry form label .required {
    color: #c1272c;
}

.entry form input[type=text],
.entry form textarea {
    border: 1px solid #ccc;
    padding: 0.5em;
}

.entry form .cntctfrm_error_text {
    color: #c1272c;
}

.entry form input[type=submit] {
    background: #c1272c;
    color: white;
    padding: 0.5em 1em;
}

.entry form input[type=submit]:hover {
    background: #d53c3b;
}

/* end forms */

div#main {
    display: block;
    margin: 0 auto;
    min-height: 600px;
    text-align: center;
}

div#container {
    display: block;
    margin: 0 auto;
    width: 970px;
}

#centeredmenu {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 9px;
    margin-bottom: 23px;
}

#centeredmenu ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

#centeredmenu ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
}

#centeredmenu ul li a {
    display: block;
    margin-right: 10px;
    padding: 0px;
    font-size: 12px;
}

#centeredmenu ul li a:link {
    text-decoration: none;
    color: #ffffff;
}

#centeredmenu ul li a:visited {
    text-decoration: none;
    color: #ffffff;
}

#centeredmenu ul li a:hover {
    text-decoration: none;
    color: #82a8c8;
}

#centeredmenu ul li a:active {
    text-decoration: none;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: #2d2d2d;
    line-height: 24px;
}

h1#logo {
    display: block;
    width: 219px;
    height: 118px;
    background: url('images/logo.png');
    float: left;
}

h1#logo a {
    font-size: 0;
    text-indent: -999999px;
    display: block;
    width: 219px;
    height: 118px;
}

div.clear {
    display: block;
    clear: both;
}

a.marketing {
    display: block;
    width: auto;
    padding: 0;
    font-size: 0;
    margin-bottom: 0px;
}

a.marketing img {
    display: inline;
    padding: 0;
    margin: 0;
    border: 3px Solid transparent;
}

div.content .block aside.byline {
    float: left;
}

div.content .block aside.byline p {
    color: #666;
    font-size: 14px;
}

#sidebar a.marketing {
    margin-bottom: 20px;
}

.block,
#sidebar > li {
    padding: 10px;
    margin-top: 0;
}

/* Styling for RPS widgets */
#sidebar > li.RPSAdBlock {
    padding: 0;
    border-top: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
}

#sidebar > li.AutoFeature {
    font-size: 15px;
    margin-bottom: 3px;
    padding: 0;
    text-align: left;
}

#sidebar li.AutoFeature a {
    display: block;
    padding: 8px 10px 12px;
}

#sidebar > li.AutoFeature img {
    border: 0;
    display: block;
}

#sidebar > li.AutoFeature h4 {
    color: inherit;
    font-size: 13px;
    line-height: 16px;
    margin: 8px 0 4px;
}

#sidebar > li.AutoFeature p {
    color: #333;
    font-size: 0.875em;
    font-style: italic;
}

#sidebar > li.RPSTagSearch form fieldset {
    position: relative;
}

#sidebar > li.RPSTagSearch form fieldset input[type=text] {
    border-right: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    width: 100px;
}

#sidebar > li.RPSTagSearch form fieldset input[type=submit] {
    bottom: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

#sidebar > li.RPSTagSearch p.tags {
    background: url('images/tag.png') top left no-repeat;
    margin-bottom: 8px;
    padding-left: 23px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}

#sidebar #affiliate-disclaimer {
    text-align: left;
}
#sidebar #affiliate-disclaimer h4 {
    margin-bottom: 0;
}

#mobile-meta {
    padding: 20px;
    list-style: none;
}
#mobile-meta h4 {
    font-size: 15px;
    margin: 10px 0;
}

/*
Social buttons
*/

.social-buttons {
    float: right;
    margin: -3px 0 0;
}

.social-buttons h4 {
    color: #666;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 5px;
    position: relative;
    top: -5px;
}

ul.social-icons {
    display: inline-block !important;
    list-style-type: none;
    margin: 0 !important;
}

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a {
    background: #666;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 24px;
}

ul.social-icons li a:before {
    height: 24px;
    line-height: 24px;
    margin: 0;
    width: 24px;
}

ul.social-icons li a span {
    position: absolute;
    left: -999em;
}

ul.social-icons li a.has-text {
    padding: 0 6px 0 30px;
    text-indent: 0;
    width: auto;
}

ul.social-icons li a:hover {
    background-color: #d53c3b !important;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

ul.social-icons li a.social-facebook {
    background-color: #3b5998;
}

ul.social-icons li a.social-twitter {
    background-color: #55acee;
}

ul.social-icons li a.social-reddit {
    background-color: #5f99cf;
}

/* end social buttons */

/* special post styling */

div.content .featured-block.block,
div.content .premium-block.block,
div.content .giveaway-block.block {
    padding-top: 40px;
    position: relative;
}

div.content .giveaway-block.block {
    background: #f0e6c8;
}

div.content .block p.featured-block-title,
div.content .block p.premium-block-title,
div.content .block p.giveaway-block-title {
    display: inline-block;
    top: 0;
    padding: 5px 15px 4px;
    left:  0;
    font-size: 0.75em;

    background: #c1272c;
    color: #fff;
    margin: 0;
    min-height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.featured-block__text {
    background: url() no-repeat 0 0;
    background-size: 15px;
    display: inline-block;
    height: 15px;
    margin-right: 11px;
    position: relative;
    top: 5px;
    text-indent: -999em;
    width: 118px;
}

.featured-block__text--feature {
    background-image: url(images/featured-block-title-bg.png);
    background-size: 118px 15px;
    width: 118px;
}

.featured-block__text--giveaway {
    background-image: url(images/giveaway-title-bg.png);
    background-size: 98px 15px;
    width: 98px;
}

div.content .block p.premium-block-title {
    padding-left: 130px;
}

div.content > .featured-block:first-child .featured-block-title,
div.content > .premium-block:first-child .premium-block-title,
div.content > .giveaway-block:first-child .giveaway-block-title{
    margin-top: -1px;
}

p.featured-block-title img,
p.premium-block-title img,
p.giveaway-block-title img {
    border: 0 !important;
    margin: 0 !important;
    left: 10px;
    position: relative;
    top: 8px;
    position: absolute;
}

p.featured-block-title span,
p.premium-block-title span,
p.giveaway-block-title span {
    padding-left: 91px;
    background: url('images/featured-block-title-bg.png') no-repeat 0 0;
}

.entry {
    clear: both;
}

div.hr {
    display: block;
    height: 1px;
    margin: 15px 0 15px;
}

div.no-back {
    background: #FFFFFF;
    padding: 10px;
}

#content div.no-border {
    border: 0 !important;
}

div.content {
    clear: both;
    display: block;
    width: 645px;
    float: left;
    margin-top: 15px;
}

div.content .block h1 {
    font-size: 24px;/*46px*/
    font-weight: 700;/*400*/
    line-height: 32px;/*56px*/
    margin-bottom: 16px;
    text-align: left;
}

.home div.content .block h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

div.content .block h1 a:link {
    text-decoration: none;
    color: #2d2d2d;
}

div.content .block h1 a:visited {
    text-decoration: none;
    color: #2d2d2d;
}

div.content .block h1 a:hover {
    text-decoration: none;
    color: #82a8c8;
}

div.content .block h1 a:active {
    text-decoration: none;
    color: #2d2d2d;
}

div.content .block {
    padding: 20px;
}

div.content .block .dd_post_share_left + p {
    clear: both;
}

div.content .block p.info {
    overflow: visible;
    width: 650px;
    margin-bottom: 16px;
    font-size: 13px;
}

div.content .block p.info a.comment {
    margin-left: 5px;
    background: url('images/comment.gif') left  no-repeat;
    padding-left: 20px;
}

div.content .block img {
    clear: both;
    display: block;
    margin: 0 auto 5px;
}

/* Override for comment section author image */
div.content .block div.comment-content span.comment-author img {
    border: none;
    clear: none;
    display: inline;
    margin: 0;
    vertical-align: middle;
}

/* add support for image captions */
div.content .block .wp-caption img {
    border: 0;
    display: inline-block;
    margin: 0;
}

div.content .block .wp-caption {
    background: #c8c8c8;
    clear: both;
    margin: 0 auto 5px;
    padding-top: 5px;
    text-align: center;
}

div.content .block .wp-caption p {
    font-size: 0.75em;
    font-style: italic;
    padding: 0.25em 5px;
    text-align: left;
}

div.content p.read {
    float: right;
    margin-right: 20px;/*background:url('images/read.png') left

no-repeat;padding-left:23px;*/
}

div.content h2 {
    font-size: 20px;
    margin: 32px 0 8px;
    position: relative;
    text-align: left;
    top: -1px;
}

div.content h3 {
    font-size: 18px;
    margin: 32px 0 8px;
    position: relative;
    text-align: left;
    top: -1px;
}

#sidebar {
    display: block;
    width: 300px;
    float: right;
    list-style: none;
    text-align: center;
    line-height: 16px;
}

#sidebar > li {
    margin-bottom: 20px;
}

#sidebar > li ul.no-bullets {
    margin: 0;
    list-style: none;
}
/*
#sidebar > li ul.no-bullets h4 {
	font-size: 1.3em;
}

#sidebar > li ul.no-bullets li.more {
	text-align: right;
}*/

#sidebar > li ul {
    display: block;
    list-style: square;
    margin: 0 0 0 20px;
    padding: 0;
}

#sidebar > li ul li {
    margin-bottom: 16px;
    font-size: 13px;
    text-align: left;
    line-height: 16px;
}

#sidebar > li ul li h4 {
    line-height: 16px;
}

#sidebar > li img {
    border: 3px Solid #bbbbbb;
}

#sidebar h4 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #2d2d2d;
    margin: 10px 0 10px;
    text-align: left;
}

#sidebar h4 span {
    font-size: 75%;
    font-weight: 400;
}

#sidebar .article-title {
    font-size: 1em;
    line-height: 16px;
}

.scroll {
    height: 248px;
    overflow: auto;
    position: relative; /* fix for IE to respect overflow */
    clear: left;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 248px;
    width: 639px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollContainer div.panel div {
    display: block;
    width: 210px;
    height: 248px;
    background: transparent url('images/black-back.png') repeat;
    color: #ffffff;
    float: right;
    padding: 10px 10px 0 10px;
}

.scrollContainer div.panel div h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.scrollContainer div.panel div p {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
}

.scrollContainer div.panel div p a:link {
    text-decoration: none;
    color: #ffffff;
}

.scrollContainer div.panel div p a:visited {
    text-decoration: none;
    color: #ffffff;
}

.scrollContainer div.panel div p a:hover {
    text-decoration: none;
    color: #82a8c8;
}

.scrollContainer div.panel div p a:active {
    text-decoration: none;
    color: #ffffff;
}

.scrollButtons {
    display: none;
}

div#footer {
    display: block;
    background: #3c3c3c;
    border-top: 1px Solid #9a9b9c;
    min-height: 104px;
    padding: 20px 10px 10px  10px;
    text-align: center;
    margin-top: 16px;
}

div#footer-content {
    display: block;
    width: 970px;
    margin: 0 auto;
}

div#footer-content div.footer-col {
    display: inline;
    width: 300px;
    margin-right: 20px;
    float: left;
}

div#footer-content div.footer-col h4 {
    font-size: 25px;
    margin-bottom: 9px;
    text-align: left;
    color: #ffffff;
}

div#footer-content div.footer-col h4 span {
    font-size: 17px;
}

div#footer-content div.footer-col ul {
    display: block;
    width: 100px;
    float: left;
    list-style: none;
    margin-right: 40px;
}

div#footer-content div.footer-col ul li {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    text-align: left;
    color: #cecece;
}

div#footer-content div.footer-col ul li a {
    padding: 3px;
}

div#footer-content div.footer-col ul li a:link {
    text-decoration: none;
    color: #ffffff;
}

div#footer-content div.footer-col ul li a:visited {
    text-decoration: none;
    color: #ffffff;
}

div#footer-content div.footer-col ul li a:hover {
    text-decoration: none;
    color: #000000;
    background: #cecece;
}

div#footer-content div.footer-col ul li a:active {
    text-decoration: none;
    color: #ffffff;
}

div#footer-content div.footer-col ul li a.icon {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    float: right;
    margin-right: 5px;
}

div#footer-content div.footer-col ul li a.icon:hover {
    text-decoration: none;
    color: #000000;
    background: transparent;
}

div#footer-content div.footer-col ul li a.icon img {
    padding: 0;
    margin: 0;
    border: 0;
}

form {
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

form fieldset {
    display: block;
    margin: 0;
    padding: 0;
}

form fieldset input {
    display: block;
    margin: 0;
    padding: 5px;
    border: 1px Solid  #a1a1a1;
    background: #fefefe;
    float: left;
}

form fieldset input:hover {
    border-color: #818181;
}

form fieldset input.submit {
    cursor: pointer;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.3);
    padding: 3px 5px;
    margin: 0 0 0 10px;
    float: left;
}

ol.commentlist {
    display: block;
    margin: 0;
    padding: 5px;
}

ol.commentlist li {
    overflow: hidden;
    text-align: left;
    display: block;
    border: 1px Solid  #ececec;
    background: #ececec;
    margin: 0 0 10px  0;
    padding: 10px 10px 0 10px;
    position: relative
}

ol.commentlist li.blocked {
    color: #666;
    font-size: 11px;
}

ol.commentlist li.blocked li {
    font-size: 16px;
    color: #000
}

ol.commentlist li.blocked li.blocked {
    font-size: 11px;
    color: #666;
}

ol.commentlist li input.comment-block {
    background: transparent;
    cursor: pointer;
    color: #c1272c;
}

ol.commentlist li form {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
}

ol.commentlist li.blocked input.comment-block {
    top: 9px;
}

ol.commentlist li input.comment-block:hover {
    color: #d53c3b;
}

/*ol.commentlist li.comment-author-jsutcliffe {background:#ececec !important;}

ul.children li.comment-author-jsutcliffe {background:#ffffff !important; border: 1px solid #ECECEC !important;}

*/

.avatar {
    display: block;
    float: left;
    padding: 2px;
    background: #ffffff;
    border: 1px Solid #cccccc  !important;
    margin-right: 10px;
    margin-top: -7px;
}

ol.commentlist .comment-author {
    text-align: left;
    float: left;
    margin-top: 7px;
}

ol.commentlist .comment-meta {
    float: left;
    font-size: 11px;
    margin-top: 13px;
}

ol.commentlist p {
    display: block;
    clear: both;
    margin-left: 48px;
}

ol.commentlist div.reply {
    clear: both;
    height: 32px;
    text-align: right;
}

/*a.comment-reply-login {font-size:0.6em;margin-top:15px;float:right;}

*/
ol.commentlist a.comment-reply-link {
    display: block;
    padding: 3px;
    width: 30px;
    background: #ffeaea;
    border: 2px Solid  #bdbdbd;
    font-size: 11px;
    float: right;
}

form#commentform {
    display: block;
    text-align: left;
    margin: 0;
    padding: 20px;
    width: 580px;
}

form#commentform textarea {
    display: block;
    width: 570px;
    height: 160px;
    border: 1px solid  #bdbdbd;
    border-right-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
    padding: 5px;
    line-height: 24px;
    font-size: 16px;
}

form#commentform input#author {
    display: block;
    width: 300px;
    border: 1px solid  #bdbdbd;
    border-right-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
    padding: 5px;
    line-height: 24px;
    font-size: 16px;
}

form#commentform input#email {
    display: block;
    width: 300px;
    border: 1px solid  #bdbdbd;
    border-right-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
    padding: 5px;
    line-height: 24px;
    font-size: 16px;
}

form#commentform input#url {
    display: block;
    width: 300px;
    border: 1px solid  #bdbdbd;
    border-right-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
    padding: 5px;
    line-height: 24px;
    font-size: 16px;
}

form#commentform label {
    display: block;
    margin: 10px 0 5px 0;
    font-size: 14px;
}

form#commentform label small {
    font-size: 12px;
}

form#commentform #submit {
    display: block;
    padding: 3px;
    width: 150px;
    background: #ffeaea;
    border: 2px Solid  #bdbdbd;
    font-size: 12px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

#comment_post_ID {
    display: none;
}

#comment_parent {
    display: none;
}

#_wp_unfiltered_html_comment {
    display: none;
}

.cancel-comment-reply {
    margin: 15px 0 0 0;
}

.wp-smiley {
    border: 0 !important;
    display: inline !important;
}

ul.children {
    margin-left: 20px;
}

ul.children li {
    background: #ffffff;
}

.post-inner header {
    margin-bottom: 18px;
    overflow: hidden;
}

.ad-break-text {
    color: #a0a0a0;
    font-size: 11px;
    margin-bottom: 0 !important;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.entry p {
    margin-bottom: 16px;
}

.entry ul {
    display: block;
    list-style: square inside;
    margin-bottom: 24px;
}

.entry li {
    margin-bottom: 8px;
}

.entry a {
    text-decoration: underline;
}

footer.article-footer {
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
}

.article-footer .social-buttons {
    float: none;
    margin: -1px 0 4px 0;
}

.article-footer .social-buttons h4 {
    font-weight: bold;
}

p.tags a, p.comments a, p.tools a {
    display: inline-block;
    font-weight: normal;
}

div.content .block p.tags,
div.content p.comments,
div.content h3.comments {
    background: url('images/tag.png') top left no-repeat;
    margin-bottom: 8px;
    padding-left: 23px;
}

div.content .block p.comments,
div.content .block h3.comments  {
    background-image: url('images/comment.gif');
}

div.content p.comments a.comment-page-link {
    font-size: 11px;
}

div.content p.tools {
    background: url('images/tools.png') left no-repeat;
    padding-left: 23px;
}

.post-navigation {
    clear: both;
    margin: 7px 0 8px;
    overflow: hidden;
    padding: 4px 0;
    text-align: center;
}

.post-navigation .align-left,
.post-navigation .align-right {
    width: 48%;
}

.post-navigation .align-left a,
.post-navigation .align-right a {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.post-navigation .align-left a {
    float: right;
}

.post-navigation .align-left {
    float: left;
    text-align: left;
}

.post-navigation .align-right {
    float: right;
    text-align: right;
}

.disclaimer {
    clear: both;
    padding-top: 4px;
}

.navigations {
    text-align: center;
}

.navigations .alignleft,
.navigations .alignright {
    display: inline-block;
}

.navigations .alignleft a,
.navigations .alignright a {
    background: #c1272c; /* for non-css3 browsers */
    color: #fff;
    display: inline-block;
    font-size: 0.875em;
    margin: 0 0.25em;
    padding: 0.5em 1em;
    text-align: center;
    min-width: 150px;
}

.navigations .alignleft a:hover,
.navigations .alignright a:hover {
    background: #d53c3b;
}

.navigations .alignleft a,
.navigations .alignright a {

}

select {
    font-size: 17px;
    font-weight: bold;
    border: 1px Solid  #7a7a7a;
    padding: 2px;
    color: #1d1d1d;
}

.pagetitle {
    text-align: center !important;
}

blockquote {
    background: #eee;
    border: 0;
    font-style: italic;
    margin-bottom: 10px;
    padding: 1em 1em 0.3em;
}

.revisit p {
    font-size: 12px;
}

.revisit img {
    margin-bottom: 10px;
}

.respond ul {
    display: block;
    list-style: none;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.respond ul li {
    display: block;
    list-style: none;
    list-style-type: none;
    margin: 0 !important;
    margin-bottom: 8px  !important;
    padding: 0 !important;
    line-height: 16px;
}

.more-link {
    display: block;
    margin-top: 10px;
}

/* Featured Box JAS */

ul#featured-stories {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
}

ul#featured-stories li {
    width: 33%;
    float: left;
}

ul#featured-stories li.last {
    width: 34%;
}

ul#featured-stories li div.panel {
    height: 120px;
    border: 1px solid #fff;
    border-right: 0;
    margin-bottom: -1px;
    overflow: hidden;
    background: #000 url() no-repeat center;
}

ul#featured-stories li.last div.panel {
    border-right: 1px solid #fff;
}

ul#featured-stories li div.text-container {
    color: #fff;
    text-align: left;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 16px;
}

ul#featured-stories li div.text-container p {
    margin-top: 5px;
    height: 120px;
    display: none;
}

ul#featured-stories.jasFeaturedStoriesScroll li div.text-container p {
    display: none;
}

ul#featured-stories li h2 {
    font-size: 12px;
    margin: 0;
}

ul#featured-stories li h2 a {
    color: #fff;
}

/* end Featured Box JAS */

/* comment edit */
span.edit-comment a {
    background: none repeat scroll 0 0 #FFEAEA;
    border: 2px solid #BDBDBD;
    display: block;
    float: right;
    font-size: 11px;
    padding: 3px;
    width: 30px;
    margin-bottom: 5px;
}

form#dialog_commentform {
    width: auto;
    margin: 0;
}

textarea#dialog_comment {
    border: 1px solid;
    border-color: #BDBDBD #D9D9D9 #D9D9D9 #BDBDBD;
    margin: 10px 0;
    width: 99% !important;
}

.ui-dialog .ui-dialog-content {
    font-size: 12px;
    padding: 0 !important;
}

.ui-dialog {
    padding: 0.5em !important;
}

p.recaptcha-error {
    font-size: 12px;
    border: 0;
    padding: 4px 8px;
    display: block;
    background-color: #c1272c;
    color: #fff;
    text-align: left;
    margin: 5px 0;
}

#comment-form-user-fields {
    *margin-bottom: 30px;
}

div.content .block p.log-in-to-comment {
    padding-left: 20px;
    font-size: 0.75em;
}

#commentform {
    display: none;
}

/*
autocomplete
*/

.ac_results {
    text-align: left;
    background: transparent !important;
    border: none !important;
    width: auto !important;
    z-index: 5;
}

.ac_results ul {
    border: 1px solid #A1A1A1;
    background: #fff;
    width: 239px !important;
}

.ac_results li {
    font-size: 12px !important;
    padding: 5px !important;
    width: auto !important;
}

.ac_results li:nth-child(2n) {
    background-color: #eee;
}

.ac_results li.ac_over {
    background-color: inherit;
    color: #c1272c;
}

.ac_results li:nth-child(2n).ac_over {
    background-color: #eee;
}

/* comments pagination */

ol.activecommentlist {
    display: block;
}

ol.inactivecommentlist {
    display: none;
}

li.active a {
    color: #c1272c;
}

.pagination {
    text-align: center;
}

.pagination h5, .pagination ul, .pagination li {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}

.lte7 .pagination h5,
.lte7 .pagination ul,
.lte7 .pagination li {
    display: inline;
}

.pagination ul {
    list-style-type: none;
}

.pagination h5 {
    background-color: #FFFFFF;
    color: #666;
    margin: 2px;
    padding: 2px 4px;
}

div.content .pagination li,
div.content div#comments .block .pagination li {
    font-size: 12px !important;
    margin-right: 2px;
    padding: 10px 0;
}

div.content .pagination li span.current,
div.content div#comments .block .pagination li span.current {
    background-color: #bb1729;
}

.pagination li.active a {
}

div.content .pagination li a,
div.content .pagination li span,
div.content div#comments .block .pagination li a,
div.content div#comments .block .pagination li span {
    background-color: #ccc;
    color: #fff;
    padding: 2px 6px;
    text-decoration: none;
}

div.content .pagination li a:hover,
div.content div#comments .block .pagination li a:hover {
    background: #d53c3b;
}

/* page pagination */

.entry > .pagination > .page-numbers {
    margin-bottom: 1em;

    margin: 2em 0 1em;
}

.entry > .pagination > .page-numbers a,
.entry > .pagination > .page-numbers > span {
    background: #ccc;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 6px;

    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.entry > .pagination > .page-numbers a:hover,
.entry > .pagination > .page-numbers > span {
    background-color: #bb1729;
    color: #fff;
}

.entry > .pagination > .page-text {
    overflow: hidden;
}

.entry > .pagination > .page-text a span {
    background: #bb1729;
    color: #fff;
    font-weight: normal;
    min-width: 150px;
    padding: 0.5em 1em;
}

.entry > .pagination > .page-text a:hover span {
    background: #d53c3b;
}

.entry > .pagination > .page-text a span.previous {
    float: left;
}

.entry > .pagination > .page-text a span.next {
    float: right;
}

#right-mpu {
    clear: both;
    float: left;
    margin-bottom: 25px;
}

/* modals */
.modal-overlay {
    background: rgba(0,0,0,0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.modal-window {
    position: fixed;
    padding: 20px;
    background: #fff;
    width: 640px;
    margin-left: -325px;
    left: 50%;
    top: 100px;
    text-align: center;
    opacity: 0;
    filter: opacity(0);
}

.modal-window img {
    margin: 0;
}

.modal-window .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 20px;
    height: 20px;
    cursor: pointer;
    background: #ffffff;
}

img.loading {
    z-index: 5000;
    position: fixed;
    left: 50%;
    top: 300px;
    margin-left: -20px;
    margin-top: -20px;
}

/* end modals */

/* social buttons */
div.content .block p.info {
    width: auto;
    line-height: 24px;
    font-size: 12px;
    margin-right: 6px;
}

div.content .block p.info a {
    font-weight: normal;
}

.dd_post_share_left {
    margin-right: -100px;
}

p.report-comment span a {
    position: absolute;
    right: 13px;
    font-size: 11px;
    color: #666666;
    top: 12px;
}

/* Comments redux */

div#comments {
    border-top: 2px solid #cecece;
}

div.content div#comments .block li {
    padding: 0;
}

div.content div#comments .block p, div.content div#comments .block li {
    font-size: 15px;
}

ol.commentlist li {
    border: 0;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

ol.commentlist li:last-child {
    border: 0;
}

ul.children {
    margin-left: 50px;
}

div.content div#comments .block ul li {
    padding: 10px;
}

#comments ul.children li {
    background: #f7f7f7
}

#comments ul.children ul.children li {
    background: #efefef;
}

#comments ul.children ul.children ul.children li {
    background: #e8e8e8;
}

#comments ul.children ul.children ul.children ul.children li {
    background: #e1e1e1;
}

#comments li.comment-role-administrator,
#comments li.comment-role-author,
#comments li.comment-role-editor {
    background: #fffafa
}

#comments ul.children li.comment-role-administrator,
#comments ul.children li.comment-role-author,
#comments ul.children li.comment-role-editor {
    background: #fbf2f2
}

#comments ul.children ul.children li.comment-role-administrator,
#comments ul.children ul.children li.comment-role-author,
#comments ul.children ul.children li.comment-role-editor {
    background: #f7e6e6
}

#comments ul.children ul.children ul.children li.comment-role-administrator,
#comments ul.children ul.children ul.children li.comment-role-author,
#comments ul.children ul.children ul.children li.comment-role-editor {
    background: #f3dada
}

#comments ul.children ul.children ul.children ul.children li.comment-role-administrator,
#comments ul.children ul.children ul.children ul.children li.comment-role-author,
#comments ul.children ul.children ul.children ul.children li.comment-role-editor {
    background: #f0cfcf
}

div.content div#comments .block li {
    padding-top: 10px;
    margin-bottom: 0;
}

#comments a, #comments p .commentmetadata a, #comments input {
    color: #999;
}

#comments p a {
    color: #c1272c;
}

#comments #top-comments p a {
    color: #fff;
    text-decoration: underline;
}

ol.commentlist .comment-author, .avatar {
    margin-top: 0;
}

.avatar {
}

.avatar-container {
    min-height: 64px;
    position: absolute;
    left: 0;
    top: 10px;
}

ul .avatar-container {
    left: 10px;
}

/*ol.commentlist div.reply {
	position: absolute;
	right: 0;
	top: 0;
}

*/
ol.commentlist div.reply {
    clear: none;
    float: right;
    height: auto;
    text-align: center;
    background: #ccc;
    position: relative;
    top: -10px;
}

ol.commentlist div.reply:hover {
    background: #d53c3b;
}

#comments .reply a {
    color: #fff;
    padding: 2px 8px;
    display: block;
}

.edit-comment-admin-links, .edit-comment-user-link {
    float: left
}

.comment {
    clear: both;
}

a.comment-reply-login, ol.commentlist a.comment-reply-link, ol.commentlist li input.comment-block {
    font-weight: bold;
    color: #c1272c;
    font-size: 10px;
}

ol.commentlist li input.comment-block {
    position: relative;
    top: 1px;
    font-size: 10px;
}

ol.commentlist a.comment-reply-link {
    display: inline;
    padding: 0px;
    width: auto;
    background: transparent;
    border: 0;
    font-size: inherit;
}

ol.commentlist li input.comment-block {
    top: 0;
}

ol.commentlist .comment-meta {
    margin-top: 0;
}

ol.commentlist p {
    margin-left: 0;
}

.comment-content {
    margin-left: 50px;
    margin-bottom: 1em;
}

div.content div#comments .block p {
    margin: 0 0 1em 0;
}

ol.commentlist .comment-author, ol.commentlist .comment-meta {
    float: none;
}

.comment-role-administrator, .comment-role-editor, .bypostauthor {
    min-height: 80px;
}

.large-avatar {
    margin-left: 80px;
}

.edit-comment-admin-links a, .ajax-edit-time-left, .aec-dropdown-container a {
    font-size: 10px !important;
    padding: 0 0 0  20px !important;
}

.comment-meta.commentmetadata {
    position: absolute;
    right: 10px;
}

/* top comments */
div.content div#top-comments ol li,
div.content div#top-comments ol li p
{
    font-size: 12px;
    padding-left: 0;
}

div.content div#top-comments li {
    font-size: 0.75em;
}

input.highlight-button {
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAF6SURBVDjLxZM7S0NBEIW/fWCnQgyIT0QQDKJBFBRbsRCt/Ae3VRs7wVpIY6WxkqTXxgek8IGIIQRsYjR2SkhAMJoipDAkXNfi6k18YcDCA8vMLDtnds7uCGMMf4Hkj/h/Ag0QDocngVVgrM68O2DJsqx9/bax7vf7fK2tXgCEABBvftU6vuDxMd97cXEZBFwCr8fTTCbzQKViO71J6SYJIdxYa01HRwuA123BgUAphW0b93AtSZVAIaX6qMF7RaU0WvMh4bNVSiKE/EoghEQpiTH62+qJTIzLbIzic4FypYxXdmuwEKFQyPT0dDE0NOCKVxXMiU8SB6Seooz4Run09HGa2iV+fU5Tsd+5QTqdJZ3O/vhmZ7lt5mamsaWNv22K45sdxgcn2NmLgDHm1zW7Mmwi11umFvvJoBlbaDN1/cR8IVdK3ccIHFkABA4tbnNJgFJdBC/mZS2ejNGA5uBqkwahiSbOAIKi3nEeX2wPAPNAI1AENuMb98uviwGZtIAuD3IAAAAASUVORK5CYII=') no-repeat left center;
    color: #999999;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    padding-left: 18px;
}

#top-comments input.highlight-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAF/SURBVDjLY/z//z8DJYCJgUIw8AawgIj58+c7A6lWIDYnUt89IC5MTEzcxAIVmKyvr6kpLi4C5jAygkkoG0FD2IwMr1+/VTp9+uJUIAdugIiQED/Do0cvGX7//gvxGxMTXBMIw/gsLCwM0tLCYD1wL0AAIwMzMzPD37//4YqRDUEYwAxkM6OGAcxGZmYWoAIGFA3oNDMziGbCNAAkCJL8/58Fq+2/jq9h+HZkOcOvZw8YXotKMPBKmwP1JjIwzps377+CgiyDnp42PPAQAQbhv9m1kOH72Y0MqvaBDOyK2gzfL+1iuHZkL8N9bl2IAYTiTHxTFYNjaikD590DDAxPjzAw8AswvGGRZzh97DoDAygvEMJ7nFj+/Tu77j8yeF8v8R8kzkJMqvnL/P/ptwtbZbg3ZTH8/P6C4RtQ7PMnYIwxMzwjKilzCYnPvXr80J/nPzgZPjGzMrx/x8hw5ykjMMIZpjESm52PRshVfH33LJ35L6M8yEVAXdPdd/1pAwD4EZ6cdwTiAgAAAABJRU5ErkJggg==');
    margin-top: 0.5em;
}

#top-comments .top-comment-controls a {
    font-size: 10px;
    font-weight: bold;
    margin-right: 1em;
}

#comments #top-comments blockquote {
    background-color: #611316;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar

(http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 16px;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#centeredmenu {
    text-shadow: 1px 1px 0px rgba(0,0,0,1);
}

/*EG Network footer*/

#eg-network {
    width: 965px;
    color: #fff;
    margin: 0 auto;
    text-align: left;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px  solid #646464;
}

#eg-network .site {
    float: left;
    margin-right: 0;
    padding-left: 1.19048%;
    width: 32.1429%;
}

#eg-network a {
    color: #fff;
}

#eg-network h5 {
    margin-bottom: 0.5em;
    font-size: 1em;
}

#eg-network ul {
    list-style-type: none;
}

#eg-network ul ul li {
    font-size: 0.75em;
    margin-bottom: 0.5em;
}

#eg-network ul ul {
    padding: 0 1em 0 0;
}

#eg-network ul li#rps-links {
    display: none;
}

#footer a:hover {
    background: #cecece;
    color: #000;
}

/* end EG network footer */
/* some overrides so Jonathan Sutcliffe's comments don't appear as administrator comments */
#comments ul.children li {
    background: none repeat scroll 0 0 #F7F7F7;
}

#comments ul.children ul.children li {
    background: none repeat scroll 0 0 #EFEFEF;
}

#comments ul.children ul.children ul.children li {
    background: none repeat scroll 0 0 #E8E8E8;
}

#comments ul.children ul.children ul.children ul.children li {
    background: none repeat scroll 0 0 #E1E1E1;
}

/* start category tabs */

ul#featured-stories li {
    width: 215px;
    float: left;
}

ul#featured-stories li.span-three {
    width: 100%;
}

ul#featured-stories li.span-two {
    width: 430px;
}

ul#featured-stories li.span-two.last {
    width: 430px;
}

ul#featured-stories li.span-one.last {
    width: 215px;
}

ul.categories {
    width: 643px;
    background: #D9D9D9; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#888888'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#888)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ccc, #888); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(#ccc, #888);
    border: 1px solid #fff;
    border-width: 1px 1px 0 1px;
    height: 32px;
    line-height: 32px;
    list-style-type: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

ul.categories li {
    text-align: left;
}

ul.categories li h4 {
    float: left;
    padding-left: 10px;
}

ul.categories ul {
    list-style-type: none;
    height: 32px;
    float: right;
}

ul.categories li li {
    float: left;
    text-align: center;
    background: #D9D9D9; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1272c', endColorstr='#611316'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#c1272c), to(#611316)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #c1272c, #611316); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(#c1272c, #611316);
}

ul.categories li li a {
    border: 1px solid #fff;
    border-width: 0 0 0 1px;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    min-width: 60px;
    padding: 0 15px;
    font-weight: 700;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
}

ul.categories li li:hover a, ul.categories li li.active a {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

ul.categories li li.cat-item-4 a {
    width: 90px;
}

/*RPS Feature*/
ul.categories li li.cat-item-6 a {
    width: 60px;
    background-position: center -32px;
}

/*News*/
ul.categories li li.cat-item-5 a {
    width: 90px;
    background-position: center -62px;
}

/*Free Games*/
ul.categories li li.cat-item-7 a {
    width: 70px;
    background-position: center -92px;
}

/*Reviews*/
ul.categories li li.cat-item-3 a {
    width: 80px;
    background-position: center -122px;
}

/*Hardware*/
ul.categories li li:hover, ul.categories li li.active {
    background: #aaa; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#666666'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#666)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #aaa, #666); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(#aaa, #666);
}

ul.categories ul .children {
    position: absolute;
    left: -999em;
}

p.additionalStories {
    display: none !important;
}

ul.categories {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    top: 241px;
    z-index: 50
}

ul#featured-stories li div.panel {
    height: 130px;
}

/* end category tabs */

/* pull quote */

div.content .block .simplePullQuote {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
    width: 50%;
}

div.content .block .simplePullQuote p {
    color: #c1272c;
    font-size: 21px;
    padding: 0 20px 0 30px;
    quotes:"\201C""\201D""\2018""\2019";
}

div.content .block .simplePullQuote p::before {
    content: open-quote;
    font-size: 3em;
    margin: 9px 0 0 -24px;
    position: absolute;
}

div.content .block .simplePullQuote p::after {
    content: close-quote;
    font-size: 2em;
    margin: 5px 2px 0;
    position: absolute;
}

/* end pull quote */



/* quick outbrain override, 5 April 2013 */
.AR_1 .ob_container_recs .item-container,
.AR_2 .ob_container_recs .item-container {padding-right: 10px !important;}
/* end quick outbrain override */

/* Layout changes for EG ads */

#header {
    background: #1a1a1a;

    box-shadow: 10px 0 10px rgba(0,0,0,1);
    color: #999;
    position: relative;
}

#header .logo a {
    background: url(rps-logos/red-on-black.png) no-repeat 0 0;
    height: 78px;
    left: 0;
    position: absolute;
    text-indent: -999em;
    top: 15px;
    width: 278px;
}

#header-content {
    font-size: 15px;
    margin: 0 auto;
    position: relative;
    width: 1260px;
}

#header #header-search {
    float: right;
    margin: 15px 300px 0 0;
    position: relative;
    z-index: 100;
}

#header #header-search form {
    margin: 0;
    width: auto;
}

#header #header-search form #search-site {
    background: #333;
    border-color: #666;
    border-radius: 0;
    border-right: 0;
    box-shadow: inset 3px 3px 6px rgba(0,0,0,0.5);
    color: #fff;
    padding: 4px 5px 3px;
}

#header #header-search form .submit {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.3);
    border-radius: 0;
    margin: 0;
    padding: 3px 5px;

    -webkit-appearance: none;
}

#menu-utility-container {
    margin: 0 300px 0.6875em 0;
    position: absolute;
    right: 0;
    bottom: 27px;
}

#menu-utility-container ul {
    display: inline;
    list-style: none;
    /*margin: 0 300px 0.6875em 0;*/
    text-align: right;
}

#menu-utility-container ul li {
    display: inline;
    margin-left: 9px;
}

#menu-utility-container ul li a {
    color: #999;
}

#menu-utility-container ul li a:hover {
    color: #ccc;
}

#menu-header-links-container {
    float: right;
    margin: 17px 10px 0 0;
    text-align: left;
}

#menu-header-links-container ul {
    font-size: 1.07em;
    list-style: none;
}

#menu-header-links-container ul li {
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0 8px 0 4px;
}

#menu-header-links-container ul li:last-child {
    border: 0;
}

#menu-header-links-container ul li a {
    color: #ddd;
}

#menu-header-links-container ul li a:hover {
    color: #fff;
}

#menu-main-container {
    margin: 0 300px 0 0;
    padding-top: 108px;
}

#menu-main-container .menu-button {
    display: none;
}

#menu-main-container ul {
    display: table;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

#menu-main-container ul li {
    background: #c1272c; /* for non-css3 browsers */
    display: table-cell;
    *float: left;
}

.lte7 #menu-main-container {
    float: right;
}

.lte7 #menu-main-container ul {
    float: right;
    margin-right: 0;
}
.lte7 #menu-main-container ul li {
    float: left;
}
.lte8 #menu-main-container ul li a {
    border-left: 1px solid #a84e4e;
}

#menu-main-container ul li:hover {
    background: #d53c3b;
}

#menu-main-container ul li a {
    border: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(0,0,0,0.3);
    color: #fff;
    display: block;
    padding: 2px 1em;
}

#menu-main-container ul li:last-child,
#menu-main-container ul li:last-child a {
    border-right: 0;
}

#page-wrapper {
    clear: both;
    float: left;
    width: 100%;
}

#leaderboard {
    height: 90px;
    margin: 1em 0 1em 7.75em;
    width: 728px;
}

body.skin #leaderboard {
    height: auto;
    margin: 0;
    width: auto;
}

#mobileLeaderboard {
    height: 50px;
    width: 320px;
}

.leaderboards {
    clear: both;
    margin: 0 auto;
    max-width: 1260px;
    padding-right: 300px;
    position: relative;
    text-align: center;
}

.skin .leaderboards {
    max-width: 1260px;
    padding: 0;
}

#page {
    background-color: transparent;
    clear: both;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1260px;
}

#skyscraper {
    float: right;
    width: 300px;
}

#content {
    background: #ffffff;
    border-bottom: 0;
    clear: both;
    float: left;
    margin: 0;
    min-height: 600px;
    padding: 0;
    position: relative;
    width: 960px;
    z-index: 5;
}

div#content div.content {
    background: url("images/silver-back.jpg") repeat-x scroll 0 0 #ffffff;
    border-right: 2px solid #cecece;
    margin: 0;
    padding-bottom: 20px;
    width: 660px;
}

#content #sidebar {
    background: url("images/silver-back.jpg") repeat-x scroll 0 0 #ffffff;
    border-left: 2px solid #cecece;
    border-top: 1px solid #fff;
    float: left;
    margin: 0 0 0 -2px;
    padding: 0;
    width: 300px;
}

#content #sidebar ul.thumbs li {
    clear: both;
}

#content #sidebar ul.thumbs li a.thumb {
    float: left;
    margin: 0 10px 10px 0;
}

#content #sidebar ul.thumbs li a.thumb img {
    border-width: 1px;
    display: block;
    height: 48px;
    overflow: hidden;
    width: 48px;
}

#content #sidebar > li {
    border-right-width: 1px;
    margin: 0;
}

#content .block {
    border-top: 1px solid #cecece;
    padding-bottom: 20px;
}

#content .block:first-child {
    border-color: #fff;
}

#content .content .block.featured-block,
#content .content .block.premium-block {
    padding: 0;
}

#content .content .block.featured-block .post-inner,
#content .content .block.premium-block .post-inner {
    padding: 20px;
}

div#footer {
    background: #222222;
    clear: both;
    margin-top: 0;
    padding: 20px 0 10px;
}

div#footer .container {
    margin: 0 auto;
    width: 1260px;
}

div#footer-content {
    margin-right: 300px;
    width: 960px;
}

div#footer-content div.footer-col {
    margin-right: 0;
    padding-left: 1.190476%;
    width: 32.142856%;
}

/* button styles */

form fieldset input[type="submit"],
button {
    background: #c1272c; /* for non-css3 browsers */
    border: 1px solid #d53c3b;
    border-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.3);

    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875em;
    padding: 4px 6px;
    text-align: center;
}

form fieldset input[type="submit"]:hover,
button:hover {
    background: #d53c3b;
}

/* comment tweaking */

#content .block#top-comments {
    background: #c1272c; /* for non-css3 browsers */
    border: 0;
    padding-left: 16px;
}

div.content div#top-comments h3 {
    color: #fff;
    margin: 10px 0;
}

div.content div#top-comments.block p,
div.content div#top-comments.block li {
    color: #fff;
}

div.content form#commentform {
    margin: 0;
    padding: 0;
    width: auto;
}

form#commentform textarea {
    width: 617px;
}

form#commentform input[type=submit] {
    float: right;
}

/* Category title */
#content .content .block.cat-title h1 {
    margin-bottom: 0;
}

/* review/category post list */
div.content .block ul.category-alphabet {
    text-align: center;
}

div.content .block ul.category-alphabet li {
    display: inline-block;
    font-size: 1.2em;
    padding: 0 0.2em;
}

div.content .block ul.category-list li {
    margin: 0;
}

/* reviews category post table */
#reviews-table {
    margin: 10px 0;
}

#reviews-table td {
    font-size: 0.85em;
    padding: 0.25em 0;
}

#reviews-table thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
#reviews-table tbody td {
    vertical-align: top;
}
#reviews-table thead tr .headerSortUp:after {
    content: "\25bc";
}
#reviews-table thead tr .headerSortDown:after {
    content: "\25b2";
}
#reviews-table thead tr .headerSortDown:after, #reviews-table thead tr .headerSortUp:after {
    color: black;
    padding-left: 0.25em;
}

/* search results */
#search-results article {
    border-bottom: 1px solid #ccc;
    clear: both;
    margin: 1em 0;
    overflow: hidden;
    padding-bottom: 1em;
    position: relative;
}

#search-results img {
    background: #c1272c;
    border: 0;
    width: 160px;
    height: 88px;
    left: 0;
    position: absolute;
    top: 0;
}

#search-results div {
    margin-left: 180px;
}

#search-results h2 {
    margin-top: 0;
}

#search-results .date {
    color: #999;
    font-size: 0.85em;
}


.tag-list li {
    display: inline;
    line-height: 32px;
    margin-right: 24px;
}

.tag-list--alphabet {
    line-height: 16px;
    margin-left: 0;
    text-align: left;
}

.tag-list--alphabet li {
    display: inline-block;
    min-width: 30px;
    margin-right: 0;
}

.tag-list--alphabet a {
    display: block;
    padding: 8px;
    text-align: center;
}

.AutoFeature-image {
    background: #ccc;
    height: 112px;
    width: 280px;
}

.AutoFeature-spinner {
    background: url(images/ajax-loader.gif) no-repeat center;
    height: 50px;
}

.AutoFeature {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
}

.AutoFeature-invisible {
    opacity: 0;
}

/* sidebar overrides for tag alphabet */
#sidebar > li ul.tag-list--alphabet {
    margin-left: 0;
}

#sidebar > li ul.tag-list--alphabet li {
    margin: 0;
}

/* ad styling */

div.low-leaderboard-container {
    border-top: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
    clear: both;
    margin: 0 auto;
}

.article-ad,
.index-ad {
    margin: 0 -15px 1em;
    text-align: center;
}

#lowLeaderboardAd img {
    /*height: auto !important;*/
    /*width: 100%;*/
}


.hidden-desktop {
    display: none;
}

/* CAROUSELS: BRING THIS INTO MAIN STYLES RATHER THAN REPEAT FOR TWO CAROUSEL TYPES */

.rps-carousel-container {
    margin: 10px -15px 0;
    padding: 0 15px;
}

.rps-carousel-container header {
    padding: 10px 20px;
    overflow: hidden;
}

#rps-video-carousel header {
    background: #1b1b1b none repeat scroll 0 0;
    border-bottom: 1px solid white;
    color: white;
}

#rps-video-carousel header h4,
#rps-video-carousel header a {
    color: white;
    float: left;
}

#rps-video-carousel header .pull-right {
    float: right;
    font-size: 88%;
    text-decoration: underline;
}

.rps-carousel {
    height: 178px;

    overflow: hidden;
    position: relative;
}

.rps-carousel .navigation {
    background: #c1272c;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    left: 0;
    line-height: 120px;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 20px;
    z-index: 1;
}

.rps-carousel .navigation span {
    font-size: 32px;
    height: 24px;
    left: -6px;
    margin: -12px 0 0 0;
    position: absolute;
    top: 50%;
    width: 24px;
}

.rps-carousel .navigation span:before,
.rps-carousel .navigation span:after {
    margin: 0;
}

.rps-carousel .navigation:hover {
    background: #d53c3b;
}

.rps-carousel .navigation.next {
    border-left: 1px solid #fff;
    left: auto;
    right: 0;
}

.rps-carousel section {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
}

.rps-carousel article {
    background: url() no-repeat 0 0 #1b1b1b;
    background-size: cover;
    float: left;
    margin: 0;
    width: 100%;
}

.rps-carousel article a {
    border-left: 1px solid #fff;
    display: block;
    height: 178px;
    position: relative;
}

.rps-carousel article.video a:before {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    content: '';
    height: 80px;
    left: 50%;
    margin: -70px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px;
    z-index: 1;

    transition: all 0.2s ease 0s;
}

.rps-carousel article.video a:hover:before {
    background: #c1272c;
}

.rps-carousel article.video a:after {
    border-top: 20px solid transparent;
    border-left: 40px solid white;
    border-bottom: 20px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin: -50px 0 0 -16px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
}

.rps-carousel article .text {
    line-height: 16px;
    position: absolute;

    background: #1b1b1b;
    bottom: 0;
    font-size: 16px;
    left: 0;
    margin-right: 0;
    padding: 10px 15px;
}

.rps-carousel article .text h5 {
    color: white;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* INFINITE SCROLL */
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll-active .navigations,
.infinite-scroll-active.neverending #footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

.infinite-loader {
    margin: 28px 0;
}

.infinite-loader .spinner {
    margin: 0 auto;
}

#infinite-footer {
    z-index: 1000;
}

#content .infinite-wrap .block:first-child {
    border-color: #cecece;
}

/*
BREADCRUMBS
*/
.breadcrumbs {
    color: #666;
    font-size: 12px;
    list-style: none;
    position: relative;
    top: -8px;
}

.breadcrumbs__item {
    display: inline;
}

.breadcrumbs__item:not(:last-child):after {
    content: '\203A';
    margin-left: 0.25em;
}

/*
INVERTED BLOCK
*/
.AutoFeature .invert-widget {
    background: #c1272c;
    color: white;
}

.AutoFeature .invert-widget .widget-title,
#sidebar .invert-widget .widget-title {
    color: white;
}

.AutoFeature .invert-widget:hover {
    color: white;
    text-decoration: underline;
}

#sidebar > li.AutoFeature .invert-widget p {
    color: white;
}

/*
GFYCAT CONTROLS
*/
div.content .block .gfyVid {
    margin-bottom: 16px !important;
}

div.content .block .CtrlBox {
    width: 100% !important;
    margin-bottom: 16px !important;
    margin-top: -16px !important;
}

div.content .block .CtrlBox img {
    display: inline;
    clear: none;
}

/* THEIA POST SLIDER */
body .theiaPostSlider_slides {
    overflow: visible;
}

body .theiaPostSlider_slides > div {
    overflow: visible;
}

/* MEDIA QUERY O RAMA */

@media screen and (max-width: 1280px) {
    #header .logo a {
        margin-left: 10px;
    }
}

/* better tablet sizing no skyscraper :: was 1280, temporarily changed to 976 to stop skyscraper being hidden on smaller desktop layouts */
@media screen and (max-width: 976px) {
    body {
        min-width: 0;
    }

    #header,
    #page-wrapper {
        float: none;
        margin: 0 auto;
        width: 960px;
    }

    #header {
        box-shadow: none;
    }

    #header-content,
    #page {
        width: 100%;
    }

    #header #header-search,
    #menu-main-container,
    #menu-utility-container {
        margin-right: 0;
    }

    .leaderboards {
        padding-right: 0;
    }

    #skyscraper {
        display: none;
    }
}

@media screen and (max-width:976px) {
    body {
        min-width: 0;
    }

    #header,
    #page-wrapper {
        width: 100%;
    }

    /*.ad-hd {*/
        /*display: none;*/
    /*}*/

    .hidden-tablet {
        display: none !important;
        visibility: none !important;
    }

    ul.top-features {
        width: 100%;
    }

    #header-content {
        width: auto;
    }

    #menu-utility-container {
        margin-left: 300px;
        margin-right: 5px;
        text-align: right;
    }

    #menu-utility-container ul {
        font-size: 15px;
    }

    #menu-main-container {
        font-size: 15px;
        margin: 0;
    }

    #menu-main-container ul li a {
        padding-left: 0.333em;
        padding-right: 0.333em;
    }

    #menu-header-links-container {
        display: none;
    }

    #header #header-search {
        margin-right: 5px;
    }

    div#page,
    div#content,
    div#content div.content,
    #content #sidebar,
    div#leaderboard,
    div#footer .container,
    div#footer-content,
    #eg-network {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    div#content div.content {
        border-right: 0;
    }


    #sidebar > div,
    #sidebar > li {
        float: left;
        overflow: auto;
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sidebar div.ad-desktop > div {
        margin: 0 auto;
    }

    .rps-carousel-container {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

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

    body {
        font-size: 15px;
        min-width: 0;
    }

    .hidden-mobile {
        display: none !important;
    }

    .hidden-desktop {
        display: block;
    }

    ul.top-features .small {
        display: none;
    }

    #header #header-search {
        float: none;
        margin-left: 20px;
    }

    div#page,
    div#content,
    div#content div.content,
    #content #sidebar,
    div#header-content,
    div#footer-content {
        clear: both;
        margin-right: 0;
        width: 100%;
    }

    #centeredmenu {
        display: none;
    }

    #content div.content .block,
    #content #sidebar > li {
        border-left: 0;
        border-right: 0;
    }

    /* header formatting */

    #menu-utility-container ul {
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
    }

    #menus-wrapper {
        text-align: left;
    }

    #menu-main-container,
    #menu-utility-container {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    #menu-main-container {
        background: #c1272c;
        font-size: 14px;
        font-weight: bold;
        padding-top: 0;
    }

    #menu-main-container ul {
        display: block;
        text-align: left;
    }

    #menu-main-container ul li {
        display: block;
    }

    #menu-main-container ul li a {
        border: 0;
        padding: 7px 15px;
    }

    #menu-utility-container {
        background: #420d0f;
        position: static;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #menu-utility-container ul {
        margin-top: 0;
        text-align: left;
    }

    #menu-utility-container ul li {
        display: block;
        margin: 0;
        padding: 0.786em 0.333em 0.643em 15px;
    }

    /*
    MOBILE MENU 2015
    */
    #header {
        background: #1d1d1d;
        height: 46px;
        min-width: 320px;
        padding-bottom: 0;
        position: relative;
        text-align: left;
    }

    #header .logo {
        float: left;
        padding: 0;
        width: auto;
    }

    #header .logo a {
        background: url(rps-logos/red-on-black-mobile.png) no-repeat left center !important;
        background-size: 140px !important;
        height: 40px;
        margin: 0;
        margin-left: 15px;
        top: 3px;
        width: 140px;
    }

    #header .header-items {
        float: right;
    }

    #header a.mobile-link {
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        float: left;
        height: 48px;
        line-height: 48px;
        padding: 0 10px 0 30px;
        position: relative;
    }

    #header a.mobile-link:hover {
        background-color: rgba(255, 255, 255, 0.15);
        text-decoration: none;
    }

    #header a.mobile-link.active {
        background: #c1272c;
    }

    #header a.mobile-link:before {
        background: url(images/menu-icons.png) no-repeat 0 0 transparent;
        background-size: 12px;
        content: '';
        height: 12px;
        left: 10px;
        position: absolute;
        top: 17px;
        width: 12px;
    }

    #header a.mobile-link.search-link:before {
        background-position: 0 0;
    }

    #header a.mobile-link.menu-link:before {
        background-position: 0 -12px;
    }

    #header #header-search,
    #header .mobile-menu {
        background: #c1272c;
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        top: 46px;
        z-index: 100;
    }

    #header #header-search {
        margin: 0;
        padding: 10px 15px;
    }

    #header #header-search form {
        position: relative;
    }

    #header #header-search form .submit {
        background: #611316;
        bottom: 0;
        height: auto;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
        width: 42px;
    }

    #header #header-search form #search-site {
        background: #fff;
        border-color: #611316;
        box-shadow: inset 0px 3px 6px rgba(0,0,0,0.25);
        box-sizing: border-box;
        color: #1d1d1d;
        height: 28px;
        padding-left: 10px;
        width: 100%;
    }

    /* post formatting */
    div.social-buttons {
        margin-right: 0;
    }

    div.content .block p.info {
        display: block !important;
        float: none !important;
        margin: 0;
    }
    #content .content .block {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    div.content .block img {
        border-width: 2px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        max-width: 100%;
    }

    div.content .block .wp-caption {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        padding: 1% 1% 0 1%;
    }

    form#commentform textarea {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    /* right formatting  */
    #sidebar > div[style] {
        width: 100% !important;
    }
    #content #sidebar > li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #content #sidebar > li {
        float: none;
        width: 100%;
        height: auto;
    }
    #sidebar form {
        width: auto;
    }
    #sidebar > li img {
        border-width: 2px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        max-width: 100%;
    }
    /* footer formatting */
    div#footer .container {
        width: 100%;
        padding: 0 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div#footer-content div.footer-col {
        display: block;
        clear: both;
        float: none;
        margin-bottom: 1em;
        margin-right: 0;
        overflow: hidden;
        width: 100%;
    }
    div#footer-content div.footer-col ul {
        margin-right: 0;
        width: 50%;
    }
    div#footer-content div.footer-col ul[style] {
        width: 50% !important;
    }
    body #eg-network {
        width: 100%;
    }
    body #eg-network .site {
        margin-bottom: 1em;
        width: 100%;
    }

    div.content .block p.featured-block-title {
        font-size: 12px;
    }

    div.content div#comments .block p, div.content div#comments .block li {
        font-size: 13px;
        line-height: 16px;
    }

    div.content .block p,
    div.content .block li {
        line-height: 1.5em;
    }

    /* make videos behave */
    .entry p iframe {
        width: 100%;
    }

    .leaderboards {
        min-height: 100px;
        padding: 0;
    }

    ul#search-results img {
        display: none;
    }

    ul#search-results div {
        margin-left: 0;
    }

    .post-navigation .align-left,
    .post-navigation .align-right {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    html #wpadminbar {
        top: -46px;
    }
}

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

    .hidden-mobile {
        display: none;
    }

    ul.top-features {
        display: none;
    }

    .entry p iframe {
        height: 264px;
    }

    ol.commentlist .comment-meta.commentmetadata {
        display: block;
    }

    ol.commentlist .comment-author, ol.commentlist .comment-meta {
        float: none;
        position: static;
        display: block;
    }

    ol.commentlist .children .comment-meta.commentmetadata {
        left: 60px;
    }

    .avatar-container {
        min-height: 0;
        float: left;
        position: static;
    }

    .avatar {
        height: 32px;
        margin-right: 9px !important;
        padding: 0;
        width: 32px;
    }

    .comment-content {
        margin-left: 0;
    }

    ol.commentlist p {
        clear: none;
    }

    ul.children {
        margin-left: 3%;
    }

    .post-navigation {
        font-size: 12px;
    }

}

@media screen and (max-width: 320px) {
    #header .logo a {
        background-position: 8px center;
        padding-left: 8px;
    }

    body div#featured-stories-wrapper ul#featured-stories {
        height: 180px;
    }

    body div#featured-stories-wrapper ul#featured-stories li.secondary,
    body div#featured-stories-wrapper ul#featured-stories li.tertiary {
        display: none;
    }

    body div#featured-stories-wrapper ul#featured-stories li.primary {
        width: 100%;
    }

    body div#featured-stories-wrapper ul#featured-stories li.primary a.panel {
        height: 180px;
    }

    ul.categories li li a {
        font-size: 0.85em;
        padding: 6px 0;
    }

    div.content .block p.featured-block-title {
        font-size: 10px;
    }

    div.content .block p,
    div.content .block li {
        font-size: 13px;
    }

    .entry p iframe {
        height: 192px;
    }
}



/*
MOBILE-FIRST QUERIES FOR ADS
*/
.ad-mobile,
.ad-tablet,
.ad-desktop,
.ad-hd,
.ad-all {
    min-height: 5px;
}

.ad-all,
.ad-mobile {
    display: block;
}

.ad-desktop,
.ad-hd,
.ad-tablet {
    display: none;
}

.mobile-mpu-wrapper {
    position: relative;
    text-align: center;
    clear: both;
    width: 320px;
    padding: 0;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);

    .advertContainer > div {
        width: 100%;
    }

    iframe {
        text-align: center;
        display: inline-block;
        float: none;
        margin: 0 auto 0 0;
    }

}

#mobile-leaderboard {
    width: 320px;
    text-align: center;
    clear: both;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);

    .advertContainer {
        min-height: 100px;

        > div {
            width: 100%;
        }

    }

    iframe {
        text-align: center;
        display: inline-block;
        float: none;
        margin: 0 auto 0 0;
    }

}

@media screen and (min-width: 665px) {
    .ad-mobile,
    .ad-hd,
    .ad-desktop,
    .ad-break-text,
    .mobile-mpu-wrapper {
        display: none;
    }

    .ad-tablet {
        display: block;
    }
}

@media screen and (min-width: 970px) {
    .ad-mobile,
    .ad-hd,
    .ad-tablet {
        display: none;
    }

    .ad-desktop,
    .ad-hd {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .ad-desktop,
    .ad-tablet,
    .ad-mobile {
        display: none;
    }

    .ad-hd {
        display: block;
    }
}

.mobile-mpu-wrapper {
    position: relative;
    text-align: center;
    clear: both;
    width: 320px;
    padding: 0;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.mobile-mpu-wrapper .ad-mobile {
    margin: 0;
}

.mobile-mpu-wrapper .ad-mobile > div {
    width: 100%;
}

.mobile-mpu-wrapper iframe {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: none;
}

.mobile-mpu-wrapper iframe {
    margin: 0 auto 16px 0;
}