/* HELPERS */
/* BASIC COLOR */
/* FONTS */
/* MIXINS */
/*!
Theme Name: Adventure Travel
Theme URI:
Author: Labtheme
Author URI: http://labtheme.com/
Description: Adventure Travel is a free WordPress theme to create travel booking website for any kind of tour and travel companies. It offers flexibility to add trips, destinations, and trip types, feature travel activities, highlight your specialties, and allow visitors to book the trips. Adventure Travel WordPress theme is speed optimized, SEO-friendly, and mobile-friendly.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adventure-travel
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 with others.
Lab Theme is based on Underscores https://underscores.me/, (C) 2012-2017 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
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* 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;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 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;
/* 1 */
font-size: 1em;
/* 2 */ }
/* 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;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* 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;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* 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;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
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.7778em 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;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 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;
/* 1 */
padding: 0;
/* 2 */ }
/**
* 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;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* 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;
/* 1 */
font: inherit;
/* 2 */ }
/* 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: #5c5c5c;
font-family: "Raleway", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.8; }
h1, h2, h3, h4, h5, h6 {
color: #000000;
clear: both; }
h1 {
font-size: 2.5em;
line-height: 1.3; }
h2 {
font-size: 2.2223em;
line-height: 1.3; }
h3 {
font-size: 1.9444em;
margin-bottom: 0.7778em; }
h4 {
font-size: 1.6667em;
margin-bottom: 0.7778em; }
h5 {
font-size: 1.2777em;
margin-bottom: 0.8888em; }
h6 {
font-size: 1em;
margin-bottom: 0.8888em; }
p {
margin-bottom: 1.5em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 40px 0;
font-size: 1.3888em;
color: #000;
background-color: rgba(0, 179, 184, 0.1);
padding: 40px;
position: relative;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 35px;
background-position: 40px 35px; }
blockquote p {
margin: 0; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
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: 15px;
font-size: 0.9375rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }
/*===========================
COMMON CSS
==========================*/
.container {
max-width: 1170px;
margin: 0 auto; }
.right {
text-align: right; }
.centered {
text-align: center; }
section[class*="-section"] {
margin-top: 100px;
margin-bottom: 100px; }
.section-title {
font-size: 2.25em;
text-align: center;
color: #000;
margin-top: 0;
margin-bottom: 30px;
font-weight: 500; }
.section-title span {
position: relative;
display: inline-block;
padding: 0 56px; }
.section-title span:before, .section-title span:after {
content: "";
background: #2d76b9;
width: 36px;
height: 3px;
position: absolute;
top: 50%;
left: 0; }
.section-title span:after {
left: auto;
right: 0; }
.btn-readmore {
background: #2d76b9;
display: inline-block;
text-align: center;
color: #fff;
font-weight: 600;
padding: 10px 20px;
border: 1px solid #2d76b9;
text-decoration: none; }
.btn-readmore:hover {
background: none;
color: #2d76b9;
text-decoration: none; }
.section-desc {
margin-bottom: 30px; }
.widget-title {
margin-top: 0;
margin-bottom: 30px;
padding-bottom: 5px;
font-weight: 600;
font-size: 1.5em;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.widget ul {
margin: 0;
padding: 0;
list-style: none; }
.widget ul li {
display: block;
margin-bottom: 15px; }
.widget ul li ul {
margin-top: 15px; }
.widget ul li:last-child {
margin-bottom: 0; }
.widget ul li a {
color: #5a5a5a;
display: inline-block; }
.widget ul li a:hover {
color: #2d76b9; }
.widget ul li .post-date {
display: block;
font-size: 0.875em;
color: #999; }
.page-desc {
font-size: 1.3333em;
color: #fff;
margin-top: 20px; }
.entry-meta > span {
display: inline-block;
vertical-align: middle;
font-size: 0.875em;
margin-right: 15px;
padding-right: 15px;
color: #5c5c5c;
position: relative; }
.entry-meta > span:last-child {
margin-right: 0;
padding-right: 0; }
.entry-meta > span::after {
content: "|";
position: absolute;
top: 0;
right: -1px; }
.entry-meta > span:last-child::after {
display: none; }
.entry-meta > span a {
color: #6a6a6a; }
.entry-meta > span a:hover {
color: #2d76b9; }
.entry-meta > span.category-links a::after {
content: ",";
font-size: 2em;
line-height: 0; }
.entry-meta > span.category-links a:last-child::after {
display: none; }
.entry-title a {
color: #000; }
.entry-title a:hover {
color: #2d76b9; }
.post-thumbnail img {
width: 100%; }
.site-content > .page-header {
background-repeat: no-repeat;
background-size: cover;
position: relative;
min-height: 600px;
z-index: 1;
text-align: center;
display: flex;
flex: 1;
flex-direction: column; }
.site-content > .page-header::before {
content: "";
background: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; }
.site-content > .page-header .container {
padding-top: 60px;
padding-bottom: 120px;
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative; }
.site-content > .page-header .container .breadcrumb {
position: absolute;
bottom: 60px;
left: 0;
right: 0; }
.site-content > .page-header .page-title {
font-size: 2.5em;
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-weight: 700; }
.site-content > .page-header .page-content {
margin-top: 0;
font-size: 1.125em;
color: #fff; }
.site-content > .page-header .page-content p {
margin-bottom: 0;
margin-top: 20px; }
.trip-meta {
margin-top: 10px;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center; }
.trip-meta .trip-duration {
display: flex;
flex: auto;
align-items: center;
font-size: 0.875em;
font-weight: 500; }
.trip-meta .trip-duration svg {
margin-right: 5px; }
.trip-meta .trip-rating {
display: flex;
flex: auto;
justify-content: flex-end;
align-items: center; }
.trip-meta .trip-rating .review-wrap {
background: none;
padding: 0;
margin: 0; }
.trip-meta .trip-rating .review-wrap .average-rating {
border: none;
margin: 0;
padding: 0;
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center; }
.trip-meta .trip-rating .review-wrap .average-rating .agg-rating.jq-ry-container {
width: auto !important; }
.trip-meta .trip-rating .review-wrap .average-rating .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
width: 15px; }
.trip-meta .trip-rating .review-wrap .average-rating .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group svg {
fill: #2d76b9; }
.trip-meta .trip-rating .review-wrap .average-rating .aggregate-rating {
font-size: 0.875em;
text-transform: capitalize;
font-weight: 500; }
.star-holder {
display: flex;
flex: auto;
align-items: center; }
.star-holder .review-wrap {
background: none;
padding: 0;
margin: 0; }
.star-holder .review-wrap .average-rating {
border: none;
margin: 0;
padding: 0;
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center; }
.star-holder .review-wrap .average-rating .agg-rating.jq-ry-container {
width: auto !important; }
.star-holder .review-wrap .average-rating .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
width: 15px; }
.star-holder .review-wrap .average-rating .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group svg {
fill: #2d76b9; }
.star-holder .review-wrap .average-rating .aggregate-rating {
font-size: 0.875em;
text-transform: capitalize;
font-weight: 500; }
.ui-datepicker .ui-datepicker-title select {
height: 30px; }
.ui-datepicker td span, .ui-datepicker td a {
text-align: center; }
.post-thumbnail {
position: relative; }
.post-thumbnail .trip-price {
position: absolute;
bottom: 0;
left: 0;
background: #2d76b9;
color: #fff;
min-width: 80px;
text-align: center;
font-size: 1.125em;
font-weight: 600;
height: 35px;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
padding-left: 15px;
padding-right: 15px; }
@media screen and (max-width: 1199px) {
.container {
max-width: 1000px; } }
@media screen and (max-width: 1024px) {
.container {
max-width: 768px;
padding-left: 15px;
padding-right: 15px; } }
@media screen and (max-width: 767px) {
.container {
max-width: 420px; }
section[class*="-section"] {
margin-top: 60px;
margin-bottom: 60px; }
.section-title {
font-size: 1.875em; }
.section-title span {
padding-left: 40px;
padding-right: 40px; }
.section-title span:before, .section-title span:after {
width: 25px; }
.section-desc {
margin-bottom: 0; }
.site-content > .page-header {
min-height: auto; }
.site-content > .page-header .container {
padding-top: 60px !important; }
.site-content > .page-header .page-title {
font-size: 2em; } }
/*--------------------------------------------------------------
# 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;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.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: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0; }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
/*--------------------------------------------------------------
## 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 0 0; }
.wp-caption-text {
text-align: center;
font-size: 0.7778em;
color: #666; }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.container:before,
.container:after,
.site-content:before,
.site-content:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.container:after,
.site-content:after {
clear: both; }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
/*=======================
COMMENTS AREA
=======================*/
.comments-area {
background: #f5f5f5;
margin-top: 60px;
padding: 40px; }
.comments-area .comment-reply-title,
.comments-area .comments-title {
font-size: 1.25em;
margin-top: 0;
margin-bottom: 10px; }
.comments-area .comment-reply-title small {
padding-left: 10px;
font-weight: 400; }
.comments-area ol {
margin: 0;
padding: 0;
list-style: none; }
.comments-area ol.comment-list {
margin-top: 40px;
border-bottom: 1px solid #fff;
margin-bottom: 30px; }
.comments-area ol.children {
margin-left: 70px; }
.site-main .comments-area ol li article {
margin-bottom: 40px;
position: relative;
padding-left: 70px; }
.comment-body + .comment-respond {
margin-bottom: 40px; }
.comments-area ol li .comment-author img {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
border-radius: 100%;
object-fit: cover; }
.comments-area ol li .comment-author a {
color: #000;
font-size: 1em;
text-transform: capitalize; }
.comments-area ol li .comment-author a:hover {
color: #2d76b9; }
.comments-area ol li article .says {
display: none; }
.comments-area ol li .comment-metadata a {
font-size: 0.7778em;
color: #444; }
.comments-area ol li .comment-metadata a:hover {
color: #2d76b9;
text-decoration: underline; }
.comments-area ol li article .comment-content {
font-size: 0.875em; }
.comments-area ol li .comment-content p {
margin-top: 10px;
margin-bottom: 20px; }
.comments-area ol li .comment-content p:last-child {
margin-bottom: 0; }
.comments-area ol li article .reply {
position: absolute;
top: 0;
right: 0;
font-size: 0.875em;
font-weight: 500;
text-transform: uppercase; }
.comments-area ol li article .reply a:hover {
text-decoration: underline; }
.comments-area ol li article .comment-awaiting-moderation {
margin-top: 0;
font-size: 0.875em;
color: #2d76b9;
margin-bottom: 0;
font-style: italic; }
.comments-area ol li.bypostauthor > article {
border-left: 3px solid #2d76b9;
padding: 20px 20px 20px 90px;
background: #fff; }
.comments-area ol li.bypostauthor > article img {
left: 20px;
top: 20px; }
.comments-area ol li.bypostauthor > article .fn {
color: #000;
text-transform: capitalize; }
.comments-area ol li.bypostauthor > article .reply {
top: 20px;
right: 20px; }
.comments-area form p {
margin-top: 0;
margin-bottom: 20px; }
.comments-area form p.comment-form-author,
.comments-area form p.comment-form-email,
.comments-area form p.comment-form-url {
float: left;
vertical-align: top;
width: 31.33%;
margin-right: 3%; }
.comments-area form p.comment-form-url {
margin-right: 0; }
.comments-area form p.form-submit {
margin-bottom: 0; }
.comments-area form p input[type="text"],
.comments-area form p input[type="email"],
.comments-area form p input[type="url"],
.comments-area form p textarea {
font-size: 0.875em; }
.comments-area form p.comment-form-cookies-consent {
position: relative;
display: table;
clear: both; }
.comments-area form input#wp-comment-cookies-consent {
position: absolute;
top: 8px;
left: 0; }
.comments-area form label:not([for="wp-comment-cookies-consent"]) {
font-size: 0.778em;
text-transform: uppercase;
color: #000;
display: block;
margin-bottom: 5px; }
.comments-area form label[for="wp-comment-cookies-consent"] {
padding-left: 25px;
cursor: pointer; }
.comments-area form label[for="wp-comment-cookies-consent"]:hover {
text-decoration: underline; }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block; }
.hentry {
margin: 0 0 1.5em; }
.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; }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit; }
body {
background: #fff;
/* Fallback for when there is no custom background color defined. */ }
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: bold; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
vertical-align: top; }
figure {
margin: 0;
/* Extra wide images within figure tags don't overflow the content area. */ }
table {
margin: 0 0 1.5em;
width: 100%;
text-align: left;
border-collapse: collapse; }
table th, table td {
font-size: 1em;
font-weight: 400;
padding: 10px 15px; }
table th {
background: #ff4500;
color: #fff; }
table tr {
background: rgba(0, 0, 0, 0.02); }
table tr:nth-child(2n) {
background: rgba(0, 0, 0, 0.05); }
.site-footer table tr:nth-child(2n) {
background: rgba(255, 255, 255, 0.15); }
.site-footer table tr {
background: rgba(255, 255, 255, 0.1); }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
border-radius: 5px;
background: #2d76b9;
border: 1px solid #2d76b9;
color: #fff;
font-size: 1.3333em;
line-height: 1.4;
padding: 12px 30px;
cursor: pointer;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
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 {
background: none;
color: #2d76b9; }
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: #000;
border: 1px solid #c8c8c8;
border-radius: 5px;
padding: 10px 15px;
width: 100%;
height: 50px; }
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,
select:focus {
color: #111;
outline: none;
box-shadow: none; }
select {
border: 1px solid #c8c8c8;
width: 100%;
height: 50px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 5px 10px;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 13px;
background-position: calc(100% - 10px) 50%; }
textarea {
width: 100%;
height: 150px; }
.search-form {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center; }
.search-form label {
width: calc(100% - 85px);
padding-right: 5px; }
.search-form label .search-field {
font-size: 1.125em;
padding-left: 20px;
padding-right: 20px; }
.search-form .search-submit {
width: 85px;
padding: 0;
height: 50px;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 25px;
background-position: center;
text-indent: 90px;
overflow: hidden; }
.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:active {
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 25px;
background-position: center; }
.site-banner + .advance-search-form {
position: relative;
top: -35px;
z-index: 999; }
.no-banner .advance-search-form {
margin-top: 100px; }
.advance-search-form .container {
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25); }
.advance-search-form .container > h3 {
display: none; }
.advance-search-form h3 {
margin-top: 30px;
margin-bottom: 0;
font-size: 1em;
text-align: center;
color: #7c7c7c;
font-weight: 500;
text-transform: uppercase; }
.advance-search-form .class-wte-advanced-search-wrapper {
margin: 0; }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
border-left: 1px solid rgba(0, 0, 0, 0.2);
margin-top: 20px;
margin-bottom: 20px; }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field:nth-child(2) {
border-left: none; }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field h3 {
margin-top: 0;
margin-bottom: 0;
font-size: 1em;
text-align: left;
font-weight: 600;
width: 25px;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 12px;
background-position: center;
text-indent: 30px;
overflow: hidden; }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field h3 + div {
width: calc(100% - 25px); }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field h3 + strong {
display: none; }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field.trip-activities h3 {
background-image: url('data:image/svg+xml; utf-8, '); }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field.trip-duration h3 {
background-image: url('data:image/svg+xml; utf-8, '); }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field.trip-cost h3 {
background-image: url('data:image/svg+xml; utf-8, '); }
.advance-search-form .class-wte-advanced-search-wrapper .search-dur, .advance-search-form .class-wte-advanced-search-wrapper .search-price {
display: block; }
.advance-search-form .class-wte-advanced-search-wrapper select {
height: 30px;
border: none;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 12px;
background-position: 100% 50%;
padding-right: 15px; }
.advance-search-form .class-wte-advanced-search-wrapper .duration-slider-value, .advance-search-form .class-wte-advanced-search-wrapper .cost-slider-value {
display: flex;
flex: 1;
margin-top: 15px;
line-height: 1;
font-size: 0.875em;
font-weight: 600; }
.advance-search-form .class-wte-advanced-search-wrapper .duration-slider-value span, .advance-search-form .class-wte-advanced-search-wrapper .cost-slider-value span {
display: flex;
flex: auto; }
.advance-search-form .class-wte-advanced-search-wrapper .duration-slider-value span.max-duration, .advance-search-form .class-wte-advanced-search-wrapper .duration-slider-value span.max-cost, .advance-search-form .class-wte-advanced-search-wrapper .cost-slider-value span.max-duration, .advance-search-form .class-wte-advanced-search-wrapper .cost-slider-value span.max-cost {
justify-content: flex-end; }
.advance-search-form .class-wte-advanced-search-wrapper .advanced-search-field-submit input[type="submit"] {
height: 100%; }
.advance-search-form .ui-slider-horizontal {
height: 5px; }
.advance-search-form .ui-slider .ui-slider-handle {
width: 10px;
height: 20px;
top: -50%;
margin-left: -5px;
-webkit-transform: translateY(-35%);
-moz-transform: translateY(-35%);
transform: translateY(-35%); }
@media screen and (max-width: 1024px) {
.advance-search-form .container {
padding-left: 0;
padding-right: 0; }
.advance-search-form h3 {
margin-bottom: 30px; }
.advance-search-form .class-wte-advanced-search-wrapper {
flex-direction: row; }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field {
width: 50%;
border: 1px solid rgba(0, 0, 0, 0.2);
margin-top: 0;
margin-bottom: 0;
padding-top: 30px;
padding-bottom: 30px;
flex: auto; }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field:nth-child(2) {
border-left: 1px solid rgba(0, 0, 0, 0.2); }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field h3 {
margin-bottom: 0; }
.advance-search-form .class-wte-advanced-search-wrapper .advanced-search-field-submit {
margin-top: 30px;
width: 100%; }
.advance-search-form .class-wte-advanced-search-wrapper .advanced-search-field-submit input[type="submit"] {
width: 100%; } }
@media screen and (max-width: 767px) {
.advance-search-form {
top: 0; }
.advance-search-form .class-wte-advanced-search-wrapper {
flex-direction: column; }
.advance-search-form .class-wte-advanced-search-wrapper > .advanced-search-field {
border-left: none;
margin-bottom: 0;
width: 100%; } }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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; }
#crumbs {
font-size: 1em;
font-weight: 500;
color: #fff; }
#crumbs a {
color: #fff;
display: inline-block;
vertical-align: middle; }
#crumbs a:hover {
color: #2d76b9; }
#crumbs .seperator {
display: inline-block;
margin: 0 5px; }
#crumbs .current {
display: inline-block;
vertical-align: middle;
color: #2d76b9; }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 60px;
/* Make sure select elements fit in widgets. */ }
#secondary .widget:last-child {
margin-bottom: 0; }
.widget select {
max-width: 100%; }
.widget_categories ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_pages ul li,
.widget_meta ul li, .widget_nav_menu ul li {
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 8px;
background-position: 0px 8px;
padding-left: 20px; }
.site-footer .widget_categories li,
.site-footer .widget_recent_entries li,
.site-footer .widget_recent_comments li,
.site-footer .widget_archive li,
.site-footer .widget_pages li,
.site-footer .widget_meta li,
.site-footer .widget_nav_menu li {
background-image: url('data:image/svg+xml; utf-8, '); }
/*=============================
WIDGET CATEGORIES
=============================*/
.widget_categories ul li {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end; }
.widget_categories ul li a {
display: flex;
flex: auto; }
/*=============================
WIDGET RECENT ENTRIES
=============================*/
/*=========================
WIDGET TAG CLOUD
=========================*/
.tagcloud a {
display: inline-block;
vertical-align: middle;
font-size: 0.875em !important;
font-weight: 600;
color: #5c5c5c;
border: 1px solid #5c5c5c;
padding: 10px 15px;
text-transform: uppercase;
margin-right: 3px;
margin-bottom: 7px;
text-decoration: none;
border-radius: 5px; }
.tagcloud a:hover {
background: #2d76b9;
border-color: #2d76b9;
color: #fff;
text-decoration: none; }
/*==========================
WIDGET RECENT COMMENTS
==========================*/
.widget_recent_comments ul li a {
display: inline; }
/*=========================
WIDGET ARCHIVE
=========================*/
/*============================
WIDGET CALENDAR
=============================*/
.widget_calendar table caption {
background: rgba(0, 0, 0, 0.1);
font-weight: 600;
color: #000;
padding: 10px;
text-transform: uppercase;
font-size: 0.875em;
letter-spacing: 1px; }
.widget_calendar table th, .widget_calendar table td {
padding-left: 0;
padding-right: 0;
text-align: center; }
.widget_calendar table a {
font-weight: 600; }
.widget_calendar table a:hover {
text-decoration: none; }
.widget_calendar table #today {
background: rgba(0, 0, 0, 0.05); }
/*============================
WIDGET AUTHOR BIO
============================*/
.widget_labtheme_author_bio_widget {
background: rgba(0, 0, 0, 0.03);
padding: 30px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px; }
.widget_labtheme_author_bio_widget .widget-title {
font-size: 1.125em;
font-weight: 700;
margin-bottom: 20px; }
.widget_labtheme_author_bio_widget .image-holder {
border-radius: 100%;
display: inline-block;
overflow: hidden;
margin-bottom: 20px;
border: 1px solid rgba(0, 0, 0, 0.15);
padding: 8px;
background: rgba(255, 255, 255, 0.25);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.widget_labtheme_author_bio_widget .image-holder img {
border-radius: 100%; }
.widget_labtheme_author_bio_widget .author-bio-wrap p {
margin-top: 0;
margin-bottom: 20px; }
.widget_labtheme_author_bio_widget .author-bio-wrap .readmore {
display: inline-block;
font-weight: 500; }
/*=============================
WIDGET CALL TO ACTION
=============================*/
.widget_labtheme_companion_cta_widget > div {
padding: 60px 30px; }
.widget_labtheme_companion_cta_widget .labtheme-cta-bg {
position: relative;
z-index: 1; }
.widget_labtheme_companion_cta_widget .labtheme-cta-bg:before {
content: "";
background: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; }
.widget_labtheme_companion_cta_widget .right {
text-align: right; }
.widget_labtheme_companion_cta_widget .centered {
text-align: center; }
.widget_labtheme_companion_cta_widget .widget-title {
color: #fff;
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0; }
.widget_labtheme_companion_cta_widget .text-holder p {
margin-top: 20px;
margin-bottom: 0;
color: #fff; }
.widget_labtheme_companion_cta_widget .button-wrap {
margin-top: 20px; }
.widget_labtheme_companion_cta_widget .button-wrap .btn-cta {
display: inline-block;
color: #fff;
font-weight: 600;
padding: 15px 25px;
margin: 5px;
text-align: center;
text-decoration: none;
position: relative;
z-index: 1; }
.widget_labtheme_companion_cta_widget .button-wrap .btn-cta:before {
content: "";
background: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: -1;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.widget_labtheme_companion_cta_widget .button-wrap .btn-cta:hover:before {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
/*============================
WIDGET CATEGORY POST
============================*/
.widget_labtheme_category_post_widget ul li {
margin-bottom: 20px;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
padding-bottom: 20px; }
.widget_labtheme_category_post_widget ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
.widget_labtheme_category_post_widget ul li .post-thumbnail {
display: inline-block;
width: 100px;
vertical-align: top; }
.widget_labtheme_category_post_widget ul li .entry-header {
display: inline-block;
width: calc(100% - 105px);
padding-left: 15px;
vertical-align: top; }
.widget_labtheme_category_post_widget ul li .entry-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.125em; }
.widget_labtheme_category_post_widget ul li .entry-title a {
color: #000; }
.widget_labtheme_category_post_widget ul li .entry-title a:hover {
color: #2d76b9; }
/*================================
WIDGET POST CATEGORY SLIDER
================================*/
.widget_labtheme_posts_category_slider_widget .carousel-title {
background: #f5f5f5;
padding: 20px;
border: 1px solid #e5e5e5;
border-top: none; }
.widget_labtheme_posts_category_slider_widget .carousel-title .cat-links {
display: block;
font-size: 0.875em;
font-weight: 500; }
.widget_labtheme_posts_category_slider_widget .carousel-title .cat-links a {
display: inline-block;
color: #676767; }
.widget_labtheme_posts_category_slider_widget .carousel-title .cat-links a:after {
content: "/";
margin: 0 5px; }
.widget_labtheme_posts_category_slider_widget .carousel-title .cat-links a:last-child:after {
display: none; }
.widget_labtheme_posts_category_slider_widget .carousel-title .cat-links a:hover {
color: #2d76b9; }
.widget_labtheme_posts_category_slider_widget .carousel-title .title {
margin-bottom: 0;
font-size: 1.125em;
margin-top: 5px; }
.widget_labtheme_posts_category_slider_widget .carousel-title .title a {
color: #000; }
.widget_labtheme_posts_category_slider_widget .carousel-title .title a:hover {
color: #2d76b9; }
.widget_labtheme_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"] {
position: absolute;
top: 50%;
left: 10px;
margin: 0;
width: 40px;
padding: 0;
height: 40px;
line-height: 40px;
overflow: hidden;
border-radius: 100%;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
background-color: rgba(255, 255, 255, 0.3);
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 12px;
background-position: 42% 50%;
text-indent: 50px; }
.widget_labtheme_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
background-color: rgba(255, 255, 255, 0.75);
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 12px;
background-position: 42% 50%; }
.widget_labtheme_posts_category_slider_widget .owl-theme .owl-nav .owl-next {
left: auto;
right: 10px;
background-image: url('data:image/svg+xml; utf-8, ');
background-position: 50% 50%; }
.widget_labtheme_posts_category_slider_widget .owl-theme .owl-nav .owl-next:hover {
background-color: rgba(255, 255, 255, 0.75);
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 12px;
background-position: 50% 50%; }
/*============================
WIDGET CLIENT LOGO
============================*/
.widget_labtheme_client_logo_widget .labtheme-client-logo-inner-holder {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center; }
.widget_labtheme_client_logo_widget .labtheme-client-logo-inner-holder .widget-title {
width: 100%; }
.widget_labtheme_client_logo_widget .labtheme-client-logo-inner-holder .image-holder {
width: 50%;
padding: 10px; }
.widget_labtheme_client_logo_widget .labtheme-client-logo-inner-holder .image-holder.black-white:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0); }
.widget_labtheme_client_logo_widget .labtheme-client-logo-inner-holder .image-holder:not(.black-white) a:hover {
opacity: 0.7;
filter: alpha(opacity=70); }
/*==========================
WIDGET CONTACT
==========================*/
.widget_labtheme_contact_social_links .contact-info ul.contact-list li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.widget_labtheme_contact_social_links .contact-info ul.contact-list + .social-networks {
margin-top: 20px; }
.widget_labtheme_contact_social_links .contact-info .social-networks {
font-size: 1.125em; }
/*===========================
WIDGET TESTIMONIAL
===========================*/
.widget_labtheme_companion_testimonial_widget .labtheme-testimonial-inner-holder {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px; }
.widget_labtheme_companion_testimonial_widget .img-holder {
margin-bottom: 20px; }
.widget_labtheme_companion_testimonial_widget .name {
display: block;
font-weight: 700;
font-size: 1.125em;
color: #000; }
.widget_labtheme_companion_testimonial_widget .designation {
font-style: italic;
display: block; }
.widget_labtheme_companion_testimonial_widget .testimonial-content p {
margin-top: 20px;
margin-bottom: 0; }
/*========================
WIDGET FAQ
========================*/
.widget_labtheme_companion_faqs_widget .expand-faq {
display: table;
clear: both;
margin-left: auto;
margin-bottom: 15px; }
.widget_labtheme_companion_faqs_widget ul li {
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.widget_labtheme_companion_faqs_widget ul li:last-child {
margin-bottom: 0; }
.widget_labtheme_companion_faqs_widget ul li .toggle {
color: #000;
font-weight: 600;
position: relative; }
.widget_labtheme_companion_faqs_widget ul li .toggle:hover {
color: #2d76b9; }
.widget_labtheme_companion_faqs_widget ul li .toggle:after {
top: 5px; }
.widget_labtheme_companion_faqs_widget ul li.show .toggle {
color: #2d76b9; }
.widget_labtheme_companion_faqs_widget ul li .inner {
margin-top: 20px; }
/*==========================
WIDGET FEATURED PAGE
==========================*/
.widget_labtheme_featured_page_widget .widget-featured-holder {
display: flex;
flex: 1;
flex-direction: column; }
.widget_labtheme_featured_page_widget .section-subtitle {
font-size: 1em;
margin-top: 0;
margin-bottom: 5px;
order: 2; }
.widget_labtheme_featured_page_widget .text-holder {
order: 3; }
.widget_labtheme_featured_page_widget .text-holder .widget-title {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 20px; }
.widget_labtheme_featured_page_widget .img-holder {
margin-bottom: 30px; }
/*===========================
WIDGET ICON TEXT
===========================*/
.widget_labtheme_icon_text_widget .labtheme-itw-inner-holder {
display: flex;
flex: 1;
flex-direction: column; }
.widget_labtheme_icon_text_widget .text-holder {
order: 2; }
.widget_labtheme_icon_text_widget .text-holder .widget-title {
font-size: 1.125em;
padding-bottom: 0;
border-bottom: none;
margin-bottom: 15px; }
.widget_labtheme_icon_text_widget .text-holder .content p {
margin-top: 0;
margin-bottom: 20px; }
.widget_labtheme_icon_text_widget .icon-holder {
font-size: 3.5em;
line-height: 1;
color: #2d76b9; }
/*============================
WIDGET POPULAR POST
============================*/
.widget_labtheme_popular_post ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
padding-bottom: 15px; }
.widget_labtheme_popular_post ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
.widget_labtheme_popular_post ul li .entry-header .comment-count, .widget_labtheme_popular_post ul li .entry-header .entry-meta, .widget_labtheme_popular_post ul li .entry-header .view-count {
font-size: 0.875em;
display: inline-block;
margin-right: 10px; }
.widget_labtheme_popular_post ul li .entry-header .entry-meta > span {
font-size: 1em; }
/*============================
WIDGET RECENT POST
============================*/
.widget_labtheme_recent_post ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
padding-bottom: 15px; }
.widget_labtheme_recent_post ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
/*==============================
WIDGET STAT COUNTER
==============================*/
.widget_labtheme_companion_stat_counter_widget .image-holder {
margin-bottom: 20px; }
.widget_labtheme_companion_stat_counter_widget .odometer-inside {
line-height: 1; }
/*===========================
WIDGET TEAM
===========================*/
.widget_labtheme_description_widget .labtheme-team-inner-holder .text-holder {
margin-top: 25px; }
.widget_labtheme_description_widget .labtheme-team-inner-holder .text-holder .name {
display: block;
font-size: 1.125em;
font-weight: 700;
color: #000; }
.widget_labtheme_description_widget .labtheme-team-inner-holder .text-holder .description {
margin-top: 10px; }
.widget_labtheme_description_widget .labtheme-team-inner-holder .text-holder .description p {
margin-top: 0;
margin-bottom: 30px; }
.widget_labtheme_description_widget .labtheme-team-inner-holder ul.social-profile {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 15px; }
.widget_labtheme_description_widget .labtheme-team-inner-holder ul.social-profile li {
margin: 5px !important; }
.widget_labtheme_description_widget .labtheme-team-inner-holder ul.social-profile li a {
color: #fff; }
/*==============================
WIDGET WTE ADVANCED SEARCH
==============================*/
.widget_wte_advanced_search_widget form .advanced-search-field {
margin-bottom: 10px; }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: #2d76b9;
text-decoration: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
a:hover, a:focus, a:active {
color: inherit; }
a:focus {
outline: none; }
a:hover, a:active {
outline: 0; }
a:hover {
color: #000;
text-decoration: underline; }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
display: flex;
flex: auto;
justify-content: flex-end; }
.main-navigation .toggle-button {
display: none; }
.main-navigation .nav-menu .close {
display: none; }
.main-navigation ul {
margin: 0;
padding: 0;
list-style: none; }
.main-navigation ul li {
display: inline-block;
vertical-align: middle;
font-size: 0.875em;
font-weight: 500;
position: relative;
padding-right: 30px; }
.main-navigation ul li:not(.menu-item-has-children):last-child {
padding-right: 0; }
.main-navigation ul li .submenu-toggle {
position: absolute;
top: 17px;
right: 15px;
font-size: 12px;
color: rgba(255, 255, 255, 0.75);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.main-navigation ul li a {
color: #fff;
display: inline-block;
vertical-align: middle;
padding: 15px 0; }
.main-navigation ul li a:hover {
text-decoration: none; }
.main-navigation ul li:hover > a, .main-navigation ul li:hover > .submenu-toggle, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_ancestor > a {
color: #2d76b9; }
.main-navigation ul li ul.sub-menu {
position: absolute;
top: 100%;
left: 0;
width: 255px;
background: #fff;
border-radius: 5px;
padding: 5px 0;
opacity: 0;
visibility: hidden;
z-index: 9999;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.main-navigation ul li ul.sub-menu:before {
content: "";
border-bottom: 10px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
top: -10px;
left: 25px; }
.main-navigation ul li ul.sub-menu ul.sub-menu {
top: 0;
left: calc(100% + 3px); }
.main-navigation ul li ul.sub-menu ul.sub-menu:before {
display: none; }
.main-navigation ul li ul.sub-menu li {
display: block;
padding-right: 25px;
padding-left: 25px;
font-size: 1em; }
.main-navigation ul li ul.sub-menu li .submenu-toggle {
color: #5c5c5c;
top: 12px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg); }
.main-navigation ul li ul.sub-menu li a {
color: #000;
display: block;
padding: 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.main-navigation ul li ul.sub-menu li:last-child > a {
border-bottom: none; }
.main-navigation ul li ul.sub-menu li:hover > a, .main-navigation ul li ul.sub-menu li:hover > .submenu-toggle, .main-navigation ul li ul.sub-menu li.current-menu-item > a, .main-navigation ul li ul.sub-menu li.current_page_item > a, .main-navigation ul li ul.sub-menu li.current-menu-ancestor > a, .main-navigation ul li ul.sub-menu li.current_page_ancestor > a {
color: #2d76b9; }
.main-navigation ul li:hover > ul.sub-menu {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.main-navigation ul.nav-menu > li:last-child > ul {
left: auto;
right: 0; }
.main-navigation ul.nav-menu > li:last-child > ul:before {
left: auto;
right: 25px; }
.main-navigation ul.nav-menu > li:last-child > ul ul {
left: auto;
right: calc(100% + 3px); }
@media screen and (max-width: 1500px) {
.main-navigation ul.nav-menu > li:nth-last-of-type(2) > ul, .main-navigation ul.nav-menu > li:nth-last-of-type(3) > ul {
left: auto;
right: 0; }
.main-navigation ul.nav-menu > li:nth-last-of-type(2) > ul:before, .main-navigation ul.nav-menu > li:nth-last-of-type(3) > ul:before {
left: auto;
right: 25px; }
.main-navigation ul.nav-menu > li:nth-last-of-type(2) > ul ul, .main-navigation ul.nav-menu > li:nth-last-of-type(3) > ul ul {
left: auto;
right: calc(100% + 3px); } }
@media screen and (max-width: 1199px) {
.main-navigation ul li {
padding-right: 30px; }
.main-navigation ul li ul.sub-menu {
width: 230px; }
.main-navigation ul li ul.sub-menu li {
padding-right: 0; } }
@media screen and (max-width: 1024px) {
.main-navigation {
justify-content: flex-end; }
.main-navigation .toggle-button {
display: block;
width: 35px;
height: 35px;
padding: 0;
position: relative; }
.main-navigation .toggle-button .toggle-bar {
background: #fff;
width: 20px;
height: 3px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.main-navigation .toggle-button .toggle-bar:first-child {
top: -13px; }
.main-navigation .toggle-button .toggle-bar:last-child {
bottom: -14px; }
.main-navigation .toggle-button:hover .toggle-bar, .main-navigation .toggle-button:focus .toggle-bar, .main-navigation .toggle-button:active .toggle-bar {
background: #2d76b9; }
.main-navigation .nav-menu {
position: fixed;
top: 0;
left: 0;
width: 350px;
height: 100%;
padding-top: 80px;
background: #333;
z-index: 9999;
visibility: hidden;
overflow: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
-webkit-transform: translate(-100%, 0);
-moz-transform: translate(-100%, 0);
transform: translate(-100%, 0); }
.main-navigation .nav-menu .close {
display: block;
position: absolute;
top: 35px;
right: 20px;
width: 30px;
height: 30px;
cursor: pointer; }
.main-navigation .nav-menu .close:before, .main-navigation .nav-menu .close:after {
content: "";
background: #fff;
width: 20px;
height: 2px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.main-navigation .nav-menu .close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg); }
.main-navigation .nav-menu .close:hover:before, .main-navigation .nav-menu .close:hover:after {
background: red; }
.main-navigation .nav-menu li {
display: block;
padding-right: 0; }
.main-navigation .nav-menu li a {
padding: 15px 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
display: block;
box-shadow: 0 1px #252525; }
.main-navigation .nav-menu li .submenu-toggle {
top: 0;
right: 0;
width: 30px;
text-align: center;
height: 56px;
line-height: 57px; }
.main-navigation .nav-menu li .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg); }
.main-navigation .nav-menu li ul.sub-menu {
position: static;
background: rgba(255, 255, 255, 0.02);
opacity: 1;
visibility: visible;
width: 100%;
padding: 0;
display: none;
-webkit-transition: none;
-moz-transition: none;
transition: none; }
.main-navigation .nav-menu li ul.sub-menu:before {
display: none; }
.main-navigation .nav-menu li ul.sub-menu li {
padding-left: 0;
padding-right: 0; }
.main-navigation .nav-menu li ul.sub-menu li a {
padding: 15px 20px;
color: #fff;
border-bottom-color: rgba(255, 255, 255, 0.1); }
.main-navigation .nav-menu li ul.sub-menu li:last-child > a {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.main-navigation .nav-menu li ul.sub-menu li .submenu-toggle {
top: 0;
color: rgba(255, 255, 255, 0.75);
-webkit-transform: none;
-moz-transform: none;
transform: none; }
.main-navigation .nav-menu li ul.sub-menu li .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg); }
.main-navigation.menu-toggled .nav-menu {
visibility: visible;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
transform: translate(0, 0); } }
@media screen and (max-width: 767px) {
.main-navigation .nav-menu {
width: 320px; } }
.btn-primary {
background: #2d76b9;
color: #fff;
font-weight: 500;
border-radius: 4px;
display: inline-block;
padding: 15px 25px;
border: 1px solid #2d76b9;
-webkit-transition: ease, 0.2s;
-moz-transition: ease, 0.2s;
transition: ease, 0.2s; }
.btn-primary:hover, .btn-primary:focus {
text-decoration: none;
color: #2d76b9;
background: none; }
/*btn-primary*/
/*============================
SIDEBARS
============================*/
#primary {
margin-top: 100px;
margin-bottom: 100px; }
.entry-header + .container #primary,
.entry-header + .container #secondary {
margin-top: 60px; }
.rightsidebar #primary {
float: left;
width: calc(100% - 350px);
padding-right: 55px; }
.leftsidebar #primary {
float: right;
width: calc(100% - 350px);
padding-left: 55px; }
#secondary {
float: left;
width: 350px;
margin-bottom: 100px;
margin-top: 100px; }
@media screen and (max-width: 1199px) {
.rightsidebar #primary {
width: calc(100% - 300px); }
.leftsidebar #primary {
width: calc(100% - 300px); }
#secondary {
width: 300px; } }
@media screen and (max-width: 1024px) {
.rightsidebar #primary {
float: none;
width: 100%;
padding-right: 0; }
.leftsidebar #primary {
float: none;
width: 100%;
padding-left: 0; }
#secondary {
float: none;
width: 100%; } }
@media screen and (max-width: 767px) {
#primary {
margin-top: 60px;
margin-bottom: 60px; } }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block; }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-links:before,
.comment-navigation .nav-links:after,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
content: "";
display: table; }
.comment-navigation .nav-links:after,
.posts-navigation .nav-links:after,
.post-navigation .nav-links:after {
clear: both; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
padding-right: 15px; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
padding-left: 15px; }
.site-main .post-navigation {
margin-top: 40px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 20px; }
.site-main .post-navigation .nav-links a {
display: inline-block;
font-size: 1.125em;
font-weight: 700;
color: #000;
position: relative;
padding-left: 25px; }
.site-main .post-navigation .nav-links a:before {
content: "";
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
width: 20px;
height: 21px;
position: absolute;
top: 5px;
left: 0; }
.site-main .post-navigation .nav-links a:hover {
color: #2d76b9; }
.site-main .post-navigation .nav-links a:hover:before {
background-image: url('data:image/svg+xml; utf-8, '); }
.site-main .post-navigation .nav-links .nav-next a {
padding-left: 0;
padding-right: 25px; }
.site-main .post-navigation .nav-links .nav-next a:before {
left: auto;
right: 0;
background-image: url('data:image/svg+xml; utf-8, '); }
.site-main .post-navigation .nav-links .nav-next a:hover:before {
background-image: url('data:image/svg+xml; utf-8, '); }
.pagination .page-number {
display: inline-block;
font-size: 1.25em;
font-weight: 500;
margin-right: 15px;
padding-right: 15px;
position: relative;
color: #5c5c5c;
text-decoration: none; }
.pagination .page-number:last-child {
margin-right: 0;
padding-right: 0; }
.pagination .page-number::after {
content: "|";
position: absolute;
top: 0;
right: -2px;
color: #5c5c5c; }
.pagination .page-number:last-child:after {
display: none; }
.pagination .page-number:hover {
color: #2d76b9; }
.pagination .page-number.active {
color: #2d76b9; }
@media screen and (max-width: 767px) {
.pagination .page-number {
font-size: 1em; } }
.site-header {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 9999; }
.admin-bar .site-header {
top: 32px; }
.header-t {
background: rgba(0, 0, 0, 0.6); }
.header-t .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end; }
.header-t .container .header-left, .header-t .container .header-right {
display: flex;
flex: 1; }
.header-t .container .header-left .header-block {
margin-right: 30px; }
.header-t .container .header-left .header-block:last-child {
margin-right: 0; }
.header-t .container .header-left .header-block svg {
margin-right: 10px; }
.header-t .container .header-right {
height: 55px;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
font-size: 0.875em; }
.header-t .container .header-right ul {
margin: 0;
padding: 0;
list-style: none; }
.header-t .container .header-right ul li {
display: inline-block;
vertical-align: middle; }
.header-t .container .header-right ul li a {
height: 55px;
padding: 0 7px;
line-height: 55px; }
.header-t .container .header-right ul li:last-child a {
padding-right: 0; }
.header-t a {
color: #fff; }
.header-t a:hover {
color: rgba(255, 255, 255, 0.7); }
.header-main .container {
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center; }
.header-main .site-branding {
display: flex;
flex: auto;
align-items: center;
padding: 15px 0;
max-width: 380px; }
.header-main .site-branding .site-logo + .site-title-wrap {
padding-left: 15px; }
.header-main .site-branding .site-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.875em;
line-height: 1.2em; }
.header-main .site-branding .site-title a {
color: #fff; }
.header-main .site-branding .site-title a:hover {
color: #fff;
text-decoration: none; }
.header-main .site-branding .site-description {
margin: 0;
color: rgba(255, 255, 255, 0.75); }
.header-main .header-search {
display: flex;
flex: 0; }
.header-main .search-btn {
color: #fff;
font-size: 20px;
cursor: pointer; }
.header-main .search-btn:hover {
color: #2d76b9; }
.header-main .search-form-wrap {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
opacity: 0;
visibility: hidden;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
align-items: center;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.header-main .search-form-wrap.active {
opacity: 1;
visibility: visible; }
.header-main .search-form-wrap .search-form {
max-width: 768px;
border-bottom: 3px solid #fff; }
.header-main .search-form-wrap .search-form label {
width: calc(100% - 140px); }
.header-main .search-form-wrap .search-form .close {
width: 70px;
height: 70px;
position: relative;
cursor: pointer;
order: 3; }
.header-main .search-form-wrap .search-form .close:before, .header-main .search-form-wrap .search-form .close:after {
content: "";
background: #fff;
width: 35px;
height: 6px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg); }
.header-main .search-form-wrap .search-form .close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg); }
.header-main .search-form-wrap .search-form .close:hover:before, .header-main .search-form-wrap .search-form .close:hover:after {
background: #2d76b9; }
.header-main .search-form-wrap .search-form .search-field {
background: none;
border: none;
border-radius: 0;
font-size: 40px;
color: #fff;
padding-left: 0;
font-weight: 600;
height: 70px; }
.header-main .search-form-wrap .search-form .search-submit {
height: 70px;
padding: 0;
width: 70px;
background-color: transparent;
border: none;
background-size: 40px; }
@media screen and (max-width: 1024px) {
.header-main .header-search {
margin-left: 20px; }
.header-main .search-form-wrap {
padding: 0 15px; } }
@media screen and (max-width: 767px) {
.site-header {
background: #222;
position: static; }
.header-t .container {
flex-direction: column;
text-align: center; }
.header-t .container .header-left {
flex-direction: column; }
.header-t .container .header-left .header-block {
margin-right: 0;
margin-top: 10px; }
.header-t .container .header-right {
height: auto; }
.header-main {
padding: 20px 0; }
.header-main .site-branding {
padding: 0; }
.header-main .search-btn {
color: #000; }
.header-main .search-btn:hover {
color: #2d76b9; }
.header-main .search-form-wrap .search-form {
max-width: 480px; }
.header-main .search-form-wrap .search-form .close {
width: 40px;
height: 40px; }
.header-main .search-form-wrap .search-form .close:before, .header-main .search-form-wrap .search-form .close:after {
width: 25px;
height: 4px; }
.header-main .search-form-wrap .search-form label {
width: calc(100% - 80px); }
.header-main .search-form-wrap .search-form .search-field {
font-size: 20px;
height: 50px; }
.header-main .search-form-wrap .search-form .search-submit {
height: 40px;
background-size: 25px;
width: 40px; } }
.site-footer {
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1; }
.site-footer:before {
content: "";
background: rgba(0, 0, 0, 0.65);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; }
.site-footer .widget-title {
font-size: 1.125em;
color: #fff;
letter-spacing: 0.5px;
border-bottom: none; }
.site-footer .widget li {
color: #fff; }
.site-footer .widget li a {
color: #fff;
text-decoration: none; }
.site-footer .widget li a:hover {
color: #2d76b9; }
.site-footer .widget_text .textwidget {
color: #fff; }
.site-footer .widget_text .textwidget p {
margin-top: 0;
margin-bottom: 15px; }
.site-footer .widget_text .textwidget p:last-child {
margin-bottom: 0; }
.site-footer .tagcloud a {
color: #fff;
border-color: #fff; }
.site-footer .tagcloud a:hover {
border-color: #2d76b9; }
.footer-t {
padding-top: 60px;
display: flex;
flex: 1;
flex-wrap: wrap; }
.footer-t .footer-block {
width: 23.33%;
margin-right: 2%; }
.footer-t .footer-block:last-child {
margin-right: 0; }
.footer-t .widget_labtheme_description_widget .labtheme-team-inner-holder .text-holder .name {
color: #fff; }
.footer-t .widget_labtheme_description_widget .labtheme-team-inner-holder ul.social-profile {
border-top-color: rgba(255, 255, 255, 0.1); }
.footer-t .widget_labtheme_recent_post ul li, .footer-t .widget_labtheme_popular_post ul li {
border-bottom-color: rgba(255, 255, 255, 0.1); }
.footer-t .widget_labtheme_companion_faqs_widget ul li {
border-bottom-color: rgba(255, 255, 255, 0.1); }
.footer-t .widget_labtheme_companion_faqs_widget ul li:last-child {
margin-bottom: 0; }
.footer-t .widget_labtheme_companion_faqs_widget ul li .toggle {
color: #fff; }
.footer-t .widget_labtheme_companion_faqs_widget ul li .toggle:hover {
color: #2d76b9; }
.footer-t .widget_labtheme_companion_testimonial_widget .labtheme-testimonial-inner-holder {
border-color: rgba(255, 255, 255, 0.1); }
.footer-t .widget_labtheme_companion_testimonial_widget .name {
color: #fff; }
.footer-t .widget_labtheme_contact_social_links .contact-info {
color: #fff; }
.footer-t .widget_labtheme_contact_social_links .contact-info ul.contact-list li {
color: #fff;
border-bottom-color: rgba(255, 255, 255, 0.1); }
.footer-t .widget_labtheme_posts_category_slider_widget .carousel-title {
background: rgba(255, 255, 255, 0.75);
border-color: rgba(255, 255, 255, 0.75); }
.footer-t .widget_labtheme_category_post_widget ul li {
border-bottom-color: rgba(255, 255, 255, 0.1); }
.footer-t .widget_labtheme_category_post_widget ul li .entry-title a {
color: #fff; }
.footer-t .widget_labtheme_category_post_widget ul li .entry-title a:hover {
color: #2d76b9; }
.footer-t .widget_labtheme_author_bio_widget {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.15); }
.footer-t .widget_calendar table caption {
background: rgba(255, 255, 255, 0.5); }
.footer-t .widget_calendar table td {
color: #fff; }
.footer-t .widget_calendar table #today {
background: rgba(255, 255, 255, 0.1); }
.footer-bottom {
border-top: 1px solid #fff;
padding-top: 25px;
padding-bottom: 25px;
display: flex;
flex: 1;
flex-wrap: wrap;
color: #fff;
font-size: 1em; }
.footer-bottom .copyright, .footer-bottom .footer-social {
display: flex;
flex: auto; }
.footer-bottom .footer-social {
justify-content: flex-end;
align-items: center; }
.footer-bottom .footer-social span {
display: inline-block;
vertical-align: middle;
font-weight: 600; }
.footer-bottom .footer-social .social-list {
margin: 0;
padding: 0;
list-style: none; }
.footer-bottom .footer-social .social-list li {
display: inline-block;
margin-left: 10px; }
.footer-bottom .footer-social .social-list li a {
display: inline-block;
color: #fff;
text-decoration: none; }
.footer-bottom .footer-social .social-list li a:hover {
color: #2d76b9; }
@media screen and (max-width: 1024px) {
.footer-t .footer-block {
width: 49%; }
.footer-t .footer-block:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
.footer-t {
flex-direction: column; }
.footer-t .footer-block {
width: 100%;
margin-right: 0; }
.footer-bottom {
flex-direction: column; }
.footer-bottom .copyright, .footer-bottom .footer-social {
justify-content: center; }
.footer-bottom .footer-social {
margin-top: 10px; } }
/*========================
SITE BANNER SECTION
========================*/
.banner-slider {
margin: 0;
padding: 0;
list-style: none; }
.banner-slider .banner-item {
position: relative; }
.banner-slider .banner-item .banner-caption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
text-align: center;
padding-bottom: 60px; }
.banner-slider .banner-item .banner-caption .banner-title {
margin-top: 0;
margin-bottom: 20px;
color: #fff;
font-size: 2.5em;
line-height: 1.2; }
.banner-slider .banner-item .banner-caption .banner-desc {
font-size: 1.125em;
color: #fff; }
.banner-slider .banner-item .banner-caption .banner-desc p {
margin-top: 0;
margin-bottom: 30px; }
.banner-slider .banner-item .banner-caption .banner-search-form {
width: 570px;
margin-top: 50px; }
.banner-slider .owl-nav button[class*="owl-"] {
position: absolute;
top: 50%;
left: 70px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 2em;
border: none;
background-color: transparent;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 30px;
background-position: center;
text-indent: 60px;
overflow: hidden; }
.banner-slider .owl-nav button[class*="owl-"]:hover {
opacity: 0.7;
filter: alpha(opacity=70); }
.banner-slider .owl-nav button.owl-next {
left: auto;
right: 70px;
background-image: url('data:image/svg+xml; utf-8, '); }
.site-banner.video-banner .wp-custom-header {
position: relative;
height: 0;
padding-top: 56.25%; }
.site-banner.video-banner .wp-custom-header iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.site-banner.video-banner .wp-custom-header .wp-custom-header-video-button {
padding: 0;
width: 40px;
height: 40px;
position: absolute;
bottom: 60px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 999;
overflow: hidden;
text-indent: 50px; }
.site-banner.video-banner .wp-custom-header .wp-custom-header-video-button:before {
content: "";
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
width: 18px;
height: 20px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto; }
.site-banner.video-banner .wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause::before {
background-image: url('data:image/svg+xml; utf-8, '); }
.site-banner.video-banner .wp-custom-header .wp-custom-header-video-button:hover, .site-banner.video-banner .wp-custom-header .wp-custom-header-video-button:focus, .site-banner.video-banner .wp-custom-header .wp-custom-header-video-button:active {
border-color: #fff; }
@media screen and (max-width: 1199px) {
.banner-item img {
height: 700px;
object-fit: cover; }
.banner-image .banner-item .banner-caption .banner-search-form {
margin-top: 0; } }
@media screen and (max-width: 1024px) {
.banner-slider .owl-nav button[class*="owl-"] {
left: 20px; }
.banner-slider .owl-nav button.owl-next {
left: auto;
right: 20px; } }
@media screen and (max-width: 899px) {
.site-banner .wp-custom-header {
height: auto;
padding-top: 0; } }
@media screen and (max-width: 767px) {
.banner-slider .banner-item img {
height: auto; }
.banner-slider .banner-item .banner-caption {
position: static;
padding: 60px 0 !important; }
.banner-slider .banner-item .banner-caption .banner-title {
font-size: 2em; }
.banner-slider .banner-item .banner-caption .banner-desc {
font-size: 1em; }
.banner-slider .banner-item .banner-caption .banner-search-form {
margin-top: 20px;
width: 100%; }
.banner-slider .owl-nav button[class*="owl-"] {
left: 0;
top: 35%;
background-size: 20px; }
.banner-slider .owl-nav button.owl-next {
left: auto;
right: 0; } }
section.why-choose-section {
text-align: center;
margin-top: 20px; }
section.why-choose-section .section-grid {
display: flex;
flex: 1;
flex-wrap: wrap; }
section.why-choose-section .why-choose-block {
width: 22%;
margin-right: 4%;
margin-top: 40px; }
section.why-choose-section .why-choose-block:nth-child(4n) {
margin-right: 0; }
section.why-choose-section .why-choose-block .block-img {
margin-bottom: 30px;
font-size: 3.75em;
color: #2d76b9;
line-height: 1; }
section.why-choose-section .why-choose-block .block-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1em;
line-height: 1.5; }
section.why-choose-section .why-choose-block .block-content {
margin-top: 5px;
font-size: 0.875em; }
@media screen and (max-width: 1024px) {
section.why-choose-section .why-choose-block {
width: 48%; }
section.why-choose-section .why-choose-block:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
section.why-choose-section {
margin-top: 60px; }
section.why-choose-section .section-grid {
flex-direction: column; }
section.why-choose-section .why-choose-block {
width: 100%;
margin-right: 0; } }
.pop-destination-section .section-grid {
display: flex;
flex: 1;
flex-wrap: wrap; }
.pop-destination-section .destination-block {
width: 22.66%;
margin-right: 3%;
margin-top: 35px;
position: relative;
border-radius: 5px;
overflow: hidden; }
.pop-destination-section .destination-block:nth-child(4n) {
margin-right: 0; }
.pop-destination-section .destination-block .destination-title-wrap {
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.pop-destination-section .destination-block .destination-title-wrap .destination-title {
margin: 0;
font-size: 1.125em;
display: flex;
flex: auto; }
.pop-destination-section .destination-block .destination-title-wrap .destination-title a {
color: #fff; }
.pop-destination-section .destination-block .destination-title-wrap .destination-title svg {
margin-right: 5px; }
.pop-destination-section .destination-block .destination-title-wrap .destination-tour-count {
color: #fff;
font-size: 0.875em;
display: flex;
flex: auto;
justify-content: flex-end; }
.pop-destination-section .destination-block:hover .destination-title-wrap {
padding-top: 60px;
padding-bottom: 30px; }
@media screen and (max-width: 1199px) {
.pop-destination-section .destination-block {
width: 31.33%; }
.pop-destination-section .destination-block:nth-child(4n) {
margin-right: 3%; }
.pop-destination-section .destination-block:nth-child(3n) {
margin-right: 0; } }
@media screen and (max-width: 1024px) {
.pop-destination-section .destination-block {
width: 48%; }
.pop-destination-section .destination-block:nth-child(3n) {
margin-right: 3%; }
.pop-destination-section .destination-block:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
.pop-destination-section .section-title {
margin-bottom: 0; }
.pop-destination-section .section-grid {
flex-direction: column; }
.pop-destination-section .destination-block {
width: 100%;
margin-right: 0; } }
.pop-activities-section {
text-align: center;
position: relative;
z-index: 1; }
.pop-activities-section:before {
content: "";
background: rgba(0, 0, 0, 0.5);
bottom: 0;
left: 0;
right: 0;
height: 60%;
position: absolute;
z-index: 1; }
.pop-activities-section:after {
content: "";
background-image: url(images/activities-sec-bg.jpg);
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 60%;
background-size: cover; }
.pop-activities-section .section-grid {
margin-top: 60px;
padding-bottom: 100px; }
.pop-activities-section .activities-block {
border-radius: 5px;
overflow: hidden;
position: relative; }
.pop-activities-section .activities-block .activities-img {
position: relative; }
.pop-activities-section .activities-block .activities-img .activities-title {
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
position: absolute;
bottom: 0;
text-align: center;
left: 0;
right: 0;
padding: 60px 20px 20px 20px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.pop-activities-section .activities-block .activities-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.125em;
font-weight: 500;
color: #fff; }
.pop-activities-section .activities-block .activities-content-wrap {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: rgba(0, 0, 0, 0.8);
padding: 60px 20px 20px 20px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.pop-activities-section .activities-block .activities-content-wrap:after {
content: "";
background: #2d76b9;
width: 100%;
height: 5px;
position: absolute;
bottom: 0;
left: 0; }
.pop-activities-section .activities-block .activities-content-wrap .activities-content {
color: #fff;
line-height: 1.6;
margin-top: 20px; }
.pop-activities-section .activities-block .activities-content-wrap .button-wrap {
margin-top: 20px; }
.pop-activities-section .activities-block .activities-content-wrap .btn-readmore {
border: 1px solid #fff;
color: #fff;
font-size: 0.875em;
font-weight: 500;
padding: 5px 15px;
border-radius: 5px;
display: inline-block;
text-decoration: none; }
.pop-activities-section .activities-block .activities-content-wrap .btn-readmore:hover {
background: #fff;
color: #2d76b9; }
.pop-activities-section .activities-block:hover .activities-img .activities-title {
padding-bottom: 40px;
opacity: 0;
visibility: hidden; }
.pop-activities-section .activities-block:hover .activities-content-wrap {
padding-top: 20px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.pop-activities-section .owl-carousel .owl-nav {
text-align: center;
margin-top: 50px;
position: relative; }
.pop-activities-section .owl-carousel .owl-nav:before {
content: "";
background: #fff;
width: 60px;
height: 2px;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto; }
.pop-activities-section .owl-carousel .owl-nav button[class*="owl-"] {
width: 45px;
height: 45px;
border: 2px solid #fff;
border-radius: 100%;
margin-right: 40px;
background-color: transparent;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 15px;
background-position: center;
text-indent: 50px;
overflow: hidden;
padding: 0; }
.pop-activities-section .owl-carousel .owl-nav button[class*="owl-"]:hover {
border-color: #2d76b9;
background-image: url('data:image/svg+xml; utf-8, '); }
.pop-activities-section .owl-carousel .owl-nav button.owl-next {
margin-right: 0;
margin-left: 40px;
background-image: url('data:image/svg+xml; utf-8, '); }
.pop-activities-section .owl-carousel .owl-nav button.owl-next:hover {
background-image: url('data:image/svg+xml; utf-8, '); }
@media screen and (max-width: 767px) {
.pop-activities-section:before, .pop-activities-section:after {
height: 45%; }
.pop-activities-section .section-grid {
padding-bottom: 60px; } }
.featured-trip-section {
text-align: center; }
.featured-trip-section .section-grid {
display: flex;
flex: 1;
flex-wrap: wrap;
text-align: left; }
.featured-trip-section .section-block {
width: 31.33%;
margin-right: 3%;
margin-top: 30px;
border-radius: 5px;
overflow: hidden;
display: flex;
flex-direction: column;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0);
box-shadow: 0 0 30px rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.featured-trip-section .section-block:nth-child(3n) {
margin-right: 0; }
.featured-trip-section .section-block:hover {
-webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15); }
.featured-trip-section .section-block .block-img {
position: relative; }
.featured-trip-section .section-block .block-img .trip-price {
position: absolute;
bottom: 0;
left: 0;
background: #2d76b9;
color: #fff;
min-width: 80px;
text-align: center;
font-size: 1.125em;
font-weight: 600;
height: 35px;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
padding-left: 15px;
padding-right: 15px; }
.featured-trip-section .section-block .block-img .trip-price .old-prices {
display: inline-block;
margin-right: 10px; }
.featured-trip-section .section-block .section-content-wrap {
border: 1px solid #c7c7c7;
border-top: none;
padding: 20px;
border-radius: 0 0px 5px 5px;
display: flex;
flex-direction: column;
flex: 1; }
.featured-trip-section .section-block .section-content-wrap .block-title {
margin: 0;
font-size: 1.125em;
font-weight: 600;
line-height: 1.5em;
display: flex;
flex: 1; }
.featured-trip-section .section-block .section-content-wrap .block-title a {
color: #000; }
.featured-trip-section .section-block .section-content-wrap .block-title a:hover {
color: #2d76b9; }
.featured-trip-section .section-block .section-content-wrap .button-wrap {
border-top: 1px solid #c7c7c7;
text-align: center;
margin-top: 20px;
padding-top: 20px; }
.featured-trip-section .section-block .section-content-wrap .button-wrap .btn-readmore {
display: inline-block;
font-size: 1.125em;
font-weight: 600;
line-height: 1.3;
background: none;
border: none;
color: #2d76b9;
padding: 0; }
.featured-trip-section .section-block .section-content-wrap .button-wrap .btn-readmore:hover {
text-decoration: underline; }
.featured-trip-section .section-block .section-content-wrap .button-wrap .btn-readmore svg {
margin-left: 5px; }
@media screen and (max-width: 1024px) {
.featured-trip-section .section-block {
width: 48%; }
.featured-trip-section .section-block:nth-child(3n) {
margin-right: 3%; }
.featured-trip-section .section-block:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
.featured-trip-section .section-grid {
flex-direction: column; }
.featured-trip-section .section-block {
width: 100%;
margin-right: 0; } }
section.stat-counter-section {
margin-top: 0;
margin-bottom: 0;
padding: 100px 0;
position: relative;
background-size: cover;
background-repeat: no-repeat;
z-index: 1; }
section.stat-counter-section:before {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; }
section.stat-counter-section .section-title {
color: #fff; }
section.stat-counter-section .section-desc {
color: #fff;
text-align: center; }
section.stat-counter-section .section-grid {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start; }
section.stat-counter-section .section-block {
width: 23.33%;
text-align: center;
margin-right: 2%;
margin-top: 30px; }
section.stat-counter-section .section-block:nth-child(4n) {
margin-right: 0; }
section.stat-counter-section .section-block .section-block-inner {
width: 220px;
height: 220px;
border: 2px solid #fff;
border-radius: 5px;
color: #fff;
text-align: center;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
padding: 20px;
margin: 0 auto; }
section.stat-counter-section .section-block .section-block-inner .counter-icon {
font-size: 2.5em;
line-height: 1;
margin-bottom: 15px; }
section.stat-counter-section .section-block .section-block-inner .counter-num {
font-size: 2.8125em;
font-weight: 600;
line-height: 1.3;
margin-bottom: 15px; }
section.stat-counter-section .section-block .section-block-inner .counter-title {
font-size: 1em;
text-transform: capitalize;
position: relative;
padding-top: 10px; }
section.stat-counter-section .section-block .section-block-inner .counter-title::before {
content: "";
width: 70px;
height: 2px;
background: #2d76b9;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto; }
section.stat-counter-section.lay-two .section-block-inner {
border-color: rgba(0, 0, 0, 0.05);
background: rgba(0, 0, 0, 0.5); }
section.stat-counter-section.lay-three .section-block-inner {
border-radius: 100%; }
section.stat-counter-section.lay-four .section-block-inner {
border-radius: 5px;
background: #fff;
color: #000; }
@media screen and (max-width: 1024px) {
section.stat-counter-section .section-block {
width: 49%; }
section.stat-counter-section .section-block:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
section.stat-counter-section .section-grid {
flex-direction: column;
align-items: center; }
section.stat-counter-section .section-block {
width: 100%;
margin-right: 0; } }
.best-seller-section {
text-align: center; }
.best-seller-section .section-grid {
display: flex;
flex: 1;
flex-wrap: wrap;
text-align: left; }
.best-seller-section .section-block {
width: 31.33%;
margin-right: 3%;
margin-top: 30px;
border-radius: 5px;
overflow: hidden;
display: flex;
flex-direction: column;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0);
box-shadow: 0 0 30px rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.best-seller-section .section-block:nth-child(3n) {
margin-right: 0; }
.best-seller-section .section-block:hover {
-webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15); }
.best-seller-section .section-block .block-img {
position: relative; }
.best-seller-section .section-block .block-img .trip-price {
position: absolute;
bottom: 0;
left: 0;
background: #2d76b9;
color: #fff;
min-width: 80px;
text-align: center;
font-size: 1.125em;
font-weight: 600;
height: 35px;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
padding-left: 15px;
padding-right: 15px; }
.best-seller-section .section-block .block-img .trip-price .old-price {
display: inline-block;
margin-right: 10px; }
.best-seller-section .section-block .section-content-wrap {
border: 1px solid #c7c7c7;
border-top: none;
padding: 20px;
border-radius: 0 0px 5px 5px;
display: flex;
flex-direction: column;
flex: 1; }
.best-seller-section .section-block .section-content-wrap .block-title {
margin: 0;
font-size: 1.125em;
font-weight: 600;
line-height: 1.5em;
display: flex;
flex: 1; }
.best-seller-section .section-block .section-content-wrap .block-title a {
color: #000; }
.best-seller-section .section-block .section-content-wrap .block-title a:hover {
color: #2d76b9; }
.best-seller-section .section-block .section-content-wrap .trip-meta {
margin-top: 10px;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center; }
.best-seller-section .section-block .section-content-wrap .trip-meta .trip-duration {
display: flex;
flex: auto;
align-items: center;
font-size: 0.875em;
font-weight: 500; }
.best-seller-section .section-block .section-content-wrap .trip-meta .trip-duration svg {
margin-right: 5px; }
.best-seller-section .section-block .section-content-wrap .trip-meta .trip-rating {
display: flex;
flex: auto;
justify-content: flex-end;
align-items: center; }
.best-seller-section .section-block .section-content-wrap .button-wrap {
border-top: 1px solid #c7c7c7;
text-align: center;
margin-top: 20px;
padding-top: 20px; }
.best-seller-section .section-block .section-content-wrap .button-wrap .btn-readmore {
display: inline-block;
font-size: 1.125em;
font-weight: 600;
line-height: 1.3;
background: none;
border: none;
color: #2d76b9;
padding: 0; }
.best-seller-section .section-block .section-content-wrap .button-wrap .btn-readmore:hover {
text-decoration: underline; }
.best-seller-section .section-block .section-content-wrap .button-wrap .btn-readmore svg {
margin-left: 5px; }
@media screen and (max-width: 1024px) {
.best-seller-section .section-block {
width: 48%; }
.best-seller-section .section-block:nth-child(3n) {
margin-right: 3%; }
.best-seller-section .section-block:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
.best-seller-section .section-grid {
flex-direction: column; }
.best-seller-section .section-block {
width: 100%;
margin-right: 0; } }
section.testimonial-section {
margin-top: 0;
margin-bottom: 0;
padding: 100px 0;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
z-index: 1; }
section.testimonial-section:before {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; }
section.testimonial-section .section-title, section.testimonial-section .section-desc {
color: #fff; }
section.testimonial-section .section-grid {
max-width: 920px;
margin: 60px auto 0 auto;
padding-left: 75px;
padding-right: 75px;
padding-bottom: 60px; }
section.testimonial-section .section-block {
border-radius: 5px;
padding: 50px 55px 0 55px;
position: relative;
overflow: hidden;
z-index: 1;
max-width: 770px;
margin-left: auto;
margin-right: auto; }
section.testimonial-section .section-block::before {
content: "";
background: #fff;
border-radius: 5px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 90px);
z-index: -1; }
section.testimonial-section .section-block .testimonial-name {
font-weight: 600;
color: #000;
font-size: 1.125em;
line-height: 1.4; }
section.testimonial-section .section-block .testimonial-meta .testimonial-subtitle {
font-size: 1em;
color: #5c5c5c; }
section.testimonial-section .section-block .testimonial-meta .testimonial-rating {
display: block;
margin-top: 10px;
text-align: center; }
section.testimonial-section .section-block .testimonial-content {
font-size: 0.875em;
color: #5c5f5f;
margin-top: 20px; }
section.testimonial-section .section-block .testimonial-image {
width: 155px;
height: 180px;
margin: 40px auto 0 auto;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
border-radius: 8px;
overflow: hidden; }
section.testimonial-section .section-block .testimonial-image img {
width: 100%;
height: 100%;
object-fit: cover; }
section.testimonial-section .section-block img {
display: inline-block;
width: auto; }
section.testimonial-section .owl-carousel .owl-nav button[class*="owl-"] {
position: absolute;
top: 40%;
left: 0;
width: 45px;
height: 45px;
border: 2px solid #fff;
border-radius: 100%;
overflow: hidden;
color: #fff;
background-color: transparent;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 10px;
background-position: center;
text-indent: 50px;
-webkit-transition: none;
-moz-transition: none;
transition: none; }
section.testimonial-section .owl-carousel .owl-nav button[class*="owl-"]:hover {
border-color: #2d76b9;
background-image: url('data:image/svg+xml; utf-8, '); }
section.testimonial-section .owl-carousel .owl-nav button.owl-next {
left: auto;
right: 0;
background-image: url('data:image/svg+xml; utf-8, '); }
section.testimonial-section .owl-carousel .owl-nav button.owl-next:hover {
background-image: url('data:image/svg+xml; utf-8, '); }
section.testimonial-section .owl-carousel .owl-dots {
position: absolute;
bottom: 0;
left: 0;
right: 0; }
section.testimonial-section .owl-carousel button.owl-dot {
background: #fff;
width: 5px;
height: 10px;
border-radius: 0;
margin-left: 2px;
margin-right: 2px; }
section.testimonial-section .owl-carousel button.owl-dot:hover {
background: #2d76b9; }
section.testimonial-section .owl-carousel button.owl-dot.active {
background: #2d76b9;
height: 20px; }
@media screen and (max-width: 767px) {
section.testimonial-section {
padding-top: 60px;
padding-bottom: 60px; }
section.testimonial-section .section-grid {
padding-left: 0;
padding-right: 0;
margin-top: 30px; }
section.testimonial-section .section-block {
padding-top: 30px;
padding-left: 30px;
padding-right: 30px; } }
.blog-section {
text-align: center; }
.blog-section .section-grid {
display: flex;
flex: 1;
flex-wrap: wrap;
text-align: left; }
.blog-section .section-grid + .button-wrap {
margin-top: 60px; }
.blog-section .section-grid + .button-wrap .btn-readmore {
display: inline-block;
font-size: 1em;
font-weight: 600;
background: #2d76b9;
color: #fff;
padding: 15px 20px;
border-radius: 5px;
border: 1px solid #2d76b9;
text-decoration: none; }
.blog-section .section-grid + .button-wrap .btn-readmore:hover {
background: none;
color: #2d76b9; }
.blog-section article {
width: 31.33%;
margin-right: 3%;
margin-top: 30px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 0 30px rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.blog-section article:nth-child(3n) {
margin-right: 0; }
.blog-section article:hover {
box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15); }
.blog-section article .article-content-wrap {
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0 0 5px 5px;
padding: 20px 20px 0 20px; }
.blog-section article .article-content-wrap .entry-meta {
display: flex;
flex: 1;
flex-wrap: wrap; }
.blog-section article .article-content-wrap .entry-meta .posted-on {
display: flex;
flex: auto; }
.blog-section article .article-content-wrap .entry-meta .byline {
display: flex;
flex: auto;
justify-content: flex-end; }
.blog-section article .article-content-wrap .entry-meta .byline svg {
margin-right: 5px; }
.blog-section article .article-content-wrap .entry-title {
margin-top: 10px;
font-size: 1.125em;
line-height: 1.5;
margin-bottom: 0;
font-weight: 600; }
.blog-section article .article-content-wrap .entry-content {
margin-top: 20px;
color: #5c5c5c; }
.blog-section article .article-content-wrap .entry-content p {
margin-top: 0;
margin-bottom: 20px; }
.blog-section article .article-content-wrap .button-wrap {
border-top: 1px solid #c7c7c7;
text-align: center;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px; }
.blog-section article .article-content-wrap .button-wrap .btn-readmore {
display: inline-block;
font-size: 1.125em;
font-weight: 600;
line-height: 1.3;
background: none;
border: none;
color: #2d76b9;
padding: 0; }
.blog-section article .article-content-wrap .button-wrap .btn-readmore:hover {
text-decoration: underline; }
.blog-section article .article-content-wrap .button-wrap .btn-readmore svg {
margin-left: 5px; }
@media screen and (max-width: 1024px) {
.blog-section article {
width: 48%; }
.blog-section article:nth-child(3n) {
margin-right: 3%; }
.blog-section article:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
.blog-section .section-grid {
flex-direction: column; }
.blog-section .section-grid + .button-wrap {
margin-top: 30px; }
.blog-section article {
width: 100%;
margin-right: 0; } }
.classic-layout .site-main article {
border-radius: 5px;
overflow: hidden;
margin-bottom: 60px;
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0);
box-shadow: 0 0 25px rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.classic-layout .site-main article:hover {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
.classic-layout .site-main article .content-wrap {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0 0 5px 5px;
padding: 30px; }
.classic-layout .site-main article .content-wrap .entry-title {
margin-top: 5px;
margin-bottom: 0;
font-size: 1.5em; }
.classic-layout .site-main article .content-wrap .entry-content {
margin-top: 0; }
.classic-layout .site-main article .content-wrap .entry-content p {
margin-top: 20px;
margin-bottom: 0; }
.classic-layout .site-main article .content-wrap .button-wrap {
margin-top: 20px; }
.classic-layout .site-main article .content-wrap .button-wrap .btn-readmore {
display: inline-block;
font-size: 1.125em;
font-weight: 600; }
.classic-layout .site-main article .content-wrap .button-wrap .btn-readmore svg {
margin-left: 5px; }
.grid-layout .site-main {
display: flex;
flex: 1;
flex-wrap: wrap;
margin-bottom: 30px; }
.grid-layout .site-main article {
border-radius: 5px;
overflow: hidden;
margin-bottom: 30px;
margin-right: 3%;
width: 48.33%;
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0);
box-shadow: 0 0 25px rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.grid-layout .site-main article:nth-child(2n) {
margin-right: 0; }
.grid-layout .site-main article:hover {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
.grid-layout .site-main article .content-wrap {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0 0 5px 5px;
padding: 25px; }
.grid-layout .site-main article .content-wrap .entry-meta > span {
margin-right: 10px;
padding-right: 10px; }
.grid-layout .site-main article .content-wrap .entry-title {
margin-top: 5px;
margin-bottom: 0;
font-size: 1.25em; }
.grid-layout .site-main article .content-wrap .entry-content {
margin-top: 0; }
.grid-layout .site-main article .content-wrap .entry-content p {
margin-top: 20px;
margin-bottom: 0; }
.grid-layout .site-main article .content-wrap .button-wrap {
margin-top: 20px; }
.grid-layout .site-main article .content-wrap .button-wrap .btn-readmore {
display: inline-block;
font-size: 1em;
font-weight: 600; }
.grid-layout .site-main article .content-wrap .button-wrap .btn-readmore svg {
margin-left: 5px; }
.grid-layout.full-width .site-main article {
width: 31.33%; }
.grid-layout.full-width .site-main article:nth-child(2n) {
margin-right: 3%; }
.grid-layout.full-width .site-main article:nth-child(3n) {
margin-right: 0; }
.grid-modern-layout .site-main {
display: flex;
flex: 1;
flex-wrap: wrap; }
.grid-modern-layout .site-main article {
width: 48.33%;
margin-right: 3%;
margin-bottom: 35px;
border-radius: 5px;
overflow: hidden;
position: relative; }
.grid-modern-layout .site-main article:nth-child(2n) {
margin-right: 0; }
.grid-modern-layout .site-main article .trip-price {
position: absolute;
background: #2d76b9;
color: #fff;
min-width: 100px;
text-align: center;
font-size: 1.125em;
font-weight: 600;
letter-spacing: 1px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
height: 40px;
bottom: 30px;
right: -30px;
border-bottom-left-radius: 5px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg); }
.grid-modern-layout .site-main article .content-wrap {
padding: 20px;
background: rgba(0, 0, 0, 0.6);
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: calc(100% - 40px); }
.grid-modern-layout .site-main article .entry-title {
margin: 0 0 10px 0;
font-size: 1.125em; }
.grid-modern-layout .site-main article .entry-title a {
color: #fff; }
.grid-modern-layout .site-main article .entry-title a:hover {
color: #2d76b9; }
.grid-modern-layout.full-width .site-main article {
width: 31.33%; }
.grid-modern-layout.full-width .site-main article:nth-child(2n) {
margin-right: 3%; }
.grid-modern-layout.full-width .site-main article:nth-child(3n) {
margin-right: 0; }
.list-layout .site-main article {
display: flex;
flex: 1;
flex-wrap: wrap;
border-radius: 5px;
overflow: hidden;
margin-bottom: 60px;
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0);
box-shadow: 0 0 25px rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.list-layout .site-main article:hover {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
.list-layout .site-main article .post-thumbnail {
width: 35%;
border-radius: 5px 0px 0 5px;
overflow: hidden; }
.list-layout .site-main article .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover; }
.list-layout .site-main article .content-wrap {
border: 1px solid rgba(0, 0, 0, 0.2);
border-left: none;
border-radius: 0 5px 5px 0;
padding: 30px;
width: 65%; }
.list-layout .site-main article .content-wrap .entry-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.5em;
line-height: 1.3; }
.list-layout .site-main article .content-wrap .entry-content {
margin-top: 0; }
.list-layout .site-main article .content-wrap .entry-content p {
margin-top: 20px;
margin-bottom: 0; }
.list-layout .site-main article .entry-footer .trip-rating {
margin-right: 20px; }
@media screen and (max-width: 1024px) {
.grid-layout.full-width .site-main article, .grid-modern-layout.full-width .site-main article {
width: 48.33%; }
.grid-layout.full-width .site-main article:nth-child(3n), .grid-modern-layout.full-width .site-main article:nth-child(3n) {
margin-right: 3%; }
.grid-layout.full-width .site-main article:nth-child(2n), .grid-modern-layout.full-width .site-main article:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
.grid-layout .site-main {
flex-direction: column; }
.grid-layout .site-main article {
width: 100%;
margin-right: 0; }
.grid-layout.full-width .site-main article {
width: 100%;
margin-right: 0; }
.grid-modern-layout .site-main {
flex-direction: column; }
.grid-modern-layout .site-main article {
width: 100%;
margin-right: 0; }
.grid-modern-layout.full-width .site-main article {
width: 100%; }
.grid-modern-layout.full-width .site-main article:nth-child(2n) {
margin-right: 0; }
.list-layout .site-main article {
flex-direction: column; }
.list-layout .site-main article .post-thumbnail {
width: 100%;
border-radius: 5px 5px 0 0; }
.list-layout .site-main article .content-wrap {
width: 100%;
border-left: 1px solid rgba(0, 0, 0, 0.2);
border-top: none;
border-radius: 0px 0 5px 5px; } }
.contact-info-section .container {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
text-align: center; }
.contact-info-section .section-block {
width: 31.33%;
margin-right: 3%; }
.contact-info-section .section-block:nth-child(3n) {
margin-right: 0; }
.contact-info-section .section-block:nth-child(3n) .section-block-text p {
margin-top: 0;
margin-bottom: 5px; }
.contact-info-section .section-block svg {
font-size: 2em;
color: #000; }
.contact-info-section .section-block .title {
margin-top: 40px;
margin-bottom: 20px;
font-size: 1.125em;
font-weight: 600; }
.contact-info-section .section-block .section-block-text p {
margin-top: 0;
margin-bottom: 20px; }
.contact-info-section .section-block .section-block-text a {
margin-top: 20px;
display: table;
margin-left: auto;
margin-right: auto;
clear: both; }
section.contact-form-section {
margin-top: 0;
margin-bottom: 0;
text-align: center;
background: #f3f3f3;
padding-top: 100px;
padding-bottom: 100px; }
section.contact-form-section .container {
max-width: 768px; }
section.contact-form-section h3 {
font-size: 2.25em;
margin-top: 0;
margin-bottom: 20px;
line-height: 1.5em;
font-weight: 500;
text-transform: uppercase; }
section.contact-form-section p {
margin-top: 0;
margin-bottom: 20px; }
section.contact-form-section p:nth-last-of-type(1) {
margin-bottom: 0;
position: relative; }
section.contact-form-section div.wpcf7 {
margin-top: 40px; }
section.contact-form-section div.wpcf7 .ajax-loader {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: 20px;
background-color: rgba(255, 255, 255, 0.5);
background-position: center; }
section.contact-form-section input[type="text"],
section.contact-form-section input[type="email"],
section.contact-form-section input[type="url"],
section.contact-form-section input[type="password"],
section.contact-form-section input[type="search"],
section.contact-form-section input[type="number"],
section.contact-form-section input[type="tel"],
section.contact-form-section input[type="range"],
section.contact-form-section input[type="date"],
section.contact-form-section input[type="month"],
section.contact-form-section input[type="week"],
section.contact-form-section input[type="time"],
section.contact-form-section input[type="datetime"],
section.contact-form-section input[type="datetime-local"],
section.contact-form-section input[type="color"],
section.contact-form-section textarea {
border: none; }
section.contact-form-section input[type="submit"] {
width: 100%; }
section.contact-map-section {
margin-top: 0;
margin-bottom: 0;
height: 600px; }
section.contact-map-section iframe {
width: 100%;
height: 100%;
border: none; }
.contact-social-section .social-list {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center; }
.contact-social-section .social-list li {
font-size: 1.75em;
margin: 0 40px; }
.contact-social-section .social-list li a {
color: #000;
padding: 5px;
display: inline-block; }
.contact-social-section .social-list li a:hover {
color: #2d76b9; }
.page-template-contact.lay-two #primary {
margin-top: 0; }
.page-template-contact.lay-two section.contact-info-section {
margin-top: 0;
margin-bottom: 0; }
.page-template-contact.lay-two section.contact-info-section .contact-info-outer {
display: flex;
flex: 1;
flex-wrap: wrap;
min-height: 550px; }
.page-template-contact.lay-two section.contact-info-section .contact-info-outer:nth-child(2n) {
flex-direction: row-reverse; }
.page-template-contact.lay-two section.contact-info-section .contact-info-wrap {
width: 50%;
background-size: cover;
background-repeat: no-repeat;
padding: 100px;
color: #fff;
position: relative;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
z-index: 1; }
.page-template-contact.lay-two section.contact-info-section .contact-info-wrap:before {
content: "";
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; }
.page-template-contact.lay-two section.contact-info-section .section-title {
font-size: 1.75em;
font-weight: 600;
color: #fff;
text-align: left;
display: table;
border-bottom: 4px solid #fff;
margin-bottom: 60px; }
.page-template-contact.lay-two section.contact-info-section .contact-info-list {
margin: 0;
padding: 0;
list-style: none;
font-size: 1.125em; }
.page-template-contact.lay-two section.contact-info-section .contact-info-list li {
display: block;
margin-bottom: 30px;
position: relative;
padding-left: 45px; }
.page-template-contact.lay-two section.contact-info-section .contact-info-list li:last-child {
margin-bottom: 0; }
.page-template-contact.lay-two section.contact-info-section .contact-info-list li svg {
position: absolute;
top: 7px;
left: 0; }
.page-template-contact.lay-two section.contact-info-section .contact-map-section {
width: 50%; }
.page-template-contact.lay-two section.contact-info-section .contact-map-section iframe {
width: 100%;
height: 100%;
border: none; }
.page-template-contact.lay-three #primary {
margin-bottom: 0; }
.page-template-contact.lay-three section.contact-info-section {
margin-bottom: 70px; }
.page-template-contact.lay-three .contact-form-section {
width: calc(100% - 350px);
padding-right: 130px;
text-align: left; }
.page-template-contact.lay-three .contact-form-section h3 {
font-size: 2.25em;
margin-top: 0;
margin-bottom: 20px;
line-height: 1.5em;
font-weight: 500;
text-transform: uppercase; }
.page-template-contact.lay-three .contact-form-section p {
margin-top: 0;
margin-bottom: 20px; }
.page-template-contact.lay-three .contact-form-section p:nth-last-of-type(1) {
margin-bottom: 0;
position: relative; }
.page-template-contact.lay-three .contact-form-section div.wpcf7 {
margin-top: 40px; }
.page-template-contact.lay-three .contact-form-section div.wpcf7 .ajax-loader {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: 20px;
background-color: rgba(255, 255, 255, 0.5);
background-position: center; }
.page-template-contact.lay-three .contact-form-section input[type="submit"] {
width: 100%; }
.page-template-contact.lay-three .contact-info-wrap {
width: 350px;
text-align: left; }
.page-template-contact.lay-three .contact-info-wrap .section-title {
font-size: 1.875em;
text-align: left; }
.page-template-contact.lay-three .contact-info-wrap ul {
margin: 0;
padding: 0;
list-style: none; }
.page-template-contact.lay-three .contact-info-wrap .contact-info-list li {
display: block;
margin-bottom: 30px;
position: relative;
padding-left: 40px; }
.page-template-contact.lay-three .contact-info-wrap .contact-info-list li svg {
position: absolute;
top: 7px;
left: 0; }
.page-template-contact.lay-three .contact-info-wrap .social-list {
display: flex;
flex: 1;
flex-wrap: wrap; }
.page-template-contact.lay-three .contact-info-wrap .social-list li {
margin: 0 30px 30px 0;
font-size: 1.25em; }
.page-template-contact.lay-three .contact-info-wrap .social-list li a {
display: inline-block;
color: #000; }
.page-template-contact.lay-three .contact-info-wrap .social-list li a:hover {
color: #2d76b9; }
.page-template-contact.lay-three .contact-info-wrap .contact-info-list + .social-list {
border-top: 1px solid rgba(0, 0, 0, 0.25);
padding-top: 30px;
margin-top: 60px; }
.page-template-contact .site-main .wpcf7-form {
display: flex;
flex: 1;
flex-wrap: wrap;
margin-left: -1.5%;
margin-right: -1.5%; }
.page-template-contact .site-main .wpcf7-form p {
width: 47%;
margin-left: 1.5%;
margin-right: 1.5%; }
.page-template-contact .site-main .wpcf7-form p:nth-last-of-type(1), .page-template-contact .site-main .wpcf7-form p:nth-last-of-type(2), .page-template-contact .site-main .wpcf7-form p:nth-last-of-type(3) {
width: 100%; }
@media screen and (max-width: 1024px) {
.page-template-contact.lay-two section.contact-info-section .contact-info-wrap {
width: 100%;
padding: 60px 15px !important; }
.page-template-contact.lay-two section.contact-info-section .contact-map-section {
width: 100%;
min-height: 450px; }
.page-template-contact.lay-two section.contact-info-section .section-title,
.page-template-contact.lay-two section.contact-info-section .contact-info-list {
max-width: 768px;
margin-left: auto;
margin-right: auto;
display: block; }
.page-template-contact.lay-three .contact-form-section {
width: 100%;
padding-right: 0; }
.page-template-contact.lay-three .contact-info-wrap {
width: 100%;
margin-top: 60px; } }
@media screen and (max-width: 767px) {
.contact-info-section .container {
flex-direction: column; }
.contact-info-section .section-block {
width: 100%;
margin-right: 0;
margin-bottom: 60px; }
.contact-info-section .section-block:nth-child(3n) {
margin-bottom: 0; }
section.contact-form-section {
padding-top: 60px;
padding-bottom: 60px; }
section.contact-form-section .container {
max-width: 420px; }
section.contact-map-section {
height: 450px; }
.contact-social-section .social-list li {
margin-left: 15px;
margin-right: 15px; }
.page-template-contact.lay-two section.contact-info-section .section-title,
.page-template-contact.lay-two section.contact-info-section .contact-info-list {
max-width: 420px; }
.page-template-contact section.contact-info-section {
margin-bottom: 30px; }
.page-template-contact .site-main .wpcf7-form {
flex-direction: column;
margin-left: 0;
margin-right: 0; }
.page-template-contact .site-main .wpcf7-form p {
width: 100%;
margin-left: 0;
margin-right: 0; } }
.page-template-gallery.lay-one .site-content .container {
max-width: 100%;
padding-left: 0;
padding-right: 0; }
.page-template-gallery.lay-one #primary {
margin-top: 0; }
.page-template-gallery .site-main {
display: flex;
flex: 1;
flex-wrap: wrap; }
.page-template-gallery .site-main .gallery-block {
width: 33.33%;
position: relative;
overflow: hidden; }
.page-template-gallery .site-main .gallery-block .gallery-content-wrap {
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.page-template-gallery .site-main .gallery-block .gallery-content-wrap a {
width: 45px;
text-align: center;
height: 45px;
line-height: 45px;
border-radius: 100%;
font-size: 1.5em;
color: #fff;
display: inline-block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto; }
.page-template-gallery .site-main .gallery-block .gallery-content-wrap a:hover {
background: rgba(255, 255, 255, 0.75);
color: #2d76b9; }
.page-template-gallery .site-main .gallery-block .gallery-content-wrap .gallery-title {
margin: 0 0 25px 0;
color: #fff;
font-size: 1.5em;
letter-spacing: 1px;
font-weight: 600;
display: flex;
flex: 1;
justify-content: flex-end;
flex-direction: column; }
.page-template-gallery .site-main .gallery-block:hover .gallery-content-wrap {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); }
.page-template-gallery.lay-two #primary {
margin-top: 40px; }
.page-template-gallery.lay-two .site-main {
margin-left: -1.5%;
margin-right: -1.5%; }
.page-template-gallery.lay-two .site-main .gallery-block {
margin-right: 1.5%;
margin-left: 1.5%;
margin-top: 35px;
width: 30.33%; }
.page-template-gallery.lay-three .site-content .container {
max-width: 100%;
padding-left: 0;
padding-right: 0; }
.page-template-gallery.lay-three #primary {
margin-top: 0; }
.page-template-gallery.lay-three .site-main .gallery-block {
width: 25%; }
@media screen and (max-width: 1024px) {
.page-template-gallery.lay-two .site-main .gallery-block {
width: 47%; }
.page-template-gallery.lay-three .site-main .gallery-block {
width: 33.33%; } }
@media screen and (max-width: 800px) {
.page-template-gallery .site-main .gallery-block {
width: 50%; }
.page-template-gallery.lay-three .site-main .gallery-block {
width: 50%; } }
@media screen and (max-width: 767px) {
.page-template-gallery.lay-two .site-main {
margin-left: 0;
margin-right: 0;
flex-direction: column; }
.page-template-gallery.lay-two .site-main .gallery-block {
margin-right: 0;
margin-left: 0;
width: 100%; } }
@media screen and (max-width: 480px) {
.page-template-gallery .site-main {
flex-direction: column; }
.page-template-gallery .site-main .gallery-block {
width: 100%; }
.page-template-gallery.lay-three .site-main .gallery-block {
width: 100%; } }
.page-template-template-trip_types .trip_types-holder .item {
border-radius: 5px;
overflow: hidden;
position: relative;
text-align: center; }
.page-template-template-trip_types .trip_types-holder .item .img-holder {
position: relative;
border-radius: 5px; }
.page-template-template-trip_types .trip_types-holder .item .img-holder img {
width: 100%; }
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder {
font-size: 1.125em;
font-weight: 500;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
position: absolute;
bottom: 0;
text-align: center;
left: 0;
right: 0;
padding: 60px 20px 20px 20px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.page-template-template-trip_types .trip_types-holder .item .text-holder {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: rgba(0, 0, 0, 0.8);
padding: 60px 20px 20px 20px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.page-template-template-trip_types .trip_types-holder .item .text-holder:after {
content: "";
background: #2d76b9;
width: 100%;
height: 5px;
position: absolute;
bottom: 0;
left: 0; }
.page-template-template-trip_types .trip_types-holder .item .text-holder .text {
height: 150px;
overflow: hidden; }
.page-template-template-trip_types .trip_types-holder .item .text-holder .title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.125em;
font-weight: 500;
color: #fff; }
.page-template-template-trip_types .trip_types-holder .item .text-holder p {
color: #fff;
line-height: 1.6;
margin-top: 20px;
margin-bottom: 0; }
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more {
border: 1px solid #fff;
color: #fff;
font-size: 0.875em;
font-weight: 500;
margin-top: 20px;
padding: 5px 15px;
border-radius: 5px;
text-decoration: none;
display: flex;
align-self: center; }
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:before {
content: "Read More";
margin-right: 5px; }
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:hover {
background: #fff;
color: #2d76b9; }
.page-template-template-trip_types .trip_types-holder .item:hover .img-holder .title-holder {
padding-bottom: 40px;
opacity: 0;
visibility: hidden; }
.page-template-template-trip_types .trip_types-holder .item:hover .text-holder {
padding-top: 20px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.tax-trip_types .grid .holder {
border-radius: 5px;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.15); }
.tax-trip_types .grid .holder .img-holder {
position: relative; }
.tax-trip_types .grid .holder .img-holder .price-holder {
position: absolute;
bottom: 0;
left: 0;
background: #2d76b9;
color: #fff;
font-weight: 600;
padding: 5px 15px; }
.tax-trip_types .grid .holder .text-holder {
padding: 20px; }
.tax-trip_types .grid .holder .text-holder .title {
margin-top: 0;
font-size: 1.125em;
margin-bottom: 20px; }
.tax-trip_types .grid .holder .text-holder .title a {
color: #000; }
.tax-trip_types .grid .holder .text-holder .title a:hover {
color: #2d76b9; }
.tax-trip_types .grid .holder .text-holder .btn-holder {
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin-top: 20px;
padding-top: 20px;
text-align: center;
font-weight: 500;
font-size: 1em; }
.page-template-template-trip-listing .trip-content-area .grid {
margin-top: 80px;
align-items: flex-start; }
.page-template-template-trip-listing .trip-content-area .grid .col {
border-radius: 5px;
overflow: hidden;
margin-bottom: 30px;
margin-right: 3%;
padding: 0;
width: 31.33%;
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0);
box-shadow: 0 0 25px rgba(0, 0, 0, 0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.page-template-template-trip-listing .trip-content-area .grid .col:nth-child(3n) {
margin-right: 0; }
.page-template-template-trip-listing .trip-content-area .grid .col:hover {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
.page-template-template-trip-listing .trip-content-area .grid .col .img-holder {
position: relative; }
.page-template-template-trip-listing .trip-content-area .grid .col .img-holder img {
width: 100%; }
.page-template-template-trip-listing .trip-content-area .grid .col .img-holder .price-holder {
position: absolute;
bottom: 0;
left: 0;
background: #2d76b9;
color: #fff;
min-width: 80px;
text-align: center;
font-size: 1.125em;
font-weight: 600;
height: 35px;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
padding-left: 15px;
padding-right: 15px; }
.page-template-template-trip-listing .trip-content-area .grid .col .text-holder {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0 0 5px 5px;
padding: 25px; }
.page-template-template-trip-listing .trip-content-area .grid .col .text-holder .meta-info > span {
margin-right: 10px;
padding-right: 10px; }
.page-template-template-trip-listing .trip-content-area .grid .col .text-holder .title {
margin-top: 5px;
margin-bottom: 0;
font-size: 1.25em; }
.page-template-template-trip-listing .trip-content-area .grid .col .text-holder .btn-holder {
margin-top: 20px; }
.page-template-template-trip-listing .trip-content-area .grid .col .text-holder .btn-holder .btn-more {
display: inline-block;
font-size: 1em;
font-weight: 600; }
.page-template-template-trip-listing .trip-content-area .grid .col .text-holder .btn-holder .btn-more svg {
margin-left: 5px; }
@media screen and (max-width: 1024px) {
.page-template-template-trip-listing .trip-content-area .grid .col {
width: 48.33%; }
.page-template-template-trip-listing .trip-content-area .grid .col:nth-child(3n) {
margin-right: 3%; }
.page-template-template-trip-listing .trip-content-area .grid .col:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
.page-template-template-trip_types .trip_types-holder .item {
width: 100%;
padding-left: 0;
padding-right: 0; }
.page-template-template-trip_types .trip_types-holder .item:nth-child(3n) {
margin-right: 0%; }
.page-template-template-trip-listing .trip-content-area .grid .col {
width: 100%;
margin-right: 0; } }
.page-template-template-activities.full-width .activities-holder .item {
width: 22.66%; }
.page-template-template-activities.full-width .activities-holder .item:nth-child(3n) {
margin-right: 3%; }
.page-template-template-activities.full-width .activities-holder .item:nth-child(4n) {
margin-right: 0; }
.page-template-template-activities .activities-holder .item {
border-radius: 5px;
overflow: hidden;
position: relative;
text-align: center; }
.page-template-template-activities .activities-holder .item .img-holder {
position: relative;
border-radius: 5px; }
.page-template-template-activities .activities-holder .item .img-holder img {
width: 100%; }
.page-template-template-activities .activities-holder .item .img-holder .title-holder {
font-size: 1.125em;
font-weight: 500;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
position: absolute;
bottom: 0;
text-align: center;
left: 0;
right: 0;
padding: 60px 20px 20px 20px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.page-template-template-activities .activities-holder .item .text-holder {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: rgba(0, 0, 0, 0.8);
padding: 60px 20px 20px 20px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.page-template-template-activities .activities-holder .item .text-holder:after {
content: "";
background: #2d76b9;
width: 100%;
height: 5px;
position: absolute;
bottom: 0;
left: 0; }
.page-template-template-activities .activities-holder .item .text-holder .text {
height: 150px;
overflow: hidden; }
.page-template-template-activities .activities-holder .item .text-holder .title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.125em;
font-weight: 500;
color: #fff; }
.page-template-template-activities .activities-holder .item .text-holder p {
color: #fff;
line-height: 1.6;
margin-top: 20px;
margin-bottom: 0; }
.page-template-template-activities .activities-holder .item .text-holder .btn-more {
border: 1px solid #fff;
color: #fff;
font-size: 0.875em;
font-weight: 500;
margin-top: 20px;
padding: 5px 15px;
border-radius: 5px;
text-decoration: none;
display: flex;
align-self: center; }
.page-template-template-activities .activities-holder .item .text-holder .btn-more:before {
content: "Read More";
margin-right: 5px; }
.page-template-template-activities .activities-holder .item .text-holder .btn-more:hover {
background: #fff;
color: #2d76b9; }
.page-template-template-activities .activities-holder .item:hover .img-holder .title-holder {
padding-bottom: 40px;
opacity: 0;
visibility: hidden; }
.page-template-template-activities .activities-holder .item:hover .text-holder {
padding-top: 20px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.tax-activities .grid .holder {
border-radius: 5px;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.15); }
.tax-activities .grid .holder .img-holder {
position: relative; }
.tax-activities .grid .holder .img-holder .price-holder {
position: absolute;
bottom: 0;
left: 0;
background: #2d76b9;
color: #fff;
font-weight: 600;
padding: 5px 15px; }
.tax-activities .grid .holder .text-holder {
padding: 20px; }
.tax-activities .grid .holder .text-holder .title {
margin-top: 0;
font-size: 1.125em;
margin-bottom: 20px; }
.tax-activities .grid .holder .text-holder .title a {
color: #000; }
.tax-activities .grid .holder .text-holder .title a:hover {
color: #2d76b9; }
.tax-activities .grid .holder .text-holder .btn-holder {
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin-top: 20px;
padding-top: 20px;
text-align: center;
font-weight: 500;
font-size: 1em; }
@media screen and (max-width: 767px) {
.page-template-template-activities .activities-holder .item {
width: 100%;
padding-left: 0;
padding-right: 0; }
.page-template-template-activities .activities-holder .item:nth-child(3n) {
margin-right: 0%; } }
.page-template-template-destination .destination-holder {
margin-bottom: 0; }
.page-template-template-destination .item {
position: relative; }
.page-template-template-destination .item img {
width: 100%;
border-radius: 5px; }
.page-template-template-destination .item .child-title {
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
padding: 20px;
margin: 0;
font-size: 1.125em;
font-weight: 700;
color: #fff;
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
border-radius: 0 0 5px 5px; }
.page-template-template-destination .item:hover .child-title {
padding-top: 60px;
padding-bottom: 30px; }
.tax-destination .grid .holder {
border-radius: 5px;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.15); }
.tax-destination .grid .holder .img-holder {
position: relative; }
.tax-destination .grid .holder .img-holder .price-holder {
position: absolute;
bottom: 0;
left: 0;
background: #2d76b9;
color: #fff;
font-weight: 600;
padding: 5px 15px; }
.tax-destination .grid .holder .text-holder {
padding: 20px; }
.tax-destination .grid .holder .text-holder .title {
margin-top: 0;
font-size: 1.125em;
margin-bottom: 20px; }
.tax-destination .grid .holder .text-holder .title a {
color: #000; }
.tax-destination .grid .holder .text-holder .title a:hover {
color: #2d76b9; }
.tax-destination .grid .holder .text-holder .btn-holder {
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin-top: 20px;
padding-top: 20px;
text-align: center;
font-weight: 500;
font-size: 1em; }
.page-template-portfolio .site-main .button-group {
text-align: center; }
.page-template-portfolio .site-main .button-group button {
font-size: 1.25em;
font-weight: 500;
color: #5c5c5c;
background: none;
border: none;
padding: 0;
text-transform: capitalize;
margin-right: 2%;
margin-left: 2%;
margin-bottom: 20px; }
.page-template-portfolio .site-main .button-group button:hover, .page-template-portfolio .site-main .button-group button.is-checked {
color: #2d76b9; }
.page-template-portfolio .site-main .portfolio-block {
float: left;
width: 33.33%;
padding: 15px; }
.page-template-portfolio .site-main .portfolio-block:hover .portfolio-block-content {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.page-template-portfolio .site-main .portfolio-block-content {
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
background: rgba(0, 0, 0, 0.6);
text-align: center;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
padding: 15px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.page-template-portfolio .site-main .portfolio-block-content .portfolio-title {
margin: 0;
color: #fff;
font-weight: 600;
font-size: 1.375em; }
.page-template-portfolio .site-main .portfolio-block-content .portfolio-category {
font-size: 0.875em;
color: #c7c7c7; }
.page-template-portfolio .site-main .portfolio-block-content .portfolio-category .port-cat-item {
display: inline-block;
vertical-align: middle; }
.page-template-portfolio .site-main .portfolio-block-content .portfolio-category .port-cat-item:after {
content: "/";
margin: 0 5px; }
.page-template-portfolio .site-main .portfolio-block-content .portfolio-category .port-cat-item:last-child:after {
display: none; }
@media screen and (max-width: 1024px) {
.page-template-portfolio .site-main .portfolio-block {
width: 50%; } }
@media screen and (max-width: 767px) {
.page-template-portfolio .site-main .button-group button {
font-size: 1em; }
.page-template-portfolio .site-main .portfolio-block {
width: 100%;
float: none;
padding-left: 0;
padding-right: 0; }
.page-template-portfolio .site-main .portfolio-block-content {
left: 0;
right: 0; } }
.single-trip #primary {
margin-top: 0;
margin-bottom: 80px;
float: none;
width: 100%;
padding-left: 0;
padding-right: 0; }
.single-trip .site-main {
display: flex;
flex: 1;
flex-wrap: wrap; }
.single-trip .site-main .trip-main {
width: calc(100% - 370px);
padding-right: 40px; }
.single-trip .site-main .trip-plans {
background: #f5f5f5;
padding: 20px 50px 50px 0; }
.single-trip .site-main .trip-plans ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex: 1;
flex-wrap: wrap; }
.single-trip .site-main .trip-plans ul li {
width: 25%;
text-align: center;
padding: 10px;
margin-top: 30px; }
.single-trip .site-main .trip-plans ul li .trip-facts-text label {
display: block;
font-weight: 600;
color: #000; }
.single-trip .site-main .trip-plans ul li .trip-plan-text {
display: block;
margin-top: 5px; }
.single-trip .site-main .trip-tab-wrap {
background: #c7c7c7;
color: #000;
font-size: 1.125em;
font-weight: 500;
padding: 0 20px; }
.single-trip .site-main .trip-tab-wrap .trip-tab {
display: inline-block;
padding: 10px 0;
margin-right: 60px;
cursor: pointer;
position: relative; }
.single-trip .site-main .trip-tab-wrap .trip-tab:after {
content: "";
background: #2d76b9;
width: 30%;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.single-trip .site-main .trip-tab-wrap .trip-tab:hover:after, .single-trip .site-main .trip-tab-wrap .trip-tab.active:after {
width: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.single-trip .site-main .trip-tab-content-wrap {
margin-top: 60px;
padding-right: 60px; }
.single-trip .site-main .trip-tab-content:not(.active) {
display: none; }
.single-trip .site-main .trip-tab-content h4 {
margin-top: 0;
font-size: 1.8125em;
font-weight: 600;
margin-bottom: 20px;
line-height: 1.5em; }
.single-trip .site-main .trip-tab-content table {
margin-bottom: 0;
margin-top: 60px; }
.single-trip .site-main .trip-tab-content table tr {
background: none;
border-top: 1px solid rgba(0, 0, 0, 0.3); }
.single-trip .site-main .trip-tab-content table tr:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
.single-trip .site-main .trip-tab-content table th {
background: none;
color: #000;
font-weight: 600;
padding: 15px 15px 15px 0; }
.single-trip .site-main .trip-tab-content table td {
padding: 15px 0 15px 15px; }
.single-trip .site-main .trip-tab-content ul {
margin: 0;
padding-left: 20px; }
.single-trip .site-main .trip-tab-content .itinerary-list {
counter-reset: day-count; }
.single-trip .site-main .trip-tab-content .itinerary-list .itinerary-item {
counter-increment: day-count;
margin-bottom: 40px; }
.single-trip .site-main .trip-tab-content .itinerary-list .itinerary-item:last-child {
margin-bottom: 0; }
.single-trip .site-main .trip-tab-content .itinerary-list .itinerary-item .itinerary-title {
position: relative;
font-size: 1.125em;
color: #2d76b9;
margin-bottom: 15px;
z-index: 1; }
.single-trip .site-main .trip-tab-content .itinerary-list .itinerary-item .itinerary-title:before {
content: "Day " counter(day-count) " :";
font-weight: 600;
color: #000;
background: #fff;
float: left;
padding-right: 5px; }
.single-trip .site-main .trip-tab-content .itinerary-list .itinerary-item .itinerary-title:after {
content: "";
background: #2d76b9;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
z-index: -1; }
.single-trip .site-main .trip-tab-content .itinerary-list .itinerary-item .itinerary-title span {
background: #fff;
padding-right: 20px;
display: inline-block; }
.single-trip .site-main .trip-tab-content .trip-gallery .owl-nav {
position: absolute;
bottom: 25px;
left: 0;
right: 0;
text-align: center; }
.single-trip .site-main .trip-tab-content .trip-gallery .owl-nav:before {
content: "";
background: #fff;
width: 70px;
height: 1px;
position: absolute;
top: 40%;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
right: 0;
margin: 0 auto; }
.single-trip .site-main .trip-tab-content .trip-gallery .owl-nav button[class*="owl-"] {
width: 30px;
text-align: center;
height: 30px;
line-height: 32px;
color: #fff;
font-size: 2em;
border: 1px solid #fff;
border-radius: 100%;
margin-right: 50px;
padding: 0;
background-color: transparent; }
.single-trip .site-main .trip-tab-content .trip-gallery .owl-nav button[class*="owl-"] span {
position: relative;
top: -5px; }
.single-trip .site-main .trip-tab-content .trip-gallery .owl-nav button[class*="owl-"]:hover {
background: #2d76b9;
border-color: #2d76b9; }
.single-trip .site-main .trip-tab-content .trip-gallery .owl-nav button.owl-next {
margin-right: 0;
margin-left: 50px; }
.single-trip .site-main .trip-aside {
width: 370px;
position: relative;
top: -170px;
z-index: 9; }
.single-trip .site-main .price-block {
background: #2d76b9;
text-align: center;
padding: 30px;
border-radius: 5px 5px 0 0; }
.single-trip .site-main .price-block .aside-title {
font-size: 1em;
color: #fff;
font-weight: 700;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
margin-top: 0;
margin-bottom: 20px; }
.single-trip .site-main .price-block .aside-content {
font-size: 1.75em;
color: #fff;
font-weight: 600; }
.single-trip .site-main .price-block .aside-content .old-price {
display: inline-block;
margin-right: 10px;
font-style: italic;
opacity: 0.5; }
.single-trip .site-main .enquiry-tab-block {
text-align: center;
background: #fff;
border: 1px solid #c7c7c7;
border-top: none;
border-radius: 0 0 5px 5px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-wrap {
font-size: 1em;
font-weight: 500;
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-wrap .enquiry-tab {
background: #e7e7e7;
padding: 15px;
display: flex;
flex: 1;
justify-content: center;
flex-direction: column;
position: relative;
cursor: pointer; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-wrap .enquiry-tab:after {
content: "";
background: #2d76b9;
width: 30%;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-wrap .enquiry-tab:hover:after, .single-trip .site-main .enquiry-tab-block .enquiry-tab-wrap .enquiry-tab.active:after {
width: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content {
padding: 30px;
margin-top: 20px; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content .tab-content-block:not(.active) {
display: none; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form {
margin: 0;
background: none;
padding: 0;
flex-direction: column;
border-radius: 0; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .package-name-holder {
margin-top: 20px; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .package-name-holder label {
text-decoration: underline; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .package-name-holder input[type="text"] {
text-align: center;
padding-left: 0;
padding-right: 0;
font-size: 1.125em;
padding-top: 0;
width: 100%; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form h2,
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .package-name-holder,
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .msg-holder,
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .confirm-holder,
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .submit,
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .confirm-msg {
padding: 0; }
.single-trip .site-main .enquiry-tab-block .enquiry-tab-content #wte_enquiry_contact_form .row-repeater {
width: 100%;
padding: 0; }
.single-trip .site-main .wte-trip-sidebar {
margin-top: 60px; }
.secondary-trip-info button.check-availability {
color: #fff;
margin-top: 20px;
font-size: 1.3333em; }
.secondary-trip-info button.check-availability:hover {
color: #2d76b9; }
.secondary-trip-info button.check-availability + .book-submit {
margin-top: 10px; }
.secondary-trip-info .price-from {
display: block;
text-decoration: underline; }
.secondary-trip-info .prev-price {
color: #333;
font-size: 1.5em;
font-weight: 500;
margin-bottom: 20px;
display: block;
line-height: 1.3; }
.secondary-trip-info .total-amt {
margin-top: 20px;
color: #333;
font-size: 1.125em;
font-weight: 500; }
.secondary-trip-info .total-amt > b {
margin-right: 5px; }
@media screen and (max-width: 1199px) {
.single-trip .site-main .trip-plans ul li {
width: 33.33%; } }
@media screen and (max-width: 1024px) {
.single-trip .site-main {
flex-direction: column; }
.single-trip .site-main .trip-main {
width: 100%;
padding-right: 0; }
.single-trip .site-main .trip-plans {
background: none;
padding-right: 0; }
.single-trip .site-main .trip-tab-content-wrap {
padding-right: 0; }
.single-trip .site-main .trip-tab-wrap .trip-tab {
margin-right: 20px; }
.single-trip .site-main .trip-aside {
width: 100%;
top: 0;
margin-top: 60px; } }
@media screen and (max-width: 767px) {
.single-trip .site-main .trip-plans ul li {
width: 50%;
margin-top: 10px; }
.single-trip .site-main .trip-tab-content-wrap {
margin-top: 40px; }
.single-trip .site-main .trip-tab-content table {
margin-top: 40px; }
.single-trip .site-main .trip-tab-content table th {
display: block;
padding-bottom: 0;
padding-left: 15px; }
.single-trip .site-main .trip-tab-content table td {
display: block;
padding-right: 15px; } }
.page-template-about #primary {
margin-top: 0; }
.page-template-about section.why-choose-section {
margin-top: 100px;
margin-bottom: 100px; }
.page-template-about section.why-choose-section .why-choose-block {
width: 31.33%;
margin-right: 3%;
position: relative;
padding-top: 60px;
display: flex;
flex: auto;
flex-wrap: wrap;
flex-direction: column; }
.page-template-about section.why-choose-section .why-choose-block:nth-child(3n) {
margin-right: 0; }
.page-template-about section.why-choose-section .why-choose-block .block-img {
width: 120px;
height: 120px;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 100%;
line-height: 120px;
font-size: 3em;
margin: 0 auto 20px auto;
position: absolute;
top: 0;
right: 0;
left: 0;
background: #fff; }
.page-template-about section.why-choose-section .why-choose-block .block-content-wrap {
border: 1px solid rgba(0, 0, 0, 0.15);
padding: 80px 20px 20px 20px;
border-radius: 5px;
display: flex;
flex-direction: column;
flex: 1; }
section.who-we-are-section {
margin-top: 0;
margin-bottom: 0;
background: #000;
padding: 100px 0;
text-align: center; }
section.who-we-are-section .section-title {
color: #fff; }
section.who-we-are-section .section-desc {
color: #fff; }
section.who-we-are-section .who-we-are-counter {
border-top: 1px solid #fff;
padding-top: 50px;
margin: 60px auto 0 auto;
max-width: 570px;
display: flex;
flex: 1;
justify-content: center;
align-items: center; }
section.who-we-are-section .who-we-are-counter .counter-block {
width: 50%;
text-align: center;
padding: 10px;
color: #fff; }
section.who-we-are-section .who-we-are-counter .counter-block .counter-num {
font-size: 3.4375em;
font-weight: 600;
line-height: 1.3; }
section.who-we-are-section .who-we-are-counter .counter-block .counter-num:after {
content: "+";
margin-left: 5px; }
section.who-we-are-section .who-we-are-counter .counter-block .counter-title {
margin-top: 10px;
font-size: 1.125em; }
.team-section {
text-align: center; }
.team-section .section-grid {
display: flex;
flex: 1;
flex-wrap: wrap; }
.team-section .section-block {
width: 22.66%;
margin-right: 3%;
margin-top: 30px;
position: relative; }
.team-section .section-block:nth-child(4n) {
margin-right: 0; }
.team-section .section-block img {
width: 100%; }
.team-section .section-block .team-info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
padding: 20px;
text-align: left; }
.team-section .section-block .team-info .name {
font-size: 1.125em;
color: #fff;
font-weight: 600;
margin-top: 0;
margin-bottom: 0;
line-height: 1.3; }
.team-section .section-block .team-info .designation {
display: block;
font-size: 0.875em;
font-style: italic;
color: #fff;
margin-top: 5px; }
.team-section .section-block .social-list {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex: 1;
flex-wrap: wrap; }
.team-section .section-block .social-list li {
display: inline-block;
font-size: 1em;
margin-right: 10px;
margin-top: 5px; }
.team-section .section-block .social-list li a {
color: #fff; }
.team-section .section-block .social-list li a:hover {
color: #2d76b9; }
@media screen and (max-width: 1199px) {
.team-section .section-block {
width: 31.33%; }
.team-section .section-block:nth-child(4n) {
margin-right: 3%; }
.team-section .section-block:nth-child(3n) {
margin-right: 0; } }
@media screen and (max-width: 1024px) {
.page-template-about section.why-choose-section .why-choose-block {
width: 48%; }
.page-template-about section.why-choose-section .why-choose-block:nth-child(3n) {
margin-right: 3%; }
.page-template-about section.why-choose-section .why-choose-block:nth-child(2n) {
margin-right: 0; }
.team-section .section-block {
width: 48%; }
.team-section .section-block:nth-child(3n) {
margin-right: 3%; }
.team-section .section-block:nth-child(2n) {
margin-right: 0; } }
@media screen and (max-width: 767px) {
.page-template-about section.why-choose-section {
margin-top: 60px;
margin-bottom: 60px; }
.page-template-about section.why-choose-section .why-choose-block {
width: 100%;
margin-right: 0; }
section.who-we-are-section {
padding-top: 60px;
padding-bottom: 60px; }
section.who-we-are-section .who-we-are-counter {
margin-top: 40px;
padding-top: 30px;
flex-direction: column; }
section.who-we-are-section .who-we-are-counter .counter-block {
width: 100%; }
.team-section .section-grid {
flex-direction: column; }
.team-section .section-block {
width: 100%;
margin-right: 0; } }
.trip-search-result .grid .holder {
border-radius: 5px;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.15); }
.trip-search-result .grid .holder .img-holder {
position: relative; }
.trip-search-result .grid .holder .img-holder .price-holder {
position: absolute;
bottom: 0;
left: 0;
background: #2d76b9;
color: #fff;
font-weight: 600;
padding: 5px 15px; }
.trip-search-result .grid .holder .text-holder {
padding: 20px; }
.trip-search-result .grid .holder .text-holder .title {
margin-top: 0;
font-size: 1.125em;
margin-bottom: 20px; }
.trip-search-result .grid .holder .text-holder .title a {
color: #000; }
.trip-search-result .grid .holder .text-holder .title a:hover {
color: #2d76b9; }
.trip-search-result .grid .holder .text-holder .btn-holder {
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin-top: 20px;
padding-top: 20px;
text-align: center;
font-weight: 500;
font-size: 1em; }
.trip-search-result .foundPosts {
margin-top: 0;
font-size: 1em;
letter-spacing: 1px;
color: #666; }
.trip-search-result .content-area form {
position: relative; }
.trip-search-result .content-area form #loader {
position: absolute;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.7);
width: 100%;
height: 100%;
text-align: center;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
z-index: 999; }
.trip-search-result .content-area form #loader svg {
width: 50px;
height: 50px; }
.single .site-main article, body.page:not([class*="-layout"]) .site-main article {
margin-bottom: 0; }
.single .site-main .post-thumbnail, body.page:not([class*="-layout"]) .site-main .post-thumbnail {
margin-bottom: 30px; }
.single .site-main .entry-title, body.page:not([class*="-layout"]) .site-main .entry-title {
margin-top: 10px;
margin-bottom: 30px;
font-size: 1.6667em; }
.single .site-main .entry-meta > span svg, body.page:not([class*="-layout"]) .site-main .entry-meta > span svg {
margin-right: 7px; }
.single .site-main .entry-content, body.page:not([class*="-layout"]) .site-main .entry-content {
margin-top: 0; }
.single .site-main .entry-content p, body.page:not([class*="-layout"]) .site-main .entry-content p {
margin-top: 0;
margin-bottom: 20px; }
.single .site-main .entry-content p:last-child, body.page:not([class*="-layout"]) .site-main .entry-content p:last-child {
margin-bottom: 0; }
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
padding: 10px 20px;
font-weight: 600; }
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:hover {
color: #000; }
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a.nav-tab-active {
background: #fff !important;
color: #000; }
.itinerary-row {
border-color: #e5e5e5;
margin: 0 0 20px 0;
padding: 15px;
background: #f5f5f5; }
.itinerary-row .itinerary-content .title {
color: #333; }
.itinerary-row .itinerary-content .content p {
margin-top: 0;
margin-bottom: 20px; }
.itinerary-row .itinerary-content .content p:last-child {
margin-bottom: 0; }
.post-data h3 {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.125em;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 5px; }
#include-result li {
padding-left: 30px; }
#include-result li:before {
top: 9px; }
#exclude-result li {
padding-left: 30px; }
#exclude-result li:before {
top: 5px; }
.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs {
top: 8px; }
.faq .faq-row .accordion-tabs-toggle .faq-title {
width: auto;
font-weight: 600;
color: #333; }
.faq .faq-row .accordion-tabs-toggle .faq-title:hover {
color: #2d76b9; }
.faq .faq-row .accordion-tabs-toggle.active .faq-title {
color: #2d76b9; }
/*# sourceMappingURL=style.css.map */