@media (max-width: 575.98px) {
   body {
    overflow-x: hidden;
  }
}

body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 60px;
    font-size: 15px;
}

@media (min-width: 1200px) {
    body {
      padding-top: 80px;
    }
}
/* Grid */

.col-main,
.col-side {
  max-width: 748px;
}

@media (min-width: 1200px) {
  .col-main {
    max-width: 748px;
  }
  .col-side {
    max-width: 356px;
  }
}

@media (min-width: 576px){
  .card-columns {
      column-count: 2;
  }
}

@media (min-width: 768px){
  .card-columns {
      column-count: 3;
  }
  .md_no_margin {
      margin: 0 !important;
  }
}

/* Typography */

h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {

}

h1, .h1, h2, .h2 {
	font-family: "korolevmedium", sans-serif;
}

@media (max-width: 991.98px) {
  h1, .h1, h2, .h2 {
    font-size: 1.5rem;
  }
}

a {
  color: inherit;
}



.badge a,
#single_content a,
a:hover {
  color: #17a2b8;
}

.badge-orange {
  background-color: #ff9000;
  color: #fff;
}
.badge-forest {
  background-color: #1f7044;
  color: #fff;
}
.badge-grayscale {
  background-color: #d5d5d5;
  color: #888888;
}

.text-muted {
  color: #979ea5 !important;
}

.tag_cloud .badge {
  margin: .25rem;
  background-color: #e2e2e2;
  padding: .5rem;
}

.tag_cloud .badge-primary a,
.tag_cloud .badge-light a {
  color: #6c757d;
}

.flag:first-child {
  margin-right: .25rem;
}

#single_content h5,
#single_content .h5,
#single_content h6,
#single_content .h6 {
  font-weight: 700;
}

#single_content .wp-caption,
#single_content img {
  max-width: 100%;
  height: auto;
}

#single_content ul,
#single_content ol {
  margin-left: 1.5em;
}

#single_content .mc4wp-form {
  text-align: center;
}

#single_content .mc4wp-form h2 {
  display: none;
}

#single_content .badge.float-left {
  line-height: inherit;
}

#buddypress {
  overflow: hidden;
}

.wp-caption {
	color: #fff;
	position: relative;
  margin-bottom: 1rem;
}

.wp-caption img {
	display: block;
}

.wp-caption p {
	padding: .5rem;
	position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
}

.wp-caption-text,
.wp-caption p {
	font-size: .875rem;
	color: inherit;
}

.carousel-caption {
  padding: 1rem;
  bottom: 0;
  left:0;
  right:0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  text-align: left;
}

.carousel-caption .badge {
  font-size: inherit;
}

.carousel-control-prev,
.carousel-control-next {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 2rem;
  background-color: #fff;
  color: #000 !important;
  top: 40px;
}

.carousel-control-prev .zmdi,
.carousel-control-next .zmdi {
  margin: 0;
  font-size: 1.5rem;
}

.carousel-control-prev {
  left: 1rem;
  padding-right: 2px;
}

.carousel-control-next {
  right: 1rem;
  padding-left: 2px;
}

.h_medium {
  font-family: "korolevmedium", sans-serif;
  text-transform: uppercase;
}

.h_strong,
.wf_headline {
  font-family: "korolevbold", sans-serif;
  text-transform: uppercase;
}

.wf_headline {
  font-weight: 600;
  position: relative;
  overflow: hidden;
  clear: both;
  text-align: center;
  line-height: 1;
  margin: .5rem 0 1.5rem 0;
}

.wf_headline span {
  background-color: #f2f2f2;
  display: inline-block;
  position: relative;
  padding: 0 1.25rem;
  max-width: 95%;
  overflow: hidden;
}

.wf_headline:before {
  content: "";
  position: absolute;
  height: 3px;
  top: 50%;
  background-color: #fcc300;
  margin-top: -.15rem;
  left: 0;
  right: 0;
}

.zmdi {
  font-size: 1.25em;
  margin-right: .25rem;
  display: inline-block;
  vertical-align: middle;
}

.list-group-item {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.news_small_thumb {
  width: 5rem;
  height: auto;
  margin-right: .5rem;
}

.time_badge {
  width: 40px;
}

@media (min-width: 992px) {
  .time_badge {
    width: 50px;
  }
}

.list-group-item a,
.nav-pills a {
  color: inherit;
}

.event_nav {
  overflow-x: scroll;
}

.event_nav nav {
  display: inline-block;
}

/* Buttons */

.btn,
.badge,
.pagination {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.pagination .zmdi {
  line-height: .875em;
}

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

.btn-border {
  background: none;
  border: 2px solid;
}
.btn-border:hover {
  background: #ffc300;
  border-color: #ffc300;
}

/* Global element styling */

.cover {
  background: no-repeat center center;
  background-size: cover;
}

.truncate {
  width: 100%;
}

@media (min-width: 992px) {
  .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.content_box,
.bp-wrap {
  padding: 1rem;
}

/* Skyscrapers */
#skyscraper_parent {
  width: 160px;
  height: 100%;
  position: absolute;
  left:-160px;
  top:0;
}

#skyscraper_parent .skyscraper_wrapper {
  width: 160px;
  height: auto;
  overflow: hidden;
}

#skyscraper_parent .skyscraper_wrapper > div {
  float: right;
}

.sticky_ad {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

@media (min-width: 992px) {
  .content_box {
    padding: 1.5rem;
  }
}

.mm_container {
  text-align: center;
  line-height: normal;
}

.mm_container > * {
  display: block;
  margin: 0 auto;
}

@media (max-width: 322px) {

#single_content .mm_mobile_container {
  margin: 0 -2rem 0 -2rem;
}

}

/* Media list item */
.video_thumb {
  position: relative;
}
.video_thumb img {
  width: 100% !important;
}
.video_thumb::after {
  content: '';
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -20px 0 0 -20px;
	background-image: url(../img/website18/playbutton.png);
	background-size: 100% 100%;
	border-radius: 99px;
}

/* Header */

header .navbar {
  height: 60px;
  padding: 0;

  /* iOS Safari backwards compatibility */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

header .navbar-nav > li > a {
  font-family: "korolevmedium", sans-serif;
  text-transform: uppercase;
}

header > .container > .navbar {
  padding-left: 0;
  padding-right: 0;
}

header a {
  color: #000;
}

header .navbar-buttons a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 2rem;
  background-color: #fff;
  display: inline-block;
  margin-left: .25rem;
  color: #000;
}

header .navbar-toggler {
  padding: .5rem;
}

@media (max-width: 767.98px) {
  header .navbar .navbar-brand {
    max-width: 32px;
    overflow: hidden;
    vertical-align: middle;
  }
  header .navbar-nav > li:not(.dropdown) {
    border-bottom: 1px solid #e2e2e2;
  }
  header .navbar-nav > li:not(.dropdown) > a {
    position: relative;
  }
  header .navbar-nav > li:not(.dropdown) > a::after {
    content: '\f2fb';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    padding: inherit;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    font-size: 1.25em;
    color: #fcc300;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas_collapse {
    position: fixed;
    top: 60px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding: 1.5rem 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition-timing-function: cubic-bezier(.25,.8,.25,1);
    transition-duration: .3s;
    transition-property: left, visibility;
    font-size: 1.25rem;
  }
  .offcanvas_collapse.open {
    left: 0;
    visibility: visible;
  }
  .offcanvas_collapse a {
    color: #000 !important;
  }
}

@media (min-width: 1200px) {
    header .navbar {
      height: 80px;
    }
    header .navbar-nav > li > a:hover {
        color: #fff;
    }
    header .navbar-nav > li > a {
        font-size: 1rem;
    }
}

#search_form {
  display: none;
}

#search_form.open {
  display: block;
}

/* Featured News */

.mz_svg {
  width: 1.5rem;
  width: 1.5rem;
  left: 1.25rem;
  top: 1.25rem;
  position: absolute;
}

#breaking_thumb a {
    display: block;
    height: 100%;
    position: relative;
}

#breaking_thumb .cover {
  min-height: 240px;
}

#breaking_thumb .cover .mz_svg {
  width: 40px;
  height: 40px;
}

#breaking_thumb .content_box {
  bottom:0;
  left:0;
  position: absolute;
  background: rgba(0,0,0,0.6);
  padding: 1rem !important;
}

#breaking_thumb .badge,
#featured_news .badge {
  padding: 0;
  width: 100%;
  text-align: left;
}

#breaking_thumb h1 {
  line-height: 1;
  margin-bottom: 0;
}

#featured_news h3,
#featured_recent h3,
.date_break {
  font-family: "korolevmedium", sans-serif;
}

#featured_recent {
  border-top: 1px solid #e2e2e2;
}

#featured_recent a {
  color: inherit;
}

@media (min-width: 1200px) {
  #breaking_thumb .cover {
    height: 100%;
  }
}

/* Card Row */

.cards_container {
  width: 100%;
  overflow-x: scroll;
}

.cards_container .cards_wrapper {
  width: 400%;
  overflow: hidden;
}

.widget_related .cards_container .cards_wrapper {
  width: 200%;
}

.card {
  border: none;
}

.card_title {
  font-weight: 700 !important;
}

.cards_wrapper a:hover {
  color: #000;
}

@media (min-width: 768px) {
  .cards_container .cards_wrapper {
    width: 100% !important;
  }
  .cards_container {
    overflow: hidden;
  }
}

/* WF Gallery V3 */

.wf_gallery_carousel_container .carousel-control-prev,
.wf_gallery_carousel_container .carousel-control-next {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #fff;
    color: #000 !important;
    top: 50%;
    margin-top: -1.125rem;
}

.wf_gallery_carousel {
  background-color: #e2e2e2;
}

.wf_gallery_carousel img {
  max-height: 60vh;
}

.wf_gallery_carousel_thumb {
  border-bottom: .25rem solid #fff;
  height: 65px;
  cursor: pointer;
}

.wf_gallery_carousel_thumb.active {
  border-bottom: .25rem solid #ffc300;
}

@media (min-width: 1200px) {
  .wf_gallery_carousel_thumb {
    height: 80px;
  }
}

/* Comments */

.user_avatar {
  width: 60px;
  height: auto;
}

.comment_tools {
  margin-top: .25rem;
}

.comment_tools a {
  color: inherit;
}

.comment_tools .zmdi {
  margin-left: .125rem;
  font-size: 1rem;
  margin-top: -.5rem;
}

.comment {
  padding: 1rem;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}

.clicked_comment {
  animation: blinker .5s linear;
}

@keyframes blinker {
  50% {
    background-color: #ffc300;
  }
}

.comment:first-child {
  border: none;
}

.comment > .comment {
  padding-left: 0;
  margin: 0 -1rem 0 1.5rem;
}

.comment .comment-body + .comment {
  margin-top: 1rem;
}

.comment .comment-body {
  overflow: hidden;
}

.comment-reply-login {
  display: none;
}

.comment_quote {
  padding: .5rem;
  background-color: #f2f2f2;
  margin-bottom: .5rem;
  border: 1px solid #e2e2e2;
  border-radius: .25rem;
  font-size: .875rem;
}

@media (min-width: 992px) {
  #comments_container {
    padding: .5rem 0;
  }
  .comment > .comment {
    margin-left: 2rem;
  }
}

/* Archive */

#news_filter_form,
#calendar_filter_form {
  display: none;
}

#news_filter_form.open,
#calendar_filter_form.open {
  display: block;
}

.wf_kader {
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  padding: .875rem;
  margin-bottom: 1rem;
}

/* Featured video */
.embed-responsive-16by9 .bb_iawr {
  position: absolute !important;
  top:0;
  left:0;
}

/* Footer */

footer {
  padding: 80px 0;
  margin-top: 40px;
}

footer .list-group-item {
  border-color: #343a40;
}

footer .socials a {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	background: #ddd;
	line-height: 2rem;
	text-align: center;
	color: #fff;
}

footer .socials a .zmdi {
  margin: 0;
}

footer .socials a.facebook {
	background-color: #3b5998;
}
footer .socials a.twitter {
	background-color: #1da1f2;
}
footer .socials a.youtube {
	background-color: #ff0000;
}
footer .socials a.rss {
	background-color: #f26522;
}

footer ._form {
  text-align: center !important;
}

footer ._form ._form-content ._form-label {
  display: none !important;
}

@media (min-width: 668px) {
  footer ._form ._form_element {
    min-width: 320px;
  }
}

footer ._form ._field-wrapper {
  width: calc(100% - 10px);
}

footer ._form ._field-wrapper,
footer ._form ._button-wrapper {
  margin:5px 0 !important;
  display: inline-block !important;
}

footer ._form input,
footer ._form ._submit {
  padding: 11px 16px !important;
  font-size: 1em !important;
}

footer ._form input {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 667px) {
  footer ._form ._field-wrapper,
  footer ._form ._button-wrapper,
  footer ._form ._submit {
    display: block !important;
    width: 100% !important;
  }

  footer ._button-wrapper {
    margin-top: 0 !important;
    transform: translateY(-10px);
  }
}

/* BBpress Forums */

#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	margin-bottom: 0;
	overflow: hidden;
	font-size: 1rem;
  border: none;
}

#bbpress-forums div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#bbpress-forums a {
  color: inherit;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
#bbpress-forums .bbp-forums-list li,
div.bbp-breadcrumb,
div.bbp-topic-tags,
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author  {
    font-size: 80%;
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background-color: #f8f8f8;
  border: none;
  font-size: 80%;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  margin: 12px auto;
}

@media only screen and (max-width: 480px) {
  #bbpress-forums div.bbp-reply-author img.avatar {
    width: 40px
  }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    padding-left: 60px;
    min-height: 70px;
    padding-top: 12px;
    font-size: 1rem;
  }
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #fff;
}

#bbpress-forums fieldset.bbp-form {
  border: none;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 120px;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
  width: 100%;
  text-align: left !important;
}

#bbpress-forums #bbp-your-profile .bbp-form {
  padding: 0 !important;
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  width: 100% !important;
}

/* Live Chat */
#__cr_container {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

#__cr {
  width: 100%;
  margin: auto;
}
#__cr .message_window {
  height: 400px;
  overflow-y: scroll;
  position: relative;
}
#__cr .message_window .message_list {
  display: flex;
  flex-direction: column-reverse;
}
#__cr .message_window .message_list li:last-child {
  border: none;
}
#__cr .loading_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#__cr .message h5 {
  font-size: .75rem;
  font-weight: bold;
}
#__cr .message p {
  white-space: pre-wrap;
}
#__cr .message .text-danger {
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}
#__cr.is_admin .message:hover .text-danger {
  display: inline-block;
}
#__cr.is_admin .message:hover h5,
#__cr.is_admin .message:hover small{
  display: none;
}
#__cr .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #f4f4f4; /* Light grey */
  border-top: 5px solid #0587c3; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: -30px 0 0 -30px;
  clear: both;
}
#__cr_toggle {
  width: auto;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 2rem;
  display: none;
  bottom: 20px;
  left: 20px;
  position: fixed;
  z-index: 999;
  padding: 0 1rem;
  text-transform: uppercase;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 991.98px) {
  #__cr_container {
    position: fixed;
    top: 80px; /* Height of navbar */
    bottom: 0;
    right: 100%;
    width: 100%;
    z-index: 25;
    overflow-y: auto;
    visibility: hidden;
    transition-timing-function: cubic-bezier(.25,.8,.25,1);
    transition-duration: .3s;
    transition-property: right, visibility;
    margin-bottom: 0 !important;
  }
  #__cr .message_window {
    height: 320px;
    height: 60vh;
    overflow-y: scroll;
    position: relative;
  }
  body.chat_open #__cr_container {
    right: 0;
    visibility: visible;
  }
  body.chat_open {
    overflow: hidden !important;
  }
  #__cr_toggle {
    display: block;
  }
  body.chat_open #__cr_toggle {
    bottom: auto;
    top: 90px;
    left: 20px;
  }
}

/* Live Blogs */

.live_post .live_post_title h4 {
  font-weight: bold;
}

#single_content .peloton-distance img {
  height: 36px;
  width: auto;
}

.peloton-distance .yellow-line {
  flex: 1;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: #ffc300 6px solid;
}

@media (min-width: 992px) {

  #live_events .badge {
    font-size: 0.875rem;
    margin-right: .5rem;
  }

}

/* Race Profile */
.race_profile {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.race_profile img {
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
}

.race_profile_progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: width 500ms ease-out;
  transition-delay: 1.5s;
}

/* Polls */

.wp-polls .Buttons,
.wp-polls a {
  display: block !important;
  width: 100%;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
}

.wp-polls a {
  background-color: #f3f6f8;
}

.wp-polls .Buttons {
  background-color: #17a2b8;
  color: #fff;
}

.wp-polls p {
  margin-bottom: .5rem;
}

.wp-polls ul {
  margin: .5rem auto 1rem auto;
}

.wp-polls .pollbar {
  margin: .25rem 0;
  font-size: 6px;
  line-height: .6rem;
  height: .6rem;
  border: none;
  border-radius: .25rem;
}

/* Polldaddy */
.PDS_Poll .pds-box,
.PDS_Poll .pds-answer-feedback {
  border:none !important;
  font-size: inherit !important;
  width: 100% !important;
}

.CSS_Poll,
.PDS_Poll {
  width: 100%;
}

.PDS_Poll .pds-input-label {
  width: auto !important;
}

.PDS_Poll .pds-box-outer {
  padding: 0 !important;
}

.PDS_Poll .pds-question-top {
  font-size: inherit !important;
}

.PDS_Poll .pds-question-top img {
  width: 100%;
  height: auto;
}

.PDS_Poll .pds-answer-group {
  padding: 0 !important;
}

.PDS_Poll .pds-links {
  padding-top: 0 !important;
}

.PDS_Poll .pds-vote {
  text-align: center;
}

.PDS_Poll .pds-links a,
.PDS_Poll .pds-links-back a,
.PDS_Poll .pds-vote-button {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
  background-color: #f3f6f8;
  background-image: none !important;
  margin-top: .25rem;
}

.PDS_Poll .pds-vote-button {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

.PDS_Poll .pds-answer-feedback-bar {
    font-size: 2px !important;
    background: #fcc300 !important;
    height: .875rem !important;
}

.PDS_Poll .pds-pd-link {
  display: none !important;
}

/* Language Switch */

.wf_languages_wrapper {
  height: 1.5rem;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 80%;
}

.wf_languages {
  width: auto;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: .25rem;
  background: rgba(255,255,255,0.5);
}

.wf_languages_wrapper:hover {
  overflow: visible;
}

.wf_languages_wrapper:hover .wf_languages {
  background: rgba(255,255,255,1);
  height: 3rem;
}

.wf_languages .wf_lang {
  width: 100%;
  height: 1.5rem;
}

.wf_languages .wf_lang a:hover {
  text-decoration: none;
}

.wf_languages .wf_lang:not(:first-child) {
  border-top: 1px solid #ddd;
}

.wf_languages .wf_lang .flag {
  margin-bottom: -1px;
}

/* Mailchimp */

.mc4wp-form .btn {
  vertical-align: top;
}

.mc4wp-alert {
  margin-top: 1rem;
}

.unibet-billboard-link:hover {
  text-decoration: none;
  color: #fff;
}

.unibet-billboard {
  background-color: #fff;
  color: #fff;
  padding: .75rem 1rem;
  border: 1px solid #e2e2e2;
  position: relative;
}

.bingoal-billboard {
  background-color: #222;
  padding: .75rem 1rem;
  position: relative;
  color: #fff;
}

.unibet-billboard:hover {
  background-color: #e3fbe6;
}

.unibet-billboard img,
.bingoal-billboard img {
  width: 20%;
  height: auto;
  float:right;
  display: block;
}

.unibet-billboard .h3,
.bingoal-billboard .h3 {
  color: inherit;
  margin-bottom: .75rem !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-top: .5rem;
  display: block;
}

.bingoal-billboard .h3 {
  color: #fff !important;
}

.unibet-billboard p {
  margin: 0 !important;
}

.unibet-billboard ul,
.unibet-billboard ol {
  list-style-type: none;
  margin: 0 !important;
  width: 100%;
  display: block;
  text-align: center;
  clear: both;
}

.bingoal-billboard ul,
.bingoal-billboard ol {
  list-style-type: none;
  margin: 1.5rem 0 0 0 !important;
  width: 100%;
  display: block;
  text-align: center;
  clear: both;
}

.unibet-billboard ul li,
.unibet-billboard ol li {
  display: inline-block;
  background: #147b45;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: .5rem 1rem;
  margin: .2rem;
  font-size: .75rem;
}

.bingoal-billboard ul li,
.bingoal-billboard ol li {
  display: inline-block;
  background: #e2001a;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: bold;
  padding: .25rem .5rem;
  width: 25%;
  border: 2px solid #222;
  vertical-align: middle;
}

.bingoal-billboard ul li:last-child,
.bingoal-billboard ol li:last-child {
  background: #fceabb; /* Old browsers */
  background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  padding: .5rem 0;
}

.bingoal-billboard ul li span,
.bingoal-billboard ol li span {
  display: block;
  font-size: 1.5em;
  line-height: 1.5rem;
  margin-top: -.2rem;
}

.unibet-billboard ul li:hover,
.unibet-billboard ol li:hover {
  background: #147b45;
}

.bingoal-billboard ul li:not(:last-child):hover,
.bingoal-billboard ol li:not(:last-child):hover {
  background: #fff;
  color:#000;
}

@media (max-width: 767.98px) {
  .unibet-billboard,
  .bingoal-billboard {
    text-align: center;
  }
  .unibet-billboard img,
  .bingoal-billboard img {
    width: 40%;
    margin: 0 29% .5rem;
    float:none;
    display: inline-block;
  }
  .unibet-billboard ul li,
  .unibet-billboard ol li {
    width: 70%;
  }

  .bingoal-billboard ul li,
  .bingoal-billboard ol li {
    width: 100%;
    margin: .2rem 0;
  }
}

.wf-tag-shirt {
  width: 20%;
  height: auto;
  float: right;
}

.wf-tag-shirt img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 1rem 1rem 1rem;
}

body:not(.logged-in) .wf-users-only {
  display: none;
}

#local_navigation {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top:60px;
  z-index: 2;

  background: #fff;
  color: #979ea5;
  min-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 1200px) {
  #local_navigation {
    top:80px;
  }
}

#local_navigation .local_nav_toggle {
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "korolevmedium", sans-serif;
  text-transform: uppercase;
}

#local_navigation .local_nav_links {
  display: none;
  width: 100%;
}

#local_navigation .local_nav_links .nav-link {
  padding: 0 20px;
  border-radius: 0;
}

#local_navigation .local_nav_links .nav-link.active {
  color: #000;
  font-weight: bold;
}

@media (min-width: 576px) {
  #local_navigation .local_nav_links {
    display: block !important;
    font-family: "korolevmedium", sans-serif;
    text-transform: uppercase;
    text-align: center;
  }
}

#local_navigation .local_nav_links .nav-item {
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
}

@media (min-width: 576px) {
  #local_navigation .local_nav_links .nav-item {
    width: auto;
    display: inline-block;
    float: none;
  }
}

.folded_posts {
  height: 0;
  overflow: hidden;
}

.folded_posts.unfolded {
  height: auto;
  overflow: visible;
}

#wf_user_notes {
  font-size: 80%;
}

.wf_authorpic {
  display: inline-block;
  width: 80px;
  height: auto;
  overflow: hidden;
}

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

.wf_author_social {
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 2rem;
  background-color: #000;
  display: inline-block;
  margin-right: .25rem;
  color: #fff;
}

.wf_author_social .zmdi {
  margin: 0;
  font-size: 1rem;
}

#sponsors {
  text-align: center;
}

.side_sponsor {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .side_sponsor {
    margin: 0 3px 10px 3px;
    max-width: 80px;
  }
}

@media (min-width: 576px) {  }

@media (min-width: 768px) {  }

@media (min-width: 992px) {  }

@media (min-width: 1200px) {  }

@media (max-width: 575.98px) {  }

@media (max-width: 767.98px) {  }

@media (max-width: 991.98px) {  }

@media (max-width: 1199.98px) {  }

.elb-liveblog-list {
  margin-left: 0 !important;
}

.elb-liveblog-post-sharing {
  display: flex;
}

.elb-liveblog-post-sharing a {
  margin-right: 5px;
}

.elb-theme-light .elb-liveblog-post::before {
  background-color: #FCC300 !important;
  border: 3px solid #FCC300 !important;
}

.elb-button {
  background-color: #FCC300;
  color: #212529 !important;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  padding: .375rem .75rem;
  display: inline-block;
}

.elb-button:hover {
 cursor: pointer;
 background-color: #d9a600;
}

.toto-billboard {
  background: no-repeat center bottom;
  background-size: cover;
  background-color: #00752D;
  background-image: url(../img/toto-bg.jpg);
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  position: relative;
  font-family: 'UniformCondensed-Bold', 'korolevbold', sans-serif;
}

.toto-billboard-link:hover {
  text-decoration: none;
}

.toto-billboard img {
  width: 10%;
  height: auto;
  top: 1.5rem;
  left: 1.5rem;
  position: absolute;
}

.toto-billboard img.toto-small-logo {
  width: 50px;
  right: 1.5rem;
  left: auto;
}

.toto-billboard .toto-billboard-title {
  padding: 0 15%;
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.toto-billboard .toto-billboard-quotes {
  margin: 0 -.5rem;
}

.toto-billboard .toto-billboard-quotes .toto-button {
  background: linear-gradient(82.55deg,#ff6b00 40.51%,#ff3d00 97.84%);
  border-radius: 4px;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.625rem 0.625rem 0.25rem 0.625rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: .5rem;
  line-height: 1.75em;
  height: 100%;
  flex: 1 1 0px;
  white-space: nowrap;
}

.toto-billboard .toto-billboard-quotes .toto-button small {
  font-size: .75rem;
  display: block;
  font-family: 'UniformCondensed-Bold', 'korolevmedium', sans-serif;
}

.toto-billboard .toto-billboard-quotes .toto-button:hover {
  background: #db5a00;
}

.toto-billboard .toto-billboard-quotes .toto-button span {
  display: block;
  font-size: 1.25rem;
}

@media (max-width: 575.98px) {
  .toto-billboard {
    padding: 1rem 1rem 0.5rem 1rem;
  }
  .toto-billboard .toto-billboard-title {
    font-size: 1.5rem;
  }
  .toto-billboard .toto-billboard-quotes .toto-button {
    font-size: 0.5rem;
  }
}

/**
 * Read more
 */
.wf-read-more-article .wf-read-more-article-thumbnail {
    width: 80px;
    background-color: #eee;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.wf-read-more-article .wf-read-more-article-title {
    font-size: 15px;
}

.wf-read-more-article .wf-read-more-article-badge {
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .wf-read-more-article .wf-read-more-article-title {
        font-size: 20px;
    }

    .wf-read-more-article .wf-read-more-article-thumbnail {
        width: 170px;
        min-height: 100px;
    }

    .wf-read-more-article .wf-read-more-article-badge {
        font-size: 14px;
    }
}

/**
 * Blog updates
 */
.wf-update-blogs-wrapper {
    border-left: 1px dotted #bbb;
    padding: 20px 0;
}

.wf-update-blogs-update {
    position: relative;
    margin-left: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.wf-update-blogs-update:last-of-type {
    margin-bottom: 0;
}

.wf-update-blogs-update-content {
    margin: 20px 0;
}

.wf-update-blogs-update time {
    color: #666;
    font-size: 75%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.wf-update-blogs-update h2 {
    padding-top: .6em !important;
    font-size: 22px !important;
    margin-top: 0 !important;
    font-weight: bold;
}

.wf-update-blogs-update:before {
    background-color: #FCC300;
    border: 3px solid #FCC300;
    content: '';
    display: block;
    position: absolute;
    left: -46px;
    top: 9px;
    width: 11px;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    border-radius: 50%;
}

.wf-update-blogs-update-sharing {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wf-update-blogs-update-sharing a {
    color: #bbb !important;
}

.wf-update-blogs-update-sharing a:hover {
    color: #666 !important;
}

.wf-update-blogs-update-comments-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.wf-update-blogs-update-comments-link:hover {
    text-decoration: underline;
}
