/*
	Theme Name: VBF Theme
	Theme URI: https://www.boomy.co.uk/
	Description: This is a theme created for Virgin Balloon Flights.
	Author: Boomy
	Author URI: https://www.boomy.co.uk/

	Version: 1.2.3

	Template: genesis
	Template Version: 2.3.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: vbf-theme
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

.overlay-location a {
	color: #fff;
}

.overlay-location a:hover {
	color: #fff;
	text-decoration: none;
}

.uppercase {
	text-transform: uppercase;
}

.woocommerce .processing .blockUI.blockOverlay:before {
	position:fixed!important
}

.text-center {
	text-align: center;
}

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	color: #333;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.woocommerce-store-notice {
	background: #d1001c !important;
	padding: 1em 20px !important;
}

a {
	color: #d1001c;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1 {
	font-size: 40px;
	font-size: 4.0rem;
}

h2 {
	font-size: 34px;
	font-size: 3.4rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 22px;
	font-size: 2.2rem;
}

h6 {
	font-size: 20px;
	font-size: 2.0rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.jp-carousel-info {
	display: none;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

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

.single-product .entry-header-wrapper .hero-button {
	margin-top:20px;
}

.single-product .entry-header-wrapper .price {
	font-size:22px;
}

.hop-on-board {
	margin-left:-200px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #d1001c;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Nunito', sans-serif;
	padding: 16px 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	overflow: hidden;
	position: relative;
}

.outline-only:after,
.button:after,
.mobile-voucher-button:after {
background: #fff;
content: "";
height: 155px;
left: -75px;
opacity: .2;
position: absolute;
top: -50px;
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
width: 50px;
}

.mobile-voucher-button:hover:after,
.outline-only:hover:after,
.button:hover:after {
left: 120%;
-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #DF3950;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus
.widget_search input[type="submit"]:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

.site-container {
	overflow:hidden;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content {
	float: left;
}


.full-width-content .content {
	width: 100%;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}



/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.hero-slider,
.entry-header-wrapper {
    padding:140px 120px 200px;
    color:#fff;
    text-align: center;
	position: relative;
}


.hero-slider .entry-title,
.entry-header-wrapper .entry-title {
	font-size:60px;
	font-size: 6.0rem;
	text-transform: uppercase;
	max-width: 720px;
	margin:0 auto;
	margin-bottom: 20px;
	text-shadow: 1px 1px 20px #333;
}

.subtitle {
	font-family: 'Anton', sans-serif;
	display: block;
	margin-top: 10px;
	font-size:25px;
	font-size: 2.5rem;
	line-height: 1;
	max-width: 720px;
	margin:0 auto;
	text-transform: uppercase;
	text-shadow: 1px 1px 10px #333;
}

.fly-from .subtitle {
	margin-bottom:10px;
}

.fly-from a {
	color:#fff;
}

.downArrow {
  display: block;
  position: absolute;
  width: 120px;
  z-index: 20;
  left: 50%;
  margin-left: -60px;
  bottom: 40px;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
  opacity: 1;
}

.downArrow .mouse {
  position: relative;
  display: block;
  width: 32px;
  height: 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 32px;
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.downArrow .mouse .ball {
  position: absolute;
  display: block;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  animation: ani-mouse 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.downArrow .mouse::before {
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 30px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.downArrow:hover .mouse::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #d1001c;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 20%;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 55%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 20%;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 55%;
  }
}

.entry-header-wrapper .entry-title a {
	color:#fff;
}

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 40px;
	font-size: 4.0rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #d1001c;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.latest-offers-img {
	position: absolute;
	left:25%;
}

.site-header {
	background-color: #fff;
	position: relative;
}

.site-header > .wrap {
	padding: 10px 0;
}

.header-metas {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.header-metas a {
	text-decoration: none;
	color:#000;
}

.header-metas-child {
	padding-right: 20px;
}

.voucher-child a {
	color:#d1001c;
}

.voucher-child a:hover {
	color:#000;
}

.phone-child a:hover,
.basket-child a:hover {
	color:#d1001c;
}

.mobile-voucher-button {
	display: none;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 200px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 200px;
	padding: 0;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 85px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Anton', sans-serif;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border:1px solid #fff;
	color: #d1001c;
	display: block;
	padding: 16px 16px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #d1001c;
	border:1px solid #d1001c;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Header Navigation
--------------------------------------------- */

.nav-primary {
	width: calc(100% - 200px);
	float: right;
	text-align: right;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	margin: 70px 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #d1001c;
	color: #fff;
}

.pagination-previous {
	float: left;
}

.pagination-next {
	float: right;
}

.single-pilot .adjacent-entry-pagination {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.pagination-next a,
.pagination-previous a {
	color:#fff;
	padding:5px 10px;
	font-size: 14px;
	font-size:1.4rem;
	text-decoration: none;
}

.pagination-next a {
	background: #d1001c;
}

.pagination-previous a {
	background:#ddd;
}

.pagination-next a:hover,
.pagination-previous a:hover {
	background: #000;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #00303C;
	color:#fff;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0;
}

.footer-widgets .widgettitle {
	color:#d1001c;
}

.footer-widgets-1 {
	width: 100%;
}

.footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom:1px solid rgba(255,255,255,.3);
	margin-bottom:20px;
}

.footer-phone {
	margin: 0 30px;
}


.footer-widgets-2 {
	width: 700px;
	margin-right: 60px;
}

.footer-widgets-3 {
	width: 330px;
}

.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-2 .widget li {
	width: 30.5%;
	float: left;
	margin-right: 2.83%;
}

.footer-widgets .widget li {
	margin-bottom: 0;
}


.footer-widgets a {
	color:#fff;
	text-decoration: none;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets .openhours {
	float:right;
	text-align:left;
	width:150px;
}

.socialicons {
	margin-top:20px;
}
.socialicons .fa-facebook-f,
.socialicons .fa-twitter,
.socialicons .fa-google-plus,
.socialicons .fa-pinterest,
.socialicons .fa-youtube,
.socialicons .fa-instagram {
	color:#fff;
	font-size:30px;
	padding:10px;
	margin-right:5px;
	float:left;
}
.socialicons .fa-facebook-f:hover,
.socialicons .fa-twitter:hover,
.socialicons .fa-google-plus:hover,
.socialicons .fa-pinterest:hover,
.socialicons .fa-youtube:hover,
.socialicons .fa-instagram:hover {
	background:#000;
}
.socialicons .fa-facebook-f {
	background:#4363a2;
	padding:10px 15px;
}
.socialicons .fa-twitter {
	background:#04b5f0;
}
.socialicons .fa-google-plus {
	background:#e15541;
}
.socialicons .fa-pinterest {
	background:#d1242c;
}
.socialicons .fa-youtube {
	background:#c30200;
}
.socialicons .fa-instagram {
	background:#125688;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 20px 0;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color:#333;
}

.creds-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.credsleft {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	padding-right: 20px;
}

.website-by {
	font-size:12px;
	margin-top:10px;
}

.website-by a {
	text-decoration: none;
	color: rgb(191,191,191);
}

.website-by-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.website-by-flex img {
	height: 30px;
	margin-left: 5px;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

.years25 {
	padding-top: 300px;
	margin-bottom: -100px;
}

.overlay-offer {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.overlay-offer h2 {
	font-size:24px;
}

.genesis-nav-menu .hide-nav {
	display: none;
}

.vbox-close {
	left: 0 !important;
}

.home-hero {
	background-image: url(images/home-hero.jpg);
	background-size: cover !important;
	background-position: center;
	color:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: 'Anton', sans-serif;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding:100px;
	text-align: center;
}

.home-hero h2 {
	font-size:68px;
	text-shadow: 1px 1px 40px #333;
}

.home-hero p {
	font-size:30px;
	max-width: 630px;
	letter-spacing: 1px;
	line-height: 1.1;
	text-shadow: 1px 1px 40px #333;
}

.home-hero-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home-hero-buttons a {
	display: block;
}

.button-child-left,
.button-child-right {
	padding:20px;
}

.button-child-left img {
	margin-left:-250px;
}

.button-child-right img {
	margin-right:-250px;
	margin-top: 20px;
}

.outline {
	border:1px solid #fff;
}

.outline-only {
	color:#fff;
	border:1px solid #fff;
	background: transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 16px 20px;
    text-decoration: none;
    white-space: normal;
	width: auto;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}

.outline-only:hover {
	color:#fff;
}

.product-offer {
	padding:20px;
	text-align: center;
}

.product-offer h2 {
	color:#d1001c;
	font-size: 30px;
	margin-bottom: 20px;
}


.quick-flight-finder {
	background: #d1001c;
	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;
	padding:20px;
}

.quick-flight-finder h2 {
	color:#fff;
	font-size: 30px;
	margin-bottom: 0;
	margin-right: 20px;
}

.quick-flight-finder select {
	width:300px;
}

.vouchers-giftpackages-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding:40px;
	text-align: center;
	max-width: 800px;
	margin:0 auto;
}

.vouchers-giftpackages-parent h2 {
	color:#d1001c;
}

.vouchers-giftpackages-parent p {
	font-size:14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.vouchers-child,
.giftpackages-child {
	padding:0 20px;
}

.regional-map-background {
	background: url(images/regional-map.jpg);
	background-size: cover;
}

.regional-map-parent {
	color:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding:40px 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.regional-map-left {
	text-align: center;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	margin-right: 5%;
}

.regional-map-left h2,
.regional-map-left h1{
	font-size:50px;
	margin-bottom: 30px;
	line-height: 1;
}

.regional-map-left p {
	font-size:16px;
	font-size: 1.6rem;
	max-width: 80%;
	margin:0 auto;
	margin-bottom: 30px;
}

.regional-map-left select {
	width:260px;
}

.regional-map-right {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	position: relative;
}

.find-launch-img {
	position: absolute;
	top:42%;
}

.fly-from-anywhere {
	background: #d1001c;
	color:#fff;
	padding:20px 0;
}
.fly-from-anywhere-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding:0 80px;
}

.fly-from-anywhere-parent .text-left {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
}

.fly-from-anywhere-parent h2 {
	font-size: 50px;
	font-size: 5.0rem;
	margin-bottom: 0;
}

.fly-from-anywhere-parent p {
	font-size:16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.fly-from-anywhere-parent .button-right {
	-ms-flex-preferred-size: 250px;
	    flex-basis: 250px;
	text-align: right;
}

.fly-from-anywhere-parent .button {
	font-size: 22px;
	font-size: 2.2rem;
}

.check-comparison {
	background: #278BE1;
	color:#fff;
	padding:20px 0;

}

.check-comparison .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	padding: 0 80px;
}

.check-comparison h4 {
	padding-right: 40px;
	margin-bottom: 0;
	font-size: 35px;
}

.check-comparison h6 {
	margin-bottom: 0;
}

.check-comparison h6 a {
	color: #fff;
	text-decoration: underline;
}

.home-products {
	max-width: 1280px;
	padding:20px;
	margin:0 auto;
}

.home-product-header {
	position: relative;
	padding: 50px 0 20px;
}

.home-product-header h2 {
	color:#d1001c;
	text-align: center;
	font-size:40px;
}

.gift-package-arrow-img {
	position: absolute;
	left:13%;
	top:70px;
}

.price-tag {
	position: absolute;
	right:10%;
	top:0;
}

.product-card-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.product-card {
	-ms-flex-preferred-size: 23%;
	    flex-basis: 23%;
	color:#fff;
	text-align: center;

}

.product-card img {
	vertical-align: middle;
}

.product-card-text {
	padding:20px;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.product-card-text:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-width: 30px;
	margin-left: -30px;
}

.birthday {
	background:#571845;
}

.birthday .outline-only:hover {
	background:#76205d;
}

.product-card-text .outline-only:hover {
	color: #fff;
}

.product-card-text.birthday:after {
	border-bottom-color: #571845;
}

.celebration {
	background:#901940;
}

.celebration .outline-only:hover {
	background:#b11f4f;
}

.product-card-text.celebration:after {
	border-bottom-color: #901940;
}

.luxury {
	background:#F7941E;
}

.luxury .outline-only:hover {
	background:#f8a644;
}

.product-card-text.luxury:after {
	border-bottom-color: #F7941E;
}

.romantic {
	background:#F15A29;
}

.romantic .outline-only:hover {
	background:#f3764e;
}

.product-card-text.romantic:after {
	border-bottom-color: #F15A29;
}

.product-card-text .outline-only,
.additional-info-child .outline-only {
	margin: 0 auto;
}

.before-you-fly {
	background: url(images/know-before-bg.png);
	background-size: cover;
	padding:30px 0;
	color:#fff;
}

.before-you-fly h2 {
	font-size:50px;
	font-size: 5.0rem;
	text-align: center;
	margin-bottom: 40px;
}

.before-fly-list {
	float: left;
	width:43%;
	margin-right: 3%;
}

.before-fly-list li {
	margin-left: 40px;
}

.before-fly-list li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
	margin-right: 10px;
	margin-left: -40px;
    speak: none;
    border: 1px solid;
    padding: 3px;
}

.before-fly-slider {
	float:left;
	width: 54%;
	text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li a {
	border-radius: 0 !important;
	height:12px !important;
	width:12px !important;
	background-color: transparent !important;
	border:2px solid #fff;
	-webkit-transition: none !important;
	transition: none !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #fff !important;
}

.lightslider-content {
	padding:0 45px;
}

.lSAction > .lSPrev {
	left:0 !important
}

.lSAction > .lSNext {
	right:0 !important
}

.lSAction > a {
	opacity: 1 !important;
}
.lSPrev .fa-caret-left,
.lSNext .fa-caret-right {
	color:#fff;
	border:2px solid #fff;
	font-size: 26px;
}

.lSPrev .fa-caret-left {
	padding: 3px 8px 3px 6px;
}

.lSNext .fa-caret-right {
	padding: 3px 6px 3px 8px;
}

.featured-launch-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1280px;
	padding: 0 20px;
	margin: 40px auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.home-launchsite {
	-ms-flex-preferred-size: 49%;
	    flex-basis: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.home-blog {
	-ms-flex-preferred-size: 49%;
	    flex-basis: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.home-launchsite h3,
.home-blog h3 {
	color:#d1001c;
}

.home-launchsite h4,
.home-blog h4 {
	color: #278BE1;
	margin-bottom: 5px;
	font-size: 22px;
	font-size: 2.2rem;
}

.featured-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-launch-blog p {
	margin-bottom: 10px;
}

.featured-wrap img {
	vertical-align: middle;
	height:300px;
	width:650px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.featured-wrap .featured-inner-child-image {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.featured-wrap .featured-inner-child-button {
	-ms-flex-preferred-size: 150px;
	    flex-basis: 150px;
	background-color: #d1001c;
	background-image: url(images/logo-featured-launch.png);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.home-blog .featured-wrap .featured-inner-child-button {
	-ms-flex-preferred-size: 150px;
	    flex-basis: 150px;
	background-color: #d1001c;
	background-image: url(images/logo-featured-blog.png);
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.featured-wrap .outline-only {
	position: absolute;
	bottom:10px;
	left:15px;
}

.additional-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1280px;
	padding:20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
	color:#fff;
	margin:0 auto;
}

.additional-info-child {
	-ms-flex-preferred-size: 23%;
	    flex-basis: 23%;
	background: #d1001c;
}

.additional-info-height {
	padding:20px;
}

.additional-info-child  h4 {
	margin-top:10px;
}

.additional-info .outline-only:hover {
	background: #DF3950;
	color:#fff;
}

.home-testimonial {
	background-image: url(images/testimonials-bg.jpg);
	background-size: cover;
	background-position: center;
	color:#fff;
	padding:100px 5%;
	text-align: center;
}

.home-testimonial h2 {
	font-size:60px;
	font-size:6.0rem;
}

.home-testimonial h4 {
	font-size:30px;
	font-size:3.0rem;
	margin-bottom: 20px;
}

.home-testimonial p {
	font-size:16px;
	font-size:1.6rem;
}

.home-testimonial a {
	color:#fff;
}

.home-testimonial a:hover {
	text-decoration: none;
}


/* # FAQ
---------------------------------------------------------------------------------------------------- */
.mainq {
	padding:20px 20px 20px 0;
	border-top:1px solid #eee;
}

.mainq:before {
	content: "";
	width:40px;
	height: 30px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.faq1:before {
	background-image: url(images/FAQ-i.jpg);
}

.faq2:before {
	background-image: url(images/FAQ-Camera.jpg);
}

.faq3:before {
	background-image: url(images/FAQ-Balloon.jpg);
}

.faq4:before {
	background-image: url(images/FAQ-Tick.jpg);
}

.faq5:before {
	background-image: url(images/FAQ-sunny-Cloud.jpg);
}

.faq6:before {
	background-image: url(images/FAQ-Gift-Vouchers.jpg);
}

.faq7:before {
	background-image: url(images/Gift-Box-For-FAQ.jpg);
}

.mainq h3 {
	text-transform: uppercase;
	color:#d1001c;
	margin-bottom: 0;
	margin-left: 60px;
}

.plussign {
	margin-left: 20px;
}

.question {
    cursor:pointer;
}

.mainq h3:after {
	color: #999;
	content: "\f0d7";
	font-family: 'Font Awesome 5 Free';
	font-weight:normal;
	font-size: 20px;
	margin-right:10px;
	speak: none;
	float:right;
}

.mainq.close h3:after {
	color: #999;
	content: "\f0d9";
	font-family: 'Font Awesome 5 Free';
	font-weight:normal;
	font-size: 20px;
	margin-right:10px;
	speak: none;
	float:right;
}

.entry-content > .answer {
	margin-bottom: 20px;
}

.plussign.question:before {
	color: #d1001c;
	content: "\f055";
	font-family: 'Font Awesome 5 Free';
	font-weight:normal;
	font-size: 20px;
	margin-right:10px;
	speak: none;
}

.plussign.question.close:before {
	color: #d1001c;
	content: "\f056";
	font-family: 'Font Awesome 5 Free';
	font-weight:normal;
	font-size: 20px;
	margin-right:10px;
	speak: none;
}

.faq {
	margin-left: 40px;
}

.faq .faq {
	margin-left: 50px;
	padding:20px 0;
}

/* # Contact Us
---------------------------------------------------------------------------------------------------- */

.contact-parent {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 30px;
}

.contact-email,
.contact-phone,
.contact-write,
.contact-visit {
	padding:20px;
	background:#f1f1f1;
}
.contact-email {
	-ms-flex-preferred-size:40%;
	    flex-basis:40%;
}

.contact-phone {
	-ms-flex-preferred-size:28%;
	    flex-basis:28%;
}

.contact-write {
	-ms-flex-preferred-size:25%;
	    flex-basis:25%;
}

.contact-visit {
	-ms-flex-preferred-size:100%;
	    flex-basis:100%;
	margin-top:30px;
}

.small-bank-holidays {
	font-size: 14px;
}

/* # Testimonials
---------------------------------------------------------------------------------------------------- */
.pre-testimonial {
	padding:50px 0;
}

.pre-testimonial h2 {
	color:#d1001c;
}


.testimonial {
	padding:40px;
}

.testimonial-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-left {
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
	margin-right: 2%;
}

.testimonial-right {
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
	margin-left: 2%;
}

.t-fourth .testimonial-left {
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
	margin-right: 2%;
}

.t-fourth .testimonial-right {
	-ms-flex-preferred-size: 56%;
	    flex-basis: 56%;
	margin-left: 2%;
}

.testimonial h4 {
	font-size:50px;
	font-size:5.0rem;
}

.testimonial h4:after {
	border-bottom:2px solid;
	content: "";
	width:15%;
	display: block;
	padding-top: 20px;
}

.t-second h4,
.t-fourth h4,
.t-sixth h4 {
	color:#d1001c;
}

.t-first {
	background-image: url(images/trudi.jpg);
	background-size: cover;
	color:#fff;
}

.t-first .testimonial-left {
	text-align: right;
}

.t-third {
	background: #F15B2B;
	color:#fff;
}

.t-fourth .testimonial-right {
	padding-right: 200px;
	position: relative;
}

.t-fourth .testimonial-right img {
	position: absolute;
	top:0;
	right: 0;
}

.t-fifth {
	background-image: url(images/liz.jpg);
	background-size: cover;
	color:#fff;
}

.t-sixth .testimonial-left img {
	float: right;
	margin-top: 20px;
}

/* # Pilots
---------------------------------------------------------------------------------------------------- */

.post-type-archive-pilot .site-inner {
	max-width: 1680px;
}

.post-type-archive-pilot .entry {
	padding:0;
	margin-bottom: 0;
}

.post-type-archive-pilot .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px;
}

.type-pilot {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	position: relative;
}

.type-pilot img {
	vertical-align: middle;
}

.type-pilot .entry-title {
	position: absolute;
	bottom:15px;
	text-align: center;
	font-size: 20px;
	width: 100%;
	text-transform: uppercase;
}

.type-pilot .entry-title a {
	color:#fff;
}

/* # Single Pilot */


.pilot-hero-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #d1001c;
	color:#fff;
}

.pilot-text {
	-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		padding-top:100px;
		margin-right: 10%;
		padding-left:100px;
}

.pilot-text .entry-title {
	font-size:60px;
	font-size: 6.0rem;
	margin-bottom: 30px;
	max-width: 300px;
}

.pilot-text .entry-title:after {
	border-bottom:2px solid;
	content: "";
	width:15%;
	display: block;
	padding-top: 20px;
}

.pilot-text p {
	margin-top: 30px;
}

.pilot-image {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	text-align: right;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.pilot-image img {
	vertical-align: middle;
}

.single-pilot .entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-pilot .pilot-left-side {
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
	color:#d1001c;
	font-size:30px;
	font-size:3.0rem;
	line-height: 1.2;
	margin-right: 5%;
}

.single-pilot .pilot-left-side:after {
	border-bottom:2px solid;
	content: "";
	width:15%;
	display: block;
	padding-top: 20px;
}

.single-pilot .entry-content {
	-webkit-box-flex:55%;
	    -ms-flex:55%;
	        flex:55%;
}

/* # About and History Pages
---------------------------------------------------------------------------------------------------- */

.page-template-testimonials .site-inner,
.about-page .site-inner {
	display: none;
}

.about-bg {
	background: #d1001c;
	color:#fff;
}

.history-page .site-inner {
	display: none;
}

.history-clouds {
	background-image: url(images/clouds-rip-balloon.png);
	background-repeat: repeat-x;
	background-position: top center;
}

.history-bg {
	background-image: url(images/new-history-bg.png);
	color:#fff;
}

.history-page .entry-header-wrapper {
	padding-bottom: 50px;
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #fff;
}

.cd-timeline-content h3 {
	margin-top: 18px;
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
  padding-left:80px;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-img {
  width: 60px;
  height: 60px;
  background: #fff;
  color:#d1001c;
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0px;
  border-radius: 50%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cd-timeline-content {
	padding-top:1px;
}

.history-second img {
	margin-top:20px;
}

@media only screen and (max-width: 920px) {

	.slide-nav-link {
		top: 30px;
	}

}

@media only screen and (min-width: 920px) {

	#cd-timeline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }

	.cd-timeline-block {
	width:50%;
	padding-left:0;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
  }

    .cd-timeline-block.odd {
 
  }

  .cd-timeline-block.even {
    float:right;
	clear:right;
	margin-top:9em;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }

  .cd-timeline-img {
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }

  .odd .cd-timeline-img {
	 left: 100%;
  }

  .even .cd-timeline-img {
	 right: 100%;
  }

   .cd-timeline-content {
    margin-left: 0;
    width: 100%;
  }

    .odd .cd-timeline-content {
    	padding-right: 60px;
    	text-align: right;
 	 }

 	.even .cd-timeline-content {
    	padding-left: 60px;
 	 }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline-block:nth-of-type(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-of-type(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

}

.cd-timeline-content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
  }

}

/* Partners
------------------------------------------------------------ */

.partners-page .site-container {
	background: #f1f1f1;
}

h4.partner-name {
	font-size:20px;
}

.partners-page .entry {
	background: #f1f1f1;
}

.listing-item {
	float:left;
}

.listing-item {
	width: calc(33% - 10px);
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	padding:20px;
}

/* # Location Page and Locations
---------------------------------------------------------------------------------------------------- */

.map-container {
	background: #ffb400;
}

.map-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width:1680px;
	margin:0 auto;
}

.facets-child {
	color:#d1001c;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	padding: 80px 50px 50px 200px;
	font-family: 'Anton', sans-serif;
}

.map-child {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

.map-instructions {
	margin-bottom: 20px;
}

.map-instructions li {
	margin-bottom: 10px;
}

.map-instructions span {
	background: #d1001c;
	padding:0 5px;
	color:#fff;
	width: 26px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.facets-child #facetwp-location {
	margin-bottom: 10px;
}

.locate-me {
	display: none;
}

.big-or {
	font-size:60px;
	text-align: center;
	margin-bottom: 30px;
}

.location-lets-find {
	position: absolute;
	bottom:5px;
	right: 20%;
}

.location-page .fwpm-infobox-title {
	color: #d1001c;
	font-size:22px;
}

.location-page #fwpm-infobox .button {
	margin-top: 20px;
}

.location-content-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.location-title {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	margin-right: 5%;
}

.location-title h2 {
	color:#d1001c;
	font-size:40px;
	font-size:4.0rem;
}

.location-text {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

.location-backup-sites {
	background: #901840;
	color: #fff;
	padding:50px 0;
}

/* # Single Location
---------------------------------------------------------------------------------------------------- */

.ls-container {
	background: #f1f1f1;
	padding: 40px 0 10px;
}

#map {
	margin-bottom: 40px;
	margin-top:20px;
	display: inline-block;
}

#map-canvas {
	 width:    100%;
    height:   330px;
    margin-bottom:30px;
}

.ls-sixty-fourty-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ls-sixty {
	-ms-flex-preferred-size: 64%;
	    flex-basis: 64%;
}

.ls-fourty {
	-ms-flex-preferred-size: 33%;
	    flex-basis: 33%;
}

.ls-address-redbox {
	background:#d1001c;
	color:#fff;
}

.ls-address-redbox h2 {
	border-bottom: 1px solid #fff;
	padding:20px;
	margin-bottom: 0px;
}

.ls-address-redbox .ls-address {
	border-bottom: 1px solid #fff;
	padding:20px;
	font-size:18px;
	line-height: 1.4;
}

.ls-address-redbox .take-life-higher {
	padding:20px;
	font-size:22px;
	background: #000;
}

.ls-address-redbox .launch-site-video {
	padding:20px;
	font-size:14px;
}

.ls-address-redbox .launch-site-video a {
	color:#fff;
}

.ls-address-redbox .launch-site-video .fa-youtube-play {
	font-size:30px;
}

.hints-tips {
	margin-top:20px;
}

.hints-tips img {
	vertical-align: middle;
}

.flight-information {
	margin-top:20px;
	background: #294ea8;
	color: #fff;
}

.flight-information h2 {
	border-bottom: 1px solid #fff;
	padding: 20px;
	margin-bottom: 0px;
}

.flight-information p {
	padding: 20px;
	margin-bottom: 0px;
}

.flight-information a {
	color: #fff;
}

.single-launch-sites .entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.location-title > h2,
.single-launch-sites .entry > h2 {
	font-size: 50px;
	font-size: 5.0rem;
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
	margin-right: 5%;
	color: #d1001c;
}

.location-title > h2:after,
.single-launch-sites .entry > h2::after {
    border-bottom: 2px solid;
    content: "";
    width: 25%;
    display: block;
    padding-top: 20px;
}

.single-launch-sites .entry .entry-content {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
}

/* # Select Product
---------------------------------------------------------------------------------------------------- */

.select-product {
	padding: 40px 0;
	margin-bottom: 40px;
	background: #f1f1f1;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* # Side Wide Banner
---------------------------------------------------------------------------------------------------- */

.side-wide {
	background:#d1001c;
	color:#fff;
	padding:7px;
	font-size:16px;
	text-align: center;
}

.side-wide .wrap {
	position: relative;
	padding:0 50px;
}

.side-wide img {
	margin:0 10px;
	vertical-align: middle;
}

.side-wide a {
	color:#fff;
}

.side-wide a:hover {
	color:#fff;
	text-decoration: none;
}

#clock {
	margin-left:20px;
}

/* # Instagram
---------------------------------------------------------------------------------------------------- */

.social-embeds {
	text-align: center;
}

.social-embeds-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.social-embed-child {
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
}

.instagram-container {
	padding-top: 60px;
	text-align: center;
	background: #fff;
}

.social-embeds h2,
.instagram-container h2 {
	color:#d1001c
}

.social-embeds h2 span,
.instagram-container h2 span {
	color:#000;
	font-size:20px;
}

.instragram-parent {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.instragram-parent .instagram-child {
	-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
}

.instagram-child img {
	vertical-align: middle;
}

/* # Delivery Options
---------------------------------------------------------------------------------------------------- */



.delivery-labels-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom:10px;
}

.delivery-option-label {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	background: #d1001c;
	padding:20px;
	color:#fff;
}

.delivery-cost-label {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	background: #d1001c;
	padding:20px;
	color:#fff;
}

.delivery-time-label {
	-ms-flex-preferred-size: 58%;
	    flex-basis: 58%;
	background: #d1001c;
	padding:20px;
	color:#fff;
}

.delivery-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom:10px;
}

.delivery-option {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	background: #f1f1f1;
	padding:20px;
}

.delivery-cost {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	background: #f1f1f1;
	padding:20px;
}

.delivery-time {
	-ms-flex-preferred-size: 58%;
	    flex-basis: 58%;
	background: #f1f1f1;
	padding:20px;
}

.bank-holidays {
	margin-bottom:50px;
}

.show-mobile {
	display: none;
}

/* # Experience
---------------------------------------------------------------------------------------------------- */

.experience-extra-hero {
	padding: 180px 0;
	color:#fff;
}

.experience-extra-hero .wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.large-quote {
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
	font-family: 'Anton', sans-serif;
	font-size:26px;
}

.small-quote {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

.experience-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.experience-testimonial-speech-icon {
	-ms-flex-preferred-size: 15%;
	    flex-basis: 15%;
}

.experience-testimonial-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 3%;
}

.experience-testimonial-text h2 {
	color:#d1001c;
	font-size:50px;
}

.experience-testimonial-text h2:after {
	border-bottom:2px solid;
	content: "";
	width:25%;
	display: block;
	padding-top: 20px;
}

.experience-testimonial-image {
	-ms-flex-preferred-size: 47%;
	    flex-basis: 47%;
}

.look-forward {
	background: #00303C;
	color:#fff;
	padding:50px 0;
}

.look-forward h2 {
	font-size:50px;
	font-size:5.0rem;
	text-align: center;
}

.look-forward h5 {
	font-size:28px;
	color:#80989E;
	text-align: center;
	margin-bottom: 30px;
}

.look-forward-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.look-forward-parent li {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 40px;
}

.look-forward-parent li:before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight:normal;
	speak: none;
	border: 1px solid;
	padding: 0 5px;
	margin-left: -40px;
	float: left;
	line-height: 1.4;
}

.look-forward-left,
.look-forward-right {
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
}

.shortcode-product-loop {
	background: #f1f1f1;
	padding: 80px 0;
}

.grid-padding ul {
	margin-bottom: 1em;
}

.woocommerce-cart-tab-container {
	display: block !important;
}

.widget_shopping_cart_content {
	padding-bottom:150px;
}

.woocommerce-cart-tab-container .widget_shopping_cart .buttons {
	padding-bottom:100px !important;
}

.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button {
	font-size: 12px;
	font-size: 1.2rem;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

.woocommerce-cart-tab {
	width: 50px !important;
	height: 50px !important;
}

.woocommerce-cart-tab__contents {
	right: 4px !important;
	bottom: 4px !important;
}

.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {
	height: 50px !important;
}

.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget {
	margin-top:68px !important;
}

.widget_shopping_cart {
	font-size:16px;
}


/* # Overlay
---------------------------------------------------------------------------------------------------- */

.overlay { 
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1111;
    left: 0;
    top: 0;
    background-color: #d1001c;
    overflow-x: hidden; 
    -webkit-transition: 0.5s; 
    transition: 0.5s;
}

.overlay-flex {
	padding:10% 5%;
    position: relative;
    width: 100%;
    text-align: center;
    color:#fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.overlay-flex-child {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	border-right: 1px solid rgba(255,255,255,.4);
	padding:20px 5px;
}

.overlay-first {
	border-left: 1px solid rgba(255,255,255,.4);
}

.overlay-location {
    margin-bottom: 60px;
}

.overlay-location ul {
	margin-bottom: 10px;
}

.overlay-location ul li {
	font-size:14px;
}

.overlay-location .outline-only {
	padding:8px;
}

.overlay-price {
	padding-bottom: 10px;;
	color: #fff;
	font-family:  'Anton', sans-serif;
}

.overlay-from {
	line-height: 1.2;
	font-size:13px;
}

.overlay-pp {
	font-size:13px;
}

.overlay-rrp {
	font-size:13px;
	margin-left: 10px;
	position: relative;
}

.overlay-rrp:before {
	content: '';
    border-bottom: 2px solid #000;
    width: 100%;
    position: absolute;
    right: 0;
    top: 45%;
}

.svg-price {
	padding:0 20px 10px;
	color: #d1001c;
	font-family:  'Anton', sans-serif;
	font-size:14px;
	text-align: left;
}

.svg-from {
	line-height: 1.2;
	font-size:14px;
}

.svg-pp {
	font-size:12px;
}

.svg-rrp {
	font-size:12px;
	margin-left: 10px;
	color: #000;
	position: relative;
}


.svg-rrp:before {
	content: '';
    border-bottom: 2px solid;
    width: 100%;
    position: absolute;
    right: 0;
    top: 45%;
}

.product-archive-wrap del {
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.product-archive-wrap del:before {
	content: '';
    border-bottom: 2px solid #000;
	width: 20px;
    position: absolute;
    top: 45%;
}


.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
	font-size: 40px;
	line-height: 1.1;
	color:#fff;
	z-index: 111;
	background: #d1001c;
	padding:0 0 2px 2px;
	text-decoration: none;
}


.term-fathers-day-offer h1,
.term-fathers-day-offer .mouse {
	display: none;
}


.term-299 h1.entry-title {
	font-size: 0;
	height: 70px;
}


#shipping_email_field {
	display: none;
}

/* =============================================================================
   Responsive Voucher Comparison Table CSS
   ========================================================================== */

   .voucher-comparison h4 { 
	   margin: 60px 0 40px;
	   width:100%;
	   color: #d1001c;
	   text-align:center;
	   border-bottom: 1px solid #d1001c;
	   line-height:0.1em;
	} 
	
	.voucher-comparison h4 span { 
		background:#fff;
		padding:0 10px; 
	}
   
   .dataTable {
	display: block;
	width: 100%;
	margin: 1em 0;
	word-break: normal;
	border-color: #fff;
	line-height: 1.2;
	font-size: 16px;
  }

  .dataTable .green-tick {
	  text-align: center;
	  color: #009933;
	  font-size: 20px;
	  font-weight: bold;
  }

  .dataTable .red-cross {
	text-align: center;
	color: #d1001c;
	font-size: 20px;
	font-weight: bold;
}

  .dataTable tbody {
	  border: 0;
  }
  
  .dataTable thead,
  .dataTable tbody,
  .dataTable thead tr,
  .dataTable th {
	display: block;
  }
  
  .dataTable thead {
	float: left;
  }
  
  .dataTable tbody {
	width: auto;
	position: relative;
	overflow-x: auto;
  }
  
  .dataTable td, .dataTable th {
	padding: .625em;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
  }

  .dataTable th {
	text-align: left;
	background: #d1001c;
	color: #fff;
	border-bottom: 3px solid #fff;
  }
  
  .dataTable tbody tr {
	display: table-cell;
	background: #f1f1f1;
  }
  
  .dataTable tbody td {
	display: block;
  }
  
  @media screen and (min-width: 900px) {
  
	.dataTable {
	  display: table;
	}
	
	.dataTable thead {
	  display: table-header-group;
	  float: none;
	}
	
	.dataTable tbody {
	  display: table-row-group;
	}
	
	.dataTable thead tr, .dataTable tbody tr {
	  display: table-row;
	}
	
	.dataTable th, .dataTable tbody td {
	  display: table-cell;
	}
	
	.dataTable td, .dataTable th {
	  width: auto;
	}
	
  }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 660px) {
	
	.product-offer {
		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;
	}

	.product-offer h2 {
		margin-bottom: 0;
		margin-right: 20px;
	}

}

@media only screen and (min-width: 1281px) {
	
	.home-hero {
		padding: 140px;
	}

}

@media only screen and (min-width: 1440px) {
	
	.home-hero {
		padding: 250px;
	}

}

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
		float:right;
	}

}


@media only screen and (max-width: 1200px) {

	.genesis-nav-menu a {
		padding: 16px 8px;
	}

	.experience-testimonial-image {
		-ms-flex-preferred-size: 35%;
		    flex-basis: 35%;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-2 {
		width: 600px;
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1023px) {

	.latest-offers-img {
		left:20%;
		top:20px;
	}

	.widget_shopping_cart {
		font-size:14px;
	}

	.contact-email {
		-ms-flex-preferred-size:100%;
		    flex-basis:100%;
		margin-bottom: 30px;
	}
	
	.contact-phone {
		-ms-flex-preferred-size:48%;
		    flex-basis:48%;
	}
	
	.contact-write {
		-ms-flex-preferred-size:48%;
		    flex-basis:48%;
	}

	.social-embed-child {
		-ms-flex-preferred-size: 48%;
		    flex-basis: 48%;
	}

	.listing-item {
		width: calc(33% - 20px);
	}

	.facets-child {
		padding-left: 100px;
	}

	.t-fourth .testimonial-right {
		padding-right: 100px;
	}

	.t-fourth .testimonial-right img {
		width:100px;
	}

	.pre-testimonial h2 {
		font-size:28px;
	}

	.home-hero h2 {
		font-size:55px;
	}

	.home-testimonial h4,
	.home-hero p {
		font-size:25px;
	}

	.gift-package-arrow-img {
		left:50px;
	}

	.hero-slider, .entry-header-wrapper {
		padding: 100px 20px 140px;
	}

	.hero-slider .entry-title,
	.entry-header-wrapper .entry-title,
	.before-you-fly h2,
	.regional-map-left h2,
	.regional-map-left h1,
	.home-testimonial h2 {
		font-size:45px;
	}

	.subtitle {
		font-size: 22px;
	}

	.nav-primary {
		width: 100%;
		float: none;
		text-align: center;
	}

	.header-metas {
		display: block;
	}

	.header-metas {
		text-align: right;
	}

	.header-metas-child {
		padding-right: 0;
		padding-bottom: 10px;
	}

	#custom_html-2 {
		width:300px;
		float: left;
	}

	#custom_html-3 {
		width:auto;
		float: left;
	}

	.site-inner,
	.wrap {
		max-width: 900px;
	}

	#genesis-nav-primary .wrap {
		width:100%;
		max-width: 100%;
		padding:0;
	}

	.content,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.footer-widgets-2 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.footer-widgets-2,
	.footer-widgets-3 
		margin: 0 auto 40px;
	}

@media only screen and (max-width: 920px) {

	.mobile-voucher-button {
		background: #d1001c;
		position: absolute;
		right:0;
		top: 30px;
		display: inline-block;
		padding: 3px 14px 3px;
		color: #fff;
		text-decoration: none;
		line-height: 1;
		text-align: center;
		max-width: 90px;
		overflow: hidden;
	}

	.mobile-voucher-button:hover {
		color:#fff;

	}


	.latest-offers-img {
		display: none;
	}

	.ssme-search, .slide-nav-link {
		padding: 8px 14px !important;
		margin-top:30px;
	}

	.pilot-text {
		padding-top: 50px;
		padding-left:5%;
	}

	.t-first .testimonial-left,
	.t-third .testimonial-left,
	.t-second .testimonial-right,
	.t-fifth .testimonial-right,
	.t-sixth .testimonial-right {
		-ms-flex-preferred-size: 35%;
		    flex-basis: 35%;
	}

	.t-first .testimonial-right,
	.t-third .testimonial-right,
	.t-second .testimonial-left,
	.t-fifth .testimonial-left,
	.t-sixth .testimonial-left {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}

	.hero-slider, .entry-header-wrapper {
		padding: 100px 20px 100px;
	}



	.voucher-child a:hover,
	.phone-child a:hover {
		color: #fff;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

}
@media only screen and (max-width: 860px) {

	.single-launch-sites .entry h2,
	.location-content-parent h2,
	.single-pilot .entry h2 {
		font-size:35px;
	}

	.ls-sixty-fourty-wrap {
		display: block;
	}

	.listing-item {
		width: calc(50% - 10px);
	}

	.facets-child {
		padding-left:20px;
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
	}

	.big-or {
		font-size:30px;
	}

	.map-child {
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
	}

	.pilot-text .entry-title {
		font-size:45px;
	}

	.pilot-text {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		margin-right: 5%;
	}

	.pilot-image {
		-ms-flex-preferred-size: 45%;
		    flex-basis: 45%;
	}

	.t-fourth .testimonial-parent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.experience-testimonial-text h2 {
		font-size:40px;
	}

	.t-fourth .testimonial-left {
		margin-right:0;
		margin-bottom: 20px;
	}

	.t-fourth .testimonial-right {
		margin-left: 0;
	}

	.before-you-fly h2,
	.regional-map-left h2,
	.regional-map-left h1,
	.home-testimonial h2,
	.fly-from-anywhere-parent h2 {
		font-size:36px;
	}

	.fly-from-anywhere-parent {
		padding: 0;
	}

	.check-comparison .wrap {
		padding: 0 5%;
	}

	.price-tag {
		width: 70px;
		height: 70px;
	}

	.gift-package-arrow-img {
		left:10px;
	}

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.post-type-archive-pilot .site-inner {
		padding:0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.entry {
		margin: 30px 0;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 800px) {

	.overlay-flex-child {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}

	.overlay-third {
		border-left: 1px solid rgba(255,255,255,.4);
	}

	.widget_shopping_cart {
		font-size:12px;
	}

	.product-card-parent,
	.additional-info {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.product-card,
	.additional-info-child {
		-ms-flex-preferred-size: 48%;
		    flex-basis: 48%;
		margin-bottom: 20px;
	}


}

@media only screen and (max-width: 767px) {

	.check-comparison .wrap {
		display: block;
	}

	.check-comparison h4 {
		font-size: 30px;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.featured-launch-blog,
	.home-launchsite,
	.home-blog  {
		display: block;
	}

	.home-launchsite {
		margin-bottom: 30px;
	}

	.footer-contact {
		display: block;
		border-bottom:0;
	}

	.footer-phone {
		margin:0 0 20px 0;
	}

	.footer-email {
		margin-bottom: 20px;
	}

	.delivery-option-label,
	.delivery-cost-label,
	.delivery-time-label,
	.delivery-option,
	.delivery-cost,
	.delivery-time {
		padding: 10px;
	}


	.single-launch-sites .entry,
	.location-content-parent,
	.single-pilot .entry {
		display:block;
	}

	.location-title {
		margin:0;
	}

	.hero-slider, .entry-header-wrapper {
		padding: 80px 5%;
	}

	.downArrow {
		display: none;
	}

	.button-child-left img {
		margin-left: -50px;
	}

	.button-child-right img {
		margin-right: -50px;
	}

	.regional-map-parent {
		display: block;
	}

	.regional-map-left {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.regional-map-right {
		text-align: center
	}

	.find-launch-img {
		top: 150px;
		left: 0;
	}

	.vouchers-giftpackages-parent h2 {
		font-size:28px;
	}

	.gift-package-arrow-img {
		display: none;
	}

	.before-fly-list {
		width:100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.before-fly-slider {
		width:100%;
		text-align: left;
	}

	.lightslider-content {
		padding:0;
	}

	.lSAction {
		display:none !important;
	}

	.footer-widgets-2 .widget li {
		width:47%;
		margin-right: 3%;
	}

	#custom_html-3 {
		width: calc(100% - 300px);
	}

	.socialicons a {
		display: inline-block;
	}

	.creds-parent {
		display: block;
		text-align: center;
	}

	.website-by-flex {
		text-align: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.credsleft {
		padding-right: 0;
		margin-bottom: 10px;
	}

}


@media only screen and (max-width: 680px) {

	.hide-mobile {
		display: none !important;
	}

	.delivery-main-parent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		font-size:16px;
	}

	.delivery-parent {
		display: block;
		-ms-flex-preferred-size: 65%;
			flex-basis: 65%;
			background: #f1f1f1;
	}
	
	.delivery-labels-parent {
		display:block;
		-ms-flex-preferred-size: 35%;
		    flex-basis: 35%;
		background: #d1001c;
	}

	.social-embeds-parent {
		display:block;
	}

	.contact-phone {
		-ms-flex-preferred-size:100%;
			flex-basis:100%;
		margin-bottom: 30px;
	}
	
	.contact-write {
		-ms-flex-preferred-size:100%;
			flex-basis:100%;
	}

}

@media only screen and (min-width: 601px) {

	.facets-child {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

}

@media only screen and (max-width: 600px) {

	.check-comparison {
		text-align: center;
	}

	.overlay-flex {
		padding: 12% 5%;
	}

	.large-quote {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group:1;
		    -ms-flex-order:0;
		        order:0;
		margin-bottom:20px;
	}

	.small-quote {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
	}

	.listing-item {
		width: 100%;
	}

	.map-parent {
		display: block;
	}

	.instragram-parent {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.page-template-faq .entry {
		padding:20px 0;
	}

	.mainq h3 {
		font-size:20px;
		margin-left: 40px;
	}

	.mainq::before {
		width:30px;
		height:23px;
	}

	.pilot-hero-parent {
		display: block;
	}

	.post-type-archive-pilot .type-pilot {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}

	.instagram-container h2 {
		font-size:26px;
	}

	.instagram-container h2 span {
		font-size: 16px;
		display: block;
	}

	.t-first .testimonial-left {
		-ms-flex-preferred-size:50px;
		    flex-basis:50px;
	}

	.t-second .testimonial-parent,
	.t-third .testimonial-parent,
	.t-fifth .testimonial-parent,
	.t-sixth .testimonial-parent {
		display: block;
	}

	.t-second .testimonial-left,
	.t-fifth .testimonial-left,
	.t-sixth .testimonial-left {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.t-third .testimonial-left {
		margin-right: 0;
	}

	.t-third .testimonial-right,
	.t-second .testimonial-right,
	.t-fifth .testimonial-right,
	.t-sixth .testimonial-right {
		margin-left: 0;
	}

	.t-sixth .testimonial-left img {
		width:100px;
		margin-bottom: 30px;
	}

	.experience-testimonial {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.experience-testimonial-image {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-top:30px;
	}

	.experience-testimonial-text h2 {
		font-size:30px;
	}

	.look-forward h2,
	.home-hero h2 {
		font-size: 45px;
	}

	.look-forward h5 {
		font-size:24px;
	}
	
	.home-testimonial h4,
	.home-hero p {
		font-size:20px;
	}

	.look-forward-parent {
		display: block;
	}

	.find-launch-img {
		display:none;
	}

	.fly-from-anywhere-parent {
		display: block;
		text-align: center;
	}

	.fly-from-anywhere-parent .button-right {
		text-align: center;
		margin-top:20px;
	}

	#custom_html-2,
	#custom_html-3 {
		width: 100%;
	}

}

@media only screen and (max-width: 560px) {

	.button-child-left {
		display: none;
	}

	.side-wide {
		text-align: left;
	}

	.side-wide .wrap {
		padding:0 50px 0 20px;
	}

	.hop-on-board {
		margin-left:-100px;
	}

	.home-hero {
		display:block;
		padding:80px 5%;
	}

	.home-hero-buttons {
		display:block;
		max-width:280px;
		margin: 0 auto;
	}

	.home-hero-buttons a {
		display:inline-block
	}

	.button-child-left img {
		margin:0;
	}

	.vouchers-giftpackages-parent h2 {
		font-size:22px;
	}

	.price-tag {
		right:0;
	}
}

@media only screen and (max-width: 500px) {

	.contact-email a {
		font-size:12px;
	}

	.delivery-main-parent {
		font-size:14px;
	}

	.mainq h3 {
		font-size:18px;
	}

	.testimonial h4 {
		font-size:35px;
	}

	.t-fourth .testimonial-right {
		padding-right: 0;
	}

	.t-fourth .testimonial-right img {
		top: -80px;
		right:-50px;
	}

	.vouchers-giftpackages-parent {
		display: block;
	}

	.vouchers-child {
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 460px) {


	.quick-flight-finder .outline-only {
		text-align: center;
	}

	.overlay-location h4 {
		font-size: 20px;
	}
	
	.overlay-location .outline-only {
		font-size:12px;
		font-size:1.2rem;
	}

    .overlay .closebtn {
		font-size: 30px;
    }

	.header-image .title-area {
		max-width: 140px;
	}

	.slide-nav-link::before,
	.slide-nav-link,
	.mobile-voucher-button {
		font-size:12px !important;
	}

	.mobile-voucher-button {
		padding: 6px 14px;
	}

	.home-product-header {
		padding-top:100px;
	}
	
	.footer-widgets-2 .widget li {
		width:100%;
		margin-right: 0%;
	}
	
}


@media only screen and (max-width: 400px) {
	
	.product-card-parent,
	.additional-info {
		display: block;
	}
	
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

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

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.nav-primary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

}
