@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Rubik', sans-serif !important;
  font-size: 16px;
}

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

.f14 {
  font-size: 0.875em;
}

.full-height {
  min-height: 80vh;
}

/* LOADER */
.hidden {
  visibility: hidden;
}
.loader-overlay {
  position: fixed;
  width: 100%;
  z-index: 500000;
  top: 0;
}
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.loader:before {
  display: block;
  position: absolute;
  content: '';
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #6c3483;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

a {
  color: #000 !important;
}

.news-content a {
  color: #007bff !important;
}

/* GENERAL */
.primary-bg {
  background: #6c3483 !important;
}

.primary-text {
  color: #6c3483 !important;
}

.text-grey {
  color: #d2d2d2;
}

.uppercase {
  text-transform: uppercase;
}

.full-height {
  min-height: 80vh;
}

.f18 {
  font-size: 1.125em;
}

a {
  color: unset;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.post-desc > a:hover > h4,
a:hover > h5,
div.post-desc > a:hover > h3 {
  color: #6c3483 !important;
  transition: all 0.3s ease-in-out 0s;
}

.normal-img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  cursor: pointer;
}

.error-img {
  width: 100%;
  height: auto;
  cursor: pointer;
  filter: grayscale(100%);
}

/* HEADINGS */
.section-heading,
.side-heading {
  margin: 0 0 24px;
  text-transform: uppercase;
}

.section-heading > h4,
.side-heading > h4 {
  font-family: 'Audiowide', cursive !important;
  margin: 0;
  letter-spacing: 2px;
  text-align: center;
  padding: 8px;
}

.section-heading,
.side-heading {
  border-top: 2px solid #6c3483;
}

.side-heading > h4,
.section-heading > h4 {
  color: #7d3c98;
}

.breaker-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.25em;
}

.dark-grey-text {
  color: #000000cb;
}

/* CONTACT FORM */
.is-invalid,
.box-is-invalid > label > div.mat-checkbox-inner-container {
  border: 1px solid rgba(232, 0, 0, 0.72) !important;
}
.contact-input,
.contact-textarea {
  padding: 8px;
}
.contact-input {
  background: #f2f2f2;
  border: none;
}

.btn-contact,
.btn-search,
.btn-subscribe {
  background: #5b2c6f !important;
  color: #fff !important;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  font-weight: 700;
  box-shadow: -2px 2px 5px 0px #00000059;
}

/* SEARCH */

/* NAVIGATION BAR */

.header-date {
  cursor: default !important;
  font-weight: bold;
  color: #ffffff !important;
}

nav {
  box-shadow: 1px 6px 20px 0px #23232357 !important;
}

.navbar {
  background: #6c3483;
}

nav a {
  color: #fff !important;
  border-bottom: solid 2px transparent;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  border-left: 1px solid #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.dropdown .dropdown-menu .dropdown-item {
  color: #000 !important;
  border: 2px solid transparent;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  border: 2px solid #6c3483 !important;
  background-color: #fafafa !important;
}

.navbar .nav-item a.nav-link:hover,
.nav-item.active a {
  font-weight: bold !important;
  color: #bb8fce !important;
  background: #141414;
}

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

.font-weight-medium {
  font-weight: 500;
}

.home img {
  border-bottom: 6px solid #6c3483;
}

.facebook {
  color: #4c6ef5;
}

.twitter {
  color: #15aabf;
}

.linkedin {
  color: #0e76a8;
}

.reddit {
  color: #ff4500;
}

.post_share_item {
  font-size: 2rem;
}

/* NEWS LISTING */
.more-link {
  font-weight: bold;
  text-decoration: underline !important;
}

.top-section-bg {
  background: #f7f7f7;
  border-top: 4px solid #6c3483;
  box-shadow: 0 0 8px #c6c6c6;
}

.article-heading {
  text-transform: capitalize;
}

.text-black {
  color: #000;
}

.post-desc,
.listbreaker13b-card {
  border-radius: 40px 40px 0 0;
}

.listbreaker13b-card > h4,
.listbreaker13b-card {
  color: #fff;
}

.listbreaker13b-card > h4 {
  font-weight: bold;
}

.featured_7___ .news-title,
.featured_9___ .news-title,
.listbreaker13b-card {
  background: rgba(125, 60, 152, 0.7) !important;
}

.featured_7___ .headline,
.featured_7___ .summary,
.featured_7___ .publish-date,
.featured_9___ .headline,
.featured_9___ .summary,
.featured_9___ .publish-date {
  color: #fff;
}

.featured_3b .single-news img {
  height: 620px !important;
}

/* FEATURED */
.breaker-bg {
  background: #212121;
}

.secondary-bg {
  background: #141414;
}

.carousel-caption {
  bottom: 0 !important;
}

.carousel-indicators li {
  text-indent: 0 !important;
  width: unset !important;
  border-top: none !important;
  border-bottom: none !important;
}

.rgba-black-strong {
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
}

.rgba-black-light {
  background: rgba(0, 0, 0, 0.4);
}

.featured_1b___ .card-group .card .view {
  height: 320px !important;
}

.featured11 .carousel-inner {
  max-height: 400px;
}

.sidebar-listing20 .carousel-item > a,
.sidebar-listing20 .border-left-blue {
  color: #fff !important;
}

.sidebar-listing20 .border-left-blue {
  border-color: #6c3483 !important;
}

.diagonal:after,
.c-1 {
  background: #212121 !important;
}

/* SIDE LISTING */
.sidebar.col-4 {
  border-left: 1px solid #d2d2d2;
}

.single-news > .col-4 {
  border: none;
}

.post-number-1 {
  border: 2px solid #d31c21 !important;
  line-height: 28px !important;
}

/* SIGN UP */
.subscribe-box {
  padding: 0;
}

/* ARTICLE */
.font-weight-bold {
  font-weight: bold;
}

.grey.lighten-5 {
  background-color: #fafafa;
}

.category-title {
  text-transform: capitalize;
}

.article-link {
  color: #6c3483 !important;
}

/* FOOTER */
.footer-section {
  background: #151515 !important;
}

.copyright {
  background: #6c3483;
}

.border-top-primary {
  border-top: 1px solid #6c3483;
}

/* RESPONSIVE */
@media (max-width: 995px) {
  body {
    font-size: 15px !important;
  }
  .navbar-toggler {
    background-color: #6c3483 !important;
  }
}

@media (max-width: 770px) {
  .col-10,
  .col-8,
  .col-4,
  .col-2,
  .col-3,
  .col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .about-links {
    flex-direction: column-reverse;
  }
}

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

@media (max-width: 535px) {
  body {
    font-size: 14px !important;
  }
}

@media (max-width: 400px) {
  .menus.d-flex {
    flex-direction: column;
    text-align: center;
  }

  footer .row {
    display: block;
  }

  footer.main-footer ul {
    margin: 0 !important;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 13px !important;
  }
}
