@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&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: 'Inter', 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: #f9a825;
  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: #f9a825 !important;
}

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

.text-grey {
  color: #d2d2d2;
}

.uppercase {
  text-transform: uppercase;
}

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

a {
  color: unset;
  text-decoration: none !important;
  cursor: pointer !important;
}

.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-weight: bold !important;
  font-size: 1.8em !important;
  margin: 0;
}

.fa-star {
  color: #f9a825;
  padding-right: 8px;
}

.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: #f9a825 !important;
  color: #000 !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 */
nav {
  border-bottom: 1px solid rgb(202, 202, 202);
}

.navbar {
  background: #f9a825;
}

.header-date,
nav a {
  color: #212121 !important;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

/* .navbar .nav-item a.nav-link {
} */

.header-date {
  cursor: default;
}

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

/* .nav-item.active a.nav-link:after {
  border-bottom: solid 2px #333;  
  font-weight: bold;
  display:block;
  transform: scaleX(1);
}

.nav-item a.nav-link:after {
  display:block;
  content: '';
  border-bottom: solid 2px #333;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.nav-item a.nav-link:hover:after { transform: scaleX(1); }
.nav-item a.nav-link.fromLeft:after{  transform-origin:  0% 50%; } */

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

header {
  box-shadow: 0 10px 6px -6px #d3d3d3 !important;
}

/* .home img {
  border: 4px solid #2C7089;
} */

.border-top-primary {
  border-top: 3px solid #f9a825;
}
.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 #f9a825;
  box-shadow: 0 0 8px #c6c6c6;
}

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

.text-black {
  color: #000;
}

.listbreaker_1 .view > .w-100,
.listbreaker_1 .publish-date {
  color: #fff;
}

.listbreaker_1 .headline {
  /* color: #f9a825; */
}

.listbreaker_1 .btn {
  background: #f9a825;
}

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

.secondary-bg {
  background: #141414;
}

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

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

.featured7b.featured_7___ .news-title {
  background: rgba(0, 0, 0, 0.6);
  width: 100% !important;
  left: 0 !important;
}

.featured7b.featured_7___ .news-title > a > h4 {
  color: #fff;
}

.featured7b.featured_7___ .news-title > a > .summary {
  color: #fafafa;
}

.featured7b.featured_7___ .news-title > a > .publish-date {
  background: #f9a825;
  width: 100px;
  text-align: center;
  border-radius: 16px;
}

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

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

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

/* hr {
  border-top: 1px solid #f9a825 !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;
}

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

.copyright {
  background-color: #f9a825 !important;
}

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

/* RESPONSIVE */
@media (max-width: 995px) {
  body {
    font-size: 15px !important;
  }
  .navbar-toggler {
    background-color: #f9a825 !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;
  }
}
