@import 'global/book-teaser-block.css';
@import 'global/partners-block.css';
.article-wrapper .read-this-span::after {
  background-image: url("../../images/left-arrow-dark.svg");
}

.posts-navigation a[rel=prev]::before {
  content: url("../../images/previous-page-icon.svg");
}

.posts-navigation a[rel=next]::after {
  content: url("../../images/next-page-icon.svg");
}

.blog-hero-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-hero-wrapper .blog-hero-inner {
  text-align: left;
  padding: 180px 0;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .blog-hero-wrapper .blog-hero-inner {
    width: 100%;
  }
}
.blog-hero-wrapper .blog-hero-inner .blog-hero-title h1 {
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #000;
  margin: 20px 0;
}
.blog-hero-wrapper .blog-hero-inner .blog-hero-subtitle {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #000;
}

/* breadcrumb section --------------------------------------------- */
.breadcrumb-wrapper {
  background-color: unset !important;
  margin: 50px 0;
}
.breadcrumb-wrapper ul {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper {
    margin-bottom: 20px !important;
  }
}

.breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0px 3px 20px !important;
  border-radius: 40px;
  z-index: -1;
}

.breadcrumb li:last-child {
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper ul {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumb-wrapper ul {
    margin-bottom: 25px !important;
  }
}
section.breadcrumb-wrapper.lblue-bgd-clr {
  position: relative;
  z-index: 2;
}

.game-demobox-filter .game-demobox-filter-items {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.game-demobox-filter .game-demobox-filter-items .game-demobox-filter-items1,
.game-demobox-filter .game-demobox-filter-items .game-demobox-filter-items2 {
  flex: 0 0 50%;
  max-width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
  .game-demobox-filter .game-demobox-filter-items .game-demobox-filter-items1,
  .game-demobox-filter .game-demobox-filter-items .game-demobox-filter-items2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.game-demobox-filter .game-demobox-filter-items .game-demobox-filter-items1 {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .game-demobox-filter .game-demobox-filter-items .game-demobox-filter-items1 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.game-demobox-filter .game-demobox-filter-items .game-demobox-filter-items2 {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .game-demobox-filter .game-demobox-filter-items .game-demobox-filter-items2 {
    margin-right: 0;
  }
}
.game-demobox-filter .game-demobox-filter-items .game-demobox-filter-item {
  display: flex;
  flex-direction: column;
}
.game-demobox-filter .game-demobox-filter-items .game-demobox-filter-item input,
.game-demobox-filter .game-demobox-filter-items .game-demobox-filter-item select {
  height: 60px;
  border: 1px solid #ff7a00;
  border-radius: 4px;
  max-height: unset !important;
  padding: 0 15px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}
.game-demobox-filter .game-demobox-filter-items .game-demobox-filter-item label {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #4b4b4b;
  padding-bottom: 15px;
}

.game-demobox-items {
  padding-top: 80px;
}
.game-demobox-items .game-demobox-title h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #000000;
}
.game-demobox-items .game-demobox-items-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.game-demobox-items .game-demobox-items-inner .post-card {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
  padding-bottom: 50px;
  border: 2px solid white;
}
.game-demobox-items .game-demobox-items-inner .post-card:hover {
  border: 2px solid black;
}
@media only screen and (max-width: 768px) {
  .game-demobox-items .game-demobox-items-inner .post-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-image {
  height: 220px;
  margin-top: 13px;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-title {
  height: 60px;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-title h3 {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #24434d;
  margin: 0;
  padding: 15px 0;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-excerpt {
  height: 115px;
  padding: 25px 0;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-excerpt p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7d7d7d;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-meta {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-meta .post-card-author-image img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-meta .post-card-author-name p {
  margin: 0 0 0 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7d7d7d;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-meta .post-card-author-title p {
  margin: 0 0 0 10px !important;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #7d7d7d;
}
.game-demobox-items .game-demobox-items-inner .post-card .post-card-inner .post-card-arrow {
  padding-top: 25px;
}

.post-card a:hover {
  text-decoration: none;
}

.game-demobox-no-results p {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  padding-left: 15px;
}

.dest-cta-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dest-cta-wrapper::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  left: 0;
  top: 0;
  z-index: 1;
}
.dest-cta-wrapper .dest-cta-inner {
  position: relative;
  padding: 80px 0;
  width: 50%;
  text-align: left;
  z-index: 2 !important;
}
@media only screen and (max-width: 768px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 80%;
  }
}
.dest-cta-wrapper .dest-cta-inner h2 {
  color: white;
}
.dest-cta-wrapper .dest-cta-inner p {
  padding-bottom: 20px;
  font-family: "Raleway", sans-serif;
  color: #CDCDCD;
  font-size: 20px;
}
.dest-cta-wrapper .dest-cta-inner a {
  font-family: "Raleway", serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #e47815;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.25);
}
.dest-cta-wrapper .dest-cta-inner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.cs-demobox-pag {
  margin: 0 auto;
  padding-bottom: 50px;
}
.cs-demobox-pag .cs-demobox-pag-item,
.cs-demobox-pag .cs-demobox-pag-dots {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #8a8f91;
  padding: 0 10px;
  cursor: pointer;
}

.cs-demobox-pag-item.current {
  color: #24434d !important;
}

.blog nav.navbar.navbar-default.stratos-nav {
  background-color: white !important;
  border-radius: 0 !important;
}/*# sourceMappingURL=blog-template.css.map */