@font-face {
  font-family: 'Secular One';
  src: url("../../assets/fonts/SecularOne-Regular.woff2") format("woff2"), url("../../assets/fonts/SecularOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("../../assets/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../assets/fonts/OpenSans-Light.woff2") format("woff2"), url("../../assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("../../assets/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../assets/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../../assets/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(var(--fade-up-position));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(var(--fade-up-position));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

* {
  min-width: 0;
}

embed,
iframe,
img,
object {
  max-width: 100%;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-appearance: none;
  font-family: "Open Sans";
  font-size: 1.6rem;
  line-height: 1;
  direction: rtl;
  color: #525252;
}

img {
  width: auto;
  height: auto;
}

.ltr {
  direction: ltr;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #141414;
  font-family: "Secular One";
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 4rem;
}

h3,
h4 {
  line-height: 32px;
  font-size: 2.4rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

.bold {
  font-weight: 600;
}

#site-wrap {
  position: relative;
  min-height: 100%;
}

.block-container,
.container,
.wp-block-columns {
  max-width: 1460px;
}

.block-container.container-md,
.container.container-md,
.wp-block-columns.container-md {
  max-width: 1020px;
}

.section-padd {
  padding: 48px 0 96px;
}

.block-container,
.wp-block-columns {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-columns {
  margin: auto auto 0;
}

.wp-block-columns .block-container {
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

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

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
  }
  100% {
    transform: rotate(360deg);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.fade-in {
  opacity: 0;
  transition: all 0.5s ease;
}

.edit-post {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 5px;
  background: #eee;
}

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

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

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.cols {
  display: flex;
}

.entry-text-wrap p {
  margin-bottom: 30px;
}

.entry-content {
  line-height: 1.35;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
  margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
  padding-right: 40px;
  list-style-position: outside;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content em {
  font-style: italic;
}

.entry-content img {
  height: auto;
}

.entry-subtitle,
.entry-text {
  display: block;
}

.iframe-wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.entry-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none;
  font-family: "Secular One";
  cursor: pointer;
  border: none;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
  opacity: 0.9;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select,
textarea {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  padding: 0 10px;
  font-family: "Open Sans";
  background-color: transparent;
  font-size: 24px;
  color: #ffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #f57c14;
}

textarea {
  height: 80px;
  padding: 10px;
}

[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration {
  display: none;
}

[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

[type="checkbox"] + .wpcf7-list-item-label:before {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  content: "";
  background: transparent;
  border: 1px solid white;
}

[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  color: white;
  content: "\2713";
}

.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"] {
  direction: rtl;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.btn {
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 4px;
  padding: 0 25px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Secular One";
  background-color: transparent;
}

.btn svg {
  margin-right: 18px;
}

.btn svg path {
  transition: all 0.5s ease;
}

.btn.loading {
  color: transparent !important;
}

.btn.loading:after {
  background-position: center 17px;
}

.btn.share {
  border: 2px solid #fff;
  width: 56px;
  padding: 0;
}

.btn.share svg {
  margin: 0;
}

.btn.share:hover {
  background-color: #fff;
  color: #f57c14;
}

.btn.share:hover svg path {
  fill: #f57c14;
}

.btn.white {
  color: #fff;
  border: 2px solid #fff;
}

.btn.white:hover {
  background-color: #fff;
  color: #f57c14;
}

.btn.white:hover svg path {
  fill: #f57c14;
}

.btn.orange-bordered {
  color: #f57c14;
  border: 2px solid #f57c14;
}

.btn.orange {
  background-color: #f57c14;
  color: #fff;
}

.btn.orange:hover {
  background-color: #fff;
  color: #f57c14;
}

.btn.orange:hover svg path {
  fill: #f57c14;
}

.hide-desktop {
  display: none;
}

.wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  padding: 0;
  margin: 0;
  clear: both;
  border: none;
  padding: 16px;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #a80000;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  color: green;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid {
  border-color: #a80000 !important;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-form .label {
  display: block;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
  cursor: pointer;
}

.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label .entry-text {
  color: #fff;
}

.wpcf7 .wpcf7-form .submit-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 0 16px;
  width: 100%;
}

.wpcf7 .wpcf7-form .submit-wrap a:first-child {
  margin-left: 32px;
}

.wpcf7 .wpcf7-form .submit-wrap .ajax-loader {
  position: absolute;
  top: 100%;
  left: 0;
}

.input-wrap {
  margin-bottom: 48px;
  width: 100%;
  padding: 0 16px;
}

.input-wrap label {
  font-family: "Secular One";
  color: #707070;
  font-size: 14px;
}

.input-wrap.half {
  width: 50%;
}

body {
  padding-top: 96px;
}

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

body.locked {
  overflow: hidden;
  height: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.site-header .header-desktop {
  width: 100%;
  background-color: #141414;
  height: 96px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-header .header-desktop button {
  background-color: transparent;
}

.site-header .site-logo img {
  max-width: 100%;
}

@keyframes menuFirstUp {
  0%,
100% {
    height: 30%;
  }
  50% {
    height: 100%;
  }
}

@keyframes menuMiddleUp {
  0%,
100% {
    height: 100%;
  }
  33% {
    height: 30%;
  }
  66% {
    height: 60%;
  }
}

@keyframes menuLastUp {
  0%,
100% {
    height: 50%;
  }
  33% {
    height: 100%;
  }
  66% {
    height: 20%;
  }
}

.menu-btn {
  background-color: transparent;
  padding: 0;
  color: #fff;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 60px;
  font-size: 16px;
}

.menu-btn.active svg {
  opacity: 1;
}

.menu-btn.active .icon {
  opacity: 0;
}

.menu-btn:hover:not(.active) .line {
  animation: menuMiddleUp 2s 1;
}

.menu-btn:hover:not(.active) .line:first-child {
  animation: menuFirstUp 2s 1;
}

.menu-btn:hover:not(.active) .line:last-child {
  animation: menuLastUp 2s 1;
}

.menu-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-btn .icon-wrap {
  position: relative;
  margin-right: 10px;
  height: 100%;
}

.menu-btn .icon-wrap .icon {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 18px;
  height: 100%;
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.menu-btn .icon-wrap .line {
  display: inline-block;
  background-color: #f57c14;
  width: 2px;
  height: 100%;
}

.menu-btn .icon-wrap .line:last-child {
  height: 50%;
}

.menu-btn .icon-wrap .line:first-child {
  height: 30%;
}

.block-header-image {
  background: #141414;
  height: 536px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.block-header-image.block .entry-image {
  position: absolute;
}

.block-header-image.block .entry-image:after {
  content: "";
  position: absolute;
  right: -10%;
  top: 0;
  height: 100%;
  width: 34%;
  background: linear-gradient(270deg, #141414 30%, rgba(255, 255, 255, 0) 100%);
}

.block-header-image .entry-image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50%;
  height: 100%;
}

.block-header-image .wrap {
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.block-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-header-image path {
  fill: #fff;
}

.block-header-image .entry-text {
  margin-bottom: 24px;
  color: #3d3d3d;
  font-size: 24px;
}

.block-header-image .entry-title {
  font-size: 64px;
  margin-bottom: 48px;
  font-family: "Secular One";
  color: #fff;
}

.block-header-image .entry-label {
  font-size: 40px;
  font-family: "Secular One";
  color: #fff;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}

.block-header-image .entry-label svg {
  position: relative;
  margin-left: 10px;
  margin-right: -30px;
}

.show-header {
  background-color: #e1e1e1;
}

.show-header .wrap {
  padding-right: 30px;
}

.show-header .entry-image {
  bottom: 0;
  height: auto;
  left: 20%;
}

.show-header path {
  fill: #292929;
}

.show-header .entry-label {
  color: #292929;
}

.show-header .entry-label svg {
  position: relative;
  margin-right: -30px;
}

.show-header .entry-title {
  color: #141414;
  z-index: 2;
  position: relative;
}

.show-header .socials {
  padding-top: 6px;
}

.show-header .socials a {
  margin: 0 12px;
}

.show-header .socials a:first-child {
  margin-right: 0;
}

.overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.main-navigation-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #141414;
  padding: 48px 0 96px;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  transform: translateY(-100%);
  visibility: hidden;
  z-index: -1;
}

.main-navigation-wrap.active {
  transform: translateY(0);
  visibility: visible;
}

.main-navigation-wrap.active .mega-menu-wrap {
  transform: translateY(0);
}

.main-navigation-wrap .main-navigation {
  max-width: 370px;
  width: 100%;
  background-color: #141414;
  z-index: 2;
  position: relative;
}

.main-navigation-wrap .main-navigation:before {
  content: "";
  position: absolute;
  left: 0;
  width: 300%;
  background-color: #141414;
  top: -48px;
  height: calc(100% + 96px);
  z-index: -1;
}

.main-navigation-wrap .main-navigation .menu > li {
  position: relative;
  margin-bottom: 48px;
}

.main-navigation-wrap .main-navigation .menu > li:last-child {
  margin-bottom: 0;
}

.main-navigation-wrap .main-navigation .menu > li > a {
  font-family: "Secular One";
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  -webkit-transition: all 0.5 ease;
  -moz-transition: all 0.5 ease;
  -ms-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
  transition: all 0.5 ease;
  opacity: 0.5;
}

.main-navigation-wrap .main-navigation .menu > li > a svg {
  margin-left: 10px;
  width: 20px;
}

.main-navigation-wrap .main-navigation .menu > li > a svg path,
.main-navigation-wrap .main-navigation .menu > li > a svg rect {
  -webkit-transition: all 0.5 ease;
  -moz-transition: all 0.5 ease;
  -ms-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
  transition: all 0.5 ease;
  fill: #fff;
}

.main-navigation-wrap .main-navigation .menu > li.current > a, .main-navigation-wrap .main-navigation .menu > li:hover > a {
  opacity: 1;
  color: #f57c14;
}

.main-navigation-wrap .main-navigation .menu > li.current > a svg path,
.main-navigation-wrap .main-navigation .menu > li.current > a svg rect, .main-navigation-wrap .main-navigation .menu > li:hover > a svg path,
.main-navigation-wrap .main-navigation .menu > li:hover > a svg rect {
  fill: #f57c14;
}

.header-box-wrap {
  flex: 1;
}

.toggle-icon {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle-icon svg {
  margin: 0 !important;
}

.mega-menu-wrap {
  position: relative;
  transform: translateY(10px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mega-menu-wrap .btn-next svg rect,
.mega-menu-wrap .btn-prev svg rect {
  fill: transparent;
}

.toggle-box {
  transition: all 0.7s ease;
  transform: translateY(calc(100% + 96px));
}

.toggle-box.locations {
  position: absolute;
  width: calc(100% - 370px);
  height: 100%;
  left: 0;
}

.toggle-box.slider {
  transform: translateY(calc(-100% - 48px));
}

.toggle-box.active {
  transform: translateY(0);
}

.entry-locations-wrap {
  height: 100%;
  overflow: auto;
  /* Track */
  /* Handle */
}

.entry-locations-wrap::-webkit-scrollbar {
  width: 10px;
}

.entry-locations-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
}

.entry-locations-wrap::-webkit-scrollbar-thumb {
  background: #f57c14;
  border-radius: 10px;
}

.entry-locations {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 20px 0 0;
}

.entry-locations li {
  flex: 0 0 25%;
  position: relative;
  margin-bottom: 48px;
}

.entry-locations li:hover a {
  color: #f57c14;
  opacity: 1;
}

.entry-locations li:hover a:after {
  opacity: 1;
  transform: translate(0, -50%);
}

.entry-locations li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  opacity: 0.8;
  color: #fff;
}

.entry-locations li a:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f57c14;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(-2px, -50%);
}

.header-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 32px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  transform: translateY(-100%);
  visibility: hidden;
  z-index: -1;
}

.header-search.active {
  transform: translateY(0);
  visibility: visible;
}

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

.header-search form.search label {
  font-family: "Secular One";
  font-size: 14px;
  color: #707070;
}

.header-search form.search .search-input {
  height: 100%;
  border: 0;
  padding: 8px 0;
  font-size: 20px;
  border-bottom: 1px solid #f57c14;
  color: #141414;
}

.header-search form.search .search-input:focus {
  outline: none;
}

.header-search form.search .search-clear {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-results {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0 48px;
  margin: 0 -15px;
}

.search-error {
  padding: 0 15px;
}

#content.loading:after {
  max-height: 100vh;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 100px;
  z-index: 999;
}

.loading {
  position: relative;
}

.loading:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../assets/img/loader.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.entry-search {
  padding: 0 15px;
  flex: 0 0 33.33%;
  margin-bottom: 20px;
  text-align: right;
}

.entry-search a {
  display: flex;
}

.entry-search .post-thumbnail {
  flex: 0 0 96px;
  height: 96px;
  margin-left: 24px;
  border-radius: 8px;
  overflow: hidden;
}

.entry-search .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.entry-search .entry-title {
  color: #f57c14;
  line-height: 1;
}

.search-text {
  display: block;
  margin-top: 36px;
  color: #292929;
}

.fade-up {
  opacity: 0;
  animation: fade-up 0.4s forwards cubic-bezier(0.5, 1, 0.89, 1) var(--animation-delay);
  will-change: transform;
  --fade-up-position: 32px;
}

.btn-search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer {
  color: rgba(255, 255, 255, 0.6);
  background-color: #141414;
  padding: 96px 0 88px;
}

.site-footer .logo-col {
  max-width: 235px;
}

.site-footer .logo-col img {
  max-width: 117px;
}

.site-footer .footer-cols {
  justify-content: space-between;
}

.site-footer .entry-title {
  color: #f57c14;
  font-size: 24px;
  margin-bottom: 24px;
}

.site-footer .menu {
  font-size: 20px;
}

.site-footer .menu li {
  margin-bottom: 24px;
}

.site-footer .menu li:hover a {
  color: #fff;
}

.site-footer .menu li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-footer .menu li:last-child {
  margin-bottom: 0;
}

.site-footer .entry-text {
  margin-top: 16px;
  line-height: 24px;
}

.breadcrumbs-section {
  background-color: #141414;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.breadcrumbs-section .breadcrumbs {
  color: #ffffff;
  opacity: 0.4;
}

.breadcrumbs-section .breadcrumbs a {
  margin-left: 16px;
}

.breadcrumbs-section .breadcrumbs > span > span > span,
.breadcrumbs-section .breadcrumbs .breadcrumb_last {
  margin-right: 16px;
}

.socials {
  justify-content: center;
}

.socials a {
  margin: 0 16px;
}

.socials a:hover path {
  fill: #f57c14;
}

.socials path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-top {
  margin-bottom: 104px;
}

.footer-bottom .cols {
  justify-content: center;
}

.footer-bottom .cols a {
  text-align: left;
}

.footer-bottom .cols > * {
  flex: 0 0 33.33%;
}

.error-404 {
  padding: 240px 0 500px;
  text-align: center;
}

.error-404 .entry-title {
  margin: 50px 0 0;
  font-size: 64px;
}

.error-404 .entry-text {
  margin-bottom: 24px;
  font-size: 24px;
  color: #141414;
}

.icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.icon-title svg {
  margin-left: 10px;
}

.icon-title svg path {
  fill: #141414;
}

.title-medium {
  font-size: 24px;
}

.title-large {
  font-size: 64px;
}

.block-text {
  padding: 96px 0;
  font-size: 32px;
  line-height: 48px;
}

.block-text .entry-text-wrap {
  max-width: 1195px;
  margin: 0 auto;
  color: #292929;
}

.block-page-title {
  padding-top: 96px;
}

.block-page-title .entry-title {
  font-size: 40px;
}

.block-page-title svg {
  width: 20px;
}

.block-countdown .d-flex {
  align-items: center;
}

.block-countdown .entry-title {
  padding-right: 30px;
  flex: 1;
}

.block-countdown .countdown-wrap {
  max-width: 700px;
  width: 100%;
  margin-right: 80px;
}

.block-contact-page {
  padding: 96px 0;
  position: relative;
  background-color: #1b191c;
}

.block-contact-page .entry-wrap {
  padding-right: 30px;
  max-width: 500px;
  margin-left: auto;
  z-index: 2;
  position: relative;
}

.block-contact-page .entry-text {
  color: #707070;
  font-size: 24px;
  margin-bottom: 40px;
}

.block-contact-page .entry-title {
  color: #fff;
  font-size: 40px;
}

.block-contact-page .entry-title svg {
  position: relative;
  margin-right: -30px;
}

.block-contact-page .entry-title svg path {
  fill: #fff;
}

.block-contact-page .entry-label {
  color: #fff;
  font-family: "Secular One";
}

.block-contact-page .entry-image {
  position: absolute;
  left: 20%;
  height: 100%;
  bottom: 0;
}

.block-contact-list {
  padding: 96px 0 42px;
}

.block-contact-list .cols {
  justify-content: space-between;
}

.block-contact-list .col {
  flex: 0 0 33.33%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.block-contact-list a:hover {
  color: #f57c14;
}

.block-contact-list .entry-text {
  padding-right: 30px;
  color: #141414;
}

.block-contact-list .entry-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "Secular One";
  color: #141414;
}

.block-contact-list .entry-title svg {
  width: 20px;
}

.block-contact-list .entry-item {
  margin-bottom: 50px;
  width: 100%;
  padding: 0 25px;
}

.block-contact-list .entry-item.half {
  width: 50%;
}

.block-hosts {
  padding-bottom: 96px;
}

.block-hosts .items-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.block-hosts .items-wrap li {
  flex: 0 0 33.33%;
  padding: 0 16px;
  margin-bottom: 32px;
}

.block-hosts .entry-wrap {
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-hosts .entry-wrap:hover .entry-content {
  opacity: 1;
  z-index: 1;
}

.block-hosts .entry-wrap:hover .toggle-item .open {
  opacity: 0;
}

.block-hosts img {
  height: 475px;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.block-hosts .entry-content {
  position: absolute;
  left: 0;
  border-radius: 8px;
  top: 0;
  width: 100%;
  background: rgba(20, 20, 20, 0.6);
  height: 100%;
  padding: 56px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}

.block-hosts .entry-content .entry-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 24px;
}

.block-hosts .entry-content .entry-text {
  font-size: 20px;
  line-height: 32px;
}

.block-hosts .entry-content .entry-show {
  font-size: 24px;
  font-family: "Secular One";
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.block-hosts .entry-content .entry-show svg {
  margin-left: 10px;
}

.block-hosts .toggle-item {
  z-index: 2;
  position: absolute;
  left: 38px;
  top: 38px;
  background-color: transparent;
}

.block-hosts .toggle-item .close,
.block-hosts .toggle-item .open {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-hosts .toggle-item .close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.block-hosts .toggle-item .close svg path {
  fill: #fff;
}

.block-tabs {
  background-color: #fafafa;
  padding: 88px 0;
}

.block-sport-events {
  background-color: #fafafa;
  padding: 48px 0 96px;
  overflow: hidden;
}

.block-sport-events .swiper-pagination {
  display: none;
}

.block-scores-board {
  padding: 48px 0 63px;
}

.block-items-list {
  background-color: #fafafa;
  padding: 48px 0 42px;
}

.block-items-load-more {
  padding: 48px 0 96px;
}

.block-items-load-more .items-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.block-items-load-more .load-more-btn {
  margin-top: 32px;
}

.block-items-load-more .entry-item {
  flex: 0 0 33.33%;
  padding: 0 16px;
  margin-bottom: 32px;
}

.block-items-load-more .entry-item .entry-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.block-items-load-more .entry-item .entry-text {
  margin-bottom: auto;
}

.block-items-load-more .entry-item .entry-location {
  display: none;
}

.scores-wrap {
  margin: 0 -16px;
  flex-wrap: wrap;
}

.scores-wrap li {
  flex: 0 0 25%;
  padding: 0 16px;
  margin-bottom: 32px;
}

.scores-wrap .entry-wrap {
  border-radius: 8px;
  background-color: #fafafa;
}

.scores-wrap .entry-teams {
  flex: 1;
  padding: 16px 24px;
}

.scores-wrap .entry-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #3d3d3d;
  font-family: "Open Sans";
  width: 100%;
  margin-bottom: 16px;
}

.scores-wrap .entry-item:last-child {
  margin-bottom: 0;
}

.scores-wrap .entry-item.won {
  color: #5e730d;
  font-family: "Secular One";
  font-size: 22px;
}

.scores-wrap .entry-date {
  background: rgba(217, 237, 140, 0.4);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 91px;
  color: #5e730d;
  font-family: "Secular One";
}

.scores-wrap .entry-date .entry-day {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 32px;
}

.events-swiper {
  overflow: visible;
}

.events-swiper .swiper-slide {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.events-swiper .entry-header {
  padding: 0 24px;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  font-family: "Secular One";
  font-size: 24px;
  color: #3d3d3d;
  border-bottom: 2px solid #f57c14;
}

.events-swiper .entry-header.today {
  background-color: #f57c14;
  color: #fff;
}

.events-swiper .entry-content {
  padding: 24px;
}

.events-swiper .entry-content .entry-item {
  margin-bottom: 24px;
}

.events-swiper .entry-content .entry-item:last-child {
  margin-bottom: 0;
}

.events-swiper .entry-content .entry-location {
  color: #5e730d;
}

.events-swiper .entry-content .entry-location svg path {
  fill: #5e730d;
}

.events-swiper .entry-content .entry-title {
  color: #3d3d3d;
}

.events-swiper .entry-content .entry-text,
.events-swiper .entry-content .entry-title {
  margin-bottom: 8px;
}

.tabs-nav {
  display: flex;
  margin-bottom: 56px;
}

.tabs-nav li {
  margin-left: 24px;
}

.tabs-nav li.active a, .tabs-nav li:hover a {
  background-color: #f57c14;
  border-color: #f57c14;
  color: #fff;
}

.tabs-nav li.active a svg path, .tabs-nav li:hover a svg path {
  fill: #fff;
}

.tabs-nav a {
  height: 48px;
  background: #fafafa;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-size: 24px;
  font-family: "Secular One";
  color: #292929;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs-nav a svg {
  margin-left: 10px;
}

.tabs-nav a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #292929;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.mt-16 {
  margin: 16px 0;
}

.home-ad-banner {
  margin: 32px 0;
}

.adv {
  background-color: #fafafa;
  height: 96px;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  display: block;
}

.adv .entry-image {
  height: 100%;
}

.adv img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}

.circle-wrap {
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #a3a3a3;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}

.circle-wrap .circle .fill,
.circle-wrap .circle .mask {
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 24px, 24px, 12px);
  left: -2px;
  top: -2px;
}

.circle-wrap .inside-circle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* color animation */
/* 3rd progress bar */
.mask .fill {
  clip: rect(0px, 12px, 24px, 0px);
  background-color: #292929;
}

.circle.active .fill,
.circle.active .mask.full {
  animation: fill ease-in-out 3s;
  transform: rotate(180deg);
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.home-news {
  background-color: #fafafa;
  padding: 13px 0;
  border-bottom: 1px solid #f5f5f5;
}

.home-news .bubble {
  margin-left: 15px;
}

.home-news .toggle {
  flex: 0 0 24px;
  margin-right: 15px;
  background-color: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid #292929;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home-news .toggle.active .pause {
  display: none;
}

.home-news .toggle.active .play {
  display: block;
}

.home-news .toggle .pause {
  display: flex;
}

.home-news .toggle .play {
  display: none;
}

.home-news .toggle .play svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

.home-news .toggle .play svg path {
  fill: #141414;
}

.bubble {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 24px;
  font-size: 16px;
  border: 0;
}

.bubble svg {
  margin-left: 10px;
}

.bubble.green {
  background: #d9ed8c;
  color: #5e730d;
  border: 1px solid #f5f5f5;
}

.news-wrap {
  display: flex;
  align-items: center;
}

.news-wrap .bubble {
  color: #5e730d;
  font-family: "Secular One";
}

.news-ticker {
  overflow: hidden;
}

.entry-news {
  font-size: 16px;
  font-weight: 600;
  color: #707070;
}

.entry-news span {
  padding: 2px 15px;
  border-left: 1px solid #a3a3a3;
}

.entry-news span:first-child {
  padding-right: 0;
}

.entry-news span:last-child {
  border-left: 0;
}

.entry-news span.entry-title {
  font-weight: 700;
  color: #3d3d3d;
}

.home-swiper {
  height: 536px;
}

.home-swiper .swiper-pagination {
  left: 50px;
  bottom: 50px;
  width: auto;
}

.home-swiper .swiper-pagination .swiper-pagination-bullet {
  padding: 5px 25px;
  margin: 0;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  color: #ffffff;
  opacity: 0.6;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  width: auto;
}

.home-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.home-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  border-left: 0;
}

.home-swiper .entry-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-swiper .entry-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(31, 31, 31, 0.8) 0%, rgba(31, 31, 31, 0.08) 100%);
  z-index: 1;
}

.home-swiper .entry-image img {
  height: 100%;
  object-fit: cover;
	    width: 100%;
}

.home-swiper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  padding: 0 100px;
  display: flex;
  align-items: center;
}

.home-swiper .entry-title {
  font-size: 3.33vw;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}

.home-swiper .entry-text {
  font-size: 24px;
  line-height: 32px;
}

.home-swiper .btn {
  margin-top: 32px;
}

.home-swiper .entry-content {
  max-width: 50%;
  color: #fff;
  z-index: 1;
}

.posts-wrap {
  margin: 0 -12px;
}

.posts-wrap .half {
  flex: 0 0 50%;
  padding: 0 12px;
}

.entry-image.hover-anim,
.post-thumbnail.hover-anim {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.entry-image.hover-anim:after,
.post-thumbnail.hover-anim:after {
  content: "";
  top: 0;
  left: 50%;
  position: absolute;
  width: 70%;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0.3;
  background-color: #141414;
  filter: blur(24px);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.entry-item:hover .hover-anim,
.entry-wrap:hover .hover-anim {
  transform: translateY(-2px);
}

.entry-item:hover .hover-anim:after,
.entry-wrap:hover .hover-anim:after {
  opacity: 0.3;
  transform: translate(-50%, 20px);
}

.entry-location {
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 237, 140, 0.3);
  border-radius: 16px;
  height: 28px;
  color: #b3db18;
  font-weight: 600;
}

.entry-location svg {
  margin-left: 8px;
}

.entry-broadcast {
  display: flex;
  margin-bottom: 48px;
}

.entry-broadcast.wide {
  margin-bottom: 0;
  padding: 48px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.entry-broadcast.wide:first-child {
  padding-top: 0;
}

.entry-broadcast.wide:last-child {
  border-bottom: 0;
}

.entry-broadcast.wide .entry-share {
  line-height: 40px;
}

.entry-broadcast.wide .socials a {
  margin: 0 10px;
}

.entry-broadcast.wide .socials a svg {
  width: 20px;
  height: 20px;
}

.entry-broadcast.wide .socials a svg path {
  fill: #707070;
}

.entry-broadcast.wide .socials a:last-child {
  margin-left: 0;
}

.entry-broadcast.wide .post-thumbnail .entry-type {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
}

.entry-broadcast.wide .post-thumbnail .entry-type img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.entry-broadcast.wide .entry-date {
  margin-right: auto;
  line-height: 32px;
  padding-left: 60px;
  color: #707070;
}

.entry-broadcast:hover .overlay {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

.entry-broadcast:hover .hover-anim {
  transform: scale(1.05);
}

.entry-broadcast:hover .hover-anim:after {
  opacity: 0.3;
  transform: translate(-50%, 20px);
}

.entry-broadcast:last-child {
  margin: 0;
}

.entry-broadcast .overlay {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4));
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
}

.entry-broadcast .overlay svg {
  height: 24px;
  margin-bottom: 8px;
}

.entry-broadcast .overlay a {
  display: flex;
  padding: 0 16px 5px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.entry-broadcast .overlay a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.entry-broadcast .post-thumbnail {
  position: relative;
  flex: 0 0 213px;
  margin-left: 24px;
  border-radius: 8px;
  height: 120px;
}

.entry-broadcast .post-thumbnail img {
  object-fit: cover;
  border-radius: 8px;
}

.entry-broadcast .entry-location {
  color: #5e730d;
}

.entry-broadcast .entry-location svg path {
  fill: #5e730d;
}

.entry-broadcast .entry-text {
  margin-bottom: 10px;
}

.entry-broadcast-large {
  position: relative;
}

.entry-broadcast-large .post-thumbnail {
  position: relative;
}

.entry-broadcast-large .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background: linear-gradient(310deg, rgba(31, 31, 31, 0.8) 40%, rgba(31, 31, 31, 0.08) 100%);
  z-index: 1;
}

.entry-broadcast-large img {
  border-radius: 8px;
  height: 464px;
  width: 100%;
  object-fit: cover;
}

.entry-broadcast-large.medium {
  overflow: hidden;
}

.entry-broadcast-large.medium img {
  height: 460px;
  border-radius: 8px;
  object-fit: cover;
}

.entry-broadcast-large.medium .entry-content {
  max-width: 100%;
  padding: 55px;
}

.entry-broadcast-large .buttons-wrap {
  margin-top: 32px;
}

.entry-broadcast-large .buttons-wrap .share {
  margin-right: 16px;
}

.entry-broadcast-large .entry-title {
  font-size: 32px;
  line-height: 1;
  margin: 24px 0;
  color: #fff;
}

.entry-broadcast-large .entry-text {
  font-size: 20px;
  line-height: 32px;
}

.entry-broadcast-large .entry-content {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 75%;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 70px 50px;
  max-height: 100%;
}

.title-wrap {
  display: flex;
  align-items: center;
}

.title-wrap svg {
  margin-left: 11px;
}

.title-wrap .entry-subtitle {
  font-size: 24px;
  line-height: 24px;
  color: #292929;
}

.title-wrap .entry-title {
  margin: 0;
}

.broadcast-section {
  padding: 80px 0 48px;
}

.broadcast-section .entry-header {
  margin-bottom: 20px;
  display: flex;
}

.broadcast-section .align-items-start svg {
  position: relative;
  top: 10px;
}

.home-stories {
  background-color: #fafafa;
}

.home-stories .entry-header {
  margin-bottom: 40px;
  align-items: center;
}

.home-stories .entry-header svg {
  margin-left: 12px;
}

.home-stories .entry-header .entry-title {
  margin: 0;
  font-size: 24px;
}

.home-sports .entry-header {
  margin-bottom: 48px;
}

.home-sports .entry-header svg {
  position: relative;
  top: 10px;
  margin-left: 10px;
}

.home-sports .title-wrap {
  display: block;
}

.btn-next,
.btn-prev {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-next g,
.btn-next path,
.btn-next rect,
.btn-prev g,
.btn-prev path,
.btn-prev rect {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-next.swiper-button-disabled g,
.btn-prev.swiper-button-disabled g {
  opacity: 0.4;
}

.btn-next.swiper-button-disabled path,
.btn-prev.swiper-button-disabled path {
  fill: #707070;
}

.btn-next.swiper-button-disabled rect,
.btn-prev.swiper-button-disabled rect {
  stroke: #707070;
}

.btn-next {
  margin-right: 16px;
}

.nav-wrap {
  margin-top: 20px;
  display: flex;
}

.home-recent {
  padding-bottom: 96px;
  overflow: hidden;
}

.home-recent .entry-header {
  margin-bottom: 40px;
}

.home-recent .entry-header svg {
  margin-left: 10px;
}

.home-recent .entry-header .entry-title {
  margin: 0;
}

.block-shows .items-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.block-shows .items-wrap li {
  margin-bottom: 30px;
  padding: 0 10px;
  flex: 0 0 33.33%;
}

.recent-swiper {
  overflow: visible;
}

.recent-swiper .swiper-slide {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-swiper .swiper-slide:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.recent-swiper .swiper-slide:hover .entry-wrap:after {
  opacity: 1;
  visibility: visible;
}

.recent-swiper .swiper-slide:hover .entry-content {
  z-index: 2;
  background: none;
  transform: translateY(0);
}

.recent-swiper .swiper-slide:hover:after {
  opacity: 0.3;
  transform: translate(-50%, 20px);
}

.recent-swiper .swiper-slide:after {
  content: "";
  top: 0;
  left: 50%;
  position: absolute;
  width: 70%;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0.3;
  background-color: #141414;
  filter: blur(24px);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recent-swiper .entry-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.recent-swiper .entry-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 124, 20, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.recent-swiper .entry-wrap .entry-title {
  color: #fff;
  font-size: 24px;
  margin: 0;
  line-height: 1;
}

.recent-swiper .entry-wrap .entry-date {
  font-weight: 600;
  margin-bottom: 8px;
}

.recent-swiper .entry-wrap .btn {
  width: 100%;
  border-radius: 0;
  height: 64px;
}

.recent-swiper .entry-wrap .content-wrap {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-swiper .entry-wrap .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(20, 20, 20, 0.3);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(64px);
}

.block-shows {
  overflow: hidden;
}

.show-item {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.show-item img {
  object-fit: cover;
}

.show-item:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.show-item:hover .entry-wrap:after {
  opacity: 1;
  visibility: visible;
}

.show-item:hover .entry-wrap .entry-content {
  z-index: 2;
  background: none;
  transform: translateY(0);
}

.show-item:hover:after {
  opacity: 0.3;
  transform: translate(-50%, 20px);
}

.show-item:after {
  content: "";
  top: 0;
  left: 50%;
  position: absolute;
  width: 70%;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0.3;
  background-color: #141414;
  filter: blur(24px);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show-item .entry-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.show-item .entry-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 124, 20, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.show-item .entry-wrap .entry-title {
  color: #fff;
  font-size: 24px;
  margin: 0;
  line-height: 1;
}

.show-item .entry-wrap .entry-date {
  font-weight: 600;
  margin-bottom: 8px;
}

.show-item .entry-wrap .btn {
  width: 100%;
  border-radius: 0;
  height: 64px;
}

.show-item .entry-wrap .content-wrap {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-item .entry-wrap .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(20, 20, 20, 0.3);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(64px);
}

.badge {
  height: 20px;
  font-family: "Secular One";
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-left: 18px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-wrap {
  display: flex;
  align-items: center;
}

.countdown-wrap {
  max-width: 704px;
  width: 50%;
  margin-right: auto;
  background: rgba(217, 237, 140, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 16px 24px;
}

.countdown-wrap svg {
  position: relative;
  top: 1px;
}

.countdown-wrap .entry-title {
  margin: 0;
  color: #5e730d;
  font-size: 40px;
  padding-right: 0;
}

.countdown-wrap .title-wrap,
.countdown-wrap .timeTo {
  flex: 1;
}

/* countdown number */
.countdownHolder {
  margin: 0 auto 0 0;
  text-align: center;
  display: flex;
  top: 2px;
  position: relative;
}

.countDays,
.countHours,
.countMinutes {
  display: flex;
  flex-direction: column;
  direction: ltr;
}

.countDays .text,
.countHours .text,
.countMinutes .text {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  opacity: 0.6;
}

.position {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 44px;
}

.digit {
  position: absolute;
  display: block;
  width: 30px;
  height: 44px;
  background: #292929;
  border-radius: 0.2em;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countDiv {
  display: inline-block;
  width: 16px;
  height: 44px;
  position: relative;
}

.countDiv:after,
.countDiv:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #707070;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 18px;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countDiv:after {
  top: 27px;
}

.swiperMobile {
  overflow: visible;
}

.swiperMobile .swiper-wrapper {
  margin: 0 -16px;
}

.swiperMobile .swiper-slide {
  padding: 0 16px;
  flex: 0 0 33.33%;
}

.entry-days {
  margin-right: 8vw;
}

.entry-days li:hover .entry-num,
.entry-days li:hover .entry-text {
  color: #141414;
}

.entry-days li.active .entry-text {
  color: #141414;
}

.entry-days li.active .entry-num {
  background-color: rgba(179, 219, 24, 0.4);
  font-weight: 700;
  color: #5e730d;
}

.entry-days a {
  padding: 0 20px;
  display: block;
  text-align: center;
  color: #707070;
}

.entry-days .entry-text {
  font-size: 24px;
  font-family: "Secular One";
  margin-bottom: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.entry-days .entry-num {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 48px;
  border-radius: 50%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto;
}

.calendar-header {
  padding: 15px 0;
  height: 112px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 96px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 7px 20px -10px rgba(20, 20, 20, 0.1);
}

.admin-bar .calendar-header {
  top: calc(96px + 32px);
}

.calendar-list {
  padding-top: 24px;
  background-color: #fafafa;
}

.calendar-list .entry-header {
  margin: 24px 0 33px;
  position: relative;
}

.calendar-list .entry-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 140px);
  height: 1px;
  background: rgba(112, 112, 112, 0.2);
  z-index: 0;
}

.calendar-list .entry-header .title-wrap {
  display: inline-block;
  text-align: right;
  width: 140px;
  color: #707070;
}

.calendar-list .entry-header .title-wrap .entry-text {
  font-family: "Secular One";
  margin-bottom: 8px;
}

.calendar-list .entry-header .title-wrap .entry-num {
  font-size: 24px;
  font-weight: 600;
}

.calendar-item {
  margin-bottom: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.calendar-item.is-passed {
  color: #707070;
}

.calendar-item.is-passed .date-wrap,
.calendar-item.is-passed .entry-title {
  color: #707070;
}

.calendar-item.is-passed img {
  filter: grayscale(1);
}

.calendar-item.is-next .date-wrap {
  background-color: #fff;
  color: #292929;
  border: 1px solid #fafafa;
}

.calendar-item.is-next .date-wrap .badge {
  background-color: #fafafa;
  color: #707070;
}

.calendar-item.is-live .date-wrap {
  background-color: rgba(179, 219, 24, 0.4);
  color: #5e730d;
  font-weight: 700;
}

.calendar-item.is-live .date-wrap .badge {
  background-color: #fff;
  color: #5e730d;
}

.calendar-item.is-live .entry-text .bold {
  color: #f57c14;
}

.calendar-item.is-live .content-wrap {
  position: relative;
  background-color: rgba(245, 124, 20, 0.1);
}

.calendar-item.is-live .content-wrap:after {
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background-color: #f57c14;
}

.calendar-item:hover .entry-wrap {
  background-color: #fff;
  box-shadow: 0 7px 20px -10px rgba(20, 20, 20, 0.3);
}

.calendar-item:hover .post-thumbnail .calendar-play-btn {
  opacity: 1;
  top: 50%;
}

.calendar-item:hover .entry-content {
  background-color: #fafafa;
}

.calendar-item .entry-date {
  margin-left: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-item .date-wrap {
  padding: 4px;
  text-align: center;
  width: 100px;
  border-radius: 8px;
  font-size: 24px;
  color: #292929;
}

.calendar-item .date-wrap .badge {
  height: 20px;
  border-radius: 4px;
  margin: 8px 0 0;
}

.calendar-item .entry-content {
  background-color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0 0 48px;
  border-radius: 8px 0 0 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.calendar-item .content-wrap {
  height: 100%;
  padding: 24px;
  flex: 1;
}

.calendar-item .entry-link {
  color: #292929;
  margin-right: 6vw;
  font-family: "Secular One";
  display: flex;
  align-items: center;
}

.calendar-item .entry-link svg {
  margin-left: 10px;
}

.calendar-item .entry-link svg path {
  fill: #292929;
}

.calendar-item .entry-title {
  font-size: 40px;
}

.calendar-item .entry-text {
  font-size: 24px;
  color: #707070;
}

.calendar-item .entry-text svg {
  margin: 0 12px;
}

.calendar-item .entry-text .bold {
  color: #292929;
}

.calendar-item .entry-wrap {
  overflow: hidden;
  display: flex;
  z-index: 2;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 8px 24px 8px 8px;
}

.calendar-item .post-thumbnail {
  position: relative;
}

.calendar-item .post-thumbnail .calendar-play-btn {
  background-color: transparent;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.calendar-item .post-thumbnail .calendar-play-btn:hover {
  opacity: 0.8;
}

.calendar-item img {
  width: auto;
  width: 120px;
  height: 100%;
  object-fit: cover;
}

.vol-slider-wrap {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: rotate(90deg) translateX(-50%);
  background-color: #141414;
  transform-origin: left;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}

.player-wrap {
  margin: 0 auto;
}

.player-wrap audio {
  display: none;
}

.player-wrap button {
  display: flex;
  align-items: center;
}

.player-wrap .radio-skin {
  display: flex;
  align-items: center;
}

.player-wrap .radio-skin > span {
  padding: 0 15px;
}

.player-wrap .radio-skin > span.vol {
  position: relative;
}

.player-wrap .radio-skin > span.vol:hover .vol-slider-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.player-wrap .current {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.player-wrap .radio-play-btn svg {
  width: 40px;
  height: 40px;
}

.player-wrap .radio-vol-btn {
  padding: 0;
  position: relative;
}

.player-wrap .radio-vol-btn.muted:after {
  opacity: 1;
}

.player-wrap .radio-vol-btn:after {
  content: "";
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  position: absolute;
  height: 2px;
  background-color: #fff;
  left: -5px;
  top: 7px;
  width: 160%;
}

.player-wrap .radio-play-btn {
  padding: 0;
  position: relative;
}

.player-wrap .radio-play-btn.playing .pause {
  opacity: 1;
}

.player-wrap .radio-play-btn.playing .play {
  opacity: 0;
}

.player-wrap .radio-play-btn .pause,
.player-wrap .radio-play-btn .play {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.player-wrap .radio-play-btn .pause {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.player-wrap .radio-play-btn svg {
  width: 48px;
  height: 48px;
}

.player-wrap .radio-play-btn svg path {
  fill: #f57c14;
}

.player-wrap .time {
  font-weight: 400;
  width: 50px;
  margin-left: 16px;
  display: inline-block;
}

.player-wrap .current-wrap {
  display: flex;
  flex-direction: column;
}

.broadcast-content {
  padding: 80px 0;
  font-size: 20px;
  line-height: 1.5;
}

.broadcast-content iframe {
  width: 100%;
  margin-bottom: 25px;
  height: 450px;
}

.broadcast-content p {
  margin-bottom: 20px;
}

.broadcast-content ul {
  list-style: disc;
  padding-right: 25px;
  margin-bottom: 20px;
}

.broadcast-content ul li {
  margin-bottom: 10px;
}

/*-----------------------------
	News Ticker
------------------------------*/
.ticker-wrap {
  position: relative;
  flex: 1;
  height: 20px;
}

.ticker-box {
  height: 100%;
  overflow: hidden;
}

.ticker-box ul {
  width: 100%;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.ticker-box ul li a {
  text-decoration: none;
}

figure,
figcaption {
  display: block;
}

.transition {
  -webkit-transition: top 400ms linear;
  -moz-transition: top 400ms linear;
  -ms-transition: top 400ms linear;
  -o-transition: top 400ms linear;
  transition: top 400ms linear;
}

.timeTo {
  font-size: 28px;
  line-height: 108%;
  font-weight: bold;
  direction: ltr;
  margin-right: auto;
}

.timeTo span {
  vertical-align: top;
  padding: 0 5px;
  top: 5px;
  position: relative;
}

.timeTo .seconds {
  display: none;
}

.timeTo .days {
  width: auto !important;
}

.timeTo.timeTo-black div {
  color: white;
  background: #292929;
  /* Old browsers */
  border-radius: 0.2em;
}

.timeTo.timeTo-black .timeTo-alert {
  background: #a74444;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a74444), color-stop(67%, #3f0000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a74444 0%, #3f0000 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a74444 0%, #3f0000 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a74444 0%, #3f0000 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a74444 0%, #3f0000 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 );
  /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), color-stop(100%, #e17373));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 35%, #e17373 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 35%, #e17373 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 35%, #e17373 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 35%, #e17373 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 );
  /* IE6-9 */
}

.timeTo figure {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.timeTo figcaption {
  text-align: center;
  /*font-size: 12px;*/
  line-height: 80%;
  font-weight: normal;
  color: #888;
}

.timeTo div {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 30px;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  overflow: hidden;
}

.timeTo div.first {
  border-left: 1px solid silver;
}

.timeTo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 7px !important;
}

.timeTo ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeTo ul li:last-child {
  margin-top: 3px;
}

.timeTo ul li:first-child {
  transform: translateY(-4px);
}

.yBoxFrame {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  max-width: 458px;
}

.yBoxFrame .insertYboxAjaxHere {
  padding: 0;
}

.yBoxFrame .entry-content {
  position: relative;
  height: 458px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.yBoxFrame .entry-location {
  width: auto;
  margin-bottom: 25px;
}

.yBoxFrame .post-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.yBoxFrame .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(315.6deg, rgba(31, 31, 31, 0.8) 0%, rgba(31, 31, 31, 0.08) 100%);
}

.yBoxFrame .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yBoxFrame .entry-title {
  font-size: 32px;
  color: #fff;
  margin: 0;
}

.yBoxFrame .entry-share {
  padding: 23px 30px;
}

.yBoxFrame .entry-share .d-flex {
  margin: 0 -5px;
  justify-content: center;
}

.yBoxFrame .entry-share .d-flex li {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yBoxFrame .entry-share .d-flex svg {
  margin-bottom: 10px;
}

.yBoxFrame .entry-share .d-flex a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 3px;
  border: 2px solid rgba(112, 112, 112, 0.1);
  font-size: 14px;
  color: #707070;
  font-family: "Secular One";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.yBoxFrame .entry-share .d-flex a:hover {
  background-color: rgba(112, 112, 112, 0.1);
}

.yBoxFrame .entry-share .entry-title {
  text-align: center;
  font-size: 24px;
  color: #292929;
  margin-bottom: 30px;
}

.yBoxFrame form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  display: flex;
  align-items: center;
}

.yBoxFrame [type="email"] {
  border-bottom: 1px solid #f57c14;
  font-size: 20px;
  color: #141414;
  padding: 0;
}

.yBoxFrame .input-wrap {
  padding: 0;
  margin-bottom: 0;
}

.yBoxFrame form button {
  background-color: transparent;
  border: 2px solid #f57c14;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.yBoxFrame .entry-text {
  margin-top: 24px;
  color: #fff;
  font-size: 20px;
}

.page-template-tpl-calendar .site-content {
  position: relative;
  padding-top: 112px;
}

.sport-entry-title {
  line-height: 1.1;
  margin-bottom: 5px;
}

.sport-entry-text {
  margin-bottom: 5px;
}

.home-sports .entry-broadcast {
  margin-bottom: 20px;
}

.home-count .entry-broadcast {
  margin-bottom: 32px;
}

/*# sourceMappingURL=main-style.css.map */

.single-broadcast .wp-block-audio audio{
  display: none;
}