/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
.gradient-bg {
  background: linear-gradient(to bottom, #2E3191, #101379); }

/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.entry-meta {
  font-size: 16px;
  margin-top: 0.5em; }

h2, h3, h4, h5, h6 {
  color: #2E3191; }

.feature-img picture,
.feature-img img {
  max-width: 100% !important;
  max-height: 541px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; }

/* Social Share buttons */
.share-btns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .share-btns li {
    padding-left: 0;
    margin-right: 35px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: 0.2s all linear;
    margin-right: 15px; }
    .share-btns li::after, .share-btns li::before {
      display: none; }
    .share-btns li i {
      display: inline-block;
      font-size: 34px;
      color: #EC1D26; }
      .share-btns li i:hover {
        color: #2E3191; }
    .share-btns li:last-child {
      margin-right: 0; }
    .share-btns li:hover {
      top: -3px; }

.card {
  padding: 0;
  border: none; }
  .card .card-content {
    padding: 31px 40px 46px; }
    .card .card-content .entry-meta {
      font-size: 14px; }
    .card .card-content a, .card .card-content p {
      font-size: 14px; }
  .card .img-wrap {
    height: 240px;
    overflow: hidden; }
    .card .img-wrap picture, .card .img-wrap img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 250px;
      max-width: 100% !important;
      transition: all 0.2s linear; }
    .card .img-wrap:hover picture, .card .img-wrap:hover img {
      transform: scale(1.05, 1.05);
      transition: all 0.2s linear; }
  .card .entry-meta {
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    color: black; }
    .card .entry-meta .sep {
      margin: 0 7px; }
  .card a {
    color: #FFFFFF;
    width: fit-content; }
    .card a:hover {
      color: #EC1D26; }
  .card .card-title {
    margin-top: 0;
    margin-bottom: 20px; }
    .card .card-title a {
      color: #FFFFFF; }
      .card .card-title a:hover {
        color: #EC1D26; }
  .card .card-1 a {
    color: #2E3191; }
    .card .card-1 a:hover {
      color: #EC1D26; }
  .card .card-1 .btn.btn-primary {
    color: #FFFFFF !important;
    text-decoration: none !important; }
    .card .card-1 .btn.btn-primary:hover {
      background-color: #2E3191; }
  .card .posted-on {
    margin-bottom: 0.75em;
    display: block; }
    .card .posted-on i {
      font-size: 13px; }
  .card .card-body > a {
    text-decoration: underline; }
  .card .card-footer .btn {
    margin-top: 0; }
  @media screen and (max-width: 1024px) {
    .card .card-content {
      padding: 25px 25px 30px; } }

#sec-sharing {
  background-color: #F8F5F5;
  padding: 35px 0 25px; }
  #sec-sharing .btn.btn-primary {
    height: fit-content;
    margin-top: 0; }

.related-posts {
  padding: 105px 0 78px; }
  .related-posts h2.small-box {
    padding-left: 15px !important;
    margin-bottom: 41px; }
    .related-posts h2.small-box::before {
      background-color: rgba(46, 49, 145, 0.15) !important;
      left: 0 !important; }
