@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/* You can add global styles to this file, and also import other style files */
img {
  max-width: 100%;
  height: auto;
}

.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: #02003e;
  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%;
  }
}

/* GENERAL */
.primary-bg {
  background: #fff;
}

.text-grey {
  color: #777 !important;
}

.text-green {
  color: #065635 !important;
}

.right-0 {
  right: 0;
}

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.uppercase {
  text-transform: uppercase !important;
}

.border-none {
  border: none !important;
  outline: 0;
}

.sm-font {
  font-size: 0.85rem;
}
.h-100 {
  height: 100%;
  max-height: 100px;
}

.w-50 {
  width: 50%;
}

.z-index-2 {
  z-index: 2;
}

.z-index-50 {
  z-index: 50;
}

.facebook {
  color: #4c6ef5;
}

.twitter {
  color: #15aabf;
}

.linkedin {
  color: #0e76a8;
}

.reddit {
  color: #ff4500;
}

.post_share_item {
  font-size: 2rem;
}

html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

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

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

.more-about {
  padding: 5px 10px;
  color: grey;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Calibri';
  text-decoration: underline;
}

.more-about i {
  font-size: 1.3rem;
}

.normal-img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  cursor: pointer;
}
.error-img {
  width: 100%;
  height: auto;
  cursor: pointer;
  filter: grayscale(100%);
}

.box-shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.section-heading {
  background-color: #0a955b;
}

.heading {
  color: #065635;
  position: relative;
  z-index: 20;
  background: #fff;
}

.heading::before {
  width: 50px;
  background: #fff;
  position: absolute;
  height: 100%;
  content: ' ';
  right: -24px;
  top: 0;
  transform: skew(135deg);
  z-index: -1;
  border-right: 20px solid #065635;
}

.heading::after {
  width: 50px;
  background: #fff;
  position: absolute;
  height: 100%;
  content: ' ';
  left: -24px;
  top: 0;
  transform: skew(135deg);
  z-index: -1;
  border-left: 20px solid #065635;
}

.section-bg {
  background-color: #191919;
  border-radius: 10px;
}

.side-heading {
  background: #2597b1;
  margin: 0 0 24px;
  padding: 12px;
  font-weight: 700;
  color: #fff;
}

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

/* .article-heading {
} */

/* HEADER */
.dropdown-menu {
  font-size: inherit !important;
}

/* FEATURED */

/* 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: #cf4578 !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;
} */

.subscribe .btn {
  background-color: #0a955b !important;
  color: #fff;
}

/* SEARCH */

/* NAVIGATION BAR */
.navbar > .container-fluid {
  display: inline-block !important;
}

.header-date {
  margin-left: 120px;
}

/* FOOTER */
.footer-container {
  width: 90%;
  max-width: 550px;
}

/* NEWS LISTING */

/* FEATURED */

/* SIDE LISTING */
/* .post-desc {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
} */

.headline {
  color: #0a955b;
}

.headline:hover {
  color: #065635;
  transition: 0.3s;
}

.white-space-break {
  white-space: break-spaces !important;
}

/* SIGN UP */

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

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

.category-title {
  color: #fff;
  font-family: 'Georgia';
  text-shadow: 0 0 3px #fff;
}

/* MAT PAGINATOR */
/*.mat-paginator {
  color: #fff;
  background-color: transparent;
}

.mat-paginator-icon {
  fill: #999 !important;
} */

/* RESPONSIVE */
@media (max-width: 995px) {
  body {
    font-size: 15px !important;
  }
}

@media (max-width: 770px) {
  .col-10,
  .col-8,
  .col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

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

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

@media (max-width: 470px) {
  .category-title {
    font-size: 1.5rem;
  }
}

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

@media (max-width: 1175px) {
  .search-bar {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .h5-responsive {
    font-size: 1rem;
  }
}

@media (max-width: 580px) {
  .h2-responsive {
    font-size: 1rem !important;
  }
}
