/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("//hello.myfonts.net/count/303fa5");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

*,
*:after,
*::before {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #CCC;
  background-image: url(http://cdn.barstoolsports.com/wp-content/uploads/2014/12/bg-grey2.png?2c8aaa);
}

.container {
  margin: 0 auto;
  width: 1024px;
  background: #efefef;
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
  body.takeover .container {
    width: 1024px;
  }
}

a {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.kill--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.float--list::after {
  clear: both;
  content: "";
  display: table;
}

.float--list li {
  float: left;
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 15px 0 15px 80px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box {
  background: #FFF;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .box {
    border: 1px solid #e5e5e5;
    padding: 20px;
  }
}

.box h3.box__title {
  margin: 0;
  padding: 0 0 10px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #990000;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Brandon Bold Italic';
  src: url("webfonts/Brandon_bld_itWeb.eot");
  src: url("webfonts/Brandon_bld_itWeb.eot?#iefix") format("embedded-opentype"), url("webfonts/Brandon_bld_itWeb.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'Brandon Bold';
  src: url("webfonts/Brandon_bldWeb.eot");
  src: url("webfonts/Brandon_bldWeb.eot?#iefix") format("embedded-opentype"), url("webfonts/Brandon_bldWeb.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'Brandon Black Italic';
  src: url("webfonts/Brandon_bldWeb.eot");
  src: url("webfonts/Brandon_bldWeb.eot?#iefix") format("embedded-opentype"), url("webfonts/Brandon_bldWeb.woff") format("woff");
  font-weight: normal;
}

.header__container {
  display: none;
}

.nav__container {
  display: none;
}

.menu-trigger {
  display: none;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2rem;
  border-right: 1px solid #304E8A;
}

@media (min-width: 1024px) {
  .menu-trigger {
    display: none;
  }
}

.header-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
  min-width: 1024px;
}

body.admin-bar .header-container {
  top: 32px;
}

.header-container header {
  position: relative;
  background: #FFF;
  height: 116px;
}

.header-container header::after {
  clear: both;
  content: "";
  display: table;
}

.header-container header h1 {
  position: static;
  margin: 0 20px 0 0;
  float: left;
  width: 80px;
  height: 80px;
  display: block;
  text-indent: -9000px;
  border-right: 0;
  background: url(/wp-content/themes/barstool-admin/img/logo_circle.png?2) no-repeat;
  background-size: 70px 70px;
  background-position: 6px 4px;
  background-color: #FFF;
  overflow: hidden;
}

.header-container header h1:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 80px;
  z-index: 0;
  width: 380px;
  height: 70px;
  background: url(/wp-content/themes/barstool-admin/img/logo.svg?1) no-repeat;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}

body.header_shrink .header-container header h1:after {
  left: -220px;
  opacity: 0;
}

.header-container nav {
  display: none;
  float: left;
}

.header-container aside {
  float: right;
}

.header-container aside::after {
  clear: both;
  content: "";
  display: table;
}

.header-container aside li {
  margin: 0 20px 0 0;
}

.header-container aside li.full {
  margin-right: 0;
  border-right: 1px solid #520004;
}

.header-container aside li.app_btn {
  margin-right: 20px;
}

.header-container aside a {
  display: inline-block;
  height: 80px;
  font-size: .875rem;
  color: #253457;
  line-height: 80px;
}

.header-container aside a i {
  margin: 0 10px 0 0;
}

.header-container aside a.fa {
  font-size: 1.3rem;
}

.header-container aside a.nl, .header-container aside a.app {
  display: block;
  width: 100px;
  height: 80px;
  background: url(../img/top_buttons_nl_app.png?1) no-repeat;
}

.header-container aside a.nl {
  background-position: -101px 0;
}

.header-container aside a.app {
  background-position: 0 0;
}

.header-container aside a.btn__old_row {
  display: block;
  width: 106px;
  height: 80px;
  background: url(../img/top_buttons_old_row.jpg?2) no-repeat;
}

.header-container .nav__search {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media (min-width: 1024px) {
  .header-container .nav__search {
    float: right;
    position: static;
  }
}

.header-container .nav__search a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  color: #FFF;
}

.header-container .nav__search a span {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .header-container .nav__search a span {
    top: 9px;
    right: 9px;
  }
}

.mp-menu.mobile {
  display: none;
}

body.desktop-menu {
  height: auto;
  min-height: 100%;
}

body.desktop-menu .mp-pusher {
  min-height: 100vh;
}

body.desktop-menu nav.desktop {
  position: absolute;
  bottom: 0px;
  left: 0px;
  float: none;
  display: block;
  width: 100%;
  font-size: .875rem;
  background: #19232d;
}

body.desktop-menu nav.desktop::after {
  clear: both;
  content: "";
  display: table;
}

body.desktop-menu nav.desktop h2 {
  display: none;
  margin: 0 0 1em;
  color: #FFF;
}

body.desktop-menu nav.desktop .mp-level {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

body.desktop-menu nav.desktop .mp-level::after {
  clear: both;
  content: "";
  display: table;
}

body.desktop-menu nav.desktop .mp-level i {
  margin-left: 6px;
}

body.desktop-menu nav.desktop .desktop__alt_nav {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

body.desktop-menu nav.desktop .desktop__alt_nav::after {
  clear: both;
  content: "";
  display: table;
}

body.desktop-menu nav.desktop .desktop__alt_nav i {
  margin-right: 6px;
}

body.desktop-menu nav.desktop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.desktop-menu nav.desktop ul > li {
  position: relative;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

body.desktop-menu nav.desktop ul > li.active {
  background: #000;
}

body.desktop-menu nav.desktop ul > li > a {
  display: block;
  color: #FFF;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  outline: 0;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.desktop-menu nav.desktop ul > li > a:hover {
  color: #990000;
  background: #000;
}

body.desktop-menu nav.desktop ul > li > div.mp-level {
  display: none;
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 0;
  width: 140px;
  background: rgba(0, 0, 0, 0.85);
  border-top: 2px solid #424242;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.desktop-menu nav.desktop ul > li > div.mp-level ul > li {
  float: none;
  border: 0;
}

body.desktop-menu nav.desktop ul > li > div.mp-level.on {
  display: block;
}

.box {
  padding: 20px;
  background: #FFF;
  border: 1px solid #CCC;
}

.box__title {
  margin: 0;
  padding: 0 0 10px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #990000;
}

.floating_buttons {
  position: absolute;
  top: -2px;
  right: 132px;
  width: 200px;
  height: 84px;
}

.floating_buttons .floating_buttons__btn {
  float: left;
  display: block;
  width: 100px;
  height: 84px;
  background: url(../images/top_buttons_nl_app.png?1) no-repeat;
}

.floating_buttons .floating_buttons__btn--newsletter {
  background-position: -100px 0;
}

.floating_buttons .floating_buttons__btn--app {
  background-position: 0 0;
}

.footer__container {
  background: #19232D;
}

.footer__container footer {
  padding: 0 20px;
  height: 54px;
}

.footer__container footer::after {
  clear: both;
  content: "";
  display: table;
}

.footer__container ul {
  float: right;
}

.footer__container ul li {
  margin-left: 15px;
}

.footer__container ul a {
  color: #FFF;
  display: block;
  height: 54px;
  line-height: 54px;
}

.footer__container .footer__copyright {
  float: left;
  color: #FFF;
  height: 54px;
  line-height: 54px;
  margin: 0;
}

.scroller-inner {
  padding-top: 115px;
}

.scroller-inner > .ad_container {
  overflow: hidden;
}

.main__container {
  background: #EFEFEF;
  position: relative;
  z-index: 1;
  padding: 0 15px 15px;
}

.main__container::after {
  clear: both;
  content: "";
  display: table;
}

.main__container .main {
  float: left;
  width: 650px;
}

@media (min-width: 1240px) {
  .main__container .main {
    width: 825px;
  }
  body.takeover .main__container .main {
    width: 650px;
  }
}

.main__container .sidebar {
  width: 330px;
  float: right;
}

.main__container .sidebar sidebar {
  display: block;
  margin-bottom: 20px;
}

.sidebar_ad__bottom {
  padding: 0 15px;
}

body.sticky .sidebar_ad__bottom {
  position: fixed;
  top: 130px;
}

.bs_posts__date_header {
  padding: 14px 20px;
  background: #CCC;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 700;
}

.bs_posts__date_header i {
  margin-right: 10px;
}

.bs_post {
  position: relative;
  min-height: 250px;
  margin-bottom: 10px;
  background: #FFF;
}

body.single .bs_post {
  margin-bottom: 10px;
  padding: 20px;
  background: #FFF;
}

body.single .bs_post .post__content .post__meta {
  margin-top: 50px;
}

.bs_post .post__image {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 280px;
  height: 210px;
  overflow: hidden;
}

.bs_post .post__image a {
  display: block;
}

.bs_post .post__image img {
  width: 100%;
  height: auto;
}

.bs_post .post__content {
  margin-left: 320px;
  padding: 20px 20px 20px 0;
}

body.single .bs_post .post__content {
  margin: 0;
  padding-top: 40px;
}

.bs_post .post__content img {
  max-width: 100%;
  height: auto;
}

.bs_post .post__content a {
  color: #990000;
}

.bs_post .post__content a:hover {
  color: #F30;
}

.bs_post .post__content p {
  margin: 1em 0 2em;
  line-height: 26px;
}

.bs_post .post__content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  float: left;
  margin-left: -42px;
  margin-top: 4px;
}

.bs_post .post__content .oembed__wrapper {
  margin-bottom: 2em;
}

.bs_post .post__meta {
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 600;
}

.bs_post .post__meta a {
  color: #990000;
}

body.single .bs_post .post__meta {
  font-size: 1.0rem;
}

.bs_post .post__title {
  font-size: 1.625rem;
}

.bs_post .post__title a {
  display: block;
  color: #222;
  line-height: 32px;
}

.bs_post .post__title a:hover {
  color: #990000;
}

body.single .bs_post .post__title {
  font-size: 2.125rem;
  line-height: 42px;
  margin-bottom: 20px;
}

.bs_post .post__read_more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 24px;
  padding: 0 6px;
  border: 1px solid #CCC;
  font-size: .75rem;
  font-weight: 700;
  color: #990000;
  line-height: 24px;
  text-transform: uppercase;
}

.bs_post .post__social_nav::after {
  clear: both;
  content: "";
  display: table;
}

.bs_post .post__social_nav li {
  width: 32%;
  margin-right: 2%;
}

.bs_post .post__social_nav li:last-child {
  margin-right: 0;
}

.bs_post .post__social_nav a {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  border: 2px solid #990000;
  background: #990000;
  color: #FFF;
}

.bs_post .post__social_nav a:hover {
  background: #FFF;
  color: #990000;
}

.bs_post .post__social_nav a.facebook {
  border: 2px solid #193b7b;
  background: #193b7b;
  color: #FFF;
}

.bs_post .post__social_nav a.facebook:hover {
  background: #FFF;
  color: #193b7b;
}

.bs_post .post__social_nav a.twitter {
  border: 2px solid #2aa9e0;
  background: #2aa9e0;
  color: #FFF;
}

.bs_post .post__social_nav a.twitter:hover {
  background: #FFF;
  color: #2aa9e0;
}

.bs_post .post__social_nav a.mail {
  border: 2px solid #333;
  background: #333;
  color: #FFF;
}

.bs_post .post__social_nav a.mail:hover {
  background: #FFF;
  color: #333;
}

.bs_post .post__social_nav a.next {
  margin-left: 8px;
  margin-right: 0;
}

.bs_post .post__social_nav a i {
  margin-right: 8px;
}

.bs_post .post__social_nav--btm li {
  width: 19%;
  margin-right: 1%;
}

.bs_post .post__social_nav--btm li:last-child {
  margin-right: 0;
}

.bs_post .post__social_nav--btm li:last-child i {
  margin-left: 8px;
}

.taboola__article {
  margin-top: 10px;
  background: #FFF;
}

.taboola__article > .blog-post {
  padding: 20px;
}

.taboola__article h1 {
  margin: 10px 0 15px;
  line-height: 38px;
}

.taboola__article .read-more-link {
  color: #990000;
}

.bs_related__posts {
  background: #FFF;
}

.bs_post__comments {
  margin-top: 10px;
}

.bs_post__comments .comments-area {
  padding: 20px;
  background: #FFF;
}

.blog-post {
  position: relative;
  margin-bottom: 10px;
  min-height: 250px;
  background: #FFF;
}

.blog-post .bp-head {
  margin-left: 320px;
  padding: 20px 20px 20px 0;
}

.blog-post .bp-head h2 {
  margin-bottom: 26px;
}

.blog-post .bp-head h2 a {
  color: #222;
}

.blog-post .bp-head h2 a:hover {
  color: #990000;
}

.blog-post .bp-meta {
  font-size: .75rem;
  font-weight: 600;
}

.blog-post .bp-meta p {
  margin: 0;
  display: inline;
}

.blog-post .bp-meta a {
  color: #990000;
}

.blog-post .post-img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 280px;
}

.blog-post .read-more-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 24px;
  padding: 0 6px;
  border: 1px solid #CCC;
  font-size: .75rem;
  font-weight: 700;
  color: #990000;
  line-height: 24px;
  text-transform: uppercase;
}

.str-adunit .str-mobile {
  display: none;
}

.top_10__list .top_10__list__loading {
  text-align: center;
}

.top_10__list .top_10__post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.top_10__list .top_10__post .top_10__post__image {
  margin-bottom: 15px;
  width: 100%;
}

.top_10__list .top_10__post .top_10__post__image a {
  display: block;
}

.top_10__list .top_10__post .top_10__post__image img {
  width: 100%;
  height: auto;
}

.top_10__list .top_10__post h4.top_10__post__title {
  margin: 0;
}

.top_10__list .top_10__post h4.top_10__post__title a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #222;
}

.top_10__list .top_10__post h4.top_10__post__title a:hover {
  color: #990000;
}

.top_10__list .top_10__post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.bs_posts__pagination::after {
  clear: both;
  content: "";
  display: table;
}

.bs_posts__pagination .nextday a, .bs_posts__pagination .previousday a {
  color: #990000;
}

.bs_posts__pagination .nextday {
  float: right;
}

.bs_posts__pagination .previousday {
  float: left;
}

body.error404 .main {
  float: none;
  width: 100%;
  text-align: center;
}

body.error404 .bs_post {
  padding: 30px 20px 40px;
}

body.error404 .bs_post h1.post__title {
  font-size: 3rem;
  color: #990000;
}

body.error404 .bs_post .post__content {
  margin: 0;
}

body.error404 .bs_post .post__content iframe {
  margin: 0 auto;
  width: 600px;
}

sidebar .widget {
  padding: 20px;
  background: #FFF;
}

sidebar .widget__head {
  padding-bottom: 20px;
}

sidebar .widget__head__title {
  color: #990000;
  text-transform: uppercase;
  font-weight: 700;
}

body.page-template-default .bs_post {
  padding: 20px;
}

body.page-template-default .post__content {
  margin-left: 0;
  padding: 0;
}

body.page-template-page_full-template .main,
body.page-template-page_full_no_title-template .main {
  width: 100%;
  float: none;
}

body.page-template-page_full-template .bs_post,
body.page-template-page_full_no_title-template .bs_post {
  padding: 20px;
}

body.page-template-page_full-template .post__content,
body.page-template-page_full_no_title-template .post__content {
  margin-left: 0;
  padding: 0;
}

.featured {
  margin-bottom: 28px;
}

.featured__episode {
  position: relative;
  background: #ccc;
  overflow: hidden;
}

.featured__episode:before {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #990000;
  height: 27px;
  padding: 0 10px;
  line-height: 27px;
  color: #FFF;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.featured__episode .featured__episode__title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

.featured__episode .featured__episode__title .featured__inner {
  padding: 10px;
}

.featured__episode .featured__episode__title h3 {
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFF;
}

.featured__episode .featured__episode__title .featured__episode__title__meta {
  margin: 0;
  color: #FFF;
}

.featured__episode .featured__episode__title .featured__episode__title__meta::after {
  clear: both;
  content: "";
  display: table;
}

.featured__episode .featured__episode__title .featured__episode__title__meta span {
  font-size: .8rem;
  text-transform: uppercase;
}

.featured__episode .featured__episode__title .featured__episode__title__meta--show_title, .featured__episode .featured__episode__title .featured__episode__title__meta--author {
  float: left;
}

.featured__episode .featured__episode__title .featured__episode__title__meta--time {
  float: right;
}

.featured__episode .featured__episode__title .featured__episode__title__meta--author {
  text-transform: none;
}

.featured__arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -30px;
  width: 47px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.featured__arrow--next {
  right: 0;
}

.featured__arrow:hover {
  color: #990000;
  background: black;
}

.featured__container {
  overflow: hidden;
  position: relative;
  width: 652px;
  height: 324px;
}

@media (min-width: 1240px) {
  .featured__container {
    width: 825px;
    height: 393px;
  }
  body.takeover .featured__container {
    width: 652px;
    height: 324px;
  }
}

.featured__container .featured__slider {
  position: absolute;
  width: 30000px;
  height: 324px;
}

@media (min-width: 1240px) {
  .featured__container .featured__slider {
    height: 393px;
  }
  body.takeover .featured__container .featured__slider {
    height: 324px;
  }
}

.featured__top__dots {
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin: 0 0 0 -30px;
  padding: 0;
  height: 8px;
  list-style: none;
}

.featured__top__dots::after {
  clear: both;
  content: "";
  display: table;
}

.featured__top__dots li {
  float: left;
  margin-right: 5px;
}

.featured__top__dots li:last-child {
  margin-right: 0;
}

.featured__top__dots a {
  display: block;
  width: 8px;
  height: 8px;
  background: #CCC;
  border-radius: 100%;
}

.featured__top__dots a.active {
  background: #999;
}

.featured__top {
  position: relative;
}

.featured__top::after {
  clear: both;
  content: "";
  display: table;
}

.featured__top .featured__episode {
  float: left;
  width: 652px;
  height: 324px;
  overflow: hidden;
}

@media (min-width: 1240px) {
  .featured__top .featured__episode {
    width: 825px;
    height: 393px;
  }
  body.takeover .featured__top .featured__episode {
    width: 652px;
    height: 324px;
  }
}

.featured__top .featured__episode img {
  width: 100%;
  height: auto;
}

.featured__btm::after {
  clear: both;
  content: "";
  display: table;
}

.featured__btm .featured__episode__title .featured__inner {
  padding: 6px;
}

.featured__btm .featured__episode__title .featured__episode__title__meta span {
  font-size: .6rem;
}

.featured__btm .featured__episode__title h3 {
  font-size: 0.9rem;
}

.featured__btm .featured__episode {
  float: left;
  width: 49%;
  min-height: 90px;
}

.featured__btm .featured__episode:last-child {
  float: right;
}

body.layout-boxed.category-dixie .bslocale a {
  display: block;
  margin-top: 7px;
  width: 65px;
  height: 65px;
  background: url("../images/dixie_logo.png");
  text-indent: -9000px;
}

body.category-viral .feature-slider,
body.category-dixie .feature-slider {
  margin-bottom: 30px;
}

body.category-viral .todaystory,
body.category-dixie .todaystory {
  display: none;
}

body.category-viral .dixie-border,
body.category-dixie .dixie-border {
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

body.category-dixie .dixie-border .bp-entry .post_title {
  display: none;
}

body.category-viral .dixie-border .bp-entry p,
body.category-dixie .dixie-border .bp-entry p {
  margin: 0;
}

body.category-viral .dixie-border.blog_post_type .bp-entry p,
body.category-dixie .dixie-border.blog_post_type .bp-entry p {
  margin: 0 0 20px;
}

body.category-viral .dixie-border .lower_content,
body.category-dixie .dixie-border .lower_content {
  position: relative;
  padding: 15px 0;
}

body.category-viral .dixie-border .lower_content i,
body.category-dixie .dixie-border .lower_content i {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: #CCC;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  font-size: 22px;
  color: #FFF;
}

body.category-viral .dixie-border iframe,
body.category-dixie .dixie-border iframe {
  margin: 0 auto !important;
}

body.category-viral .dixie-border.blog_post_type .bp-entry .post_title,
body.category-dixie .dixie-border.blog_post_type .bp-entry .post_title {
  display: block;
}

/* Blog Post Type */
body.category-dixie .dixie-border.blog_post_type .post_content,
body.category-viral .dixie-border.blog_post_type .post_content {
  white-space: pre-line;
}

body.category-dixie .dixie-border.blog_post_type i,
body.category-viral .dixie-border.blog_post_type i {
  background-color: #ff8600 !important;
}

body.category-dixie .dixie-border.blog_post_type i:before,
body.category-viral .dixie-border.blog_post_type i:before {
  content: "\f08d" !important;
}

/* Instagram */
body.category-dixie .dixie-border.instagram_type i,
body.category-viral .dixie-border.instagram_type i {
  background-color: #517fa4 !important;
  line-height: 42px !important;
}

body.category-dixie .dixie-border.instagram_type i:before,
body.category-viral .dixie-border.instagram_type i:before {
  content: "\f16d" !important;
}

/* Twitter */
body.category-dixie .dixie-border.twitter_type i,
body.category-viral .dixie-border.twitter_type i {
  background-color: #55acee !important;
}

body.category-dixie .dixie-border.twitter_type i:before,
body.category-viral .dixie-border.twitter_type i:before {
  content: "\f099" !important;
}

/* Vine */
body.category-dixie .dixie-border.vine_type i,
body.category-viral .dixie-border.vine_type i {
  background-color: #00b488 !important;
  line-height: 43px !important;
}

body.category-dixie .dixie-border.vine_type i:before,
body.category-viral .dixie-border.vine_type i:before {
  content: "\f1ca" !important;
}

/* Barstool Video */
body.category-dixie .dixie-border.barstool_video_type i,
body.category-viral .dixie-border.barstool_video_type i {
  background-color: #3388ff !important;
}

body.category-dixie .dixie-border.barstool_video_type i:before,
body.category-viral .dixie-border.barstool_video_type i:before {
  content: "\f03d" !important;
}

/* Video */
body.category-dixie .dixie-border.video_type i,
body.category-viral .dixie-border.video_type i {
  background-color: #cd201f !important;
  line-height: 41px !important;
}

body.category-dixie .dixie-border.video_type i:before,
body.category-viral .dixie-border.video_type i:before {
  content: "\f16a" !important;
}

body.home .dixie-border.viral {
  border: 1px solid #990000;
}

/* Aggregatr Widget */
.sidebar .widget.widget_aggregatr_widget {
  padding: 15px 0 0;
  background: transparent;
  min-height: 600px;
}

.sidebar .widget.widget_aggregatr_widget li i {
  background: transparent !important;
}

.sidebar .widget.widget_aggregatr_widget ul li {
  padding: 0;
}

.sidebar .widget.widget_aggregatr_widget ul li:before {
  content: "" !important;
  display: none !important;
}

#header-wrapper .inner {
  position: relative;
}

.social__nav {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
}

.social__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 36px;
}

.social__nav li {
  float: left;
  margin-left: 5px;
}

.social__nav li:first-child {
  margin-left: 0;
}

.social__nav a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #19232d;
  text-decoration: none;
  font-size: 1.5rem;
}

.social__nav a:hover {
  color: #36495b;
}

.podcasts__wrapper {
  width: 1024px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1240px) {
  .podcasts__wrapper {
    width: 1200px;
  }
  body.takeover .podcasts__wrapper {
    width: 1024px;
  }
}

.podcasts {
  position: relative;
  z-index: 1;
  margin-top: 1px;
  height: 137px;
  background: #222;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #3b4248;
  color: #FFF;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.podcasts__player__meta {
  height: 24px;
  border-top: 1px solid #666;
  text-align: right;
}

.podcasts__player__meta::after {
  clear: both;
  content: "";
  display: table;
}

.podcasts__player__meta a {
  display: inline-block;
  float: left;
  padding: 0 10px;
  height: 24px;
  background: #333;
  border-right: 1px solid #666;
  font-size: .7rem;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.podcasts__player__meta a:hover {
  background: #999;
}

.podcasts__player__meta a:last-child {
  float: right;
  margin-right: 0;
  border-right: 0;
  border-left: 1px solid #666;
}

.podcasts__slides {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.podcasts__slides:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 0;
  margin-top: -3px;
  content: "";
  height: 6px;
  width: 100%;
  background: #858996;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.podcasts__slider {
  display: none;
  padding: 15px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.podcasts__slider::after {
  clear: both;
  content: "";
  display: table;
}

.podcasts_arrow {
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
  background: #F30;
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.podcasts_arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
}

.podcasts_arrow--prev {
  left: 0px;
  background: #424242;
  border-right: 1px solid #666;
}

.podcasts_arrow--next {
  right: 0px;
  background: #424242;
  border-left: 1px solid #666;
}

.podcasts_arrow--inactive {
  opacity: 0;
}

.podcats__meta__date {
  text-align: center;
  font-size: .65rem;
  text-transform: uppercase;
  background: #181818;
  padding: 5px 0;
  border: 1px solid #666;
  border-top: 0;
  color: #FFF;
}

.podcasts__slide {
  position: relative;
  margin-left: 20px;
  float: left;
  width: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.podcasts__slide:last-child {
  margin-right: 0;
}

.podcasts__slide .podcats__image {
  position: relative;
  top: 0;
  height: 80px;
  background: #000;
  border: 1px solid #666;
}

.podcasts__slide .podcats__image img {
  width: 198px;
  height: 80px;
}

.podcasts__slide a {
  display: block;
  height: 105px;
  position: relative;
}

.podcasts__slide a .podcats__meta__title {
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  font-size: .8rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.podcasts__slide a .podcats__meta__title span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
}

.podcasts__slide a:hover .podcats__meta__title {
  opacity: 1;
}

.podcast_widget {
  margin: 0 auto;
  padding: 5px;
  min-width: 300px;
  max-width: 400px;
  border: 1px solid #CCC;
  border-radius: 3px;
  White-space: normal;
}

.podcast_widget div, .podcast_widget img {
  margin-bottom: 0 !important;
}

.podcast_widget .podcast_widget--image img {
  width: 100%;
  height: auto;
}

#podcast_feed {
  margin: 0;
  padding: 0;
  list-style: none;
}

.podcast__row {
  padding: 20px 0;
  min-height: 90px;
  border-bottom: 1px solid #dfdfdf;
  background: #FFF;
}

.podcast__row a {
  position: relative;
  display: block;
  padding-left: 224px;
}

.podcast__row a:hover .podcasts__episode__title {
  color: #990000;
}

.podcast__row .podcasts__episode__image {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-bottom: 20px;
  width: 204px;
}

.podcast__row .podcasts__episode__image img {
  max-width: 100%;
  height: auto;
}

.podcast__row .podcasts__episode__title {
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 24px;
  color: #253457;
}

.podcast__row .podcasts__episode__meta::after {
  clear: both;
  content: "";
  display: table;
}

.podcast__row .podcasts__episode__meta span {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.podcast__row .podcasts__episode__meta span:nth-child(1) {
  float: left;
}

.podcast__row .podcasts__episode__meta span:nth-child(2) {
  float: right;
}

.podcast__row .podcasts__episode__description {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #333;
}

#barstool_feed {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #efefef;
}

@media screen and (min-width: 480px) {
  #barstool_feed {
    background: transparent;
  }
}

.barstool_feed__row a {
  text-decoration: none;
}

.barstool_feed__row__meta {
  margin: 0 0 5px;
  padding: 0 14px;
  font-size: .8rem;
  font-weight: 600;
}

.barstool_feed__row__meta::after {
  clear: both;
  content: "";
  display: table;
}

.barstool_feed__row__meta--tag {
  float: left;
  color: #990000;
  text-transform: uppercase;
}

.barstool_feed__row__meta--tag i {
  margin-right: 6px;
  color: #253457;
}

.barstool_feed__row__meta--author {
  position: relative;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  color: #666;
}

.barstool_feed__row__meta--author:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  height: 12px;
  width: 1px;
  background: #999;
}

.barstool_feed__row__meta--time_ago {
  margin-left: 10px;
  float: left;
  color: #CCC;
  font-weight: 400;
}

.barstool_feed__row__meta--comments {
  float: right;
  color: #CCC;
}

.barstool_feed__row__meta--comments i {
  margin-left: 4px;
}

.barstool_feed__row__title {
  margin: 0;
  padding: 0 14px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
  color: #253457;
  font-size: 1.5rem;
  line-height: 24px;
}

@media screen and (min-width: 480px) {
  .barstool_feed__row__title {
    font-size: 2rem;
    line-height: 34px;
  }
}

.barstool_feed__row {
  margin-bottom: 10px;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.barstool_feed__row header {
  padding: 8px 0;
}

@media screen and (min-width: 480px) {
  .barstool_feed__row header {
    padding: 14px 0;
  }
}

.barstool_feed__row a {
  color: #222;
}

.barstool_feed__row--barstool_original .barstool_feed__row__image {
  width: 100%;
}

.barstool_feed__row--barstool_original .barstool_feed__row__image img {
  width: 100%;
  height: auto;
}

.barstool_feed__row--podcast {
  width: 100%;
}

.barstool_feed__row--podcast img {
  width: 100%;
  height: auto;
}

.feed_load_more {
  display: block;
  height: 40px;
  border: 2px solid #990000;
  color: #990000;
  line-height: 40px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.feed_load_more:hover {
  background: #990000;
  color: #FFF;
}

#navigation .mom-search-form form {
  position: relative;
  background: #F30;
}

#navigation .mom-search-form input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0;
  width: 20%;
  font-size: .9rem;
}

.desktop_search {
  position: relative;
  text-align: center;
}

.desktop_search .fa-search {
  float: right;
}

.desktop_search.on form {
  width: 210px;
  opacity: 1;
  overflow: visible;
}

.desktop_search.on form span.algolia-autocomplete {
  width: 200px;
}

.aa-input-container {
  display: inline-block;
  float: left;
}

.aa-input-container > form {
  float: right;
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.aa-input-container > form span.algolia-autocomplete {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  height: 32px;
  text-align: left;
  border-radius: 15px;
  background: #FFF;
  border: 1px solid #333;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.aa-input-container input[type="search"] {
  padding: 0 10px;
  height: 30px;
  width: inherit;
  max-width: 200px;
  line-height: 28px;
  font-size: .875rem;
  outline: none;
  background: transparent;
  border: 0;
}

.aa-input-container .branding {
  background: #1a2733;
}

.aa-input-container .branding a {
  display: block;
  padding: 10px 0;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  color: #990000;
  text-transform: uppercase;
}

.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button, .aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
  display: none;
}

.aa-dropdown-menu {
  position: absolute;
  top: 33px !important;
  left: auto !important;
  right: -2px !important;
  width: 420px;
  padding: 25px 25px 0;
  background: #1a2733;
}

.aa-dropdown-menu > div {
  background: #FFF;
}

.aa-dropdown-menu.on {
  display: block;
}

.aa-dropdown-menu .aa-suggestion {
  border-bottom: 4px solid #1a2733;
}

.aa-dropdown-menu .aa-suggestion:last-child {
  border-bottom: 0;
}

.aa-dropdown-menu .search__results__post {
  position: relative;
  min-height: 113px;
  padding-left: 160px;
  width: 100%;
  cursor: pointer;
}

@media (max-height: 800px) {
  .aa-dropdown-menu .search__results__post {
    min-height: 80px;
  }
}

.aa-dropdown-menu .search__results__post--image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aa-dropdown-menu .search__results__post--details {
  padding: 10px 10px 10px 0;
  font-size: .75rem;
  line-height: 16px;
}

.aa-dropdown-menu .search__results__post--details h4 {
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 600;
}

.aa-dropdown-menu .search__results__post--details h5 {
  color: #990000;
  font-weight: 700;
  text-transform: uppercase;
}

.aa-dropdown-menu #search__view_all_results {
  width: 100%;
  text-align: center;
}

.aa-dropdown-menu #search__view_all_results a {
  color: #990000;
  font-weight: 600 !important;
}

.aa-dropdown-menu #search__view_all_results a:hover {
  background: #FAFAFA;
  color: #F30;
}

body.search .main, body.page-template-searchpage .main {
  float: none;
  width: 100%;
}

body.search .main header, body.page-template-searchpage .main header {
  position: relative;
  margin-bottom: 10px;
}

body.search .main header .ais-search-box, body.page-template-searchpage .main header .ais-search-box {
  border-bottom: 2px solid #CCC;
}

body.search .main header .ais-search-box input, body.page-template-searchpage .main header .ais-search-box input {
  padding: 15px;
  width: 100%;
  border: 0;
  background-color: #FFF;
}

body.search .main header #search-input-icon, body.page-template-searchpage .main header #search-input-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

body.search .main header .btn__clear_all, body.page-template-searchpage .main header .btn__clear_all {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #222;
}

body.search .main header .btn__clear_all:hover, body.page-template-searchpage .main header .btn__clear_all:hover {
  color: #990000;
}

body.search .main #bs_posts::after, body.page-template-searchpage .main #bs_posts::after {
  clear: both;
  content: "";
  display: table;
}

body.search .main #bs_posts h3, body.page-template-searchpage .main #bs_posts h3 {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.search .main #bs_posts .left-column, body.page-template-searchpage .main #bs_posts .left-column {
  float: left;
  width: 100%;
}

@media (min-width: 1024px) {
  body.search .main #bs_posts .left-column, body.page-template-searchpage .main #bs_posts .left-column {
    width: 750px;
  }
}

@media (min-width: 1240px) {
  body.search .main #bs_posts .left-column, body.page-template-searchpage .main #bs_posts .left-column {
    width: 820px;
  }
}

body.search .main #bs_posts .right-column, body.page-template-searchpage .main #bs_posts .right-column {
  display: none;
  float: right;
  width: 230px;
}

@media (min-width: 1024px) {
  body.search .main #bs_posts .right-column, body.page-template-searchpage .main #bs_posts .right-column {
    display: block;
  }
}

@media (min-width: 1240px) {
  body.search .main #bs_posts .right-column, body.page-template-searchpage .main #bs_posts .right-column {
    display: block;
    width: 330px;
  }
}

body.search .facet, body.page-template-searchpage .facet {
  background: #FFF;
  margin-bottom: 20px;
  padding: 10px;
}

body.search .facet h5, body.page-template-searchpage .facet h5 {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #990000;
}

body.search .facet .ais-menu--item, body.page-template-searchpage .facet .ais-menu--item {
  margin-bottom: 10px;
}

body.search .facet .ais-menu--item.ais-menu--custom, body.search .facet .ais-menu--item.ais-menu--live, body.search .facet .ais-menu--item.ais-menu--instagram, body.page-template-searchpage .facet .ais-menu--item.ais-menu--custom, body.page-template-searchpage .facet .ais-menu--item.ais-menu--live, body.page-template-searchpage .facet .ais-menu--item.ais-menu--instagram {
  display: none;
}

body.search .facet .ais-menu--item a, body.page-template-searchpage .facet .ais-menu--item a {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #222;
}

body.search .facet .ais-menu--item a::after, body.page-template-searchpage .facet .ais-menu--item a::after {
  clear: both;
  content: "";
  display: table;
}

body.search .facet .ais-menu--item a .ais-menu--count, body.page-template-searchpage .facet .ais-menu--item a .ais-menu--count {
  float: right;
  padding: 0 8px;
  height: 22px;
  background: #CCC;
  line-height: 22px;
  border-radius: 11px;
  font-weight: 700;
}

body.search .facet .ais-menu--item a:hover, body.page-template-searchpage .facet .ais-menu--item a:hover {
  color: #990000;
}

body.search .facet .ais-menu--item a:hover .ais-menu--count, body.page-template-searchpage .facet .ais-menu--item a:hover .ais-menu--count {
  background: #990000;
  color: #FFF;
}

body.search .facet .ais-menu--item.ais-menu--item__active, body.page-template-searchpage .facet .ais-menu--item.ais-menu--item__active {
  position: relative;
  padding-left: 28px;
  color: #990000;
}

body.search .facet .ais-menu--item.ais-menu--item__active:before, body.page-template-searchpage .facet .ais-menu--item.ais-menu--item__active:before {
  content: "\f00d";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 2px;
  font-family: "fontawesome";
  line-height: 20px;
  text-align: center;
  color: #990000;
  font-size: 1.25rem;
}

body.search .facet .ais-menu--item.ais-menu--item__active a, body.page-template-searchpage .facet .ais-menu--item.ais-menu--item__active a {
  color: #990000;
}

body.search .facet .ais-menu--item.ais-menu--item__active a .ais-menu--count, body.page-template-searchpage .facet .ais-menu--item.ais-menu--item__active a .ais-menu--count {
  background: #990000;
  color: #FFF;
}

.ais-clear-all--link {
  font-size: .875rem;
  color: #990000;
}

.ais-infinite-hits--showmore {
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .ais-infinite-hits--showmore {
    padding: 0;
  }
}

.ais-infinite-hits--showmore button {
  display: block;
  margin: 15px 0 30px;
  padding: 6px 0;
  width: 100%;
  border: 0;
  background: #990000;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}

.roadblock {
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 101;
  width: 450px;
  height: 450px;
  margin: 0 0 0 -225px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.roadblock * {
  box-sizing: border-box;
}

.roadblock footer {
  padding: 30px 0 0;
  text-align: center;
}

.roadblock footer a {
  color: #FFF;
  font-size: 0.9rem;
}

.roadblock footer a:hover {
  color: #dfdfdf;
}

.roadblock footer a i {
  margin-right: 5px;
}

.roadblock__logo_container {
  background-color: #0f4f91;
  background-image: -webkit-linear-gradient(#0f4f91, #003f7f);
  background-image: linear-gradient(#0f4f91, #003f7f);
}

.roadblock__logo_container img {
  width: 100%;
  height: auto;
}

.roadblock__separator {
  height: 27px;
  background: url(/wp-content/themes/goodnews5/images/rb_separator.png) repeat-x;
}

.pull_quote {
  min-height: 80px;
  background: #f6c525;
}

.pull_quote .pull_quote__quote {
  float: left;
  width: 18%;
  background: url(/wp-content/themes/goodnews5/images/rb_quote.png?1) no-repeat;
  background-position: center center;
  height: 80px;
}

.pull_quote .pull_quote__text {
  float: right;
  width: 82%;
  background: #fff;
  padding-left: 2%;
}

.pull_quote .pull_quote__text p {
  margin: 0 0 .7em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
}

.pull_quote .pull_quote__text p:last-child {
  margin-bottom: 0;
}

.roadblock__content {
  min-height: 450px;
  background: #fff;
}

.roadblock__content .roadblock__top {
  position: relative;
  padding: 20px 25px 20px;
}

.roadblock__content .roadblock__top h2 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  margin: 0 0 -40px -40px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: url(/wp-content/themes/goodnews5/images/logo_stool_stars.svg?1) no-repeat #FFF;
  background-size: 75px 75px;
  background-position: center center;
  text-indent: -9000px;
}

.roadblock__content .roadblock__btm {
  background-image: -webkit-radial-gradient(50% 0%, circle, #0f4f91 10%, #28385d 60%, #28385d);
  background-image: radial-gradient(  circle at 50% 0%, #0f4f91 10%, #28385d 60%, #28385d);
  padding: 40px 35px 40px;
}

.roadblock__form input {
  display: inline-block;
  height: 40px;
  border: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}

.roadblock__form input[type="email"] {
  margin-bottom: 10px;
  padding: 0 10px;
  width: 275px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.roadblock__form input[type="submit"] {
  width: 100px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #cf162e;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}

.roadblock__form .roadblock__dd {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  background: #FFF;
  margin-bottom: 10px;
  overflow: hidden;
}

.roadblock__form .roadblock__dd select {
  margin: 0;
  padding: 0 11px;
  width: 110%;
  height: 40px;
  border: 0;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.roadblock__form .roadblock__dd i {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
}

.roadblock__form .roadblock__social {
  display: inline-block;
  display: none;
  width: 130px;
  height: 40px;
  border-radius: 4px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  line-height: 40px;
}

.roadblock__form .roadblock__social i {
  margin-right: 5px;
}

.roadblock__form .roadblock__social--facebook {
  background: #4460a0;
}

.roadblock__form .roadblock__social--twitter {
  background: #00aaec;
}

.roadblock__terms {
  margin: 1em 0 0;
  text-align: center;
  font-size: .8rem;
  color: #FFF;
}

.roadblock__terms a {
  color: #cf162e;
  font-weight: 700;
}

.roadblock__mask {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.roadblock__social_share {
  margin: 0 auto;
  padding: 0;
  width: 118px;
  list-style: none;
}

.roadblock__social_share::after {
  clear: both;
  content: "";
  display: table;
}

.roadblock__social_share li {
  float: left;
  margin-right: 30px;
  border: 2px solid #FFF;
}

.roadblock__social_share li:last-child {
  margin-right: 0;
}

.roadblock__social_share a {
  display: block;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.roadblock__social_share a:hover {
  color: #28385d;
  background: #FFF;
}

.page-template-newsletter-template {
  background: #eaeaea;
}

.page-template-newsletter-template header {
  display: none;
}

.page-template-newsletter-template .roadblock {
  position: static;
  width: 600px;
  margin: 0 auto;
}

.page-template-newsletter-template .roadblock.confirmation h3 {
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
}

.page-template-newsletter-template .pull_quote__text {
  min-height: 80px;
}

.page-template-newsletter-template .pull_quote__text p {
  font-size: 1.5rem;
  line-height: 24px;
}

.page-template-newsletter-template .roadblock__form input {
  display: inline-block;
  height: 40px;
  border: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}

.page-template-newsletter-template .roadblock__form input[type="email"] {
  width: 100%;
  border-radius: 4px;
}

.page-template-newsletter-template .roadblock__form input[type="submit"] {
  width: 100%;
  border-radius: 4px;
}

.show_comments {
  margin: 20px 0;
}

.show_comments .commentsBtn {
  background-color: #eceaea;
  -moz-border-radius: 9px;
  border: 1px solid #9B9B9B;
  display: block;
  cursor: pointer;
  color: #900;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-transform: uppercase;
}

.top_comments {
  margin-bottom: 20px;
}

.top_comments ol.top_comments_list li:last-child .comment-wrap {
  border-bottom: 0;
}

.comment-respond {
  margin-top: 20px;
}

ol.comments_list, ol.top_comments_list {
  padding-top: 15px;
}

ol.comments_list li, ol.top_comments_list li {
  position: relative;
  padding-left: 70px;
  min-height: 60px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

ol.comments_list li:last-child, ol.top_comments_list li:last-child {
  margin-bottom: 0;
}

ol.comments_list .comment__content, ol.top_comments_list .comment__content {
  padding-top: 5px;
}

ol.comments_list .comment__content__meta, ol.top_comments_list .comment__content__meta {
  margin-bottom: 6px;
  font-size: .75rem;
  color: #575656;
}

ol.comments_list .comment__image, ol.top_comments_list .comment__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 4px;
}

ol.comments_list .comment__image img, ol.top_comments_list .comment__image img {
  width: 100%;
  height: auto;
}

ol.comments_list .comment__rating, ol.top_comments_list .comment__rating {
  position: absolute;
  top: 0px;
  right: 0px;
}

ol.comments_list .comment__rating a, ol.top_comments_list .comment__rating a {
  color: #990000;
}

.respond__login__text a {
  color: #990000;
}

.comment-form textarea {
  width: 100%;
  border: 2px solid #CCC;
  background: #FFF;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 3px;
}

.comment-form .form-submit input {
  background: #222;
  border: 0;
  color: #FFF;
}

.bs_live_event {
  display: none;
  margin-bottom: 15px;
  padding: 15px;
  background: #FFF;
}

.bs_live_event.on {
  display: block;
}

.bs_live_event * {
  box-sizing: border-box;
}

.bs_live_event .live_event__inner {
  position: relative;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}

.bs_live_event .live_event__image {
  position: relative;
  width: 100%;
  min-height: 250px;
}

.bs_live_event .live_event__image img {
  width: 100%;
  height: auto;
}

.bs_live_event .live_event__image:before {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #990000;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  color: #FFF;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bs_live_event .live_event__title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bs_live_event .live_event__title h2 {
  margin: 0;
  font-size: 1.25rem;
  color: #FFF !important;
}

.bs_live_event.live_tag .live_event__image:before {
  display: block;
  content: attr(data-content);
}

.bs_live_event.is_live_tag {
  background: #FFEB00;
}

.bs_live_event.is_live_tag .live_event__image:before {
  display: block;
  content: "Live Now";
}

.bs_live_event.is_live_tag h2 {
  color: #FFEB00 !important;
}

.live_coverage {
  display: none;
  margin: 46px 0 0;
  padding-top: 0px !important;
  background: #333;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: no-repeat top center #333;
}

@media (min-width: 768px) {
  .live_coverage {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .live_coverage {
    margin: 0 0 20px;
    background-image: url(../img/_live/default_1024.png);
  }
}

@media (min-width: 1240px) {
  .live_coverage {
    background-image: url(../img/_live/default_1200.png);
  }
}

.live_coverage .inner {
  padding: 20px 10px;
}

@media (min-width: 1024px) {
  .live_coverage .inner {
    padding: 40px 20px;
  }
}

.live_coverage .live_coverage__wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.live_coverage .live_coverage__video {
  width: 300px;
  margin: 0 auto;
}

@media (min-width: 400px) {
  .live_coverage .live_coverage__video {
    width: 380px;
  }
}

@media (min-width: 1024px) {
  .live_coverage .live_coverage__video {
    float: none;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 40px;
    margin: -184px 0 0 0;
    width: 652px;
    height: 367px;
  }
}

.live_coverage .live_coverage__video iframe {
  width: 300px;
  height: 150px;
}

@media (min-width: 400px) {
  .live_coverage .live_coverage__video iframe {
    width: 380px;
    height: 215px;
  }
}

@media (min-width: 1024px) {
  .live_coverage .live_coverage__video iframe {
    width: 100%;
    height: 367px;
  }
}

.live_coverage .live_coverage__video .live_coverage__video__countdown {
  position: relative;
  border: 1px solid #222;
  background: rgba(0, 0, 0, 0.3);
  height: 150px;
  color: #fafafa;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  line-height: 150px;
}

.live_coverage .live_coverage__video .live_coverage__video__countdown:before {
  content: "Show begins in:";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -66px;
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 24px;
}

@media (min-width: 400px) {
  .live_coverage .live_coverage__video .live_coverage__video__countdown {
    height: 215px;
    line-height: 215px;
  }
}

@media (min-width: 1024px) {
  .live_coverage .live_coverage__video .live_coverage__video__countdown {
    height: 367px;
    line-height: 367px;
  }
}

.live_coverage .live_coverage__logo {
  position: absolute;
  top: 50%;
  right: 50%;
  position: absolute;
  top: 20px;
  width: 300px;
  min-height: 100px;
  margin-right: -150px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .live_coverage .live_coverage__logo {
    top: 50%;
    right: 20px;
    margin-top: -50px;
    margin-right: 0;
  }
}

.live_coverage .live_coverage__items {
  display: none;
  margin-bottom: 40px;
}

.live_coverage .live_coverage__items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.live_coverage .live_coverage__items ul::after {
  clear: both;
  content: "";
  display: table;
}

.live_coverage .live_coverage__items li {
  float: left;
  margin-right: 10px;
}

.live_coverage .live_coverage__items li:last-child {
  margin-right: 0;
}

.live_coverage .live_coverage__items li a {
  display: block;
  width: 116px;
  background: #FFF;
  height: 80px;
  text-align: center;
  line-height: 80px;
}

.live_coverage.live_coverage__on {
  display: block;
}

.live_coverage.live_coverage__game_time {
  background-image: url(../../barstool-admin/img/_live/game_time_bg.jpg?v=1);
}

@media (min-width: 1024px) {
  .live_coverage.live_coverage__game_time {
    margin: 0;
    height: 452px;
    background-image: url(../img/_live/game_time_bg.jpg?v=1);
  }
}

@media (min-width: 1240px) {
  .live_coverage.live_coverage__game_time {
    background-image: url(../img/_live/game_time_bg.jpg?v=1);
  }
}

.live_coverage.live_coverage__game_time .inner {
  padding-top: 180px;
}

@media (min-width: 1024px) {
  .live_coverage.live_coverage__game_time .inner {
    padding: 20px;
  }
}

.live_coverage.live_coverage__game_time .live_coverage__video a {
  display: none !important;
}

.live_coverage.live_coverage__game_time .live_coverage__logo {
  top: -10px;
  height: 192px;
  background-image: url(../../barstool-admin/img/_live/game_time_logo.png?v=2);
}

@media (min-width: 1024px) {
  .live_coverage.live_coverage__game_time .live_coverage__logo {
    top: 50%;
    margin-top: -96px;
    height: 192px;
    background-image: url(../img/_live/game_time_logo.png?v=2);
  }
}

@media (min-width: 1240px) {
  .live_coverage.live_coverage__game_time .live_coverage__logo {
    right: 40px;
    margin-top: -135px;
    width: 420px;
    height: 269px;
    background-image: url(../img/_live/game_time_logo.png?v=2);
  }
}

.live_coverage.live_coverage__fore_play_masters {
  background-image: url(../../barstool-admin/img/_live/masters_bg.jpg?v=1);
}

@media (min-width: 1024px) {
  .live_coverage.live_coverage__fore_play_masters {
    margin: 0;
    height: 452px;
    background-image: url(../img/_live/masters_bg.jpg?v=1);
  }
}

@media (min-width: 1240px) {
  .live_coverage.live_coverage__fore_play_masters {
    background-image: url(../img/_live/masters_bg.jpg?v=1);
  }
}

.live_coverage.live_coverage__fore_play_masters .inner {
  padding-top: 200px;
}

@media (min-width: 1024px) {
  .live_coverage.live_coverage__fore_play_masters .inner {
    padding: 20px;
  }
}

.live_coverage.live_coverage__fore_play_masters .live_coverage__video a {
  display: none !important;
}

.live_coverage.live_coverage__fore_play_masters .live_coverage__logo {
  top: 2px;
  height: 192px;
  background-image: url(../../barstool-admin/img/_live/masters_logo.png?v=2);
}

@media (min-width: 1024px) {
  .live_coverage.live_coverage__fore_play_masters .live_coverage__logo {
    top: 50%;
    margin-top: -96px;
    height: 192px;
    background-image: url(../img/_live/masters_logo.png?v=2);
  }
}

@media (min-width: 1240px) {
  .live_coverage.live_coverage__fore_play_masters .live_coverage__logo {
    right: 40px;
    margin-top: -135px;
    width: 420px;
    height: 269px;
    background-image: url(../img/_live/masters_logo.png?v=2);
  }
}

body.live_on #content {
  padding-top: 0;
}

body.live_on .mobile__top_banner_ad {
  display: none;
}

body.live_on .live_coverage {
  display: block;
}

body.live_on .live_coverage.live_coverage__houston, body.live_on .live_coverage.live_coverage__rundown_houston {
  background-image: url(../../barstool-admin/img/_live/houston_live_320.png?v=2);
}

@media (min-width: 1024px) {
  body.live_on .live_coverage.live_coverage__houston, body.live_on .live_coverage.live_coverage__rundown_houston {
    background-image: url(../img/_live/houston_live_1024.png?v=2);
  }
}

@media (min-width: 1240px) {
  body.live_on .live_coverage.live_coverage__houston, body.live_on .live_coverage.live_coverage__rundown_houston {
    background-image: url(../img/_live/houston_live_1200.png?v=2);
  }
}

body.live_on .live_coverage.live_coverage__houston .inner, body.live_on .live_coverage.live_coverage__rundown_houston .inner {
  padding-top: 330px;
}

@media (min-width: 1024px) {
  body.live_on .live_coverage.live_coverage__houston .inner, body.live_on .live_coverage.live_coverage__rundown_houston .inner {
    padding: 20px;
  }
}

body.live_on #skin {
  top: 337px !important;
  position: absolute !important;
}

body.live_on .bs_live_event {
  display: none !important;
}

body.live_on .main_container {
  padding-top: 20px;
}

body.live_on .main-sidebar {
  padding-top: 20px;
}

.users_modal_mask {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 98;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.users_modal_mask__close {
  display: none;
  position: fixed;
  top: 130px;
  right: 20px;
  color: #FFF;
  font-size: 3rem;
  text-decoration: none;
}

.users_modal_mask__close_mobile {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 0px;
  width: 100%;
  color: #990000;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) {
  .users_modal_mask__close_mobile {
    display: none;
  }
}

.users_modal, .profile_modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #FFF;
  overflow: hidden;
}

@media (min-width: 768px) {
  .users_modal, .profile_modal {
    top: 140px;
    left: 50%;
    width: 500px;
    height: auto;
    margin-left: -250px;
    border-radius: 3px;
  }
}

.users_modal a, .profile_modal a {
  text-decoration: none;
}

.users_modal nav, .profile_modal nav {
  display: block;
  border-radius: 3px;
}

.users_modal nav li, .profile_modal nav li {
  width: 50%;
}

.users_modal nav li a, .profile_modal nav li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 0;
  color: #222;
}

.users_modal nav li a:hover, .profile_modal nav li a:hover {
  color: #990000;
}

.users_modal .login__error, .profile_modal .login__error {
  display: none;
  margin: 0 0 0;
  background: #F30;
  padding: 8px 10px;
  font-size: .875rem;
  color: #FFF;
}

.users_modal .login__error--ok, .profile_modal .login__error--ok {
  background: #90da42;
}

.users_modal p.or__spot, .profile_modal p.or__spot {
  padding: 10px 0;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
}

.users_modal .login__social, .profile_modal .login__social {
  padding: 40px 40px 0;
}

.users_modal .login__social a.btn__fb_login, .profile_modal .login__social a.btn__fb_login {
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background: #3b5998;
  color: #FFF;
  border-radius: 3px;
}

.users_modal .login__social a.btn__fb_login i, .profile_modal .login__social a.btn__fb_login i {
  display: inline-block;
  margin-right: 10px;
}

.users_modal .login__form_block, .profile_modal .login__form_block {
  display: none;
}

.users_modal .login__form_block form, .profile_modal .login__form_block form {
  display: block;
  padding: 0 40px 40px;
}

.users_modal .login__input_block, .profile_modal .login__input_block {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  border: 1px solid #CCC;
  border-radius: 3px;
  overflow: hidden;
}

.users_modal .login__input_block label, .profile_modal .login__input_block label {
  position: absolute;
  top: 0px;
  z-index: 0;
  left: 350px;
  width: 60px;
  display: block;
  height: inherit;
  line-height: inherit;
  font-size: .75rem;
  font-weight: 600;
  color: #999;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.users_modal .login__input_block input[type="text"], .users_modal .login__input_block input[type="email"], .users_modal .login__input_block input[type="password"], .profile_modal .login__input_block input[type="text"], .profile_modal .login__input_block input[type="email"], .profile_modal .login__input_block input[type="password"] {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 0 10px;
  width: 100%;
  height: inherit;
  height: inherit;
  border: 0;
  font-size: 1rem;
  line-height: inherit;
  background: transparent;
  outline: none;
}

.users_modal .login__input_block input[type="text"][value=""] + label, .users_modal .login__input_block input[type="email"][value=""] + label, .users_modal .login__input_block input[type="password"][value=""] + label, .profile_modal .login__input_block input[type="text"][value=""] + label, .profile_modal .login__input_block input[type="email"][value=""] + label, .profile_modal .login__input_block input[type="password"][value=""] + label {
  left: 10px;
  text-align: left;
}

.users_modal .login__input_block input[type="text"]:focus + label, .users_modal .login__input_block input[type="email"]:focus + label, .users_modal .login__input_block input[type="password"]:focus + label, .profile_modal .login__input_block input[type="text"]:focus + label, .profile_modal .login__input_block input[type="email"]:focus + label, .profile_modal .login__input_block input[type="password"]:focus + label {
  left: 350px;
  text-align: right;
}

.users_modal .login__input_block input[type="text"].valid + label, .users_modal .login__input_block input[type="email"].valid + label, .users_modal .login__input_block input[type="password"].valid + label, .profile_modal .login__input_block input[type="text"].valid + label, .profile_modal .login__input_block input[type="email"].valid + label, .profile_modal .login__input_block input[type="password"].valid + label {
  left: 350px;
  text-align: right;
}

.users_modal .login__input_block--checkbox, .profile_modal .login__input_block--checkbox {
  margin: 10px 0 0;
  height: 20px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  line-height: 20px;
}

.users_modal .login__input_block--checkbox label, .profile_modal .login__input_block--checkbox label {
  position: static;
  display: inline-block;
  width: auto;
}

.users_modal .login__input_block--risky, .profile_modal .login__input_block--risky {
  border-color: #db1f1f;
  background: #f79a9a;
}

.users_modal .login__input_block--very_guessable, .profile_modal .login__input_block--very_guessable {
  border-color: #dba41f;
  background: #fdc3c3;
}

.users_modal .login__input_block--somewhat_guessable, .profile_modal .login__input_block--somewhat_guessable {
  border-color: #c7db1f;
  background: #eff8a6;
}

.users_modal .login__input_block--safely_unguessable, .profile_modal .login__input_block--safely_unguessable {
  border-color: #c7db1f;
  background: #f1f9ae;
}

.users_modal .login__input_block--very_unguessable, .profile_modal .login__input_block--very_unguessable {
  border-color: #80db1f;
  background: #e0febf;
}

.users_modal .login__input_block__pw_text, .profile_modal .login__input_block__pw_text {
  position: absolute;
  top: 40px;
  right: 0px;
  font-size: .75rem;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
}

.users_modal .login__submit_block input[type="submit"], .profile_modal .login__submit_block input[type="submit"] {
  display: block;
  padding: 15px 0;
  width: 100%;
  background: #990000;
  border: 0;
  border-radius: 3px;
  font-size: 1.25rem;
  color: #FFF;
  outline: none;
}

.users_modal .login__submit_block .login__submit_block__forgot, .profile_modal .login__submit_block .login__submit_block__forgot {
  display: block;
  margin-bottom: 15px;
  font-size: .7rem;
  color: #990000;
  font-weight: 700;
}

.users_modal footer, .profile_modal footer {
  display: none;
  border-top: 1px solid #CCC;
  padding: 8px 10px;
  background-image: -webkit-radial-gradient(50% 50%, circle, #304E8A 10%, #253457 80%, #253457);
  background-image: radial-gradient(  circle at 50% 50%, #304E8A 10%, #253457 80%, #253457);
  color: #FFF;
}

.users_modal--login nav li:last-child, .profile_modal--login nav li:last-child {
  background: #CCC;
}

.users_modal--login nav li:last-child a, .profile_modal--login nav li:last-child a {
  color: #666;
}

.users_modal--login .login__form_block--login, .profile_modal--login .login__form_block--login {
  display: block;
}

.users_modal--signup nav li:first-child, .profile_modal--signup nav li:first-child {
  background: #CCC;
}

.users_modal--signup nav li:first-child a, .profile_modal--signup nav li:first-child a {
  color: #666;
}

.users_modal--signup .login__form_block--signup, .profile_modal--signup .login__form_block--signup {
  display: block;
}

.users_modal--signup .login__form_block--signup form > div:nth-child(3), .profile_modal--signup .login__form_block--signup form > div:nth-child(3) {
  overflow: visible;
}

.users_modal--signup .login__submit_block, .profile_modal--signup .login__submit_block {
  margin-top: 32px;
}

.users_modal--forgotpass form, .profile_modal--forgotpass form {
  padding-top: 40px !important;
}

.users_modal--forgotpass form p, .profile_modal--forgotpass form p {
  margin: 0 0 1em;
  font-size: .75rem;
}

.users_modal--forgotpass nav li:last-child, .profile_modal--forgotpass nav li:last-child {
  background: #CCC;
}

.users_modal--forgotpass nav li:last-child a, .profile_modal--forgotpass nav li:last-child a {
  color: #666;
}

.users_modal--forgotpass .login__social, .users_modal--forgotpass .or__spot, .profile_modal--forgotpass .login__social, .profile_modal--forgotpass .or__spot {
  display: none;
}

.users_modal--forgotpass .login__form_block--forgotpass, .profile_modal--forgotpass .login__form_block--forgotpass {
  display: block;
}

.profile__container {
  padding: 20px;
}

.profile__container .profile__block {
  margin-bottom: 20px;
}

.profile__container h3 {
  margin-bottom: 6px;
  font-size: .875rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #666;
}

#username_block .login__input_block {
  position: relative;
}

#username_block .login__input_block input[type="text"]:focus + label, #username_block .login__input_block input[type="text"].valid + label {
  left: 310px;
}

#username_block input[type="submit"] {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  display: block;
  height: 34px;
  padding: 0 15px;
  background: #990000;
  border: 0;
  border-radius: 3px;
  font-size: .875rem;
  color: #FFF;
  line-height: 34px;
  outline: none;
}

body.show__login .users_modal_mask, body.show__login .users_modal {
  display: block;
}

@media (min-width: 768px) {
  body.show__login .users_modal_mask__close {
    display: block;
  }
}

body.show__profile .users_modal_mask, body.show__profile .profile_modal {
  display: block;
}

@media (min-width: 768px) {
  body.show__profile .users_modal_mask__close {
    display: block;
  }
}

#login_signup__pwd_not_set a {
  color: #990000;
}

.custom_alert {
  position: fixed;
  top: 150px;
  left: 50%;
  z-index: 10998;
  margin-left: -150px;
  width: 350px;
  min-height: 100px;
  background: #FFF;
  color: #222;
  border-radius: 4px;
  padding: 10px;
}

.custom_alert__inner {
  position: relative;
  padding: 10px;
  border: 4px solid #990000;
  border-radius: 4px;
}

.custom_alert__title {
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.custom_alert__message {
  font-size: .875rem;
}

.custom_alert__actions {
  text-align: right;
}

.custom_alert__actions a {
  display: inline-block;
  padding: 3px 7px;
  background: #990000;
  border-radius: 4px;
  color: #FFF;
  font-size: .875rem;
  text-transform: uppercase;
}

.custom_alert__mask {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10997;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.post__content .merch_product__container {
  text-align: center;
  margin-bottom: 50px;
}

.post__content .merch_product {
  display: inline-block !important;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.widget_story_product_widget {
  margin-bottom: 30px;
}

.widget_story_product_widget--hide {
  display: none;
}

.widget_story_product_widget .widget__head {
  padding-bottom: 0;
}

.widget_story_product_widget .story_product__list {
  padding-bottom: 20px;
}

.widget_story_product_widget .product__image img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
