/*!
Theme Name: Lankan De Tours
Theme URI: http://www.lankandetours.com
Author: Hamid Afzal
Author URI: http://www.hamidafzal.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lankandetours
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Custom Styles

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 20px;
	letter-spacing: 0.1px;
	font-weight: 300;
	line-height: 20px;
}

@media screen and (min-width: 1024px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 1rem;
	}

	p {
		margin: 0 0 30px;
		line-height: 26px;
		letter-spacing: 0.3px;
	}
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

.title-h1 {
	font-size: 28px;
	color: #fff;
	text-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
	text-transform: uppercase;
	margin: 0 0 20px;
	letter-spacing: 0.8px;
	line-height: 40px;
}

.title-h1 br {
	display: none;
}

.title-h1:after,
.title-h2:after,
h2.title-h3:after,
.page-content-block h2:after {
	content: '';
	width: 100px;
	height: 2px;
	background: #fc0;
	display: block;
	margin: 20px 0 0;
	border-radius: 50px;
}

.title-h2 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	letter-spacing: 0.8px;
	text-align: center;
}

.title-h2:after {
	margin: 5px auto 0 !important;
}

.title-h3,
.page-content-block h2,
.page-content-block h3 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 18px;
	font-weight: 700;
}

.title-h4 {
	font-size: 14px;
}

.title-h5 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.title-h6 {
	font-size: 20px;
}

h2.title-h3,
.page-content-block h2 {
	font-size: 24px;
	margin-top: 0;
}

h2.title-h3:after {
	height: 3px;
	margin: 15px 0 40px;
}

.page-content-block h2 {
	font-size: 22px;
	color: #00AAB3;
	line-height: 30px;
}

.page-content-block h3 {
	font-size: 18px;
	line-height: 24px;
}

.page-content-block ul li {
	font-weight: 100;
}

.page-content-block h2:after {
	height: 3px;
	margin: 15px 0 30px;
}

h2.title-h3.center {
	text-align: center;
}

h2.title-h3.center:after {
	margin-left: auto;
	margin-right: auto;
}

.site-hero p {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
	margin: 0 0 30px;
	font-weight: 400;
}

.page-content-block .wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.page-content-block .wp-block-table table,
.page-content-block .wp-block-table table th,
.page-content-block .wp-block-table table td {
	border: 1px solid #ddd;
}

.page-content-block .wp-block-table table th,
.page-content-block .wp-block-table table td {
	padding: 12px 20px;
}

.page-content-block figcaption {
	font-size: 14px;
	color: #888;
}

@media screen and (min-width: 1024px) {
	.title-h1 {
		font-size: 48px;
		line-height: 62px;
		margin: 0 0 30px;
	}

	.title-h1 br {
		display: inline-block;
	}

	.title-h1:after,
	.title-h2:after {
		height: 4px;
		margin: 30px 0 0;
	}

	.title-h2 {
		font-size: 36px;
		margin: 0 0 30px;
	}

	.site-hero p {
		margin: 0 0 50px;
	}

	.title-h3 {
		font-size: 18px;
		letter-spacing: 0.8px;
		line-height: 22px;
	}

	.title-h4 {
		font-size: 16px;
	}

	.title-h6 {
		font-size: 24px;
	}

	.page-content-block h2 {
		margin: 30px 0 0;
		font-size: 30px;
		line-height: 40px;
	}
	
	.page-content-block h3 {
		font-size: 22px;
		line-height: 28px;
	}
}

/* Elements
--------------------------------------------- */
body {
	background: #1A1A1A;
}

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

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

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;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	outline: none;
	cursor: pointer;
	/* border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em; */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* border-color: #ccc #bbb #aaa; */
}

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 {
	/* border-color: #aaa #bbb #bbb; */
}

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: #666;
	border: 1px solid rgb(223, 223, 223);
	padding: 10px 15px;
	font-size: 15px;
	outline: none;
}

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 {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.form-wrap {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site-content,
.section-header {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

@media screen and (min-width: 1024px) {
	.site-content.block-content {
		padding-left: 5px;
  	padding-right: 5px;
	}
}

@media screen and (min-width: 1400px) {
  .site-content {
    width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
	}

	.site-content.block-content {
		padding-left: 0;
  	padding-right: 0;
	}
}

.site-content:after,
.site-row:after,
.clear-row:after {
  content: '';
  display: block;
  clear: both;
}

.site-section {
	width: 100%;
	position: relative;
	padding: 50px 0;
}

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

.site-section.lightest,
.site-section-row.lightest {
	background: #fff;
}

.site-section.light,
.site-section-row.light {
	background: #F7F7F7;
}

.site-section.dark {
	background: #444;
	color: #fff;
}

.site-section-row.darker,
.site-section.darker {
	background: #363636;
	color: #fff;
}

.site-section.darkest {
	background: #1a1a1a;
	color: #fff;
}

.site-hero {
	background: no-repeat center fixed;
	background-size: cover;
	display: inline-block;
	padding: 0;
	min-height: 650px;
	overflow: hidden;
	padding: 109px 0 0 !important;
}

.site-hero .search-box {
	margin: 40px auto 5px;
}

@media screen and (min-width: 1024px) {
	.site-hero {
		height: 100vh;
	}
}

.hero-video {
	position: fixed;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	z-index: -1;
}

video[poster] {
  object-fit: cover;
  width: 110%;
	height: 110%;
	outline: none;
}

.site-hero .site-content {
	height: 100%;
}

.site-row {
	width: 100%;
	height: 100%;
}

.site-row div[class^="site-col"] {
	float: left;
	min-height: 1px;
}

.site-row .site-col-6 {
	width: 100%;
	height: 100%;
}

.site-row.align-center .site-col-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.search-box {
	background: #fc0;
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
	.search-box {
		padding: 50px;
		width: 450px;
	}
}

.search-box h3 {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.6px;
}

.search-box input,
.search-box select {
	width: 100%;
}

.search-box ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.search-box ul li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: block;
}

.search-box ul li:last-child {
	margin-bottom: 0;
}

.section-header {
	text-align: center;
	width: 100%;
	margin: 0 0 30px;
}

.site-tour-packages {
	padding-bottom: 2px;
}

.category-tour-packages .site-tour-packages {
	padding-top: 1px;
}

.site-section-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.site-section-row .site-col-6 {
	float: none;
  display: flex;
	align-items: stretch;
}

.site-section-row .site-col-6 .site-content {
	padding: 0 1px;
}

@media screen and (min-width: 1024px) {
	.site-row .site-col-6 {
		width: 50%;
	}

	.site-hero {
		min-height: 700px;
		padding: 139px 0 0 !important;
	}

	.section-header {
		width: 60%;
		margin: 0 auto 45px;
		padding: 0;
	}

	.site-tour-packages {
		padding: 75px 0 !important;
	}

	.page-section {
		padding: 50px 0 !important;
	}

	.site-section {
		padding: 60px 0;
	}

	.site-section-row .site-col-6 .site-content {
		padding: 0 5px;
	}
}

.site-section-row.package-features .site-col-6 .site-content {
	padding: 0 10px;
}

@media screen and (min-width: 1400px) {
	.site-section-row .site-col-6 .site-content {
		width: calc(100% - 80px);
		padding: 0;
	}

	.site-section-row.package-features .site-col-6 .site-content {
		width: calc(100% - 100px);
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: auto;
	float: right;
	margin: 25px 0 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.main-navigation ul ul {
	min-width: 100%;
	background: rgba(255, 255, 255, 0.05);
	padding: 10px 0;
}

.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 {
	width: 100%;
	float: none;
	margin: 0;
}

.main-navigation ul ul a {
	width: 100%;
	padding: 8px 30px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation li:first-child {
	margin-left: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 300;
	color: #fff;
	padding: 12px 20px;
}

.main-navigation a:hover,
.main-navigation a:hover:after {
	color: #fc0;
}

/* Small menu. */
.menu-toggle {
	display: block;
}

.main-navigation.toggled ul.menu.nav-menu {
	display: block;
	position: absolute;
	right: 10px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	min-width: 230px;
}

.menu-item-has-children > a:after {
	color: rgb(255, 255, 255);
  font-size: 20px;
	position: absolute;
	top: 12px;
}

@media screen and (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}

	.home.page .main-navigation {
		margin: 32px 0 0;
	}

	.main-navigation {
		margin: 20px 0 0;
	}

	.main-navigation ul {
		display: flex;
		padding: 0;
	}

	.main-navigation ul ul {
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		display: block;
		background: rgba(0, 0, 0, 0.7);
		border-radius: 3px;
		min-width: 205px;
		padding: 0;
	}

	.main-navigation ul ul a {
		padding: 10px 15px;
		font-size: 15px;
	}

	.menu-item-has-children > a {
		padding-right: 23px !important;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: -15px;
		animation: menu-drop 1s;
	}

	.main-navigation li {
		margin-left: 50px;
	}

	.main-navigation a {
		padding: 5px 0 15px;
	}

	.menu-item-has-children > a:after {
		right: 0;
		top: 6px;
	}
}

@keyframes menu-drop {
	0%   {top: 60%;opacity: 0;}
	20% {top: 100%;opacity: 1;}
}

@media screen and (max-width: 1023px) {
	.main-navigation li.button-icon {
		margin: 10px 0 20px 20px !important;
		float: left;
	}
}

.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: 1 0 50%;
}

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

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

.post,
.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;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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
--------------------------------------------------------------*/

/* Jetpack 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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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 {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.mr-0 {
	margin-right: 0 !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.page-hero .section-header ul {
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.transport-single-desc {
	font-size: 18px;
}

/* Custom Styles
--------------------------------------------- */
body, button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6,
.scroll-top:after {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

.site-header {
  width: 100%;
	padding: 20px 0;
	position: absolute;
	top: 0;
	z-index: 999;
}

.site-branding {
  float: left;
}

.site-branding .site-title {
  margin: 0;
}

.site-branding .site-title a {
  width: 120px;
  height: 73px;
  background: url('assets/images/lankandetours_logo_light.png') no-repeat;
  background-size: 100%;
  text-indent: -99999px;
  display: block;
  overflow: hidden;
  position: relative;
	z-index: 99;
}

@media screen and (max-width: 1023px) {
  .site-footer .site-branding {
    margin: 0 auto;
    float: none;
  }

  .site-footer .site-branding .site-title a {
    margin: 0 auto;
  }

	.site-col-6 section .form-wrap {
		padding: 0 10px;
	}
}

@media screen and (min-width: 1024px) {
  .home.page .site-header {
    padding: 30px 0;
  }

  .home.page .site-branding .site-title a {
    width: 130px;
  	height: 79px;
	}
	
	.site-branding .site-title a {
    width: 110px;
  	height: 68px;
  }
}

.button-icon {
	width: 34px;
	height: 34px;
	position: relative;
}

.button-icon:last-of-type {
	margin-left: 20px !important;
}

.button-icon a,
.menu-toggle {
	width: 34px;
	height: 34px;
	overflow: hidden;
  border: none;
  outline: none !important;
	text-decoration: none !important;
	padding: 0;
	visibility: hidden;
}

.button-icon a:before,
.menu-toggle:before {
	visibility: visible;
	color: #fc0;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
  justify-content: center;
  align-items: center;
	cursor: pointer;
	padding: 0;
	font-size: 18px;
}

.button-icon.phone-icon a:before {
	font-size: 14px;
}

.button-icon a:hover:before {
	color: #1a1a1a;
	background: #fc0;
}

.button-icon a:after,
.scroll-top:after {
	position: absolute;
	font-size: 12px;
	width: max-content;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	top: 40px;
	background: rgba(0, 0, 0, 0.5);
	padding: 3px 6px;
	border-radius: 3px;
	opacity: 0;
	color: #fff !important;
}

.button-icon a:hover:after,
.scroll-top:hover:after {
	visibility: visible;
	opacity: 1;
	animation: info-tip 1s;
}

.button-icon.phone-icon a:after {
	content: 'Call Us';
}

.button-icon.email-icon a:after {
	content: 'Request a Quote';
}

.scroll-top:after {
	content: 'Scroll to Top';
}

@keyframes info-tip {
  0%   {top: 30px;opacity: 0;}
  25% {top: 40px;opacity: 1;}
}

.menu-toggle,
.menu-toggle:before {
	font-size: 14px;
	width: 40px;
	height: 40px;
	color: #fff;
}

.menu-toggle:hover:before {
	color: #fc0;
}

.button-primary,
.button-secondary {
	text-decoration: none;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 30px;
	transition: all 0.4s;
	font-size: 0.9rem;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
}

.button-primary,
.button-primary:visited {
	background: #fc0;
	color: #000;
	margin: 0 10px 10px 0;
	letter-spacing: 0.3px;
}

.button-primary.center,
.button-secondary.center {
	display: flex;
	width: fit-content;
	width: max-content;
	margin: 0 auto !important;
}

.button-primary.small {
	font-size: 0.86rem;
	padding: 10px 30px;
	margin-bottom: 50px !important;
}

@media screen and (min-width: 1024px) {
	.button-primary,
	.button-secondary {
		font-size: 1rem;
		padding: 13px 35px;
	}

	.button-primary,
	.button-primary:visited {
		margin: 0 20px 0 0;
	}
}

.button-primary:hover,
.button-primary:focus {
	border-color: #fc0;
}

.button-secondary,
.button-secondary:visited {
	color: #fff;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
	text-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
}

.button-secondary:hover,
.button-secondary:focus {
	color: #fc0;
	border-color: #fc0;
	text-decoration: none !important;
}

.button-primary.button-small {
	padding: 8px 28px;
	margin: 10px 0 0;
}

.package-list {
	list-style: none;
	padding: 0;
	width: calc(100% + 18px);
	margin: 0 -9px;
}

.package-list li {
	width: 50%;
	height: 252px;
	float: left;
	padding: 1px;
}

.package-list li a {
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	display: block;
}

.package-list li a .title-h3 {
	text-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
	text-align: center;
	z-index: 2;
	position: absolute;
	width: calc(100% - 20px);
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	top: 30px;
}

.package-list li:first-child a .title-h3 {
	font-size: 16px;
}

.package-list li a p {
	text-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
	text-align: center;
	z-index: 2;
	position: absolute;
	width: calc(100% - 20px);
	margin: 0;
	bottom: 25px;
	animation: smooth-show-out 0.5s;
	font-size: 14px;
	line-height: 16px;
}

.package-list li a .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0), rgba(0,0,0,0.6));
	z-index: 1;
}

@media screen and (max-width: 1023px) {
	.package-list li:first-child,
	.package-list li:last-child {
		width: 100%;
		height: 300px;
	}

	.site-section-row.package-features .site-col-6:last-of-type section {
		padding-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.package-list {
		width: calc(100% + 10px);
		margin: 0 -5px;
	}
	
	.package-list li {
		width: 20%;
		height: 252px;
		padding: 5px;
	}

	.package-list li:first-child {
		width: 40%;
		height: 504px;
	}

	.package-list li a {
		padding: 20px;
	}

	.package-list li a .title-h3 {
		width: calc(100% - 40px);
		min-height: 44px;
		top: 173px;
		animation: smooth-up-out 0.4s;
		align-items: flex-end;
	}
	
	.package-list li a:hover .title-h3 {
		animation: smooth-up-in 0.4s;
		top: 30px;
		align-items: flex-start;
	}
	
	.package-list li:first-child a .title-h3 {
		font-size: 22px;
		top: 404px;
		animation: smooth-up-fir-out 0.4s;
	}
	
	.package-list li:first-child a:hover .title-h3 {
		animation: smooth-up-fir-in 0.4s;
		top: 50px;
	}

	.package-list li a p {
		width: calc(100% - 40px);
		bottom: 30px;
		animation: smooth-show-out 0.5s;
		opacity: 0;
	}
	
	.package-list li:first-child a p {
		bottom: 50px;
	}
	
	.package-list li a:hover p {
		animation: smooth-show-in 0.5s;
		opacity: 1;
	}
	
	.package-list li a .cover {
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	}
	
	.package-list li a:hover .cover {
		background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0), rgba(0,0,0,0.6));
	}
}

@keyframes smooth-up-in {
	0% {top: 173px;}
	50% {top: 30px;}
}

@keyframes smooth-up-out {
	50% {top: 173px;}
	0% {top: 30px;}
}

@keyframes smooth-up-fir-in {
	0% {top: 404px;}
	50% {top: 50px;}
}

@keyframes smooth-up-fir-out {
	50% {top: 404px;}
	0% {top: 50px;}
}

@keyframes smooth-show-in {
	0% {opacity: 0;}
	50% {opacity: 1;}
}

@keyframes smooth-show-out {
	0% {opacity: 1;}
	50% {opacity: 0;}
}

.primary-bg {
	background-color: #fc0 !important;
}

.primary-bg .section-header .title-h2 {
	color: #333;
}

.primary-bg .section-header .title-h2:after {
	background: #fff;
}

.scroll-top {
	position: fixed;
	width: 34px;
	height: 34px;
  border: none;
  outline: none !important;
	text-decoration: none !important;
	bottom: 30px;
	right: 20px;
	color: #fff !important;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.2);
	display: none;
  justify-content: center;
  align-items: center;
	cursor: pointer;
	padding: 0;
	font-size: 30px;
	z-index: 99;
}

.scroll-top:before {
	transform: rotate(180deg);
}

.scroll-top:hover {
	color: #fc0 !important;
	background: rgba(0, 0, 0, 0.5);
}

.vehicle-list {
	list-style: none;
	padding: 0;
	margin: 0 0 60px;
}

.vehicle-list li {
	width: 50%;
	float: left;
	padding: 20px;
}

.vehicle-list li a:not(.button-primary) {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	text-align: center;
	text-decoration: none;
	color: #4A4A4A;
	position: relative;
	display: block;
}

.vehicle-list li .cover {
	width: 100%;
	height: 150px;
	max-width: 190px;
	background: no-repeat center;
	background-size: 100% auto;
	margin: 0 auto;
}

.vehicle-list li .title-h3 {
	text-align: center;
	margin: 0;
}

.transport-list {
	width: 100%;
}

.transport-list li a:not(.button-primary) {
	display: flex;
	margin: 0;
	max-width: 100%;
}

.transport-list li a:hover .transport-desc .title-h3 {
	color: #333;
}

.transport-list li .transport-desc .title-h3 {
	text-align: left;
	font-size: 22px !important;
	color: #00AAB3;
	margin-bottom: 20px;
}

.transport-list li .transport-desc ul li {
	width: 100%;
	padding: 0;
	text-align: left;
}

.transport-list li .transport-desc {
	padding: 0 30px;
}

.search.search-results .vehicle-list {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}

.search.search-results .vehicle-list > li {
	float: none;
	display: flex;
}

.search.search-results .vehicle-list > li > .content-wrap {
	display: flex;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1);
	background: #fff;
	width: 100%;
	padding: 40px;
}

.search.search-results .vehicle-list > li > .content-wrap .cover {
	max-width: 250px !important;
	height: 175px !important;
	margin: 0;
}

.search.search-results .vehicle-list > li > .content-wrap .transport-desc {
	padding: 0 0 0 50px;
}

.search.search-results .vehicle-list > li a.button-primary {
	margin: 20px 0 0 !important;
}

@media screen and (max-width: 767px) {
	.transport-list li {
		width: 100%;
	}

	.transport-list li .transport-desc {
		padding-right: 0;
	}
}

@media screen and (max-width: 1023px) {
	.transport-list li a.button-primary {
		margin-top: 30px !important;
	}
}

@media screen and (min-width: 1024px) {
	.vehicle-list li:not(.transport-list li) {
		width: 33.33%;
	}

	.vehicle-list li:not(.transport-list li):first-child {
		width: 100%;
	}

	.vehicle-list li a:not(.transport-list li a):hover {
		color: #fff;
		text-shadow: 0 0 10px rgba( 0, 0, 0, 0.3);
	}

	.vehicle-list li:first-child a .title-h3 {
		font-size: 18px;
	}

	.vehicle-list li:first-child a .cover {
		max-width: 400px;
		height: 200px;
	}

	.transport-list li .cover {
		max-width: 350px !important;
		height: 220px !important;
	}

	.transport-list {
		width: 90%;
		margin: 0 auto;
	}
	
	.vehicle-list li:not(.transport-list li):first-child a:hover .cover {
		animation: smooth-right-in-car 0.4s;
	}

	.vehicle-list li:not(.transport-list li):nth-child(2) a:hover .cover {
		animation: smooth-right-in-van 0.4s;
	}

	.vehicle-list li:not(.transport-list li):nth-child(3) a:hover .cover {
		animation: smooth-right-in-suv 0.4s;
	}

	.vehicle-list li:not(.transport-list li):last-child a:hover .cover {
		animation: smooth-right-in-lv 0.4s;
	}
}

@keyframes smooth-right-in-car {
	0% {background-position: 410px -40px;opacity: 0;}
	20% {opacity: 0;}
	100% {background-position: center;opacity: 1;}
}

@keyframes smooth-right-in-van {
	0% {background-position: 200px 15px;opacity: 0;}
	20% {opacity: 0;}
	100% {background-position: center;opacity: 1;}
}

@keyframes smooth-right-in-suv {
	0% {background-position: 200px 10px;opacity: 0;}
	20% {opacity: 0;}
	100% {background-position: center;opacity: 1;}
}

@keyframes smooth-right-in-lv {
	0% {background-position: 200px -25px;opacity: 0;}
	20% {opacity: 0;}
	100% {background-position: center;opacity: 1;}
}

.col-2,
.col-4 {
  width: 100%;
}

.col-2 .column,
.col-4 .column {
  width: 100%;
}

.col-4 {
  padding-bottom: 50px;
}

.col-4 .column:not(:first-of-type) {
  padding: 40px 0 0;
}

.contact-details {
  width: 100%;
  margin: 0 auto;
}

.contact-details li {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
}

.contact-details li a {
  border: none !important;
  display: flex;
  align-items: center;
	padding: 0 !important;
	justify-content: center;
}

.contact-details li a i {
  display: inline-block !important;
  padding: 0 20px 0 0 !important;
  width: 50px !important;
  text-align: center;
  font-size: 24px !important;
}

.site-footer .contact-details {
  width: 100%;
  margin: 25px 0 0;
  display: inline-block;
}

.site-footer .contact-details li {
  width: 100%;
  font-size: 15px;
  margin: 0;
  color: #918F97;
  margin-bottom: 15px;
}

.site-footer .contact-details li:last-child {
  margin-bottom: 0;
}

.site-footer .contact-details li a {
  color: #fff;
}

.site-footer .contact-details li a i {
  color: #fc0;
	font-size: 18px !important;
	min-width: 50px;
}

.contact-details li a:not(:first-of-type) {
	padding-left: 50px !important;
}

.contact-details.contact-details-page {
	width: 100% !important;
	flex-direction: column;
	padding: 40px 50px;
}

.contact-details.contact-details-page li {
	width: 100%;
}

.contact-details.contact-details-page li a {
	color: #fff !important;
	font-size: 18px;
}

.contact-details.contact-details-page li a:hover {
	color: #fc0 !important;
}

.site-footer .col-4 .column:last-of-type {
	flex-direction: column;
	align-items: center;
}

.site-footer .col-4 .column:last-of-type img {
	width: 20%;
	margin-bottom: 15px;
}

.site-footer .col-4 .column:last-of-type > img:last-of-type {
	margin-bottom: 0;
}

.site-footer .col-4 .column:last-of-type a {
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
  .col-4 .column {
    width: 25%;
    float: left;
  }

	.contact-details.contact-details-page li {
		width: 80%;
	}

  .col-4 .column:not(:first-of-type) {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .site-footer .col-4 .column:first-of-type {
    width: 30%;
  }

	.site-footer .col-4 .column:last-of-type img {
		width: 50%;
	}

  .site-footer .col-4 .column {
    width: calc(70% / 3);
  }

  .contact-details {
    width: 400px;
  }

  .site-footer .contact-details {
    margin: 40px 0 0;
  }

  .site-footer .contact-details li {
		justify-content: left;
		margin-bottom: 25px;
  }

  .contact-details li,
  .contact-details li a {
    text-align: left !important;
	}
}

.details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.details-list li {
  width: 100%;
  text-align: center;
	font-size: 16px;
	display: block;
}

.details-list li a {
  color: #4A4A4A;
  text-decoration: none;
}

.details-list li a:hover{
  color: #fc0;
}

.details-list li a i {
  color: #fc0;
  font-size: 24px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .details-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .details-list li {
    width: 50%;
    font-size: 17px;
    align-items: stretch;
  }

  .details-list li a {
    border: 2px solid #eee;
		width: max-content;
		width: fit-content;
    border-radius: 5px;
    padding: 20px 0 15px;
  }

  .details-list li a i {
    font-size: 26px;
  }
}

.site-footer {
  width: 100%;
  padding: 50px 0 0;
  text-align: center;
  background: #1A1A1A;
  margin: 0;
}

.site-footer .site-info {
  width: 100%;
  background: #000;
  border-top: 1px solid rgba(255, 221, 0, 0.25);
  padding: 30px 0;
  text-align: center;
}

.site-footer .site-info small {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.23px;
  width: 100%;
  display: block;
	line-height: 26px;
	font-weight: 300;
}

.site-footer .site-info small span {
  display: block;
  font-size: 12px;
  color: #D3D2D5;
}

.site-footer .site-info small a {
  color: #D3D2D5;
  text-decoration: none;
}

.site-social-menu {
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}

.site-social-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-social-menu li {
  float: left;
  margin-right: 25px;
}

.site-social-menu li:last-child {
  margin-right: 0;
}

.site-footer .site-social-menu {
  float: none;
  margin: 25px 0 0;
}

@media screen and (min-width: 1024px) {
  .site-footer .site-social-menu {
    margin: 40px 0 0;
    justify-content: left;
  }
}

.site-footer .site-social-menu li a {
  width: 32px;
  height: 32px;
  border-radius: 100px;
}

.site-footer .site-social-menu li a:before {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100px;
	color: #fc0 !important;
	font-size: 32px;
}

.site-footer .site-social-menu li a:hover:before {
	color: #1A1A1A !important;
	background: #fc0;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  margin: 0 0 5px;
}

.footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-menu ul li a {
  color: #fff;
  font-size: 15px;
	text-decoration: none;
	font-weight: 300;
}

.footer-menu ul li a:hover {
  color: #fc0;
}

.footer-menu ul li:first-child a {
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .footer-menu ul {
		text-align: left;
		padding-top: 20px;
  }

  .footer-menu ul li {
    margin: 0 0 15px;
	}

	.footer-menu ul li:first-child {
    margin: 0 0 22px;
	}

  .site-footer {
    text-align: left;
  }

  .site-footer .site-info small {
    font-size: 14px;
    width: auto;
  }

  .site-footer .site-info small span {
    display: inline-block;
    font-size: 13px;
  }

  .site-social-menu {
    float: right;
    margin: 4px 0 0;
    display: block;
  }
}

.site-social-menu li a {
  visibility: hidden;
  display: block;
  width: 25px;
  height: 18px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
}

.site-social-menu li a:before {
  color: #fc0 !important;
  visibility: visible;
  width: 25px;
  text-align: center;
  display: block;
}

.site-social-menu li a:hover:before {
  color: #333 !important;
}

.info-block {
  display: flex;
  align-items: center;
  justify-content: center;
	padding: 25px 0 75px;
	opacity: 0.5;
}

.info-block span {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
}

.info-block.dark span {
	background: rgba(0, 0, 0, 0.1);
}

.blocks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blocks-list li {
  float: left;
  width: calc(50% - 2px);
  margin: 1px;
}

.blocks-list li a {
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
}

.blocks-list li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  background: radial-gradient(circle, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
  transition: all 0.4s ease;
}

.blocks-list li a:hover:before {
  opacity: 0;
}

.blocks-list li a .blocks-list-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 20px;
  word-wrap: break-word;
}

.blocks-list li a .blocks-list-content span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 3px;
	display: block;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.blocks-list li a .cat-title {
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
  text-transform: uppercase;
  line-height: 22px;
	transition: all 0.4s ease;
	font-weight: 700;
}

.blocks-list li a:hover .cat-title,
.blocks-list li a:hover .blocks-list-content span {
  text-shadow: 0 0 10px rgba(0,0,0,1);
}

@media screen and (min-width: 1024px) {
	.blocks-list li {
		width: calc(50% - 10px);
		margin: 5px;
	}

  .blocks-list li a .cat-title {
		font-size: 18px;
		letter-spacing: 0.9px;
		line-height: 24px;
  }
}

@media screen and (min-width: 1400px) {
	.blocks-list li {
		width: calc(50% - 20px);
		margin: 10px;
	}
}

.events-list li,
.blog-list li {
	width: calc(100%);
}

.events-list li:nth-child(3) {
	margin-top: 40px;
}

.events-list li:nth-child(3):before {
	content: 'Upcoming';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.4px;
	margin-bottom: 30px;
	display: block;
	opacity: 0.5;
}

.events-list li a:before {
	display: none;
}

.events-list li:first-child a:before,
.events-list li:nth-child(2) a:before {
	display: block;
}

.events-list li a .blocks-list-content,
.blog-list li a .blocks-list-content {
	transform: none;
	top: auto;
	right: auto;
	bottom: 20px;
	text-align: left;
	padding: 0 10px;
}

.events-list li:not(:nth-child(-n+2)) {
	border-bottom: 1px solid #fc0;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);
}

.events-list li:last-child {
	border-bottom: none;
}

.events-list li:not(:nth-child(-n+2)) a {
	background-image: none !important;
	height: auto;
	margin: 30px 0 30px;
}

.events-list li:not(:nth-child(-n+2)) a .blocks-list-content {
	position: unset;
	padding: 0;
}

.events-list li:not(:nth-child(-n+2)) a .blocks-list-content .cat-title {
	font-size: 16px;
	text-shadow: none;
	letter-spacing: 0.2px;
	line-height: 22px;
}

.events-list li:not(:nth-child(-n+2)) a:hover .blocks-list-content .cat-title {
	color: #fc0;
}

.events-list li:not(:nth-child(-n+2)) a .blocks-list-content span {
	font-size: 12px;
	text-shadow: none;
	opacity: 0.75;
}

@media screen and (min-width: 1024px) {
	.events-list {
		width: 50%;
		min-height: 420px;
		float: right;
	}

	.events-list li {
		width: calc(100% - 20px);
	}

	.events-list li:first-child,
	.events-list li:nth-child(2) {
		position: absolute;
		left: 5px;
		width: calc(50% - 20px);
	}
	
	.events-list li:nth-child(2) {
		top: 210px;
	}

	.events-list li:nth-child(3) {
		margin-top: 0;
	}

	.events-list li:not(:nth-child(-n+2)) a {
		margin: 20px 0 30px;
	}

	.events-list li a .blocks-list-content,
	.blog-list li a .blocks-list-content {
		padding: 0 20px;
	}
}

@media screen and (min-width: 1400px) {
	.events-list li:nth-child(2) {
		top: 220px;
	}

	.events-list {
		width: calc(50% - 20px);
		min-height: 440px;
	}

	.events-list li:nth-child(3):before {
		margin-top: 5px;
	}

	.events-list li:not(:nth-child(-n+2)) a {
		margin: 20px 0 40px;
	}

	.events-list li:first-child,
	.events-list li:nth-child(2) {
		left: 0;
	}
}

.blog-list {
	width: calc(100% + 18px);
	margin: 0 -9px;
}

.blog-list li a {
	height: 280px;
}

.blog-list li a .blocks-list-content .blog-category {
	font-weight: 600;
	font-size: 12px;
	opacity: 0.75;
}

.blog-list li a .blocks-list-content .cat-title {
	font-size: 16px;
	margin-bottom: 5px;
}

.blog-list li a .blocks-list-content .blog-date {
	font-size: 12px;
	opacity: 0.75;
}

@media screen and (min-width: 1024px) {
	.blog-list {
		width: 100%;
		margin: 0;
	}

	.blog-list li {
		width: calc(35% - 10px);
	}

	.blog-list li:first-child {
		width: calc(65% - 10px);
	}

	.blog-list li:first-child a {
		height: 590px;
	}
	
	.blog-list li a {
		height: 290px;
	}
	
	.blog-list li a .blocks-list-content .blog-category {
		font-size: 14px;
	}

	.blog-list li:first-child a .blocks-list-content .blog-category {
		margin-bottom: 10px;
	}
	
	.blog-list li a .blocks-list-content .cat-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.blog-list li:first-child a .blocks-list-content .cat-title {
		font-size: 26px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 1400px) {
	.blog-list li {
		width: calc(35% - 20px);
	}

	.blog-list li:first-child {
		width: calc(65% - 20px);
	}

	.blog-list li:first-child a {
		height: 600px;
	}
	
	.blog-list li a {
		height: 290px;
	}

	.blog-list li a .blocks-list-content .cat-title {
		font-size: 22px;
	}

	.blog-list li:first-child a .blocks-list-content .cat-title {
		font-size: 28px;
	}
}

.content-list {
  list-style: none;
  padding: 70px 0 20px;
  margin: 0;
}

.content-list li {
	width: 100%;
	position: relative;
	margin-bottom: 90px;
}

.content-list li:last-child {
	margin-bottom: 0;
}

.content-list li:before {
	content: '';
	background: #fff;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1);
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 0;
}

.content-list li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  position: relative;
	transition: all 0.2s ease;
	background: #fff;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1);
	padding: 85px 20px 50px;
	color: #4A4A4A;
}

.content-list li a .content-list-inner p {
	margin-bottom: 20px;
	letter-spacing: 0;
}

.content-list li a .user-img {
	width: 110px;
	height: 110px;
	display: block;
	background: no-repeat center;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 0;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
}

.testimonial-single-user-img {
	width: 110px;
	height: 110px;
	display: block;
	background: no-repeat center;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
	margin: 0 auto 20px;
}

.content-list li a .content-list-inner .content-title:before {
	content: '';
	width: 100px;
	height: 2px;
	background: #fc0;
	display: block;
	margin: 30px auto 20px;
	border-radius: 50px;
}

.content-list li a .content-list-inner .the-content {
	overflow: hidden;
	height: 100px;
	display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.content-list li a .content-list-inner .content-title {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.2px;
	margin-bottom: 0;
}

.content-list li a .content-list-inner span {
	color: #9B9B9B;
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.content-list li.google:after,
.content-list li.tripadvisor:after {
	content: '';
	display: block;
	position: absolute;
	background: url('assets/images/icons.png') no-repeat;
	background-size: 69px auto;
	bottom: 15px;
	right: 15px;
  text-indent: -99999px;
  overflow: hidden;
}

.content-list li.google:after {
	content: 'Google';
	width: 25px;
	height: 25px;
	background-position: -44px 0;
}

.content-list li.tripadvisor:after {
	content: 'Tripadvisor';
	width: 33.58px;
	height: 20px;
	background-position: 0 0;
}

.content-list li:hover:before,
.content-list li:hover a {
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2);
}

.content-list li.google:hover:after  {
	background-position: -44px -35px;
}

.content-list li.tripadvisor:hover:after  {
	background-position: 0 -35px;
}

.site-testimonials {
	padding-bottom: 0;
}

.site-testimonials .content-list {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.site-testimonials .content-list li {
	margin-bottom: 120px;
}

@media screen and (min-width: 1024px) {
	.content-list {
		width: calc(100% + 20px);
		margin: 0 -10px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.content-list li {
		width: calc(25% - 20px);
		margin: 0 10px;
		display: flex;
		align-items: stretch;
	}

	.content-list li a .content-list-inner .content-title:before {
		height: 4px;
	}

	.content-list li a .content-list-inner .the-content {
		height: 208px;
		-webkit-line-clamp: 8;
	}
}

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

.page-hero {
	padding: 130px 0 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-hero .title-h2,
.page-hero p {
	color: #fff;
}

.tours-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.tours-list.light li a {
	background: #444;
}

.tours-list li {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tours-list li.align-top {
	justify-content: flex-start;
}

.tours-list li .tour-image {
	width: 100%;
	height: 220px;
	background: no-repeat center;
	background-size: cover;
}

.tours-list li .title-h5 {
	margin: 25px 0 0;
	padding: 0 20px;
	color: #00AAB3;
}

.tours-list li .tour-content {
	width: 100%;
	margin: 15px 0;
	padding: 0 20px;
}

.tours-list li .tour-content p {
	margin-bottom: 0;
}

.tours-list li a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2);
	padding: 0 0 10px 0;
	overflow: hidden;
	outline: none;
	color: inherit;
}

.tour-attractions-list li {
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2);
	padding: 0 0 10px 0;
}

.tour-attractions-list li .tour-content p {
	font-size: 15px;
	line-height: 25px;
}

.tours-list li a:hover {
	box-shadow: 0 0 8px rgba( 0, 0, 0, 0.25);
}

@media screen and (min-width: 992px) {
	.tours-list li {
		width: calc(33.33% - 20px);
		margin: 0 30px 30px 0;
	}

	.tours-list li:last-child,
	.tours-list li:nth-child(3n) {
		margin-right: 0;
	}

	.tours-list li:nth-child(3n+1) {
		clear: both;
		content: '';
	}
}

.tour-info {
	background: #FFDD00;
	width: 100%;
}

.tour-info.text-center {
	justify-content: center !important;
	text-align: center !important;
}

.tour-info:not(.section-header .tour-info) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

@media screen and (min-width: 768px) {
	.tour-info {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
}

@media screen and (min-width: 1400px) {
	.tour-info {
		text-align: right;
	}

	.tour-info.text-center {
		text-align: center !important;
	}
}

@media screen and (max-width: 767px) {
	.tour-info .button-primary {
		width: 100%;
	}

	.tour-info .d-flex {
		margin-top: 20px;
		justify-content: center;
	}
}

@media screen and (max-width: 530px) {
	.tour-info .d-flex .tour-days,
	.tour-info .d-flex .tour-price {
		margin: 0 0.5px !important;
		padding: 6px 10px !important;
	}
}

.section-header .tour-info {
	background: none;
	margin-top: 50px;
}

.tour-info .tour-days,
.tour-info .tour-price {
	padding: 8px 20px;
	font-weight: 600;
	font-size: 15px;
	color: #444;
}

.section-header .tour-info .tour-days,
.section-header .tour-info .tour-price {
	background: rgba( 0, 0, 0, 0.6);
	padding: 8px 18px;
	text-align: center;
}

.section-header .tour-info .tour-days {
	background: rgba( 0, 0, 0, 0.6);
	color: #fff;
	font-weight: 600;
	display: flex;
	align-self: stretch;
	align-items: center;
	text-transform: uppercase;
	font-size: 24px;
	flex-direction: column;
}

.tour-info .tour-price {
	font-size: 20px;
	color: #333;
}

.section-header .tour-info .tour-price {
	font-size: 26px;
	margin-left: 18px;
	color: #FFDD00;
}

.single-ldt-events .section-header .tour-info .tour-price {
	font-size: 18px !important;
}

.section-header .transport-info {
	justify-content: center;
}

.section-header .transport-info .tour-price {
	margin-left: 15px;
}

.section-header .transport-info .tour-price:first-of-type {
	margin-left: 0;
}

.tour-info .tour-price span,
.tour-info .tour-days span {
	font-size: 13px;
	padding: 0 2px 0 0;
	color: #555;
}

.section-header .tour-info .tour-price span {
	color: #999;
}

.tour-info .tour-price strong,
.tour-info .tour-days strong {
	width: 100%;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}

.color-primary {
	color: #00AAB3 !important;
}

.d-flex {
	display: flex;
}

.page-hero .section-header small {
	width: 100%;
	display: block;
	text-align: right;
	color: #ccc;
	margin: 10px 0 0;
	font-size: 11px;
	font-weight: 100;
	letter-spacing: 0.3px;
}

.tour-attractions-list li {
	position: relative;
	background: #fff;
}

.tour-attractions-list li:before {
	background: #FFDD00;
	display: block;
	padding: 6px 12px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	font-weight: 500;
	opacity: 0.97;
}

.tour-attractions-list li:nth-child(1):before {
	content: 'Day 01';
}
.tour-attractions-list li:nth-child(2):before {
	content: 'Day 02';
}
.tour-attractions-list li:nth-child(3):before {
	content: 'Day 03';
}
.tour-attractions-list li:nth-child(4):before {
	content: 'Day 04';
}
.tour-attractions-list li:nth-child(5):before {
	content: 'Day 05';
}
.tour-attractions-list li:nth-child(6):before {
	content: 'Day 06';
}
.tour-attractions-list li:nth-child(7):before {
	content: 'Day 07';
}
.tour-attractions-list li:nth-child(8):before {
	content: 'Day 08';
}
.tour-attractions-list li:nth-child(9):before {
	content: 'Day 09';
}
.tour-attractions-list li:nth-child(10):before {
	content: 'Day 10';
}
.tour-attractions-list li:nth-child(11):before {
	content: 'Day 11';
}
.tour-attractions-list li:nth-child(12):before {
	content: 'Day 12';
}
.tour-attractions-list li:nth-child(13):before {
	content: 'Day 13';
}
.tour-attractions-list li:nth-child(14):before {
	content: 'Day 14';
}
.tour-attractions-list li:nth-child(15):before {
	content: 'Day 15';
}
.tour-attractions-list li:nth-child(16):before {
	content: 'Day 16';
}
.tour-attractions-list li:nth-child(17):before {
	content: 'Day 17';
}
.tour-attractions-list li:nth-child(18):before {
	content: 'Day 18';
}
.tour-attractions-list li:nth-child(19):before {
	content: 'Day 19';
}
.tour-attractions-list li:nth-child(20):before {
	content: 'Day 20';
}
.tour-attractions-list li:nth-child(21):before {
	content: 'Day 21';
}

.b-list ul,
.transport-list li .transport-desc ul,
.page-content-block ul {
	padding: 0 0 0 25px;
	margin: 0;
	list-style: none;
}

.b-list ul li:before,
.transport-list li .transport-desc ul li:before,
.page-content-block ul li:before {
  content: "\2022";
  color: #00AAB3;
  font-size: 34px;
  font-weight: bold;
  display: block;
  float: left;
  width: 25px;
	margin-left: -25px;
	line-height: 24px;
}

.b-list.b-red ul li:before {
	color: #E74C3C;
}

.b-list ul li,
.page-content-block ul li {
	margin: 0 0 15px;
}

.transport-list li .transport-desc ul li {
	margin: 0 0 6px;
}

.b-list ul li:last-child,
.transport-list li .transport-desc ul li:last-child,
.page-content-block ul li:last-child {
	margin-bottom: 0;
}

.coming-soon {
	position: relative;
}
.coming-soon:after {
	content: 'Coming Soon';
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba( 0, 0, 0, 0.8);
	color: #ccc;
	text-align: center;
	z-index: 99;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 0 0 5px rgba( 0, 0, 0, 1);
}


.wpcf7 input:not([type='submit'],[type='checkbox']),
.wpcf7 select,
.wpcf7 textarea,
.search-box form input:not([type='submit'],[type='checkbox']),
.search-box select {
  width: 100%;
  background: #fff;
  border: none;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  padding: 18px 20px;
  border-radius: 8px;
  font-family: 'Arial';
  outline: none;
	opacity: 0.9;
	-webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}

.wpcf7 input:not([type='submit'],[type='checkbox']):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.search-box form input:not([type='submit'],[type='checkbox']):focus,
.search-box select:focus {
	opacity: 1;
}

.wpcf7 textarea {
  resize: none;
}

.wpcf7 input[type='submit'],
.search-box form input[type='submit'] {
  cursor: pointer;
  margin: 0 auto;
  min-width: 180px;
  outline: none;
  display: block;
}

.search-box form input:not([type='submit'],[type='checkbox']),
.search-box select {
	margin-bottom: 20px;
}

.search-box form input[type='submit'] {
	margin-top: 20px;
}

.wpcf7-form .ajax-loader {
  display: block !important;
  margin: 10px auto 0 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  background: #ffdfe3;
  border: 1px solid #ff7586;
  border-radius: 6px;
  padding: 2px 20px;
  display: inline-block;
  width: 100%;
  margin: 5px 0 0;
}

.wpcf7 .wpcf7-response-output {
  font-size: 14px;
  border-radius: 6px;
  padding: 2px 20px;
  width: 100%;
  text-align: center;
  margin: 0 !important;
}

.wpcf7 .wpcf7-checkbox {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
	padding: 5px 10px;
	width: 50%;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
	cursor: pointer;
	font-size: 15px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input {
	margin: 0 10px 0 0;
	cursor: pointer;
}

.wpcf7 p > label {
	font-weight: 500;
	margin: 0 0 5px;
	display: block;
}

.short-content .site-content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.page-nav {
	color: #ccc;
	font-size: 14px;
	font-weight: normal;
	border: solid 1px #ccc;
	padding: 0 0 0 5px;
	border-radius:3px;
	margin: 40px auto 0;
	width: fit-content;
	overflow: hidden;
}

.page-nav .page-numbers {
	border-right: solid 1px #ccc;
	padding: 10px 20px;
	text-decoration: none;
	color: #888;
	display: inline-block;
	margin-left: -5px;
}

.page-nav .page-numbers:hover {
	color: #00AAB3;
}

.page-nav .page-numbers.current {
 padding: 10px 20px;
 background: #00AAB3;
 color: #fff;
 border: none;
}

.page-nav .next {
 border-right: none !important;
}

.search-price-method {
	margin: 15px 0 0;
	display: flex;
	align-items: center;
}

.search-price-method strong {
	/* display: block; */
	font-size: 26px;
	color: #4a4a4a;
	margin: 0 10px 0 0;
}

.search-price-method strong span {
	font-weight: 400;
	font-size: 14px;
	color: #777;
}

.search-price-method small {
	/* display: block; */
	color: #999;
}