html {
  height: 100%;
}

body {
  background-color: #202124;
  color: #BCC1C7;
  height: 100%;
}

.site-logo a {
  display: block;
  width: 140px;
  height: 80px;
  background: url(svgs/logo-onair-company-dark.svg) no-repeat center center;
  overflow: hidden;
  text-indent: -300px;
}

.breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-flow: row;
  }
  .breadcrumbs a {
    font-weight: 700;
  }
  .breadcrumbs .separator {
    display: block;
    align-items: center;
  }
  .breadcrumbs .separator:before {
    content: "";
    width: 15px;
    height: 15px;
    background: center center no-repeat url(svgs/right-arrow.svg);
    background-size: contain;
    margin: 0 10px;
    display: block;
  }
}

.fa {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

body.archive:not([class*=elementor-page-]) .site-main {
  width: 100%;
  max-width: none;
  padding: 0 10px;
}
@media (min-width: 1185px) {
  body.archive:not([class*=elementor-page-]) .site-main {
    width: 100%;
    max-width: 1140px;
    padding: 0 10px;
  }
}
body.archive .archive-description {
  color: #BCC1C7;
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin-top: 20px;
}
body.archive .tags {
  margin-top: 40px;
}

.page-header {
  padding: 0 0 50px 0;
}

body.single:not([class*=elementor-page-]) .site-main {
  width: 100%;
  max-width: none;
  padding: 0 0 50px 0;
  background-color: #ffffff;
  color: #202124;
  margin: 20px auto 20px auto;
  display: flex;
  flex-flow: column;
}
@media (min-width: 1185px) {
  body.single:not([class*=elementor-page-]) .site-main {
    width: 100%;
    max-width: 1140px;
    border-radius: 4px;
  }
}
body.single:not([class*=elementor-page-]) .site-main h1 {
  color: #202124;
}

body.single .site-main .thumbnail {
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  height: 180px;
  overflow: hidden;
}
body.single .site-main .page-header {
  margin: 50px 50px 0 50px;
}
body.single .site-main .page-meta {
  display: flex;
  align-items: center;
}
body.single .site-main .page-content {
  margin: 0 50px 50px 50px;
}
body.single .site-main .page-content a {
  color: #FF6D00;
}
body.single .site-main .pagination {
  display: flex;
  justify-content: space-between;
  margin: 0 50px;
}
body.single .site-main .pagination a {
  padding: 30px 0;
  color: #202124;
  display: flex;
  align-items: center;
}
body.single .site-main .pagination a[rel=prev]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: center center no-repeat url(svgs/left-arrow.svg);
  background-size: contain;
  margin-right: 10px;
  display: block;
}
body.single .site-main .pagination a[rel=next] {
  margin-left: auto;
}
body.single .site-main .pagination a[rel=next]:after {
  content: "";
  width: 20px;
  height: 20px;
  background: center center no-repeat url(svgs/right-arrow.svg);
  background-size: contain;
  margin-left: 10px;
  display: block;
}

h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}

h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}

a {
  color: #BCC1C7;
  font-weight: 500;
  transition: 0.4s;
}
a.link-arrow {
  display: flex;
  align-items: center;
}
a.link-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  background: center center no-repeat url(svgs/right-arrow.svg);
  background-size: contain;
  margin-right: 10px;
  display: block;
}
a:hover {
  color: #FF6D00;
}
a:hover.link-arrow {
  margin-left: 5px;
}
a:hover.link-arrow:before {
  margin-left: 5px;
  margin-right: 5px;
}

.btn {
  background: #3b4043;
  border-radius: 40px;
  font-size: 1rem;
  padding: 5px 20px !important;
  font-weight: 600;
  transition: 0.2s;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
}
.btn:hover {
  color: #ffffff;
  background: rgba(59, 64, 67, 0.3);
}
.btn.btn-primary {
  background: rgba(255, 109, 0, 0.85);
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #ff6d00;
}

@media (min-width: 768px) {
  .menu-item.btn-item {
    margin-left: auto;
  }
  .menu-item.btn-item > a {
    background: #3b4043;
    border-radius: 40px;
    font-size: 1rem;
    display: inline-flex !important;
    padding: 10px 20px !important;
    font-weight: 600;
    transition: 0.2s;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5rem;
  }
  .menu-item.btn-item > a:hover {
    color: #ffffff;
    background: rgba(59, 64, 67, 0.3);
  }
  .menu-item.btn-item.btn-primary-item > a {
    background: rgba(255, 109, 0, 0.85);
  }
  .menu-item.btn-item.btn-primary-item > a:hover {
    color: #ffffff;
    background: #ff6d00;
  }
  .menu-item.btn-item.align-right {
    margin-left: auto;
  }
}

.elementor-widget-button {
  padding: 0 !important;
}
.elementor-widget-button .elementor-widget-container {
  width: 100%;
}
.elementor-widget-button .elementor-widget-container .elementor-button {
  width: 100%;
  padding: 10px 20px !important;
  background: none;
  line-height: 1.5rem;
}

.elementor-location-header .elementor-widget-wrap {
  display: flex;
  align-items: center;
  flex-flow: row;
}
.elementor-location-header .elementor-widget-wrap .elementor-widget-theme-site-title {
  width: 140px;
  margin: 0 50px 0 0;
}
.elementor-location-header .elementor-widget-wrap .elementor-widget-theme-site-title .elementor-heading-title a {
  display: block;
  width: 140px;
  height: 80px;
  background: url(svgs/logo-onair-company-dark.svg) no-repeat center center;
  overflow: hidden;
  text-indent: -300px;
}
.elementor-location-header .elementor-nav-menu {
  width: 100%;
}

.notice {
  color: #ffffff;
}
.notice p {
  margin: 0;
}
.notice .btn {
  border: 2px solid #ffffff;
}

.posts-list.grid {
  display: flex;
  width: 100%;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 30px;
}
.posts-list.grid .post-card {
  display: flex;
  flex-flow: column;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .posts-list.grid .post-card {
    width: calc(100% / 2 - 15px);
    flex: 0 0 calc(100% / 2 - 15px);
  }
}
@media (min-width: 1025px) {
  .posts-list.grid .post-card {
    width: calc(100% / 3 - 20px);
    flex: 0 0 calc(100% / 3 - 20px);
  }
}

.post-card {
  background: #ffffff;
  border-radius: 4px;
  color: #7F868C;
}
.post-card .entry-header .thumbnail {
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  height: 180px;
  overflow: hidden;
}
.post-card .entry-header .thumbnail img {
  height: 100%;
  max-width: 100%;
}
.post-card .entry-header .entry-title {
  margin: 20px 30px 10px 30px;
}
.post-card .entry-header .entry-title a {
  color: #202124;
  font-size: 1.4rem;
  font-weight: 700;
}
.post-card .entry-header .tags {
  margin: 0 30px 0 30px;
}
.post-card .entry-content {
  margin: 20px 30px 0 30px;
}
.post-card .entry-content p {
  margin: 0;
}
.post-card .entry-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.post-card .entry-footer .more-link {
  color: #FF6D00;
  font-weight: 700;
  padding: 30px 30px;
}
.post-card .entry-footer .date {
  font-size: 0.9rem;
  margin: auto 30px auto auto;
}

.tags {
  display: flex;
  align-items: center;
}
.tags .label {
  font-weight: 700;
  margin-right: 10px;
  color: #BCC1C7;
}
.tags .tag {
  font-size: 0.8rem;
  font-weight: 700;
  background: #7F868C;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 30px;
  margin-right: 15px;
}
.tags .tag.onair-airline-manager, .tags .tag.onair-airline-manager.in-post {
  background-color: #2D7FF5;
}
.tags .tag.onair-company, .tags .tag.onair-company.in-post {
  background-color: #FF6D00;
}
.tags .tag.heypilot, .tags .tag.heypilot.in-post {
  background-color: #4FCC96;
}
.tags .tag.hotfix, .tags .tag.hotfix.in-post {
  background-color: #f52d40;
}
.tags .tag.dev-update, .tags .tag.dev-update.in-post {
  background-color: #742df5;
}

.page-header .tags .tag {
  background-color: #7F868C;
  display: flex;
  align-items: center;
}
.page-header .tags .tag.selected:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(svgs/close.svg) center center no-repeat;
  background-size: 10px;
  margin-left: 5px;
}
.page-header .tags .tag.onair-airline-manager.selected, .page-header .tags .tag.onair-airline-manager.active {
  background-color: #2D7FF5;
}
.page-header .tags .tag.onair-company.selected, .page-header .tags .tag.onair-company.active {
  background-color: #FF6D00;
}
.page-header .tags .tag.heypilot.selected, .page-header .tags .tag.heypilot.active {
  background-color: #4FCC96;
}
.page-header .tags .tag.hotfix.selected, .page-header .tags .tag.hotfix.active {
  background-color: #f52d40;
}
.page-header .tags .tag.dev-update.selected, .page-header .tags .tag.dev-update.active {
  background-color: #742df5;
}

.ctas {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .ctas {
    text-align: left;
  }
}
.ctas .btn {
  margin-right: 20px;
}
.ctas .btn:last-child {
  margin-right: 0;
}

.archive .pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 50px 0;
}
.archive .pagination a, .archive .pagination span {
  color: #ffffff;
  background: rgba(59, 64, 67, 0.3);
  padding: 10px 15px;
  transition: 0.2s;
}
.archive .pagination a:first-child, .archive .pagination span:first-child {
  border-radius: 30px 0 0 30px;
}
.archive .pagination a:last-child, .archive .pagination span:last-child {
  border-radius: 0 30px 30px 0;
}
.archive .pagination a.current, .archive .pagination span.current {
  color: #FF6D00;
  font-weight: bold;
}
.archive .pagination a:hover, .archive .pagination span:hover {
  color: #FF6D00;
}

.games-overview h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 40px 0;
}
.games-overview .game-overview {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}
.games-overview .game-overview .game-heading {
  margin: 0 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 768px) {
  .games-overview .game-overview .game-heading {
    margin: 0 0 20px 0;
    flex-wrap: nowrap;
    text-align: left;
  }
}
.games-overview .game-overview .game-heading .game-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.games-overview .game-overview .game-heading .game-icon {
  flex: 0 0 80px;
  height: 80px;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.games-overview .game-overview .game-heading .game-icon.onair-airline-manager {
  background-image: url(svgs/icon-app-onair-airline-manager.svg);
}
.games-overview .game-overview .game-heading .game-icon.heypilot {
  background-image: url(svgs/icon-app-heypilot.svg);
}
.games-overview .game-overview .game-heading .game-logo {
  width: 220px;
  flex: 0 0 220px;
  height: 80px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 auto 20px auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .games-overview .game-overview .game-heading .game-logo {
    margin-right: 30px;
  }
}
.games-overview .game-overview .game-heading .game-logo.onair-airline-manager {
  background-image: url(svgs/logo-onair-airline-manager-dark.svg);
}
.games-overview .game-overview .game-heading .game-logo.heypilot {
  background-image: url(svgs/logo-heypilot-dark.svg);
}
.games-overview .game-overview .game-heading .game-title {
  margin: 0 0 5px 0;
}
.games-overview .game-overview .game-heading .game-title a {
  font-weight: bold;
}
.games-overview .game-overview .game-heading .game-description {
  color: #BCC1C7;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.games-overview .game-overview .game-heading .game-slogan {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.games-overview .game-overview .game-hightled-features {
  list-style: none;
  padding: 0;
  display: flex;
  color: #BCC1C7;
}
.games-overview .game-overview .game-hightled-features li {
  border-right: 2px solid #7F868C;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.games-overview .game-overview .game-hightled-features li .hightled {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
}
.games-overview .game-overview .game-hightled-features li .text {
  font-size: 0.9rem;
  line-height: 1rem;
}
.games-overview .game-overview .game-hightled-features li .icon-windows {
  width: 30px;
  height: 30px;
  background: url(svgs/icon-windows.svg) no-repeat center;
  background-size: contain;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
.games-overview .game-overview .game-hightled-features li:first-child {
  padding-left: 0;
}
.games-overview .game-overview .game-hightled-features li:last-child {
  border: none;
}
.games-overview .game-overview .game-cta {
  display: flex;
  margin: 50px auto 0 auto;
  flex: 0 0 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .games-overview .game-overview .game-cta {
    justify-content: normal;
  }
}
.games-overview .game-overview .game-cta .btn {
  margin-right: 20px;
}
.games-overview .game-overview .game-cta .btn:last-child {
  margin-right: 0;
}
.games-overview.list .game-overview {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .games-overview.list .game-overview {
    margin-bottom: 0px;
  }
}
.games-overview.list .game-overview .game-cta {
  justify-content: start !important;
}
.games-overview.list .game-heading {
  margin: 0 0 50px 0;
  flex-wrap: nowrap;
  text-align: left;
}

.choose-your-world .elementor-widget-wrap {
  flex-flow: column;
}
.choose-your-world .elementor-widget-wrap .world-title {
  color: #ffffff;
  margin: 0;
  padding: 15px;
  border-radius: 4px 4px 0 0;
  display: flex;
}
.choose-your-world .elementor-widget-wrap .world-title p {
  margin: 0;
}
.choose-your-world .elementor-widget-wrap .world-title h3 {
  font-weight: bold;
  margin: 0 0 5px 0;
}
.choose-your-world .elementor-widget-wrap .world-title:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 5px;
}
.choose-your-world .elementor-widget-wrap .world-description {
  border-radius: 0 0 4px 4px;
  flex: 1 1 100%;
  padding: 15px 15px 50px 15px;
  background: no-repeat right bottom url(svgs/bg-world.svg) #3B4043;
}
.choose-your-world .elementor-widget-wrap .world-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.choose-your-world .elementor-widget-wrap .world-description ul li {
  display: flex;
  align-items: center;
}
.choose-your-world .elementor-widget-wrap .world-description ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center center url(svgs/checked.svg);
  margin-right: 10px;
}
.choose-your-world .world-clearsky .world-title {
  background-color: #518CE0;
}
.choose-your-world .world-clearsky .world-title:before {
  background: no-repeat center center url(svgs/icon-world-clearsky.svg);
}
.choose-your-world .world-cumulus .world-title {
  background-color: #25A0DB;
}
.choose-your-world .world-cumulus .world-title:before {
  background: no-repeat center center url(svgs/icon-world-cumulus.svg);
}
.choose-your-world .world-stratus .world-title {
  background-color: #F28A23;
}
.choose-your-world .world-stratus .world-title:before {
  background: no-repeat center center url(svgs/icon-world-stratus.svg);
}
.choose-your-world .world-thunder .world-title {
  background-color: #19AD80;
}
.choose-your-world .world-thunder .world-title:before {
  background: no-repeat center center url(svgs/icon-world-thunder.svg);
}

.features .elementor-widget-wrap {
  align-content: normal;
  color: #7F868C;
  text-align: center;
}
.features .elementor-widget-wrap .elementor-widget-text-editor {
  background-color: #ffffff;
  padding: 20px;
  margin: 0;
  border-radius: 4px;
}
.features .elementor-widget-wrap .elementor-widget-text-editor h3 {
  color: #2D7FF5;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}

.mission-types .elementor-section .elementor-widget-container {
  border-radius: 4px;
  align-items: center;
  display: flex;
}
.mission-types .elementor-section .elementor-widget-container .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  text-align: left;
}
.mission-types .elementor-section .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin: 0 30px 0 0;
  padding: 15px;
}
.mission-types .elementor-section .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  line-height: 1rem;
}
.mission-types .elementor-section .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .mission-types .elementor-section .elementor-widget-container .elementor-icon-box-wrapper {
    flex-flow: column;
    text-align: center;
  }
  .mission-types .elementor-section .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: 0 !important;
  }
  .mission-types .elementor-section .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  .mission-types .elementor-section .elementor-widget-container {
    min-height: 180px;
    justify-content: center;
  }
}

.page-id-34 .notice {
  background-color: #2D7FF5;
}
.page-id-34 .btn-primary {
  background-color: #2D7FF5;
}
.page-id-34 .btn-primary:hover {
  background-color: #2e88ff;
}

.page-id-36 .notice {
  background-color: #4FCC96;
}
.page-id-36 .btn-primary {
  background-color: #4FCC96;
}
.page-id-36 .btn-primary:hover {
  background-color: #62ecab;
}

div[data-elementor-type=footer] {
  margin: 100px 0 0 0;
  padding-bottom: 50px;
  color: #BCC1C7;
  font-size: 0.9rem;
}
div[data-elementor-type=footer] h2 {
  margin-bottom: 30px;
  color: #ffffff;
}
div[data-elementor-type=footer] ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
div[data-elementor-type=footer] .elementor-widget-social-icons a svg path {
  transition: 0.2s;
}
div[data-elementor-type=footer] .elementor-widget-social-icons a:hover svg path {
  fill: #FF6D00;
}
div[data-elementor-type=footer] .heart {
  display: inline-flex;
}
div[data-elementor-type=footer] .heart:before {
  content: "";
  width: 15px;
  height: 15px;
  background: center center no-repeat url(svgs/heart.svg);
  background-size: contain;
  margin: 0 5px;
  display: block;
}

.betterdocs-wraper {
  color: #202124;
}
.betterdocs-wraper h2 {
  color: #202124;
}

.dialog-widget-content {
  color: #202124;
}
.dialog-widget-content .ctas {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 20px 0;
}
.dialog-widget-content .ctas .btn {
  margin-right: 20px;
}
.dialog-widget-content .elementor-icon-box-wrapper {
  align-items: center !important;
}
.dialog-widget-content .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
  font-weight: bold;
}
.dialog-widget-content .onair-airline-manager .btn-primary {
  background-color: #2D7FF5;
}
.dialog-widget-content .onair-airline-manager .btn-primary:hover {
  background-color: #2e88ff;
}

/*# sourceMappingURL=index.css.map */
