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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  scroll-behavior: smooth;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main.layout__main-content {
  flex: 1;
}

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  color: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

img,
picture,
video,
svg {
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-width: 100%;
}

svg {
  vertical-align: bottom;
}

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

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
p + p {
  padding-top: 16px;
}
p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 8px;
}

.container {
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.container-fluid .container {
  position: relative;
  padding: 0;
}

.header-ad-top {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.header-ad-top a {
  width: 100%;
  display: inline-block;
}

.header-top {
  background-color: #0066a6;
  margin-bottom: 38px;
}
.header-top .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .header-top .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .site-branding a {
  /* D/h4 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  /* Neutral/White */
  color: #fff;
}
@media (min-width: 768px) {
  .header-top .site-branding a {
    /* D/H1 */
    font-size: 32px;
    line-height: 42px;
  }
}
.header-top .header-utils {
  margin-left: 8px;
}
.header-top .header-utils ul {
  display: flex;
  gap: 24px;
}

.footer-content {
  background-color: #191919;
  padding-top: 32px;
  padding-bottom: 32px;
}
.footer-content .footer-utils {
  padding-bottom: 24px;
}
.footer-content .footer-utils ul {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.footer-content .primary-menu {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .footer-content .primary-menu {
    display: inline-block;
    width: 100%;
  }
}
.footer-content .primary-menu li {
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-content .primary-menu li {
    padding: 0 10px;
  }
}
.footer-content .primary-menu li a {
  text-decoration: none;
  /* D/B1 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-transform: capitalize;
  /* Neutral/White */
  color: #fff;
}

.copyright-bar {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0066a6;
}
.copyright-bar p {
  text-align: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.sticky-posts-section {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .sticky-posts-section {
    grid-template-columns: 70% 1fr;
  }
}
.sticky-posts-section .front-page-reels {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(3, 233px);
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .sticky-posts-section .front-page-reels {
    overflow: hidden;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sticky-posts-section .front-page-reels .sticky-item video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.latest-content .latest-content__item {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 16px;
  padding-bottom: 16px;
}
.latest-content .latest-content__category {
  /* D/catogary */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.latest-content .latest-content__info {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.latest-content .latest-content__info .latest-content__title {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  overflow: hidden;
  display: block;
}
.latest-content .latest-content__info .latest-content__title a {
  display: inline-block;
  text-decoration: none;
  /* D/h4 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-content .latest-content__info .latest-content__date {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  /* Neutral/Grey */
  color: #8a8a8a;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 24px;
}
.section-header .section-title {
  padding-top: 0;
  padding-bottom: 0;
  /* D/H2 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .section-header .section-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-header .divider {
  flex: 1 0 auto;
  border-style: solid;
  height: 2px;
  border-width: 2px;
  color: #e1e1e1;
  background: #e1e1e1;
  width: calc(100% - 110px - 220px - 24px - 24px);
  display: none;
}
@media (min-width: 768px) {
  .section-header .divider {
    display: inline-block;
  }
}
.section-header .section-link {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #0066a6;
  border-radius: 25px;
  padding: 12px 24px;
  /* D/B1 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-transform: capitalize;
  /* Primary/Blue */
  color: #0066a6;
  margin-left: 24px;
}
.section-header .section-link:hover {
  background-color: #0066a6;
  color: #fff;
}

.happening-now__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .happening-now__list {
    grid-template-columns: 1fr 1fr;
  }
}
.happening-now__list.grid-4 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .happening-now__list.grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.happening-now__list .happening-now__thumb {
  position: relative;
}
.happening-now__list .happening-now__thumb img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.happening-now__list .happening-now__thumb .happening-now__category {
  position: absolute;
  left: 10px;
  bottom: 10px;
  /* D/B1 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-transform: capitalize;
  /* Neutral/White */
  color: #fff;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #ad1425;
  display: inline-block;
}
.happening-now__list .happening-now__item a {
  display: block;
}
.happening-now__list .happening-now__item-meta {
  padding-left: 16px;
  padding-right: 16px;
}
.happening-now__list .happening-now__item-meta .happening-now__item-title {
  height: 66px;
  overflow: hidden;
  padding-top: 16px;
  /* D/h4 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.happening-now__list .happening-now__item-meta .happening-now__date {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* Neutral/Grey */
  color: #8a8a8a;
}

.happening-now__side-image {
  border: 10px;
  width: 100%;
  height: auto;
}

.happening-now__lists {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .happening-now__lists {
    grid-template-columns: 1fr 360px;
  }
}

.advertisement-bar {
  text-align: center;
  padding-bottom: 80px;
}
.advertisement-bar .advertisement-bar__title {
  /* D/catogary */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  /* Neutral/Black2 */
  color: #444;
  padding-bottom: 8px;
}

.dance-video {
  background: rgba(0, 102, 166, 0.1);
}

.latest-videos__lists {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .latest-videos__lists {
    grid-template-columns: 740px 1fr;
  }
}

.post-category a {
  /* D/catogary */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  /* Category/Red */
  color: #ad1425;
}

.post-title {
  padding-top: 8px;
  padding-bottom: 8px;
  /* D/H2 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
  font-size: 24px;
  line-height: normal;
}
@media (min-width: 768px) {
  .post-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.post-meta {
  padding-bottom: 18px;
}
.post-meta .post-author,
.post-meta a,
.post-meta .post-date,
.post-meta .post-comments {
  /* D/B1 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-transform: capitalize;
  /* Neutral/Grey */
  color: #8a8a8a;
}
.post-meta .post-author {
  display: inline-flex;
  gap: 4px;
}

.post-featured-image-wrap {
  padding-bottom: 32px;
}
.post-featured-image-wrap .post-featured-image {
  border-radius: 10px;
}

.post-share {
  padding-bottom: 32px;
}

.post-content p {
  /* D/B1 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
}

.site-main.single-page .main-content.container {
  display: grid;
  align-items: flex-start;
  overflow: visible;
  gap: 50px 20px;
}
@media (min-width: 768px) {
  .site-main.single-page .main-content.container {
    grid-template-columns: 1fr 320px;
  }
}
.site-main.single-page .primary-column {
  flex: 1 1 0;
  min-width: 0;
}
.site-main.single-page .secondary-column {
  position: static;
}
@media (min-width: 768px) {
  .site-main.single-page .secondary-column {
    width: 320px;
    flex: 0 0 320px;
    align-self: flex-start;
    position: sticky;
    top: 24px;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
}
.site-main.single-page .secondary-column .side-image {
  padding-top: 24px;
}
.site-main.single-page .advertisement-bar {
  margin-top: 80px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .site-main.single-page .advertisement-bar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #c0c0c0;
  }
}
.site-main.single-page p + figure,
.site-main.single-page p + .wp-block-image {
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.related-categorie__container {
  background: rgba(0, 102, 166, 0.1);
}

.archive-content .post-list,
.related-categories__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .archive-content .post-list,
  .related-categories__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.related-categories__item .related-categories__thumb img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.related-categories__item .related-categories__meta {
  padding-left: 16px;
  padding-right: 16px;
}
.related-categories__item .related-categories__meta .related-categories__post-title {
  height: 66px;
  overflow: hidden;
  padding-top: 16px;
  /* D/h4 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-categories__item .related-categories__meta .related-categories__date {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* Neutral/Grey */
  color: #8a8a8a;
}

.breadcrumb {
  display: none;
}

.category-archive {
  padding-top: 30px;
}

.archive-content {
  padding-bottom: 80px;
}

.archive-title {
  /* D/H2 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
  margin-bottom: 24px;
}

.error-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.error-inner .page-title {
  /* D/H2 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .error-inner .page-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.latest-videos__list .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 370px;
  border-radius: 10px;
}

.latest-content__category--music {
  color: #ad1425;
}

.latest-content__category--dance {
  color: #282669;
}

.latest-content__category--sighlights {
  color: #1f6353;
}

.padding-top-0 {
  padding-top: 0;
}

.navigation.pagination {
  padding-bottom: 80px;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.navigation.pagination .page-numbers {
  text-align: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #161a1d;
  display: inline-block;
  padding: 4px 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: transparent;
}
.navigation.pagination .page-numbers.current {
  background: #0066a6;
  color: #fff;
}
.navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next {
  width: auto;
}

body.archive.category {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

.page-header .page-title {
  /* D/H2 */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  /* Neutral/Black1 */
  color: #191919;
  margin-bottom: 24px;
}

.page .layout.page-layout .content {
  padding-bottom: 80px;
}
.page .layout.page-layout .content iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

.happening-now .happening-now__lists.no-happening-ad {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .happening-now .happening-now__lists.no-happening-ad .happening-now__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sticky-posts-section.container {
  padding-right: 0;
}

.latest-content {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .sticky-posts-section.container {
    padding-right: 20px;
  }
  .latest-content {
    padding-right: 0;
  }
  .site-main .sticky-posts-section .front-page-reels {
    display: flex;
    flex-wrap: nowrap;
  }
  .front-page-reels .sticky-item {
    width: calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
    flex: 0 0 calc(33.3333333333% - 20px);
  }
}
.sticky-item .sticky-featured .wp-video {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 768px) {
  .happening-now__lists .happening-now__list .happening-now__item-meta .happening-now__item-title {
    height: auto;
    display: inline-block;
    text-overflow: initial;
    -webkit-line-clamp: none;
    line-clamp: none;
  }
}
.wp-block-table,
table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #191919;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* Header */
.wp-block-table thead,
table thead {
  background-color: #0066a6;
  color: #fff;
}

.wp-block-table th,
table th {
  padding: 14px 16px;
  font-weight: 700;
  text-transform: capitalize;
  border: 1px solid #e1e1e1;
  text-align: left;
}

/* Body cells */
.wp-block-table td,
table td {
  padding: 14px 16px;
  border: 1px solid #e1e1e1;
  vertical-align: top;
}

/* Row striping */
.wp-block-table tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
  background-color: rgba(0, 102, 166, 0.05);
}

/* Hover effect */
.wp-block-table tbody tr:hover,
table tbody tr:hover {
  background-color: rgba(0, 102, 166, 0.12);
  transition: background 0.2s ease-in-out;
}

/* Mobile support */
.wp-block-table.is-scrollable,
.table-responsive {
  overflow-x: auto;
}

.wp-block-table table {
  min-width: 600px;
}
/*# sourceMappingURL=style.css.map */
