@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;700&display=swap');
@font-face {
  font-family: 'spinweradC';
  src: url(./fonts/spinweradC.woff2) format('woff2');
}
@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
body {
  overflow-x: hidden;
  font-family: "Abhaya Libre", serif;
  font-weight: 400;
  font-style: normal;
}
h1,h2,h3,h4,h5 {
  font-family: spinweradC;
}
@media (min-width: 1900px) {
  .container {
    max-width: 1500px;
  }
}
#sidebar {
  overflow: hidden;
  color: #fff;
  position: fixed;
  border: none;
  border-right: 1px solid #6a6a6a;
  padding: 0;
}
#sidebar.offcanvas {
  background: rgba(49, 45, 45, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0;
}
#pullout-menu > img {
  width: 40px;
}
#pullout-menu > span {
  display: none;
}
#pullout-menu {
  padding: 0;
  border: 0;
  margin: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
  z-index: 999;
}
#sidebar > .offcanvas-body {
  padding: 0;
  overflow-y: auto;
  max-height: calc(100vh - 56px);
  scrollbar-width: thin;
}
#sidebar .offcanvas-body > ul {
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #5d5d5d;
}
#sidebar .offcanvas-body > ul a {
  padding: 7px 20px;
  color: #cde6fb;
}
#sidebar .offcanvas-body > ul a:hover {
  color: #fff;
}
#sidebar .offcanvas-body > ul > li > div > ul {
  padding: 4px 20px;
}
.nav-link > span {
  float: right;
}
.top-tools {
  position: absolute;
  top: 20px;
  right: 50px;
  display: flex;
  z-index: 100;
}
.header-logo {
  width: 45%;
  display: inline-block;
}
.header-logo img.logo {
  width: 100%;
  max-width: 250px;
}
header .top-tools {
  position: initial;
}
.top-tools button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  margin: 0px 5px;
  opacity: 0.9;
}
.top-tools button img {
  width: 50px;
  height: 50px;
}
.top-tools button:hover {
  opacity: 1;
}
.play-container {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.play-button {
  width: 50px;
  height: 50px;
  background: url('../img/music.png') no-repeat center center;
  background-size: contain;
}
header .play-button {
  background: url('../img/music-2.png') no-repeat center center;
  background-size: contain;
}
.wave {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.wave.active {
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
  100% { transform: scale(2); opacity: 0; }
}
header {
  border-bottom: 1px solid #787272;
}
nav.navbar {
  padding: 15px 0;
}
.page-title {
  text-align: center;
  padding: 15px;
}
.page-title h1 {
  font-size: 80px;
  display: block;
  line-height: 80px;
  color: #787272;
  margin: 20px auto 10px auto;
}
ul#page-menu {
  list-style: none;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #787272;
  display: flex;
  justify-content: space-around;
  position: relative;
}
ul#page-menu li {
  padding: 0;
}
ul#page-menu li a {
  text-decoration: none;
  color: #787272;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  position: relative;
}
ul#page-menu li.active a, 
ul#page-menu li:hover a {
  color: #443d3d;
}
ul#page-menu li.active a:after, 
ul#page-menu li:hover a:after {
  content: '';
  display: block;
  background: url('../img/active-menu.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 15px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
span.post-type {
  color: #fff;
}
span.post-type.news {
  background: #DF6022 !important;
  background: linear-gradient(0deg, rgba(223, 96, 34, 1) 0%, rgba(237, 136, 46, 1) 100%) !important;
}
span.post-type.notice {
background: #0886CE !important;
background: linear-gradient(0deg, rgba(8, 134, 206, 1) 0%, rgba(76, 177, 255, 1) 100%) !important;
}
span.post-type.events {
background: #17A18C !important;
background: linear-gradient(0deg, rgba(23, 161, 140, 1) 0%, rgba(17, 212, 86, 1) 100%) !important;
}
span.post-type.promotions {
background: #A874E9 !important;
background: linear-gradient(0deg, rgba(168, 116, 233, 1) 0%, rgba(220, 94, 231, 1) 100%) !important;
}
#you-might-also-like {
  padding: 0 15px;
}
#you-might-also-like .container {
  padding: 50px 0 80px 0;
  border-top: 1px solid #949494;
}
#you-might-also-like h3 {
  color: #787272;
  font-size: 26px;
  margin-bottom: 30px;
}
#you-might-also-like h2 {
  color: #787272;
  font-size: 45px;
  margin-bottom: 30px;
}
#you-might-also-like .post-wrap {
  margin-bottom: 20px;
}
#you-might-also-like .post-wrap img {
  width: 100%;
}
#you-might-also-like .post-wrap > div {
  position: relative;
  background: #fff;
  padding: 15px;
}
#you-might-also-like .post-wrap a {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
#you-might-also-like .post-wrap > div > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#you-might-also-like .post-type {
  padding: 2px 17px;
  border: 1px solid #757575;
  border-radius: 20px;
  text-transform: uppercase;
}
#you-might-also-like .post-wrap p {
  margin: 0;
}
#banner-solo img {
  width: 100%;
}
#banner-solo {
    padding: 30px 0;
}
#banner-solo a {
  display: block;
}
#banner-solo a > img {
  width: 100%;
}
.news-block {
  display: flex;
  align-items: stretch;
  padding: 30px 40px;
  position: relative;
  background: #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(228, 223, 235, 1) 100%);
}
.news-block > a {
  width: 35%;
}
.news-block > a > img {
  width: 100%;
}
.news-block .text-wrap {
min-height: 100%;
width: calc(65% - 101px);
padding: 20px 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.news-block. label.date {
  color: #787272;
  margin-bottom: 5px;
}
.news-block .text-wrap a {
  color: #000;
  text-decoration: none;
}
.news-block .text-wrap a > h3 {
  margin: 0 0 5px 0;
  font-size: 26px;
}
.news-block p {
  margin-bottom: 0;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
#content {
  padding: 20px 0 100px 0;
}
#content .container {
  max-width: 1000px;
}
#content img {
max-width: 100%;
}
#breadcrumbs {
  display: flex;
  margin: 10px 0 0 0;
  color: #787272;
}
#breadcrumbs a {
  color: #787272;
}
#breadcrumbs span:not(:last-of-type) {
  padding: 0 5px;
  color: #787272;
}
h1.post-title {
  text-align: center;
  margin: 0;
}
label#post-date {
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
  color: #787272;
}
@media (max-width: 991px) {
  #news-list .news-block {
      padding: 15px;
      display: block;
  }
  .news-block .text-wrap {
      width: 100%;
  }
}
button#load-more {
  background: transparent;
  border: 0;
  outline: none;
  opacity: 0.8;
  transition: all 0.5s;
  margin: 50px auto 0 auto;
  display: block;
  max-width: 80%;
}
button#load-more:hover {
  opacity: 1;
}
button#load-more img {
  width: 100%;
}
#page-footer {
  background: url('../img/footer-bg2.jpg');
  background-size: cover;
  text-align: center;
  padding: 100px 15px;
}
#page-footer .footer-logo img {
  max-width: 90%;
}
#page-footer ul.socials {
  list-style: none;
  padding: 30px 0;
  margin: 0;
}
#page-footer ul.socials li {
  display: inline-flex;
  padding: 7px;
}
#page-footer ul.socials li a {
  display: block;
  padding: 10px;
  background: #ffffff;
  border-radius: 100%;
}
#page-footer ul.socials li a:hover svg {
  fill: #84a1d4;
}
#page-footer ul.socials li a svg {
  fill: #9ab1da;
  width: 40px;
  height: 40px;
}
#page-footer ul#footer-menu {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 30px 0;
}
#page-footer ul#footer-menu li {
  display: inline-block;
  padding: 0 10px;
}
#page-footer ul#footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  padding: 0 10px;
}
p.copywrite {
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 20px;
}
.footer-partners a {
  margin: 0 10px;
}
.page-404 {
  padding: 100px 15px;
  text-align: center;
}
@media (max-width: 1299px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .play-container, 
  .play-container > * {
    width: 40px;
    height: 40px;
  }
  .top-tools button img {
    width: 40px;
    height: 40px;
  }
  #you-might-also-like .container {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 767px) {
  ul#page-menu {
    display: block;
    text-align: center;
  }
  ul#page-menu li.active a:after, 
  ul#page-menu li:hover a:after {
    display: none !important;
  }
  ul#page-menu li.active a, 
  ul#page-menu li:hover a {
    color: #000;
  }
  #page-footer ul#footer-menu li {
    display: block;
  }
  .page-title h1 {
    font-size: 45px;
    line-height: 45px;
  }
  #page-footer ul.socials li {
    padding: 2px;
  }
}