/*!

Theme Name: OVG
Description: Dedicated Wordpress theme for Default Theme

*/
.page-hero__buttons .the-flybook a {
  font-size: 16px;
  padding: 0;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .page-hero__buttons .the-flybook a {
    font-size: 14px;
  }
}

.main-header__right-bottom .the-flybook a {
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .main-header__right-bottom .the-flybook a {
    font-size: 12px;
  }
}

.main-footer__buttons .the-flybook a {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .main-footer__buttons .the-flybook a {
    font-size: 14px;
  }
}

.content-link.the-flybook h4 {
  padding-right: 21px;
}
.content-link.the-flybook h4 a {
  font-size: 24px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.content-link.the-flybook h4 a::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(images/icons/link-arrow.svg) no-repeat center;
  background-size: 15px 15px;
  border-radius: 100%;
  border: 1px solid #F4C136;
  margin-left: 10px;
  transition: 0.3s background ease-in-out;
}
.content-link.the-flybook h4 a:hover::after {
  background: #F4C136 url(images/icons/link-arrow.svg) no-repeat center;
}
@media only screen and (max-width: 991px) {
  .content-link.the-flybook h4 a {
    font-size: 18px;
  }
}
.content-link.the-flybook .content-link__icon {
  display: none;
}

.content-with-table__table-row .the-flybook a {
  font-size: 16px;
  padding: 0;
}

.main-header__cta-wrapper--mobile .the-flybook a {
  font-size: 16px;
}

.content-with-table__table-link.the-flybook a.flybook-book-now-button {
  display: flex;
  align-items: center;
}
.content-with-table__table-link.the-flybook a.flybook-book-now-button::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(images/icons/link-arrow.svg) no-repeat center;
  background-size: 15px 15px;
  border-radius: 100%;
  border: 1px solid #F4C136;
  margin-left: 10px;
  transition: 0.3s background ease-in-out;
}
.content-with-table__table-link.the-flybook a.flybook-book-now-button:hover::after {
  background: #F4C136 url(images/icons/link-arrow.svg) no-repeat center;
}
.content-with-table__table-link.the-flybook span.c-btn-icon {
  display: none;
}

.flybook-shortcode {
  font-family: tenso, sans-serif;
  font-size: 16px !important;
  padding: 0 !important;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #006838 !important;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .flybook-shortcode {
    font-size: 14px !important;
    line-height: 14px;
    letter-spacing: 1.23px;
  }
}
.flybook-shortcode:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(images/icons/link-arrow-green.svg) no-repeat center;
  background-size: 15px 15px;
  border-radius: 100%;
  border: 1px solid #F4C136;
  margin-left: 10px;
  transition: 0.3s background ease-in-out;
}
.flybook-shortcode:hover:after {
  background: #F4C136 url(images/icons/link-arrow-green.svg) no-repeat center;
}

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

/*CLS issue fix*/
.alert-bar{
	
}
