@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap");

body,
html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  z-index: -1;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.darker {
  background-color: #141414;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.display-4 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/* Pagination */
.blog-pagination {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

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

.cursor {
  cursor: pointer;
}

.card-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
}

.first-row-img {
  min-height: 340px;
  max-height: 360px;
}

.second-row-img {
  height: 230px;
}

.third-row-img {
  height: 150px;
}

.small-img {
  height: 100px;
}

.non-touchable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #141414;
}

a:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

a.headline:hover {
  text-decoration: underline;
}

a.page-link:hover {
  -webkit-filter: unset;
  filter: unset;
  color: unset;
}

a .tag:hover {
  text-decoration: none;
  background-color: #999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tag {
  display: inline;
  margin: 8px 2px;
  padding: 2px 3px;
  font-weight: 500;
  font-size: smaller;
  text-transform: uppercase;
  color: #141414;
}

.smaller {
  font-weight: 500;
  font-size: smaller;
  text-transform: uppercase;
}

.text-smaller {
  font-size: smaller;
  font-weight: 500;
}

.text-darker {
  color: #141414;
}

.sans {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.serif {
  font-family: "Source Serif Pro", Cambria, Cochin, Georgia, Times,
    "Times New Roman", serif;
}

.main-content {
  font-family: "Source Serif Pro", serif;
  font-size: 22px;
  line-height: 32px;
  -webkit-text-decoration: none solid rgb(41, 41, 41);
  text-decoration: none solid rgb(41, 41, 41);
  letter-spacing: -0.063px;
  word-spacing: 0px;
}

.bolder {
  font-weight: 600;
}

.thick-border {
  border-bottom: 1.5px solid #141414;
}

.thick-border-top {
  border-bottom: 1.5px solid #141414;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

@media (max-width: 992px) {
  body {
    margin-top: 60px;
  }
}

/* searchbar starts here */
input {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type="search"] {
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.1" role="img" viewBox="0 0 26 26"%3E%3Ccircle cx="10.5" cy="10.5" r="7.5" /%3E%3Cpath d="M21 21l-5.2-5.2" /%3E%3C/svg%3E')
    no-repeat 5px center;
  border: none;
  padding: 9px 10px 9px 32px;
  width: 60px;
  border-radius: 10em;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

input[type="search"]:focus {
  width: 140px;
  background-color: rgb(233, 233, 233);
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

#searchbutton input[type="search"] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}

#searchbutton input[type="search"]:hover {
  background-color: #fff;
}

#searchbutton input[type="search"]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

#searchbutton input:-moz-placeholder {
  color: transparent;
}

#searchbutton input::-webkit-input-placeholder {
  color: transparent;
}

/* Off Canvas >> Sections */

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #141414;
    -webkit-transition: visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (min-width: 992px) {
  .offcanvas-section-collapse {
    position: fixed;
    top: 67px;
    bottom: 0;
    right: 100%;
    width: 16%;
    padding: 1.5rem;
    overflow-y: auto;
    visibility: hidden;
    color: #141414;
    background: -o-linear-gradient(225deg, #ffffffec 0%, #f1f1f1ec 100%);
    background: linear-gradient(225deg, #ffffffec 0%, #f1f1f1ec 100%);
    border-right: 3px solid #e2e2e2ec;
    -webkit-transition: visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-section-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 202;
  }
}

/* Footer */

.blog-footer {
  width: 100%;
  padding: 2.5rem;
  color: #f3f3f3;
  background-color: #141414;
  border-top: 0.18rem solid #6d6d6d;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

ul.social-network li:first-child {
  margin-left: 0;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 15%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle i {
  color: #e2e2e2;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #242424b2;
}

/* Cookie Alerts */

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  background: #1b1b1b;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  color: #ececec;
}

.cookiealert.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
  margin-left: 2px;
  vertical-align: baseline;
}

#desktop {
  background-color: #ffffff;
}

#newsletter .input-field {
  outline: medium none;
  border: medium none;
  font-size: 15px;
  padding: 10px;
  border-radius: 6px;
  width: 280px;
  background-color: #3a393986;
  color: #f3f3f3;
  margin-bottom: 8px;
}

img.comment-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

img.author-img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.share-buttons {
  position: fixed;
}

.social-button {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  width: 46px;
  font-size: 1.28em;
  border-radius: 18px;
}

.social-button.twitter {
  background-color: #55acee;
}

.social-button.facebook {
  background-color: #3b5998;
}

.social-button.email {
  background-color: #14628b;
}

.social-button.print {
  background-color: #d34836;
}

.social-button.copy {
  background-color: #424242;
}

.social-button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

@media print {
  #mobile,
  #desktop,
  #footer,
  .share-buttons,
  #comment-section,
  #progress,
  #mobile-share {
    display: none !important;
  }

  h2,
  h3,
  h4 {
    page-break-before: avoid;
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  article {
    page-break-after: always;
  }

  #comments,
  #related {
    page-break-before: always;
  }
}

.progress-bar {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #585858),
    color-stop(90%, #424242)
  );
  background: -o-linear-gradient(left, #585858 10%, #424242 90%);
  background: linear-gradient(90deg, #585858 10%, #424242 90%);
  position: fixed;
  width: 0%;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 999999;
}

/* fixes */

@media (max-width: 991.992px) and (min-width: 767.991px) {
  .border-md-bottom {
    border-bottom: 1.5px solid #141414c0;
  }

  .grids div,
  .no-border div {
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-right {
    border-right: 1px solid rgba(0, 0, 0, 0.185);
  }
}

@media (max-width: 767.991px) {
  .third-row-img,
  .second-row-img,
  .first-row-img {
    height: 250px;
  }

  .grids div,
  .no-border div {
    border-right: 0 !important;
  }
}

.grids div:last-child {
  border-right: 0px !important;
}

.grids div:first-child {
  border-right: 0px !important;
}

.grids div,
.no-border div {
  border-right: 1px solid rgba(0, 0, 0, 0.185);
}

.no-border div:last-child {
  border-right: 0px !important;
}
