/*!
Theme Name: Hong Kong Foodie
Theme URI: http://underscores.me/
Author: Chris Richardson
Author URI: https://tryassistant.com/
Description: Custom Theme For Hong Kong Foodie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hong-kong-foodie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hong Kong Foodie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


@font-face {
    font-family: 'Red Hat Text';
    src: url('fonts/RedHatText-Italic.woff2') format('woff2'),
        url('fonts/RedHatText-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Red Hat Text';
    src: url('fonts/RedHatText-MediumItalic.woff2') format('woff2'),
        url('fonts/RedHatText-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Red Hat Text';
    src: url('fonts/RedHatText-Regular.woff2') format('woff2'),
        url('fonts/RedHatText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Red Hat Text';
    src: url('fonts/RedHatText-Medium.woff2') format('woff2'),
        url('fonts/RedHatText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('fonts/NotoSerif.woff2') format('woff2'),
        url('fonts/NotoSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Red Hat Text';
    src: url('fonts/RedHatText-BoldItalic.woff2') format('woff2'),
        url('fonts/RedHatText-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Red Hat Text';
    src: url('fonts/RedHatText-Bold.woff2') format('woff2'),
        url('fonts/RedHatText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Red Hat Text';
	font-size: 18px;
	line-height: 30px;
	  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	line-height: 60px;
	margin: 0 0 25px 0;
}

p {
	margin: 0 0 25px 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
	background: #EFEFEF;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000000;
	
	
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	
}

textarea {
	width: 100%;
}

.widget_search {
	position: relative;
}

.widget_search input[type="submit"] {
	background: url(img/search.svg) no-repeat;
    background-size: 22px 22px;
    border: none;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    cursor: pointer;
}

.widget_search input[type="search"] {
	padding: 8px;
    width: 100%;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.content-area {
	padding-top: 170px;
}

.site-inner {
	max-width: 1140px;
	width: 100%;
	margin: 55px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

#primary {
	flex: 0 1 750px;
}

#secondary {
	flex: 0 1 300px;
}

.home .site-inner, .hkf-tour .site-inner, .hkf-film.site-inner, .hkf-group.site-inner, .hkf-about.site-inner {
	max-width: 100%;
	margin: 0 auto;
}

.home #primary, .page #primary {
	flex: 0 1 100%;
}

#primary.hkf-front, {
	max-width: 100%;
}

body.hkf-notice .content-area {
	padding-top: 225px;
}

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

.site-header {
	padding: 80px 0 40px 0;
	position: fixed;
	width: 100%;
	background: #ffffff;
	z-index: 100;
	border-bottom: 1px solid #EFEFEF;
	
}

.site-header .head-book {
	position: absolute;
    max-width: 1140px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.site-header  .head-book a {
	font-size: 16px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: 28px;
    width: 200px;
    height: 40px;
    padding: 5px;
    margin: 0 auto;
    color: #ffffff;
    background: #E41A2C;
    float: right;
    font-weight: 500;
}

.main-navigation .mobile-head-book a {
	font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: 20px;
    width: 200px;
    height: 40px;
    padding: 10px;
    margin: 0 auto;
    color: #ffffff;
    background: #E41A2C;
    font-weight: 500;
}

.site-branding {
	
}

.site-branding img.custom-logo {
	width: 290px;
	height: 80px;
}

.site-branding a.custom-logo-link {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #E41A2C;
	text-decoration: none;
}

a:visited {
	color: #E41A2C;
}

a:hover,
a:focus,
a:active {
	color: #E41A2C;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Site Notice
--------------------------------------------------------------*/

.site-notice {
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	padding: 12px;
	background-color: #FFC821;
	display: none;
}

.site-notice .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}
.site-notice img {
	display: block;
	float: left;
	margin-right: 25px;
}

.site-notice p {
	margin: 0;
	display: inline-block;
}

.site-notice a {
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	float: right;
	text-transform: uppercase;
	line-height: 18px;
	width: 160px;
	height: 32px;
	padding: 7px;
	margin: 0 auto;
	font-weight: 500;
	position: relative;
    right: 40px;
}

.site-notice a:hover {
	background: #ffffff;
	color: #000000;
}

.site-notice-dismiss {
	
	background: none;
	border: 0;
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	font-family: 'Red Hat Text';
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	max-width: 1140px;
    margin: 0 auto;
    width: 100%;
   
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	 height: 50px;

}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	flex-direction: column;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul li {

}

.main-navigation ul ul a {
	width: 200px;
	border-bottom: 1px solid #DEDEDE !important;
	border-left: 1px solid #DEDEDE !important;
	border-right: 1px solid #DEDEDE !important;
	font-size: 15px !important;
	line-height: 21px !important;
	background: #ffffff !important;
	text-transform: initial !important;
	font-weight: normal !important;
	letter-spacing: initial !important;
	padding: 12px 15px !important;
}

.main-navigation ul li.menu-tours ul a {
	width: 275px;
}

.main-navigation ul li.menu-private ul a {
width: 270px;
}

.main-navigation ul li.menu-about ul a {
width: 160px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;

}

.main-navigation ul li.menu-about:hover > ul,
.main-navigation ul li.menu-about.focus > ul {
	left: -50px;
}

.main-navigation li {
	position: relative;
}



.main-navigation li.menu-item-has-children:after {
	content: "\f0d7";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 0;
    margin: auto 0;
}

.main-navigation li.menu-item-has-children:nth-child(7):after {
	right: 14px;
}

.main-navigation ul li:nth-child(5), .main-navigation ul li:nth-child(6), .main-navigation ul li:nth-child(7) {
	flex: 0 1 105px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 9px 15px;
	font-weight: 500;
}

.main-navigation li a:hover, .main-navigation li.menu-item-has-children:hover {
	color: #E41A2C !important;
}

.main-navigation li.current-menu-item a {
	color: #848484;
}

.main-navigation ul li.menu-home a {
	background: url(img/HK-foodie-logo.svg) no-repeat;
	background-color: #ffffff;
	background-size: 290px 80px;
	text-indent: -9999em;
    width: 380px;
    height: 80px;
    background-color: #ffffff;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -17px;
    background-position: center;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #DEDEDE;
    	border-bottom: 1px solid #DEDEDE;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 0 1 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 0 1 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 40px;
}

.widget select {
	max-width: 100%;
}

.widget ul {
	margin: 0;
	padding: 0;
	

}

.widget ul li {
	margin-bottom: 5px;
}

.widget a {
	color: #E41A2C;
}

.widget-popular {

}

.widget-popular a {
	color: #000000;
	font-size: 15px;
	 font-family: 'Noto Serif';
	 font-weight: normal;
	 line-height: 28px;

}

.widget-popular a:hover {
	color: #E41A2C;
}

.widget-popular img {
	width: 70px;
	height: 70px;
}

.widget-popular ul li {
	margin-bottom: 20px;
}

.widget-categories ul {
	border: 1px solid #DEDEDE;
	padding: 15px 0 15px 35px;
}

.widget-featured {
	overflow: hidden;
}

.widget-featured .widget-tour {
	position: relative;
}

.widget-featured .tour-hover {
	background: rgba(0,0,0,0.4);
    display: block;
    height: 75px;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.widget-featured .tour-hover:hover {
	height: 100%;
	padding: 50px 30px;
}

.widget-featured img {
	display: block;
	margin: 0 auto;
}

.widget-featured h3 {
	font-size: 21px;
	font-weight: normal;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
}

.widget-featured a {
	font-size: 13px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.9px;
    width: 150px;
    height: 36px;
    padding: 5px;
    margin: 0 auto;
    color: #ffffff;
    background: #E41A2C;
    font-weight: 500;
    
}

.widget-compare {
	border: 1px solid #E41A2C;
	padding-top: 20px;
}

.widget-compare h3 {
	 font-family: 'Noto Serif';
	 font-size: 24px;
	 line-height: 33px;
	 color: #000000;
	 text-align: center;
	 margin-bottom: 20px;
}

.widget-compare p {
	line-height: 28px;
	 text-align: center;
	 padding: 0 25px;
}

.widget-compare img {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

.widget-compare a {
font-size: 13px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.9px;
    width: 100%;
    height: 50px;
    padding: 12px;
    margin: 0 auto;
    color: #ffffff;
    background: #E41A2C;
    font-weight: 500;
}



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

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

.entry-title {
	font-size: 22px;
	line-height: 32px;
}

.entry-title a {
	color: #000000;
}

.entry-title a:hover {
	color: #E41A2C;
}

.single .entry-title {
	font-size: 34px;
	line-height: 45px;
	color: #E41A2C;
}

.widget-title {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 20px;
}

.page .entry-title {
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 27px;
	text-transform: uppercase;
	display: block;
	position: relative;
	margin-bottom: 55px;
}

.page .entry-title:after {
	content: "";
	border-top: 1px solid #FFC821;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    
    z-index: -1;

}

.page .entry-title span {
	background: #FFC821;
    padding: 5px 30px;
    border-right: 20px solid #ffffff;
}

.hkf-tour .entry-title {
	font-size: 50px;
	line-height: 66px;
	color: #E41A2C;
	letter-spacing: initial;
	display: initial;
	position: initial;
	text-transform: initial;
	margin-bottom: initial;
}

.hkf-private .entry-title {
	font-size: 28px;
    line-height: 38px;
    color: #E41A2C;
    letter-spacing: initial;
    position: initial;
    text-transform: initial;
    text-align: center;
    margin: 0 auto 55px auto;
    display: block;
}

.hkf-film .entry-title, .hkf-group .entry-title, .hkf-about .entry-title {
	font-size: 24px;
	line-height: 31px;
	color: #000000;
	display: initial;
	position: initial;
	margin-bottom: initial;
	text-align: center;
}

.hkf-tour .entry-title:after, .hkf-private .entry-title:after, .hkf-film .entry-title:after, .hkf-group .entry-title:after, .hkf-about .entry-title:after {
	content: "";
	border: none;
}

/*--------------------------------------------------------------
## Compare Tours
--------------------------------------------------------------*/

.hkf-compare {

}

.hkf-compare .hkf-compare-grid.desktop {
	
}

.hkf-compare .hkf-compare-list.mobile {
	display: none;
}

.hkf-compare .hkf-compare-grid {
	display: flex;
	border: 1px solid #DEDEDE;
	flex-direction: column;
	margin-bottom: 80px;
}

.hkf-compare .hkf-compare-grid .row {
	border-bottom: 1px solid #DEDEDE;
	display: flex;
	
}

.hkf-compare .hkf-compare-grid .row:last-child {
	border-bottom: none;
}

.hkf-compare .hkf-compare-grid .col {
	border-right: 1px solid #DEDEDE;
	flex: 0 1 204px;
	padding: 24px 12px;
}

.hkf-compare .hkf-compare-grid .col.first {
	flex: 0 0 122px;
	padding: 24px 0;
	position: relative;
}

.hkf-compare .hkf-compare-grid .col.first .hover {
	background: #FFC821;
	padding: 10px;
	position: absolute;
	top: -45px;
    width: 100%;
    display: none;
}

.hkf-compare .hkf-compare-grid .col.first .hover.double {

top: -69px;
}

.hkf-compare .hkf-compare-grid .col.first .hover:after {
	content: "";
	width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFC821;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hkf-compare .hkf-compare-grid .col.first:hover > .hover {
	display: block;
}



.hkf-compare .hkf-compare-grid .col.first span {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	display: block;
}


.hkf-compare .hkf-compare-grid .col:last-child {
	border-right: none;
}

.hkf-compare .hkf-compare-grid h2 {
	font-size: 22px;
	line-height: 32px;
	color: #E41A2C;
	text-align: center;
	margin: 0;
}

.hkf-compare .hkf-compare-grid p {
	margin: 0;
}

.hkf-compare .hkf-compare-grid img {
	display: block;
	margin: 0 auto;
}

.hkf-compare .hkf-compare-grid a.book-button {
	display: block;
	width: 140px;
	height: 45px;
	padding: 10px;
	border: 1px solid #E41A2C;
	color: #ffffff;
	background: #E41A2C;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.hkf-compare .hkf-compare-grid a.book-button:hover {
	color: #E41A2C;
	background: #ffffff;
}


.hkf-compare .hkf-compare-list {
	
	margin-bottom: 80px;
}

.hkf-compare .hkf-compare-list h2 {
	font-size: 24px;
	line-height: 34px;
	color: #E41A2C;
	text-align: center;
	margin: 0;
}

.hkf-compare .hkf-compare-list p {
	font-size: 17px;
	line-height: 28px;
}

.hkf-compare .hkf-compare-list .col {
	border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.hkf-compare .hkf-compare-list .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.hkf-compare .hkf-compare-list .compare-icon {
	flex: 0 1 45px;
}

.hkf-compare .hkf-compare-list img {
	
}

.hkf-compare .hkf-compare-list .compare-text {
	flex: 0 1 80%;
}

.hkf-compare .hkf-compare-list a.book-button {
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px;
	border: 1px solid #E41A2C;
	color: #ffffff;
	background: #E41A2C;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.hkf-compare .hkf-compare-list a.book-button:hover {
	color: #E41A2C;
	background: #ffffff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.home.page, .hkf-tour .page {
	margin: 0;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/

.front-hero {
background: url(img/front-hero.jpg) no-repeat; 
background-size: cover;
}

.front-hero .hkf-wrap {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	 height: 610px;
}

.front-hero .intro-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	max-width: 600px;
	height: 220px;
}

.front-hero .intro-box h2 {
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
	margin-bottom: 40px;
}

.front-hero .intro-box a {
	font-size: 16px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	line-height: 28px;
	width: 200px;
	height: 40px;
	padding: 6px;
	margin: 0 auto;
	color: #ffffff;
	background: #E41A2C;
	font-weight: 500;
}

.front-hero img.trip {
	position: absolute;
	top: 20px;
	right: 0;
}

.front-seen {
	background: #F0F0F0;
}

.front-seen .hkf-wrap {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 35px 0 15px 0;
}

.front-seen .seen-item {

}

.front-seen span {
	 font-family: 'Noto Serif';
	 font-size: 14px;
	 line-height: 19px;
	 color: #6E6E6E;
	 padding: 20px 0;
    display: inline-block;
}

.front-seen .seen-item img {

}

.front-seen .seen-item.toronto {
	position: relative;
    top: -10px;
    margin-bottom: -10px;
}


.front-intro {

}

.front-intro .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}

.front-intro h2 {
	font-size: 44px;
	line-height: 58px;
	color: #E41A2C;
	text-align: center;
}

.front-intro p {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.front-why {
	border-bottom: 1px solid #EFEFEF;
	position: relative;
}

.front-why:after {
	content: " ";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 7px;
    height: 1px;
	border-bottom: 1px solid #EFEFEF;
}

.front-why .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 65px 0 5px 0;
}

.front-why h2 {
	font-size: 44px;
	line-height: 58px;
	color: #E41A2C;
	text-align: center;
	margin-bottom: 50px;
}

.front-why .why-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.front-why .why-item {
	flex: 0 1 300px;
	margin-bottom: 55px;
}

.front-why .why-item h3 {
	font-size: 22px;
	line-height: 24px;
	color: #E41A2C;
	text-align: center;
	margin-bottom: 15px;
}

.front-why .why-item p {
	line-height: 28px;
	text-align: center;
	margin: 0;
}

.front-why .why-item img {
	display: block;
	margin: 0 auto 40px auto;
}

.front-tours {
border-bottom: 1px solid #EFEFEF;
	position: relative;
}

.front-tours:after {
	content: " ";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 7px;
    height: 1px;
	border-bottom: 1px solid #EFEFEF;
}

.front-tours .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.front-tours .tour-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.front-tours .tour-item {
	flex: 0 1 550px;
	margin-bottom: 50px;
	border: 1px solid #E0DBCD;
}

.front-tours .tour-item .top {
	position: relative;
	margin-bottom: 35px;
}

.front-tours .tour-item .top img.feat {
	display: block;
	margin: 0 auto;
}

.front-tours .tour-item .top img.tour-time {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.front-tours .tour-item .top span {
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	display: inline-block;
	background: #FFC821;
	position: absolute;
	left: 0;
	top: 20px;
	padding: 8px 15px;
}

.front-tours .tour-item .middle {
	border-bottom: 1px solid #E0DBCD;
	max-width: 480px;
	min-height: 250px;
	margin: 0 auto;
}

.front-tours .tour-item .middle h3 {
	font-size: 28px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 0;
}

.front-tours .tour-item .middle h3 a {
	color: #000000;
}

.front-tours .tour-item .middle h3 a:hover {
	color: #E41A2C;
}

.front-tours .tour-item .middle p {
	text-align: center;
	margin-bottom: 0;
	line-height: 28px;
}

.front-tours .tour-item .bottom {
	max-width: 480px;
	margin: 25px auto 40px auto;
}

.front-tours .tour-item .bottom .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.front-tours .tour-item .bottom .col {
	flex: 0 1 130px;
}

.front-tours .tour-item .bottom img.tour-time {
	margin: 0 auto 25px auto;
	display: block;
	width: 60px;
    height: 60px;
}

.front-tours .tour-item .bottom img.tour-duration {
	margin: 0 auto 25px auto;
	display: block;
	width: 60px;
    height: 60px;
}

.front-tours .tour-item .bottom img.tour-price {
	margin: 0 auto 25px auto;
	display: block;
	width: 60px;
    height: 60px;
}

.front-tours .tour-item .bottom h4 {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	margin: 0;
}

.front-tours .tour-item .bottom span {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	display: block;

}

.front-tours .tour-item .bottom a.inquire {
	text-decoration: underline;
	color: #000000;

}

.front-tours .tour-item .bottom .tour-home-btn {
	display: flex;
	justify-content: space-between;
}



.front-tours .tour-item .bottom a.learn {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 21px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	color: #E41A2C;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #E41A2C;
	flex: 0 1 47%;
}

.front-tours .tour-item .bottom a.learn.book {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 21px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	background: #E41A2C;
	padding: 10px;
	border: 1px solid #E41A2C;
	flex: 0 1 47%;
}

.front-tours .tour-item .bottom a.learn:hover {
	background: #ffffff;
	color: #E41A2C;
}

.front-other {

}

.front-other .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 45px 0 45px 0;
}

.front-other h2 {
	font-size: 44px;
	line-height: 58px;
	color: #E41A2C;
	text-align: center;
	margin-bottom: 40px;
}

.front-other .other-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.front-other .other-item {
	flex: 0 1 355px;
	border: 1px solid #E41A2C;
}

.front-other .other-item .row {
	padding: 20px 30px 10px 30px;
	min-height: 250px;
	position: relative;
}

.front-other .other-item h3 {
	 font-family: 'Noto Serif';
	 color: #000000;
	 font-size: 24px;
	 line-height: 33px;
	 text-align: center;
	 margin-bottom: 15px;
}

.front-other .other-item p {
	 text-align: center;
	 line-height: 28px;
	 margin-bottom: 15px;
}

.front-other .other-item img {
	margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.front-other .other-item a {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 21px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	background: #E41A2C;
	padding: 10px;
}

.front-video {

}

.front-video .hkf-wrap {
	line-height: 0
}

.front-blog {
	background: #F6F6EE;
	padding: 40px 0;
}

.front-blog .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.front-blog .front-blog-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.front-blog .front-blog-title h3 {
	font-size: 32px;
	line-height: 43px;
	margin: 0;
}

.front-blog .front-blog-title a {
	color: #9B9B9B;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 20px 0 0 0;
	font-weight: 500;
}

.front-blog .front-blog-title a i {
	font-size: 15px;
	margin-left: 5px;
}

.front-blog .post-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.front-blog .post-list article {
	flex: 0 1 355px;
	background: #ffffff;

}

.front-blog .post-list article .entry-header {
	padding: 20px 40px 35px 40px;
}

.front-blog .post-list article .entry-meta {
	margin-bottom: 10px;
}

.front-blog .post-list article h2 {
	 font-family: 'Noto Serif';
	 font-size: 18px;
	 line-height: 28px;
	 text-align: center;
	 color: #000000;
	 margin: 0;
	 text-transform: initial;
}

.front-blog .post-list article h2 a {
	
	 color: #000000;
}

.front-blog .post-list article span a {
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 20px;
	color: #F08D3E;
	margin: 0 auto;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}


/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/

.blog-header {
	position: relative;
	background-image: url(img/blog-header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 420px;
}

.blog-header header {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 70px;
	width: 400px;
}

.blog-header .page-title {
	font-size: 50px;
	line-height: 66px;
	color: #ffffff;
	text-align: center;
}

.hkf-blog article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-blog article .blog-thumbnail {
	flex: 0 1 390px;
}

.hkf-blog article .entry-content {
	flex: 0 1 320px;
	margin: 0;
}

.hkf-blog article .post-category a {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	color: #F08D3E;
	margin-bottom: 10px;
    display: block;
}

.hkf-blog article p {

}

.hkf-blog article a.hkf-more {
	font-size: 18px;
	line-height: 23px;
	color: #E41A2C;
	border-bottom: 2px solid #E41A2C;
}

/*--------------------------------------------------------------
## Blog Post
--------------------------------------------------------------*/

.single .entry-meta {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding: 6px 0;
	font-size: 16px;
}

.single .entry-meta a {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #000000;

}

.single .entry-meta .col-1 {
	flex: 0 1 145px;
	border-right: 1px solid #DEDEDE;
}

.single .entry-meta .col-2 {
	padding: 0 0 0 30px;
}

.hkf-social-share {
	width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

.hkf-social-share ul {
	max-width: 175px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.hkf-social-share ul li {
	flex: 0 1 36px;
}

.hkf-social-share ul li a {
	background: #E41A2C;
    color: #ffffff;
    width: 36px;
    height: 36px;
    padding: 6px 8px;
    border-radius: 36px;

}

.hkf-social-share ul li a i {
	width: 18px;
    height: 18px;
    text-align: center;
}

.single .entry-footer {

}

.single .entry-footer .tags-links {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

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



/*--------------------------------------------------------------
## FAQ Page
--------------------------------------------------------------*/

.hkf-faq {

}

.faq-intro {
	max-width: 900px;
	margin: 0 auto;
}

.faq-intro p {
	text-align: center;
}

.hkf-faq-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 50px 0;
	position: relative;
	z-index: 10;
}

.hkf-faq-menu .faq-menu-item {
	flex: 0 1 255px;
}

.hkf-faq-menu .faq-menu-item a {
	display: block;
	background: #E41A2C;
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
}

.hkf-faq-list {
	flex: 0 1 750px;
}

.hkf-faq-list .hkf-faq-item {
	margin-bottom: 70px;
}

.hkf-faq-list .hkf-faq-item h2 {
	font-size: 22px;
	line-height: 24px;
	color: #E41A2C;
}

.hkf-faq-list .hkf-faq-item h2::before {
  content: '';
  display: block;
  height:      275px;
  margin-top: -275px;
  visibility: hidden;
}

.hkf-faq-list .hkf-faq-item .faq-title h4 {
    margin: 0px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    
}

.hkf-faq-list .hkf-faq-item .faq-main.open .faq-title h4 {
    
    border-bottom: 1px solid #EFEDE9;
    padding-bottom: 15px;
}

.hkf-faq-list .hkf-faq-item [data-accordion] > [data-control]:after {
    color: #000000 !important;
 }

 .hkf-faq-list .hkf-faq-item .faq-accordion .faq-main {
    border: 1px solid #EFEDE9;
    background: #F9F8F6;
    margin-bottom: 25px;
        padding: 6px 10px;
}

.hkf-faq-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-faq-side {
	flex: 0 1 350px;
}

.hkf-faq-side .faq-widget {

}

.hkf-faq-side .faq-widget h3 {
	font-size: 22px;
	line-height: 24px;
	color: #E41A2C;
}

.hkf-faq-side .faq-widget .gform_wrapper label.gfield_label {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;

}

.hkf-faq-side .faq-widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .hkf-faq-side .faq-widget .gform_wrapper textarea {
	border: 1px solid #DEDEDE;
}

.hkf-faq-side .faq-widget .gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    width: 190px;
    height: 42px;
}

.hkf-faq-side .faq-widget .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #000000;
    background: #ffffff;
}

/*--------------------------------------------------------------
## Tour Template
--------------------------------------------------------------*/

.hkf-tour {

}

.hkf-tour .tour-hero {
	background-size: cover;
	background-repeat: no-repeat;
}



.hkf-tour .tour-hero .hkf-wrap {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	 height: 630px;
}


.hkf-tour .tour-hero .tag-box {
	position: absolute;
    left: 5%;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 300px;
    height: 50px;
    background: #FFC821;
    text-align: center;
    padding: 10px;
}

.hkf-tour .tour-hero .tag-box span {
	
}

.hkf-tour .tour-hero img.trip {
	position: absolute;
	top: 20px;
	right: 5%;
}

.hkf-tour .entry-header {
	max-width: 600px;
	margin-bottom: 50px;
}

.hkf-tour .entry-content {
	margin: 40px 0 0 0;
}

.hkf-tour .hkf-wrap {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.hkf-tour .tour-intro {
	
	margin-bottom: 100px;
}

.hkf-tour .tour-intro .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.hkf-tour .tour-col {
	flex: 0 1 720px;
}

.hkf-tour .book-col {
	flex: 0 1 360px;
	
}

.hkf-tour .book-col .hkf-book-widget {
margin-bottom: 30px;
	border: 1px solid #EFEFEF;
	padding: 30px;
}

.hkf-tour .book-col .buy-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-tour .book-col .buy-buttons a {
	width: 170px;
	height: 36px;
	text-align: center;
	border: 1px solid #E41A2C;
	color: #E41A2C;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.9px;
	line-height: 26px;
	padding: 5px;
    font-weight: 500;
}

.hkf-tour .tour-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.hkf-tour .trip-mobile {
	display: none;
}

.hkf-tour .detail-item {
	flex: 0 1 215px;
	display: flex;
	margin-bottom: 50px;
}

.hkf-tour .detail-item img {
	display: block;
	margin: 0 20px 0 0;
}

.hkf-tour .detail-item span {
	line-height: 25px;
	max-width: 130px;
}

.hkf-tour .tour-intro .mobile-book {
	display: none;
}

.hkf-tour .tour-highlights {
	margin-bottom: 40px;
}

.hkf-tour .tour-highlights h2 {
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 20px;
}

.hkf-tour .tour-highlights .highlights-box {
	background: #F6F6F6;
	padding: 30px 0 10px 0;
}

.hkf-tour .tour-highlights ul {
	margin: 0 0 0 3em;
	padding: 0;
}

.hkf-tour .tour-highlights li {
	padding-bottom: 15px;
}

.hkf-tour .tour-gallery {

}


.hkf-tour .tour-gallery .carousel-main {
  margin-bottom: 8px;
}

.hkf-tour .tour-gallery .carousel-cell {
  width: 100%;
  height: 438px;
  margin-right: 8px;
  background: #8C8;
  border-radius: 5px;
}

.hkf-tour .tour-gallery .carousel-nav .carousel-cell {
  height: 105px;
  width: 175px;
}

.hkf-tour .tour-gallery .carousel-main img {
  display: block;
  margin: 0 auto; 
}

.hkf-tour .tour-gallery .flickity-page-dots {
   
    bottom: -155px;
}

.hkf-tour .tour-more {
	background: #F9F8F6;
	padding: 45px 0;
}

.hkf-tour .tour-more .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-tour .tour-more .more-item {
	flex: 0 1 355px;
}

.hkf-tour .tour-more .more-item h4 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
	text-align: center;
	min-height: 80px;
}

.hkf-tour .tour-more .more-item p {
	text-align: center;
}

.hkf-tour .tour-more .more-item a {
	font-size: 17px;
    text-align: center;
    color: #E41A2C;
    border-bottom: 2px solid #e41a2c;
    margin: 0 auto;
    display: block;
    max-width: 85px;
}

.hkf-tour .tour-more .more-item .img-block {
	min-height: 155px;
	margin: 0 auto 45px auto;
	position: relative;
}

.hkf-tour .tour-more .more-item img {
	margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hkf-tour .tour-locations {
	margin-bottom: 25px;
	padding-top: 70px;
}

.hkf-tour .tour-locations .hkf-wrap {
	
}

.hkf-tour .tour-locations h2 {
	font-size: 34px;
	line-height: 45px;
	text-align: center;
}

.hkf-tour .tour-locations p {
	line-height: 23px;
	text-align: center;
}

.hkf-tour .location-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-tour .location-item {
	flex: 0 1 550px;
	height: 420px;
    background-size: cover;
    background-position: center;
	position: relative;
	margin-bottom: 45px;
}

.hkf-tour .location-item .location-content {
	background: rgba( 0 0 0 / 0.4);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 25px;
	height: 160px;
}

.hkf-tour .location-item img {
	display: block;
    margin: 0 auto;
}

.hkf-tour .location-item h4 {
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 0;
}

.hkf-tour .location-item p {
	line-height: 28px;
	color: #ffffff;
	text-align: left;
}

.hkf-tour .tour-included {

}

.hkf-tour .tour-included .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-tour .tour-included .col {
	flex: 0 1 550px;
}

.hkf-tour .tour-included h3 {
	font-size: 22px;
	line-height: 24px;
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 15px;
	margin-bottom: 35px;
}


.hkf-tour .tour-included ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hkf-tour .tour-included ul li {
	padding: 0 0 60px 60px;
	display: flex;
	
}

.hkf-tour .tour-included ul li span {
	flex: 0 1 440px;
}



.hkf-tour .tour-included .col-1 ul li:before {
	content: " ";
    background: url(img/checkmark.svg) repeat-x;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-table;
    margin-right: 10px;
    flex: 0 1 36px;
   
}

.hkf-tour .tour-included .col-2 ul li:before {
	content: " ";
    background: url(img/cross.svg) repeat-x;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    /*vertical-align: middle;
    display: inline-table;*/
    margin-right: 10px;
    flex: 0 1 36px;
}

.hkf-tour .tour-details-full {
	margin-bottom: 35px;
}

.hkf-tour .tour-details-full .hkf-wrap {
	
}

.hkf-tour .tour-details-full h3 {
	font-size: 22px;
	line-height: 24px;
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 15px;
	margin-bottom: 60px;
}

.hkf-tour .tour-details-full .details-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.hkf-tour .tour-details-full .details-block .col-1 {
	flex: 0 1 720px;
}

.hkf-tour .tour-details-full .details-block .col-1 .details-item {
	display: flex;
	
	justify-content: space-between;		
	margin-bottom: 30px;
}

.hkf-tour .tour-details-full .details-block .col-1 .col-1-1 {
	flex: 0 1 70px;
}

.hkf-tour .tour-details-full .details-block .col-1 .col-1-1 img {
	display: block;
	margin: 0 auto;
}

.hkf-tour .tour-details-full .details-block .col-1 .col-1-2 {
	flex: 0 1 590px;
}

.hkf-tour .tour-details-full .details-block .col-1 .col-1-2 h4 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}

.hkf-tour .tour-details-full .details-block .col-1 .col-1-2 ul {
	margin: 0;
    padding: 0 0 0 20px;
}


.hkf-tour .tour-details-full .details-block .col-1 .col-1-2 li {
	line-height: 28px;
	padding-bottom: 20px;
}

.hkf-tour .tour-details-full .details-block .col-1 .cancel-refund {
	background: #F6F6F6;
	padding: 20px;
}

.hkf-tour .tour-details-full .details-block .col-1 .cancel-refund h5 {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 10px;
}

.hkf-tour .tour-details-full .details-block .col-1 .cancel-refund p {
	line-height: 28px;
	margin: 0;
}


.hkf-tour .tour-details-full .details-block .col-2 {
	flex: 0 1 360px;
}

.hkf-tour .tour-details-full .details-block .col-2 .loc-map {
	position: relative;

}

.hkf-tour .tour-details-full .details-block .col-2 img {
	
}

.hkf-tour .tour-details-full .details-block .col-2 .loc-content {
	background: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	width: 320px;
	height: 130px;
	padding: 10px 15px;
}

.hkf-tour .tour-details-full .details-block .col-2 .loc-content span {
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
    display: block;
}

.hkf-tour .tour-details-full .details-block .col-2 .loc-content p {
	font-size: 15px;
	line-height: 24px;
}

.hkf-tour .tour-testimonials {
	background: #F6F4EE;
	padding: 55px 0 65px 0;
}

.hkf-tour .tour-testimonials .hkf-wrap {
	
}

.hkf-tour .tour-testimonials h4 {
	font-family: 'Noto Serif';
	font-size: 24px;
	line-height: 33px;
	text-align: center;
}


.hkf-tour .tour-testimonials .testimonial-slide {
	width: 100%;
}

.hkf-tour .tour-testimonials .testimonial-item {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 180px;
}

.hkf-tour .tour-testimonials p {
	margin-bottom: 15px;
}

.hkf-tour .tour-testimonials span {
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	color: #E41A2C;
	display: block;
	text-align: center;
}

.hkf-tour .tour-testimonials .flickity-prev-next-button {
    width: 50px;
    height: 50px;
}

.hkf-tour .tour-testimonials .flickity-button {
    background: transparent;
}

.hkf-tour .tour-others {
	background: #000000;
	padding: 55px 0 70px 0;
}

.hkf-tour .tour-others .hkf-wrap {
	
}

.hkf-tour .tour-others .other-title {
	display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.hkf-tour .tour-others h3 {
	font-size: 32px;
	line-height: 43px;
	color: #ffffff;
	margin: 0;
}

.hkf-tour .tour-others a {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #9B9B9B;
	padding: 13px 0px;
}

.hkf-tour .tour-others .other-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-tour .tour-others .col {
	flex: 0 1 560px;
	position: relative;
}

.hkf-tour .tour-others .col img {
	margin: 0 auto;
	display: block;
}

.hkf-tour .tour-others h4 {
	color: #ffffff;
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
	text-transform: initial;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 55px;
}

.hkf-tour .tour-others .mobile-promo {
	display: none;
}

/*--------------------------------------------------------------
## Private Tour Template
--------------------------------------------------------------*/

.hkf-private {

}

.hkf-private .entry-content {
	margin: 0;
}

.hkf-private .hkf-wrap {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.hkf-private .tour-hero {
	
background-size: cover;
background-repeat: no-repeat;
}


.hkf-private .tour-hero .hkf-wrap {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	 height: 630px;
}


.hkf-private .tour-hero .tag-box {
	position: absolute;
    left: 5%;
    bottom: 0;
    margin: auto;
    
    height: 50px;
    background: #FFC821;
    text-align: center;
    padding: 10px 70px;
}

.hkf-private .tour-hero .tag-box span {
	font-size: 24px;
    line-height: 31px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.hkf-private .tour-hero img.trip {
	position: absolute;
	top: 20px;
	right: 5%;
}

.hkf-private .private-intro {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 45px;
}

.hkf-private .private-intro .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-private .private-intro .gal-col {
	flex: 0 1 720px;
}

.hkf-private .private-intro .info-col {
	flex: 0 1 380px;
}


.hkf-private .tour-gallery {

}


.hkf-private .tour-gallery .carousel-main {
  margin-bottom: 8px;
}

.hkf-private .tour-gallery .carousel-cell {
  width: 100%;
  height: 450px;
  margin-right: 8px;
  background: #8C8;
  border-radius: 5px;
}

.hkf-private .tour-gallery .carousel-nav .carousel-cell {
  height: 105px;
    width: 175px;
}

.hkf-private .tour-gallery .carousel-main img {
  display: block;
  margin: 0 auto; 
}

.hkf-private .tour-gallery .flickity-page-dots {
   
    bottom: -190px;
}

.hkf-private .info-box {
	background: #FFC821;
	padding: 30px;
}

.hkf-private .info-box p {
	margin-bottom: 30px;
}

.hkf-private .info-box ul {
	margin: 0;
}

.hkf-private .info-box ul li {
	padding-bottom: 11px;
}

.hkf-private .private-info {
	padding: 50px 0;
}

.hkf-private .private-info .hkf-wrap {
	max-width: 900px;
	margin: 0 auto;
}

.hkf-private .private-info h2 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
	text-align: center;
}

.hkf-private .private-info p {
	text-align: center;
}

.hkf-private .private-info ul {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-private .private-info ul li {
	padding: 0 0 40px 60px;
	position: relative;
	flex: 0 1 430px;
}

.hkf-private .private-info ul li:before {
	content: " ";
    background: url(img/checkmark.svg) repeat-x;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
}

.hkf-private .private-tour-list {
	padding-bottom: 10px;
}

.hkf-private .private-tour-list .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-private .private-tour-list .hkf-wrap:after {
	content: "";
	flex: 0 1 355px;
}

.hkf-private .tour-item {
	flex: 0 1 355px;
	margin-bottom: 40px;
	border: 1px solid #DEDEDE;
}

.hkf-private .tour-item .top {
	position: relative;
	margin-bottom: 40px;
}

.hkf-private .tour-item .top img.feat {
	display: block;
	margin: 0 auto;
}

.hkf-private .tour-item .top img.tour-time {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.hkf-private .tour-item .top span {
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	display: inline-block;
	background: #FFC821;
	position: absolute;
	left: 0;
	top: 20px;
	padding: 8px;
}

.hkf-private .tour-item .middle {
	
	min-height: 60px;
	
	margin: 0 auto 30px auto;
	padding: 0 35px;
}

.hkf-private .tour-item .middle h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	
}

.hkf-private .tour-item .middle h3 a {
	color: #E41A2C;
}

.hkf-private .tour-item .bottom {
	padding: 0 35px;
}

.hkf-private .tour-item .bottom .col {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.hkf-private .tour-item .bottom .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.hkf-private .tour-item .bottom .row .col-1 {
	flex: 0 1 55px;
}

.hkf-private .tour-item .bottom .row .col-2 {
	flex: 0 1 205px;
}

.hkf-private .tour-item .bottom img {
	margin: 0 auto;
	display: block;
}

.hkf-private .tour-item .bottom span {
	font-size: 18px;
	line-height: 26px;
	
	display: block;

}

.hkf-private .tour-item .bottom .row.tour-price span {
	padding: 18px 0;
}


.hkf-private .private-text {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 50px;
}

.hkf-private .pivate-text .hkf-wrap {
	
}


.hkf-private .private-text .feat-box {
	background: #F6F6F6;
	padding: 21px 0;
	margin-bottom: 55px;
}

.hkf-private .private-text .feat-box p {
	line-height: 28px;
	text-align: center;
	margin: 0;
	padding: 0 20px;
}

.hkf-private .private-text .row {
	
	
}

.hkf-private .private-text .col {
	
}

.hkf-private .private-text .row ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-private .private-text .row ul li {
	margin-bottom: 30px;
	flex: 0 1 520px;
}


.hkf-private .private-booking {

}

.hkf-private .private-booking .hkf-wrap {
	
}

.hkf-private .private-booking h2 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
	text-align: center;
}

.hkf-private .private-booking h3 {
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.hkf-private .private-booking p {
	line-height: 28px;
	max-width: 700px;
	margin: 0 auto 35px auto;
}

.hkf-private .private-booking .private-form {
	
}

.hkf-private .private-booking .gform_wrapper label.gfield_label {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;

}

.hkf-private .private-booking .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .hkf-private .private-booking .gform_wrapper textarea {
	border: 1px solid #DEDEDE;
	width: 100%;
}

.hkf-private .private-booking .gform_wrapper select{
	background: #ffffff;
	border: 1px solid #DEDEDE;
	height: 42px;
}

.hkf-private .private-booking .gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    text-transform: uppercase;
    line-height: 21px !important;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    width: 190px;
    height: 42px;
}

.hkf-private .private-booking .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #000000;
    background: #ffffff;
}

.hkf-private .private-booking .gform_wrapper .gfield_required {
	color: #E41A2C;
}

body .hkf-private .private-booking .gform_wrapper ul li.gfield {
    margin-top: 20px;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/

.hkf-contact .feat-block {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 50px;
	margin-bottom: 55px;
}

.hkf-contact .feat-block .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-contact .feat-block .col {
	flex: 0 1 355px;
	position: relative;
	border: 1px solid #E41A2C;
	min-height: 410px;
}

.hkf-contact .feat-block img {
	display: block;
	margin: 0 auto 35px auto;
}

.hkf-contact .feat-block h2 {
	 font-family: 'Noto Serif';
	 font-size: 24px;
	 line-height: 33px;
	 text-align: center;
}

.hkf-contact .feat-block p {
	text-align: center;
	line-height: 28px;

}
.hkf-contact .feat-block .top {
	padding: 20px;
	min-height: 400px;
}

.hkf-contact .feat-block .bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.hkf-contact .feat-block .bottom a {
	background: #E41A2C;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 15px;
}

.hkf-contact .feat-pages {

}

.hkf-contact .feat-pages .hkf-wrap {
	
}

.hkf-contact .feat-pages .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.hkf-contact .feat-pages .col-1 {
	flex: 0 1 360px;
}

.hkf-contact .feat-pages .col-2 {
	flex: 0 1 720px;
}

.hkf-contact .feat-pages img {
	display: block;
	margin: 0 auto;
}

.hkf-contact .feat-pages h3 {
	font-family: 'Noto Serif';
	 font-size: 24px;
	 line-height: 33px;
}

.hkf-contact .feat-pages p {
	line-height: 28px;
	margin-bottom: 45px;
}

.hkf-contact .feat-pages a {
	font-size: 17px;
	line-height: 28px;
	color: #E41A2C;
	border-bottom: 1px solid #E41A2C;
}

.hkf-contact .contact-q {

}

.hkf-contact .contact-q .hkf-wrap {
	
}

.hkf-contact .contact-q .feat-box {
	background: #F6F6F6;
	padding: 26px;
	margin-bottom: 40px;
}

.hkf-contact .contact-q .feat-box p {
	text-align: center;
	line-height: 28px;
	margin: 0;
}

.hkf-contact .contact-q h4 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
	text-align: center;
	margin-bottom: 15px;
}

.hkf-contact .contact-q h5 {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 15px;
}

.hkf-contact .contact-q .contact-box {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	margin: 0 auto;
}

.hkf-contact .contact-q .contact-box a {
	color: #000000;
}

.hkf-contact .contact-q .contact-box a.email:before {
	content: " ";
    background: url(img/envelope.svg) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
   display: inline-block;
    margin-right: 20px;
	
}

.hkf-contact .contact-q .contact-box a.phone:before {
	content: " ";
    background: url(img/phone.svg) no-repeat;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
	display: inline-block;
	margin-right: 20px;
}

.hkf-contact .contact-q .contact-form {
	margin-bottom: 70px;
}

.hkf-contact .contact-form .gform_wrapper label.gfield_label {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;

}

.hkf-contact .contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .hkf-contact .contact-form .gform_wrapper textarea {
	border: 1px solid #DEDEDE;
	width: 100%;
}

.hkf-contact .contact-form .gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    text-transform: uppercase;
    line-height: 21px !important;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    width: 190px;
    height: 42px;
}

.hkf-contact .contact-form .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #000000;
    background: #ffffff;
}

.hkf-contact .contact-form .gform_wrapper .gfield_required {
	color: #E41A2C;
}

/*--------------------------------------------------------------
## Gift Template
--------------------------------------------------------------*/

.hkf-gift .gift-intro {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 40px;
	margin-bottom: 45px;
}

.hkf-gift .gift-intro .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-gift .gift-intro .col {
	flex: 0 1 540px;
}

.hkf-gift .gift-intro .col p {

}

.hkf-gift .gift-intro .col img {
	display: block;
	margin: 0 auto;
}

.hkf-gift .gift-list {

}

.hkf-gift .gift-list .hkf-wrap {

}

.hkf-gift .gift-list .gift-item {
	margin-bottom: 45px;
}

.hkf-gift .gift-list .row-1 {

}

.hkf-gift .gift-list .row-2 {
	padding-left: 65px;
}



.hkf-gift .gift-list span {
	display: inline-block;
	background: #FFC821;
	font-size: 24px;
	line-height: 31px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	padding: 8px 16px;
	margin-right: 15px;
}

.hkf-gift .gift-list h2 {
	font-size: 24px;
	line-height: 31px;
	display: inline-block;
}

.hkf-gift .gift-list p {
	margin: 0;
}

.hkf-gift .gift-redeem {
	background: #F9F8F6;
	padding: 50px 40px 15px 40px;
	margin-bottom: 55px;
}

.hkf-gift .gift-redeem .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.hkf-gift .gift-redeem .hkf-wrap:after {
	content: "";
	flex: 0 1 325px;
}

.hkf-gift .gift-redeem p {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.hkf-gift .gift-redeem .redeem-item {
	flex: 0 1 325px;
	margin-bottom: 30px;
}

.hkf-gift .gift-redeem .redeem-item span {
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;
	color: #F08D3E;
}

.hkf-gift .gift-redeem .redeem-item p {
	text-align: left;
}

.hkf-gift .buy-gift {
	margin-bottom: 70px;
}

.hkf-gift .buy-gift .hkf-wrap {

}

.hkf-gift .buy-gift .tour-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-gift .buy-gift .col {
	flex: 0 1 364px;
	margin-bottom: 60px;
}

.hkf-gift .buy-gift .tour-box {
	position: relative;
	margin-bottom: 15px;
}

.hkf-gift .buy-gift img {
	display: block;
	margin: 0 auto;
}

.hkf-gift .buy-gift .tour-title {
	background: rgba( 0 0 0 / 0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 55px;
    height: 80px;
}

.hkf-gift .buy-gift h3 {
	font-size: 21px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}

.hkf-gift .buy-gift .buy-box {

}

.hkf-gift .buy-gift .buy-box a {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 100%;
	background: #E41A2C;
	color: #ffffff;
	padding: 10px;
}

.hkf-gift .buy-gift .gift-notice p {
	font-style: italic;
}


/*--------------------------------------------------------------
## Reviews Page
--------------------------------------------------------------*/


.hkf-review h2 {
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 45px;
}

.hkf-review .review-list {
  column-count: 2;
   column-gap: 70px;
	margin-bottom: 50px;
}

.hkf-review .review-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.hkf-review .review-item .col-1 {
	flex: 0 1 90px;
}

.hkf-review .review-item .col-1 img {

}


.hkf-review .review-item .col-2 {
	flex: 0 1 420px;
}

.hkf-review .review-item .col-2 p {
	line-height: 28px;
	margin-bottom: 15px;
}

.hkf-review .review-item .col-2 .reviewer {

}

.hkf-review .review-item .col-2 .reviewer span {
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	color: #E41A2C;
}

.hkf-review .review-item .col-2 .reviewer p {
	font-size: 17px;
	line-height: 28px;
	color: #E41A2C;
}

/*--------------------------------------------------------------
## Press Page
--------------------------------------------------------------*/

.hkf-press .press-list {

}

.hkf-press .press-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.hkf-press .col-1 {
	flex: 0 1 360px;
}

.hkf-press .col-2 {
	flex: 0 1 720px;
}

.hkf-press img {
	border: 1px solid #DEDEDE;
}

.hkf-press h3 {
	font-size: 22px;
	line-height: 24px;
	color: #E41A2C;
}

.hkf-press p {
	line-height: 28px;
}

.hkf-press a {
	font-size: 17px;
	line-height: 28px;
	color: #E41A2C;
	border-bottom: 2px solid #E41A2C;
}

/*--------------------------------------------------------------
## Film Page
--------------------------------------------------------------*/

.hkf-film {

}

.hkf-film .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.hkf-film .page-hero {
	 background-repeat: no-repeat; 
	 background-size: cover;
}

.hkf-film .page-hero .hkf-wrap {
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 630px;
}

.hkf-film .page-hero .tag-box {
	position: absolute;
    left: 5%;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 500px;
    height: 50px;
    background: #FFC821;
    text-align: center;
    padding: 10px;
}

.hkf-film .film-intro {
	
	padding: 25px 0 0 0;
	margin-bottom: 40px;
}

.hkf-film .film-intro .hkf-wrap {
		border-bottom: 1px solid #EFEFEF;
		padding-bottom: 40px;
}

.hkf-film .film-intro .intro-box {
	max-width: 900px;
	margin: 0 auto 55px auto;
}

.hkf-film .film-intro .intro-box p {
	text-align: center;
	margin: 0;

}

.hkf-film .film-intro ul {
	 column-count: 2;
   column-gap: 82px;
   margin: 0;
}

.hkf-film .film-intro ul li {
	margin-bottom: 35px;
}

.hkf-film .film-featured {
	margin-bottom: 80px;
}

.hkf-film .film-featured .hkf-wrap {
	
}

.hkf-film .film-featured h2 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
	text-align: center;
	margin-bottom: 70px;
}

.hkf-film .film-featured .featured-list {
	
}

.hkf-film .film-featured .film-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.hkf-film .film-featured .col-1 {
	flex: 0 1 360px;
}

.hkf-film .film-featured .col-2 {
	flex: 0 1 720px;
}

.hkf-film .film-featured .film-item img {
	display: block;
	margin: 0 auto;
	border: 1px solid #DEDEDE;
}

.hkf-film .film-featured .film-item h3 {
	font-size: 22px;
	line-height: 24px;
	color: #E41A2C;
}

.hkf-film .film-featured .film-item p {
	line-height: 28px;
}

.hkf-film .film-testimonials {
	background: #F6F4EE;
	padding: 55px 0 65px 0;
	margin-bottom: 80px;
}

.hkf-film .film-testimonials .hkf-wrap {
	
}

.hkf-film .film-testimonials h4 {
	font-family: 'Noto Serif';
	font-size: 24px;
	line-height: 33px;
	text-align: center;
}


.hkf-film .film-testimonials .testimonial-slide {
	width: 100%;
}

.hkf-film .film-testimonials .testimonial-item {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 180px;
}

.hkf-film .film-testimonials p {
	margin-bottom: 15px;
}

.hkf-film .film-testimonials span {
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	color: #E41A2C;
	display: block;
	text-align: center;
}

.hkf-film .film-testimonials .flickity-prev-next-button {
    width: 50px;
    height: 50px;
}

.hkf-film .film-testimonials .flickity-button {
    background: transparent;
}

.hkf-film .film-contact {
	
}

.hkf-film .film-contact .hkf-wrap {
	border-top: 1px solid #EFEFEF;
	padding: 40px 20px;
}

.hkf-film .film-contact h4 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
	text-align: center;
	margin-bottom: 15px;
}

.hkf-film .film-form .gform_wrapper label.gfield_label {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;

}

.hkf-film .film-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .hkf-film .film-form .gform_wrapper textarea {
	border: 1px solid #DEDEDE;
	width: 100%;
}

.hkf-film .film-form .gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    text-transform: uppercase;
    line-height: 21px !important;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    width: 190px;
    height: 42px;
}

.hkf-film .film-form .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #000000;
    background: #ffffff;
}

.hkf-film .film-form .gform_wrapper .gfield_required {
	color: #E41A2C;
}

/*--------------------------------------------------------------
## Group Page
--------------------------------------------------------------*/

.hkf-group {

}

.hkf-group .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;

}

.hkf-group .page-hero {
	 background-repeat: no-repeat; 
	 background-size: cover;
}

.hkf-group .page-hero .hkf-wrap {
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 630px;
}

.hkf-group .page-hero .tag-box {
	position: absolute;
    left: 5%;
    bottom: 0;
    margin: auto;
    height: 50px;
    background: #FFC821;
    text-align: center;
    padding: 10px 70px;
}

.hkf-group .group-intro {

	padding: 25px 0 0 0;
	margin-bottom: 40px;
}

.hkf-group .group-intro .hkf-wrap {
		border-bottom: 1px solid #EFEFEF;
		padding-bottom: 40px;
}

.hkf-group .group-intro .intro-box {
	max-width: 900px;
	margin: 0 auto 55px auto;
}

.hkf-group .group-intro .intro-box p {
	

}

.hkf-group .group-intro ul {
	 column-count: 2;
   column-gap: 82px;
   margin: 0;
}

.hkf-group .group-intro ul li {
	margin-bottom: 35px;
}


.hkf-group .group-contact {
	padding-bottom: 55px;
}

.hkf-group .group-contact .hkf-wrap {
	padding: 0 20px;
	
}

.hkf-group .group-contact h4 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
	text-align: center;
	margin-bottom: 15px;
}

.hkf-group .group-form .gform_wrapper label.gfield_label {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;

}

.hkf-group .group-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .hkf-group .group-form .gform_wrapper textarea {
	border: 1px solid #DEDEDE;
	width: 100%;
}

.hkf-group .group-form .gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    width: 190px;
    height: 42px;
}

.hkf-group .group-form .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #000000;
    background: #ffffff;
}

.hkf-group .group-form .gform_wrapper .gfield_required {
	color: #E41A2C;
}

/*--------------------------------------------------------------
## Why Template
--------------------------------------------------------------*/

.hkf-why {

}

.hkf-why .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.hkf-why .why-reasons {
	padding-bottom: 20px;
}

.hkf-why .why-reasons.no {
	padding-bottom: 50px;
}

.hkf-why .why-reasons h3 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
}


.hkf-why .why-reasons .why-list {
	
}

.hkf-why .why-reasons .why-item {
	padding: 0 0 15px 60px;
	position: relative;
}

.hkf-why .why-reasons .why-item h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}

.hkf-why .why-reasons .why-item p {

}

.hkf-why .why-reasons .why-item ul {
	margin: 0 0 25px 0;
}

.hkf-why .why-reasons .why-item ul li {

}

.hkf-why .why-reasons.yes .why-item:before {
	content: " ";
    background: url(img/checkmark.svg) repeat-x;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
   top: 0;
   
}

.hkf-why .why-reasons.no .why-item:before {
	content: " ";
    background: url(img/cross.svg) repeat-x;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
   top: 0;
   
}

/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/

.hkf-about {

}

.hkf-about .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;

}

.hkf-about .entry-content {
	margin: 0;
}

.front-hero {

}

.hkf-about .page-hero .hkf-wrap {
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 630px;
}

.hkf-about .page-hero .tag-box {
	position: absolute;
    left: 5%;
    bottom: 0;
    margin: auto;
   
    height: 50px;
    background: #FFC821;
    text-align: center;
    padding: 10px 70px;
}

.hkf-about .about-intro {
	background: #F9F8F6;
	padding: 80px 0 30px 0;
}

.hkf-about .about-intro .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-about .about-intro .col-1 {
	flex: 0 1 480px;
}

.hkf-about .about-intro .col-1 h2 {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	color: #E41A2C;
	margin-bottom: 15px;
}

.hkf-about .about-intro .col-1 p {
	
}

.hkf-about .about-intro .col-2 {
	flex: 0 1 620px;
}

.hkf-about .about-intro .col-2 .img-block {
	position: relative;
}

.hkf-about .about-intro .col-2 img.bk {
	
}

.hkf-about .about-intro .col-2 img.play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.hkf-about .about-more {
	padding: 80px 0 60px 0;
    border-bottom: 1px solid #EFEFEF;
}

.hkf-about .about-more .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hkf-about .about-more .more-item {
	flex: 0 1 355px;
}

.hkf-about .about-more .more-item h4 {
	font-size: 28px;
	line-height: 38px;
	color: #E41A2C;
	text-align: center;
	min-height: 115px;
}

.hkf-about .about-more .more-item p {
	text-align: center;
}

.hkf-about .about-more .more-item a {
	font-size: 17px;
    text-align: center;
    color: #E41A2C;
    border-bottom: 2px solid #e41a2c;
    
}

.hkf-about .about-more .more-item .img-block {
	min-height: 155px;
	margin: 0 auto 45px auto;
	position: relative;
}

.hkf-about .about-more .more-item img {
	margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hkf-about .about-more .more-item:nth-child(2) img, .hkf-about .about-more .more-item:nth-child(3) img {
	padding: 0 50px;
}

.hkf-about .about-team {
	margin-bottom: 80px;
	padding-top: 55px;
}

.hkf-about .about-team .hkf-wrap {

}

.hkf-about .about-team h2 {
	font-size: 34px;
	line-height: 45px;
	color: #E41A2C;
	text-align: center;
	margin-bottom: 10px;
}

.hkf-about .about-team p {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.hkf-about .about-team .team-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.hkf-about .about-team .team-list:after {
	content: "";
	flex: 0 1 355px;
}

.hkf-about .about-team .team-member {
	flex: 0 1 355px;
	border: 1px solid #DEDEDE;
	margin-bottom: 40px;
}

.hkf-about .about-team .team-member .about-content {
	padding: 25px 30px 25px 30px;
}

.hkf-about .about-team .team-member img {
	display: block;
	margin: 0 auto;
	
}

.hkf-about .about-team .team-member h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
	color: #E41A2C;
}

.hkf-about .about-team .team-member span {
	font-family: 'Noto Serif';
	font-size: 16px;
	line-height: 28px;
	color: #E41A2C;
	display: block;
	margin-bottom: 15px;
}

.hkf-about .about-team .team-member .about-expand {
	margin-top: 30px;
}

.hkf-about .about-team .team-member .about-expand span {
	
	color: #E41A2C;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Red Hat Text';
	
}

.hkf-about .about-team .team-member .about-expand span:before {
	content: "+";
	margin-right: 5px;
}

.hkf-about .about-team .team-member .about-expand span.open:before {
	content: "-";
	margin-right: 5px;
}

.hkf-about .about-team .team-member .about-expand p {
	text-align: left;
	line-height: 28px;
	margin-bottom: 25px;
}

.hkf-about .about-team .team-member .about-block {
	border-top: 1px solid #DEDEDE;
    padding: 30px 0 0 0;
}

.hkf-about .about-team .team-member .about-item {
	position: relative;
	padding: 0 0 0 60px;
    margin-bottom: 25px;
}


.hkf-about .about-team .team-member .about-item:first-child:before {
	content: " ";
    background: url(img/interests.svg) repeat-x;
    background-size: 43px 43px;
    width: 43px;
    height: 43px;
    position: absolute;
    left: 0;
   top: 0;
   
}

.hkf-about .about-team .team-member .about-item:last-child:before {
	content: " ";
    background: url(img/favorite-food.svg) repeat-x;
    background-size: 43px 43px;
    width: 43px;
    height: 43px;
    position: absolute;
    left: 0;
   top: 0;
   
}

.hkf-about .about-team .team-member .about-item h4 {
	line-height: 26px;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.hkf-about .about-team .team-member .about-item p {
	line-height: 26px;
	margin: 0;
	text-align: left;
}

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

.site-footer {

}

.site-footer .front-news {
	background: #E41A2C;
	overflow: hidden;
}

.site-footer .front-news .hkf-wrap {
	max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}

.site-footer .front-news h3 {
	font-size: 34px;
	line-height: 44px;
	text-align: center;
	color: #ffffff;
	max-width: 460px;
    margin: 0 auto 40px auto;
}

.site-footer .front-news img {
	position: absolute;
    top: -30px;
    left: -110px;
}

.site-footer .front-news form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 780px;
    margin: 0 auto;
}


.site-footer .front-news input[type="text"], .site-footer .front-news input[type="email"] {
	border: none;
    background: #EFEFEF;
  line-height: 26px;
    font-size: 16px;
   color: #000000;
    margin: 0 auto;
    display: block;
    padding: 6px 0;
    text-align: center;
}

.site-footer .front-news input[type="text"] {
	border-right: 1px solid #D1D1D1;
	width: 180px;
}

.site-footer .front-news input[type="email"] {
	width: 240px;
}


.site-footer .front-news input[type="submit"] {
	background: #ffffff;
	color: #000000;
	width: 180px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 20px;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    font-weight: 500;
}

.site-footer .front-news ::-webkit-input-placeholder {
	color: #9B9B9B;
	font-size: 16px;
	
	
	
	
}



.site-footer .site-info {
	background: #000000;
	width: 100%;
	padding: 27px 0;

}

.site-footer .site-info .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.site-footer .site-info p {
	font-size: 13px;
	line-height: 26px;
	color: #ffffff;
	margin: 0;
}

.site-footer .footer-block {

}

.site-footer .footer-block .hkf-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
	padding: 65px 0;
}

.site-footer .col {
	flex: 0 1 250px;
}

.site-footer .col:last-child {
	flex: 0 1 125px;
}

.site-footer .col h4 {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.site-footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.site-footer .col ul li {
	margin-bottom: 10px;
}

.site-footer .col ul li a {
	font-size: 15px;
	line-height: 24px;
	color: #000000;
}
.site-footer .col p {
	font-size: 15px;
	line-height: 24px;
	color: #606060;
	margin-bottom: 10px;
}

.site-footer .col span {
	font-size: 15px;
	line-height: 24px;
}

.site-footer .col img {
	display: block;
	margin: 0 auto 25px auto;
}

.site-footer .footer-nav {

}

.site-footer .footer-nav .hkf-wrap {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.site-footer .footer-nav .nav-left {
	flex: 0 1 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #EFEFEF;
    padding: 20px 0;
}


.site-footer .footer-nav .col-1 {
	flex: 0 1 500px;
}

.site-footer .footer-nav .col-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.site-footer .footer-nav .col-1 ul li {
	
}

.site-footer .footer-nav .col-1 ul li a {
	font-size: 15px;
	color: #E41A2C;
	line-height: 30px;
}

.site-footer .footer-nav .col-2 {
	flex: 0 1 210px
}

.site-footer .footer-nav .col-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.site-footer .footer-nav .col-2 ul li {
	
}

.site-footer .footer-nav .col-2 ul li a {
	
}

.site-footer .footer-nav .col-2 ul li a i {
	color: #E41A2C;
}

.site-footer .footer-nav .col-3 {
	flex: 0 1 280px;
	position: relative;
}

.site-footer .footer-nav .col-3 img {
	position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

.navigation {
	margin: 70px 0 90px 0;
}

.navigation a {
	font-size: 15px;
	line-height: 28px;
	color: #000000;

}

.navigation .page-numbers {
	padding: 0 15px;
}

.navigation span.current {
	font-size: 15px;
	line-height: 28px;
	color: #000000;
	background: #FFC821;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	padding: 7px 13px;
	
}

.navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.navigation .next, .navigation .prev {
	
}

.navigation .next {
	
	} 

.navigation .prev {
	
}

.navigation .next a {
	
	display: inline-block;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navigation .next a i {
	margin-left: 5px;
}

.navigation .prev a {
	
	display: inline-block;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navigation .prev a i {
	margin-right: 5px;
}

.navigation .page-numbers-container {
	
}

.single .post-navigation {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 15px 0;
	margin-bottom: 85px;
}

.single .post-navigation a {
	color: #E41A2C;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
    display: inline-block;
   

}

.single .post-navigation .nav-next {
	text-align: left;
	padding-left: 30px;
	border-left: 1px solid #EFEFEF;
	 position: relative;

}

.single .post-navigation .nav-previous {
	text-align: left;
	padding-right: 30px;
	 position: relative;
}

.single .post-navigation .nav-previous a {
	text-align: end;
}


.single .post-navigation .nav-title {
    max-width: 290px;
    display: inline-block;
    text-align: left;
}

.single .post-navigation .nav-next:after {
	content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 15px;
    color: #E41A2C;
}

.single .post-navigation .nav-previous:after {
	content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 15px;
    color: #E41A2C;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/

/* Like button */

.single-like {
   position: relative;
    border-bottom: 1px solid #FFC821;
    text-align: center;
    margin: 20px 0 50px 0;
}
.single-like a {
   position: absolute;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(img/heart.svg) no-repeat;
       background-color: #ffffff;
    background-size: 41px 41px;
    width: 70px;
    height: 41px;
    top: -20px;
    background-position: center;
}

.single-like span {
   font-size: 14px;
   font-weight: 500;
    color: #000;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
   
}
.single-like a:hover, .single-like span:hover  {
   color: #ffffff;
}

.single-like .post-like.liked:before {   
   cursor: default;
}
.single-like .post-like.liked {
   cursor: default;
   pointer-events: none;
}

/*--------------------------------------------------------------
## Flickity
--------------------------------------------------------------*/

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #000000;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 35%;
  top: 35%;
  width: 25%;
  height: 25%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/*--------------------------------------------------------------
## Magnific Popup
--------------------------------------------------------------*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


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

@media screen and (min-width: 1600px) {
	
  
}

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

	/* Misc */

body.hkf-notice .content-area {
    padding-top: 0;
}

.hkf-page .entry-content {
	padding: 0 5%;
}

.site-notice a {
	position: initial;
}

.content-area {
    padding-top: 0;
}

/* Header */


.site-header {
	padding: 0;
	display: flex;
    flex-wrap: wrap;
    position: initial;
    border-bottom: none;
}

.site-branding {
    width: 100%;
    order: 2;
    padding: 20px 0;
}

.main-navigation {
	order: 1;
}

.main-navigation ul ul a {  
    border: none !important;
    font-size: 18px !important; 
}

.site-branding a.custom-logo-link {
    position: initial;
    width: 100%;
 }

 .site-branding img.custom-logo {
    margin: 0 auto;
    display: block;
}

.site-header .head-book {
	display: none;
}

.site-notice {
 	position: initial;
   order: 3;
	width: 100%;
}

.site-notice .hkf-wrap {
    padding: 0 20px;
}

/* Homepage */

.front-hero .hkf-wrap {
    max-width: 940px;
}

.front-tours .tour-block {
    padding: 0 2%;
}

.front-tours .tour-item {
    flex: 0 1 480px;
}

.front-other .other-block {
    padding: 0 2%;
}

.front-other .other-item {
    flex: 0 1 315px;
}

.front-blog .front-blog-title {
    padding: 0 2%;
}

.front-blog .post-list {
    padding: 0 2%;
}

.front-blog .post-list article {
    flex: 0 1 315px;

}

.site-footer .footer-block .hkf-wrap {
    padding: 65px 2%;
}

.site-footer .footer-nav .hkf-wrap {
    padding: 0 2%;
 }

.site-footer .footer-nav .nav-left {
    flex: 0 1 485px;
    margin: 0 auto;
}

.site-footer .footer-nav .col-2 {
    margin-top: 20px;
}

/* Tour Page */

.hkf-tour .tour-intro .hkf-wrap {
    padding: 0 5%;
}

.hkf-tour .tour-col {
   flex: 0 1 550px;
}

.hkf-tour .tour-more {
	padding: 45px 5%;
}

.hkf-tour .tour-more .more-item {
    flex: 0 1 280px;
}

.hkf-tour .tour-locations {
    padding: 30px 5% 0 5%;
}

.hkf-tour .location-item {
    flex: 0 1 440px;
}

.hkf-tour .location-item p {
    line-height: 22px;
    font-size: 16px;
}

.hkf-tour .tour-included {
    padding: 0 5%;
}


.hkf-tour .tour-details-full {
    padding: 0 5%;
}

.hkf-tour .tour-details-full .details-block .col-1 {
    margin: 0 auto;
}

.hkf-tour .tour-details-full .details-block .col-2 {
    margin: 25px auto 0 auto;
}

.hkf-tour .tour-others {
    padding: 25px 0;
}

.hkf-tour .tour-others .other-title {
    margin-bottom: 25px;
}

.hkf-tour .tour-others .other-title {
    flex-direction: column;
    text-align: center;
}

.hkf-tour .tour-others .other-block {
    padding: 0 5%;
}

.hkf-tour .tour-others .col {
    margin: 0 auto 25px auto;
}

.hkf-tour .tour-others h4 {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 300px;
    top: 0;
    height: 75px;
}


.hkf-tour .tour-others .mobile-promo {
	display: block;
	padding: 0 5%;
	text-align: center;
}

.hkf-tour .tour-others .mobile-promo p {
	font-size: 17px;
	line-height: 21px;
	color: #ffffff;
	margin-bottom: 10px;
}

.hkf-tour .tour-others .mobile-promo span {
	font-size: 15px;
	line-height: 21px;
	color: #ffffff;
	font-style: italic;
}

/* Compare Tours */



.hkf-compare .hkf-compare-grid.desktop {
	display: none;
}

.hkf-compare .hkf-compare-list.mobile {
	display: block;
}

.hkf-compare .hkf-compare-list .compare-text {
    flex: 0 1 90%;
}

/* FAQ */

.hkf-faq-menu {
    margin: 10px 0;
    flex-direction: column;
}

.hkf-faq-menu .faq-menu-item {
    flex: 0 1 100%;
    margin-bottom: 20px;
}

.hkf-faq-list {
    flex: 0 1 100%;
}

/* Private */

.hkf-private .tour-item {
    flex: 0 1 295px;
}

.hkf-private .private-text .col {
    flex: 1 1 520px;
}

.hkf-private .private-intro .gal-col {
    margin: 0 auto 50px auto;
}

.hkf-private .private-intro .info-col {
    flex: 1 1 380px;
}


.hkf-private .private-info .hkf-wrap, .hkf-private .private-tour-list .hkf-wrap, .hkf-private .hkf-wrap, .hkf-private .private-booking .hkf-wrap {
    padding: 0 5%;
}

.hkf-private .tour-item .bottom {
    padding: 0 10px;
}


.hkf-private .private-booking {
	margin-bottom: 80px;
}

/* About */

.hkf-about .entry-content {
    margin: 0;
}

.hkf-page .entry-content {
    padding: 0;
}

.hkf-about .about-intro .col-1 {
	padding: 0 5%;
	flex: 1 1 480px;
    margin: 0 auto;
}

.hkf-about .about-intro .col-2 {
    line-height: 0;
    margin: 0 auto;
}

.hkf-about .about-more .hkf-wrap {
	padding: 0 3%;
}

.hkf-about .about-more .more-item {
    flex: 0 1 300px;
}

.hkf-about .about-team .team-list {
    justify-content: space-around;
    padding: 0 2%;
}

/* Contact */

.hkf-contact .feat-block .hkf-wrap {
	padding: 0 3%;
}

.hkf-contact .feat-block .col {
    flex: 0 1 300px;
    min-height: 440px;
}

.hkf-contact .contact-q {
	margin-bottom: 80px;
}

.hkf-contact .feat-pages .hkf-wrap {
    padding: 0 2%;
}

.hkf-contact .feat-pages .col-2 {
    flex: 0 1 570px;
}

.hkf-contact .contact-q .hkf-wrap {
    padding: 0 3%;
}

/* Gift Card */

.hkf-gift .gift-intro .col {
    flex: 0 1 450px;
}

.hkf-gift .gift-intro .hkf-wrap {
	padding: 0 5%;
}

.hkf-gift .gift-list .hkf-wrap {
    padding: 0 5%;
}

.hkf-gift .buy-gift .hkf-wrap {
    padding: 0 5%;
}


.hkf-gift .gif-notice {
	padding: 0 5%;
	margin-bottom: 80px;
}

/* Testimonials */

.hkf-review .review-list {
    padding: 0 5%;

}

.hkf-review .review-item .col-1 {
    margin: 0 auto 30px auto;
}

.hkf-review .review-item .col-2 {
    flex: 0 1 100%;
}

.hkf-review .review-item .col-1 img {
    width: 150px;
}

.hkf-review .review-item .col-2 .reviewer {
    text-align: center;
}

/* Press */

.hkf-press .press-list {
    margin-bottom: 80px;
    padding: 0 5%;
}

.hkf-press .col-2 {
    flex: 0 1 520px;
}

/* Blog */


#secondary {
    margin: 0 auto;
}

#primary {
   
    margin: 0 auto;
}

/* Page */

.hkf-page .entry-content {
	padding: 0 5%;
}

.hkf-page #primary {
	padding: 0;
}

/* Film */

.hkf-film .film-featured .col-1 {
    margin: 0 auto 30px auto;
}

.hkf-film .film-featured .film-item h3 {
    line-height: 32px;
    text-align: center;
}

.hkf-film .film-featured .film-item {
	margin-bottom: 30px;
}

.hkf-film .film-featured {
    margin-bottom: 0;
}

.hkf-film .film-featured .col-2 {
    margin: 0 auto;
}

/* END */

}

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

.site-notice p {
   margin: 0 0 10px 0;
    display: block;
    font-size: 15px;
   
    line-height: 22px;
}

.site-notice a {
	float: none;
	display: block;

}

.site-notice img {
   
    margin: 10px 25px 10px 0;
}

.page .entry-title:after {
	display: none;
}

.page .entry-title span {
	border-right: none;
	display: block;
	text-align: center;
	padding: 15px 30px;
}

.site-inner {
    margin: 10px auto 0 auto;
}

/* Homepage */

.front-hero img.trip {
    position: initial;
  
    margin: 0 auto;
    display: block;
    width: 110px;
    padding: 45px 0 25px 0;
}

.front-hero .intro-box h2 {
    font-size: 36px;
 
    margin-bottom: 40px;
    line-height: 44px;
}

.front-hero .intro-box {
    top: auto;
    bottom: auto;
   
}

.front-hero {
	background: url(img/mobile-front-hero.jpg) no-repeat; 
	background-size: cover;
}

.front-hero .hkf-wrap {
    height: 485px;
}

.front-seen .hkf-wrap {
    padding: 15px 0 15px 0;
}

.front-seen .seen-item {
	flex: 0 1 50%;
}

.front-seen .seen-item.seen-title {
	flex: 0 1 100%;
    text-align: center;
}

.front-seen .seen-item img {
    display: block;
    margin: 0 auto;
}

.front-intro .hkf-wrap {
    padding: 30px 0 0 0;
}

.front-intro h2 {
    font-size: 36px;
    line-height: 48px;
    max-width: 300px;
    margin: 0 auto 15px auto;
    display: block;
}

.front-intro p {
    padding: 0 5%;
    font-size: 16px;
    line-height: 26px;
}

.front-why .hkf-wrap {
    padding: 35px 0 5px 0;
}

.front-why h2 {
    font-size: 36px;
    line-height: 48px;
    padding: 0 10%;
}

.front-why .why-item {
    flex: 0 1 46%;
    margin-bottom: 40px;
}

.front-why .why-block {
    padding: 0 5%;
    margin-bottom: 20px;
}

.front-why .why-item h3 {
    font-size: 20px;
    min-height: 50px;
}

.front-why .why-item .img-wrap {
    height: 65px;
    margin-bottom: 30px;
}

.front-why .why-item img {
    display: block;
    margin: 0 auto;
    height: 65px;
}

.front-why .why-item p {
    font-size: 16px;
    line-height: 24px;
}

.front-tours {
    padding: 0 5%;
}

.front-tours .tour-item {
    margin: 0 auto 50px auto;
 }

.front-tours .tour-item .middle h3 {
    line-height: 40px;
    margin-bottom: 25px;
}

.front-tours .tour-item .middle p {
    margin-bottom: 40px;
}

.front-tours .tour-item .middle {
    margin: 0 30px;
}

.front-tours .tour-item .bottom {
    margin: 25px 30px 40px 30px;
}

.front-tours .tour-item .bottom .row {
    flex-direction: column;
}

.front-tours .tour-item .bottom .col {
    flex: 0 1 100%;
    margin-bottom: 20px;
}

.front-tours .tour-item .bottom .col:last-child {
	margin-bottom: 0;
}

.front-tours .tour-item .bottom .img-wrap {
	width: 60px;
    display: block;
    float: left;
    margin-right: 25px;
}

.front-tours .tour-item .bottom img.tour-time, .front-tours .tour-item .bottom img.tour-duration, .front-tours .tour-item .bottom img.tour-price {
    margin: 0 auto;
    display: block;
   
}

.front-tours .tour-item .bottom h4 {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.front-tours .tour-item .bottom span {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    display: block;
}
	
	.front-tours .tour-item .bottom .tour-home-btn {
		flex-wrap: wrap;
}
	
	.front-tours .tour-item .bottom a.learn.book {
		margin-bottom: 15px;
	}

	.front-tours .tour-item .bottom a.learn.book, .front-tours .tour-item .bottom a.learn {
		flex: 0 1 100%;
	}


.front-other {
    padding: 0 5%;
}

.front-other h2 {
    font-size: 36px;
    line-height: 48px;
}

.front-other .other-item {
    margin: 0 auto 25px auto;
    flex: 0 1 355px;
}

.front-blog {
    background: #F6F6EE;
    padding: 40px 5% 0 5%;
}

.front-blog .front-blog-title {
    flex-direction: column;
    text-align: center;
}

.front-blog .front-blog-title h3 {
    font-size: 30px;
    line-height: 40px;
}

.front-blog .front-blog-title a {
    font-size: 14px;
    line-height: 18px;
}

.front-blog .post-list article {
    display: flex;
    flex: 1 1 355px;
}

.front-blog .post-list article .post-thumbnail {
    flex: 0 1 50%;
    line-height: 0;
}

.front-blog .post-list article .entry-header {
    padding: 20px;
     flex: 0 1 50%;
     padding: 15px 20px 5px 20px;
}


.front-blog .post-list article span a {
    font-size: 12px;
    line-height: 16px;
}

.front-blog .post-list article h2 {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
   
}



/* Tour */


.hkf-tour .tour-hero {
	
}

.hkf-tour .tour-hero .hkf-wrap {
    height: 215px;
}

.hkf-tour .tour-hero img.trip {
	display: none;
}

.hkf-tour .tour-hero .tag-box {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    padding: 5px;
    right: 0;
    width: 100%;
    max-width: 100%;
}

.hkf-tour .tour-hero .tag-box span {
    font-size: 14px;
    line-height: 26px;
}


.hkf-tour .entry-title {
    font-size: 28px;
    line-height: 36px;
    max-width: 240px;
    display: inline-block;
}

.hkf-tour .trip-mobile {
    display: inline-block;
    float: right;
    width: 95px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.hkf-tour .entry-header {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.hkf-tour .tour-intro {
    margin-bottom: 0;
}

.hkf-tour .tour-intro .hkf-wrap {
    margin-bottom: 25px;
}

.hkf-tour .tour-col {
    flex: 0 1 550px;
    margin: 0 auto;
}

.hkf-tour .detail-item {
    flex: 0 1 50%;
    flex-direction: column;
    margin-bottom: 25px;
}

.hkf-tour .detail-item.item-cost {
	display: none;
}

.hkf-tour .detail-item img {
    margin: 0 auto 10px auto;
}

.hkf-tour .detail-item span {
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.hkf-tour .tour-intro .mobile-book {
	display: block;
	border-bottom: 1px solid #EDEDED;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.hkf-tour .tour-intro .mobile-book a {
	font-size: 14px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: 18px;
    max-width: 335px;
    width: 100%;
    height: 40px;
    padding: 10px;
    margin: 0 auto 5px auto;
    color: #ffffff;
    background: #E41A2C;
    font-weight: 500;
}

.hkf-tour .tour-intro .mobile-book span {
	font-size: 16px;
	line-height: 28px;
}

.hkf-tour .tour-intro .mobile-book .row {
	display: flex;
	justify-content: space-between;
}

.hkf-tour .tour-intro .mobile-book .col {
	flex: 0 1 50%;
	text-align: center;
}

.hkf-tour .tour-highlights h2 {
	border-bottom: none;
	padding-bottom: 0;
}

.hkf-tour .tour-highlights ul {
    margin: 0 0 0 1em;
}

.hkf-tour .tour-highlights .highlights-box {
    padding: 20px;
}

.hkf-tour .tour-gallery {
    margin-bottom: 30px;
}

.hkf-tour .tour-gallery .carousel-nav {
	display: none;
}

.hkf-tour .tour-gallery .carousel-cell {
    width: 100%;
    height: auto;
}

.hkf-tour .tour-gallery .flickity-prev-next-button {
    top: 42%;
}

.hkf-tour .tour-gallery .flickity-page-dots {
    bottom: 10px;
}

.hkf-tour .tour-gallery .flickity-page-dots .dot {
    display: inline-block;
    width: 9px;
    height: 9px;
}

.hkf-tour .book-col {
    margin: 0 auto;
}

.hkf-tour .book-col .buy-buttons a {
    border: 1px solid #EFEFEF;
    width: 100%;
    margin-bottom: 20px;
}


.hkf-tour .tour-more .more-item {
   margin: 0 auto 60px auto;
}

.hkf-tour .tour-more .more-item .img-block {
    margin: 0 auto 25px auto;
}

.hkf-tour .tour-more .more-item h4 {
    min-height: auto;
}

.hkf-tour .location-item {
	margin: 0 auto 25px auto;
}

.hkf-tour .location-item .location-content {
    height: 205px;
}

.hkf-tour .tour-details-full .details-block .col-1 .col-1-1 {
    flex: 0 0 20%;
}

.hkf-tour .tour-details-full .details-block .col-1 .col-1-2 {
    flex: 0 1 70%;
}

.hkf-tour .tour-details-full .details-block .col-1 .cancel-refund {
    margin-bottom: 25px;
}

.hkf-tour .tour-details-full .details-block .col-2 {
    margin: 0 auto;
}

.hkf-tour .tour-testimonials .testimonial-item {
    padding: 0 15%;
}




/* Footer */


.site-footer .front-news img {
    display: none;
}

.site-footer .front-news {
    padding: 0 5%;
}

.site-footer .front-news .hkf-wrap {
	padding: 40px 0;
}

.site-footer .front-news h3 {
    font-size: 26px;
    line-height: 34px;
}

.site-footer .front-news input[type="text"], .site-footer .front-news input[type="email"], .site-footer .front-news input[type="submit"] {
    width: 80%;
    margin: 0 auto;
}

.site-footer .footer-block .hkf-wrap {
    padding: 35px 5% 0 5%;
}

.site-footer .col {
    flex: 0 1 250px;
    margin: 0 auto 25px auto;
}

.site-footer .col:last-child {
	flex: 0 1 280px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.site-footer .col img {
	width: 114px;
    height: 114px;
}

.site-footer .footer-nav {
    padding: 0 5%;
}

.site-footer .footer-nav .col-1 ul li a {
    font-size: 13px;
}


.site-footer .footer-nav .col-3 img {
    position: initial;
    margin: 0 auto;
    display: block;
}

.site-footer .footer-nav .col-1 {
	flex: 0 1 100%;
}

.site-footer .footer-nav .col-2 {
	margin: 10px auto;
}

.site-footer .footer-nav .col-3 {
    margin: 0 auto;
}

.site-footer .site-info .hkf-wrap {
    padding: 0 24%;
    text-align: center;
}

.site-footer .site-info p {
    font-size: 12px;
    line-height: 19px;
}



/* Private */

.hkf-private .entry-content {
    margin: 20px 0 0 0;
}

.hkf-private .tour-hero .hkf-wrap {
    height: 215px;
}

.hkf-private .tour-hero .tag-box {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    padding: 5px;
    right: 0;
    width: 100%;
    max-width: 100%;
}

.hkf-private .tour-hero .tag-box span {
    font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
}

.hkf-private .entry-title {
    margin: 0 auto 25px auto;
}

.hkf-private .tour-gallery .carousel-nav {
	display: none;
}

.hkf-private .tour-gallery .carousel-cell {
    width: 100%;
    height: auto;
}

.hkf-private .tour-gallery .flickity-prev-next-button {
    top: 42%;
}

.hkf-private .tour-gallery .flickity-page-dots {
    bottom: -25px;
}

.hkf-private .tour-gallery .flickity-page-dots .dot {
    display: inline-block;
    width: 9px;
    height: 9px;
}

.hkf-private .private-intro .info-col {
    margin: 0 auto;
}

.hkf-private .private-intro {
    border-bottom: none;
    padding-bottom: 0;
}

.hkf-private .tour-item {
    margin: 0 auto 40px auto;
}

.hkf-private .private-booking .gform_wrapper .gform_footer input[type=submit] { 
	display: block;
	margin: 0 auto;
}

/* About */

/* Private */



.hkf-about .about-intro {
    padding: 35px 0 0 0;
}


.hkf-about .page-hero .hkf-wrap {
    height: 215px;
}

.hkf-about .page-hero .tag-box {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    padding: 5px;
    right: 0;
    width: 100%;
    max-width: 100%;
}


.hkf-about .entry-title {
    margin: 0 auto 25px auto;
      font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
}

.hkf-about .about-more {
    padding: 80px 0 0px 0;
}



.hkf-about .about-more .more-item {
    margin: 0 auto 65px auto;
}

.hkf-about .about-more .more-item h4 {
    min-height: auto;
}

.hkf-about .about-team .hkf-wrap, .hkf-about .about-more .hkf-wrap {
    padding: 0 5%;
}

.hkf-about .about-team .team-member {
    margin: 0 auto 40px auto;
     flex: 0 1 305px;
}

/* Contact */

.hkf-contact .feat-block .col {
    margin: 0 auto 40px auto;
}

.hkf-contact .feat-block {
    padding-bottom: 0;
    margin-bottom: 40px;
}

.hkf-contact .feat-pages .row {
	padding: 0 5%;
}

.hkf-contact .feat-pages .col-1 {
    flex: 0 1 360px;
    margin: 0 auto 30px auto;
}

.hkf-contact .feat-pages .col-2 {
	text-align: center;
	margin: 0 auto;
}

.hkf-contact .feat-pages h3 {
	text-align: center;
}

.hkf-contact .contact-q .hkf-wrap {
    padding: 0 5%;
}

.hkf-contact .contact-form .gform_wrapper .gform_footer input[type=submit] { 
	display: block;
	margin: 0 auto;
}

.hkf-contact .contact-q .contact-box {
    flex-wrap: wrap;
}

/* Gift Card */


.hkf-gift .gift-intro .hkf-wrap, .hkf-gift .gift-list .hkf-wrap {
    padding: 0 5%;
}

.hkf-gift .gift-intro .col {
    margin: 0 auto;
}

.hkf-gift .gift-redeem {
	padding: 40px 5%;
}

.hkf-gift .gift-redeem .redeem-item {
    margin: 0 auto 30px auto;
    text-align: center;
}

.hkf-gift .gift-redeem .redeem-item p {
    text-align: center;
}

.hkf-gift .buy-gift .hkf-wrap {
    padding: 0 5%;
}

.hkf-gift .buy-gift .col {
    margin: 0 auto 30px auto;
}

.hkf-gift .gift-list .row-1 {
	display: flex;
}

/* Testimonials */

.hkf-review .review-list {
    column-count: 1;
}

.hkf-review .review-item {
    flex-direction: column;
    margin-bottom: 60px;
}

/* Press */

.hkf-press .col-1 {
    margin: 0 auto 30px auto;
}

.hkf-press .col-2 {
    padding: 0 5%;
    margin: 0 auto;
    text-align: center;
}

/* Blog */

.blog-header {
	height: 180px;
	margin-bottom: 40px;
}

.blog-header .page-title {
    font-size: 36px;
    line-height: 44px;
}

#primary {
    padding: 0 5%;
    margin: 0 auto;
}

.hkf-blog article {
    margin: 0 auto;
}

.hkf-blog article .blog-thumbnail {
    margin: 0 auto;
}

.hkf-blog article .entry-content {
    flex: 0 1 100%;
   margin: 5px auto 60px auto;
}

.navigation {
    margin: 0px 0 50px 0;
}

.navigation .nav-links {
    flex-direction: column;
}

.navigation .page-numbers-container {
    text-align: center;
    margin: 20px 0;
}

.navigation .next, .navigation .prev {
    width: 100%;
    display: block;
    text-align: center;
}

/* Film */

.hkf-page.hkf-film .entry-content {
   padding: 0;
}

.hkf-film .film-featured .featured-list {
    padding: 0 5%;
}

.hkf-film .page-hero .hkf-wrap {
    height: 375px;
}


.hkf-film .page-hero .tag-box {
    left: 0;
    max-width: 100%;
}

.hkf-film .entry-title {
    margin: 0 auto 25px auto;
      font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
}

.hkf-film .film-intro .hkf-wrap {
    padding: 0 5% 40px 5%;
}

.hkf-film .film-intro ul {
    column-count: 1;
}

.hkf-film .film-intro ul li {
    margin-bottom: 25px;
}

.hkf-film .film-featured h2 {
	font-size: 22px;
	line-height: 32px;
    margin-bottom: 40px;
}



.hkf-film .film-testimonials .testimonial-slide {
    padding-bottom: 20px;
}

.hkf-film .film-testimonials .testimonial-item {
   
    padding: 0 15%;
}

.hkf-film .film-testimonials {
    padding: 55px 0 0px 0;
}

.hkf-film .film-contact .hkf-wrap {
	padding: 40px 5% 0 5%;
}

.hkf-film .film-form .gform_wrapper .gform_footer input[type=submit] { 
	display: block;
	margin: 0 auto;
}

.hkf-film .film-contact h4 {
    font-size: 22px;
    line-height: 32px;
}

.hkf-film .film-contact {
    margin-bottom: 80px;
}

/* Group */

.hkf-page.hkf-group .entry-content {
   padding: 0;
}


.hkf-group .page-hero .hkf-wrap {
    height: 375px;
}


.hkf-group .page-hero .tag-box {
    left: 0;
    max-width: 100%;
    width: 100%;
}

.hkf-group .entry-title {
    margin: 0 auto 25px auto;
      font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
}

.hkf-group .group-intro {
	padding: 25px 5% 0 5%;
}

.hkf-group .group-intro ul {
    column-count: 1;
}

.hkf-group .group-contact .hkf-wrap {
	padding: 0 5%;
}

.hkf-group .group-form .gform_wrapper .gform_footer input[type=submit] { 
	display: block;
	margin: 0 auto;
}

/* Why */

.hkf-why .why-reasons h3 {
    font-size: 22px;
    line-height: 32px;
}

.hkf-why .why-reasons .why-item h4 {
    font-size: 20px;
    line-height: 28px;
}


/* END */

}

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

/* Compare Tours */

.hkf-compare .hkf-compare-list .compare-text {
    flex: 0 1 80%;
}


/* END */
}

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

/* Tours */

.hkf-tour .entry-title {

    max-width: 200px;
}

/* END */
}

