@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:400,400i,700,700i");
:root {
  --theme: #e64226;
  --theme-rgb: 0, 151, 67;
  --theme-light: #144a78;
  --theme-secondary: #144a78;
}

.bg-theme {
  background-color: var(--theme);
}

.bg-theme-gradient {
  background-image: linear-gradient(30deg, #4e1005 0%, #122331 100%);
}

/* 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: var(--theme);
  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: var(--theme) !important;
}

.primary-text {
  color: var(--theme) !important;
}

.text-grey {
  color: #d2d2d2;
}

.uppercase {
  text-transform: uppercase;
}

html,
body {
  height: 100%;
}

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

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

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

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

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

.section-heading,
.article-heading {
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 10px;
  text-align: left;
  padding-right: 8px;
  position: relative;
  color: var(--theme);
}
.section-heading :before,
.article-heading :before {
  width: 3px;
  height: 12px;
  position: absolute;
  top: 0;
  content: "";
  background: var(--theme-secondary);
  left: 0;
}
.section-heading :after,
.article-heading :after {
  width: 12px;
  height: 3px;
  position: absolute;
  top: 0;
  content: "";
  background: var(--theme-secondary);
  left: 0;
}

.sidebar-container {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.sidebar-container .side-heading {
  margin: 0 0 24px;
  letter-spacing: 2px;
  border-bottom: 5px solid var(--theme-secondary);
  padding-left: 10px;
  padding-right: 8px;
  color: var(--theme);
  text-transform: uppercase;
  text-align: center;
}

.section-heading > h4,
.side-heading > h4 {
  font-weight: bold !important;
  font-size: 1.8em !important;
}

.dark-grey-text {
  color: rgba(0, 0, 0, 0.7960784314);
}

/* .article-heading {
} */
/* 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: var(--theme) !important;
  color: #fff !important;
  transition: all 0.3 ease;
  cursor: pointer;
  font-weight: 700;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.3490196078);
}

/* SEARCH */
/* NAVIGATION BAR */
.header-date {
  color: #ffffff !important;
  cursor: default;
}

nav a {
  color: var(--theme) !important;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.navbar .nav-item a.nav-link {
  font-weight: bold;
}

/* .navbar .nav-item a.nav-link:hover,
.nav-item.active a {
  font-weight: bold;
} */
.nav-item.active a.nav-link:after {
  font-weight: bold;
  display: block;
  transform: scaleX(1);
}

.nav-item a.nav-link:after {
  display: block;
  content: "";
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

#header_4b .header-section {
  box-shadow: none !important;
}

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

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

.category-page ul > li a,
.home ul > li a {
  color: #000;
  font-size: 1.2em;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: 500;
}

/* FOOTER */
/* NEWS LISTING */
.listbreaker_6b {
  background-color: #323232 !important;
}

.listbreaker_6b a {
  color: #007bff !important;
}

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

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

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

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

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

/* RESPONSIVE */
@media (max-width: 995px) {
  body {
    font-size: 15px !important;
  }
}
@media (max-width: 770px) {
  .col-10,
  .col-8,
  .col-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@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;
  }
}
.listbreaker13b-card > h4,
.listbreaker13b-card {
  color: #fff;
}

.listbreaker13b-card {
  background: rgba(0, 0, 0, 0.7) !important;
}

app-featured5 .featured.featured_5 .headline.h3-responsive {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.bg-light-gray {
  background-color: #f9f9f9;
}

app-list-breaker12 > section {
  background-position: center !important;
}
app-list-breaker12 > section > .container {
  background: rgba(0, 0, 0, 0.7);
  padding: 16px;
  text-align: center;
}

app-search-bar > .form-inline {
  justify-content: flex-end;
}

.featured_8 img,
.featured_8___ img,
.featured_10 img,
.featured_10___ img {
  border-radius: 10px;
}
.featured_8 .news-title,
.featured_8___ .news-title,
.featured_10 .news-title,
.featured_10___ .news-title {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.featured_8 .news-title a,
.featured_8___ .news-title a,
.featured_10 .news-title a,
.featured_10___ .news-title a {
  color: white !important;
}

.listbreaker_6b {
  background-color: var(--theme-light);
}
.listbreaker_6b .headline {
  color: var(--theme);
}
.listbreaker_6b .carousel-indicators li.active {
  background-color: var(--theme) !important;
}/*# sourceMappingURL=styles.css.map */