.card-title {
  font-weight: 800;
}

#myVideo {
  width: 100%;
}

.theme-blue .accordion .card-header {
  border: none;
}
body {
  font-family: "PT serif";
  color: rgb(88, 89, 91);
}

h3 {
  margin-top: 12px;
  font-weight: 800;
  font-size: 24px;
  font-family: "Vidaloka", serif;
}

li {
  font-family: "Khand";
}

p {
  font-size: 18px;
  color: rgb(88, 89, 91);
  line-height: 24px;
  font-family: PT serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Vidaloka", serif;
  color: rgb(35, 31, 32);
}

h1 {
  font-family: "Vidaloka", serif;
  color: rgb(35, 31, 32);
  font-weight: 400;
  font-size: 34px;
  line-height: 35px;
  margin: 20px 0px;
}

.coronaNewsTitle {
  font-family: "Vidaloka", serif;
  color: rgb(35, 31, 32);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.coronaUpdateTitle {
  font-family: "Vidaloka", serif;
  color: rgb(35, 31, 32);
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
}

.singlePostTitle {
  font-family: "Vidaloka", serif;
  color: rgb(35, 31, 32);
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
}

.newsCategory {
  font-family: "khand";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background: #e4a039;
  color: white;
  padding: 0px 4px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.newsCategory:hover {
  color: #676767;
  cursor: pointer;
}

.readingTime {
  font-family: "khand";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.author {
  font-family: "khand";
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.author-recommended {
  font-family: "khand";
  font-size: 12px;
  font-weight: 400;
}

.latestTitle {
  font-family: "Vidaloka", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(35, 31, 32);
  margin-top: 0px;
  margin-bottom: 0px;
}

.latest-image-thumbnail {
  height: 63px;
  width: 95px;
  overflow: hidden;
}

.latest-image-size {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-excerpt {
  color: #58595b;
  font-size: 14px;
  line-height: 21px;
}
.recommendedTitle {
  font-family: "Vidaloka", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(35, 31, 32);
  margin-top: 0px;
  margin-bottom: 0px;
}

.popularTitle {
  font-size: 19px;
  font-family: "Vidaloka", serif;
  color: rgb(17, 17, 17);
  font-weight: 400;
  line-height: 21px;
  padding-top: 10px;
  text-decoration: none;
}
.popular-image-size {
  height: 170px;
  overflow: hidden;
}
.popular-thumbnail-size {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.explainerTitle {
  font-size: 19px;
  font-family: "Vidaloka", serif;
  color: rgb(17, 17, 17);
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  padding-bottom: 0.5em;
}

.hideOverflowText {
  max-height: 3em;
  overflow: hidden;
}

a {
  color: rgb(35, 31, 32);
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #e4a039;
  cursor: pointer;
  text-decoration: none;
}

.connectWithUs {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  color: white;
}

.copyrightSection {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.shareBtn {
  display: block;
  margin-bottom: 4px;
  background-color: #005eaa;
  border: none;
  color: white;
  padding: 7px 9px;
  font-size: 14px;
  cursor: pointer;
}

.shareBtnTw {
  background-color: #00acee;
}

.shareBtnIg {
  background-color: #e4405f;
}

/* Darker background on mouse-over */
.shareBtn:hover {
  opacity: 0.7;
}

.postShareBtn {
  display: block;
  margin-bottom: 4px;
  background-color: transparent;
  border: none;
  color: #d7d7d7;
  padding: 0px 4px;
  font-size: 16px;
  cursor: pointer;
}

.postShareBtn:hover {
  color: black;
}

.btn-custom {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: normal;
  border: 1px solid #000000;
  border-radius: 30px;
  color: white;
  background-color: black;
  padding: 10px 30px;
}

.btn-custom:hover {
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

input[type="email"],
input[type="text"] {
  border-radius: 30px;
}

::placeholder {
  color: #e1e1e1 !important;
  font-size: 14px;
}

.imageCaption {
  font-family: "khand";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.postContent {
  font-size: 16px;
  color: rgb(88, 89, 91);
  line-height: 24px;
  font-family: PT serif;
  /* display: inline-grid; */
}

.footer-menu {
  font-family: "khand" !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.footer-menu a {
  color: white;
  font-family: "khand" !important;
}

.footer-menu a:hover {
  color: #e4a039;
}

footer .footer-wrapper ul {
  padding-left: 0;
  list-style-type: none;
}

footer .footer-wrapper ul.list-inline {
  display: inline-block;
  margin-bottom: 3px;
}

footer .footer-wrapper ul.list-inline li {
  float: left;
  margin-right: 10px;
}

footer .footer-wrapper ul.list-inline li img {
  width: 24px;
}

footer .footer-wrapper ul.list-inline li.rounded-circle {
  background-color: #fff;
  padding: 7px;
  margin-right: 7px;
}

.navbar-border {
  background-color: white;
  border: 1px solid #d7d7d7;
  border-right: none;
  border-left: none;
}

.btn-outline-dark {
  color: black;
  border-color: #d7d7d7;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "khand";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: black;
  border-bottom: 2px solid white;
}

.nav-right-element {
  font-family: khand;
  font-size: 16px;
  font-weight: 500;
}

.nav-right-element:hover {
  border-bottom: 2px solid #e4a039;
}

.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #e4a039;
}

/*lazy load button*/
.lazyLoad {
  display: none;
}

#loadMore {
  padding: 10px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  font-family: "PT Serif", serif;
}

#loadMore:hover {
  background-color: #fff;
  color: #000000;
}

/*css for back to top button*/
.back-to-top-button {
  display: inline-block;
  background-color: #e4a039;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.back-to-top-button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

.back-to-top-button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.back-to-top-button:active {
  background-color: #f26232;
}

.back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

.become-member {
  background: #e4a039;
  color: white;
  font-weight: 500;
  font-size: 24px;
  font-family: Vidaloka, serif;
}

.become-member-1 {
  background: #e4a039;
  color: white;
  font-weight: 500;
  font-size: 50px;
  font-family: Vidaloka, serif;
}

.featured-image-size {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.imageBox {
  height: 360px;
  overflow: hidden;
}
@import "bourbon";

.cover {
  position: absolute;
  margin: auto;
  top: 180%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 50%;
  text-align: center;
}

.error-text {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(166, 166, 166);
}

.labelColor {
  color: #6c757d;
  font-family: "PT Serif", serif;
}
.btn {
  font-family: khand;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.header h2 {
  text-align: center;
}

.progress-container {
  width: 100%;
  height: 2px;
  background: #ccc;
}

.progress-bar {
  height: 4px;
  background: #e4a039;
  width: 0%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #e4a039;
  color: white;
}
.nav-pills .nav-link {
  background-color: #111111;
  color: white;
  margin: 0.5rem;
}

.form-control:focus {
  border-color: #e4a039;
  box-shadow: 0 0 0 0.2rem #e4a03985;
}
hr {
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.subheading-title {
  font-size: 34px;
  cursor: pointer;
}
.subheading-title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.get-best {
  font-size: 47px;
  color: white;
}

.of-record {
  font-size: 92px;
  color: white;
}

.page-item.active .page-link {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.page-link {
  color: #000000;
}
.page-link:hover {
  color: #00000096;
}
.page-link:focus {
  box-shadow: none;
}

.mb-2 {
  margin-bottom: 0.3rem !important;
}

strong > a {
  color: #e4a039 !important;
  cursor: pointer;
}

strong > a:hover {
  color: #e4a039;
  cursor: pointer;
  text-decoration: underline !important;
}

h3 > a {
  color: #e4a039 !important;
  cursor: pointer;
}

h3 > a:hover {
  color: #e4a039;
  text-decoration: underline !important;
  cursor: pointer;
}

.contributor-thumbnail-size {
  width: 90%;
  min-height: 100%;
  object-fit: fill;
}

.active-menu-color {
  color: #e4a039 !important;
}
