.hub-top-bar {
  background: #2e3540;
  height: 40px;
  display: flex;
  align-items: center;
}
.hub-top-bar__content {
  color: #fff;
}
.hub-top-bar__content p {
  margin: 0;
}

.football-hub-navigation {
  width: 100%;
}
.football-hub-navigation__content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .football-hub-navigation__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.football-hub-navigation__menu {
  height: 55px;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 1000px) {
  .football-hub-navigation__menu {
    margin-left: 25px;
  }
}
.football-hub-navigation__menu::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  border: none;
}
.football-hub-navigation__menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.football-hub-navigation__menu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.football-hub-navigation__menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  white-space: nowrap;
  display: flex;
}
.football-hub-navigation__menu > ul > li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.football-hub-navigation__menu > ul > li.current-page-ancestor, .football-hub-navigation__menu > ul > li.active, .football-hub-navigation__menu > ul > li:hover {
  border-bottom: 4px solid #f60;
}
.football-hub-navigation__menu > ul > li.active > a {
  color: #f60;
}
.football-hub-navigation__menu > ul > li:last-child {
  border-right: none;
}
.football-hub-navigation__menu > ul > li > a {
  color: rgba(0, 0, 0, 0.6);
  padding: 16px 15px;
  letter-spacing: 0.3px;
  line-height: 100%;
  font-size: 1.25em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .football-hub-navigation__menu > ul > li > a {
    font-size: 1em;
  }
}.share-btn-icon {
  padding: 16px 0;
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
}

.share_btn_links.share_btn_links_center,
.share_btn_links.share_btn_network_align_center {
  text-align: center;
}

.share_btn_links {
  word-wrap: normal !important;
  clear: both;
  margin: 1em 0;
}

.share_btn_links.share_btn_width_flex ul {
  display: flex;
}

.share_btn_links li a .share_btn_network_name {
  font-size: 14px;
}

.share_btn_icon_facebook::before {
  content: "a";
}

.share_btn_icon_facebook-official::before {
  content: "b";
}

.share_btn_icon_facebook-square::before {
  content: "c";
}

.share_btn_icon_twitter::before {
  content: "d";
}

.share_btn_icon_twitter-square::before {
  content: "e";
}

.share_btn_icon_google::before {
  content: "f";
}

.share_btn_icon_pinterest-alt::before {
  content: "g";
}

.share_btn_icon_pinterest::before {
  content: "h";
}

.share_btn_icon_pinterest-square::before {
  content: "i";
}

.share_btn_icon_linkedin-square::before {
  content: "j";
}

.share_btn_icon_linkedin::before {
  content: "k";
}

.share_btn_icon_mail::before {
  content: "v";
}

.share_btn_icon_whatsapp::before {
  content: "J";
}

.share_btn_icon_gmail::before {
  content: "N";
}

.share_btn_icon_telegram::before {
  content: '"';
}

.share_btn_icon_youtube-play::before {
  content: "'";
}

.share_btn_icon_youtube::before {
  content: "(";
}

.share_btn_icon_skype::before {
  content: ")";
}

.share_btn_icon_messenger::before {
  content: "*";
}

.share_btn_links li,
.share_btn_links ul {
  padding-right: 0;
  padding-left: 0;
  list-style: none !important;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  line-height: 1em;
  text-transform: none;
  font-weight: 400;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share_btn_links li,
.share_btn_links li a,
.share_btn_links li a .share_btn_icon,
.share_btn_links li a .share_btn_network_name {
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  line-height: 1em;
  text-transform: none;
  padding: 0;
  background-image: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share_btn_links li a {
  margin: 2px 5px 2px 0;
  color: #fff !important;
  text-decoration: none;
  font-size: 100%;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.share_btn_links.share_btn_width_flex li {
  width: 100%;
}

.share_btn_links.share_btn_width_flex li.share_btn_link_less,
.share_btn_links.share_btn_width_flex li.share_btn_link_more,
.share_btn_links.share_btn_width_flex li.share_btn_link_more_dots,
.share_btn_links.share_btn_width_flex li.share_btn_totalcount_item {
  width: inherit;
}

.share_btn_links.share_btn_width_flex li.share_btn_link_less,
.share_btn_links.share_btn_width_flex li.share_btn_totalcount_item {
  margin: auto 0 !important;
}

.share_btn_links.share_btn_width_flex li.share_btn_totalcount_item .share_btn_totalcount.share_btn_t_l_big,
.share_btn_links.share_btn_width_flex li.share_btn_totalcount_item .share_btn_totalcount.share_btn_t_r_big {
  min-width: 80px;
}

.share_btn_links .share_btn_link_whatsapp a,
.share_btn_links .share_btn_link_whatsapp a:focus,
.share_btn_links .share_btn_link_whatsapp a:hover {
  background-color: #1d9e11 !important;
}

.share_btn_links .share_btn_link_twitter a,
.share_btn_links .share_btn_link_twitter a:focus,
.share_btn_links .share_btn_link_twitter a:hover {
  background-color: #00abf0 !important;
}

.share_btn_links .share_btn_link_google a,
.share_btn_links .share_btn_link_google a:focus,
.share_btn_links .share_btn_link_google a:hover {
  background-color: #ea4335 !important;
}

.share_btn_links .share_btn_link_facebook a,
.share_btn_links .share_btn_link_facebook a:focus,
.share_btn_links .share_btn_link_facebook a:hover {
  background-color: #3a579a !important;
}

.share_btn_links .share_btn_link_pinterest a,
.share_btn_links .share_btn_link_pinterest a:focus,
.share_btn_links .share_btn_link_pinterest a:hover {
  background-color: #cd1c1f !important;
}

.share_btn_links .share_btn_link_linkedin a,
.share_btn_links .share_btn_link_linkedin a:focus,
.share_btn_links .share_btn_link_linkedin a:hover {
  background-color: #127bb6 !important;
}

.share_btn_links .share_btn_link_gmail a,
.share_btn_links .share_btn_link_gmail a:focus,
.share_btn_links .share_btn_link_gmail a:hover {
  background-color: #dd4b39 !important;
}

.share_btn_links .share_btn_link_sms a,
.share_btn_links .share_btn_link_sms a:focus,
.share_btn_links .share_btn_link_sms a:hover {
  background-color: #4ea546 !important;
}

.share_btn_links .share_btn_link_telegram a,
.share_btn_links .share_btn_link_telegram a:focus,
.share_btn_links .share_btn_link_telegram a:hover {
  background-color: #08c !important;
}

.share_btn_links .share_btn_link_skype a,
.share_btn_links .share_btn_link_skype a:focus,
.share_btn_links .share_btn_link_skype a:hover {
  background-color: #00aff0 !important;
}

.share_btn_links .share_btn_link_messenger a,
.share_btn_links .share_btn_link_messenger a:focus,
.share_btn_links .share_btn_link_messenger a:hover {
  background-color: #0d87ff !important;
}

.share_btn_links .share_btn_link_sharebtn a,
.share_btn_links .share_btn_link_sharebtn a:focus,
.share_btn_links .share_btn_link_sharebtn a:hover {
  background-color: #2b6a94 !important;
}

.share_btn_links.share_btn_width_flex li a {
  width: 98%;
  white-space: nowrap !important;
}