@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/plugins/home-crowd/fonts/icomoon.eot?wa2b31");
  src: url("/wp-content/plugins/home-crowd/fonts/icomoon.eot?wa2b31#iefix") format("embedded-opentype"), url("/wp-content/plugins/home-crowd/fonts/icomoon.ttf?wa2b31") format("truetype"), url("/wp-content/plugins/home-crowd/fonts/icomoon.woff?wa2b31") format("woff"), url("/wp-content/plugins/home-crowd/fonts/icomoon.svg?wa2b31#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */ 
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-uppy:before {
  content: "\e900"; }

.icon-downy:before {
  content: "\e901"; }

.icon-admin:before {
  content: "\f013"; }

.icon-flag:before {
  content: "\f024"; }

.icon-permalink:before {
  content: "\f0c1"; }

.icon-show:before {
  content: "\f0fe"; }

.icon-kebab:before {
  content: "\f141"; }

.icon-hidehide:before {
  content: "\f146"; }

html {
  box-sizing: border-box; }

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

.hc-container {
  margin: -12px;
  background-color: #e9e9e9; }
  @media (min-width: 960px) {
    .hc-container {
      margin: 0 0 75px 0; } }

.hc-container label[for="hc_comment"] {
  display: block;
  background: #ccc;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase; }

.hc-comment-form {
  clear: both;
  padding: 10px 0; }

form.hc-comment-form {
  background-color: #008f5b;
  padding: 26px 44px 44px 44px;
  position: relative; }
  @media (min-width: 768px) {
    form.hc-comment-form {
      padding: 26px 44px 44px 24px; } }
  form.hc-comment-form textarea {
    min-height: 180px; }
    @media (min-width: 768px) {
      form.hc-comment-form textarea {
        min-height: 300px; } }
  form.hc-comment-form strong.hc-comments-form-title {
    line-height: 1;
    font-size: 24px;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    color: white;
    height: 45px;
    line-height: 45px; }

.hc-comments .hc-comment-form {
  padding-bottom: 20px;
  margin-bottom: 0; }

.hc-level-0 > .hc-comment .hc-comment-form {
  padding-bottom: 20px; }

.hc-comment-form button {
  padding: 12px 36px;
  font-size: 24px;
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer;
  background: #00794d;
  display: block;
  float: right;
  text-align: right;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .hc-comment-form button:hover {
    background: #00603d; }

.hc-comment-form textarea {
  display: block;
  width: 100%;
  border: 0;
  padding: 18px;
  margin: 0;
  line-height: 1.5; }

.hc-comment-form textarea:focus {
  outline: none; }

.hc-comment-form .hc-form-submit {
  background: #00794d; }
  .hc-comment-form .hc-form-submit::after {
    clear: both;
    content: "";
    display: block; }

.hc-comment-form .hc-form-submit a {
  color: #fff; }

.hc-comment-form .hc-form-submit a.hc-cancel-comment {
  color: #e9e9e9;
  padding: 0 36px;
  background: #00794d;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 57px;
  line-height: 57px;
  display: block;
  margin: 0;
  float: right;
  width: auto; }
  .hc-comment-form .hc-form-submit a.hc-cancel-comment:hover {
    background: #006a43; }

.form-top {
  position: relative; }

.hc-comment-form .hc-form-notify {
  display: block;
  color: #fff; }
  @media (min-width: 480px) {
    .hc-comment-form .hc-form-notify {
      position: absolute;
      top: 8px;
      right: 0; } }

.hc-comments {
  margin: 0;
  padding: 0; }
  @media (min-width: 960px) {
    .hc-comments {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .hc-comments {
      padding-right: 40px;
      padding-left: 40px; } }

.comment-anchor {
  display: block;
  padding-top: 66px;
  margin-top: -66px;
  visibility: hidden; }

.hc-paging {
  background: #e9e9e9;
  padding: 25px 6px 5px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.bottom-page .hc-paging {
  padding: 5px 6px 25px; }

.hc-paging ul {
  display: inline-block;
  margin: 0;
  padding: 0; }

.hc-paging li, .typo .hc-paging li {
  display: inline-block;
  margin: 3px 5px 3px 0; }

.hc-paging li a {
  display: inline-block;
  background: #008f5b;
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.hc-paging li a:hover {
  text-decoration: none;
  background: #00794d; }

.hc-paging li.previous a {
  text-indent: -99999px;
  width: 20px;
  background-image: url(/wp-content/themes/football-fantastico/images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-position: center -394px;
  background-color: transparent; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .hc-paging li.previous a {
      background-image: url(/wp-content/themes/football-fantastico/images/sprite_2x.png);
      background-size: 76px 2000px; } }
  .hc-paging li.previous a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.hc-paging li.next a {
  text-indent: -99999px;
  width: 20px;
  background-image: url(/wp-content/themes/football-fantastico/images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-position: center -444px;
  background-color: transparent; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .hc-paging li.next a {
      background-image: url(/wp-content/themes/football-fantastico/images/sprite_2x.png);
      background-size: 76px 2000px; } }
  .hc-paging li.next a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.hc-paging li.next {
  margin-right: 0; }

.hc-paging-count {
  margin-right: 10px;
  text-align: right; }

.hc-paging .hc-active span {
  display: inline-block;
  background: white;
  padding: 5px 10px;
  color: #525252;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  height: 26px; }

.hc-comment-wrapper {
  margin: 0;
  list-style-type: none; }
  @media (min-width: 960px) {
    .hc-comment-wrapper {
      padding: 0; } }

ol.hc-children {
  padding: 0;
  list-style-type: none;
  margin: 0; }
  ol.hc-children li {
    list-style-type: none; }
  ol.hc-children li:last-child {
    padding-bottom: 0; }

.hc-level-0 > .hc-comment .hc-comment-main {
  background: #fff; }

.hc-level-0 > .hc-comment.hc-sticky {
  background: #008f5b; }

.hc-comment.hc-sticky .hc-comment-main {
  background-color: #008f5b; }

.hc-level-0 > .hc-comment.hc-members-only {
  border-top: 5px solid #ffd700 }

.hc-comment.hc-sticky {
  background-color: #008f5b; }
  .hc-comment.hc-sticky .hc-reply a, .hc-comment.hc-sticky .hc-login-to-reply a {
    color: #fff; }
  .hc-comment.hc-sticky .hc-permalink a {
    color: #fff;
    background-color: #008f5b; }
    .hc-comment.hc-sticky .hc-permalink a:hover {
      color: #e9e9e9; }

.hc-level-1.sticky .hc-comment.hc-sticky, .hc-level-2.sticky .hc-comment.hc-sticky, .hc-level-3.sticky .hc-comment.hc-sticky, .hc-level-4.sticky .hc-comment.hc-sticky {
  padding-top: 18px;
  padding-bottom: 10px;
  border-color: #005c3b; }

.hc-comment.hc-sticky .hc-comment-main {
  padding-left: 0; }

.hc-level-0 > .hc-comment {
  border: none;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0; }

.hc-comment-wrapper {
  margin-left: 0; }
  .hc-comment-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.hc-comment-wrapper.hc-level-0 > .hc-children {
  padding-top: 10px; }

.hc-sticky .hc-comment-actions li > a {
  color: #fff; }

.hc-sticky .hc-comment-actions li .hc-level-1 > .hc-comment {
  margin-left: 22px; }

.hc-level-1, .hc-level-2, .hc-level-3, .hc-level-4, .hc-level-5, .hc-level-6, .hc-level-7, .hc-level-8 {
  margin-left: 10px; }
  @media (min-width: 480px) {
    .hc-level-1, .hc-level-2, .hc-level-3, .hc-level-4, .hc-level-5, .hc-level-6, .hc-level-7, .hc-level-8 {
      padding-left: 15px;
      margin-left: 0; } }
  @media (min-width: 768px) {
    .hc-level-1, .hc-level-2, .hc-level-3, .hc-level-4, .hc-level-5, .hc-level-6, .hc-level-7, .hc-level-8 {
      padding-left: 20px; } }
  @media (min-width: 960px) {
    .hc-level-1, .hc-level-2, .hc-level-3, .hc-level-4, .hc-level-5, .hc-level-6, .hc-level-7, .hc-level-8 {
      padding-left: 15px; } }

.hc-comment {
  position: relative;
  border: none;
  border-left: 9px solid #dfdfdf;
  padding-left: 14px;
  margin-top: 0;
  margin-bottom: 20px; }
  .hc-comment::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 768px) {
    .hc-comment {
      padding-left: 20px; } }
  @media (min-width: 960px) {
    .hc-comment {
      padding-left: 15px; } }

.hc-comment-text {
  margin-top: 4px;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 1.5;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .hc-comment-text {
      margin-right: 0;
      padding-right: 0; } }
  .hc-comment-text p {
    margin-bottom: 6px; }

.hc-gravatar {
  display: block;
  border-radius: 3px; }

@media (max-width: 767px) {
  .hc-comment-wrapper .hc-comment .hc-comment-rep a img {
    max-width: 36px;
    height: auto; } }

.hc-comment-rep {
  float: left; }
  .hc-comment-rep img {
    padding: 1px 1px 0 0; }

.hc-comment-body {
  margin-left: 57px; }
  @media (min-width: 768px) {
    .hc-comment-body {
      margin-left: 69px; } }

.hc-thumb-container {
  padding: 0;
  width: auto;
  display: inline-block; }

@media (min-width: 768px) {
  .hc-thumb-container.showdot:after {
    content: "•";
    color: #cfcfcf;
    margin: 0 13px; } }

.hc-level-0 > .hc-comment.hc-moderated .hc-comment-body {
  margin-left: 0; }

.hc-comment-body.hc-moderated {
  margin-left: 0; }

.hc-level-0 > .hc-comment .hc-comment-actions {
  margin-right: 0; }

.hc-comment-actions li {
  display: inline-block;
  margin-left: 10px; }

@media (min-width: 480px) {
  .hc-level-0 > .hc-comment .hc-permalink, .hc-comment.hc-sticky .hc-permalink {
    top: 15px; } }

.hc-thumb-total {
  display: block;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.2;
  font-size: 16px;
  color: #c4c4c4;
  padding: 1px 8px 1px 2px;
  background-color: #e9e9e9; }
  .hc-level-0 .hc-thumb-total {
    background-color: white;
    top: 16px; }
  .hc-children .hc-thumb-total {
    background-color: #e9e9e9;
    top: 0; }
  .hc-sticky .hc-thumb-total {
    background-color: #008f5b;
    top: 8px; }
  @media screen and (min-width: 600px) {
    .hc-thumb-total {
      top: 0;
      right: 22px;
      font-size: 18px;
      background-color: transparent;
      padding: 0; } }

@media (min-width: 480px) {
  .hc-level-0 > .hc-comment .hc-thumb-total,
  .hc-comment.hc-sticky .hc-thumb-total {
    top: 15px; } }

.hc-comment-actions form {
  display: inline-block; }

.hc-cta {
  display: inline-block;
  background: #ccc;
  border: none;
  padding: 3px 5px;
  color: #333; }

.hc-cta:hover {
  color: #333; }

.hc-cta-bold {
  background: #008f5d;
  color: #fff; }

.hc-cta-bold:hover {
  color: #fff; }

.hc-comment-form .hc-cta-saving {
  background: #008e5c url(../images/thumb-loader.gif) no-repeat 5px center;
  padding-left: 25px; }

.hc-thumb-up-form, .hc-thumb-down-form {
  display: inline-block;
  padding-right: 5px; }

.hc-thumb-up-voted {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  color: #00794d;
  font-size: 12px; }

.hc-thumb-up-voted:hover {
    color: #b6b6b6; }

.hc-thumb-up-voted:focus {
    outline:0; }

.hc-children .hc-thumb-up-voted:focus {
    outline:0; }

.hc-children .hc-thumb-up-voted {
    color: #00794d; }

.hc-children .hc-thumb-up-voted:hover {
      color: #b6b6b6; }
    
.hc-thumb-up {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  color: #b6b6b6;
  font-size: 12px; }
.hc-thumb-up:hover {
    color: #00794d; }
.hc-children .hc-thumb-up {
    color: #b6b6b6; }
.hc-children .hc-thumb-up:hover {
    color: #00794d; }

.hc-thumb-up:focus {
    outline:0; }

.hc-children .hc-thumb-up:focus {
    outline:0; }

.hc-drop-up-thumb .hc-thumb-up .hc-thumb-up-voted {
  margin-top: 15px; }

.hc-level-0 > .hc-comment .hc-drop-up-thumb .hc-thumb-up .hc-thumb-up-voted {
  margin-top: 0; }

.hc-sticky {
  color: #00794d; }

.hc-sticky {
  color: #00603d; }

.hc-thumb-down-voted {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  color: #00794d;
  font-size: 12px; }
  .hc-thumb-down-voted:hover {
    color: #b6b6b6; }
  .hc-thumb-down-voted:focus {
    outline:0; }
  
.hc-thumb-down {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  color: #b6b6b6;
  font-size: 12px; }
  .hc-thumb-down:hover {
    color: #9d9d9d; }
  .hc-thumb-down:focus {
    outline:0; }

.hc-thumb-disabled {
  cursor: not-allowed; }

.hc-comment-actions {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 20px; }
  @media (max-width: 767px) {
    .hc-comment-actions {
      width: auto; } }
  @media (min-width: 768px) {
    .hc-comment-actions {
      margin-right: 20px; } }
  .hc-comment-actions li {
    display: inline-block; }
    .hc-comment-actions li a {
      font-size: 16px;
      color: #b6b6b6; }
      .fontface .hc-comment-actions li a .nonvis {
        display: none; }
      .hc-comment-actions li a:hover {
        color: #979797; }
      .hc-comment-actions li a .reply-number {
        line-height: 16px;
        font-size: 12px;
        vertical-align: text-top; }

@media (max-width: 767px) {
  .hc-comment-actions.fadeInLeft {
    position: relative;
    z-index: 10; } }

.hc-comment-actions.mob-hidden {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .hc-comment-actions.mob-hidden {
      display: none; } }

.hc-open-tools {
  display: inline-block;
  padding: 0 6px 0 16px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  color: #b6b6b6; }
  .hc-sticky .hc-open-tools {
    color: #fff; }
  .fontface .hc-open-tools .nonvis {
    display: none; }
  @media (min-width: 768px) {
    .hc-open-tools {
      display: none; } }

.hc-moderated {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.hc-num-replies {
  font-size: 12px;
  color: #777; }

.hc-report-abuse-form, .hc-moderate-popup, .hc-set-title-popup {
  padding: 10px; }

.hc-report-abuse-form form, .hc-moderate-popup form, .hc-set-title-popup form {
  margin-top: 0; }

.hc-report-abuse-form label, .hc-moderate-popup label, .hc-set-title-popup label {
  display: block; }

#cboxContent h2 {
  margin: 0 0 12px 0; }

#cboxContent .button {
  height: 49px;
  background-color: #008f5b;
  line-height: 45px;
  text-align: center;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 4px solid #00794d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0 12px;
  width: 38%;
  margin-right: 2%;
  font-size: 14px;
  line-height: 39px; }
  #cboxContent .button:hover {
    background-color: #00794d;
    border-color: #005a39;
    color: #fff; }
  @media (min-width: 768px) {
    #cboxContent .button {
      width: 120px;
      margin-right: 12px;
      font-size: 17px;
      line-height: 45px; } }

#cboxContent .hc-cancel {
  background-color: #373737;
  border-color: #1e1e1e; }
  #cboxContent .hc-cancel:hover {
    background-color: #1e1e1e;
    border-color: #040404; }

.hc-report-abuse-form textarea, .hc-moderate-popup textarea, .hc-set-title-popup input[type="text"] {
  border: 1px solid #999;
  padding: 6px;
  margin-bottom: 12px; }
  @media (min-width: 480px) {
    .hc-report-abuse-form textarea, .hc-moderate-popup textarea, .hc-set-title-popup input[type="text"] {
      min-height: 71px; } }
  @media (min-width: 768px) {
    .hc-report-abuse-form textarea, .hc-moderate-popup textarea, .hc-set-title-popup input[type="text"] {
      width: 506px; } }

.hc-notify {
  background: #f90;
  padding: 5px;
  margin: 10px 0;
  color: #fff; }

.hc-notify a, .hc-notify a:hover {
  color: #fff; }

.hc-notify a:hover {
  text-decoration: underline; }

.hc-badges {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 1; }

.hc-badges li {
  display: inline-block; 
  margin-right: 6px;
}
  .hc-badges li img {
    display: block; }

.hc-date {
  font-size: 11px;
  color: #b6b6b6;
  display: block; }

.hc-error {
  background: #f90; }

.hc-info {
  background: #008f5b; }
  .hc-info p {
    margin-top: 12px;
    padding-left: 16px; }

.hc-error, .hc-info {
  padding: 10px;
  margin: 10px 0;
  color: #fff; }

.hc-info a {
  color: #fff; }

.hc-info a:hover {
  text-decoration: underline; }

.hc-display-options {
  background: #008f5b;
  padding: 10px;
  margin-top: 10px; }
  .hc-display-options::after {
    clear: both;
    content: "";
    display: block; }

.hc-display-options div {
  display: inline-block; }

/* .squaredTwo */
/* end .squaredTwo */
select[name="hc_sort_by"] {
  display: inline; }

.hc-sort-by-form {
  display: block;
  margin-top: 19px;
  text-align: center; }
  @media (min-width: 480px) and (max-width: 767px) {
    .hc-sort-by-form {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 100%;
      margin-top: 0;
      text-align: center; }
      .hc-sort-by-form:last-child {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .hc-sort-by-form {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 36.9986330732%;
      margin-right: 0;
      margin-top: 29px;
      text-align: right; }
      .hc-sort-by-form:last-child {
        margin-right: 0; } }
  @media (min-width: 960px) {
    .hc-sort-by-form {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 49.5989064586%;
      margin-left: 25.2005467707%;
      margin-top: 0;
      text-align: center; }
      .hc-sort-by-form:last-child {
        margin-right: 0; } }
  @media (min-width: 1440px) {
    .hc-sort-by-form {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 36.9986330732%;
      margin-left: 0%;
      margin-right: 0;
      margin-top: 29px;
      text-align: right; }
      .hc-sort-by-form:last-child {
        margin-right: 0; } }
  .hc-sort-by-form label {
    color: white;
    display: inline;
    line-height: 30px; }
  .js .hc-sort-by-form .cta {
    display: none; }

.go-to-post {
  height: 49px;
  background-color: #008f5b;
  line-height: 45px;
  text-align: center;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 4px solid #00794d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #00794d;
  display: block;
  border-bottom: 0;
  line-height: 49px;
  margin: 6px 0; }
  .go-to-post:hover {
    background-color: #00794d;
    border-color: #005a39;
    color: #fff; }
  @media (min-width: 480px) and (max-width: 767px) {
    .go-to-post {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 32.7985419448%;
      margin: 19px 0; }
      .go-to-post:last-child {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .go-to-post {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 24.3983596879%;
      margin: 19px 0; }
      .go-to-post:last-child {
        margin-right: 0; } }
  @media (min-width: 960px) {
    .go-to-post {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 49.5989064586%;
      margin: 19px 0; }
      .go-to-post:last-child {
        margin-right: 0; } }
  @media (min-width: 1440px) {
    .go-to-post {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 24.3983596879%; }
      .go-to-post:last-child {
        margin-right: 0; } }
  .go-to-post:hover {
    background-color: #00603d; }

.post-comments-display {
  font-size: 33px;
  color: white;
  display: block;
  line-height: 42px;
  padding: 0 12px 0 40px;
  right: 22px;
  bottom: 0;
  background-image: url(/wp-content/themes/football-fantastico/images/sprite.png);
  background-size: 76px 2000px;
  background-repeat: no-repeat;
  background-position: -17px -538px;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  margin-bottom: 19px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .post-comments-display {
      background-image: url(/wp-content/themes/football-fantastico/images/sprite_2x.png);
      background-size: 76px 2000px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .post-comments-display {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 66.3992709724%;
      margin-top: 19px;
      margin-bottom: 19px; }
      .post-comments-display:last-child {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 959px) {
    .post-comments-display {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 36.9986330732%;
      margin-top: 19px;
      margin-bottom: 19px; }
      .post-comments-display:last-child {
        margin-right: 0; } }
  @media (min-width: 960px) {
    .post-comments-display {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 49.5989064586%;
      margin-top: 19px;
      margin-bottom: 19px; }
      .post-comments-display:last-child {
        margin-right: 0; } }
  @media (min-width: 1440px) {
    .post-comments-display {
      float: left;
      display: block;
      margin-right: 0.8021870829%;
      width: 36.9986330732%; }
      .post-comments-display:last-child {
        margin-right: 0; } }

.hc-sticky-form {
  margin-left: 30px;
  display: inline; }

#hc_comments_widget {
  margin-bottom: 20px; }

.hc-widget-comments {
  background: #fff !important;
  padding: 0 !important; }

.hc-widget-comments li {
  overflow: hidden;
  border-top: 4px solid #e9e9e9;
  margin: 0 42px 7px 0;
  padding-top: 7px;
  display: block;
  width: 100%; }
  @media (min-width: 960px) {
    .hc-widget-comments li {
      max-width: 300px; } }
  .hc-widget-comments li p {
    margin: 0;
    font-size: 13px;
    line-height: 20px; }
  .hc-widget-comments li .hc-gravatar {
    margin-top: 6px; }

.hc-widget-comments li:first-child {
  border: none;
  padding-top: 8px; }

.hc-widget-comments .hc-gravatar {
  float: left; }

.hc-widget-comments .hc-comment-msg {
  margin-left: 45px;
  padding-right: 0 !important; }

.hc-widget-comments strong {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3; }

.hc-rating-info {
  font-size: 11px;
  color: #777; }

.hc-commenter-info {
  line-height: 1;
  padding-right: 32px; }

.hc-says {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top; }
  .hc-says a {
    line-height: 16px; }
    .hc-says a:hover {
      color: #008f5d; }

.hc-sticky .hc-says, .hc-sticky .hc-says a {
  color: #fff; }

.hc-container label[for="hc_notify"] {
  font-size: 12px; }

.hc-container #hc_notify, .hc-container label[for="hc_notify"] {
  margin: 5px 0;
  display: inline-block; }

.hc-admin-link {
  position: relative;
  padding: 0 5px; }
  @media (min-width: 768px) {
    .hc-admin-link {
      padding: 5px; } }

.hc-admin-link.hc-selected {
  background: #525252;
  border-radius: 3px 0 0 3px; }

.hc-admin-link.hc-selected a,
.hc-admin-actions a {
  color: #fff; }

.hc-admin-actions a:hover {
  text-decoration: underline; }

.hc-admin-link.hc-selected {
  z-index: 9999; }

.hc-admin-actions {
  position: absolute;
  background: #525252;
  bottom: 0;
  left: 23px;
  padding: 0 0 0 10px;
  z-index: 9999;
  width: 180px;
  border-radius: 3px 3px 3px 0;
  margin: 0; }
  @media (min-width: 480px) {
    .hc-admin-actions {
      width: 220px; } }
  @media (min-width: 768px) {
    .hc-admin-actions {
      width: 410px; } }
  @media (min-width: 960px) {
    .hc-admin-actions {
      width: 290px; } }

.hc-comment-actions .hc-admin-actions li {
  margin: 0;
  font-size: 11px;
  display: inline-block; }
  .hc-comment-actions .hc-admin-actions li a {
    font-size: 11px;
    line-height: 1.1;
    padding: 8px 5px;
    display: block; }
    .hc-comment-actions .hc-admin-actions li a:hover {
      background: #393939;
      text-decoration: none; }

.hc-sticky .hc-comment-text, .hc-sticky .hc-comment-text a {
  color: #fff; }

.hc-moderated .hc-comment-text {
  margin: 0; }

.hc-level-0 > .hc-comment-title {
  margin: 0; }

.hc-comment-title {
  background: #BCBCBC;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  padding: 15px 25px;
  margin: 0 0 10px 10px; }

.hc-comment-title.hc-sticky {
  background: #00744a; }

.hc-comment-title strong {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase; }

.hc-comments-widget .ui-tabs {
  padding: 0; }

.hc.comments-widget .ui-tabs .ui-tabs-nav li a {
  padding: 0.5em 5px;
  font-size: 92%; }

.hc-comments-widget .ui-widget {
  font-family: inherit;
  font-size: inherit; }

.hc-comments-widget .ui-widget-content {
  border: none; }

.hc-comments-widget .ui-tabs .ui-tabs-panel {
  padding: 0; }

.hc-comments-widget .ui-widget-content {
  border: none !important; }

.hc-comments-widget .ui-state-active,
.hc-comments-widget .ui-widget-content .ui-state-active,
.hc-comments-widget .ui-widget-header .ui-state-active {
  background-image: none !important;
  background-color: white !important; }

.hc-no-comments {
  margin: 10px 0;
  padding: 0 12px; }

.actions-wrapper {
  height: 32px;
  line-height: 32px; }
  .actions-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.hc-reply a, .hc-login-to-reply a {
  display: inline-block;
  color: #008f5b;
  padding: 0;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .hc-children .hc-reply a, .hc-children .hc-login-to-reply a {
    color: #b6b6b6; }

.hc-reply, .hc-login-to-reply {
  display: inline-block;
  float: right;
  margin-right: 18px; }

#hc_comments_widget div div ul {
  border-bottom: 0; }

.hc-reply a:hover, .hc-login-to-reply a:hover {
  color: #005c3b; }
  .hc-children .hc-reply a:hover, .hc-children .hc-login-to-reply a:hover {
    color: #008f5b; }

.hc-sticky .hc-permalink a {
  background: #008e5c; }

.hc-cancel-link {
  font-size: 11px; }

.hc-comment.hc-sticky .hc-thumb-total {
  color: #fff; }

.wp-smiley {
  vertical-align: middle; }

.hc-replies-disallowed {
  display: none; }

.hc-timeout-reached {
  background: #fff;
  padding: 12px 10px 0 10px;
  font-size: 11px;
  color: #777;
  margin-bottom: 0; }

.hc-view-all {
  text-align: center; }
  @media (min-width: 768px) {
    .hc-view-all {
      margin-right: 42px; } }

@media (min-width: 960px) {
  .no-touchevents .hc-comment .actions-wrapper .hc-show-hide, .no-touchevents .hc-comment .actions-wrapper .hc-admin-link, .no-touchevents .hc-comment .actions-wrapper .hc-permalink {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  .no-touchevents .hc-comment .actions-wrapper .hc-report-abuse {
    float: left;
    margin-right: 6px;
    top: 5px;
    position: relative; } }

@media (min-width: 960px) {
  .no-touchevents .hc-comment:hover .actions-wrapper .hc-show-hide, .no-touchevents .hc-comment:hover .actions-wrapper .hc-admin-link, .no-touchevents .hc-comment:hover .actions-wrapper .hc-permalink {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }

.author .profile {
  padding-top: 12px; }
  @media (min-width: 768px) {
    .author .profile {
      margin-left: 24px; } }

.profile .hc-badges {
  position: relative;
  display: block; }
  @media (min-width: 960px) {
    .profile .hc-badges {
      top: -7px; } }
  .profile .hc-badges li {
    margin-right: 6px; }

.hc-author-gravatar {
  float: left;
  max-width: 70px;
  max-height: 70px;
  margin: 0 12px 0 0; }
  @media (min-width: 768px) {
    .hc-author-gravatar {
      max-width: 90px;
      max-height: 90px;
      margin: 0; } }

.hc-author-header {
  min-height: 100px; }
  .hc-author-header h1 {
    font-size: 22px;
    line-height: 28px; }
  @media (min-width: 768px) {
    .hc-author-header {
      padding-left: 144px; }
      .hc-author-header h1 {
        font-size: 40px;
        line-height: 44px; } }
  .hc-author-header strong {
    display: block;
    float: left;
    margin-top: 12px;
    width: 100%; }
    @media (min-width: 768px) {
      .hc-author-header strong {
        float: none; } }

#hc_comments {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 10px; }

.hc-author-comments {
  padding-bottom: 36px; }
  .hc-author-comments h2 {
    margin: 0;
    padding: 12px 0; }

.hc-author-comments ol {
  padding: 0;
  margin: 0; }
  .hc-author-comments ol li {
    background: #fff;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    list-style-type: none; }
    .hc-author-comments ol li h3 {
      margin: 12px 0 0;
      font-size: 22px;
      line-height: 26px; }
      .hc-author-comments ol li h3 a {
        padding-right: 6px; }
    .hc-author-comments ol li .hc-date {
      font-size: 13px;
      padding: 0; }
    .hc-author-comments ol li .hc-comment-text {
      font-size: 15px;
      line-height: 24px; }

.hc-author-comments .hc-post-name {
  font-size: 11px;
  color: #777; }

.typo .hc-author-comments p {
  margin-top: 0; }

.hc-your-profile fieldset {
  border: 1px solid #ccc;
  padding: 10px; }

.hc-your-profile form,
.hc-your-profile fieldset,
.hc-your-profile fieldset div {
  margin: 10px 0; }

.hc-your-profile label {
  display: block; }

.hc-your-profile input[type="text"],
.hc-your-profile input[type="password"],
.hc-your-profile textarea,
.hc-your-profile #user_pass {
  border: 1px solid #ccc;
  width: 300px;
  padding: 5px; }

.hc-your-profile textarea {
  width: 500px; }

.hc-your-profile .tip {
  display: block;
  font-size: 11px;
  color: #777; }

.hc-your-profile label[for="change_profile_url"] {
  display: inline; }

.hc-your-profile label[for="mailing_list_optin"] {
  display: inline; }

.hc-your-profile label[for="personalised_ads"] {
  display: inline; }

.hc-your-profile label[for="notify_replies"] {
  display: inline; }

.hc-field-error {
  color: #f90; }

.hc-date {
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 11px;
  line-height: 16px;
  color: #c4c4c4;
  vertical-align: middle;
  height: 24px; }

.hc-level-1 .hc-date {
  color: #999; }

.hc-sticky > .hc-thumb-container {
  left: 18px;
  top: 70px; }

.hc-level-0 > .hc-sticky > .hc-thumb-container {
  left: 22px;
  top: 92px; }

#hc_comments .show-me {
  display: block !important; }

/* hot topics page */
.hc-ht-container table .comment-text {
  width: 500px;
}
.hc-ht-container table .author {
  width: 70px;
  text-align: center;
}
.hc-ht-container table .author img {
  display: inline;
  max-width: none;
}
.hc-ht-container .hc-paging {
  background: none;
}
.hc-ht-container .hc-disabled {
  color: #ccc;
}
@media screen and (max-width: 800px) {
  .page-id-32835 .inner { padding: 0; }
  .entry-content .hc-ht-container tr { border-color: #ccc; }
  .hc-ht-container thead { display: none; }
  .hc-ht-container tbody td { display: block; text-align: left; }
  .hc-ht-container table .comment-text { width: auto; }
  .hc-ht-container table .comment-text p { clear: left; margin: 0; }
  .hc-ht-container table .comment-text a { font-size: 150%; }
  .hc-ht-container table .author { float: left; margin: 10px 0; }
  .hc-ht-container table .date, .hc-ht-container table .replies { float: left; margin-right: 10px; }
  .hc-ht-container table .date { color: #555; }
  .hc-ht-container .replies a:before { content: 'Replies: '; }
}
/* end hot topics page */