/*
Theme Name: WEN Travel
Theme URI: https://wenthemes.com/item/wordpress-themes/wen-travel/
Author: WEN Themes
Author URI: https://wenthemes.com/
Description: WEN Travel is a responsive Travel WordPress theme with an abundance of expressive travel features and functionalities. The theme is ideal for all travel-related businesses and blogs like Travel Agencies, Travel Blogs, Travel journal, and Tourism Websites. The modern design is fully responsive and excellent to attract potential customers. A vast range of features has been power-packed into WEN Travel, making it a perfect theme to suit all travel businesses. WEN Travel is fully compatible with WP Travel Plugin, a popular travel WordPress plugin. In order to get Trip Filter and sections like Latest Trip and Destinations, you can activate the WP Travel WordPress Plugin. The theme comes with features like Gallery section with fluid design, Header Top Option, Portfolio section with Trips Destination Filter, Promotion Headline with Video option, Hero Content, Logo Slider, Stats, Team, Testimonials, and more. All of the sections and features in WEN Travel are fully customizable and absolutely easy to use. So, if your goal is to create a successful Travel WordPress theme, WEN Travel is the one to go for! Moreover, one-click demo is also available to minimize your time on website customization. Official Support Forum: https://themepalace.com/support-forum/ Full Demo: https://wenthemes.com/theme-demos/?demo=wen-travel
Version: 1.0.3
Requires at least: 5.4
Requires PHP: 5.6
Tested up to: 5.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, entertainment, photography, portfolio
Text Domain: wen-travel

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Typography
  * 2.1 - Font Family
  * 2.2 - Font Size
  * 2.3 - Heading
 * 3.0 - Core
  * 3.1 - Elements
  * 3.2 - Icons
  * 3.3 - Lists
  * 3.4 - Padding/Margin
 * 4.0 - Forms
 * 5.0 - Navigation
     *  5.1 - Next/Previous
     *  5.2 - Menus
     *  5.3 - Header
 * 6.0 - Modules
   * 6.1 - Accessibility
   * 6.2 - Alignments
   * 6.3 - breadcrumbs
   * 6.4 - captions
   * 6.5 - clearings
   * 6.6 - content
   * 6.7 - media
   * 6.8 - scroll-up
   * 6.9 - sidebar
 * 7.0 - Site
  * 7.1 - Primary
    * 7.1.1 - Comments
    * 7.1.2 - post and navigation
  * 7.2 - Primary
    * 7.2.1 - Widgets

  * 7.3 - Section
    * 7.3.1 - Contact
    * 7.3.2  - Feature Slider
    * 7.3.3  - Feature Content
    * 7.3.4  - Footer
    * 7.3.5  - Gallery
    * 7.3.6  - Hero Content
    * 7.3.7 - Logo Slider
    * 7.3.8 - Newsletter
    * 7.3.9 - Portfolio
    * 7.3.10 - Promotional
    * 7.3.11 - Services
    * 7.3.12 - Skills
    * 7.3.13 - Stats
    * 7.3.14 - Team
    * 7.3.15 - Testimonials
    * 7.3.16 - Why Choose Us
    * 7.3.17 - Woocommerce
     *  7.3.17 - Clearing
     *  7.3.17.1 - Layout
     *  7.3.17.2 - Shop tables
     *  7.3.17.3 - Products
     *  7.3.17.4 - Infinite Scroll
     *  7.3.17.5 - Onsale
     *  7.3.17.6 - Price
     *  7.3.17.7 - Buttons
     *  7.3.17.8 - Single product
     *  7.3.17.9 - Checkout
     *  7.3.17.10 - My account
     *  7.3.17.11 - General WooCommerce components
     *  7.3.17.12 - Header cart
     *  7.3.17.13 - Pagination
     *  7.3.17.14 - Star rating
     *  7.3.17.15 - Tabs
     *  7.3.17.16 - Password strength meter
     *  7.3.17.17 - Forms
     *  7.3.17.18 - Notices
     *  7.3.17.19 - WooCommerce widgets
     *  7.3.17.20 - WooCommerce Price Filter
 * 8.0 - Media Queries
 *    8.1 - >= 480px
 *    8.2 - >= 568px
 *    8.3 - >= 768px
 *    8.4 - >= 783px
 *    8.5 - >= 1024px
 *    8.6 - >= 1200px
 *    8.7 - >= 1366px
 *    8.8 - >= 1600px
 *    8.9 - >= 1920px
 * 9.0 - Transition
 * 10.0 - Colors
 */


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

html {
    font-family: sans-serif;
    /*line-height: 1.15;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background-color: #fff;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #a0680b;
}

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
  ## More Link
  --------------------------------------------------------------*/

.more-link {
    clear: both;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: solid 1px #e6e6e6;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
    word-wrap: break-word;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.more-link:hover,
.more-link:focus {
    background-color: #333;
    border: solid 1px #333;
    -webkit-box-shadow: 0px 15px 30px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 15px 30px -17px rgba(0, 0, 0, 0.75);
    transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    color: #fff;
}


/*--------------------------------------------------------------
  ## content
  --------------------------------------------------------------*/


/**
   * - Content
   */

#page {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
    position: relative;
    margin: 0 auto;
}

.transparent-header.has-header-image .site-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
}

.site-header-main {}

.header-style-one .site-header-main .wrapper {
    padding-bottom: 0;
    padding-top: 15px;
}

.site-header-main .wrapper {
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#header-content {}

.header-style-one #header-content .wrapper {
    width: 100%;
    padding: 0;
}

.header-style-one #header-content .wrapper .inner-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header-content #social-menu-wrapper {
    display: block;
}


/**
   * - Logo
   */

.header-style-one #header-content .site-branding {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: calc(100% - 92px);
}

.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    overflow: hidden;
    max-width: 100%;
    min-width: 0;
    width: auto;
    margin: 0 auto 15px 0;
    text-align: left;

    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
}

.site-branding .site-identity {}

.site-branding img {
    max-width: 100%;
}


/**
   - Social Menu
   */

.header-style-one div#social-menu-wrapper .menu-inside-wrapper {
    width: 300px;
}

.menu-inside-wrapper {
    visibility: hidden;
    position: absolute;
    max-width: 100%;
    width: 100%;
    border: 1px solid;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: -100%;
    z-index: 199;
}

.menu-inside-wrapper .social-navigation {
    background-color: #f6f6f6;
}

.social-navigation {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
}

.header-style-one #header-content .social-navigation {
    z-index: 0;
}

.social-links-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    /*font-size: 16px;
    font-size: 1rem;
    opacity: 0.8;*/
}

.social-links-menu li {
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.social-links-menu a {
    display: inline-block;
    text-align: center;
    width: auto;
    background-color: transparent;
    padding: 8px 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #333;
}

.social-links-menu a:hover {
    color: #ffbb4a;
}


/**
   * - Main Menu
   */

.site-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-one .site-header-menu {
    width: 100%;
    margin-top: 0;
}

.header-style-one .site-header-main>.wrapper:after {
    content: "";
    width: 100%;
    border-bottom: solid 1px rgb(255 255 255 / 40%);
}

.navigation-classic .main-navigation {
    clear: both;
    border: none;
}

.menu-inside-wrapper .main-navigation {
    background-color: #f6f6f6;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul>li {
    position: relative;
    margin: 0;
    padding-left: 0;
    border-bottom: solid 1px #e1e1e1;
}

.main-navigation ul>li:last-child {
    border-bottom: none;
}

.main-navigation ul>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.main-navigation ul>li>a:before {
    background-color: #fff;
}

.main-navigation ul>li.current-menu-item>a,
.main-navigation ul>li>a:hover {
    color: #a0680b;
}

@media only screen and (min-width: 35.5em) {
    .header-style-one #header-content .site-branding {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        position: relative;
        width: 600px;
        left: 50%;
    }
}

@media only screen and (min-width: 48em) {
    #primary-search-wrapper {
        position: relative;
    }
    #social-menu-wrapper {
        position: relative;
    }
    .menu-inside-wrapper {
        max-width: 335px;
        width: 335px;
        opacity: 0;
        top: 100%;
        right: -30px;
    }
    #primary-menu-wrapper {
        position: relative;
    }
}

@media screen and (min-width: 64em) {
    .site-branding {
        margin: 0 auto 15px 0;
    }
    .site-header-main .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .header-style-one .site-header-menu {
        margin-top: 14px;
    }
    .site-header-menu {
        margin-right: 0;
    }
}

@media only screen and (min-width: 75em) {
    .navigation-classic .site-branding {
        text-align: left;
    }
    .header-style-one div#social-menu-wrapper .menu-inside-wrapper {
        visibility: visible;
        position: relative;
        width: auto;
        background: transparent;
        border: 0;
        opacity: 1;
        top: 0;
        right: 0;
    }
    .navigation-classic .site-header-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .header-style-one div#social-menu-wrapper .menu-inside-wrapper .social-links-menu {
        padding: 0;
    }
    .social-links-menu a {
        color: #fff;
        opacity: 0.8;
    }
    .social-links-menu a:hover {
        color: #fff;
        opacity: 1;
    }
    #primary-menu-wrapper.show-in-desktop {
        display: block;
    }
    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
        overflow: inherit;
        float: left;
        display: block;
        position: relative;
        width: auto;
        max-width: 100%;
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        visibility: visible;
    }
    .menu-inside-wrapper .social-navigation {
        background-color: transparent;
    }
    .menu-inside-wrapper .main-navigation {
        background-color: transparent;
    }
    .main-navigation ul>li {
        display: inline-block;
        border: none;
    }
    .main-navigation ul>li>a {
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        opacity: 0.8;
        padding: 20px;
    }
    .main-navigation ul>li.current-menu-item>a,
    .main-navigation ul>li>a:hover {
        color: #fff;
        opacity: 1;
    }
    .main-navigation ul>li>a:before {
        position: absolute;
        content: "";
        width: calc(100% - 40px);
        height: 0;
        opacity: 0;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -webkit-transition: all 0.3s cubic-bezier(0.6, 1.09, 0.49, 0.64);
        transition: all 0.3s cubic-bezier(0.6, 1.09, 0.49, 0.64);
    }
    .main-navigation ul>li.current-menu-item a:before {
        width: calc(100% - 40px);
        height: 4px;
        opacity: 1;
    }
    .main-navigation ul>li:hover a:before {
        height: 4px;
        opacity: 1;
    }
    .main-navigation ul>li>a:hover,
    .main-navigation ul>li:hover>a {
        /*background-color: transparent;*/
    }
}

@media screen and (min-width: 85.375em) {
    .site-header-main .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}


/*--------------------------------------------------------------
  ## Banner Header
  --------------------------------------------------------------*/

.custom-header.header-media {
    padding: 40px 0;
}

.custom-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    clear: both;
    position: relative;
    width: 100%;
}

.transparent-header.home .custom-header {
    min-height: 60vh;
}

.transparent-header.header-style-one .custom-header {
    padding-top: 112px;
}

.header-media .wrapper {
    width: 100%;
    max-width: 1920px;
}

.custom-header .wrapper {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}

.custom-header .wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
}

.custom-header-media {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.has-header-media .custom-header-media .wp-custom-header img {
    display: none;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .custom-header-media .wp-custom-header img {
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

@media only screen and (min-width: 48em) {
    .transparent-header.header-style-one .custom-header {
        padding-top: 160px;
    }
    .custom-header .wrapper:before {
        background-attachment: fixed;
    }
}

@media only screen and (min-width: 48.938em) {
    .custom-header.header-media {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 64em) {
    .custom-header.header-media {
        padding: 100px 0;
    }
    .custom-header-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px;
    }
}   


/*--------------------------------------------------------------
  ## Layout
  --------------------------------------------------------------*/

.wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.section-content-wrapper .post-thumbnail-background {
    position: relative;
    margin: 0 0 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 100%;
}

@media only screen and (min-width: 35.5em) {
    .section-content-wrapper .post-thumbnail-background {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        z-index: -1;
    }
}


/*--------------------------------------------------------------
  ## Categories
  --------------------------------------------------------------*/

#hero-section {
    padding: 90px 0;
    background-color: #f6f6f6;
}

/*.section:nth-child(odd) {
    background-color: #f6f6f6;
}

.custom-header+.section:not(.portfolio-content-section.has-background-image),
.custom-header+.section:not(.promotion-section) {
    padding-top: 42px;
}*/

#hero-section .hentry {
    position: static;
}

#hero-section .hentry .hentry-inner {
    position: relative;
}

.hero-content-wrapper .post-thumbnail-background {
    float: left;
    position: relative;
    content: "";
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding-bottom: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.hero-section .entry-container {
    width: 100%;
    margin-top: 14px;
}

.hero-section .entry-header {}

.hero-section .entry-header h2.section-title {
    font-size: 28px;
    font-weight: bold;
}

.hero-section .entry-content {
    width: 100%;
}

.hero-section .entry-content p {}

@media only screen and (max-width: 992px) {
    .hero-section .entry-header h2.section-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 35.5em) {
    .hero-content-wrapper .hentry-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .hero-content-wrapper .hentry-inner .thumb-video-wrapper {
        position: relative;
        width: 50%;
    }
    .hero-content-wrapper .post-thumbnail-background {
        position: absolute;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .hero-section .entry-container {
        width: 50%;
        margin-top: 0;
        padding-top: 42px;
        padding-bottom: 42px;
        padding-left: 35px;
    }
}

@media screen and (min-width: 64em) {
    /*.custom-header+.section:not(.portfolio-content-section.has-background-image),
    .custom-header+.section:not(.promotion-section) {
        padding-top: 70px;
    }*/
}

@media screen and (min-width: 85.375em) {
    /*.custom-header+.section:not(.portfolio-content-section.has-background-image),
    .custom-header+.section:not(.promotion-section) {
        padding-top: 90px;
    }*/
    .hero-section .entry-container {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 70px;
    }
}


/*--------------------------------------------------------------
# >= Featured Trip Slider
--------------------------------------------------------------*/

.featured-trip-section {
    padding: 90px 0;
}

.featured-trip-section .featured-trip-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    .position: relative;
    padding: 0 30px;
}

.featured-trip-section .featured-trip-content-wrapper .owl-stage {
    margin-top: 35px;
}

.featured-trip-section .featured-trip-content-wrapper .hentry {
    width: 100%;
}

.featured-trip-section .hentry-inner {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.featured-trip-section .post-thumbnail {}

.featured-trip-section .post-thumbnail img {}

.featured-trip-section .title_price_wrapper {
    position: absolute;
    width: 100%;
    padding-bottom: 21px;
    padding-left: 21px;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.featured-trip-section .hentry-inner:hover .title_price_wrapper {
    padding-bottom: 50px;
}

.featured-trip-section .title_price_wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient( linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient( to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 0;
}

.featured-trip-section .title_price_wrapper h3.entry-title {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.featured-trip-section .title_price_wrapper h3.entry-title a {
    color: #fff;
}

.featured-trip-section .entry-container {
    text-align: center;
    background-color: #f6f6f6;
    border: solid 1px #e6e6e6;
    padding: 20px;
}

/*.section:nth-child(odd)+.featured-trip-section .entry-container {}*/

.featured-trip-section .inner-container {}

.featured-trip-section .entry-summary {}

.featured-trip-section .entry-summary p {}

.featured-trip-section .more-button {
    margin-top: 20px;
}

@media screen and (min-width: 41.6875em) {
    .featured-trip-content-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (min-width: 48em) {
    .featured-trip-section .title_price_wrapper {
        padding: 0 35px 35px;
    }
}

@media screen and (min-width: 64em) {
    .featured-trip-content-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding: 0 20px;
    }
    .featured-trip-section .featured-trip-content-wrapper .hentry {
        padding: 0 20px;
    }
}

@media screen and (min-width: 85.375em) {
    .featured-trip-content-wrapper {
        padding: 0 25px;
    }
    .featured-trip-section .title_price_wrapper {
        padding: 0 40px 40px;
    }
}


/*--------------------------------------------------------------
  ## Latest Trip
  --------------------------------------------------------------*/

.latest-trip-section {
    padding: 90px 0 50px;
}

.trip-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trip-content-wrapper {
    padding: 0 30px;
}

.trip-content-wrapper .hentry {
    margin-bottom: 40px;
}

.trip-content-wrapper .hentry-inner {
    position: relative;
    transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.latest-trip-section .hentry-inner .post-thumbnail {
    overflow: hidden;
}

.latest-trip-section .hentry-inner .post-thumbnail .entry-header {
    float: none;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    z-index: 1;
}

.latest-trip-section .hentry-inner .post-thumbnail .entry-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient( linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient( to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
}

.latest-trip-section .hentry-inner .post-thumbnail h3.entry-title {
    margin: 0;
    padding: 0;
}

.latest-trip-section .hentry-inner .post-thumbnail h3.entry-title a {
    color: #fff;
}

.trip-content-wrapper .hentry-inner .entry-container {
    text-align: center;
}

.trip-content-wrapper .hentry-inner .entry-summary {
    border: solid 1px #e6e6e6;
    margin-top: 0;
    padding: 20px;
}

.trip-content-wrapper .hentry-inner .entry-summary p {}

.latest-trip-section .hentry-inner .entry-summary .more-button {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 41.6875em) {
    .trip-content-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .trip-content-wrapper .hentry {
        width: 50%;
        padding: 0 15px;
    }
    .trip-content-wrapper .hentry-inner .entry-container {
        text-align: left;
    }
}

@media screen and (min-width: 64em) {
    .trip-content-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding: 0 20px;
    }
    .trip-content-wrapper .hentry {
        padding: 0 20px;
    }
    .trip-content-wrapper .hentry-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .trip-content-wrapper .hentry-inner>div {
        width: 50%;
    }
    .trip-content-wrapper .hentry-inner .post-thumbnail {}
    .trip-content-wrapper .hentry-inner .post-thumbnail img {
        /*position: absolute;*/
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        left: 0;
    }
    .trip-content-wrapper .hentry-inner .entry-summary {
        height: 100%;
        padding: 20px;
        border-left: 0;
    }
}

@media screen and (min-width: 85.375em) {
    .trip-content-wrapper {
        padding: 0 25px;
    }
    .trip-content-wrapper .hentry {
        padding: 0 25px;
    }
    /*.section-content-wrapper .entry-summary {}*/
}


/*--------------------------------------------------------------
  # Primary
  --------------------------------------------------------------*/

.site-content {}

/*.section:nth-child(even)+.site-content {
    border-top: solid 1px #e6e6e6;
}*/

.home .site-content>.wrapper {
    padding: 40px 30px 90px;
}

.single .site-content>.wrapper {
    padding: 40px 30px 90px;
}

.home #primary {}

.single #primary {}

.home #main.site-main {}

.single #main.site-main {}

.archive-posts-wrapper {}

.archive-posts-wrapper .section-content-wrapper {
    position: relative;
    padding: 0;
}

.archive-post-wrap {}

.archive-post-wrap .hentry {
    float: none;
    margin-bottom: 35px;
    padding: 0;
    z-index: 0;
}

.archive-post-wrap .hentry:last-child {
    margin-bottom: 0;
}

.archive-post-wrap .hentry-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.archive-post-wrap .hentry-inner>div {
    width: 100%;
}

.archive-post-wrap .hentry-inner .post-thumbnail-background {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

.archive-post-wrap .hentry-inner .entry-container {}

.archive-post-wrap .hentry-inner .entry-header {}

.archive-post-wrap .hentry-inner h3.entry-title {}

.archive-post-wrap .hentry-inner h3.entry-title a {
    color: #333;
}

.archive-post-wrap .hentry-inner .entry-summary {
    width: 100%;
}

.archive-post-wrap .hentry-inner .entry-summary p {
    margin: 0;
}

.archive-post-wrap .hentry-inner .entry-summary p:nth-child(2n+2) {
    margin: 30px 0 0;
}

.archive-posts-wrapper .more-link {
    clear: both;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    word-wrap: break-word;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.archive-posts-wrapper .more-link:hover,
.archive-posts-wrapper .more-link:focus {
    color: #ffbb4a;
}

@media only screen and (min-width: 35.5em) {
    .archive-post-wrap .hentry-inner .post-thumbnail-background {
        width: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        z-index: -1;
    }
    .archive-post-wrap .hentry-inner .post-thumbnail-background+.entry-container {
        width: 50%;
        padding: 30px 0 30px 30px;
    }
    .archive-post-wrap .hentry-inner .entry-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 64em) {
    .section+.site-content {}
    .site-content>.wrapper {
        padding: 50px 20px;
    }
    #primary {
        float: left;
        width: 70%;
        max-width: 960px;
        margin-right: -100%;
        padding: 0 20px;
    }
}

@media only screen and (min-width: 85.375em) {
    .home .site-content>.wrapper {
        padding: 0 30px 90px;
    }
    .single .site-content>.wrapper {
        padding: 90px 30px;
    }
}


/*--------------------------------------------------------------
  # Responsive
  --------------------------------------------------------------*/

.section-content-wrapper {
    padding: 0 30px;
}

.hentry {
    float: left;
    position: relative;
    width: 100%;
}

.section-content-wrapper .post-thumbnail {}

.post-thumbnail {
    display: block;
    position: relative;
}

.post-thumbnail img {
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 35.5em) {
    .section-content-wrapper {
        padding: 0 15px;
    }
    .hentry {
        padding: 0 15px;
    }
    .layout-two .hentry {
        width: 50%;
    }
    .layout-two .hentry:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 64em) {
    .section-content-wrapper {
        padding: 0 20px;
    }
    .hentry {
        /*margin-bottom: 40px;*/
        padding: 0 20px;
    }
    /*.section-content-wrapper .post-thumbnail {}*/
}

@media only screen and (min-width: 85.375em) {
    .section-content-wrapper {
        padding: 0 30px;
    }
    /*.section-content-wrapper .post-thumbnail {}*/
}


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

.has-header-media:not(.home) .custom-header-media {
    position: relative;
}

.has-header-media:not(.home) .custom-header-content {
    position: relative;
    -webkit-transform: initial;
    transform: initial;
}

.custom-header-content.content-align-center {
    margin-right: auto;
    margin-left: auto;
}

.custom-header-content {
    /*padding: 30px 0;*/
}

.custom-header-content-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

/*.section-title-wrapper {}

.section-title-wrapper h1.section-title {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
}*/

.singular-content-wrap {}

.singular-content-wrap .hentry {
    padding: 0;
}

.singular-content-wrap .post-thumbnail {
    margin-bottom: 20px;
}

.singular-content-wrap .post-thumbnail img {}

.singular-content-wrap .section-title-wrapper {}

.singular-content-wrap h1.section-title {
    font-size: 28px;
    font-weight: normal;
}

.singular-content-wrap .entry-content {}

.singular-content-wrap .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #a0680b;
}

.singular-content-wrap .entry-content p {}

@media only screen and (min-width: 64em) {
    .custom-header-content {
        padding: 40px;
    }
}

@media only screen and (min-width: 75em) {
    .single.transparent-header.header-style-one .custom-header {
        padding-top: 260px;
    }
}


/*--------------------------------------------------------------
  # Secondary
  --------------------------------------------------------------*/

#secondary {}

#secondary .widget {
    margin-bottom: 40px;
}

#secondary .widget .widget-wrap {}

#secondary .widget h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#secondary .widget h2.widget-title a {
    color: #333;
}

#secondary .widget ul {
    list-style: initial;
    margin: 0 0 0 20px;
    padding: 0;
}

#secondary .widget ul li {
    position: relative;
    margin: 0;
    padding: 7px 0 7px 10px;
}

#secondary .widget ul li:before {
    display: block;
}

#secondary .widget ul li:last-child {
    /*border-bottom: none;*/
}

#secondary .widget ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#secondary .widget ul li a:hover,
#secondary .widget ul li:hover a {
    color: #a0680b;
}

@media only screen and (max-width: 992px) {
    #secondary {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 35.5em) {
    #secondary .widget {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 48em) {
    #secondary {
        float: right;
        max-width: 320px;
        width: 30%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #secondary .widget {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #secondary .widget .widget-wrap {}
}

@media only screen and (min-width: 64em) {
    #secondary {
        margin-top: 0;
    }
}


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

#colophon {
    margin: 0;
    padding: 0;
    background-color: #121212;
}

#site-generator {
    clear: both;
    display: block;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 30px;
    text-align: center;
}

.site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.site-info .wrapper {}

.site-info a {
    color: #ffbb4a;
}

@media only screen and (min-width: 48em) {
    /*#site-generator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }*/
}


/*--------------------------------------------------------------
  ## Scroll Up
  --------------------------------------------------------------*/

#scrollup {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 24px;
    background-color: #fa6742;
    border-radius: 50%;
    border: none;
    color: #fff;
    right: 30px;
    bottom: 35px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    outline: none;
    cursor: pointer;
    z-index: 999;
}

/*.sticky-playlist-enabled #scrollup {
    bottom: 77px;
}*/

#scrollup:hover,
#scrollup:focus {
    background-color: #333;
    color: #fff;
}


/*--------------------------------------------------------------
  ## icons
  --------------------------------------------------------------*/

.is-open .menu-inside-wrapper {
    right: 0;
    visibility: visible;
}

.menu-label {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: normal;
    margin-left: 7px;
}


/**
   * 3.2 - icons
   */

.icon {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    fill: currentColor;
    /* Align more nicely with capital letters */
    top: -0.1em;
    vertical-align: middle;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.site-header .icon {
    font-size: 15px;
    font-size: 0.9375rem;
}

.toggled-on .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-toggle {
    text-align: right;
    display: block;
    background-image: none;
    background-color: transparent;
    border: 0;
    padding: 12px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    margin: 0 auto;
}

#social-menu-wrapper .menu-toggle {
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    opacity: 0.9;
    letter-spacing: 0;
    text-shadow: none;
}

#social-menu-wrapper .menu-toggle:hover {
    opacity: 1;
}

#social-menu-wrapper .icon-close {
    display: none;
}

#social-menu-wrapper.is-open .icon-close {
    display: inline-block;
}

div#primary-menu-wrapper .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    color: #fff;
    opacity: 0.9;
}

div#primary-menu-wrapper .menu-toggle:hover {
    opacity: 1;
}

div#primary-menu-wrapper .menu-toggle .icon-close {
    display: none;
}

div#primary-menu-wrapper .menu-toggle.selected .icon-bars {
    display: none;
}

#primary-menu-wrapper .menu-toggle.selected .icon-close {
    display: block;
}

@media screen and (min-width: 30em) {
    .menu-label {
        display: inline-block;
    }
}

@media only screen and (min-width: 48em) {
    .is-open .menu-inside-wrapper {
        visibility: visible;
        opacity: 1;
    }
    .menu-toggle {
        padding: 8px 10px;
    }
    button.menu-toggle:hover {
        opacity: 1;
    }
    div#primary-menu-wrapper .menu-toggle {
        width: 80px;
    }
}


/*--------------------------------------------------------------
  # owl-nav / owl-prev / owl-dots
  --------------------------------------------------------------*/


/**
   * - owl-nav / owl-prev
   */

.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider.owl-carousel .owl-nav button {
    background-color: #fa6742;
    color: #fff;
}

.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider.owl-carousel .owl-nav button:hover,
.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider.owl-carousel .owl-nav button:focus {
    background-color: #333;
    color: #fff;
}

.featured-trip-section.section .owl-carousel .owl-nav .owl-prev,
.featured-trip-section.section .owl-carousel .owl-nav .owl-next {
    position: relative;
    opacity: 1;
}

.featured-trip-section.section .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.section .owl-carousel .owl-nav .owl-prev,
.section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    outline: none;
    opacity: 0;
    filter: alpha(opacity=0);
    letter-spacing: 0;
    padding: 0 7px;
    cursor: pointer;
    z-index: 199;
}

.section .owl-carousel .owl-nav .owl-prev {
    left: 0;
}


/**
   * - owl-dots
   */

.featured-trip-section .owl-dots {
    margin-top: 40px;
    text-align: center;
}

.owl-carousel .owl-dots {
    display: block;
}

.owl-carousel .owl-dots button.owl-dot.active {
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: transparent;
    border: solid 1px #fa6742;
}

.owl-carousel .owl-dots button.owl-dot,
button {
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid 1px transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-right: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.owl-carousel .owl-dots button.owl-dot span:last-child {
    margin-right: 0;
}

.section .owl-carousel button.owl-dot,
button {
    background-color: #fa6742;
}

.section .owl-carousel button.owl-dot.active {
    background-color: transparent;
}

button.owl-dot {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    display: block;
    height: 10px;
    margin-bottom: 25px;
    width: 10px;
}

button.owl-dot:last-child {
    margin-bottom: 0;
}

.owl-carousel button.owl-dot {
    border: 1px solid transparent;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 35px;
}

.featured-trip-section .featured-trip-content-wrapper .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -20px;
    right: 0px;
    margin-top: 0;
}

@media screen and (min-width: 41.6875em) {
    .featured-trip-section .featured-trip-content-wrapper .owl-carousel .owl-nav {
        right: 15px;
    }
}

@media screen and (min-width: 64em) {
    .featured-trip-section .featured-trip-content-wrapper .owl-carousel .owl-nav {
        /*top: -25px;*/
        right: 20px;
    }
}

@media screen and (min-width: 85.375em) {
    .featured-trip-section .featured-trip-content-wrapper .owl-carousel .owl-nav {
        right: 25px;
    }
}


/*--------------------------------------------------------------
  # The END
  --------------------------------------------------------------*/

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button:-moz-focus-inner,
[type="button"]:-moz-focus-inner,
[type="reset"]:-moz-focus-inner,
[type="submit"]:-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]:-webkit-inner-spin-button,
[type="number"]:-webkit-outer-spin-button {
    height: auto;
}

 :-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
  ## Colors
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  ## Fonts
  --------------------------------------------------------------*/


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


/*--------------------------------------------------------------
  ## Transition
  --------------------------------------------------------------*/

.menu-toggle-wrapper,
header.site-header.transparent.fixed {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

button,
button[disabled]:hover,
button[disabled]:focus,
.button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-transition: 0.3s background-color ease-in-out, 0.3s border-color ease-in-out;
    transition: 0.3s background-color ease-in-out, 0.3s border-color ease-in-out;
}


/**
   * 2.0 - Typography
   */


/*--------------------------------------------------------------
  ## Font Family
  --------------------------------------------------------------*/


/**
   * 2.1 - Font-Family
   */

button,
input,
select,
textarea,
.posts-navigation a,
#stats-section .entry-title,
.filter-button-group .button,
button,
.button,
.post-navigation .post-title,
#content #infinite-handle span button,
.ui-tabs .ui-tabs-nav li a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Open Sans", sans-serif;
}

.site-title,
.site-description {
    font-family: "Open Sans", sans-serif;
}


/*--------------------------------------------------------------
  ## Font Size
  --------------------------------------------------------------*/


/**
   * 2.2 - Font-size
   */

.post-navigation .nav-subtitle {
    font-size: 12px;
    font-size: 0.75rem;
}

.site-description,
.button,
.wp-travel.trip-headline-wrapper .wp-travel-booknow-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.top-main-wrapper .header-top-left ul li {
    font-size: 13px;
    font-size: 0.8125rem;
}

.posts-navigation,
#content #infinite-handle span button,
.logged-in-as {
    font-size: 14px;
    font-size: 0.875rem;
}

input,
select,
textarea,
.pagination,
.post-navigation .nav-title,
.menu-toggle-close,
.dropdown-toggle,
.navigation.pagination a,
.featured-video-content-wrapper .entry-title,
.section-subtitle {
    font-size: 15px;
    font-size: 0.9375rem;
}

.featured-trip-content-wrapper .entry-container del,
input,
select,
optgroup,
textarea,
.trip-content-wrapper .amount,
.header-media-tagline,
.tiled-gallery-item .tiled-gallery-caption,
#stats-section .entry-summary,
#stats-section .entry-content,
.filter-button-group .button,
.sidebar .social-links-menu li a .icon {
    font-size: 16px;
    font-size: 1rem;
}

input::-moz-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-size: 1rem;
}

input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    font-size: 1rem;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-size: 1rem;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-size: 1rem;
}

textarea::-moz-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-size: 1rem;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    font-size: 1rem;
}

textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-size: 1rem;
}

textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-size: 1rem;
}

aside.footer-widget-area .widget,
.hero-content-wrapper .video-wrapper .section-description {
    font-size: 18px;
    font-size: 1.125rem;
}

.site-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.entry-content h1,
.entry-summary h1,
.textwidget h1,
.home .header-media .entry-title,
#stats-section .entry-title,
#feature-slider-section .entry-title,
.latest-trip-section .hentry-inner .entry-container .amount,
.singular-content-wrap .entry-title,
.page-title {
    font-size: 32px;
    font-size: 2rem;
}

#stats-section .entry-summary,
#stats-section .entry-content,
.site-navigation a,
.posts-navigation a,
#hero-section .hentry .entry-container blockquote,
.post-navigation .post-title,
#stats-section h2.entry-title,
.singular-content-wrap .entry-title,
.singular-content-wrap .section-title,
.page-title,
.latest-trip-section .hentry-inner .entry-container .amount,
.post-navigation .nav-title,
#content #infinite-handle span button,
.site-title {
    font-weight: 700;
}

.section-subtitle {
    font-weight: 400;
}

big {
    font-size: 125%;
}

input,
select,
textarea,
.widget .hentry .entry-title,
.pagination,
aside.footer-widget-area .widge,
.post-navigation .nav-title,
.menu-toggle-close,
.dropdown-toggle,
.navigation.pagination a,
.featured-video-content-wrapper .entry-title,
.section-subtitle {
    line-height: 1.75;
}


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


/**
   * 2.3 - Heading
   */

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

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp {
    font-family: Inconsolata, monospace;
    font-size: 1em;
}

pre {
    font-family: Inconsolata, monospace;
    line-height: 1.5;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    padding: 0.125em 0.25em;
}

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

mark,
ins {
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/**
   * 3.0 - Elements
   */


/*--------------------------------------------------------------
  ## elements
  --------------------------------------------------------------*/


/**
   * 3.1 - Elements
   */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}

ul,
ol {
    margin: 0;
}

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

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.75em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table,
caption,
th,
td {
    border: 1px solid;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption {
    border-width: 1px 1px 0 1px;
    font-weight: 700;
    text-align: center;
}

th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    font-weight: 700;
}

tbody th {
    font-weight: 400;
}

thead th,
.wp-block-table td,
.wp-block-table th,
tbody td {
    border-width: 0 1px 1px 0;
}

thead th:last-child {
    border-right: 0;
}

caption,
th,
td {
    padding: 0.778em;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.cover-link {
    display: block;
    height: 100%;
}

.drop-cap:first-letter {
    float: left;
    font-size: 120px;
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 0.6;
    margin: 14px 16px 5px -3px;
}

#feature-slider-section .owl-prev,
#feature-slider-section .owl-next,
.custom-header-media .wp-custom-header-video-button,
#feature-slider-section .slider-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gallery-section .gallery-item .gallery-icon a:before,
#gallery-section .tiled-gallery .tiled-gallery-item a:before,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.logo-slider-section .owl-prev:before,
.logo-slider-section .owl-next:before,
.entry-content button,
.entry-summary button,
.feature-slider-wrapper .entry-container .entry-title span,
.featured-content-section .post-thumbnail img,
.featured-content-section .hentry-inner,
#content #infinite-handle span.ctis-load-more button,
.post-navigation .nav-title,
#site-header-top-menu,
.more-link:before,
#scrollup:after,
.gallery .gallery-icon.landscape img,
.blocks-gallery-grid figure img,
.navigation-classic .main-navigation ul li>ul,
.site-content .archive-posts-wrapper .posts-navigation .nav-links>div a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#featured-content-section .section-content-wrapper .hentry .more-link,
#stats-section .hentry .more-link {
    font-weight: 700;
    padding: 0;
}

.archive-posts-wrapper .more-link:hover,
.archive-posts-wrapper .more-link:focus,
#featured-content-section .section-content-wrapper .hentry .more-link:hover,
#featured-content-section .section-content-wrapper .hentry .more-link:focus,
#stats-section .hentry .more-link:hover,
#stats-section .hentry .more-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

.latest-trip-section p .more-link,
.featured-trip-section p .more-link {
    display: none;
}

.wp-block-pullquote cite,
.wp-block-quote cite,
cite,
.latest-trip-section label,
del,
.widget_recent_entries li a,
.controller:before,
.select2-results__option,
body.no-header-media-image .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu .current_page_item>a,
.widget-wrap span.post-date,
.archive .section-content-wrapper .more-link .readmore,
.sidebar .widget-wrap .more-link,
.entry-title span,
.nav-subtitle,
.nav-menu .menu-item-has-children>a:before,
.nav-menu .menu_item_has_children>a:before,
.site-info p,
.vcard,
.position {
    opacity: 0.6;
}

.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus,
.select2-results__option:hover,
.select2-results__option:focus,
body.no-header-media-image .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu .current_page_item>a:hover,
body.no-header-media-image .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu .current_page_item>a:focus,
.widget-wrap span.post-date:hover,
.widget-wrap span.post-date:focus,
.archive .section-content-wrapper .more-link .readmore:hover,
.archive .section-content-wrapper .more-link .readmore:focus,
.sidebar .widget-wrap .more-link:hover,
.sidebar .widget-wrap .more-link:focus,
.entry-title span:hover,
.entry-title span:focus,
.nav-subtitle:hover,
.nav-subtitle:focus,
.vcard:hover,
.vcard:focus,
.position:hover,
.position:focus {
    opacity: 1;
}

.sidebar .social-links-menu li a {
    opacity: 1;
}


/*--------------------------------------------------------------
  ## icons
  --------------------------------------------------------------*/


/**
   * 3.1 - SVGs Fallbacks
   */

.svg-fallback {
    display: none;
}

.no-svg .svg-fallback {
    display: inline-block;
}

.no-svg .dropdown-toggle {
    padding: 0;
    right: 0;
    text-align: center;
    width: 48px;
    height: 52px;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
    content: "\005E";
}

.no-svg .social-navigation li a .screen-reader-text {
    clip: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    position: relative !important;
    /* overrides previous !important styles */
    width: auto;
}


/*--------------------------------------------------------------
  ## lists
  --------------------------------------------------------------*/


/**
   * 3.3 - lists
   */

ul {
    list-style: disc;
}

ul,
ol {
    margin-left: 18px;
    margin-bottom: 0;
    padding: 0;
}

ul li,
ol li {
    margin-bottom: 14px;
    padding-left: 13px;
}

ol ol,
ul ul {
    margin: 35px;
}

ul li>ul,
ol li>ol,
ul li>ol,
ol li>ul {
    margin-top: 0;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
  ## padding-margin
  --------------------------------------------------------------*/


/**
   * 3.4 - Padding/Margin
   */

.cat-links a {
    margin-right: 5px;
}

.section-subtitle {
    margin-bottom: 14px;
}

.page-title+.section-subtitle {
    margin-bottom: 0;
    margin-top: 14px;
}

#stats-section .entry-summary,
#stats-section .entry-content {
    margin-top: 7px;
}

.singular-content-wrap .entry-summary {
    margin-top: 0;
}

.section-heading-wrapper {
    margin: 0 auto;
    padding: 0 30px 35px;
}

.section.stats-section {
    padding-top: 42px;
}

.custom-header .header-media-tagline {
    margin-bottom: 21px;
}

.hero-content-wrapper .video-wrapper .section-title {
    margin-bottom: 10px;
}

.hero-content-wrapper .video-wrapper .section-description {
    margin-bottom: 18px;
}

.content-frame .custom-header-content {
    padding: 30px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    padding: 7px 21px;
}

.widget-column {
    padding: 21px 30px;
}

.footer-widget-area {
    padding-bottom: 21px;
    padding-top: 21px;
}

.single .site-main .entry-header,
.page .site-main .entry-header,
.archive .page-header,
.error404 .page-header {
    margin-bottom: 35px;
    text-align: center;
}

.content-area .section-heading-wrapper {
    padding-top: 0;
}

.widget li>ul,
.widget li>ol {
    clear: both;
    margin-top: 7px;
    margin-left: 14px;
}

.inner-section-content-wrapper {
    padding: 0 30px 42px;
}

.logo-slider-section .section-content-wrapper .entry-title {
    margin-bottom: 0;
}

.entry-content button,
.entry-summary button {
    clear: both;
}

.section-description {
    margin-top: 14px;
}

.section-description p {
    margin-bottom: 0;
}

.site-header-text> :last-child,
.section-description-wrapper> :last-child,
.taxonomy-description-wrapper> :last-child,
.widget-column> :last-child,
.widget-area .widget .hentry:last-child,
.widget embed:last-child,
.widget iframe:last-child,
.widget object:last-child,
.widget video:last-child,
.page-content> :last-child,
.textwidget> :last-child,
.widget_nav_menu ul,
#colophon .widget li:last-child {
    margin-bottom: 0;
}

.widget-area .ewfeaturedpostpageimage .featured-image {
    margin-top: 0;
    margin-bottom: 0;
}

.custom-logo {
    margin: 0 auto;
}

.has-header-video .custom-header-content {
    padding-bottom: 178px;
}

.taxonomy-description-wrapper {
    margin-top: 7px;
}

.post-navigation div+div,
.posts-navigation div+div {
    margin-top: 30px;
}

.post-navigation {
    padding-top: 7px;
}

.wp-caption .wp-caption-text {
    padding: 7px 14px;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.posts-navigation a,
#content #infinite-handle span button,
.header-media .more-link,
#feature-slider-section .more-link,
#hero-section .more-link {
    padding: 13px 27px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
    padding: 12px 14px;
}

.site-footer-menu .wrapper>#social-footer-navigation {
    margin-bottom: 70px;
}

.above-footer {
    padding-bottom: 0;
}

.custom-header-form {
    padding: 35px;
}


/*--------------------------------------------------------------
  ## fields
  --------------------------------------------------------------*/


/**
   * 4.0 - Forms
   */

input {
    line-height: normal;
}

.wp-block-file a.wp-block-file__button,
.button,
button[disabled]:hover,
button[disabled]:focus,
.entry-content button,
.entry-summary button,
input[type="button"],
.wp-travel.trip-headline-wrapper .wp-travel-booknow-btn,
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    border: none;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    display: inline-block;
    font-weight: 700;
    padding: 13px 28px;
    text-align: center;
    text-transform: uppercase;
}

.more-link:hover,
.more-link:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus,
.button:hover,
.button:focus,
.wp-travel-booknow-btn:hover,
.wp-travel-booknow-btn:focus,
.entry-content button:hover,
.entry-content button:focus,
.entry-summary button:hover,
.entry-summary button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    -webkit-box-shadow: 0px 15px 30px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 15px 30px -17px rgba(0, 0, 0, 0.75);
    transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
    border: 1px solid;
    margin-top: 7px;
    width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
}

select {
    border: 1px solid;
    border-radius: 6px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 7px 10px;
}


/**
   * 5.0 - Navigation
   */


/*--------------------------------------------------------------
  ## menus
  --------------------------------------------------------------*/


/**
   * 5.1 - Main Menu
   */

.navigation-default #primary-menu-wrapper li>a .icon {
    display: none;
}

.main-navigation .sub-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.main-navigation .menu-item-has-children>a,
.main-navigation .page_item_has_children>a {
    padding-right: 49px;
}

.navigation-classic .fixed .main-navigation a {
    font-weight: 400;
}

.main-navigation ul ul {
    margin-left: 0.875em;
}

.main-navigation ul ul a {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
}

.main-navigation ul.toggled-on {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
}

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

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.header-style-two .menu-inside-wrapper {
    top: 100%;
}

body.menu-open {
    overflow-y: scroll;
    width: 100%;
}

.navigation-default #primary-menu-wrapper .menu-inside-wrapper {
    padding: 15px 0;
}


/* Dropdown Toggle */

.dropdown-toggle {
    background-image: none;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    right: 0;
    line-height: 1.172;
    margin: 0 auto;
    padding: 17px;
    position: absolute;
    text-shadow: none;
    top: 0;
}

.site-footer-menu .dropdown-toggle {
    display: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:focus {
    background: transparent;
}

.dropdown-toggle:focus {
    outline: thin dotted;
}

.main-navigation ul ul {
    display: none;
}

.main-navigation ul .toggled-on {
    display: block;
}


/* Footer Menu */

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

.site-navigation ul {
    list-style: none;
    margin: 0;
}

.site-navigation .footer-menu>li {
    display: inline-block;
    margin-bottom: 0;
}

.site-navigation a {
    display: block;
    line-height: 1.615384615384615;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    outline-offset: -1px;
}


/**
   - Social Menu
   */

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

#site-header-top-menu ul li {
    opacity: 0.8;
}

#site-header-top-menu ul li a {
    opacity: 0.8;
}

#site-header-top-menu ul li a:hover,
#site-header-top-menu ul li a:focus {
    opacity: 1;
}

.header-style-two .menu-toggle-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

.header-style-two.navigation-classic .main-navigation li a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.site-footer-menu .wrapper>#social-footer-navigation {
    margin-bottom: 21px;
    text-align: center;
}

#site-generator .social-navigation a:before {
    line-height: 38px;
}

#content #infinite-handle {
    z-index: 2;
}

#content #infinite-handle,
#content .infinite-loader {
    cursor: pointer;
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

body.infinite-scroll.infinity-end .archive-posts-wrapper .section-content-wrapper {
    padding-bottom: 0;
}

nav#social-footer-navigation svg {
    font-size: initial;
}

#primary-menu-wrapper .main-navigation a>.icon {
    display: none;
}


/*--------------------------------------------------------------
  ## next-previous
  --------------------------------------------------------------*/


/**
   * 5.2 - Post Navigation
   */

.post-navigation {
    clear: both;
}

.post-navigation a {
    display: block;
    text-decoration: none;
}

.post-navigation .nav-links div:nth-child(1):nth-last-child(2),
.post-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    display: inline-block;
    width: 48%;
}

.posts-navigation .nav-links div:nth-child(1):nth-last-child(2) {
    margin-right: 2%;
}

.posts-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    margin-left: 2%;
}

.post-navigation .nav-links div:nth-child(1):nth-last-child(2) {
    margin-right: 2%;
}

.post-navigation .nav-links div:nth-child(2):nth-last-child(1) {
    margin-left: 2%;
}

.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    text-align: left;
}

.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
}

.post-navigation div+div,
.posts-navigation div+div {
    margin-top: 0;
}

.post-navigation .post-title {
    display: block;
    text-rendering: optimizeLegibility;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.posts-navigation .nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-navigation .nav-links {
    border: 1px solid;
}

.pagination .prev,
.pagination .next {
    width: 100%;
}

.image-navigation {
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.posts-navigation,
.pagination,
#content #infinite-handle {
    clear: both;
    margin: 0;
    text-align: center;
}

#content #infinite-handle {
    display: block;
}

#content #infinite-handle span {
    background: none transparent;
    display: inline-block;
    padding: 0;
}

#content #infinite-handle span.ctis-load-more {
    display: block;
}

#content #infinite-handle span.ctis-load-more button {
    display: block;
    margin: 0 auto;
    width: auto;
}

.infinite-loader #ctis-loading img {
    width: 35px;
}

.infinite-loader {
    clear: both;
}

.posts-navigation a,
#content #infinite-handle span button {
    letter-spacing: 0;
    line-height: 1.4;
}

.pagination .prev,
.pagination .next {
    font-weight: 400;
    line-height: 1.75;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 7px 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

.posts-navigation a,
#content #infinite-handle span button {
    border: none;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
}

#content #infinite-handle span button {
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
}

.ctis-loader-elements span {
    line-height: 1;
}

#content #infinite-handle {
    z-index: 2;
}

#content #infinite-handle,
#content .infinite-loader {
    cursor: pointer;
    clear: both;
    margin: 0 auto;
    margin-top: 42px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.site-content .archive-posts-wrapper .posts-navigation .nav-links {
    margin-top: 42px;
}

.site-content .archive-posts-wrapper .posts-navigation .nav-links>div a {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    display: inline-block;
    text-align: center;
}

.posts-navigation .nav-links .nav-previous a:before {
    margin-right: 10px;
}

.posts-navigation .nav-links .nav-next a:after {
    margin-left: 10px;
}

.post-navigation a {
    display: block;
    text-decoration: none;
}

.post-navigation span {
    display: block;
}

.post-navigation .nav-subtitle {
    letter-spacing: 0.083em;
    margin-bottom: 0.583em;
    text-transform: uppercase;
}

.post-navigation .nav-title {
    display: block;
    text-rendering: optimizeLegibility;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    position: relative;
    vertical-align: top;
    padding: 15px;
}

.post-navigation .nav-previous {
    border-right: 1px solid;
}

.pagination .prev,
.pagination .next {
    width: 100%;
}

.image-navigation {
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.posts-navigation,
.pagination,
#content #infinite-handle {
    clear: both;
    text-align: center;
}

#content #infinite-handle {
    display: block;
}

#content #infinite-handle span {
    background: none transparent;
    display: inline-block;
    padding: 0;
}

.infinite-loader #ctis-loading img {
    width: 35px;
}

.infinite-loader {
    clear: both;
}

.posts-navigation a,
#content #infinite-handle span button {
    line-height: 1.4;
}

.pagination .prev,
.pagination .next {
    font-weight: 400;
    line-height: 1.75;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 7px 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

.pagination .page-numbers:not(.next):not(.previous) {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.posts-navigation a,
#content #infinite-handle span button,
.header-media .more-link,
#feature-slider-section .more-link,
#hero-section .more-link {
    border: none;
    display: inline-block;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
  ## header
  --------------------------------------------------------------*/


/**
   * 5.3 - Header
   */

.custom-header-content-wrapper .more-link {
    margin-top: 28px;
}

header.site-header.transparent.fixed {
    opacity: 1;
    left: 0;
    position: fixed;
    top: auto;
    visibility: visible;
    width: 100%;
    z-index: 99;
}

header.site-header.transparent {
    background: 0 0;
    opacity: 0;
}

.site-header.fixed .site-header-main .wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

.has-header-video .custom-header-media {
    position: static;
}

.header-style-two .site-header-main .wrapper {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

@media only screen and (min-width: 75em) {
    /*.navigation-classic .main-navigation .nav-menu>li>a:hover,
    .navigation-classic .main-navigation .nav-menu>li>a:focus {
        opacity: 1;
    }
    .navigation-classic .main-navigation .nav-menu>li.current_page_item>a,
    .navigation-classic .main-navigation .nav-menu>li.current-menu-item>a {
        opacity: 1;
    }*/
}

.navigation-classic .main-navigation ul.sub-menu li a .icon,
.navigation-classic .main-navigation ul.nav-menu li a .icon {
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    right: 15px;
}

.navigation-default .main-navigation ul.nav-menu li a .icon {
    position: absolute;
    top: 14px;
    right: 15px;
}

.navigation-classic .main-navigation>ul.nav-menu>li>a>.icon {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

@media only screen and (min-width: 75em) {
    .navigation-classic .main-navigation .nav-menu>li>a:focus {
        opacity: 1;
    }
}

.custom-logo {
    display: block;
    max-width: 250px;
}

.wp-custom-logo .custom-logo-link {
    display: block;
}

.wp-custom-logo .site-identity {
    display: none;
}

.header-style-two .site-header-menu>#social-menu-wrapper {
    display: none;
}

.site-title {
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.site-title a {
    text-decoration: none;
}

.site-description {
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.615384615384615;
    margin: 0;
    text-transform: capitalize;
}

.custom-header .post-thumbnail {
    margin: 0;
}

.has-header-video .custom-header-media .wp-custom-header img {
    display: none;
}

.custom-header-content {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    min-height: 100%;
    max-width: 670px;
    z-index: 2;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-header-content .header-media-tagline {
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.custom-header-content.content-align-left .custom-header-content-wrapper {
    margin: 0 auto 0 0;
}

.custom-header-content.content-align-right .custom-header-content-wrapper {
    margin: 0 0 0 auto;
}

.custom-header-content.text-align-left {
    text-align: left;
}

.custom-header-content.text-align-right {
    text-align: right;
}

.custom-header-content .site-header-text,
#feature-slider-section .entry-summary,
#feature-slider-section .entry-content {
    line-height: 1.67;
    margin-top: 14px;
}

.site-header-logo,
.title-image {
    margin-bottom: 14px;
}

.custom-header-overlay {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.has-header-video .custom-header-media .wp-custom-header video,
.has-header-video .custom-header-media .wp-custom-header iframe {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    /* vw prevents 1px gap on left that 100% has */
    width: auto;
    top: 50%;
    padding-bottom: 1px;
    /* Prevent header from extending beyond the footer */
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header-media-text-disabled .custom-header .custom-header-media {
    max-width: initial;
    position: static;
}

.header-media-text-disabled .custom-header .custom-header-media img {
    display: block;
    position: absolute;
}

.header-media-text-disabled:not(.transparent-header) .custom-header {
    padding: 0;
}

.header-media-text-disabled:not(.transparent-header) .custom-header .custom-header-media {
    padding: 0;
}

.header-media-text-disabled:not(.transparent-header) .custom-header .custom-header-media img {
    position: relative;
}


/* For browsers that support 'object-fit' */

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .has-header-video .custom-header-media .wp-custom-header video,
    .has-header-video .custom-header-media .wp-custom-header iframe {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
}

.custom-header-media .wp-custom-header-video-button {
    border-radius: 50%;
    border: 2px solid;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    padding: 11px 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 35px;
    height: 44px;
    width: 44px;
    z-index: 100;
}

.header-media:hover .wp-custom-header-video-button {
    opacity: 1;
}

.custom-header-media .custom-header-form {
    position: relative;
    margin: 0 30px 30px;
    z-index: 9;
}

.custom-header-media .custom-header-form label {
    font-weight: 700;
}

.custom-header-media .custom-header-form input:not([type="submit"]),
.custom-header-media .custom-header-form textarea {
    border: 0;
    margin-bottom: 21px;
}

.custom-header-media .custom-header-form p {
    margin-bottom: 0;
}

.custom-header-media .custom-header-form textarea {
    height: 120px;
}

div#social-menu-wrapper.is-open .menu-inside-wrapper {
    right: 30px;
}

.header-style-one:not div#social-menu-wrapper .menu-inside-wrapper {
    top: 50px;
    width: 250px;
}

.header-style-one .site-header-main>.wrapper:before {
    display: none;
}

.transparent-header.header-style-one header+#feature-slider-section .slider-content-wrapper,
.transparent-header.header-style-one header+.site-content {
    padding-top: 112px;
}

.transparent-header.header-style-one.has-header-top-bar .custom-header,
.transparent-header.header-style-one.has-header-top-bar header+#feature-slider-section .slider-content-wrapper,
.transparent-header.header-style-one.has-header-top-bar header+.site-content {
    padding-top: 154px;
}

.transparent-header.header-style-two .custom-header,
.transparent-header.header-style-two header+#feature-slider-section .slider-content-wrapper,
.transparent-header.header-style-two header+.site-content {
    padding-top: 70px;
}

.header-style-two #primary-menu-wrapper.show-in-desktop {
    display: none;
}

#site-header-top-menu {
    left: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    padding: 15px 30px;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    width: 100%;
    z-index: 99999;
}

#site-header-top-menu:after {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    opacity: 0.4;
    position: absolute;
    width: 100%;
}

.color-scheme-corporate .header-top-bar #site-hedaer-top-menu:after {
    display: none;
}

.color-scheme-corporate .header-top-bar:after {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    opacity: 0.4;
    position: absolute;
    width: 100%;
}

#site-header-top-menu::after {
    display: none;
}

.header-top-bar {
    position: relative;
}

.header-top-bar:after {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    left: 30px;
    margin: 0 auto;
    opacity: 0.4;
    position: absolute;
    width: calc(100% - 60px);
}

.header-style-two #site-header-top-menu::after {
    opacity: 0.7;
}

#header-top {
    position: relative;
}

.header-style-one #site-header-top-menu {
    border-bottom: 0;
}

.header-top-bar .menu-top-toggle.selected+#site-header-top-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.top-main-wrapper {
    display: block;
}

.top-main-wrapper .header-top-left ul {
    margin: 0;
    list-style: none;
}

.top-main-wrapper .header-top-left ul li {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.top-main-wrapper .header-top-left ul li:first-child {
    padding-left: 0;
}

.top-main-wrapper .header-top-left ul li .icon {
    margin-right: 5px;
}

.top-main-wrapper .header-top-left ul li:last-child {
    padding-right: 0;
}

.top-main-wrapper .header-top-left ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-main-wrapper .header-top-right ul {
    padding: 0;
    text-align: left;
}

.top-main-wrapper .header-top-right ul li:first-child a {
    padding-left: 0;
}

.top-main-wrapper .header-top-right ul li a {
    margin: 0;
}

.custom-header-content.content-align-left {
    margin-left: 0;
    margin-right: auto;
}

.custom-header:not(.content-frame) .custom-header-content.content-align-left {
    padding-left: 0;
}

.custom-header:not(.content-frame) .custom-header-content.content-align-right {
    padding-right: 0;
}

.custom-header-content.content-align-right {
    margin-left: auto;
    margin-right: 0;
}]

#social-menu-wrapper.is-open .icon-share {
    display: none;
}

.menu-top-toggle.selected .icon-close {
    display: inline-block;
}

.menu-top-toggle.selected .icon-bars {
    display: none;
}

.menu-top-toggle .icon-close {
    display: none;
}

.menu-top-toggle {
    display: block;
}

.home.admin-bar.has-header-video .custom-header {
    min-height: 260px;
}


/**
   * 6.0 - Modules
   */

.section {
    clear: both;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.section-heading-wrapper {
    display: block;
    max-width: 660px;
    padding-bottom: 35px;
    position: relative;
    text-align: center;
    width: 100%;
}

.section-subtitle {
    text-transform: uppercase;
}

.featured-content-section .hentry-inner:hover {
    -webkit-box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.1);
}

.trip-header .list-inline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trip-header .list-inline li {
    border-width: 0 1px 0 0;
    border-style: solid;
    font-weight: 700;
    margin: 0;
    padding: 7px 5px;
    text-align: center;
    width: 33.333%;
}

.trip-header .list-inline li:first-child {
    border-left-width: 1px;
}

.trip-header .list-inline li .icon {
    font-weight: 700;
    margin-right: 5px;
}

.trip-header .list-inline li a {
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 1;
}


/*-------------------------------------------------------------
  ## accessibility
  --------------------------------------------------------------*/


/**
   * 6.1 - Accessibility
   */


/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}


/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/*--------------------------------------------------------------
  ## alignments
  --------------------------------------------------------------*/


/**
   * 6.2 - Alignments
   */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

.text-align-center .wp-block-buttons>.wp-block-button {
    margin-left: auto;
    margin-right: auto;
}

.text-align-left .wp-block-buttons>.wp-block-button {
    margin-left: 0;
}

.text-align-right .wp-block-buttons>.wp-block-button {
    margin-left: auto;
    margin-right: 0;
}

.text-align-center,
.text-align-right,
.text-align-left {
    text-align: center;
}

.text-align-left .post-thumbnail img,
.text-align-right .post-thumbnail img {
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
  ## clearings
  --------------------------------------------------------------*/


/**
   * 6.5 - Clearings
   */

.wrapper:before,
.wrapper:after,
.posts-navigation:before,
.posts-navigation:after,
.clear:before,
.clear:after,
.section:before,
.section:after,
.section-content-wrapper:before,
.section-content-wrapper:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.site-content:before,
.site-content:after,
.content-area:before,
.content-area:after,
.site-main>article:before,
.site-main>article:after,
.post-navigation:before,
.post-navigation:after,
.posts-navigation:before,
.posts-navigation:after,
.pagination:before,
.pagination:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.widget:before,
.widget:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after,
#tertiary:before,
#tertiary:after,
#colophon .wrapper:before,
#colophon .wrapper:after,
.widget-area li:before,
.widget-area li:after,
#secondary:before,
#secondary:after {
    content: "";
    display: table;
}

.wrapper:after,
#secondary:after,
.posts-navigation:after,
.clear:after,
.section:after,
.section-content-wrapper:after,
.entry-content:after,
.entry-summary:after,
.site-content:after,
.content-area:after,
.site-main>article:after,
.post-navigation:after,
.posts-navigation:after,
.pagination:after,
.primary-menu:after,
.social-links-menu:after,
.widget:after,
.textwidget:after,
.content-bottom-widgets:after,
#tertiary:after,
#colophon .wrapper:after,
.widget-area li:after {
    clear: both;
}


/*--------------------------------------------------------------
  ## content
  --------------------------------------------------------------*/


/**
   * 6.6 - Content
   */

.boxed-layout #page {
    max-width: 1600px;
}

.page .site-main .post-thumbnail {
    margin-top: 0;
}

.home #content #infinite-handle {
    padding: 0;
}

.no-sidebar .content-area {
    margin: 0 auto;
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

.sidebar .widget p {
    margin-bottom: 28px;
}

.sidebar .widget p:last-child {
    margin-bottom: 0;
}

.wp-block-calendar a {
    text-decoration: none;
}

.archive-post-wrap .hentry:last-of-type {
    margin-bottom: 0;
}

.ew-about a:not(.more-link):not(.button):not(.fa):not(.remove):hover,
.widget_text a:not(.more-link):not(.button):not(.fa):not(.remove):hover,
.ew-about a:not(.more-link):not(.button):not(.fa):not(.remove):focus,
.widget_text a:not(.more-link):not(.button):not(.fa):not(.remove):focus {
    text-decoration: none;
}


/*--------------------------------------------------------------
  ## media
  --------------------------------------------------------------*/


/**
   * 6.7 - Media
   */

.site .avatar {
    border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.entry-content a img,
.entry-summary a img,
.textwidget a img {
    display: block;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
video {
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video {
    margin: 1.625em 0;
}


/*--------------------------------------------------------------
  ## alignments
  --------------------------------------------------------------*/


/**
   * 6.9 - Sidebar
   */

.sidebar .widget .hentry {
    float: none;
    overflow: hidden;
}

.sidebar .section-heading-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

.sidebar.widget-area .essential-widgets {
    float: none;
}


/**
   * 7.0 - Site
   */


/*--------------------------------------------------------------
  ## widgets
  --------------------------------------------------------------*/


/**
   * 7.2.1 - Widgets
   */

.widget-area:not(.sidebar) .widget .widget-title {
    font-weight: 700;
    line-height: 1.75;
    position: relative;
    text-transform: uppercase;
}

.widget .hentry {
    float: left;
    width: 100%;
}

.widget_archive ul a {
    text-decoration: none;
}

.widget .widget-title:empty {
    margin-bottom: 0;
}

.widget_recent_entries li a {
    font-weight: 600;
}


/* Categories widget */

.widget_archive ul,
.wp-block-archives ul,
.wp-block-categories ul {
    margin-right: 0;
}

.widget_archive ul li,
.wp-block-archives li,
.wp-block-categories li {
    padding-left: 13px;
}

.textwidget li {
    padding-left: 0;
}

.sidebar .widget_archive ul li {
    padding-left: 0;
}

footer .widget_archive ul {
    margin-left: 0;
    list-style: none;
}

footer .widget_archive ul li {
    display: block;
    padding-left: 0;
}

.widget_media_gallery figure {
    margin-bottom: 0;
    margin-top: 0;
}


/* Calendar widget */

.widget.widget_calendar table {
    margin: 0;
}

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

.widget_calendar caption {
    font-weight: 600;
}

.widget_calendar tbody a {
    display: block;
    font-weight: 600;
    text-decoration: none;
}


/* Recent Posts widget */

.widget-area .gallery {
    margin: 0;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}


/* RSS widget */

.widget_rss .rsswidget img {
    margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em;
}

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


/* Tag Cloud widget */

.tagcloud a {
    border: 1px solid;
    display: inline-block;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
    outline: 0;
}

#featured-grid-content .grid-box:hover .caption>.vcenter {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.widget-area .date-label {
    display: none;
}

.widget .social-navigation li a {
    height: auto;
    line-height: initial;
    margin: 0;
    padding: 5px 8px;
    width: auto;
}

.widget .social-navigation li:first-child a {
    padding-left: 0;
}

.custom-html-widget p {
    margin-bottom: 14px;
}

.custom-html-widget p:last-child {
    margin-bottom: 0;
}

.widget-wrap .textwidget ul {
    list-style: none;
    margin-left: 0;
}

.widget-wrap .textwidget ul li a {
    text-decoration: none;
}

.widget_categories ul li span,
.wp-block-categories li span,
.wp-block-archives li span,
.widget_archive ul li span {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    display: block;
    float: right;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
}

.widget_categories ul li span:after,
.wp-block-categories li span:after,
.wp-block-archives li span:after,
.widget_archive ul li span:after {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.25;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.wp-block-categories.aligncenter li span,
.wp-block-archives.aligncenter li span {
    display: inline-block;
    float: none;
}

.sidebar .widget_categories ul li span::after,
.sidebar .widget_archive ul li span::after {
    opacity: 1;
}

.textwidget ul li {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

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

.textwidget ul li .icon {
    margin-right: 21px;
}

.sidebar .social-links-menu li {
    margin-right: 5px;
    padding-left: 0;
}

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

.sidebar .wp-block-gallery .blocks-gallery-item {
    padding-left: 0;
}

.sidebar .widget_archive ul li {
    margin-bottom: 14px;
}

.sidebar .widget_categories ul li span,
.sidebar .widget_archive ul li span {
    display: none;
}


/*--------------------------------------------------------------
  ## feature-slider
  --------------------------------------------------------------*/


/**
   * 7.3.2 - Slider
   */

#feature-slider-section {
    border: none;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#feature-slider-section .entry-title {
    font-weight: 700;
}

.home .header-media .entry-title,
#feature-slider-section .entry-title {
    margin-bottom: 0;
}

#feature-slider-section .owl-item.active .entry-container {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#feature-slider-section .entry-container {
    opacity: 0;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}

.slider-content-wrapper .entry-summary,
.custom-header-content-wrapper+.site-header-text {
    margin-top: 14px;
}

#feature-slider-section .slider-image-wrapper img,
#feature-slider-section .post-thumbnail img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100vw;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.site-header-logo,
.slider-content-wrapper .title-image {
    max-width: 280px;
}

#feature-slider-section .owl-carousel .owl-item .title-image {
    display: block;
}

#feature-slider-section .owl-carousel .owl-item .title-image img {
    width: auto;
}

.text-align-left .site-header-logo {
    margin-left: 0;
}

.text-align-right .site-header-logo {
    margin-right: 0;
}

.site-header-logo {
    margin: 0 auto;
}

#feature-slider-section .wrapper {
    max-width: 100%;
    padding: 0;
}

#feature-slider-section .hentry {
    margin: 0;
    padding: 0;
    width: 100%;
}

#feature-slider-section .hentry .hentry-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    position: relative;
}

#feature-slider-section .post-thumbnail {
    height: 100%;
    margin: 0;
    position: absolute;
}

#feature-slider-section .slider-image-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#feature-slider-section .slider-content-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 49px;
    padding-top: 49px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 100%;
    z-index: 101;
}

#feature-slider-section .entry-container {
    display: block;
    overflow: hidden;
}

#feature-slider-section .entry-container a {
    text-decoration: none;
}

#feature-slider-section .entry-summary,
#feature-slider-section .entry-content {
    display: none;
    margin-top: 14px;
}

#feature-slider-section .owl-dots {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 199;
}

#feature-slider-section .owl-dots button.owl-dot {
    display: block;
    margin-bottom: 10px;
}

#feature-slider-section .owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

#feature-slider-section .owl-prev,
#feature-slider-section .owl-next {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    opacity: 1;
    top: 48%;
    z-index: 199;
}

#feature-slider-section .owl-prev:hover,
#feature-slider-section .owl-prev:focus,
#feature-slider-section .owl-next:hover,
#feature-slider-section .owl-next:focus {
    border-color: transparent;
    text-decoration: none;
}

#feature-slider-section .owl-prev:hover:before,
#feature-slider-section .owl-prev:focus:before,
#feature-slider-section .owl-next:hover:before,
#feature-slider-section .owl-next:focus:before {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#feature-slider-section .owl-next {
    right: 15px;
}

#feature-slider-section .owl-prev {
    left: 15px;
}

#feature-slider-section .more-link {
    margin-top: 35px;
}


/*--------------------------------------------------------------
  ## Featured-content
  --------------------------------------------------------------*/


/**
   * 7.3.3 - Featured Content
   */

.featured-content-wrapper a {
    text-decoration: none;
}

.featured-content-wrapper .hentry-inner:hover {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.featured-content-wrapper .hentry-inner:hover .post-thumbnail img {
    transform: scale(1.025) rotate(1deg);
    -moz-transform: scale(1.025) rotate(1deg);
    -webkit-transform: scale(1.025) rotate(1deg);
}

.featured-content-wrapper .post-thumbnail {
    overflow: hidden;
}

.featured-content-section .section-content-wrapper .post-thumbnail {
    margin-bottom: 0;
    width: 100%;
}

#featured-video-section .entry-container {
    margin-top: 14px;
}

#featured-video-section .post-thumbnail {
    margin-bottom: 0;
}

#featured-video-section .lightbox-enabled iframe {
    pointer-events: none;
}

#featured-video-section a.mixed {
    color: transparent;
    display: block;
}

body .flashy-container .flashy-content {
    background: transparent;
}

.single-item .featured-video-content-wrapper .hentry:first-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.featured-video-content-wrapper .hentry.featured {
    float: none;
}


/*--------------------------------------------------------------
  ## Featured-Trips
  --------------------------------------------------------------*/


/**
   * 7.3.4 - Featured Trips
   */

#wp-travel-featured-trip-section .featured-trip-content-wrapper .post-thumbnail {
    margin-bottom: 0;
}

#wp-travel-featured-trip-section .featured-trip-content-wrapper .entry-container .amount {
    font-weight: 700;
    margin-left: 0;
    margin-right: 5px;
}


/*--------------------------------------------------------------
  ## footer
  --------------------------------------------------------------*/


/**
   * 7.3.4 - Footer
   */

#colophon .widget-column {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}

#colophon .widget {
    background-color: transparent;
}

aside.widget-area+div#site-generator:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
}


/*--------------------------------------------------------------
  ## Latest Trip
  --------------------------------------------------------------*/


/**
   * 7.3.7 - Latest Trip
   */

.latest-trip-section .hentry-inner .post-thumbnail .entry-header del {
    margin-right: 5px;
}

.latest-trip-section .hentry-inner .entry-content {
    border: 1px solid;
    border-top: 1px solid;
    margin-top: 0;
    padding: 35px 42px;
}

.latest-trip-section .hentry-inner .entry-content .more-button {
    margin-top: 0;
}


/*--------------------------------------------------------------
  ## Logo-Slider
  --------------------------------------------------------------*/


/**
   * 7.3.7 - Logo Slider
   */

.wen-travel-logo-slider-content-wrapper.owl-carousel .owl-item img {
    width: auto;
}

.logo-slider-section .owl-prev,
.logo-slider-section .owl-next {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 0;
}

.logo-slider-section .owl-prev {
    transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
}

.logo-slider-section .owl-next {
    transform: translate(200%, -50%);
    -moz-transform: translate(200%, -50%);
    -o-transform: translate(200%, -50%);
    -webkit-transform: translate(200%, -50%);
}

.logo-slider-section.section:hover .owl-prev,
.logo-slider-section.section:hover .owl-next {
    opacity: 1;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.logo-slider-section .owl-carousel .owl-nav .owl-prev:hover,
.logo-slider-section .owl-carousel .owl-nav .owl-next:hover {
    border-color: transparent;
}

.logo-slider-section .owl-prev {
    left: 30px;
}

.logo-slider-section .owl-next {
    right: 30px;
}

.logo-slider-section .owl-dots {
    margin-bottom: 35px;
    text-align: center;
}

.logo-slider-section .owl-dots .owl-dot {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.logo-slider-section .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.logo-slider-section .section-content-wrapper {
    position: static;
}


/*--------------------------------------------------------------
  ## tablet
  --------------------------------------------------------------*/


/**
   * 8.3 - >= 768px
   */

@media only screen and (min-width: 48em) {
    #social-menu-wrapper.show-in-mobile,
    #primary-menu-wrapper.show-in-mobile {
        display: block;
    }
    .header-style-two .site-header-menu>#social-menu-wrapper {
        display: block;
    }
    .transparent-header.header-style-one header+#feature-slider-section .slider-content-wrapper,
    .transparent-header.header-style-one header+.site-content {
        padding-top: 160px;
    }
    #site-generator #footer-menu-section {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .play-button.button {
        line-height: 70px;
        height: 70px;
        padding: 0;
        position: relative;
        width: 70px;
    }
    .site-footer-menu .wrapper>#social-footer-navigation {
        margin-bottom: 0;
    }
    .transparent-header.header-style-one.has-header-top-bar .custom-header,
    .transparent-header.header-style-one.has-header-top-bar header+#feature-slider-section .slider-content-wrapper,
    .transparent-header.header-style-one.has-header-top-bar header+.site-content {
        padding-top: 194px;
    }
    .header-style-two .site-header-menu>#social-menu-wrapper:not(.show-in-desktop) {
        display: none;
    }
    div#social-menu-wrapper.is-open .menu-inside-wrapper {
        right: 0;
    }
    .gallery-caption,
    .tiled-gallery-caption {
        bottom: 0;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        opacity: 0;
        position: absolute;
        transform: translateY(100%);
        -o-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }
    .gallery-item:hover .gallery-caption,
    .gallery-item:hover .tiled-gallery-caption,
    .tiled-gallery-item:hover .gallery-caption,
    .tiled-gallery-item:hover .tiled-gallery-caption {
        opacity: 1;
        transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .type-rectangular .tiled-gallery-item:hover .tiled-gallery-caption {
        opacity: 1;
        transform: translateY(-12px);
        -o-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        -webkit-transform: translateY(-12px);
    }
    table.shop_table {
        background-color: transparent;
    }
    table.shop_table_responsive tr td {
        padding: 10px;
    }
    table.shop_table_responsive thead {
        display: table-header-group;
    }
    table.shop_table_responsive tbody th {
        display: table-cell;
    }
    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }
    table.shop_table_responsive tr td {
        display: table-cell;
    }
    table.shop_table_responsive tr td:before {
        display: none;
    }
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }
    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }
    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
    .menu-toggle-wrapper {
        display: block;
        float: left;
        padding: 14px 5px;
    }
    .fixed .menu-toggle-wrapper {
        padding-bottom: 12px;
        padding-top: 12px;
    }
    #hero-content-section .section-content-wrapper {
        padding-left: 55px;
        padding-right: 55px;
    }
    #feature-slider-section .entry-container {
        width: 70%;
    }
    #feature-slider-section .entry-container {
        max-width: 680px;
    }
    #feature-slider-section .entry-summary,
    #feature-slider-section .entry-content {
        display: block;
    }
    #feature-slider-section:hover .owl-prev,
    #feature-slider-section:focus .owl-prev {
        left: 21px;
        opacity: 0.9;
        filter: alpha(opacity=100);
    }
    #feature-slider-section .owl-next,
    #feature-slider-section .owl-prev {
        opacity: 0;
    }
    #feature-slider-section:hover .owl-next,
    #feature-slider-section:focus .owl-next {
        right: 21px;
        opacity: 0.9;
        filter: alpha(opacity=100);
    }
    .custom-logo {
        margin: 0;
    }
    .site-header-logo,
    .slider-content-wrapper .title-image {
        max-width: 350px;
    }
    .featured-video-content-wrapper .side-posts-wrap {
        width: 30%;
        float: left;
    }
    .featured-video-content-wrapper .hentry.featured {
        float: left;
        width: 70%;
    }
    .home.admin-bar.has-header-video .custom-header {
        min-height: 445px;
    }
}


/*--------------------------------------------------------------
  ## desktop 
  --------------------------------------------------------------*/


/**
   * 8.5 - >= 1024px
   */

@media only screen and (min-width: 64em) {
    /* Woocommerce styles */
    .section-description {
        margin-top: 21px;
    }
    .content-frame .custom-header-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .fixed+.site-content {
        padding-top: 91px;
    }
    .header-style-two .site-header-main .wrapper {
        padding-bottom: 7px;
        padding-top: 7px;
    }
    #header-top .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .custom-header-content .site-header-text,
    #feature-slider-section .entry-summary,
    #feature-slider-section .entry-content {
        margin-top: 28px;
    }
    .custom-header .header-media-tagline {
        margin-bottom: 35px;
    }
    #hero-section .hentry .entry-container blockquote {
        margin-top: 42px;
        padding: 28px 35px;
    }
    .site-content .archive-posts-wrapper .posts-navigation .nav-links {
        margin-top: 70px;
    }
    .section.stats-section {
        padding-bottom: 28px;
        padding-top: 70px;
    }
    .trip-content-wrapper .hentry-inner .entry-container .entry-content {
        padding: 25px;
        border-left: 0;
    }
    .site-header-logo,
    .title-image {
        margin-bottom: 25px;
    }
    .header-top-bar::after {
        left: 40px;
        width: calc(100% - 80px);
    }
    /* Woocommerce styles end here */
    .transparent-header.header-style-two .custom-header,
    .transparent-header.header-style-two .slider-content-wrapper,
    .transparent-header.header-style-two header+.site-content {
        padding-top: 133px;
    }
    .is-open .menu-inside-wrapper {
        right: 0;
    }
    .boxed-layout #page {
        width: 96%;
    }
    .navigation-classic #header-menu-social:before {
        margin: 21px auto 21px;
    }
    #feature-slider-section:hover .owl-prev,
    #feature-slider-section:focus .owl-prev {
        left: 60px;
    }
    #feature-slider-section:hover .owl-next,
    #feature-slider-section:focus .owl-next {
        right: 60px;
    }
    .widget-column {
        padding: 28px 50px;
    }
    .page .site-main .hentry {
        margin: 0;
    }
    .section-heading-wrapper {
        padding-bottom: 42px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .wen-travel-logo-slider-content-wrapper {
        padding: 0 50px;
    }
    #feature-slider-section .slider-content-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .logo-slider-section .owl-dots {
        margin-bottom: 42px;
    }
    .single .site-main .entry-header,
    .page .site-main .entry-header,
    .archive .page-header,
    .error404 .page-header {
        margin-bottom: 42px;
    }
    #featured-video-section .entry-container {
        margin-top: 21px;
    }
    .side-posts-wrap {
        margin-bottom: 42px;
    }
    .navigation.pagination {
        margin-top: 42px;
    }
    .filter-button-group {
        padding-left: 40px;
        padding-right: 40px;
    }
    .above-footer {
        padding-top: 42px;
    }
    .view-more {
        margin: 0 0 42px;
    }
    #content #infinite-handle {
        padding: 0 20px;
    }
    .page .site-main .post-thumbnail {
        padding: 0;
        margin-bottom: 35px;
    }
    #colophon .four .widget-column {
        width: 25%;
    }
    #colophon .four .widget-column:nth-child(2n + 1) {
        clear: none;
    }
    #colophon .four .widget-column:nth-child(4n + 1) {
        clear: both;
    }
    .footer-widget-area {
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .layout-four .hentry:nth-child(2n + 1) {
        clear: none;
    }
    .layout-four .hentry:nth-child(4n + 1) {
        clear: both;
    }
    #gallery-section .gallery-columns-4 .gallery-item,
    #gallery-section .gallery-columns-4 .tiled-gallery-item,
    .layout-four .hentry {
        width: 25%;
    }
    #gallery-section .gallery-columns-5 .gallery-item,
    #gallery-section .gallery-columns-5 .tiled-gallery-item {
        width: 20%;
    }
    #gallery-section .gallery-columns-6 .gallery-item,
    #gallery-section .gallery-columns-6 .tiled-gallery-item {
        width: 16.66666666666667%;
    }
    #gallery-section .gallery-columns-7 .gallery-item,
    #gallery-section .gallery-columns-7 .tiled-gallery-item {
        width: 14.28571428571429%;
    }
    #gallery-section .gallery-columns-8 .gallery-item,
    #gallery-section .gallery-columns-8 .tiled-gallery-item {
        width: 12.5%;
    }
    #gallery-section .gallery-columns-9 .gallery-item,
    #gallery-section .gallery-columns-9 .tiled-gallery-item {
        width: 11.11111111111111%;
    }
    .featured-video-content-wrapper .hentry:nth-child(2n + 1) {
        clear: none;
    }
    .archive .content-area {
        float: left;
        width: 70%;
    }
    .content-right .content-area {
        float: right;
        margin-right: 0;
        margin-left: -100%;
    }
    .content-right .sidebar {
        float: left;
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .sidebar .widget {
        float: none;
        width: 100%;
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        width: 52%;
    }
    .site-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .custom-header-content .site-header-text,
    .post-navigation .nav-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .entry-content h6,
    .textwidget h6 {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .entry-content h5,
    .textwidget h5 {
        font-size: 22px;
        font-size: 1.375rem;
    }
    .entry-content h4,
    .textwidget h4 {
        font-size: 24px;
        font-size: 1.5rem;
    }
    #site-generator .social-navigation a,
    .entry-content h3,
    .entry-summary h3,
    .textwidget h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .entry-summary h2,
    .custom-header-form form h2,
    .textwidget h2 {
        font-size: 32px;
        font-size: 2rem;
    }
    .home .header-media .entry-title,
    #feature-slider-section .entry-title,
    #stats-section .entry-title,
    .singular-content-wrap .entry-title,
    .entry-content h1,
    .entry-summary h1,
    .textwidget h1,
    .page-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
    .recent-blog-content-wrapper {
        padding: 0 50px;
    }
    .home .custom-header-content {
        padding: 80px 40px 40px;
    }
    .content-frame .custom-header-content {
        padding: 40px;
    }
    .content-frame .custom-header-content {
        margin-top: 50px;
    }
    .inner-section-content-wrapper {
        padding: 0 40px 42px;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        padding: 35px;
    }
    .post-navigation {
        padding-top: 28px;
    }
    .top-main-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top-main-wrapper .header-top-left ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu-top-toggle {
        display: none;
    }
    #site-header-top-menu {
        position: relative;
        -webkit-transform: none;
        transform: none;
        padding: 0;
    }
    .top-main-wrapper .header-top-left ul li {
        padding: 0 10px;
    }
    #header-top {
        z-index: 0;
    }
    .home.admin-bar.has-header-video .custom-header {
        min-height: 750px;
    }
}


/*--------------------------------------------------------------
  ## desktop 
  --------------------------------------------------------------*/


/**
   * 8.4 - >= 783px
   */

@media only screen and (min-width: 48.938em) {
    .transparent-header .admin-bar #feature-slider-section,
    .transparent-header .home.admin-bar .custom-header {
        min-height: calc(100vh - 32px);
    }
    .admin-bar .flashy-overlay .flashy-close {
        top: 32px;
    }
}


/*--------------------------------------------------------------
  ## Large 
  --------------------------------------------------------------*/


/**
   * 8.6 - >= 1200px
   */

@media only screen and (min-width: 75em) {
    div#primary-menu-wrapper .menu-toggle {
        margin-right: 0;
    }
    #primary-menu-wrapper .main-navigation a>.icon {
        display: inline-block;
    }
    .transparent-header.header-style-one header+#feature-slider-section .slider-content-wrapper,
    .transparent-header.header-style-one header+.site-content {
        padding-top: 176px;
    }
    .transparent-header.header-style-one.has-header-top-bar .custom-header,
    .transparent-header.header-style-one.has-header-top-bar header+#feature-slider-section .slider-content-wrapper,
    .transparent-header.header-style-one.has-header-top-bar header+.site-content {
        padding-top: 222px;
    }
    .header-style-two #primary-menu-wrapper.show-in-desktop {
        display: block;
    }
    .header-style-one div#social-menu-wrapper .menu-toggle-wrapper {
        display: none;
    }
    .navigation-classic .menu-toggle {
        display: none;
    }
    #primary-menu-wrapper.show-in-mobile {
        display: none;
    }
    .navigation-classic:not(.header-style-one):not(.header-style-two) .main-navigation .nav-menu>li>a::before {
        top: 0;
        bottom: auto;
    }
    .navigation-classic:not(.header-style-one):not(.header-style-two) .main-navigation .nav-menu>li:hover a:after,
    .navigation-classic:not(.header-style-one):not(.header-style-two) .main-navigation .nav-menu>li:focus a:after {
        height: 4px;
        opacity: 1;
    }
    .navigation-classic .main-navigation ul li>ul {
        -webkit-transform-origin: top;
        transform-origin: top;
        transform: scaleY(0.7);
        -webkit-transform: scaleY(0.7);
        -moz-transform: scaleY(0.7);
    }
    .navigation-classic .main-navigation ul li:hover>ul,
    .navigation-classic .main-navigation ul li.focus>ul {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
    .navigation-classic .main-navigation ul li>ul ul,
    .navigation-classic .main-navigation ul li:hover>ul ul,
    .navigation-classic .main-navigation ul li.focus>ul ul {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation-classic .site-header.fixed .main-navigation .nav-menu>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .navigation-classic .main-navigation li.menu-item-has-children ul ul a {
        padding-left: 20px;
    }
    .navigation-classic .main-navigation>ul.nav-menu>li>a>.icon {
        position: relative;
        right: -6px;
        top: -1px;
    }
    .navigation-classic .main-navigation ul ul {
        border: 1px solid;
        display: block;
        float: left;
        margin: 0;
        padding: 7px 0;
        position: absolute;
        top: auto;
        left: -999em;
        z-index: 99999;
    }
    .navigation-classic .main-navigation ul ul ul {
        left: -999em;
        top: -8px;
    }
    .navigation-classic .main-navigation ul ul a {
        padding: 7px 20px;
        width: 262px;
    }
    .navigation-classic .main-navigation ul li:hover>ul,
    .navigation-classic .main-navigation ul li.focus>ul {
        left: auto;
        right: 18px;
    }
    .navigation-classic .main-navigation ul ul li:hover>ul,
    .navigation-classic .main-navigation ul ul li.focus>ul {
        left: auto;
        right: 100%;
    }
    .navigation-classic .social-top div {
        border-bottom: none;
    }
    .navigation-classic .dropdown-toggle,
    .navigation-classic .main-navigation ul .dropdown-toggle.toggled-on,
    .navigation-classic #primary-menu-wrapper .menu-toggle-wrapper {
        display: none;
    }
    .header-media-disabled #feature-slider.section {
        padding-top: 78px;
    }
    #header-content .site-header-menu {
        display: none;
    }
    #site-header-top-menu::after {
        display: block;
    }
    #site-header-top-menu {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .header-top-bar {
        position: relative;
    }
    .header-top-bar:after {
        display: none;
    }
}


/*--------------------------------------------------------------
  ## wide-width
  --------------------------------------------------------------*/


/**
   * 8.7 - >= 1366px
   */

@media only screen and (min-width: 85.375em) {
    /* Woocommerce styles */
    .transparent-header.header-style-one .navigation-classic .main-navigation li a {
        padding-bottom: 34px;
        padding-top: 34px;
    }
    #content #infinite-handle,
    #content .infinite-loader {
        margin-top: 70px;
    }
    .section+.site-content {
        padding-top: 20px;
    }
    .section-heading-wrapper {
        padding-bottom: 56px;
    }
    .archive-posts-wrapper .section-content-wrapper .entry-title {
        margin-bottom: 21px;
    }
    .archive-post-wrap .hentry .post-thumbnail-background+.entry-container {
        padding: 40px 0 40px 40px;
    }
    .archive-post-wrap .hentry {
        margin-bottom: 70px;
    }
    .navigation.pagination {
        margin-top: 70px;
    }
    .custom-header-media {
        padding-left: 50px;
        padding-right: 50px;
    }
    .events-content-wrapper .entry-summary,
    aside.footer-widget-area a {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .inner-section-content-wrapper {
        padding: 0 50px 42px;
    }
    .filter-button-group {
        padding-left: 50px;
        padding-right: 50px;
    }
    #feature-slider-section .slider-content-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .section-description {
        margin-top: 28px;
    }
    .entry-content h4,
    .entry-summary h4,
    .textwidget h4 {
        font-size: 26px;
        font-size: 1.635rem;
    }
    #site-generator .social-navigation a,
    .entry-content h3,
    .entry-summary h3,
    .textwidget h3 {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .latest-trip-section .hentry-inner .entry-container .amount,
    .entry-content h2,
    .entry-summary h2,
    .textwidget h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
    .home .header-media .entry-title,
    #feature-slider-section .entry-title,
    .entry-content h1,
    .entry-summary h1,
    .textwidget h1 {
        font-size: 42px;
        font-size: 2.625rem;
    }
    .home .header-media .section-title,
    .singular-content-wrap .entry-title,
    .singular-content-wrap .section-title,
    .single .site-main .entry-title .singular-content-wrap .entry-title,
    .page-title {
        font-size: 56px;
        font-size: 3.5rem;
    }
    .single .site-main .entry-header,
    .page .site-main .entry-header,
    .archive .page-header,
    .error404 .page-header {
        margin-bottom: 63px;
    }
    .two-columns-layout .site-content+.section:nth-child(odd):not(.logo-slider-section) {
        padding-top: 10px;
    }
    #gallery-section .tiled-gallery .tiled-gallery-item a:after {
        font-size: 20px;
        font-size: 1.25rem;
        height: 50px;
        padding: 15px;
        width: 50px;
    }
    .custom-header-content {
        max-width: 800px;
    }
    caption,
    th,
    td,
    .wp-block-calendar tbody td,
    .wp-block-calendar th,
    table.shop_table_responsive tr td {
        padding: 12px 28px;
    }
    .sidebar .wp-block-calendar caption,
    .sidebar .wp-block-calendar th,
    .sidebar .wp-block-calendar td,
    .sidebar .wp-block-calendar .wp-block-calendar tbody td,
    .wp-block-calendar th,
    .sidebar .wp-block-calendar table.shop_table_responsive tr td {
        padding: 8px;
    }
    #header-top .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    button,
    .button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .posts-navigation a,
    #content #infinite-handle span button,
    .header-media .more-link,
    #feature-slider-section .more-link,
    #hero-section .more-link {
        padding: 14px 35px;
    }
    .hero-section.content-align-left .entry-container {
        padding-right: 70px;
    }
}


/*--------------------------------------------------------------
  ## Ultra Wide
  --------------------------------------------------------------*/


/**
   * 8.8 - >= 1660px
   */

@media only screen and (min-width: 103.75em) {
    .is-open .menu-inside-wrapper {
        right: 3%;
    }
    .hero-section.content-align-left .entry-container {
        padding-right: 118px;
    }
    .hero-section.content-align-right .entry-container {
        padding-left: 118px;
    }
    .section+.site-content {
        padding-top: 35px;
    }
    .custom-header {
        padding-top: 131px;
    }
    .stats-section .section-content-wrapper:before,
    .logo-slider-section .section-content-wrapper:before {
        width: calc(100% - 280px);
    }
    div#primary-menu-wrapper .menu-toggle {
        width: 100px;
    }
    .site-header-logo,
    .slider-content-wrapper .title-image {
        max-width: 100%;
    }
    .sidebar .widget .widget-wrap {
        padding: 35px 0;
    }
    .featured-content-section .entry-container {
        padding: 42px;
    }
    .trip-content-wrapper .hentry-inner .entry-container .entry-content,
    .trip-content-wrapper .hentry-inner .entry-container .entry-summary {
        padding: 35px 42px;
    }
    #hero-section .hentry .entry-container blockquote {
        display: inline-block;
    }
    .full-width-layout .archive-post-wrap .hentry .hentry .post-thumbnail-background+.entry-container {
        padding: 320px 50px;
        padding-right: 140px;
    }
    .full-width-layout .archive-post-wrap .hentry:nth-child(2n) .hentry .post-thumbnail-background+.entry-container {
        padding-left: 140px;
        padding-right: 50px;
    }
    .above-footer {
        padding-top: 70px;
    }
    .widget-column+.above-footer {
        padding-top: 28px;
    }
    .single .site-main .entry-header,
    .page .site-main .entry-header,
    .archive .page-header,
    .error404 .page-header {
        margin-bottom: 83px;
    }
    .menu-toggle-close,
    .dropdown-toggle,
    .sidebar .widget,
    .sidebar .social-links-menu li a .icon {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .entry-content h1,
    .entry-summary h1,
    .textwidget h1 {
        font-size: 36px;
    }
    .home .header-media .section-title,
    #feature-slider-section .section-title {
        font-size: 70px;
        font-size: 4.375rem;
    }
    .home .header-media .section-title,
    #feature-slider-section .section-title {
        line-height: 1.3;
    }
    #stats-section .entry-title {
        font-size: 36px;
    }
    .home .header-media .entry-title,
    .slider-content-wrapper .entry-title,
    .entry-content h2,
    .entry-summary h2,
    .textwidget h2 {
        font-size: 28px;
    }
    .entry-content h3,
    .entry-summary h3,
    .textwidget h3 {
        font-size: 26px;
    }
    .entry-content h4,
    .entry-summary h4,
    .textwidget h4,
    #feature-slider-section .entry-summary,
    #feature-slider-section .entry-content,
    .entry-title {
        font-size: 22px;
    }
    .entry-content h5,
    .entry-summary h5,
    .textwidget h5 {
        font-size: 20px;
    }
    .archive-post-wrap .entry-container {
        padding: 35px;
    }
    .filter-button-group {
        padding-bottom: 56px;
    }
    .section-content-wrapper .entry-summary,
    .section-content-wrapper .entry-content,
    .more-button {
        margin-top: 35px;
    }
    .custom-header-content {
        padding: 70px;
    }
}


/*--------------------------------------------------------------
  ## Ultra Wide
  --------------------------------------------------------------*/


/**
   * 8.9 - >= 1920px
   */


/*--------------------------------------------------------------
  # Colors
  --------------------------------------------------------------*/


/**
   * 10.0 - Color
   */


/* Background Color */


/* Page Background Color */

input[type="text"],
input[type="email"],
input[type="url"],
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,
select,
.widget_categories ul li span:after,
.widget_archive ul li span:after,
.custom-header-form,
.section:nth-child(even)+.featured-content-section .hentry-inner .entry-container,
.section:nth-child(even)+.featured-trip-section .hentry .entry-container,
.home .header-media.content-frame .custom-header-content,
.select2-container--default .select2-selection--single,
.screen-reader-text:focus,
.boxed-layout .site,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-color: #fff;
}


/* Tertiary Background Color */


/* Secondary Background Color */

#site-header-top-menu,
.gallery-caption,
.wp-block-archives li span::after,
.wp-block-categories li span::after,
.sidebar .widget_categories ul li span::after,
.sidebar .widget_archive ul li span::after,
.tiled-gallery-item .tiled-gallery-caption,
.section:nth-child(odd)+.featured-content-section .hentry-inner .entry-container,
.custom-header-form textarea,
.featured-content-section .entry-container,
mark,
ul.tabs.wc-tabs li.active a,
.shop_table thead th,
ul.wc_payment_methods.payment_methods.methods li,
pre,
.widget .ui-tabs .ui-tabs-panel {
    background-color: #f6f6f6;
}

@media only screen and (min-width: 64em) {
    #site-header-top-menu {
        background-color: transparent;
    }
}

@media only screen and (min-width: 64em) {
    .navigation-classic .site-header .sub-menu,
    .navigation-classic .site-header .children {
        background-color: #f6f6f6;
    }
}


/* Footer Background Color */


/* Main Text Color */

input,
select,
optgroup,
textarea,
blockquote,
.list-inline li a,
.list-inline li,
label,
.pagination .page-numbers.dots,
.navigation.pagination .next,
.navigation.pagination .previous,
input,
select,
optgroup,
textarea,
.section-description-wrapper,
.section-title-wrapper+.section-description,
.section-heading-wrapper>.section-description,
.section-title+.section-description,
.custom-header-content-wrapper .more-link,
input[type="text"],
input[type="email"],
input[type="url"],
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"],
.sidebar .widget-wrap p {
    color: #333333;
}

 ::-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #333333;
}

aside.widget-area+div#site-generator:before {
    background-color: #333333;
}


/*  Tranparent Header Text Color */

.transparent-header .site-title a,
.transparent-header .site-description {
    color: #fff;
}

.site-title a,
.site-description {
    color: #333333;
}


/*  Header Navigation color */

.transparent-header.slider-after-header .menu-toggle {
    color: #fff;
}

@media only screen and (min-width: 75em) {
    .transparent-header.slider-after-header.navigation-classic .main-navigation ul:not(.sub-menu):not(.children)>li>a {
        color: #fff;
    }
}

@media only screen and (min-width: 64em) {
    .transparent-header:not(.header-style-two).slider-after-header header .social-navigation li a,
    .transparent-header.has-header-media .top-main-wrapper .header-top-right ul li a,
    .transparent-header.has-header-media .top-main-wrapper .header-top-left ul li a,
    .transparent-header.has-header-media .top-main-wrapper .header-top-left ul li,
    .transparent-header.slider-after-header .top-main-wrapper .header-top-right ul li a,
    .transparent-header.slider-after-header .top-main-wrapper .header-top-left ul li a,
    .transparent-header.slider-after-header .top-main-wrapper .header-top-left ul li {
        color: #fff;
    }
}

.transparent-header.navigation-classic.slider-afer-header .main-navigation .nav-menu>li>a:before {
    background-color: #fff;
}


/*  Header Navigation hover color */

.transparent-header:not(.header-style-two).slider-after-header header .social-navigation li a:hover,
.transparent-header:not(.header-style-two).slider-after-header header .social-navigation li a:focus,
.transparent-header.slider-after-header .menu-toggle:hover,
.transparent-header.slider-after-header .menu-toggle:focus,
.transparent-header.has-header-media .top-main-wrapper .header-top-right ul li a:hover,
.transparent-header.has-header-media .top-main-wrapper .header-top-right ul li a:focus,
.transparent-header.has-header-media .top-main-wrapper .header-top-left ul li a:hover,
.transparent-header.has-header-media .top-main-wrapper .header-top-left ul li a:focus,
button.dropdown-toggle .icon:hover,
button.dropdown-toggle .icon:focus,
.transparent-header.slider-after-header .top-main-wrapper .header-top-right ul li a:hover,
.transparent-header.slider-after-header .top-main-wrapper .header-top-right ul li a:focus,
.transparent-header.slider-after-header .top-main-wrapper .header-top-left ul li a:hover,
.transparent-header.slider-after-header .top-main-wrapper .header-top-left ul li a:focus {
    color: #fff;
}

.navigation-default.transparent-header .menu-inside-wrapper .main-navigation ul>li>a:hover,
.navigation-default.transparent-header .menu-inside-wrapper .main-navigation ul>li>a:focus,
.transparent-header.slider-after-header.navigation-classic .main-navigation ul ul li.current_page_item>a,
.transparent-header.has-header-media.navigation-classic .main-navigation ul ul li.current-menu-item>a {
    color: #ffbb4a;
}

@media only screen and (min-width: 75em) {
    .transparent-header.slider-after-header.navigation-classic .menu-inside-wrapper .main-navigation ul li.current_page_item>a,
    .transparent-header.has-header-media.navigation-classi .menu-inside-wrapperc .main-navigation ul li.current-menu-item>a,
    .transparent-header.slider-after-header.navigation-classic .main-navigation ul:not(.sub-menu):not(.children)>li.current-menu-item>a,
    .transparent-header.slider-after-header.navigation-classic .menu-inside-wrapper .main-navigation ul:not(.sub-menu):not(.children)>li>a:hover,
    .transparent-header.slider-after-header.navigation-classic .menu-inside-wrapper .main-navigation ul:not(.sub-menu):not(.children)>li>a:focus {
        color: #fff;
    }
}


/* Non Transparent Nav Color */

.navigation-default:not(.transparent-header) .menu-inside-wrapper .main-navigation ul>li>a {
    color: #111111;
}

@media screen and (min-width: large) {
    .navigation-classic:not(.transparent-header) .main-navigation ul:not(.sub-menu):not(.children)>li>a {
        color: #111111;
    }
}

@media only screen and (min-width: 64em) {
    header .top-main-wrapper .social-navigation li a,
    .top-main-wrapper .header-top-right ul li a,
    .top-main-wrapper .header-top-left ul li a,
    .top-main-wrapper .header-top-left ul li {
        color: #111111;
    }
}


/* Non Transparent Nav Hover Color */

.navigation-classic:not(.transparent-header) .main-navigation>.nav-menu .current_page_item>a,
.navigation-classic:not(.transparent-header) .main-navigation>.nav-menu .current_menu_item>a,
.navigation-default:not(.transparent-header) .main-navigation>.nav-menu .current_page_item>a,
.navigation-default:not(.transparent-header) .main-navigation>.nav-menu .current_menu_item>a,
.navigation-default:not(.transparent-header) .menu-inside-wrapper .main-navigation ul>li>a:hover,
.navigation-default:not(.transparent-header) .menu-inside-wrapper .main-navigation ul>li>a:focus,
.navigation-classic:not(.transparent-header) .menu-inside-wrapper .main-navigation ul>li>a:hover,
.navigation-classic:not(.transparent-header) .menu-inside-wrapper .main-navigation ul>li>a:focus,
header .top-main-wrapper .social-navigation li a:focus,
header .top-main-wrapper .social-navigation li a:hover,
button.dropdown-toggle .icon:hover,
button.dropdown-toggle .icon:focus,
.top-main-wrapper .header-top-left ul li a:hover,
.top-main-wrapper .header-top-left ul li a:focus {
    color: #ffbb4a;
}

@media only screen and (min-width: 75em) {
    .navigation-classic:not(.transparent-header) .menu-inside-wrapper .main-navigation ul>li>a:hover,
    .navigation-classic:not(.transparent-header) .menu-inside-wrapper .main-navigation ul>li>a:focus {
        color: #ffbb4a;
    }
}


/* Custom Header and Feature Slider */

.has-header-image .custom-header-content-wrapper .more-link,
.feature-slider-wrapper .entry-container .entry-title,
.feature-slider-wrapper .entry-container .entry-title span,
.feature-slider-wrapper .entry-container .entry-summary,
.feature-slider-wrapper .entry-container .entry-content,
.has-header-image .custom-header-content .site-header-text,
.has-header-image .custom-header-content .header-media-tagline {
    color: #fff;
}


/* Heading Text Color */

ins {
    background-color: #111111;
}


/* Link Color */

.textwidget ul li .icon,
 ::marker,
.entry-container .amount,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
#wp-travel-featured-trip-section .featured-trip-content-wrapper .hentry .entry-container .amount,
.sidebar nav.social-navigation ul li a:hover,
.sidebar nav.social-navigation ul li a:focus,
.screen-reader-text:focus,
td#today,
.toggled-on.active:before,
.nav-title,
.post-title {
    color: #fa6742;
}


/* Link Hover Color */

.site-title a:hover,
.site-title a:focus,
.site-info a:hover,
.site-info a:focus,
.navigation-classic .menu-inside-wrapper .main-navigation ul>li>a:hover:focus,
.navigation-classic .menu-inside-wrapper .main-navigation ul>li>a:focus:hover,
.top-main-wrapper .header-top-right ul li a:hover,
.top-main-wrapper .header-top-right ul li a:focus,
.top-main-wrapper .header-top-left ul li a:hover,
.top-main-wrapper .header-top-left ul li a:focus,
.play-button-text:hover,
.play-button-text:focus,
button.dropdown-toggle:hover,
button.dropdown-toggle:focus,
.site-header-menu .menu-inside-wrapper .nav-menu li button:hover,
.site-header-menu .menu-inside-wrapper .nav-menu li button:focus,
button#wp-custom-header-video-button:hover,
button#wp-custom-header-video-button:focus,
body .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu ul .current_page_item>a:hover,
body .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu ul .current_page_item>a:focus,
.slider-content-wrapper .entry-container .entry-container-wrap .entry-title a:hover,
.slider-content-wrapper .entry-container .entry-container-wrap .entry-title a:focus {
    color: #ffbb4a;
}


/* Secondary Link Color */

.top-main-wrapper .header-top-right ul li a,
.top-main-wrapper .header-top-left ul li,
.top-main-wrapper .header-top-left ul li a,
.drop-cap:first-letter,
.post-navigation .nav-title,
.header-media.content-frame .custom-header-content h2,
.header-media.content-frame .custom-header-content .header-media-tagline,
.header-media.content-frame .custom-header-content .site-header-text,
.dropdown-toggle,
.stats-section p:not(.view-more) .more-link,
.featured-content-section .more-link,
ins,
.wp-block-pullquote cite,
.wp-block-quote cite,
cite,
.latest-trip-section label,
del,
.widget_recent_entries li a,
.controller:before,
.select2-results__option,
body.no-header-media-image .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu .current_page_item>a,
.widget-wrap span.post-date,
.archive .section-content-wrapper .more-link .readmore,
.slider-content-wrapper .entry-container .entry-container-wrap .entry-summary,
.scrollup a:hover:before,
.scrollup a:focus:before,
.sidebar .widget-wrap .more-link,
.entry-title span,
.nav-subtitle,
.nav-menu .menu-item-has-children>a:before,
.nav-menu .menu_item_has_children>a:before,
.vcard,
.position {
    color: #111111;
}


/* Secondary Hover Link Color */

.post-title:hover,
.post-title:focus,
.has-background-image .offer-lists a:hover,
.has-background-image .offer-lists a:focus,
#stats-section .entry-title a:hover,
#stats-section .entry-title a:focus,
.navigation.pagination .page-numbers.prev:hover,
.navigation.pagination .page-numbers.prev:focus,
.navigation.pagination .page-numbers.next:hover,
.navigation.pagination .page-numbers.next:focus,
.top-main-wrapper ul li a:hover,
.top-main-wrapper ul li a:focus,
.transparent-header.has-header-media .site-title a:hover,
.transparent-header.has-header-media .site-title a:focus,
.has-background-image .entry-container .entry-title a:hover,
.has-background-image .entry-container .entry-title a:focus,
#site-footer-navigation li a:hover,
#site-footer-navigation li a:focus,
#social-footer-navigation li a:hover,
#social-footer-navigation li a:focus,
.has-background-image .entry-title a:hover,
.has-background-image .entry-title a:focus,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus,
.widget .ui-state-default a:hover,
.widget .ui-state-default a:focus,
.widget .ui-widget-content .ui-state-default a:hover,
.widget .ui-widget-content .ui-state-default a:focus,
.widget .ui-widget-header .ui-state-default a:hover,
.widget .ui-widget-header .ui-state-default a:focus,
.nav-title:hover,
.nav-title:focus,
.featured-content-section .hentry .more-link:hover,
.featured-content-section .hentry .more-link:focus,
.site-footer td#prev a:hover,
.site-footer td#prev a:focus,
.site-footer td#next a:hover,
.site-footer td#next a:focus,
aside.footer-widget-area a:hover,
aside.footer-widget-area a:focus,
.nav-subtitle:hover,
.nav-subtitle:focus,
#site-generator .menu-social-container a:hover,
#site-generator .menu-social-container a:focus,
.sidebar .widget-wrap .more-link:hover,
.sidebar .widget-wrap .more-link:focus,
#featured-content-section .section-content-wrapper .hentry .more-link:hover,
#featured-content-section .section-content-wrapper .hentry .more-link:focus,
aside.footer-widget-area .social-navigation a:hover,
aside.footer-widget-area .social-navigation a:focus,
.post-navigation a span:hover,
.post-navigation a span:focus,
.post-navigation a span:hover,
.post-navigation a span:focus,
.feature-slider-wrapper .entry-container .entry-title a:hover,
.feature-slider-wrapper .entry-container .entry-title a:focus,
.feature-slider-wrapper .entry-container .entry-title a:hover,
.feature-slider-wrapper .entry-container .entry-title a:focus,
.feature-slider-wrapper .entry-container .entry-title span:hover,
.feature-slider-wrapper .entry-container .entry-title span:focus,
.feature-slider-wrapper .entry-container .entry-title span:hover,
.feature-slider-wrapper .entry-container .entry-title span:focus,
.archive-posts-wrapper .more-link:hover,
.archive-posts-wrapper .more-link:focus,
.archive-posts-wrapper .more-link:hover,
.archive-posts-wrapper .more-link:focus,
.stats-section p:not(.view-more) .more-link:hover,
.stats-section p:not(.view-more) .more-link:focus,
.stats-section p:not(.view-more) .more-link:hover,
.stats-section p:not(.view-more) .more-link:focus,
.featured-content-section .more-link:hover,
.featured-content-section .more-link:focus,
.featured-content-section .more-link:hover,
.featured-content-section .more-link:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus,
body.no-header-media-image .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu .current_page_item>a:hover,
body.no-header-media-image .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu .current_page_item>a:focus,
.archive .section-content-wrapper .more-link .readmore:hover,
.archive .section-content-wrapper .more-link .readmore:focus,
.sidebar .widget-wrap .more-link:hover,
.sidebar .widget-wrap .more-link:focus,
.entry-title span:hover,
.entry-title span:focus {
    color: #ffbb4a;
}

.menu-inside-wrapper .main-navigation>.nav-menu>.current_page_item>a,
.page-numbers.current,
.page-links .current {
    color: #ffbb4a;
}


/* Button Background Color */

.feature-slider-wrapper a.more-link,
.button,
.sidebar .social-links-menu li a,
.pagination .page-numbers:not(.next):not(.prev):not(.dots),
.post-page-numbers,
.section .section-content-wrapper.owl-carousel .owl-nav button,
#feature-slider-section .section-content-wrapper .owl-nav button,
.entry-content button,
.entry-summary button,
.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider-grid.owl-carousel .owl-nav button,
.slider-content-wrapper .controllers .cycle-prev,
.slider-content-wrapper .controllers .cycle-next,
.scrollup a,
.sticky-post,
.wp-block-button__link,
#infinite-handle .ctis-load-more button,
nav.navigation.posts-navigation .nav-links a,
.archive-content-wrap .pagination .page-numbers.current,
.sticky-label,
.logo-slider-section .owl-dots .owl-dot span {
    background-color: #fa6742;
}

.entry-title .sub-title,
.section-subtitle,
.section-title-wrapper+.section-subtitle,
.section-heading-wrapper>.section-subtitle,
.section-heading-wrapper .sub-title,
blockquote:not(.alignright):not(.alignleft):before,
.section-heading-wrapper .entry-title span {
    color: #fa6742;
}

blockquote,
.logo-slider-section .owl-prev:hover,
.logo-slider-section .owl-prev:focus,
.logo-slider-section .owl-next:hover,
.logo-slider-section .owl-next:focus,
.logo-slider-section .owl-dots .owl-dot.active span,
blockquote.alignright,
blockquote.alignleft,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]: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 {
    border-color: #fa6742;
}


/* Button Text Color */

.entry-content button,
.entry-summary button,
.pagination .page-numbers,
.post-page-numbers,
.sidebar .social-links-menu li a,
.section .section-content-wrapper.owl-carousel .owl-nav button,
#feature-slider-section .section-content-wrapper .owl-nav button,
.slider-content-wrapper .controllers .cycle-prev,
.slider-content-wrapper .controllers .cycle-next,
.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider-grid.owl-carousel .owl-nav button,
.button,
.scrollup a:before,
.page-numbers:hover,
.page-numbers:focus,
button#wp-custom-header-video-button,
#infinite-handle .ctis-load-more button,
nav.navigation.posts-navigation .nav-links a,
.archive-content-wrap .pagination .page-numbers:hover,
.archive-content-wrap .pagination .page-numbers:focus,
.archive-content-wrap .pagination .page-numbers.current,
.nav-menu .menu-item-has-children>a:hover:before,
.nav-menu .menu-item-has-children>a:focus:before,
.nav-menu .menu_item_has_children>a:hover:before,
.nav-menu .menu_item_has_children>a:focus:before {
    color: #fff;
}


/* Tertiary link color */

.list-inline li .icon {
    color: #ffbb4a;
}


/* Button Hover Text Color */

.more-link:hover,
.more-link:focus,
.button:hover,
.button:focus,
.sidebar .social-links-menu li a:hover,
.sidebar .social-links-menu li a:focus,
.pagination .page-numbers:not(.next):not(.prev):not(.dots):hover,
.pagination .page-numbers:not(.next):not(.prev):not(.dots):focus,
.post-page-numbers:hover,
.post-page-numbers:focus,
.section .section-content-wrapper.owl-carousel .owl-nav button:hover,
.section .section-content-wrapper.owl-carousel .owl-nav button:focus,
#feature-slider-section .section-content-wrapper .owl-nav button:hover,
#feature-slider-section .section-content-wrapper .owl-nav button:focus,
.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider-grid.owl-carousel .owl-nav button:hover,
.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider-grid.owl-carousel .owl-nav button:focus,
.ghost-button .more-link:hover,
.ghost-button .more-link:focus,
.entry-content button:hover,
.entry-content button:focus,
.entry-summary button:hover,
.entry-summary button:focus,
#infinite-handle .ctis-load-more button:hover,
#infinite-handle .ctis-load-more button:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
.feature-slider-wrapper .entry-summary a:hover,
.feature-slider-wrapper .entry-summary a:focus,
.logo-slider-section .owl-prev:hover,
.logo-slider-section .owl-prev:focus,
.logo-slider-section .owl-next:hover,
.logo-slider-section .owl-next:focus {
    color: #fff;
}

.navigation.pagination .nav-links .page-numbers.current,
.post-page-numbers.current {
    color: #fff;
}


/* Button Hover Background Color */

.more-link:hover,
.more-link:focus,
.button:hover,
.button:focus,
.ghost-button .more-link:hover,
.ghost-button .more-link:focus,
.sidebar .social-links-menu li a:hover,
.sidebar .social-links-menu li a:focus,
.section .section-content-wrapper.owl-carousel .owl-nav button:hover,
.section .section-content-wrapper.owl-carousel .owl-nav button:focus,
#feature-slider-section .section-content-wrapper .owl-nav button:hover,
#feature-slider-section .section-content-wrapper .owl-nav button:focus,
.pagination .page-numbers:not(.next):not(.prev):not(.dots):hover,
.pagination .page-numbers:not(.next):not(.prev):not(.dots):focus,
.post-page-numbers:hover,
.post-page-numbers:focus,
.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider-grid.owl-carousel .owl-nav button:hover,
.featured-trip-section .featured-trip-content-wrapper .featured-trip-slider-grid.owl-carousel .owl-nav button:focus,
.scrollup a:hover,
.scrollup a:focus,
.logo-slider-section .owl-prev:hover,
.logo-slider-section .owl-prev:focus,
.logo-slider-section .owl-next:hover,
.logo-slider-section .owl-next:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
#infinite-handle .ctis-load-more button:hover,
#infinite-handle .ctis-load-more button:focus,
.slider-content-wrapper .cycle-next:hover,
.slider-content-wrapper .cycle-next:focus,
.slider-content-wrapper .cycle-prev:hover,
.slider-content-wrapper .cycle-prev:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
.archive-content-wrap .pagination .page-numbers:hover,
.archive-content-wrap .pagination .page-numbers:focus,
.feature-slider-wrapper .entry-summary a:hover,
.feature-slider-wrapper .entry-summary a:focus,
#feature-slider-section .more-link:hover,
#feature-slider-section .more-link:focus {
    background-color: #333333;
}

.navigation.pagination .nav-links .page-numbers.current,
.post-page-numbers.current {
    background-color: #333333;
}


/* Content Color White */

.sticky-post,
.scroll-down,
aside.footer-widget-area .widget,
aside.footer-widget-area svg,
aside.footer-widget-area a,
.custom-header-content .entry-title .sub-title,
.hero-content-wrapper.has-background-image .entry-container,
.custom-header-content .entry-container,
.custom-header-content .entry-container .entry-title,
.site-footer .widget-wrap .widget-title,
.slider-content-wrapper.content-frame .entry-container .entry-title a,
.slider-content-wrapper.content-frame .entry-container .entry-container-wrap .entry-summary,
aside.footer-widget-area .widget-title,
.has-background-image .section-title,
.has-background-image .offer-lists,
.has-background-image .left-content .left-content-offer .entry-title,
.has-background-image .entry-container .entry-title a,
.has-background-image .entry-container .entry-title,
.has-background-image .entry-container .entry-title span,
.has-background-image .entry-container .entry-summary,
.has-background-image .entry-container .entry-content,
.content-color-white .entry-container .entry-title a,
.content-color-white .entry-container .entry-title,
.content-color-white .entry-container .section-description,
.content-color-white .entry-container .entry-content,
.content-color-white .entry-container .entry-summary,
#feature-slider-section .owl-nav button:hover:before,
#feature-slider-section .owl-nav button:focus:before,
#stats-section.has-background-image .hentry .more-link,
.play-button-text,
aside.footer-widget-area .social-navigation a,
#social-footer-navigation li a,
#site-footer-navigation li a,
ins,
.has-background-image .section-description-wrapper,
.has-background-image .section-title-wrapper+.section-description,
.has-background-image .section-title+.section-description,
.has-background-image .section-title-wrapper+.section-subtitle,
.has-background-image .section-heading-wrapper>.section-description,
.has-background-image .section-title+.section-description,
.has-background-image .section-heading-wrapper>.section-subtitle {
    color: #fff;
}

@media only screen and (min-width: 35.5em) {
    .hero-content-wrapper .video-wrapper .section-title,
    .hero-content-wrapper .video-wrapper .section-description {
        color: #fff;
    }
}

.header-top-bar:after,
#site-header-top-menu:after,
.header-style-two .header-top-bar:after,
.header-style-one .site-header-menu:before {
    border-color: #fff;
}

.featured-content-section .more-link,
#stats-section .hentry .more-link,
.sidebar .widget-wrap .more-link {
    background: transparent;
}

.featured-content-section .more-link:hover,
.featured-content-section .more-link:focus,
#stats-section .hentry .more-link:hover,
#stats-section .hentry .more-link:focus,
.archive-posts-wrapper .more-link:hover,
.archive-posts-wrapper .more-link:focus,
.sidebar .widget-wrap .more-link:hover,
.sidebar .widget-wrap .more-link:focus {
    background: transparent;
}

.dropdown-toggle,
.absolute-header .site-header,
button#wp-custom-header-video-button,
.archive-content-wrap .more-link,
.archive-content-wrap .more-link:hover,
.archive-content-wrap .more-link:focus,
.archive-content-wrap .more-button,
.archive-content-wrap .more-button:hover,
.archive-content-wrap .more-button:focus,
table thead,
table thead td,
.logo-slider-section .owl-dots .owl-dot.active span {
    background-color: transparent;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #1e1e1e;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: currentColor;
    text-transform: uppercase;
    font-size: .8125em;
    font-style: normal
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    position: relative;
    font-style: normal
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none
}

.wp-block-group.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
    opacity: .4
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: normal
}

.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

#end-resizable-editor-section {
    display: none
}

.transparent-header.has-header-media .site-title a,
.transparent-header.slider-after-header .site-title a,
.transparent-header.has-header-media .site-description,
.transparent-header.slider-after-header .site-description,
.site-title a,
.site-description {
    color: ##000000;
}