/*
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;
  }
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  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;
  }
  
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  
  a:active,
  a:hover {
    outline-width: 0;
  }
  
  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;
  }
  
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type="search"]:-webkit-search-cancel-button,
  [type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  :-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
  --------------------------------------------------------------*/
  .site-header-cart,
  .menu-toggle-wrapper,
  .main-navigation a,
  header.site-header.transparent.fixed,
  .site-header .wrapper,
  .site-branding,
  .site-branding a {
    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="password"],
  input[type="search"],
  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
   */
  body,
  button,
  input,
  select,
  textarea,
  .trip-filter-section .description-box button,
  #testimonial-content-section .entry-title,
  .widget-title,
  .posts-navigation a,
  #stats-section .entry-title,
  input[type="submit"].submit,
  .filter-button-group .button,
  button,
  .button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .post-navigation .post-title,
  .comment-meta .author-name,
  #content #infinite-handle span button,
  .ui-tabs .ui-tabs-nav li a,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  input[type="submit"].wpcf7-submit,
  .team-content-wrapper .entry-title {
    font-family: "Open Sans", sans-serif;
  }
  
  .main-navigation .nav-menu li a,
  .menu-label {
    font-family: "Alegreya Sans", sans-serif;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Lora", serif;
  }
  
  .site-title,
  .site-description {
    font-family: "Open Sans", sans-serif;
  }
  
  /*--------------------------------------------------------------
  ## Font Size
  --------------------------------------------------------------*/
  /**
   * 2.2 - Font-size
   */
  body {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75;
  }
  
  .post-navigation .nav-subtitle {
    font-size: 12px;
    font-size: 0.75rem;
  }
  
  .site-info,
  .site-description,
  .entry-footer .entry-meta,
  #testimonial-content-section .entry-meta,
  .entry-meta,
  .entry-meta a,
  .breadcrumb-area,
  .woocommerce .woocommerce-breadcrumb,
  .post-navigation .meta-nav,
  .woocommerce-review__published-date,
  .widget-title,
  .page .site-main .entry-footer .entry-meta,
  .single .site-main .entry-footer .entry-meta,
  .wp-playlist-item-artist,
  button,
  .button,
  .wp-travel.trip-headline-wrapper .wp-travel-booknow-btn,
  .more-link,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .comment-reply-link,
  .top-main-wrapper .header-top-left ul li,
  .team-content-wrapper .entry-meta,
  .wpcf7 label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  
  .posts-navigation,
  #content #infinite-handle span button,
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .form-allowed-tags,
  #feature-slider-section .entry-meta,
  .comment-subscription-form {
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  input,
  select,
  textarea,
  .site-header .icon,
  .search-submit,
  .pagination,
  .woocommerce-pagination,
  .breadcrumb-area,
  ul.products li.product .woocommerce-loop-product__title,
  .post-navigation .nav-title,
  .author-description .author-title,
  .menu-toggle-close,
  .dropdown-toggle,
  .search-submit:before,
  .cart-contents:before,
  .navigation.pagination a,
  .menu-label,
  .menu-toggle,
  .main-navigation a,
  .sidebar .team-content-wrapper .entry-container > *,
  .featured-video-content-wrapper .entry-title,
  .section-subtitle,
  .trip-filter-section .description-box button,
  .skillbar-header .entry-title,
  .skillbar-header .skill-bar-percent,
  .wp-playlist-item-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  
  .featured-trip-content-wrapper .entry-container del,
  .testimonial-content-section .position,
  input,
  select,
  optgroup,
  textarea,
  .trip-content-wrapper .price,
  .trip-content-wrapper .amount,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .entry-container-inner-wrap
    .price
    .label,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .entry-container-inner-wrap
    .price
    .label,
  .header-media-tagline,
  .tiled-gallery-item .tiled-gallery-caption,
  #stats-section .entry-summary,
  #stats-section .entry-content,
  .filter-button-group .button,
  .sidebar .widget,
  .sidebar .social-links-menu li a .icon,
  .left-content .price-offer .price-per-person .price-content {
    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,
  .comment-content,
  .comment-meta .author-name,
  .testimonial-content-section .entry-title,
  .hero-content-wrapper .video-wrapper .section-description {
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  .entry-title,
  .comments-title,
  .site-title,
  .custom-header-form form h2,
  .comment-reply-title,
  ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .archive-posts-wrapper .entry-title,
  .woocommerce-posts-wrapper .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1,
  .textwidget h1,
  .home .header-media .entry-title,
  .promotion-section .entry-title,
  #stats-section .entry-title,
  #feature-slider-section .entry-title,
  #footer-instagram .widget-title,
  .left-content .price-offer .currency,
  .latest-trip-section .hentry-inner .entry-container .amount,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .amount,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .amount,
  .singular-content-wrap .entry-title,
  .page-title,
  .archive-post-wrap .hentry .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  
  .section-title,
  #contact-section .entry-container .inner-container .entry-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  
  .left-content .price-offer .price-per-person span.amount {
    font-size: 70px;
    font-size: 4.375rem;
  }
  
  #stats-section .entry-summary,
  #stats-section .entry-content,
  .post-password-form label,
  .site-navigation a,
  .entry-title,
  .woocommerce form label,
  .woocommerce-tabs ul.tabs li a,
  .single-product div.product .entry-summary .entry-title,
  .woocommerce .product-container .wc-forward,
  .contact-details li .contact-details-label,
  .contact-content-wrapper form p > label,
  #testimonial-content-section .entry-title,
  .posts-navigation a,
  .comment-form label,
  #hero-section .hentry .entry-container blockquote,
  .archive-post-wrap .entry-footer .entry-meta,
  .post-navigation .post-title,
  #stats-section h2.entry-title,
  .singular-content-wrap .entry-title,
  .singular-content-wrap .section-title,
  .page-title,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .amount,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .amount,
  .latest-trip-section .hentry-inner .entry-container .amount,
  .comment-reply-link,
  .comment-meta .author-name,
  .trip-filter-section .description-box .item select,
  .portfolio-content-wrapper .entry-title,
  .post-navigation .nav-title,
  .left-content .price-offer .offer-lists a,
  #content #infinite-handle span button,
  .site-title {
    font-weight: 700;
  }
  
  .section-title,
  .section-subtitle {
    font-weight: 400;
  }
  
  big {
    font-size: 125%;
  }
  
  input,
  select,
  textarea,
  .widget,
  .widget .hentry .entry-title,
  .site-header .icon,
  .search-submit,
  .pagination,
  .woocommerce-pagination,
  .breadcrumb-area,
  aside.footer-widget-area .widge,
  .sidebar .widget,
  .widget .widget-title,
  ul.products li.product .woocommerce-loop-product__title,
  .post-navigation .nav-title,
  .author-description .author-title,
  .menu-toggle-close,
  .dropdown-toggle,
  .search-submit:before,
  .cart-contents:before,
  .navigation.pagination a,
  .menu-label,
  .menu-toggle,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .entry-container
    .price
    .label,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .entry-container
    .price
    .label,
  .main-navigation a,
  .sidebar .team-content-wrapper .entry-container > *,
  .menu-toggle,
  .featured-video-content-wrapper .entry-title,
  .section-subtitle,
  .skillbar-header .entry-title,
  .skillbar-header .skill-bar-percent,
  .wp-playlist-item-title {
    line-height: 1.75;
  }
  
  /*--------------------------------------------------------------
  ## Headings
  --------------------------------------------------------------*/
  /**
   * 2.3 - Heading
   */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
    font-weight: 700;
    line-height: 1.13;
    margin: 0;
    text-rendering: optimizeLegibility;
  }
  
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0;
  }
  
  p {
    margin: 0 0 1.666666666666667em 0;
  }
  
  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;
  }
  
  .author-thumb,
  .product-container a,
  #team-dots,
  .footer-contact,
  #feature-slider-section .owl-prev,
  #feature-slider-section .owl-next,
  .custom-header-media .wp-custom-header-video-button,
  .archive-post-wrap .hentry-inner,
  #feature-slider-section .slider-content-wrapper,
  #scrollup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  a,
  #gallery-section .gallery-item .gallery-icon a:before,
  #gallery-section .tiled-gallery .tiled-gallery-item a:before,
  .more-link,
  #service-section .post-thumbnail img,
  .button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  #team-dots li,
  .owl-carousel .owl-dots button.owl-dot,
  #promotion-section .play-video .play-button,
  .logo-slider-section .owl-prev:before,
  .logo-slider-section .owl-next:before,
  #promotion-section .button.play-button: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,
  button,
  #content #infinite-handle span.ctis-load-more button,
  .menu-inside-wrapper,
  .post-navigation .nav-title,
  #site-header-top-menu,
  .more-link:before,
  .more-link,
  #scrollup:after,
  button .icon,
  .service-section .hentry-inner,
  .portfolio-content-section.itineraries .hentry-inner,
  .portfolio-content-section.destination .hentry-inner,
  .featured-trip-section .hentry-inner,
  .portfolio-content-wrapper .post-thumbnail,
  .portfolio-content-wrapper .post-thumbnail img,
  #testimonial-content-section .entry-summary:before,
  #testimonial-content-section .entry-content:before,
  .featured-trip-section .title_price_wrapper,
  .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,
  #scrollup {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  #sticky-playlist-section .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  #service-section .more-link,
  .testimonial-content-section .more-link,
  .archive-posts-wrapper .more-link,
  #featured-content-section .section-content-wrapper .hentry .more-link,
  #stats-section .hentry .more-link,
  .portfolio-content-section .hentry .more-link {
    font-weight: 700;
    padding: 0;
  }
  
  #service-section .more-link:hover,
  #service-section .more-link:focus,
  .testimonial-content-section .more-link:hover,
  .testimonial-content-section .more-link:focus,
  .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,
  .portfolio-content-section .hentry .more-link:hover,
  .portfolio-content-section .hentry .more-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  
  .ghost-button .more-link {
    background-color: transparent;
    border: 1px solid;
  }
  
  .ghost-button .more-link:hover,
  .ghost-button .more-link:focus {
    border-color: transparent;
  }
  
  .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,
  .entry-meta a,
  .sidebar .widget-wrap li a,
  .widget_recent_entries li a,
  .testimonial-content-section .entry-meta span,
  .onsale,
  .entry-breadcrumbs a,
  .woocommerce.woocommerce-active .woocommerce-breadcrumb a,
  p.stars a,
  .single footer .entry-meta a,
  p.stars a:before,
  .controller:before,
  .tag-cloud-link,
  .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,
  #footer-newsletter .wrapper .section-description,
  .widget-wrap span.post-date,
  .contact-section .entry-container a,
  .archive .section-content-wrapper .more-link .readmore,
  .faq-section .hentry .more-link,
  .team-section .hentry .more-link,
  .testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:before,
  .testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:after,
  .testimonials-content-wrapper.section.testimonial-wrapper .cycle-next:before,
  .clients-content-wrapper .controller .cycle-pager span,
  .testimonials-content-wrapper .entry-title a,
  .sidebar .widget-wrap .more-link,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .entry-container
    > .entry-meta
    .posted-on
    a,
  .team-section .entry-meta,
  .comment-permalink,
  .comment-edit-link,
  .entry-title span,
  .nav-subtitle,
  .single .site-main .entry-footer .entry-meta .tags-links .icon,
  .nav-menu .menu-item-has-children > a:before,
  .nav-menu .menu_item_has_children > a:before,
  .site-info p,
  .product-content-section span.woocommerce-Price-amount,
  .vcard,
  .position,
  .entry-meta a {
    opacity: 0.6;
  }
  
  .entry-meta a:hover,
  .entry-meta a:focus,
  .sidebar .widget-wrap li a:hover,
  .sidebar .widget-wrap li a:focus,
  .widget_recent_entries li a:hover,
  .widget_recent_entries li a:focus,
  .testimonial-content-section .entry-meta span:hover,
  .testimonial-content-section .entry-meta span:focus,
  .onsale:hover,
  .onsale:focus,
  .entry-breadcrumbs a:hover,
  .entry-breadcrumbs a:focus,
  .woocommerce.woocommerce-active .woocommerce-breadcrumb a:hover,
  .woocommerce.woocommerce-active .woocommerce-breadcrumb a:focus,
  p.stars a:hover,
  p.stars a:focus,
  .single footer .entry-meta a:hover,
  .single footer .entry-meta a:focus,
  .tag-cloud-link:hover,
  .tag-cloud-link: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,
  .contact-section .entry-container a:hover,
  .contact-section .entry-container a:focus,
  .archive .section-content-wrapper .more-link .readmore:hover,
  .archive .section-content-wrapper .more-link .readmore:focus,
  .faq-section .hentry .more-link:hover,
  .faq-section .hentry .more-link:focus,
  .team-section .hentry .more-link:hover,
  .team-section .hentry .more-link:focus,
  .testimonials-content-wrapper .entry-title a:hover,
  .testimonials-content-wrapper .entry-title a:focus,
  .sidebar .widget-wrap .more-link:hover,
  .sidebar .widget-wrap .more-link:focus,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .entry-container
    > .entry-meta
    .posted-on
    a:hover,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .entry-container
    > .entry-meta
    .posted-on
    a:focus,
  .team-section .entry-meta:hover,
  .team-section .entry-meta:focus,
  .comment-permalink:hover,
  .comment-permalink:focus,
  .comment-edit-link:hover,
  .comment-edit-link:focus,
  .entry-title span:hover,
  .entry-title span:focus,
  .nav-subtitle:hover,
  .nav-subtitle:focus,
  .product-content-section span.woocommerce-Price-amount:hover,
  .product-content-section span.woocommerce-Price-amount:focus,
  .vcard:hover,
  .vcard:focus,
  .position:hover,
  .position:focus,
  .entry-meta a:hover,
  .entry-meta a:focus {
    opacity: 1;
  }
  
  .sidebar .social-links-menu li a {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  ## icons
  --------------------------------------------------------------*/
  /**
   * 3.2 - icons
   */
  .icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    /* Align more nicely with capital letters */
    top: -0.1em;
    vertical-align: middle;
    width: 1em;
  }
  
  /**
   * 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,
  .no-svg .search-submit .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 {
    line-height: 30px;
    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
   */
  .menu-toggle {
    padding: 12px;
  }
  
  .main-navigation a {
    padding: 14px 0;
  }
  
  .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;
  }
  
  .promotion-section .section-content-wrapper .post-thumbnail {
    margin-top: 14px;
  }
  
  p {
    margin-top: 0;
  }
  
  .singular-content-wrap .entry-content,
  .singular-content-wrap .entry-summary {
    margin-top: 0;
  }
  
  .section-heading-wrapper {
    margin: 0 auto;
    padding: 0 30px 35px;
  }
  
  .section {
    padding: 42px 0 7px 0;
  }
  
  .custom-header + .section:not(.portfolio-content-section.has-background-image),
  .feature-slider-section
    + .section:not(.portfolio-content-section.has-background-image),
  .custom-header + .section:not(.promotion-section),
  .feature-slider-section + .section:not(.promotion-section) {
    padding-top: 42px;
  }
  
  .custom-header + .portfolio-content-section.has-background-image,
  .feature-slider-section + .portfolio-content-section.has-background-image,
  .custom-header + .promotion-section,
  .feature-slider-section + .promotion-section {
    margin-top: 42px;
  }
  
  .section.stats-section {
    padding-top: 42px;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-header,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .trip-footer,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-header,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .trip-footer {
    padding: 25px;
  }
  
  .featured-trip-section .title_price_wrapper .entry-title,
  .trip-content-wrapper .entry-header .entry-title {
    margin-bottom: 7px;
  }
  
  .hero-section .entry-container {
    margin-top: 14px;
  }
  
  .header-style-one .site-header-menu {
    margin-top: 0;
  }
  
  #trip-filter-section.section.trip-filter-section {
    padding-bottom: 37px;
    padding-top: 42px;
  }
  
  .trip-filter-section + .section {
    padding-top: 42px;
  }
  
  .custom-header .header-media-tagline {
    margin-bottom: 21px;
  }
  
  .skill-section.has-background-image {
    padding-top: 0;
  }
  
  .custom-header.header-media {
    padding: 40px 0;
  }
  
  .hero-content-wrapper .video-wrapper .section-title {
    margin-bottom: 10px;
  }
  
  .hero-content-wrapper .video-wrapper .section-description {
    margin-bottom: 18px;
  }
  
  .custom-header-content {
    padding: 30px 0;
  }
  
  .content-frame .custom-header-content {
    padding: 30px;
  }
  
  .custom-header-content-wrapper .entry-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
  
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    padding: 7px 21px;
  }
  
  .site-content > .wrapper {
    padding: 42px 0;
  }
  
  .site-content .wrapper > .sidebar {
    margin-top: 42px;
  }
  
  .author-info {
    padding: 55px;
  }
  
  .archive-posts-wrapper .section-content-wrapper .entry-title {
    margin-bottom: 14px;
  }
  
  #testimonial-content-section
    .section-content-wrapper
    .entry-container
    .entry-content,
  #testimonial-content-section
    .section-content-wrapper
    .entry-container
    .entry-summary,
  .featured-content-section .entry-container {
    padding: 35px;
  }
  
  .team-content-wrapper .entry-container {
    padding: 0 35px 35px;
  }
  
  #testimonial-content-section
    .section-content-wrapper
    .entry-container
    .entry-content,
  #testimonial-content-section
    .section-content-wrapper
    .entry-container
    .entry-summary {
    padding-top: 70px;
  }
  
  .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,
  .search .page-header,
  .woocommerce-products-header {
    margin-bottom: 35px;
    text-align: center;
  }
  
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .form-allowed-tags {
    margin: 0 0 35px;
  }
  
  .comments-area {
    margin-top: 42px;
  }
  
  .author-avatar,
  .author-description,
  .comment-reply-title {
    margin: 0 0 24px;
  }
  
  .widget {
    margin: 0 0 42px;
  }
  
  .sidebar.widget-area section.widget {
    margin-bottom: 0;
  }
  
  .sidebar .widget .widget-wrap {
    margin-bottom: 0;
    padding: 17px 0;
  }
  
  .sidebar .widget:last-child .widget-wrap {
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  .widget .widget-title {
    margin: 0 0 28px;
  }
  
  .content-area .section-heading-wrapper {
    padding-top: 0;
  }
  
  .footer-contact {
    margin-top: 42px;
  }
  
  .widget li > ul,
  .widget li > ol {
    clear: both;
    margin-top: 7px;
    margin-left: 14px;
  }
  
  .section-content-wrapper {
    padding: 0 30px;
  }
  
  .inner-section-content-wrapper {
    padding: 0 30px 42px;
  }
  
  .skill-section .section-content-wrapper {
    padding: 42px 30px 7px 30px;
  }
  
  .site-content .section-content-wrapper {
    padding: 0;
  }
  
  .section-content-wrapper .post-thumbnail,
  .section-content-wrapper .post-thumbnail-background {
    margin: 0 0 14px;
  }
  
  .logo-slider-section .section-content-wrapper .entry-title {
    margin-bottom: 0;
  }
  
  .section-content-wrapper .entry-header .entry-meta {
    padding-top: 0;
  }
  
  .entry-meta {
    margin-bottom: 7px;
    margin-top: 0;
    padding: 0;
  }
  
  .service-section .entry-meta {
    margin-bottom: 0;
    margin-top: 7px;
  }
  
  .archive-posts-wrapper .section-content-wrapper .entry-meta {
    margin-top: 9px;
  }
  
  .archive-posts-wrapper
    .section-content-wrapper
    .entry-header
    .entry-title
    + .entry-meta {
    margin-bottom: 0;
  }
  
  .section-content-wrapper .entry-summary,
  .section-content-wrapper .entry-content,
  .more-button,
  .contact-us-form form {
    margin: 14px 0 0;
    width: 100%;
  }
  
  .latest-trip-section .price {
    margin-bottom: 14px;
  }
  
  .section-content-wrapper .entry-container > :first-child {
    margin-top: 0;
  }
  
  .section-content-wrapper .hentry-inner > :last-child,
  .section-content-wrapper .entry-container > :last-child {
    margin-bottom: 0;
  }
  
  .woocommerce-posts-wrapper {
    max-width: 1500px;
    margin: 0 auto;
  }
  
  .singular-content-wrap .entry-header .entry-meta {
    margin: 21px 0 0 0;
  }
  
  .more-link,
  .entry-content button,
  .entry-summary button {
    clear: both;
  }
  
  .section-description {
    margin-top: 14px;
  }
  
  .section-description p {
    margin-bottom: 0;
  }
  
  .promotion-section .section-title-wrapper {
    margin-bottom: 14px;
  }
  
  .custom-header-content > :last-child,
  .singular-content-wrap > :last-child,
  .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-area .widget .hentry .entry-meta,
  .widget-area > :last-child,
  .widget > :last-child,
  .widget li:last-child,
  .widget embed:last-child,
  .widget iframe:last-child,
  .widget object:last-child,
  .widget video:last-child,
  .entry-content > :last-child,
  .entry-summary > :last-child,
  .page-content > :last-child,
  .comment-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;
  }
  
  .entry-title {
    margin: 0;
  }
  
  .widget-area .entry-meta {
    margin-top: 0;
  }
  
  .taxonomy-description-wrapper {
    margin-top: 7px;
  }
  
  #testimonial-content-section.has-post-thumbnail .entry-container {
    padding: 84px 30px 42px;
  }
  
  .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,
  .promotion-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="password"],
  input[type="search"],
  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;
  }
  
  .sidebar .ewnewsletter .widget-inner-wrap,
  .sidebar .ewnewsletter .widget-inner {
    padding: 0;
  }
  
  .custom-header-form {
    padding: 35px;
  }
  
  /*--------------------------------------------------------------
  ## fields
  --------------------------------------------------------------*/
  /**
   * 4.0 - Forms
   */
  input {
    line-height: normal;
  }
  
  .more-link,
  .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;
  }
  
  .portfolio-content-section.itineraries .hentry .more-link,
  .portfolio-content-section.destination .hentry .more-link {
    padding: 13px 28px;
  }
  
  .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,
  #portfolio-content-section.itineraries .hentry .more-link:hover,
  #portfolio-content-section.itineraries .hentry .more-link:focus,
  #portfolio-content-section.destination .hentry .more-link:hover,
  #portfolio-content-section.destination .hentry .more-link: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="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea {
    border: 1px solid;
    margin-top: 7px;
    width: 100%;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
  }
  
  input[type="search"]:-webkit-search-cancel-button,
  input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  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="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    outline: 0;
  }
  
  .post-password-form {
    margin-bottom: 1.75em;
  }
  
  .post-password-form label {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
  }
  
  .post-password-form input[type="password"] {
    margin-top: 0.4375em;
  }
  
  .post-password-form > :last-child {
    margin-bottom: 0;
  }
  
  .search-form,
  .woocommerce-product-search {
    clear: both;
    position: relative;
  }
  
  input[type="search"].search-field {
    -webkit-appearance: none;
    margin: 0;
    padding: 12px 46px 12px 14px;
    width: 100%;
  }
  
  .search-submit {
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 49px;
  }
  
  .search-submit:hover,
  .search-submit:focus {
    background-image: none;
    background-color: transparent;
  }
  
  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
   */
  a {
    text-decoration: none;
  }
  
  a:focus {
    outline: thin dotted;
  }
  
  a:hover,
  a:active {
    outline: 0;
  }
  
  .navigation-default #primary-menu-wrapper li > a .icon {
    display: none;
  }
  
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  
  .main-navigation li {
    margin: 0;
    position: relative;
    padding-left: 0;
  }
  
  .main-navigation .sub-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  
  .site-header .social-navigation ul {
    padding: 6px 15px;
    text-align: center;
  }
  
  .main-navigation .menu-item-has-children > a,
  .main-navigation .page_item_has_children > a {
    padding-right: 49px;
  }
  
  .main-navigation a {
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .search-container {
    padding: 21px;
  }
  
  .main-navigation a,
  #primary-menu-wrapper .search-container {
    padding: 14px 30px;
  }
  
  .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;
  }
  
  .navigation-classic .main-navigation {
    clear: both;
    border: none;
  }
  
  .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-content #primary-search-wrapper,
  #header-content #social-menu-wrapper {
    display: block;
  }
  
  .menu-inside-wrapper {
    border: 1px solid;
    position: absolute;
    right: -100%;
    max-width: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 199;
  }
  
  .header-style-two .menu-inside-wrapper {
    top: 100%;
  }
  
  .is-open .menu-inside-wrapper {
    right: 0;
    visibility: visible;
  }
  
  body.menu-open {
    overflow-y: scroll;
    width: 100%;
  }
  
  .menu-toggle {
    background-image: none;
    background-color: transparent;
    border: 0;
    display: block;
    font-weight: 400;
    margin: 0 auto;
    text-align: right;
  }
  
  .navigation-default #primary-menu-wrapper .menu-inside-wrapper {
    padding: 15px 0;
  }
  
  #primary-search-wrapper .menu-toggle,
  #social-menu-wrapper .menu-toggle {
    border: 0;
    display: inline-block;
    height: 46px;
    letter-spacing: 0;
    opacity: 0.9;
    padding: 0;
    text-shadow: none;
    text-align: center;
    width: 46px;
  }
  
  #primary-search-wrapper .menu-toggle:hover,
  #primary-search-wrapper .menu-toggle:focus,
  #social-menu-wrapper .menu-toggle:hover,
  #social-menu-wrapper .menu-toggle:focus {
    opacity: 1;
  }
  
  /* 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;
  }
  
  #primary-search-wrapper > .social-navigation {
    display: none;
    float: left;
  }
  
  .menu-label {
    display: inline-block;
    font-weight: 500;
    margin-left: 7px;
    text-transform: uppercase;
  }
  
  /* 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
   */
  .mobile-social-search {
    clear: both;
  }
  
  .social-navigation,
  .social-links-menu {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
  }
  
  .social-navigation ul,
  .social-links-menu ul {
    list-style: none;
    margin: 0;
  }
  
  .social-navigation li,
  .social-links-menu li {
    display: inline-block;
    margin: 0;
    padding-left: 0;
  }
  
  .social-navigation a,
  .social-links-menu a {
    background-color: transparent;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 15px;
    text-align: center;
    width: auto;
  }
  
  .site-header-main .social-navigation a,
  .site-header-main .social-links-menu {
    opacity: 0.8;
  }
  
  .site-header-main .social-navigation a:hover,
  .site-header-main .social-navigation a:focus,
  .site-header-main .social-links-menu:hover,
  .site-header-main .social-links-menu:focus {
    opacity: 1;
  }
  
  #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%;
  }
  
  .archive-posts-wrapper .section-content-wrapper {
    position: relative;
  }
  
  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 .meta-nav {
    display: block;
    letter-spacing: 0.083em;
    margin-bottom: 0.583em;
    text-transform: uppercase;
  }
  
  .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,
  .comment-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;
  }
  
  .comment-navigation {
    margin-right: 0;
    margin-left: 0;
  }
  
  .comments-title + .comment-navigation {
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  .image-navigation .nav-previous:not(:empty),
  .image-navigation .nav-next:not(:empty),
  .comment-navigation .nav-previous:not(:empty),
  .comment-navigation .nav-next:not(:empty) {
    display: inline-block;
  }
  
  .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
  .comment-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%;
  }
  
  .archive-posts-wrapper .section-content-wrapper {
    position: relative;
  }
  
  .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,
  .comment-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;
  }
  
  .comment-navigation {
    margin-right: 0;
    margin-left: 0;
  }
  
  .comments-title + .comment-navigation {
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  .image-navigation .nav-previous:not(:empty),
  .image-navigation .nav-next:not(:empty),
  .comment-navigation .nav-previous:not(:empty),
  .comment-navigation .nav-next:not(:empty) {
    display: inline-block;
  }
  
  .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
  .comment-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,
  .promotion-section .more-link {
    border: none;
    display: inline-block;
    text-transform: uppercase;
  }
  
  /*--------------------------------------------------------------
  ## header
  --------------------------------------------------------------*/
  /**
   * 5.3 - Header
   */
  .custom-header-content-wrapper .more-link {
    margin-top: 28px;
  }
  
  .transparent-header.has-header-image .site-header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  
  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;
  }
  
  .custom-header-media {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  
  .has-header-video .custom-header-media {
    position: static;
  }
  
  .site-header-main .wrapper {
    padding: 15px 30px;
  }
  
  .header-style-one div#social-menu-wrapper .menu-inside-wrapper {
    width: 300px;
  }
  
  .header-style-one .site-header-main .wrapper {
    padding-bottom: 0;
    padding-top: 15px;
  }
  
  .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;
  }
  
  .site-header-main #site-header-cart-wrapper a.cart-contents .count {
    opacity: 1;
  }
  
  @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;
  }
  
  div#primary-search-wrapper .menu-label {
    display: none;
  }
  
  .navigation-classic .main-navigation > ul.nav-menu > li > a > .icon {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  .toggled-on .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  @media only screen and (min-width: 48em) {
    .has-header-image #site-header-cart-wrapper a.cart-contents:hover:before,
    .has-header-image #site-header-cart-wrapper a.cart-contents:focus:before,
    #site-header-cart-wrapper a.cart-contents:hover:before,
    #site-header-cart-wrapper a.cart-contents:focus:before {
      opacity: 1;
    }
  }
  
  @media only screen and (min-width: 48em) {
    button.menu-toggle:hover {
      opacity: 1;
    }
  }
  
  @media only screen and (min-width: 75em) {
    .navigation-classic .main-navigation .nav-menu > li > a:focus {
      opacity: 1;
    }
  }
  
  @media only screen and (min-width: 48em) {
    .has-header-image #site-header-cart-wrapper a.cart-contents:focus,
    #site-header-cart-wrapper a.cart-contents:focus,
    button.menu-toggle:focus {
      opacity: 1;
    }
  }
  
  .site-branding {
    /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
    margin: 14px auto 14px 0;
    max-width: 100%;
    min-width: 0;
    text-align: left;
    overflow: hidden;
    width: auto;
  }
  
  .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 > #primary-search-wrapper,
  .header-style-two .site-header-menu > #social-menu-wrapper {
    display: none;
  }
  
  .header-style-two.navigation-classic #primary-search-wrapper.show-in-desktop {
    display: none;
  }
  
  #primary-menu-wrapper .mobile-social-search #social-menu-wrapper button {
    display: none;
  }
  
  .mobile-social-search #social-menu-wrapper button {
    display: none;
  }
  
  .mobile-social-search #social-menu-wrapper .menu-inside-wrapper {
    border: 0;
    padding: 0;
    position: relative;
    right: 1px;
  }
  
  .header-style-two .mobile-social-search {
    display: block;
  }
  
  .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%;
  }
  
  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .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 {
    clear: both;
    position: relative;
  }
  
  .transparent-header.home .custom-header {
    min-height: 100vh;
  }
  
  .sticky-playlist-enabled.home .custom-header {
    min-height: calc(100vh - 61px);
  }
  
  .custom-header .post-thumbnail {
    margin: 0;
  }
  
  .has-header-video .custom-header-media .wp-custom-header img {
    display: none;
  }
  
  .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;
    position: relative;
    width: 100%;
  }
  
  .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;
  }
  
  .has-header-media:not(.home) .custom-header-content {
    position: relative;
    -webkit-transform: initial;
    transform: initial;
  }
  
  .custom-header-content-wrapper {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .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;
  }
  
  .has-header-media:not(.home) .custom-header-media {
    position: relative;
  }
  
  .custom-header-overlay {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  
  .custom-header .wrapper:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  .has-header-media .custom-header-media .wp-custom-header img {
    display: none;
  }
  
  .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,
    .custom-header-media .wp-custom-header img,
    .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;
  }
  
  .sticky-playlist-enabled .custom-header-media .wp-custom-header-video-button {
    bottom: 75px;
  }
  
  .header-media:hover .wp-custom-header-video-button {
    opacity: 1;
  }
  
  div#primary-menu-wrapper .menu-toggle {
    opacity: 0.9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  
  div#primary-menu-wrapper .menu-toggle:hover,
  div#primary-menu-wrapper .menu-toggle:focus {
    opacity: 1;
  }
  
  .sticky-playlist-enabled.home.admin-bar .custom-header {
    min-height: calc(100vh - 104px);
  }
  
  .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;
  }
  
  .custom-header-form .wpcf7 label {
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  
  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 #header-content .wrapper {
    padding: 0;
    width: 100%;
  }
  
  .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-style-one #header-content .social-navigation {
    z-index: 0;
  }
  
  .header-style-one #header-content .site-branding {
    text-align: center;
    width: calc(100% - 92px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .header-style-one
    #header-content
    .inner-header-content
    #primary-search-wrapper
    .menu-inside-wrapper {
    height: 0;
    left: 0;
    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;
    max-width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
  }
  
  .header-style-one
    #header-content
    .inner-header-content
    #primary-search-wrapper.is-open
    .menu-inside-wrapper {
    border: 0;
    height: 100vh;
    z-index: 999;
  }
  
  #header-content #primary-search-wrapper {
    z-index: 9999;
  }
  
  #header-content #primary-search-wrapper #social-search-toggle {
    position: relative;
    z-index: 9999;
  }
  
  #header-content #primary-search-wrapper input[type="search"] {
    background: transparent;
    border-width: 0 0 2px 0;
  }
  
  #header-content #primary-search-wrapper button.search-submit {
    background-color: transparent;
  }
  
  #header-content .search-container {
    width: 450px;
  }
  
  .header-style-one .site-header-main > .wrapper:after {
    border-bottom: 1px solid;
    content: "";
    opacity: 0.4;
    width: 100%;
  }
  
  .header-style-one .site-header-main > .wrapper:before {
    display: none;
  }
  
  .transparent-header.header-style-one .custom-header,
  .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 .contact-details {
    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-center {
    margin-right: auto;
    margin-left: auto;
  }
  
  .custom-header-content.content-align-right {
    margin-left: auto;
    margin-right: 0;
  }
  
  #social-search-toggle .icon-close {
    display: none;
    margin: 0 auto;
  }
  
  #social-menu-wrapper .icon-close {
    display: none;
  }
  
  #social-menu-wrapper.is-open .icon-close {
    display: inline-block;
  }
  
  #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,
  #primary-menu-wrapper .menu-toggle .icon-close {
    display: none;
  }
  
  .menu-top-toggle {
    display: block;
  }
  
  #social-search-toggle.selected .icon-search {
    display: none;
  }
  
  #social-search-toggle.selected .icon-close {
    display: block;
  }
  
  #primary-menu-wrapper .menu-toggle.selected .icon-bars {
    display: none;
  }
  
  #primary-menu-wrapper .menu-toggle.selected .icon-close {
    display: block;
  }
  
  .home.admin-bar.has-header-video .custom-header {
    min-height: 260px;
  }
  
  /**
   * 6.0 - Modules
   */
  .section {
    clear: both;
    display: block;
    overflow: hidden;
    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,
  .service-section .hentry-inner:hover,
  .portfolio-content-section.itineraries .hentry-inner:hover,
  .portfolio-content-section.destination .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);
  }
  
  #testimonial-content-section .owl-slideshow {
    overflow: hidden;
  }
  
  .trip-header .entry-meta,
  .meta-wrapper .entry-meta {
    margin-bottom: 0;
  }
  
  .trip-header .list-inline,
  .meta-wrapper .list-inline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .trip-header .list-inline li,
  .meta-wrapper .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,
  .meta-wrapper .list-inline li:first-child {
    border-left-width: 1px;
  }
  
  .trip-header .list-inline li .icon,
  .meta-wrapper .list-inline li .icon {
    font-weight: 700;
    margin-right: 5px;
  }
  
  .trip-header .list-inline li a,
  .meta-wrapper .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;
  }
  
  .promotion-section.text-align-center {
    text-align: center;
  }
  
  .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;
  }
  
  /*--------------------------------------------------------------
  ## breadcrumbs
  --------------------------------------------------------------*/
  /**
   * 6.3 - Breadcrumb
   */
  .breadcrumb-area {
    text-align: center;
    width: 100%;
    font-weight: normal;
  }
  
  .breadcrumb-area .entry-breadcrumbs,
  .breadcrumb-area .woocommerce-breadcrumb {
    text-align: center;
  }
  
  .entry-breadcrumbs,
  .woocommerce .woocommerce-breadcrumb {
    line-height: 1.75;
    margin: 0;
    padding: 14px 30px;
  }
  
  .entry-breadcrumbs a,
  .woocommerce .woocommerce-breadcrumb a {
    position: relative;
    font-weight: 400;
    text-decoration: none;
  }
  
  .entry-breadcrumbs a:hover,
  .entry-breadcrumbs a:focus,
  .entry-breadcrumbs a:active,
  .woocommerce .woocommerce-breadcrumb a:hover,
  .woocommerce .woocommerce-breadcrumb a:focus,
  .woocommerce .woocommerce-breadcrumb a:active {
    text-decoration: none;
  }
  
  /*--------------------------------------------------------------
  ## captions
  --------------------------------------------------------------*/
  /**
   * 6.4 - Captions
   */
  .wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
  }
  
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
  }
  
  .wp-caption .wp-caption-text {
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: normal;
    text-align: center;
  }
  
  /*--------------------------------------------------------------
  ## 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,
  .comment-content:before,
  .comment-content: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,
  .site-header-cart li:before,
  .site-header-cart li:after,
  .widget-area li:before,
  .widget-area li:after,
  #footer-newsletter .widget-inner:before,
  #footer-newsletter .widget-inner:after,
  #secondary:before,
  #secondary:after,
  ul.products li.product:before,
  ul.products li.product: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,
  .comment-content: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,
  .site-header-cart li:after,
  .widget-area li:after,
  ul.products li.product:after,
  #footer-newsletter .widget-inner:after {
    clear: both;
  }
  
  /*--------------------------------------------------------------
  ## content
  --------------------------------------------------------------*/
  /**
   * 6.6 - Content
   */
  #page {
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  
  .boxed-layout #page {
    max-width: 1600px;
  }
  
  .section:nth-child(even) + .site-content {
    border-top: 1px solid;
  }
  
  .singular-content-wrap .hentry {
    padding: 0;
  }
  
  .wrapper {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
  }
  
  .single .site-main .post-thumbnail,
  .page .site-main .post-thumbnail {
    margin-top: 0;
  }
  
  .home #content #infinite-handle {
    padding: 0;
  }
  
  .archive-post-wrap .hentry {
    float: none;
  }
  
  .header-media .wrapper,
  #footer-instagram .wrapper {
    width: 100%;
    max-width: 1920px;
  }
  
  .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-title {
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .sidebar .widget p {
    margin-bottom: 28px;
  }
  
  .sidebar .widget p:last-child {
    margin-bottom: 0;
  }
  
  .archive-post-wrap .hentry-inner > div {
    width: 100%;
  }
  
  .archive-post-wrap .hentry {
    padding: 0;
    z-index: 0;
  }
  
  .archive-post-wrap .hentry:last-child {
    margin-bottom: 0;
  }
  
  .archive-post-wrap .hentry .post-thumbnail-background {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
  
  .wp-block-calendar a {
    text-decoration: none;
  }
  
  .archive-post-wrap .hentry:last-of-type {
    margin-bottom: 0;
  }
  
  .entry-content
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):not(.wp-block-file__button):not(.post-page-numbers):not(table
      a),
  .entry-summary
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):not(.wp-block-file__button):not(.post-page-numbers):not(table
      a),
  .ew-about
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption),
  .recentcomments
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption),
  .widget_text
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption) {
    text-decoration: underline;
  }
  
  .entry-content
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):not(.wp-block-file__button):not(.post-page-numbers):not(table
      a):hover,
  .entry-content
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):not(.wp-block-file__button):not(.post-page-numbers):not(table
      a):focus,
  .entry-summary
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):not(.wp-block-file__button):not(.post-page-numbers):not(table
      a):hover,
  .entry-summary
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):not(.wp-block-file__button):not(.post-page-numbers):not(table
      a):focus,
  .entry-content
    a.wp-block-button__link:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):not(.wp-block-file__button):not(table
      a):not(.post-page-numbers),
  .entry-summary
    a.wp-block-button__link:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):not(.wp-block-file__button):not(table
      a):not(.post-page-numbers),
  .recentcomments
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):hover,
  .recentcomments
    a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption):focus,
  .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,
  .comment-content .wp-smiley,
  .textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  
  .entry-content a img,
  .entry-summary a img,
  .comment-content 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;
  }
  
  .wp-playlist-item .wp-playlist-item-length {
    top: 0.75em;
  }
  
  /*--------------------------------------------------------------
  ## alignments
  --------------------------------------------------------------*/
  /**
   * 6.8 - Scroll Up
   */
  #scrollup {
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: none;
    bottom: 35px;
    height: 40px;
    line-height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    padding: 7px;
    position: fixed;
    right: 30px;
    text-decoration: none;
    text-align: center;
    width: 40px;
    z-index: 999;
  }
  
  .sticky-playlist-enabled #scrollup {
    bottom: 77px;
  }
  
  #scrollup:hover,
  #scrollup:focus {
    text-decoration: none;
  }
  
  /*--------------------------------------------------------------
  ## 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;
  }
  
  .sidebar ul {
    margin-bottom: 0;
  }
  
  /**
   * 7.0 - Site
   */
  /*--------------------------------------------------------------
  ## comments
  --------------------------------------------------------------*/
  /**
   * 7.1.1 - Comments
   */
  .comments-area {
    clear: both;
    display: block;
    width: 100%;
  }
  
  .single .site-main .entry-footer .entry-meta {
    text-align: center;
  }
  
  .single .site-main .entry-footer .entry-meta a {
    border: 1px solid;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 14px;
    padding: 7px 21px;
  }
  
  .single .site-main .entry-footer .entry-meta a:last-child {
    margin-right: 0;
  }
  
  .single .site-main .entry-footer .entry-meta .tags-links a {
    border: 0;
    padding: 0;
    margin-left: 5px;
  }
  
  .comment-list {
    list-style: none;
    margin: 0;
  }
  
  .comments-title,
  .comment-reply-title {
    line-height: 1.46;
    text-align: center;
    text-transform: uppercase;
  }
  
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    padding-top: 42px;
  }
  
  .comments-area .comment-list > li:first-child > article,
  .comments-area .comment-list > li.pingback:first-child,
  .comments-area .comment-list > li.trackback:first-child {
    border-top: none;
  }
  
  .comment-list article + .comment-respond {
    margin-bottom: 3em;
  }
  
  .comment-list .children {
    list-style: none;
    margin: 0;
  }
  
  .comment-list .children li > article {
    padding-left: 2.5em;
  }
  
  .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .comment-respond .comment-form-comment textarea {
    padding-left: 14px;
  }
  
  .comment-author {
    margin: 0 1.5em 1.5em 0;
    max-width: 55px;
  }
  
  .comment-author a {
    text-decoration: none;
  }
  
  .comment-author .avatar {
    width: 65px;
  }
  
  .comment-meta .edit-link,
  .pingback .edit-link {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  
  .comment-meta {
    margin-bottom: 14px;
  }
  
  .comment-content ul,
  .comment-content ol {
    margin: 0 0 1.75em 1.5em;
  }
  
  .comment-content li > ul,
  .comment-content li > ol {
    margin-bottom: 0;
  }
  
  .comment-reply-link {
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 14px;
  }
  
  .comment-reply-link:hover,
  .comment-reply-link:focus {
    outline: 0;
  }
  
  .no-comments {
    margin: 0;
    padding-top: 1.75em;
  }
  
  .comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
  }
  
  .form-allowed-tags code {
    font-family: Inconsolata, monospace;
  }
  
  .form-submit {
    margin: 0;
  }
  
  .author-name {
    text-transform: capitalize;
  }
  
  .comment-reply-title small a {
    border: 0;
    font-size: 24px;
    font-size: 1.5rem;
    height: 32px;
    overflow: hidden;
    width: 26px;
    position: absolute;
    right: 14px;
    top: 14px;
  }
  
  .comment-respond {
    margin: 49px auto 0;
    max-width: 680px;
    padding: 35px 15px;
    position: relative;
  }
  
  .comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comment-notes {
    font-style: italic;
  }
  
  .comment-meta .author-name {
    display: block;
    font-style: normal;
  }
  
  .comment-meta a {
    text-decoration: none;
  }
  
  .comment-meta .comment-permalink {
    display: inline-block;
  }
  
  .comment-form label {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.083em;
    line-height: 1.75;
    text-transform: uppercase;
  }
  
  .comment-container {
    position: relative;
    padding: 25px;
    width: 100%;
  }
  
  .comment-container:before {
    border: 15px solid;
    border-top: 0px;
    content: "";
    left: 0;
    position: absolute;
    top: -15px;
  }
  
  .comment-body .comment-container:before {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  
  /*--------------------------------------------------------------
  ## comments
  --------------------------------------------------------------*/
  /**
   * 7.1.2 - Posts and pages
   */
  .hentry {
    float: left;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
  }
  
  .archive-post-wrap .hentry {
    margin-bottom: 35px;
  }
  
  .navigation.pagination {
    margin-top: 35px;
  }
  
  .side-posts-wrap {
    margin-bottom: 35px;
  }
  
  .post-page-numbers {
    text-decoration: none;
  }
  
  .post-thumbnail {
    display: block;
    position: relative;
  }
  
  .post-thumbnail img {
    display: block;
    margin: 0 auto;
  }
  
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1,
  .textwidget h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.33;
    margin-bottom: 0.3620689655172414em;
    margin-top: 1.086206896551724em;
  }
  
  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .textwidget h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.43;
    margin-bottom: 0.4285714285714286em;
    margin-top: 1.285714285714286em;
  }
  
  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  .textwidget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.36;
    margin-bottom: 0.5833333333333333em;
    margin-top: 1.75em;
  }
  
  .entry-content h4,
  .comment-content h4,
  .textwidget h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0.75em;
    margin-top: 2.25em;
  }
  
  .entry-content h5,
  .comment-content h5,
  .textwidget h5 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.875em;
    margin-top: 2.625em;
  }
  
  .wen-travel-logo-slider-content-wrapper .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  .entry-content h6,
  .comment-content h6,
  .textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.944444444444444em;
    margin-top: 3.5em;
  }
  
  .comment-content h4,
  .comment-content h5,
  .comment-content h6,
  .textwidget h4,
  .textwidget h5,
  .textwidget h6 {
    line-height: 1.3125;
    margin-top: 2.154em;
    margin-bottom: 1.077em;
  }
  
  .entry-content h1:first-child,
  .entry-content h2:first-child,
  .entry-content h3:first-child,
  .entry-content h4:first-child,
  .entry-content h5:first-child,
  .entry-content h6:first-child,
  .entry-summary h1:first-child,
  .entry-summary h2:first-child,
  .entry-summary h3:first-child,
  .entry-summary h4:first-child,
  .entry-summary h5:first-child,
  .entry-summary h6:first-child,
  .comment-content h1:first-child,
  .comment-content h2:first-child,
  .comment-content h3:first-child,
  .comment-content h4:first-child,
  .comment-content h5:first-child,
  .comment-content h6:first-child,
  .textwidget h1:first-child,
  .textwidget h2:first-child,
  .textwidget h3:first-child,
  .textwidget h4:first-child,
  .textwidget h5:first-child,
  .textwidget h6:first-child {
    margin-top: 0;
  }
  
  .post-navigation .nav-title,
  .entry-title,
  .comments-title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  
  .more-link {
    border: none;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.31;
    text-decoration: none;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  
  .more-link:hover,
  .more-link:focus {
    border-color: transparent;
  }
  
  .more-button {
    display: inline-block;
  }
  
  .view-more {
    clear: both;
    margin: 0 0 35px;
    padding: 0 25px;
    text-align: center;
  }
  
  #events-section .view-more {
    position: relative;
  }
  
  .author-info {
    border: 1px solid;
    clear: both;
    margin-top: 35px;
    text-align: center;
  }
  
  .author-avatar .avatar {
    height: 65px;
    width: 65px;
  }
  
  .author-description > :last-child {
    margin-bottom: 0;
  }
  
  .author-description .author-title {
    clear: none;
    line-height: 1.67;
  }
  
  .author-bio {
    overflow: hidden;
  }
  
  .author-link {
    display: block;
    white-space: nowrap;
  }
  
  .entry-footer:empty {
    margin: 0;
  }
  
  .sticky-post {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 14px;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .sticky-post {
    position: relative;
  }
  
  .full-content .has-post-thumbnail .sticky-post {
    position: relative;
    top: auto;
    left: auto;
  }
  
  .entry-meta {
    line-height: 2;
  }
  
  .entry-meta a {
    text-decoration: none;
  }
  
  .entry-header .entry-meta > span {
    clear: none;
    display: inline-block;
    padding-right: 10px;
  }
  
  .entry-header .entry-meta > span:last-cihld {
    padding-right: 0;
  }
  
  .entry-footer .entry-meta > span {
    clear: both;
    display: block;
    margin: 28px 0 0;
  }
  
  /**
   * IE8 and earlier will drop any block with CSS3 selectors.
   * Do not combine these styles with the next block.
   */
  .updated:not(.published) {
    display: none;
  }
  
  .taxonomy-description p {
    margin: 0.5384615385em 0 1.6153846154em;
  }
  
  .taxonomy-description > :last-child {
    margin-bottom: 0;
  }
  
  .page-links {
    clear: both;
    margin: 0 0 1.75em;
  }
  
  .page-links a,
  .page-links span {
    border: none;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    height: 2em;
    line-height: 2em;
    margin-right: 0.5em;
    text-align: center;
    width: 2em;
  }
  
  .page-links a:hover,
  .page-links a:focus {
    border-color: transparent;
  }
  
  .page-links > .page-links-title {
    border: 0;
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
  }
  
  .entry-attachment {
    margin-bottom: 1.75em;
  }
  
  .entry-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em;
  }
  
  .entry-caption > :last-child {
    margin-bottom: 0;
  }
  
  .content-bottom-widgets {
    clear: both;
  }
  
  .entry-footer .author img {
    border-radius: 50%;
    margin-right: 1em;
  }
  
  .site-content > .wrapper {
    padding: 42px 30px;
  }
  
  .full-width-layout .site-content > .wrapper .content-area {
    max-width: 100%;
  }
  
  nav.entry-breadcrumbs {
    max-width: 1500px;
    margin: 0 auto;
  }
  
  .archive-post-wrap .entry-footer .entry-meta {
    font-size: 16px;
    font-size: 1rem;
  }
  
  #feature-slider-section .entry-header .cat-links a:hover,
  #feature-slider-section .entry-header .cat-links a:focus,
  .archive-post-wrap .has-post-thumbnail .entry-header .cat-links a:hover,
  .archive-post-wrap .has-post-thumbnail .entry-header .cat-links a:focus {
    text-decoration: none;
  }
  
  .view-all-button {
    text-align: center;
  }
  
  /*--------------------------------------------------------------
  ## 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_categories ul a,
  .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_categories ul,
  .widget_archive ul,
  .wp-block-archives ul,
  .wp-block-categories ul {
    margin-right: 0;
  }
  
  .widget_categories ul li,
  .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 ul {
    list-style: initial;
  }
  
  .widget-wrap ul li:before {
    display: block;
  }
  
  .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_categories ul li,
  .sidebar .widget_archive ul li {
    margin-bottom: 14px;
  }
  
  .sidebar .widget_categories ul li span,
  .sidebar .widget_archive ul li span {
    display: none;
  }
  
  .widget-wrap .widget_shopping_cart_content ul {
    list-style: none;
    margin: 0;
  }
  
  .widget-wrap .widget_shopping_cart_content ul li {
    padding: 0;
    padding-left: 25px;
    position: relative;
  }
  
  /*--------------------------------------------------------------
  ## Contact
  --------------------------------------------------------------*/
  /**
   * 7.3.1 - Contact Section
   */
  .contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  
  .contact-details > div {
    padding-right: 28px;
    width: 50%;
  }
  
  .contact-details > div:nth-of-type(2n) {
    padding-right: 0;
  }
  
  #contact-section .left-content .entry-title {
    font-weight: 400;
    font-style: italic;
  }
  
  .wpcf7 form input[type="submit"] {
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
  }
  
  .wpcf7 form p {
    margin-bottom: 21px;
  }
  
  .wpcf7 form input,
  .wpcf7 form textarea {
    margin-top: 0;
  }
  
  .wpcf7 form div div {
    margin-bottom: 35px;
  }
  
  .wpcf7 form .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  
  .wpcf7 form .wpcf7-response-output {
    margin-top: 0;
  }
  
  .wpcf7 form p:last-of-type {
    margin-bottom: 0;
    text-align: center;
  }
  
  .left-content {
    margin-bottom: 35px;
  }
  
  .left-content .price-offer .entry-title {
    margin-bottom: 14px;
  }
  
  .left-content .price-offer .price-per-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
  }
  
  .left-content .price-offer .price-per-person .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 28px;
  }
  
  .left-content .price-offer .price-per-person .price-content {
    margin-top: 7px;
  }
  
  .left-content .price-offer .price-per-person .price-content strong {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .left-content .price-offer .price-per-person .price-content p {
    font-style: italic;
    margin-bottom: 0;
  }
  
  .left-content .price-offer .price-per-person span.amount {
    font-weight: 600;
    line-height: 1.18;
  }
  
  .left-content .price-offer .offer-lists ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .left-content .price-offer .offer-lists ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    width: 50%;
  }
  
  .left-content .price-offer .offer-lists ul li .icon {
    margin-top: 8px;
    margin-right: 5px;
  }
  
  .left-content .price-offer .offer-lists a {
    display: block;
    text-align: center;
    font-style: italic;
  }
  
  .left-content .price-offer .currency {
    font-weight: 600;
  }
  
  #contact-section .section-content-wrapper {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 30px;
  }
  
  #contact-section .hentry {
    display: block;
    padding: 0;
    width: 100%;
  }
  
  #contact-section .hentry input:not([type="submit"]),
  #contact-section .hentry textarea {
    border: 1px solid;
  }
  
  #contact-section .hentry textarea {
    max-height: 60px;
  }
  
  .wpcf7 p:last-child {
    margin-bottom: 0;
  }
  
  .contact-content-wrapper .contact-info-details {
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  .contact-details li .contact-details-label,
  .contact-content-wrapper form p > label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.0833333333333333em;
    text-transform: uppercase;
  }
  
  #contact-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #contact-section .inner-container {
    border-top: 5px solid;
  }
  
  #contact-section .inner-container .entry-header,
  #contact-section .inner-container .section-description {
    text-align: center;
  }
  
  #contact-section .inner-container .entry-header h2,
  #contact-section .inner-container .section-description h2 {
    font-weight: 400;
  }
  
  #contact-section .entry-content {
    margin-top: 0;
  }
  
  .custom-header-form h2 {
    margin-bottom: 21px;
  }
  
  #contact-section .entry-container .inner-container {
    padding: 35px;
  }
  
  .wpcf7-acceptance {
    display: block;
    text-align: center;
    margin-top: 14px;
  }
  
  span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
    right: 0;
    top: -10px;
    font-style: italic;
  }
  
  /*--------------------------------------------------------------
  ## 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;
  }
  
  .sticky-playlist-enabled.home.admin-bar #feature-slider-section {
    min-height: calc(100vh - 108px);
  }
  
  #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;
  }
  
  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;
  }
  
  #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,
  .portfolio-content-section.itineraries .hentry-inner:hover,
  .portfolio-content-section.destination .hentry-inner:hover {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  
  .featured-content-wrapper .hentry-inner:hover .post-thumbnail img,
  .portfolio-content-section.itineraries .hentry-inner:hover .post-thumbnail img,
  .portfolio-content-section.destination .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,
  .portfolio-content-section.itineraries .post-thumbnail,
  .portfolio-content-section.destination .post-thumbnail {
    overflow: hidden;
  }
  
  .service-section .hentry-inner:hover {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  
  .service-section .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-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;
  }
  
  .featured-video-content-wrapper .entry-meta {
    font-size: 16px;
    font-size: 1rem;
  }
  
  .featured-video-content-wrapper .entry-header .entry-meta {
    line-height: 1.25;
    margin-top: 7px;
    margin-bottom: 0;
  }
  
  .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;
  }
  
  .featured-trip-section.section .owl-carousel .owl-nav .owl-prev,
  .featured-trip-section.section .owl-carousel .owl-nav .owl-next {
    opacity: 1;
    position: relative;
  }
  
  .featured-trip-section.section .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
  }
  
  .featured-trip-section .title_price_wrapper:before,
  .latest-trip-section .hentry-inner .post-thumbnail .entry-header:before {
    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%
    );
    content: "";
    opacity: 1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  
  .featured-trip-section .title_price_wrapper {
    bottom: 0;
    left: 0;
    padding-bottom: 21px;
    padding-left: 21px;
    position: absolute;
    width: 100%;
  }
  
  .featured-trip-section .title_price_wrapper .entry-title,
  .featured-trip-section .title_price_wrapper .wp-travel-average-review {
    position: relative;
    z-index: 9;
  }
  
  .featured-trip-section .inner-container {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    padding: 0 35px 35px;
  }
  
  .featured-trip-section .hentry-inner:hover .title_price_wrapper,
  .featured-trip-section .hentry-inner:focus .title_price_wrapper {
    padding-bottom: 50px;
  }
  
  /*--------------------------------------------------------------
  ## footer
  --------------------------------------------------------------*/
  /**
   * 7.3.4 - Footer
   */
  #colophon .widget-column {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  
  #colophon .widget {
    background-color: transparent;
  }
  
  #site-generator {
    clear: both;
    display: block;
    max-width: 1500px;
    margin: 0 auto;
    padding: 21px 30px;
    position: relative;
  }
  
  aside.widget-area + div#site-generator:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
  }
  
  .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .site-info p {
    margin-bottom: 0;
  }
  
  .sticky-playlist-enabled .site-footer {
    margin-bottom: 60px;
  }
  
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 667px;
    margin: 0 auto;
  }
  
  .footer-contact p {
    margin-bottom: 0;
    margin-right: 15px;
  }
  
  .footer-contact p:last-child {
    margin-right: 0;
  }
  
  .footer-contact {
    margin-top: 28px;
  }
  
  .site-info {
    text-transform: capitalize;
    text-align: center;
  }
  
  .site-info a {
    text-decoration: none;
    margin: 0 3px;
  }
  
  /*--------------------------------------------------------------
  ## Gallery
  --------------------------------------------------------------*/
  /**
   * 7.3.5 - Gallery Section
   */
  #gallery-section {
    border-bottom: none;
  }
  
  #gallery-section.no-headline {
    padding-top: 0;
  }
  
  #gallery-section.no-headline.no-view-more-button {
    padding: 0;
  }
  
  #gallery-section.no-headline.no-view-more-button .hentry {
    margin: 0;
  }
  
  .tiled-gallery-caption,
  .gallery-caption {
    z-index: 99;
  }
  
  #gallery-section .gallery-item .gallery-icon a:before,
  #gallery-section .tiled-gallery .tiled-gallery-item a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  
  #gallery-section .gallery-item .gallery-icon a:after,
  #gallery-section .tiled-gallery .tiled-gallery-item a:after {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    height: 42px;
    padding: 12px;
    width: 42px;
    text-align: center;
    z-index: 2;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  #gallery-section .gallery-item .gallery-icon a:before,
  #gallery-section .gallery-item .gallery-icon a:after,
  #gallery-section .tiled-gallery .tiled-gallery-item a:before,
  #gallery-section .tiled-gallery .tiled-gallery-item a:after {
    opacity: 0;
  }
  
  #gallery-section .gallery-item .gallery-icon:hover a:before,
  #gallery-section .gallery-item .gallery-icon:focus a:before,
  #gallery-section .tiled-gallery .tiled-gallery-item:hover a:before,
  #gallery-section .tiled-gallery .tiled-gallery-item:focus a:before {
    opacity: 0.75;
  }
  
  #gallery-section .gallery-item .gallery-icon:hover a:after,
  #gallery-section .gallery-item .gallery-icon:focus a:after,
  #gallery-section .tiled-gallery .tiled-gallery-item:hover a:after,
  #gallery-section .tiled-gallery .tiled-gallery-item:focus a:after {
    opacity: 1;
  }
  
  #gallery-section .entry-footer {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 199;
  }
  
  #gallery-section .entry-footer .edit-link a {
    padding: 7px 14px;
    text-decoration: none;
  }
  
  #gallery-section .gallery-item {
    float: left;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  
  #gallery-section .gallery-item a {
    display: block;
    position: relative;
  }
  
  .gallery-caption,
  .tiled-gallery-item .tiled-gallery-caption {
    padding: 15px;
    width: 100%;
    z-index: 99;
  }
  
  .tiled-gallery.type-square,
  .gallery,
  .tiled-gallery.type-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  #gallery-section .wrapper {
    max-width: initial;
  }
  
  #gallery-section .section-content-wrapper {
    padding: 0 10px;
  }
  
  #gallery-section .section-content-wrapper .hentry {
    padding: 0;
  }
  
  #gallery-section .section-content-wrapper .hentry .gallery-item,
  #gallery-section .section-content-wrapper .hentry .tiled-gallery-item {
    padding: 20px 10px 0 10px;
  }
  
  #gallery-section .section-content-wrapper .hentry .entry-content {
    margin: 0;
  }
  
  .gallery .gallery-icon.landscape,
  .blocks-gallery-grid figure {
    overflow: hidden;
  }
  
  .gallery .gallery-icon.landscape:hover img,
  .blocks-gallery-grid figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .wp-block-gallery .blocks-gallery-item {
    margin-right: 0;
  }
  
  .gallery-section .wp-block-gallery .blocks-gallery-item {
    margin-right: 0;
  }
  
  /*--------------------------------------------------------------
  ## Hero-content
  --------------------------------------------------------------*/
  /**
   * 7.3.6 - Hero Content
   */
  #hero-section {
    border: none;
  }
  
  #hero-section .hentry {
    position: static;
  }
  
  #hero-section .hentry .hentry-inner {
    position: relative;
  }
  
  .play-button.button {
    line-height: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    width: 50px;
  }
  
  .play-button.button .icon {
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .play-button.button:after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
  }
  
  .hero-content-wrapper .post-thumbnail-background {
    background-position: center center;
    background-size: cover;
    content: "";
    float: left;
    padding-bottom: 100%;
    position: relative;
    margin: 0;
    margin-bottom: 14px;
    width: 100%;
  }
  
  .hero-content-wrapper .section-description {
    margin-top: 0;
  }
  
  .hero-content-wrapper .entry-container {
    width: 100%;
  }
  
  /*--------------------------------------------------------------
  ## Latest Trip
  --------------------------------------------------------------*/
  /**
   * 7.3.7 - Latest Trip
   */
  .latest-trip-section .hentry-inner .post-thumbnail {
    margin-bottom: 0;
  }
  
  .latest-trip-section .hentry-inner .post-thumbnail .entry-header {
    bottom: 0;
    padding: 35px;
    width: 100%;
  }
  
  .latest-trip-section .hentry-inner .post-thumbnail .entry-header del {
    margin-right: 5px;
  }
  
  .latest-trip-section .hentry-inner .post-thumbnail .entry-header .entry-title a,
  .latest-trip-section .hentry-inner .post-thumbnail .entry-header .price {
    position: relative;
  }
  
  .latest-trip-section .hentry-inner .entry-summary,
  .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-summary .more-button,
  .latest-trip-section .hentry-inner .entry-content .more-button {
    margin-top: 0;
  }
  
  .latest-trip-section .hentry-inner .entry-meta {
    margin: 0;
  }
  
  .latest-trip-section .hentry-inner .entry-meta li {
    border-bottom: 0;
    border-top: 1px solid;
  }
  
  .latest-trip-section .hentry-inner .entry-meta li a {
    letter-spacing: 0;
  }
  
  .latest-trip-section .meta-wrapper {
    border-bottom: 1px solid;
  }
  
  .latest-trip-section .meta-wrapper + .entry-content,
  .latest-trip-section .meta-wrapper + .entry-summary {
    border-top: 0;
  }
  
  .latest-trip-section .meta-wrapper label {
    text-transform: uppercase;
  }
  
  .trip-content-wrapper .hentry-inner p {
    margin-bottom: 21px;
  }
  
  /*--------------------------------------------------------------
  ## Logo-Slider
  --------------------------------------------------------------*/
  /**
   * 7.3.7 - Logo Slider
   */
  .section .owl-carousel .owl-nav .owl-prev,
  .section .owl-carousel .owl-nav .owl-next {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    outline: none;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 35px;
    letter-spacing: 0;
    outline: none;
    padding: 0 7px;
    position: absolute;
    top: 50%;
    text-decoration: none;
    width: 35px;
    z-index: 199;
  }
  
  .section .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  
  .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;
  }
  
  /*--------------------------------------------------------------
  ## newsletter
  --------------------------------------------------------------*/
  /**
   * 7.3.8 - Newsletter
   */
  #footer-newsletter .footer-newsletter .section-heading-wrapper {
    text-align: center;
    padding: 0;
    padding-bottom: 35px;
  }
  
  #footer-newsletter .wrapper .section-description {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none;
  }
  
  #footer-newsletter .ewnewsletter .widget-inner {
    max-width: 550px;
    margin: 0 auto;
  }
  
  #footer-newsletter .ewnewsletter .widget-inner-wrap {
    padding: 0;
  }
  
  #footer-newsletter .widget {
    padding: 42px 30px;
    margin-bottom: 0;
    background-position: center center;
  }
  
  .widget-area:not(.sidebar) .ew-newsletter .section-heading-wrapper {
    padding: 0;
    text-align: left;
  }
  
  #footer-newsletter
    .hentry.ew-newsletter-wrap.newsletter-action.custom
    input[type="text"] {
    margin-bottom: 15px;
  }
  
  @media only screen and (min-width: 35.5em) {
    #footer-newsletter
      .hentry.ew-newsletter-wrap.newsletter-action.custom
      input[type="text"] {
      margin-right: 4%;
      width: 48%;
      float: left;
    }
  }
  
  #footer-newsletter
    .hentry.ew-newsletter-wrap.newsletter-action.custom
    input#subbox2 {
    margin-right: 0;
  }
  
  #footer-newsletter
    .hentry.ew-newsletter-wrap.newsletter-action.custom
    input[type="text"]
    ~ input[type="submit"] {
    position: relative;
    left: 0;
    margin-top: 0;
    padding: 12px 25px;
    right: auto;
    top: 0;
  }
  
  #footer-newsletter
    .hentry.ew-newsletter-wrap.newsletter-action.custom
    input[type="text"]
    ~ input[type="email"] {
    padding-right: 14px;
  }
  
  #footer-newsletter .wrapper {
    max-width: 100%;
  }
  
  #footer-newsletter .ewnewsletter .widget-wrap {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  @media only screen and (min-width: 480px) {
    #footer-newsletter .ewnewsletter .hentry form input {
      margin-top: 0;
    }
  }
  
  #footer-newsletter .ewnewsletter .hentry form input[type="submit"] {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
  
  #footer-newsletter
    .ewnewsletter
    .hentry
    form
    > input[type="text"]
    ~ input[type="email"]
    + input[type="submit"] {
    margin-left: 0;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    position: relative;
  }
  
  #footer-newsletter .ewnewsletter .hentry form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  #footer-newsletter .ewnewsletter .hentry form input {
    width: 100%;
  }
  
  #footer-newsletter
    .ewnewsletter
    .hentry
    form
    > input[type="text"]
    ~ input[type="email"] {
    padding-right: 14px;
  }
  
  #footer-newsletter .ewnewsletter .hentry form input#subbox1,
  #footer-newsletter .ewnewsletter .hentry form input#subbox2,
  #footer-newsletter
    .ewnewsletter
    .hentry
    form
    > input[type="text"]
    ~ input[type="email"],
  #footer-newsletter
    .ewnewsletter
    .hentry
    form
    input[type="text"]
    > input[type="text"]
    ~ input#subbox {
    margin-bottom: 35px;
  }
  
  /*--------------------------------------------------------------
  ## Portfolio
  --------------------------------------------------------------*/
  /**
   * 7.3.9 - Portfolio & Stats
   */
  .portfolio-content-wrapper {
    overflow: hidden;
  }
  
  .portfolio-content-wrapper .hentry {
    height: auto;
    line-height: 1;
  }
  
  .portfolio-content-wrapper .hentry-inner {
    overflow: hidden;
    position: relative;
  }
  
  .portfolio-content-wrapper .entry-container {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  
  .destination .entry-meta {
    margin-bottom: 0;
  }
  
  #portfolio-content-section {
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0;
    width: 100%;
  }
  
  .portfolio-content-wrapper .entry-container > .entry-container-inner-wrap {
    display: block;
    padding: 21px;
    position: relative;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .portfolio-content-wrapper
    .entry-container
    > .entry-container-inner-wrap
    .entry-title {
    margin-bottom: 7px;
  }
  
  .section-content-wrapper.portfolio-content-wrapper .post-thumbnail {
    margin: 0;
    margin-bottom: 0;
    max-width: 100%;
    overflow: hidden;
  }
  
  .section-content-wrapper.portfolio-content-wrapper .post-thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .portfolio-content-wrapper .hentry-inner:hover .post-thumbnail img,
  .portfolio-content-wrapper .hentry-inner:focus .post-thumbnail img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
  
  .portfolio-content-wrapper .entry-header .entry-meta {
    letter-spacing: 0;
    text-transform: uppercase;
  }
  
  .portfolio-content-wrapper .entry-meta a {
    text-decoration: none;
  }
  
  .portfolio-content-wrapper .entry-summary {
    display: none;
  }
  
  .promotion-section .cover-link:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
  }
  
  .filter-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 42px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .filter-button-group .button {
    font-weight: 600;
    padding: 7px 14px;
    margin: 5px;
    text-transform: capitalize;
  }
  
  .filter-button-group .button:last-child {
    margin-right: 0;
  }
  
  .filter-button-group .button:hover,
  .filter-button-group .button:focus {
    -webkit-transform: none;
    transform: none;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container {
    opacity: 1;
    position: relative;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap {
    left: auto;
    padding: 0;
    text-align: left;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .entry-header,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .entry-header
    .price
    .label,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .entry-header
    .price
    .label {
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer {
    border-top: 1px solid;
    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;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer
    .entry-meta,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer
    .entry-meta {
    font-weight: 700;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer
    .entry-meta
    .icon,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer
    .entry-meta
    .icon {
    margin-right: 10px;
  }
  
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer
    .more-button,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer
    .more-button {
    margin-top: 0;
    width: auto;
  }
  
  /*--------------------------------------------------------------
  ## Promotional
  --------------------------------------------------------------*/
  /**
   * 7.3.10 - Promotional Headline
   */
  .promotion-section {
    border: none;
    position: relative;
  }
  
  .promotion-section .hentry {
    position: initial;
  }
  
  .post-thumbnail-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    position: relative;
  }
  
  #promotion-section .play-button {
    background-color: transparent;
    border: 1px solid;
  }
  
  #promotion-section .play-button:hover,
  #promotion-section .play-button:focus {
    border-color: transparent;
  }
  
  .promotion-section .post-thumbnail-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .promotion-section .section-title-wrapper {
    margin-bottom: 21px;
  }
  
  .promotion-section .section-description {
    margin-top: 0;
  }
  
  .promotion-section .entry-container {
    max-width: 520px;
    z-index: 2;
  }
  
  .promotion-section.content-align-right .entry-container {
    float: right;
  }
  
  .promotion-section.content-align-center .entry-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .app-section.content-frame .entry-container-frame {
    padding: 3em;
  }
  
  .promotion-section .cover-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
  .promotion-section.content-align-left .entry-container {
    float: left;
  }
  
  .promotion-section.content-align-center .entry-container {
    margin: 0 auto;
  }
  
  .promotion-section.content-align-right .entry-container {
    float: right;
  }
  
  #promotion-section .play-video {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  
  #promotion-section .play-video .play-button {
    background: transparent;
    -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);
    border: 2px solid;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 48px;
    padding: 0;
    width: 48px;
  }
  
  #promotion-section .play-video .play-button:hover,
  #promotion-section .play-video .play-button:focus {
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
    -webkit-transform: none;
    transform: none;
  }
  
  #promotion-section.content-align-center.text-align-center .play-video {
    left: auto;
    margin-top: 14px;
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  
  #promotion-section.content-align-center.text-align-center
    .play-video
    .play-button {
    margin-left: auto;
    margin-right: auto;
  }
  
  #promotion-section.promotion-section.section {
    padding: 35px;
    padding-top: 70px;
  }
  
  .promotion-section.section .section-content-wrapper {
    padding: 0;
  }
  
  .promotion-section.section .section-description + .video-wrapper {
    margin-top: 21px;
  }
  
  /*--------------------------------------------------------------
  ## Service
  --------------------------------------------------------------*/
  /**
   * 7.3.11 - Services
   */
  #service-section {
    position: relative;
    width: 100%;
  }
  
  #service-section .hentry-inner {
    padding: 35px;
  }
  
  #service-section .post-thumbnail a:hover img {
    -webkit-animation: zoom 0.7s linear infinite;
    animation: zoom 0.7s linear infinite;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  /*--------------------------------------------------------------
  ## Stats
  --------------------------------------------------------------*/
  /**
   * 7.3.13 - Stats
   */
  .stats-content-wrapper .hentry .post-thumbnail {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .stats-content-wrapper .entry-container {
    position: relative;
    text-align: center;
    z-index: 99;
  }
  
  .stats-content-wrapper .entry-container .more-button {
    display: block;
  }
  
  .header-media + .section .section-content-wrapper:before {
    display: none;
  }
  
  /*--------------------------------------------------------------
  ## Team
  --------------------------------------------------------------*/
  /**
   * 7.3.14 - Team Content Section
   */
  .team-content-wrapper .post-thumbnail,
  .team-content-wrapper .entry-title {
    margin: 0;
  }
  
  .team-content-wrapper.section-content-wrapper .hentry-inner {
    position: relative;
  }
  
  .team-content-wrapper.section-content-wrapper .hentry-inner:before {
    bottom: 0;
    content: "";
    height: 69%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  
  .team-content-wrapper.section-content-wrapper
    .hentry-inner:hover
    .social-links-menu
    li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .team-content-wrapper.section-content-wrapper .hentry-inner .post-thumbnail {
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    z-index: 9;
  }
  
  .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .post-thumbnail
    img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 10px solid;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  
  .team-content-wrapper.section-content-wrapper .hentry-inner .entry-container {
    position: static;
    text-align: center;
  }
  
  .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .entry-container
    .entry-header,
  .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .entry-container
    .artist-social-profile {
    position: relative;
    z-index: 99;
  }
  
  .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .entry-container
    .entry-meta {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 7px;
  }
  
  .team-content-wrapper .entry-summary,
  .team-content-wrapper .entry-content {
    margin: 14px 0 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
  
  .team-content-wrapper .artist-social-profile {
    margin-top: 7px;
  }
  
  .team-content-wrapper .artist-social-profile .social-links-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .team-content-wrapper .artist-social-profile .social-links-menu li {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  ## Team
  --------------------------------------------------------------*/
  /**
   * 7.3.14 - Team Content Section
   */
  .team-content-wrapper .post-thumbnail,
  .team-content-wrapper .entry-title {
    margin: 0;
  }
  
  .team-content-wrapper.section-content-wrapper .hentry-inner {
    position: relative;
  }
  
  .team-content-wrapper.section-content-wrapper .hentry-inner:before {
    bottom: 0;
    content: "";
    height: 69%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  
  .team-content-wrapper.section-content-wrapper
    .hentry-inner:hover
    .social-links-menu
    li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .team-content-wrapper.section-content-wrapper .hentry-inner .post-thumbnail {
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    z-index: 9;
  }
  
  .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .post-thumbnail
    img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 10px solid;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  
  .team-content-wrapper.section-content-wrapper .hentry-inner .entry-container {
    position: static;
    text-align: center;
  }
  
  .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .entry-container
    .entry-header,
  .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .entry-container
    .artist-social-profile {
    position: relative;
    z-index: 99;
  }
  
  .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .entry-container
    .entry-meta {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 7px;
  }
  
  .team-content-wrapper .entry-summary,
  .team-content-wrapper .entry-content {
    margin: 14px 0 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
  
  .team-content-wrapper .artist-social-profile {
    margin-top: 7px;
  }
  
  .team-content-wrapper .artist-social-profile .social-links-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .team-content-wrapper .artist-social-profile .social-links-menu li {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  ## testimonials
  --------------------------------------------------------------*/
  /**
   * 7.3.15 - Testimonials
   */
  #testimonial-content-section .main-thumbnail {
    background-size: cover;
    padding-bottom: 100%;
    position: relative;
  }
  
  #testimonial-content-section .position {
    font-style: italic;
  }
  
  #testimonial-content-section .section-content-wrapper .hentry-inner {
    position: relative;
  }
  
  #testimonial-content-section
    .section-content-wrapper
    .hentry-inner
    .post-thumbnail {
    height: 50px;
    margin-right: 25px;
  }
  
  #testimonial-content-section
    .section-content-wrapper
    .hentry-inner
    .post-thumbnail
    img {
    height: 50px;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
  }
  
  .owl-carousel button.owl-dot {
    border: 1px solid transparent;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 35px;
  }
  
  .section .owl-carousel button.owl-dot.active {
    background-color: transparent;
  }
  
  #testimonial-content-section .owl-dots,
  .featured-trip-section .owl-dots {
    text-align: center;
  }
  
  #testimonial-content-section .section-content-wrapper .post-thumbnail {
    margin: 0;
  }
  
  #testimonial-content-section .section-content-wrapper .entry-summary,
  #testimonial-content-section .section-content-wrapper .entry-content {
    margin: 0 0 21px 0;
    padding-top: 35px;
    position: relative;
  }
  
  #testimonial-content-section
    .section-content-wrapper
    .entry-summary:hover:before,
  #testimonial-content-section
    .section-content-wrapper
    .entry-summary:focus:before,
  #testimonial-content-section
    .section-content-wrapper
    .entry-content:hover:before,
  #testimonial-content-section
    .section-content-wrapper
    .entry-content:focus:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  #testimonial-content-section .section-content-wrapper .entry-summary:before,
  #testimonial-content-section .section-content-wrapper .entry-content:before {
    content: "\201C";
    font-family: "georgia";
    display: block;
    font-size: 94px;
    font-size: 5.875rem;
    left: 30px;
    line-height: 0;
    position: absolute;
    top: 65px;
  }
  
  #testimonial-content-section .testimonial_slider_wrap {
    width: 100%;
  }
  
  #testimonial-content-section .owl-nav {
    text-align: center;
    width: 100%;
  }
  
  #testimonial-content-section .owl-prev,
  #testimonial-content-section .owl-next {
    opacity: 1;
    top: 31%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  
  #testimonial-content-section .owl-next {
    right: 0;
    left: auto;
  }
  
  #testimonial-content-section .entry-title,
  #testimonial-content-section .entry-meta {
    display: block;
    line-height: 1.75;
    text-transform: capitalize;
  }
  
  .logo-slider-section .owl-dots,
  #testimonial-content-section .owl-dots {
    font-family: arial;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 0;
    padding: 0;
  }
  
  .owl-carousel .owl-dots {
    display: block;
  }
  
  .owl-carousel .owl-dots button.owl-dot {
    position: relative;
  }
  
  .owl-carousel .owl-dots button.owl-dot span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    left: 50%;
    height: 8px;
    margin-right: 14px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
  }
  
  .owl-carousel .owl-dots button.owl-dot span:last-child {
    margin-right: 0;
  }
  
  .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);
  }
  
  .logo-slider-section .owl-dots > *,
  #testimonial-content-section .owl-dots > * {
    cursor: pointer;
  }
  
  .testimonial-content-section .entry-content:after {
    border-top: 15px solid;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  
  #testimonial-content-section.testimonial-content-section.section
    .entry-content:after {
    border-left: 0;
    border-right: 25px solid transparent;
  }
  
  /*--------------------------------------------------------------
  ## Trip Filter
  --------------------------------------------------------------*/
  /**
   * 7.3.16 - Trip Filter Section
   */
  .trip-filter-section.section {
    margin-bottom: 0;
  }
  
  .trip-filter-section .description-box {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  
  .trip-filter-section .description-box .item {
    position: relative;
    padding: 0px 5px;
    margin-bottom: 5px;
  }
  
  .trip-filter-section .description-box .item .icon:not(.icon-search) {
    position: absolute;
    top: 15px;
    left: 10px;
  }
  
  .trip-filter-section .description-box .item.item-2 {
    margin-right: 0;
  }
  
  .trip-filter-section .description-box .item.item-1 select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
  }
  
  .trip-filter-section .description-box .item.item-4 button {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    outline: 0;
    padding: 17px 35px 17px 40px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
  }
  
  .trip-filter-section .description-box .item.item-4 button:before {
    margin-right: 5px;
  }
  
  .trip-filter-section .description-box .item select,
  .trip-filter-section .description-box .item input[type="text"] {
    border: 1px solid;
    margin-top: 0;
  }
  
  .trip-filter-section .description-box .item input[type="text"] {
    line-height: 1.5;
  }
  
  .trip-filter-section .description-box .item select {
    padding: 15px;
    padding-left: 35px;
    width: 100%;
  }
  
  .trip-filter-section .description-box .item input[type="text"] {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  
  .trip-filter-section .description-box .item.item-2 select {
    border-radius: 0;
  }
  
  .trip-filter-section .icon-search {
    left: -10px;
  }
  
  /*--------------------------------------------------------------
  ## woocommerce
  --------------------------------------------------------------*/
  /**
   * 7.3.17 - WooCommerce
   */
  /**
   * 7.3.15 - Clearing
   */
  .woocommerce-shorting-wrapper:before,
  .woocommerce-shorting-wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .woocommerce-shorting-wrapper:after {
    clear: both;
  }
  
  /**
   *  7.3.15.1 - Layout
   */
  .woocommerce-products-header,
  .single-product .woocommerce-posts-wrapper {
    margin: 0 auto;
    width: 100%;
  }
  
  .woocommerce-products-header {
    text-align: center;
  }
  
  .woocommerce-posts-wrapper {
    padding-bottom: 0;
  }
  
  .woocommerce-products-header .page-description {
    margin-top: 24px;
  }
  
  .woocommerce-products-header .page-description p {
    margin-bottom: 0;
  }
  
  .woocommerce-products-header .page-title {
    margin-bottom: 16px;
  }
  
  .woocommerce-shorting-wrapper {
    border-top: 1px solid;
    border-bottom: 1px solid;
    clear: both;
    display: block;
    margin: 0 0 35px;
    padding: 24px 20px;
  }
  
  .woocommerce-ordering,
  .woocommerce-result-count {
    display: inline-block;
    margin: 0;
  }
  
  .woocommerce-result-count {
    float: left;
  }
  
  .woocommerce-ordering {
    clear: none;
    margin-top: 15px;
    float: none;
  }
  
  .woocommerce-ordering select {
    border: 1px solid;
  }
  
  /**
   * 7.3.15.2 - Shop tables
   */
  table.shop_table_responsive thead {
    display: none;
  }
  
  table.shop_table_responsive tbody th {
    display: none;
  }
  
  table.shop_table_responsive tr td {
    clear: both;
    display: block;
    padding: 0.778em;
    text-align: right;
  }
  
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
  }
  
  table.shop_table_responsive tr td.product-remove a {
    border-radius: 50%;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto;
    opacity: 0.7;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
  
  table.shop_table_responsive tr td.product-remove a:hover {
    opacity: 1;
  }
  
  table.shop_table_responsive tr td a,
  .product-container a.added_to_cart {
    text-decoration: none;
  }
  
  table.shop_table_responsive tr td.product-remove:before {
    display: none;
  }
  
  table.shop_table_responsive tr td.actions:before,
  table.shop_table_responsive tr td.download-actions:before {
    display: none;
  }
  
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
  }
  
  /**
   * 7.3.15.3 - Products
   */
  ul.products {
    clear: both;
    display: block;
    margin: 0;
  }
  
  ul.products li.product {
    list-style: none;
    float: none;
    margin: 0 auto 35px;
    padding: 0;
    position: relative;
  }
  
  ul.products li.product a {
    text-decoration: none;
  }
  
  ul.products li.product > a {
    display: block;
    overflow: hidden;
  }
  
  ul.products li.product > a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  ul.products li.product > a:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  
  ul.products li.product .woocommerce-loop-product__title {
    line-height: 1.4;
    margin: 0;
  }
  
  ul.products li.product .price {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.67;
    margin-top: 7px;
  }
  
  ul.products li.product img {
    display: block;
    margin: 0 auto;
  }
  
  .product-container {
    margin-top: 21px;
  }
  
  .product-container a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .product-container a.button,
  .woocommerce .product-container .wc-forward {
    display: inline-block;
    margin-top: 24px;
  }
  
  /**
   * 7.3.15.4 - Infinite Scroll
   */
  .infinite-scroll .woocommerce-pagination {
    display: none;
  }
  
  /**
   * 7.3.15.5 - Onsale
   */
  .onsale {
    border-radius: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 2;
    min-height: auto;
    min-width: auto;
    margin: 0;
    padding: 2px 14px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .single .onsale {
    right: auto;
  }
  
  ul.products .onsale {
    top: 0;
    right: 0;
  }
  
  /**
   * 7.3.15.6 - Price
   */
  span.price del,
  p.price del {
    opacity: 0.5;
  }
  
  .price del + ins {
    background: transparent;
    margin-left: 0.327em;
  }
  
  /**
   * 7.3.15.7 - Buttons
   */
  .woocommerce .single_add_to_cart_button {
    margin-top: 0;
  }
  
  .woocommerce button.pswp__button:hover,
  .woocommerce button.pswp__button:focus {
    background-color: transparent;
    background-image: none;
  }
  
  .woocommerce .products .product-container .button {
    background: transparent;
    border: 2px solid;
  }
  
  .woocommerce .products .product-container .button:hover,
  .woocommerce .products .product-container .button:focus {
    border-color: transparent;
  }
  
  .woocommerce-form-login button[type="submit"] {
    margin-right: 14px;
  }
  
  .woocommerce .product-container .wc-forward {
    border-radius: 28px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615384615;
    letter-spacing: 0.0666666666666667em;
    margin-top: 10px;
    padding: 7px 21px;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .woocommerce .product-container .button {
    border: none;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615384615;
    padding: 10px 21px;
  }
  
  .widget .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
  }
  
  .woocommerce-mini-cart__buttons .button {
    margin: 0 7px 7px 7px;
    padding: 11px 15px;
    width: 100%;
  }
  
  /**
   * 7.3.15.8 - Single product
   */
  .single-product div.product {
    content: "";
    display: table;
    table-layout: fixed;
    position: relative;
  }
  
  .single-product div.product div.images {
    margin-bottom: 1.75em;
  }
  
  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .entry-summary {
    float: none;
    text-align: left;
    width: 100%;
  }
  
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
  }
  
  .single-product div.product .onsale {
    z-index: 2;
  }
  
  .single-product div.product figure {
    margin: 0;
  }
  
  .single-product div.product .entry-summary {
    margin: 0;
    padding: 0;
  }
  
  .single-product div.product .entry-summary .entry-title {
    margin: 0;
    text-align: left;
  }
  
  .single-product div.product .woocommerce-product-rating {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 7px;
  }
  
  .single-product div.product .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0 7px 0 0;
  }
  
  .single-product
    div.product
    .woocommerce-product-rating
    .woocommerce-review-link {
    text-decoration: none;
  }
  
  .single-product div.product p.price {
    margin: 0.778em 0 1.35em;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    z-index: 9;
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs
    li {
    list-style: none;
    cursor: pointer;
    float: left;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs
    li
    img {
    opacity: 0.5;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs
    li
    img.flex-active {
    opacity: 1;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs
    li:hover
    img {
    opacity: 1;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
    .flex-control-thumbs
    li {
    width: 50%;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
    .flex-control-thumbs
    li:nth-child(2n) {
    margin-right: 0;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
    .flex-control-thumbs
    li:nth-child(2n + 1) {
    clear: both;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
    .flex-control-thumbs
    li {
    width: 33.3333333%;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
    .flex-control-thumbs
    li:nth-child(3n) {
    margin-right: 0;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
    .flex-control-thumbs
    li:nth-child(3n + 1) {
    clear: both;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    .flex-control-thumbs
    li {
    width: 25%;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    .flex-control-thumbs
    li:nth-child(4n) {
    margin-right: 0;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    .flex-control-thumbs
    li:nth-child(4n + 1) {
    clear: both;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
    .flex-control-thumbs
    li {
    width: 20%;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
    .flex-control-thumbs
    li:nth-child(5n) {
    margin-right: 0;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
    .flex-control-thumbs
    li:nth-child(5n + 1) {
    clear: both;
  }
  
  .single-product div.product form.cart {
    margin: 1.944em 0;
  }
  
  .single-product div.product form.cart .quantity {
    float: left;
    margin-right: 21px;
  }
  
  .single-product .product_meta {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 0;
  }
  
  .single-product .product_meta > span {
    display: block;
    margin: 21px 0 0;
  }
  
  .single-product .woocommerce-variation-price {
    margin: 0 0 1.5em;
  }
  
  .variations .reset_variations {
    margin-left: 14px;
  }
  
  .single-product .product_meta a,
  .woocommerce-info a,
  .variations .reset_variations {
    text-decoration: none;
  }
  
  .single-product div.product .related,
  .single-product div.product .upsells,
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals {
    margin-top: 35px;
  }
  
  .related > h2:first-of-type {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 35px;
  }
  
  .cart-collaterals .cross-sells {
    text-align: center;
  }
  
  #reviews #comments ol.commentlist,
  ul.woocommerce-error {
    margin-left: 0;
    list-style: none;
  }
  
  #reviews #comments ol.commentlist li {
    margin-bottom: 1.5em;
    position: relative;
  }
  
  #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
    float: left;
    position: absolute;
    top: 7px;
    left: 0;
    width: 60px;
  }
  
  #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 60px;
    padding: 0 0 0 35px;
  }
  
  #reviews #comments ol.commentlist li .star-rating {
    float: right;
  }
  
  #reviews #comments ol.commentlist .meta {
    margin-bottom: 7px;
  }
  
  #reviews .comment-respond .comment-form-rating {
    margin-top: 7px;
    text-align: center;
  }
  
  #reviews .comment-respond .comment-form-rating .stars {
    margin-top: 7px;
    margin-bottom: 21px;
  }
  
  #reviews .comment-respond .comment-reply-title {
    display: block;
    margin-bottom: 21px;
  }
  
  .stock:empty:before {
    display: none;
  }
  
  .stock.in-stock {
    color: #0f834d;
  }
  
  .stock.out-of-stock {
    color: #e2401c;
  }
  
  /**
   * 7.3.15.9 - Checkout
   */
  table.shop_table,
  .quantity .qty {
    font-size: 1em;
  }
  
  table.cart .product-thumbnail {
    text-align: center;
  }
  
  table.cart .product-thumbnail:before {
    display: none;
  }
  
  table.cart .product-thumbnail img {
    margin: 0 auto;
    width: 80px;
  }
  
  table.cart .coupon label {
    display: none;
  }
  
  table.cart td.actions input,
  table.cart td.actions .button {
    margin: 14px 0;
    display: block;
    width: 100%;
  }
  
  .woocommerce .wc-proceed-to-checkout a.button {
    width: 100%;
  }
  
  .woocommerce .wc-proceed-to-checkout a.button,
  .cart_totals .wc-proceed-to-checkout,
  .woocommerce-checkout-payment .place-order,
  #payment .form-row {
    text-align: center;
  }
  
  .added_to_cart.disabled,
  .added_to_cart:disabled,
  .button.disabled,
  .button:disabled,
  button.disabled:not(.owl-prev):not(.owl-next),
  button:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
  }
  
  /**
   * 7.3.15.10 - My account
   */
  .woocommerce-account .woocommerce-MyAccount-navigation {
    border-top: 1px solid;
    margin: 0 0 1.5em;
  }
  
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
  }
  
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid;
    margin: 0;
  }
  
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px 21px;
  }
  
  .woocommerce-MyAccount-content {
    padding-top: 30px;
  }
  
  .woocommerce-MyAccount-content > :last-child {
    margin-bottom: 0;
  }
  
  .woocommerce-account #primary .entry-content .woocommerce a {
    text-decoration: none;
  }
  
  .woocommerce-MyAccount-content fieldset {
    margin: 0 0 1.5em;
    padding: 7px 15px;
  }
  
  .woocommerce-MyAccount-content fieldset p {
    margin: 0 0 1.5em;
  }
  
  .woocommerce-MyAccount-content
    .woocommerce-orders-table__cell
    .woocommerce-button {
    margin-bottom: 7px;
  }
  
  .woocommerce-MyAccount-content
    .woocommerce-orders-table__cell
    .woocommerce-button:last-child {
    margin-bottom: 0;
  }
  
  /**
   * 7.3.15.11 - General WooCommerce components
   */
  /**
   * 7.3.15.12 - Header cart
   */
  .site-header-cart {
    content: "";
    display: table;
    list-style: none;
    margin: 0;
    padding: 5px;
    position: relative;
    table-layout: fixed;
  }
  
  .site-header-cart li {
    margin: 0;
    padding: 0;
  }
  
  .site-header-cart .cart-contents {
    background-color: transparent;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.375;
    padding: 7px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .site-header-cart .cart-contents .count {
    border-radius: 50%;
    display: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 7px;
    min-width: 18px;
    position: absolute;
    right: -24px;
    top: 0;
    text-align: center;
  }
  
  .navigation-classic .menu-inside-wrapper .site-header-cart .cart-contents {
    display: inline-block;
  }
  
  .navigation-classic .site-header-cart .cart-contents .amount {
    display: inline;
  }
  
  .site-header-cart .cart-contents .amount,
  .navigation-classic .site-header-cart .cart-contents .amount {
    display: none;
  }
  
  .site-header-cart .widget_shopping_cart {
    border: 1px solid;
    display: none;
    font-size: 16px;
    font-size: 1rem;
  }
  
  .site-header-cart .product_list_widget {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .site-header-cart .product_list_widget .mini_cart_item,
  .site-header-cart .woocommerce-mini-cart__total,
  .site-header-cart .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 14px 20px;
  }
  
  .site-header-cart
    .product_list_widget
    .mini_cart_item
    .remove_from_cart_button {
    margin-right: 7px;
  }
  
  .site-header-cart .product_list_widget .mini_cart_item a,
  .site-header-cart .product_list_widget .mini_cart_item a:hover,
  .site-header-cart .product_list_widget .mini_cart_item a:focus {
    text-decoration: none;
  }
  
  .product_list_widget li img {
    max-width: 4.688em;
    float: right;
  }
  
  .site-header-cart .product_list_widget img {
    margin-left: 1em;
  }
  
  .site-header-cart .woocommerce-mini-cart__buttons {
    text-align: center;
  }
  
  #site-header-cart .woocommerce-mini-cart__buttons a {
    display: block;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 14px 20px;
    padding: 11px 21px 10px;
  }
  
  .site-header-menu > #site-header-cart-wrapper {
    display: none;
  }
  
  #primary-menu-wrapper #site-header-cart-wrapper {
    display: block;
    text-align: center;
    width: 100%;
  }
  
  #primary-menu-wrapper .site-header-cart {
    display: block;
    padding: 14px 30px;
  }
  
  #primary-menu-wrapper .site-header-cart .cart-contents {
    display: inline-block;
    padding: 0;
    width: auto;
  }
  
  #primary-menu-wrapper .site-header-cart .cart-contents .amount {
    margin-left: 15px;
  }
  
  #primary-menu-wrapper .site-header-cart .cart-contents:before {
    margin-right: 7px;
  }
  
  #primary-menu-wrapper .site-header-cart .cart-contents .amount,
  #primary-menu-wrapper .site-header-cart .cart-contents .count {
    display: inline-block;
  }
  
  /**
   * 7.3.19.13 - Pagination
   */
  .woocommerce-pagination {
    clear: both;
    margin: 0;
  }
  
  .woocommerce-pagination ul {
    display: inline-block;
    margin: 0 auto;
  }
  
  .woocommerce-pagination ul li {
    display: inline-block;
    list-style: none;
    height: 2.5em;
    line-height: 2.5em;
    margin: 0.125em;
    text-align: center;
    width: 2.5em;
  }
  
  .woocommerce-pagination ul li span.current,
  .woocommerce-pagination ul li a {
    border-radius: 50%;
    display: block;
  }
  
  .woocommerce-pagination ul li a {
    background-color: transparent;
    text-decoration: none;
  }
  
  /**
   * 7.3.19.14 - Star rating
   */
  .star-rating {
    font-size: 0.8em;
    font-family: "star";
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 7px 0;
    overflow: hidden;
    position: relative;
    width: 5.3em;
  }
  
  .widget .star-rating {
    margin: 0 7px 0 0;
  }
  
  .widget_rating_filter ul li .star-rating {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    display: inline-block;
    vertical-align: bottom;
  }
  
  .widget_rating_filter .wc-layered-nav-rating a {
    text-decoration: none;
  }
  
  .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
  }
  
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
  }
  
  p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
  }
  
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    text-indent: 0;
    opacity: 0.25;
  }
  
  p.stars a:hover ~ a:before {
    content: "\53";
    opacity: 0.25;
  }
  
  p.stars:hover a:before {
    content: "\53";
    opacity: 1;
  }
  
  p.stars.selected a.active:before {
    content: "\53";
    opacity: 1;
  }
  
  p.stars.selected a.active ~ a:before {
    content: "\53";
    opacity: 0.25;
  }
  
  p.stars.selected a:not(.active):before {
    content: "\53";
    opacity: 1;
  }
  
  /**
   * 7.3.19.15 - Tabs
   */
  .woocommerce-tabs {
    clear: both;
    display: block;
    overflow: hidden;
  }
  
  .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 3.111em 0 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: capitalize;
  }
  
  .woocommerce-tabs ul.tabs:after {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    z-index: 1;
  }
  
  .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    position: relative;
  }
  
  .woocommerce-tabs ul.tabs li a {
    display: block;
    position: relative;
    margin-right: 35px;
    padding: 21px;
    text-decoration: none;
  }
  
  .woocommerce-tabs .panel {
    border-top: 1px solid;
    margin: 0;
    padding: 21px;
    text-align: left;
  }
  
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 28px;
  }
  
  .woocommerce-tabs .panel p:last-child {
    margin-bottom: 0;
  }
  
  /**
   * 7.3.19.16 - Password strength meter
   */
  .woocommerce-password-strength {
    text-align: right;
  }
  
  .woocommerce-password-strength.strong {
    color: #0f834d;
  }
  
  .woocommerce-password-strength.short {
    color: #e2401c;
  }
  
  .woocommerce-password-strength.bad {
    color: #e2401c;
  }
  
  .woocommerce-password-strength.good {
    color: #3d9cd2;
  }
  
  /**
   * 7.3.19.17 - Forms
   */
  .form-row.woocommerce-validated input.input-text {
    -webkit-box-shadow: inset 2px 0 0 #0f834d;
    box-shadow: inset 2px 0 0 #0f834d;
  }
  
  .form-row.woocommerce-invalid input.input-text {
    -webkit-box-shadow: inset 2px 0 0 #e2401c;
    box-shadow: inset 2px 0 0 #e2401c;
  }
  
  .required {
    color: #fb3a64;
  }
  
  .quantity .qty {
    border-radius: 0;
    margin: 0;
    padding: 6px;
    width: 3.54em;
    text-align: center;
  }
  
  .woocommerce form label {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.071em;
    text-transform: uppercase;
  }
  
  /**
   * 7.3.19.18 - Notices
   */
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-noreviews,
  p.no-comments {
    clear: both;
    content: "";
    display: table;
    margin-bottom: 1.5em;
    padding: 2em;
    table-layout: fixed;
    width: 100%;
  }
  
  .woocommerce-message a.button {
    margin-right: 14px;
  }
  
  .woocommerce-info,
  .woocommerce-message {
    border-top: 4px solid;
  }
  
  .woocommerce-error {
    border-top: 4px solid #e2401c;
  }
  
  .woocommerce-error li:last-child {
    margin-bottom: 0;
  }
  
  .demo_store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 30px;
    z-index: 9999;
  }
  
  ul.wc_payment_methods {
    list-style: none;
    margin: 0;
  }
  
  ul.wc_payment_methods li {
    margin-bottom: 10px;
    padding: 15px;
  }
  
  ul.wc_payment_methods li:last-child {
    margin-bottom: 0;
  }
  
  ul.wc_payment_methods .about_paypal {
    float: right;
  }
  
  ul.wc_payment_methods p:last-child {
    margin-bottom: 0;
  }
  
  ul.wc_payment_methods .payment_box {
    padding: 14px 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 7px 0;
  }
  
  #add_payment_method #payment .payment_method_paypal img,
  .woocommerce-cart #payment .payment_method_paypal img,
  .woocommerce-checkout #payment .payment_method_paypal img {
    margin-left: 7px;
    max-height: 33px;
  }
  
  .demo_store .woocommerce-store-notice__dismiss-link {
    float: right;
    font-size: 13px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.071em;
    line-height: 1;
    margin-left: 14px;
    padding: 23px;
    text-shadow: 0 1px 0 rgba(105, 47, 69, 0.5);
    text-decoration: none;
    text-transform: uppercase;
  }
  
  /**
   * 7.3.19.19 - WooCommerce widgets
   */
  /**
   * 7.3.19.20 - WooCommerce Price Filter
   */
  .widget_price_filter .price_slider {
    margin-bottom: 1.5em;
  }
  
  .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
  }
  
  .widget_price_filter .price_slider_amount .button {
    float: left;
  }
  
  .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
  }
  
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
  }
  
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
  }
  
  .widget_price_filter .ui-slider .ui-slider-handle:hover,
  .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
  }
  
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
  }
  
  .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
  }
  
  .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
  }
  
  dl.variation {
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  dl.variation dd {
    margin: 0;
  }
  
  dl.variation p {
    margin-bottom: 7px;
  }
  
  .widget_layered_nav_filters a:before {
    content: "x";
    margin-right: 7px;
  }
  
  .columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
  
  .woocommerce-checkout-payment .place-order {
    padding: 1em;
  }
  
  .site-header-cart .product_list_widget .mini_cart_item span.quantity {
    display: block;
  }
  
  #site-header-cart-wrapper {
    text-align: left;
  }
  
  .widget.woocommerce ul li > span,
  .widget.woocommerce ul li del > span,
  .widget.woocommerce ul li ins > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .woocommerce a.remove {
    background: #ca4646;
    display: block;
    font-size: 20px;
    height: 21px;
    width: 21px;
    text-align: center;
    line-height: 21px;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    border: 0;
  }
  
  .woocommerce .widget_shopping_cart .cart_list li a.remove,
  .woocommerce.widget_shopping_cart .cart_list li a.remove {
    color: #fff;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 6px;
  }
  
  .site-header-cart .woocommerce .widget_shopping_cart .cart_list li a.remove,
  .site-header-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: relative;
    float: left;
  }
  
  .site-header-cart
    .woocommerce
    .widget_shopping_cart
    .cart_list
    li
    span.quantity,
  .site-header-cart
    .woocommerce.widget_shopping_cart
    .cart_list
    li
    span.quantity {
    margin-left: 28px;
  }
  
  /**
   * 8.0 - Media Queries
   */
  /**
   * Does the same thing as <meta name="viewport" content="width=device-width">,
   * but in the future W3C standard way. -ms- prefix is required for IE10+ to
   * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
   * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
   */
  @-ms-viewport {
    width: device-width;
  }
  
  @-o-viewport {
    width: device-width;
  }
  
  @viewport {
    width: device-width;
  }
  
  /*--------------------------------------------------------------
  ## mobile-horizontal
  --------------------------------------------------------------*/
  /**
   * 8.1 - >= 480px
   */
  @media screen and (min-width: 30em) {
    /* Woocommerce styles */
    .related ul.products {
      margin: 0 -15px;
    }
    ul.products.columns-2 li.product:nth-child(2n + 1),
    ul.products.columns-4 li.product:nth-child(2n + 1) {
      clear: both;
    }
    ul.products.columns-2 .onsale,
    ul.products.columns-3 .onsale,
    ul.products.columns-4 .onsale {
      right: 15px;
      left: auto;
    }
    /* Woocommerce styles end here */
    .wp-custom-logo .custom-logo-link {
      margin-right: 15px;
      margin-bottom: 0;
    }
    .site-header-menu .menu-label {
      display: inline-block;
    }
    .transparent-header.home.admin-bar .custom-header,
    .transparent-header.home.admin-bar #feature-slider-section,
    .transparent-header.home.admin-bar #feature-slider-section .hentry-inner {
      min-height: calc(100vh - 32px);
    }
    .home.admin-bar.has-header-video .custom-header {
      min-height: 370px;
    }
  }
  
  /*--------------------------------------------------------------
  ## mobile-horizontal
  --------------------------------------------------------------*/
  /**
   * 8.2 - >= 568px / 35.500em
   */
  @media only screen and (min-width: 35.5em) {
    /* Woocommerce styles */
    ul.products li.product {
      padding: 0 15px;
    }
    .wp-custom-logo .custom-logo-link,
    .wp-custom-logo .site-identity {
      display: inline-block;
    }
    #contact-section .section-content-wrapper {
      padding: 0 15px;
    }
    .woocommerce-ordering {
      float: right;
      margin-top: 0;
    }
    .woocommerce-posts-wrapper .wocommerce-section-content-wrapper {
      margin-left: -15px;
      margin-right: -15px;
    }
    .sidebar.widget-area section.widget {
      padding-left: 15px;
      padding-right: 15px;
    }
    #footer-newsletter
      .ewnewsletter
      .hentry
      form
      > input[type="text"]
      ~ input[type="email"]
      + input[type="submit"] {
      margin-left: 25px;
    }
    #footer-newsletter
      .ewnewsletter
      .hentry
      form
      > input[type="text"]
      ~ input[type="email"],
    #footer-newsletter
      .ewnewsletter
      .hentry
      form
      input[type="text"]
      > input[type="text"]
      ~ input#subbox {
      margin-bottom: 0;
    }
    ul.products.columns-3 li.product {
      width: 33.33%;
    }
    ul.products.columns-2 li.product,
    ul.products.columns-4 li.product {
      width: 50%;
    }
    ul.products li.product {
      float: left;
    }
    .hero-content-wrapper .entry-container {
      padding-bottom: 42px;
      padding-top: 42px;
    }
    .section-content-wrapper .post-thumbnail-background {
      margin-bottom: 0;
    }
    .hero-section.content-align-right .entry-container {
      padding-left: 35px;
    }
    .hero-section.content-align-left .entry-container {
      padding-right: 35px;
    }
    .archive-post-wrap .hentry-inner .post-thumbnail-background,
    .archive-post-wrap
      .hentry-inner
      .post-thumbnail-background
      + .entry-container {
      width: 50%;
    }
    .ul.products.columns-3 li.product:nth-child(3n + 1) {
      clear: both;
    }
    .site-header-cart {
      padding: 10px 15px;
    }
    .site-header-cart .widget_shopping_cart {
      top: 71px;
    }
    table.cart td.actions {
      text-align: right;
    }
    table.cart td.actions .coupon {
      display: inline-block;
      float: left;
    }
    table.cart td.actions input,
    table.cart td.actions .button,
    .woocommerce .wc-proceed-to-checkout a.button {
      display: inline-block;
      width: auto;
    }
    .single-product div.product div.images {
      margin-bottom: 0;
    }
    .single-product div.product .woocommerce-product-gallery,
    .single-product div.product .entry-summary {
      float: left;
      text-align: left;
      width: 50%;
    }
    .single-product div.product .entry-summary {
      margin: 0;
      padding-left: 40px;
    }
    .comment-respond {
      padding: 35px 42px;
    }
    .cart-collaterals .cart_totals {
      display: block;
      clear: both;
      float: right;
      width: 60%;
      max-width: 600px;
    }
    /* Woocommerce styles end here */
    .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 .hentry-inner .thumb-video-wrapper .video-wrapper {
      position: absolute;
      bottom: 42px;
      left: 42px;
    }
    .hero-content-wrapper .post-thumbnail-background {
      margin-bottom: 0;
      position: absolute;
      padding-bottom: 0;
    }
    .content-align-left .hero-content-wrapper .post-thumbnail-background {
      left: auto;
      right: 0;
    }
    .content-align-left .hero-content-wrapper .hentry-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .content-align-left .hero-content-wrapper .hentry-inner .video-wrapper {
      left: auto;
      right: 42px;
      text-align: right;
    }
    .hero-content-wrapper .video-wrapper .section-title {
      font-size: 32px;
      font-size: 2rem;
    }
    .hero-content-wrapper .entry-container {
      width: 50%;
    }
    .hero-content-wrapper .entry-header {
      margin-top: 0;
    }
    .author-info {
      text-align: left;
    }
    .author-avatar {
      float: left;
      margin: 0 28px 0 0;
    }
    .author-description {
      margin: 0;
      overflow: hidden;
    }
    #testimonial-content-section.layout-two .owl-prev,
    #testimonial-content-section.layout-two .owl-next {
      display: block;
    }
    .woocommerce-content-wrapper ul.products {
      margin-left: -15px;
      margin-right: -15px;
    }
    .layout-three .hentry,
    .three-columns .hentry,
    #gallery-section .gallery-columns-3 .gallery-item,
    #gallery-section .gallery-columns-3 .tiled-gallery-item,
    #gallery-section .gallery-columns-6 .gallery-item,
    #gallery-section .gallery-columns-6 .-tiled-gallery-item,
    #gallery-section .gallery-columns-9 .gallery-item,
    #gallery-section .gallery-columns-9 .tiled-gallery-item,
    #colophon .three .widget-column {
      width: 33.33%;
    }
    .four-columns .hentry {
      width: 25%;
    }
    .five-columns .hentry {
      width: 20%;
    }
    .six-columns .hentry {
      width: 16.66%;
    }
    .seven-columns .hentry {
      width: 14.28%;
    }
    .eight-columns .hentry {
      width: 12.5%;
    }
    .nine-columns .hentry {
      width: 11.11%;
    }
    .nine-columns .hentry:nth-child(9n + 1),
    .eight-columns .hentry:nth-child(8n + 1),
    .seven-columns .hentry:nth-child(7n + 1),
    .six-columns .hentry:nth-child(6n + 1),
    .five-columns .hentry:nth-child(5n + 1),
    .four-columns .hentry:nth-child(4n + 1),
    .three-columns .hentry:nth-child(3n + 1),
    .layout-four .hentry:nth-child(2n + 1),
    .layout-three.team-content-wrapper .hentry:nth-child(2n + 1),
    .layout-two .hentry:nth-child(2n + 1),
    .layout-three .hentry:nth-child(3n + 1),
    .portfolio-content-section .layout-three .hentry:nth-child(2n + 1),
    .sidebar.widget-area section.widget:nth-child(2n + 1),
    #colophon .two .widget-column:nth-child(2n + 1),
    #colophon .four .widget-column:nth-child(2n + 1),
    .archive-posts-wrapper article:nth-child(3n + 1),
    .two-columns .hentry:nth-child(2n + 1) {
      clear: both;
    }
    .portfolio-content-section .layout-three .hentry:nth-child(3n + 1),
    .layout-three.team-content-wrapper .hentry:nth-child(3n + 1) {
      clear: none;
    }
    .layout-four .hentry,
    .layout-two .hentry,
    #colophon .two .widget-column,
    #colophon .four .widget-column,
    .two-columns .hentry,
    .portfolio-content-section .layout-three .hentry,
    .layout-three.team-content-wrapper .hentry,
    #gallery-section .gallery-columns-2 .gallery-item,
    #gallery-section .gallery-columns-4 .gallery-item,
    #gallery-section .gallery-columns-5 .gallery-item,
    #gallery-section .gallery-columns-7 .gallery-item,
    #gallery-section .gallery-columns-8 .gallery-item,
    #gallery-section .gallery-columns-2 .tiled-gallery-item,
    #gallery-section .gallery-columns-4 .tiled-gallery-item,
    #gallery-section .gallery-columns-5 .tiled-gallery-item,
    #gallery-section .gallery-columns-7 .tiled-gallery-item,
    #gallery-section .gallery-columns-8 .tiled-gallery-item,
    .sidebar.widget-area section.widget,
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1),
    .portfolio-content-wrapper.layout-five .hentry {
      width: 50%;
    }
    .hentry,
    #contact-section .hentry > div {
      padding: 0 15px;
    }
    .pagination .prev,
    .pagination .next {
      width: auto;
      height: auto;
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1),
    .sidebar .widget {
      float: left;
    }
    .stats-content-wrapper {
      text-align: left;
    }
    .app-image-container.layout-two,
    .app-image-container.layout-three {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row nowrap;
    }
    .footer-newsletter .has-ew-newsletter-image .widget-inner,
    .footer-newsletter
      .has-background-image.has-ew-newsletter-image
      .widget-inner-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .stats-content-wrapper .entry-container {
      float: left;
      text-align: left;
      width: 50%;
    }
    .stats-content-wrapper .hentry .post-thumbnail {
      float: left;
      margin-bottom: 0;
      overflow: hidden;
      margin-right: 20px;
    }
    .hero-section .entry-container {
      margin-top: 0;
    }
    .footer-newsletter .has-ew-newsletter-image .ew-newsletter-image-container,
    .footer-newsletter .has-ew-newsletter-image .ew-newsletter-content-container {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      margin: 0;
      max-width: 50%;
    }
    .footer-newsletter .has-ew-newsletter-image .ew-newsletter-content-container {
      padding-left: 30px;
    }
    .contact-content-wrapper .comment-form-name,
    .contact-content-wrapper .comment-form-email {
      float: left;
      position: relative;
      width: 50%;
    }
    .contact-content-wrapper .comment-form-name {
      padding-right: 35px;
    }
    .contact-content-wrapper.layout-two {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    #contact-section .layout-two .hentry.contact-info-with-social,
    #contact-section .layout-two .hentry.contact-us-form {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
    }
    #contact-section .layout-two .hentry.contact-info-with-social {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 10px;
    }
    #contact-section .layout-two .hentry.contact-us-form {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 10px;
    }
    .two-columns-layout
      .site-content
      + .section:nth-child(odd):not(.logo-slider-section) {
      padding-top: 10px;
    }
    .archive-post-wrap .hentry .post-thumbnail-background + .entry-container {
      padding: 30px 0 30px 30px;
    }
    .archive-post-wrap .hentry .entry-container {
      padding-bottom: 0;
      padding-top: 0;
    }
    .archive-post-wrap .hentry .post-thumbnail-background + .entry-container {
      width: 50%;
    }
    .section-content-wrapper.playlist-content-wrapper .post-thumbnail {
      margin-bottom: 0;
    }
    .section-content-wrapper {
      padding: 0 15px;
    }
    .text-align-right,
    .text-align-right {
      text-align: right;
    }
    .text-align-left,
    text-align-left {
      text-align: left;
    }
    .text-align-left .post-thumbnail img {
      margin-left: 0;
    }
    .text-align-right .post-thumbnail img {
      margin-right: 0;
    }
    .post-thumbnail-background {
      bottom: 0;
      left: 0;
      padding-bottom: 0;
      right: 0;
      top: 0;
      z-index: -1;
    }
    #testimonial-content-section .owl-prev {
      left: 5px;
    }
    #testimonial-content-section .owl-next {
      right: 5px;
    }
    #footer-newsletter .ewnewsletter .hentry form input[type="text"] {
      width: 48%;
    }
    #footer-newsletter
      .ewnewsletter
      .hentry
      form
      > input[type="text"]
      ~ input[type="email"],
    #footer-newsletter
      .ewnewsletter
      .hentry
      form
      input[type="text"]
      > input[type="text"]
      ~ input#subbox {
      width: 48%;
    }
    .skill-section .wrapper .main-bg-image {
      height: 60%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1;
    }
    .skill-section.has-background-image {
      padding-top: 42px;
    }
    .skillbar-item .skillbar-bar .skillbar-header {
      padding: 0 30px;
    }
    .team-content-wrapper.section-content-wrapper .hentry-inner .post-thumbnail {
      height: 200px;
      width: 200px;
    }
    .left-content .price-offer .price-per-person {
      margin-bottom: 35px;
    }
    .entry-footer .entry-meta > span {
      margin: 21px 0 0;
    }
    .comment-container {
      width: 81%;
    }
    .comment-container:before {
      border-right: 15px solid;
      left: -15px;
      top: 0;
    }
    .comment-body .comment-container:before {
      border-bottom: 15px solid transparent;
      border-top: 15px solid transparent;
      border-left: 0;
    }
    .header-style-one #header-content .site-branding {
      left: 50%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      width: 600px;
    }
  }
  
  /*--------------------------------------------------------------
  ## tablet
  --------------------------------------------------------------*/
  /**
   * 8.3 - >= 768px
   */
  @media only screen and (min-width: 48em) {
    .site-header-cart {
      padding: 17px 2px;
    }
    #primary-search-wrapper.show-in-mobile,
    .site-header-menu > #site-header-cart-wrapper.show-in-mobile,
    #social-menu-wrapper.show-in-mobile,
    #primary-menu-wrapper.show-in-mobile {
      display: block;
    }
    .header-style-two .site-header-menu > #primary-search-wrapper,
    .header-style-two .site-header-menu > #social-menu-wrapper {
      display: block;
    }
    .header-style-two .mobile-social-search {
      display: none;
    }
    .transparent-header.header-style-one .custom-header,
    .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 {
      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;
    }
    #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;
    }
    #primary-search-wrapper.show-in-desktop,
    .site-header-menu > #site-header-cart-wrapper.show-in-desktop {
      display: none;
    }
    .site-header-cart .cart-contents:before {
      opacity: 0.9;
    }
    .site-header-cart .cart-contents .count {
      left: auto;
      right: -5px;
    }
    div#social-menu-wrapper.is-open .menu-inside-wrapper {
      right: 0;
    }
    #promotion-section .play-video .play-button {
      height: 55px;
      width: 55px;
    }
    .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.cart td.actions input,
    table.cart td.actions .button {
      margin: 0;
    }
    table.shop_table_responsive tr td {
      padding: 10px;
    }
    table.shop_table_responsive tr td.product-thumbnail {
      width: 100px;
    }
    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;
    }
    table.cart .product-thumbnail img {
      margin: 0;
    }
    .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%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
      float: left;
      width: 30%;
      margin: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
      float: right;
      width: 66%;
    }
    .woocommerce-account .woocommerce-MyAccount-content p:first-child {
      margin-top: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-content form > h3 {
      margin-top: 0;
    }
    .woocommerce-MyAccount-content {
      padding-top: 0;
    }
    .site-header-cart .widget_shopping_cart {
      position: absolute;
      top: 100%;
      width: 285px;
      z-index: 199;
      right: -999em;
      display: block;
    }
    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
      right: 0;
      display: block;
    }
    .site-header-menu > #site-header-cart-wrapper {
      display: block;
    }
    #primary-menu-wrapper #site-header-cart-wrapper {
      display: none;
    }
    .custom-header .wrapper:before {
      background-attachment: fixed;
    }
    .menu-toggle-wrapper {
      display: block;
      float: left;
      padding: 14px 5px;
    }
    .fixed .menu-toggle-wrapper,
    .fixed .site-header-cart {
      padding-bottom: 12px;
      padding-top: 12px;
    }
    .menu-toggle {
      padding: 8px 10px;
    }
    .menu-inside-wrapper {
      max-width: 335px;
      opacity: 0;
      top: 100%;
      right: -30px;
      width: 335px;
    }
    #primary-menu-wrapper,
    #primary-search-wrapper,
    #social-menu-wrapper {
      position: relative;
    }
    .is-open .menu-inside-wrapper {
      visibility: visible;
      opacity: 1;
    }
    .navigation-classic .mobile-social-search {
      display: none;
    }
    #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;
    }
    .portfolio-content-section .layout-three .hentry,
    .layout-three.team-content-wrapper .hentry {
      width: 33.33%;
    }
    .portfolio-content-section .layout-three .hentry:nth-child(3n + 1),
    .layout-three.team-content-wrapper .hentry:nth-child(3n + 1) {
      clear: both;
    }
    .portfolio-content-section .layout-three .hentry:nth-child(2n + 1),
    .layout-three.team-content-wrapper .hentry:nth-child(2n + 1) {
      clear: none;
    }
    #contact-section .hentry {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    #contact-section .hentry .left-content {
      width: 50%;
      margin-bottom: 0;
    }
    #contact-section .hentry .left-content .price-per-person {
      max-width: 410px;
    }
    #contact-section .hentry .entry-container {
      width: 50%;
    }
    .mobile-social-search .menu-social {
      display: none;
    }
    .menu-inside-wrapper {
      top: 100%;
    }
    div#primary-menu-wrapper .menu-toggle {
      width: 80px;
    }
    .site-header-logo,
    .slider-content-wrapper .title-image {
      max-width: 350px;
    }
    #footer-newsletter
      .ewnewsletter
      .hentry
      form
      > input[type="text"]
      ~ input[type="email"],
    #footer-newsletter
      .ewnewsletter
      .hentry
      form
      input[type="text"]
      > input[type="text"]
      ~ input#subbox {
      margin-bottom: 0;
    }
    #footer-newsletter .ewnewsletter .hentry form input[type="email"] {
      padding-right: 157px;
    }
    #footer-newsletter .ewnewsletter .hentry form input[type="submit"] {
      border: 1px solid transparent;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
    #footer-newsletter .ewnewsletter .hentry form input[type="submit"]:hover,
    #footer-newsletter .ewnewsletter .hentry form input[type="submit"]:focus {
      -webkit-transform: none;
      transform: none;
    }
    .featured-video-content-wrapper .side-posts-wrap {
      width: 30%;
      float: left;
    }
    .featured-video-content-wrapper .hentry.featured {
      float: left;
      width: 70%;
    }
    .site-info {
      text-align: left;
    }
    .featured-trip-section .title_price_wrapper {
      padding-bottom: 35px;
      padding-left: 35px;
    }
    .team-content-wrapper.section-content-wrapper .hentry-inner .post-thumbnail {
      height: 160px;
      width: 160px;
    }
    .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-content-wrapper .entry-summary,
    .section-content-wrapper .entry-content,
    .more-button,
    .section-description {
      margin-top: 21px;
    }
    .comment-meta,
    .promotion-section .section-title-wrapper,
    .latest-trip-section .price {
      margin-bottom: 21px;
    }
    .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;
    }
    .content-frame .custom-header-content {
      padding-left: 50px;
      padding-right: 50px;
    }
    #promotion-section.promotion-section.section {
      padding-bottom: 78px;
      padding-top: 120px;
    }
    .fixed + .site-content {
      padding-top: 91px;
    }
    .header-style-two .site-header-main .wrapper {
      padding-bottom: 7px;
      padding-top: 7px;
    }
    .site-header-main .wrapper,
    #header-top .wrapper {
      padding-left: 40px;
      padding-right: 40px;
    }
    .section-content-wrapper .post-thumbnail {
      margin-bottom: 21px;
    }
    .left-content .price-offer .entry-title {
      margin-bottom: 21px;
    }
    .entry-breadcrumbs,
    .woocommerce .woocommerce-breadcrumb {
      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;
    }
    .section {
      padding: 70px 0 28px 0;
    }
    .custom-header
      + .section:not(.portfolio-content-section.has-background-image),
    .feature-slider-section
      + .section:not(.portfolio-content-section.has-background-image),
    .custom-header + .section:not(.promotion-section),
    .feature-slider-section + .section:not(.promotion-section) {
      padding-top: 70px;
    }
    .custom-header + .portfolio-content-section.has-background-image,
    .feature-slider-section + .portfolio-content-section.has-background-image,
    .custom-header + .promotion-section,
    .feature-slider-section + .promotion-section {
      margin-top: 70px;
    }
    .site-content .archive-posts-wrapper .posts-navigation .nav-links {
      margin-top: 70px;
    }
    .section.stats-section {
      padding-bottom: 28px;
      padding-top: 70px;
    }
    #trip-filter-section.section.trip-filter-section {
      padding-bottom: 65px;
      padding-top: 70px;
    }
    .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 .entry-container .entry-content,
    .trip-content-wrapper .hentry-inner .entry-container .entry-summary {
      padding: 25px;
      border-left: 0;
    }
    .trip-content-wrapper .hentry-inner .post-thumbnail {
      margin-bottom: 0;
    }
    .trip-content-wrapper .hentry-inner .post-thumbnail img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      width: 100%;
    }
    .trip-filter-section + .section {
      padding-top: 70px;
    }
    .section + .site-content {
      padding-top: 14px;
    }
    #footer-newsletter .widget {
      padding: 70px 40px;
    }
    .site-header-logo,
    .title-image {
      margin-bottom: 25px;
    }
    ul.products li.product {
      padding: 0 20px;
    }
    ul.products.columns-3 li.product,
    ul.products.columns-6 li.product {
      width: 33.33%;
    }
    ul.products.columns-4 li.product {
      width: 25%;
    }
    ul.products.columns-5 li.product {
      width: 20%;
    }
    .skill-section .wrapper .section-content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .demo_store {
      padding-left: 40px;
    }
    .header-style-one .site-header-menu {
      margin-top: 14px;
    }
    .two-columns-layout.single-product ul.products.columns-4 li.product,
    .skill-section .inner-section-content-wrapper .hentry {
      width: 50%;
    }
    .header-top-bar::after {
      left: 40px;
      width: calc(100% - 80px);
    }
    ul.products.columns-4 li.product:nth-child(2n + 1),
    ul.products.columns-6 li.product:nth-child(2n + 1),
    .full-width .related ul.products li.product:nth-child(2n + 1),
    .full-width .upsells ul.products li.product:nth-child(2n + 1),
    .full-width .cross-sells ul.products li.product:nth-child(2n + 1) {
      clear: none;
    }
    .two-columns-layout.single-product
      ul.products.columns-4
      li.product:nth-child(2n + 1),
    ul.products.columns-3 li.product:nth-child(3n + 1),
    ul.products.columns-4 li.product:nth-child(4n + 1),
    ul.products.columns-5 li.product:nth-child(5n + 1),
    ul.products.columns-6 li.product:nth-child(6n + 1),
    .full-width .related ul.products li.product:nth-child(4n + 1),
    .full-width .upsells ul.products li.product:nth-child(4n + 1),
    .full-width .cross-sells ul.products li.product:nth-child(4n + 1) {
      clear: both;
    }
    ul.products.columns-6 li.product {
      width: 16.66666666666667%;
    }
    ul.products li.product .onsale {
      left: auto;
      right: 20px;
    }
    /* Woocommerce styles end here */
    .site-header-menu {
      margin-right: 0;
    }
    .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;
    }
    .custom-header.header-media {
      padding: 100px 0;
    }
    .site-branding {
      margin: 14px auto 14px 0;
    }
    .header-style-one .site-header-menu {
      margin-top: 14px;
    }
    .is-open .menu-inside-wrapper {
      right: 0;
    }
    .boxed-layout #page {
      width: 96%;
    }
    .navigation-classic #header-menu-social:before {
      margin: 21px auto 21px;
    }
    .wpcf7 div div {
      margin-bottom: 35px;
    }
    #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;
    }
    .entry-meta {
      margin-bottom: 14px;
    }
    .service-section .entry-meta {
      margin-top: 14px;
    }
    .section-heading-wrapper {
      padding-bottom: 42px;
      padding-left: 35px;
      padding-right: 35px;
    }
    .testimonial-content-wrapper,
    .wen-travel-logo-slider-content-wrapper,
    .team-content-wrapper {
      padding: 0 50px;
    }
    #feature-slider-section .slider-content-wrapper {
      padding-left: 40px;
      padding-right: 40px;
    }
    .site-content > .wrapper {
      padding: 56px 20px 70px 20px;
    }
    .logo-slider-section .owl-dots {
      margin-bottom: 42px;
    }
    .single .site-main .entry-header,
    .page .site-main .entry-header,
    .archive .page-header,
    .error404 .page-header,
    .search .page-header,
    .woocommerce-products-header {
      margin-bottom: 42px;
    }
    #featured-video-section .entry-container {
      margin-top: 21px;
    }
    .hentry,
    .side-posts-wrap {
      margin-bottom: 42px;
    }
    .archive-post-wrap .hentry {
      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;
    }
    ul.products li.product {
      margin: 0 auto 42px;
    }
    .comments-area {
      margin-top: 70px;
    }
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback {
      padding-top: 56px;
    }
    .single-product div.product .related,
    .single-product div.product .upsells,
    .cart-collaterals .cross-sells,
    .cart-collaterals .cart_totals {
      margin-top: 42px;
    }
    .author-info {
      margin-top: 42px;
    }
    #content #infinite-handle {
      padding: 0 20px;
    }
    #footer-instagram .widget-title {
      margin: 56px auto 35px;
    }
    .single .site-main .post-thumbnail,
    .page .site-main .post-thumbnail {
      padding: 0;
      margin-bottom: 35px;
    }
    input[type="search"].search-field {
      display: block;
    }
    #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;
    }
    .woocommerce-content-wrapper ul.products {
      margin-left: 0;
      margin-right: 0;
    }
    .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%;
    }
    .portfolio-content-wrapper.layout-five .hentry {
      width: 20%;
    }
    #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%;
    }
    .hentry,
    .featured-trip-section .featured-trip-content-wrapper .hentry,
    #contact-section .hentry > div {
      padding: 0 20px;
    }
    #contact-section .entry-container .inner-container {
      padding: 50px;
    }
    .featured-video-content-wrapper .hentry:nth-child(2n + 1) {
      clear: none;
    }
    .archive .content-area {
      float: left;
      width: 70%;
    }
    .content-area {
      float: left;
      margin-right: -100%;
      width: 70%;
      max-width: 960px;
    }
    .sidebar {
      float: right;
      max-width: 320px;
      width: 30%;
    }
    .site-content #primary,
    .site-content #secondary {
      padding: 0 20px;
    }
    .site-content .wrapper > .sidebar {
      margin-top: 0;
    }
    .sidebar.widget-area section.widget {
      padding-left: 0;
      padding-right: 0;
    }
    .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,
    .comments-title {
      font-size: 28px;
      font-size: 1.75rem;
    }
    body,
    .custom-header-content .site-header-text,
    .post-navigation .nav-title {
      font-size: 20px;
      font-size: 1.25rem;
    }
    .entry-content h6,
    .comment-content h6,
    .job-label,
    .textwidget h6 {
      font-size: 18px;
      font-size: 1.125rem;
    }
    .entry-content h5,
    .comment-content h5,
    .textwidget h5 {
      font-size: 22px;
      font-size: 1.375rem;
    }
    .entry-content h4,
    .comment-content h4,
    .team-content-wrapper .entry-title,
    .textwidget h4 {
      font-size: 24px;
      font-size: 1.5rem;
    }
    #site-generator .social-navigation a,
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    .textwidget h3 {
      font-size: 28px;
      font-size: 1.75rem;
    }
    .woocommerce-posts-wrapper .entry-title,
    .woocommerce .related.products > h2,
    .entry-content h2,
    .entry-summary h2,
    .comment-content 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,
    #footer-instagram .widget-title,
    .singular-content-wrap .entry-title,
    .archive-post-wrap .hentry .entry-title,
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1,
    .textwidget h1,
    .page-title {
      font-size: 36px;
      font-size: 2.25rem;
    }
    .left-content .price-offer .currency {
      font-size: 46px;
      font-size: 2.875rem;
    }
    .sidebar .widget .widget-wrap {
      padding: 28px 0;
    }
    .sidebar.widget-area section.widget {
      margin-bottom: 0;
      width: 100%;
    }
    .skillbar {
      margin-bottom: 42px;
    }
    .playlist-content-wrapper .entry-container {
      padding: 0 0 0 40px;
    }
    .playlist-content-wrapper.content-align-left .entry-container {
      padding-left: 0;
      padding-right: 40px;
    }
    .recent-blog-content-wrapper {
      padding: 0 50px;
    }
    .comment-respond {
      padding: 42px 49px;
    }
    #site-generator {
      padding: 19px 50px 19px;
    }
    .wpcf7 p {
      margin-bottom: 28px;
    }
    .home .custom-header-content {
      padding: 80px 40px 40px;
    }
    .custom-header-content {
      padding: 40px 40px 40px 40px;
    }
    .content-frame .custom-header-content {
      padding: 40px;
    }
    .content-frame .custom-header-content {
      margin-top: 50px;
    }
    .portfolio-content-wrapper .entry-container {
      opacity: 0;
    }
    .portfolio-content-wrapper .hentry-inner:hover .entry-container,
    .portfolio-content-wrapper .hentry-inner:focus .entry-container {
      opacity: 1;
    }
    #contact-section .section-content-wrapper {
      padding: 0 25px;
    }
    #contact-section .hentry .left-content {
      width: 60%;
    }
    #contact-section .hentry .entry-container {
      width: 40%;
    }
    .section-content-wrapper,
    .promotion-section.section .section-content-wrapper {
      padding: 0 20px;
    }
    .inner-section-content-wrapper {
      padding: 0 40px 42px;
    }
    #testimonial-content-section
      .section-content-wrapper
      .entry-container
      .entry-content,
    #testimonial-content-section
      .section-content-wrapper
      .entry-container
      .entry-summary {
      padding: 42px;
      padding-top: 84px;
    }
    #testimonial-content-section .section-content-wrapper .entry-summary:before,
    #testimonial-content-section .section-content-wrapper .entry-content:before {
      left: 40px;
      top: 72px;
    }
    .skill-section .section-content-wrapper {
      padding: 70px 40px 28px 40px;
    }
    #testimonial-content-section .owl-carousel button.owl-dot {
      margin-bottom: 42px;
    }
    .why-choose-us-section.content-hide .entry-container {
      margin-left: auto;
      margin-right: auto;
      margin-top: -35px;
      width: 270px;
      z-index: 9;
    }
    #testimonial-content-section .owl-prev {
      left: 15px;
    }
    #testimonial-content-section .owl-next {
      right: 15px;
    }
    #footer-newsletter .ewnewsletter .hentry form input#subbox1,
    #footer-newsletter .ewnewsletter .hentry form input#subbox2 {
      margin-bottom: 42px;
    }
    .trip-filter-section .description-box .item {
      padding: 0;
    }
    .trip-filter-section .description-box .item.item-2 {
      padding: 0;
    }
    .trip-filter-section .description-box .item.item-2 select {
      border-right: 0;
    }
    .trip-filter-section .description-box .item.item-1 select {
      border-right: 0;
      border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -o-border-radius: 5px 0 0 5px;
    }
    .trip-filter-section .description-box .item.item-4 button {
      border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -o-border-radius: 0 5px 5px 0;
      width: auto;
    }
    .trip-filter-section .description-box .item.item-3 input[type="text"] {
      border-right: 0;
    }
    .team-content-wrapper.section-content-wrapper .hentry-inner .post-thumbnail {
      height: 180px;
      width: 180px;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
      padding: 35px;
    }
    .post-navigation {
      padding-top: 28px;
    }
    .entry-footer .entry-meta > span {
      margin: 28px 0 0;
    }
    .comment-container {
      width: 89%;
    }
    .comment-reply-link {
      margin-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);
    }
    .custom-header.header-media {
      padding: 70px 0;
    }
    .admin-bar .flashy-overlay .flashy-close {
      top: 32px;
    }
  }
  
  /*--------------------------------------------------------------
  ## Large 
  --------------------------------------------------------------*/
  /**
   * 8.6 - >= 1200px
   */
  @media only screen and (min-width: 75em) {
    .navigation-classic .site-header-menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    div#primary-menu-wrapper .menu-toggle {
      margin-right: 0;
    }
    #primary-menu-wrapper .main-navigation a > .icon {
      display: inline-block;
    }
    .transparent-header.header-style-one .custom-header,
    .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-one div#social-menu-wrapper .menu-inside-wrapper {
      top: 0;
    }
    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
      max-width: 100%;
    }
    .navigation-classic .site-branding {
      text-align: left;
    }
    .header-style-two #primary-menu-wrapper.show-in-desktop {
      display: block;
    }
    .header-style-one div#social-menu-wrapper .menu-inside-wrapper {
      right: 0;
      width: auto;
    }
    .header-style-one div#social-menu-wrapper .menu-toggle-wrapper {
      display: none;
    }
    .header-style-one div#social-menu-wrapper .menu-inside-wrapper {
      background: transparent;
      border: 0;
      position: relative;
      opacity: 1;
      visibility: visible;
    }
    .header-style-one
      div#social-menu-wrapper
      .menu-inside-wrapper
      .social-links-menu {
      padding: 0;
    }
    .navigation-classic .menu-toggle {
      display: none;
    }
    .navigation-classic #primary-search-wrapper .menu-toggle {
      display: block;
    }
    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
      border: none;
      position: relative;
      display: block;
      float: left;
      top: 0;
      left: 0;
      right: 0;
      visibility: visible;
      opacity: 1;
      width: auto;
      bottom: auto;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      overflow: inherit;
    }
    #primary-search-wrapper.show-in-mobile,
    .site-header-menu > #site-header-cart-wrapper.show-in-mobile,
    #primary-menu-wrapper.show-in-mobile {
      display: none;
    }
    .site-header-menu > #site-header-cart-wrapper.show-in-desktop,
    #primary-menu-wrapper.show-in-desktop {
      display: block;
    }
    .navigation-classic .main-navigation li a {
      line-height: 2;
      opacity: 0.8;
      padding: 21px 20px;
    }
    .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 .nav-menu > .current-menu-item a:before,
    .navigation-classic .main-navigation .nav-menu > .current_page_item a:before {
      height: 4px;
      opacity: 1;
      width: calc(100% - 40px);
    }
    .navigation-classic .main-navigation .nav-menu > li > a:before {
      bottom: 0;
      content: "";
      height: 0;
      left: 50%;
      opacity: 0;
      position: absolute;
      width: calc(100% - 40px);
      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);
    }
    .navigation-classic .main-navigation .nav-menu > li:hover a:before,
    .navigation-classic .main-navigation .nav-menu > li:focus a:before {
      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 a,
    .navigation-classic .main-navigation ul :hover > a,
    .navigation-classic .main-navigation ul .focus > a {
      background-color: transparent;
    }
    .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 li {
      border-bottom: none;
    }
    .navigation-classic .main-navigation ul ul li:hover > ul,
    .navigation-classic .main-navigation ul ul li.focus > ul {
      left: auto;
      right: 100%;
    }
    .navigation-classic .main-navigation li {
      display: inline-block;
    }
    .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;
    }
    .team-content-wrapper.section-content-wrapper .hentry-inner .post-thumbnail {
      height: 260px;
      width: 260px;
    }
    #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 */
    .two-columns-layout.single-product ul.products.columns-4 li.product {
      width: 25%;
    }
    .why-choose-us-section.content-hide .entry-container {
      width: 300px;
    }
    .transparent-header.header-style-one
      .navigation-classic
      .main-navigation
      li
      a {
      padding-bottom: 34px;
      padding-top: 34px;
    }
    .section {
      padding: 90px 0 48px 0;
    }
    .custom-header
      + .section:not(.portfolio-content-section.has-background-image),
    .feature-slider-section
      + .section:not(.portfolio-content-section.has-background-image),
    .custom-header + .section:not(.promotion-section),
    .feature-slider-section + .section:not(.promotion-section) {
      padding-top: 90px;
    }
    .custom-header + .portfolio-content-section.has-background-image,
    .feature-slider-section + .portfolio-content-section.has-background-image,
    .custom-header + .promotion-section,
    .feature-slider-section + .promotion-section {
      margin-top: 90px;
    }
    #content #infinite-handle,
    #content .infinite-loader {
      margin-top: 70px;
    }
    #promotion-section.promotion-section.section {
      padding-top: 120px;
    }
    #footer-newsletter .widget {
      padding: 90px 50px;
    }
    .trip-filter-section + .section {
      padding-top: 90px;
    }
    .section + .site-content {
      padding-top: 20px;
    }
    .entry-breadcrumbs,
    .woocommerce .woocommerce-breadcrumb {
      padding-left: 50px;
      padding-right: 50px;
    }
    .section-heading-wrapper {
      padding-bottom: 56px;
    }
    .portfolio-content-section.itineraries
      .portfolio-content-wrapper
      .hentry-inner
      .entry-container
      .entry-header,
    .portfolio-content-section.itineraries
      .portfolio-content-wrapper
      .hentry-inner
      .entry-container
      .trip-footer,
    .portfolio-content-section.destination
      .portfolio-content-wrapper
      .hentry-inner
      .entry-container
      .entry-header,
    .portfolio-content-section.destination
      .portfolio-content-wrapper
      .hentry-inner
      .entry-container
      .trip-footer {
      padding: 35px 42px;
    }
    .archive-posts-wrapper .section-content-wrapper .entry-title,
    .entry-meta {
      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;
    }
    .demo_store {
      padding-left: 50px;
    }
    .contact-us-form form {
      margin-top: 35px;
    }
    .custom-header-media {
      padding-left: 50px;
      padding-right: 50px;
    }
    #contact-section .section-content-wrapper {
      padding: 0 30px;
    }
    .events-content-wrapper .entry-summary,
    aside.footer-widget-area a {
      font-size: 18px;
      font-size: 1.125rem;
    }
    body #playlist-section .wp-playlist {
      margin-top: 28px;
    }
    .section-content-wrapper,
    .promotion-section.section .section-content-wrapper {
      padding: 0 30px;
    }
    .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-content-wrapper .entry-summary,
    .section-description,
    .section-content-wrapper .entry-content,
    .more-button {
      margin-top: 28px;
    }
    .promotion-section .section-title-wrapper,
    .section-content-wrapper .post-thumbnail,
    .latest-trip-section .price,
    .comment-meta {
      margin-bottom: 28px;
    }
    .left-content .price-offer .entry-title {
      margin-bottom: 28px;
    }
    .two-columns-layout.single-product
      ul.products.columns-4
      li.product:nth-child(4n + 1) {
      clear: none;
    }
    .two-columns-layout.single-product
      ul.products.columns-4
      li.product:nth-child(2n + 1) {
      clear: none;
    }
    #testimonial-content-section .section-content-wrapper .entry-summary,
    #testimonial-content-section .section-content-wrapper .entry-content {
      margin: 0 0 28px;
    }
    #primary-search-wrapper > .social-navigation {
      display: block;
    }
    .comment-respond {
      padding: 42px 56px;
    }
    .entry-content h4,
    .entry-summary h4,
    .comment-content h4,
    .textwidget h4 {
      font-size: 26px;
      font-size: 1.635rem;
    }
    #site-generator .social-navigation a,
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    .textwidget h3 {
      font-size: 30px;
      font-size: 1.875rem;
    }
    .woocommerce-posts-wrapper .entry-title,
    .woocommerce .related.products > h2,
    .portfolio-content-section.itineraries
      .portfolio-content-wrapper
      .hentry-inner
      .entry-container
      .amount,
    .portfolio-content-section.destination
      .portfolio-content-wrapper
      .hentry-inner
      .entry-container
      .amount,
    .latest-trip-section .hentry-inner .entry-container .amount,
    .entry-content h2,
    .entry-summary h2,
    .comment-content 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,
    .comment-content h1,
    .textwidget h1 {
      font-size: 42px;
      font-size: 2.625rem;
    }
    #contact-section .entry-container .inner-container .entry-title,
    .section-title,
    .promotion-section .entry-title {
      font-size: 46px;
      font-size: 2.875rem;
    }
    .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;
    }
    .left-content .price-offer .price-per-person {
      margin-bottom: 45px;
    }
    .left-content .price-offer .price-per-person span.amount {
      font-size: 110px;
      font-size: 6.875rem;
    }
    .single .site-main .entry-header,
    .page .site-main .entry-header,
    .archive .page-header,
    .error404 .page-header,
    .search .page-header,
    .woocommerce-products-header {
      margin-bottom: 63px;
    }
    .two-columns-layout
      .site-content
      + .section:nth-child(odd):not(.logo-slider-section) {
      padding-top: 10px;
    }
    .footer-contact {
      margin-top: 49px;
    }
    .site-content > .wrapper {
      padding: 70px 30px 90px 30px;
    }
    .author-info {
      margin-top: 56px;
    }
    #footer-instagram .widget-title {
      margin: 70px auto 42px;
    }
    #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;
    }
    .site-header-main .wrapper,
    #header-top .wrapper {
      padding-left: 50px;
      padding-right: 50px;
    }
    button,
    .more-link,
    .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,
    .promotion-section .more-link {
      padding: 14px 35px;
    }
    .hero-section.content-align-left .entry-container {
      padding-right: 70px;
    }
    .hero-section.content-align-right .entry-container {
      padding-left: 70px;
    }
    .hero-content-wrapper .entry-container {
      padding-bottom: 70px;
      padding-top: 70px;
    }
    #testimonial-content-section .owl-prev {
      left: 25px;
    }
    #testimonial-content-section .owl-next {
      right: 25px;
    }
    .featured-trip-section .title_price_wrapper {
      padding-bottom: 42px;
      padding-left: 42px;
    }
    .left-content .price-offer .price-per-person {
      margin-bottom: 57px;
    }
    .left-content .price-offer .offer-lists ul {
      margin-bottom: 30px;
    }
    .comment-container {
      padding: 35px 50px;
    }
  }
  
  /*--------------------------------------------------------------
  ## 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;
    }
    #promotion-section.promotion-section.section {
      padding-bottom: 161px;
      padding-top: 203px;
    }
    .section {
      padding: 105px 0 63px 0;
    }
    .custom-header
      + .section:not(.portfolio-content-section.has-background-image),
    .feature-slider-section
      + .section:not(.portfolio-content-section.has-background-image),
    .custom-header + .section:not(.promotion-section),
    .feature-slider-section + .section:not(.promotion-section) {
      padding-top: 105px;
    }
    .custom-header + .portfolio-content-section.has-background-image,
    .feature-slider-section + .portfolio-content-section.has-background-image,
    .custom-header + .promotion-section,
    .feature-slider-section + .promotion-section {
      margin-top: 105px;
    }
    #footer-newsletter .widget {
      padding: 105px 50px;
    }
    .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;
    }
    .comments-area {
      padding-top: 70px;
      margin-top: 70px;
    }
    .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;
    }
    .promotion-section.section {
      padding-bottom: 128px;
      padding-top: 170px;
    }
    .team-content-wrapper .entry-container {
      padding: 0 42px 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;
    }
    .archive-posts-wrapper .entry-meta a {
      font-size: 16px;
      font-size: 1rem;
    }
    .single .site-main .entry-header,
    .page .site-main .entry-header,
    .archive .page-header,
    .error404 .page-header,
    .search .page-header,
    .woocommerce-products-header {
      margin-bottom: 83px;
    }
    ul.products li.product .price,
    .menu-toggle-close,
    .dropdown-toggle,
    .sidebar .widget,
    .sidebar .social-links-menu li a .icon,
    .search-submit:before {
      font-size: 18px;
      font-size: 1.125rem;
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1,
    .textwidget h1 {
      font-size: 58px;
      font-size: 3.625rem;
    }
    .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.25;
    }
    #stats-section .entry-title {
      font-size: 46px;
      font-size: 2.875rem;
    }
    #footer-instagram .widget-title,
    .home .header-media .entry-title,
    .slider-content-wrapper .entry-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .textwidget h2 {
      font-size: 49px;
      font-size: 3.0625rem;
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    .textwidget h3 {
      font-size: 36px;
      font-size: 2.25em;
    }
    .entry-content h4,
    .entry-summary h4,
    .comment-content h4,
    .textwidget h4,
    .post-navigation .nav-links,
    #feature-slider-section .entry-summary,
    #feature-slider-section .entry-content,
    .comment-reply-title,
    ul.products li.product .woocommerce-loop-product__title,
    .comments-title,
    .comment-reply-title,
    .entry-title {
      font-size: 28px;
      font-size: 1.75rem;
    }
    .entry-content h5,
    .entry-summary h5,
    .comment-content h5,
    .textwidget h5,
    .author-description .author-title,
    .author-description .author-title {
      font-size: 24px;
      font-size: 1.5rem;
    }
    #footer-instagram .widget-title {
      margin: 84px auto 42px;
    }
    .contact-us-form form {
      margin-top: 46px;
    }
    .archive-post-wrap .entry-container {
      padding: 35px;
    }
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce button.button.alt,
    .woocommerce input.button,
    .woocommerce input.button.alt {
      padding: 14px 35px;
    }
    .section:not(.testimonial-content-section):not(.stats-section):not(.why-choose-us)
      .section-heading-wrapper,
    .filter-button-group {
      padding-bottom: 56px;
    }
    .section-content-wrapper .entry-summary,
    .section-content-wrapper .entry-content,
    .more-button,
    .contact-us-form form {
      margin-top: 35px;
    }
    #testimonial-content-section .section-content-wrapper .entry-summary,
    #testimonial-content-section .section-content-wrapper .entry-content {
      margin: 0 0 35px;
    }
    .custom-header-content {
      padding: 70px;
    }
  }
  
  /*--------------------------------------------------------------
  ## Ultra Wide
  --------------------------------------------------------------*/
  /**
   * 8.9 - >= 1920px
   */
  /*--------------------------------------------------------------
  # Colors
  --------------------------------------------------------------*/
  /**
   * 10.0 - Color
   */
  /* Background Color */
  body {
    background-color: #fff;
  }
  
  /* Page Background Color */
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  select,
  .widget_categories ul li span:after,
  .widget_archive ul li span:after,
  .custom-header-form,
  .section:nth-child(even)
    + .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container,
  .section:nth-child(even)
    + .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container,
  .section:nth-child(even)
    + .featured-content-section
    .hentry-inner
    .entry-container,
  .section:nth-child(even) + .team-content-section .hentry-inner:before,
  .section:nth-child(even) + .service-section .hentry-inner,
  .section:nth-child(even) + .featured-trip-section .hentry .entry-container,
  .section:nth-child(even) + #contact-section .entry-container .inner-container,
  .section:nth-child(even)
    + #testimonial-content-section
    .section-content-wrapper
    .hentry-inner
    .entry-content,
  .section:nth-child(even)
    + #testimonial-content-section
    .section-content-wrapper
    .hentry-inner
    .entry-summary,
  .home .header-media.content-frame .custom-header-content,
  .demo_store .woocommerce-store-notice__dismiss-link,
  .promotion-headline-wrapper.section
    .section-content-wrap
    .inner-container
    .more-button
    .more-link:hover,
  .promotion-headline-wrapper.section
    .section-content-wrap
    .inner-container
    .more-button
    .more-link:focus,
  .select2-container--default .select2-selection--single,
  .screen-reader-text:focus,
  .boxed-layout .site,
  .ui-state-active,
  .transparent-header.navigation-classic .main-navigation a:before,
  .site-header-cart .cart-contents .count,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    background-color: #fff;
  }
  
  .section:nth-child(even) + .testimonial-content-section .entry-content:after,
  .section:nth-child(even)
    + .team-content-section
    .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .post-thumbnail
    img {
    border-color: #fff;
  }
  
  /* Tertiary Background Color */
  .header-style-one #primary-search-wrapper .menu-inside-wrapper,
  .portfolio-content-wrapper .filter-button-group button.is-checked {
    background-color: #061d55;
  }
  
  /* Secondary Background Color */
  #site-header-top-menu,
  .comment-container,
  .section:nth-child(odd),
  .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)
    + .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container,
  .section:nth-child(odd)
    + .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container,
  .section:nth-child(odd)
    + .featured-content-section
    .hentry-inner
    .entry-container,
  .section:nth-child(odd) + .service-section .hentry-inner,
  .section:nth-child(odd) + .team-content-section .hentry-inner:before,
  .section:nth-child(odd) + .featured-trip-section .hentry .entry-container,
  .section:nth-child(odd)
    + #testimonial-content-section
    .section-content-wrapper
    .hentry-inner
    .entry-content,
  .section:nth-child(odd)
    + #testimonial-content-section
    .section-content-wrapper
    .hentry-inner
    .entry-summary,
  .section:nth-child(odd) + #contact-section .entry-container .inner-container,
  .footer-newsletter input:not([type="submit"]),
  .custom-header-form input:not([type="submit"]),
  .custom-header-form textarea,
  .team-content-wrapper .entry-container,
  .featured-content-section .entry-container,
  .skill-section .section-content-wrapper,
  #primary-search-wrapper .menu-inside-wrapper,
  .menu-inside-wrapper,
  .mobile-social-search,
  mark,
  .custom-header,
  ul.tabs.wc-tabs li.active a,
  .woocommerce-Tabs-panel,
  .shop_table thead th,
  ul.wc_payment_methods.payment_methods.methods li,
  .comment-respond,
  .site-header-cart .widget_shopping_cart,
  pre,
  .widget .ui-tabs .ui-tabs-panel {
    background-color: #f6f6f6;
  }
  
  @media only screen and (min-width: 64em) {
    #site-header-top-menu {
      background-color: transparent;
    }
  }
  
  .section:nth-child(odd) + .testimonial-content-section .entry-content:after,
  .section:nth-child(odd)
    + .team-content-section
    .team-content-wrapper.section-content-wrapper
    .hentry-inner
    .post-thumbnail
    img {
    border-color: #f6f6f6;
  }
  
  @media only screen and (min-width: 35.5em) {
    .comment-body .comment-container:before {
      border-right-color: #f6f6f6;
    }
  }
  
  .comment-container:before {
    border-bottom-color: #f6f6f6;
  }
  
  @media only screen and (min-width: 64em) {
    .navigation-classic .site-header .sub-menu,
    .navigation-classic .site-header .children {
      background-color: #f6f6f6;
    }
  }
  
  /* Footer Background Color */
  #colophon {
    background-color: #121212;
  }
  
  /* Main Text Color */
  body,
  input,
  select,
  optgroup,
  textarea,
  blockquote,
  .list-inline li a,
  .list-inline li,
  .wpcf7-response-output,
  .wpcf7-list-item-label,
  label,
  .job-label,
  .pagination .page-numbers.dots,
  .navigation.pagination .next,
  .navigation.pagination .previous,
  input,
  select,
  optgroup,
  textarea,
  .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a,
  #portfolio-content-section.itineraries .entry-container,
  #portfolio-content-section.destination .entry-container,
  .section-description-wrapper,
  .section-title-wrapper + .section-description,
  .section-heading-wrapper > .section-description,
  .section-title + .section-description,
  .custom-header-content-wrapper .more-link,
  .skill-section.has-background-image .entry-summary,
  .skill-section.has-background-image .entry-content,
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  .sidebar .widget-wrap p,
  #promotion-section .play-video .play-button:hover:before,
  #promotion-section .play-video .play-button:focus:before,
  .entry-container .entry-content,
  .entry-container .entry-summary {
    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.has-header-media .menu-toggle,
  .transparent-header.slider-after-header .menu-toggle {
    color: #fff;
  }
  
  @media only screen and (min-width: 48em) {
    .transparent-header.has-header-media #site-header-cart-wrapper .cart-contents,
    .transparent-header.slider-after-header
      #site-header-cart-wrapper
      .cart-contents {
      color: #fff;
    }
  }
  
  @media only screen and (min-width: 75em) {
    .transparent-header.has-header-media.navigation-classic
      .main-navigation
      ul:not(.sub-menu):not(.children)
      > li
      > a,
    .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).has-header-media
      header
      .social-navigation
      li
      a,
    .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.has-header-media
    .main-navigation
    .nav-menu
    > li
    > a:before,
  .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).has-header-media
    header
    .social-navigation
    li
    a:hover,
  .transparent-header:not(.header-style-two).has-header-media
    header
    .social-navigation
    li
    a:focus,
  .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.has-header-media .menu-toggle:hover,
  .transparent-header.has-header-media .menu-toggle:focus,
  .transparent-header.slider-after-header .menu-toggle:hover,
  .transparent-header.slider-after-header .menu-toggle:focus,
  .transparent-header.has-header-media
    #site-header-cart-wrapper
    .cart-contents:hover,
  .transparent-header.has-header-media
    #site-header-cart-wrapper
    .cart-contents:focus,
  .transparent-header.slider-after-header
    #site-header-cart-wrapper
    .cart-contents:hover,
  .transparent-header.slider-after-header
    #site-header-cart-wrapper
    .cart-contents: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.has-header-media.navigation-classic
      .main-navigation
      ul:not(.sub-menu):not(.children)
      > 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.has-header-media.navigation-classic
      .menu-inside-wrapper
      .main-navigation
      ul:not(.sub-menu):not(.children)
      > li
      > a:hover,
    .transparent-header.has-header-media.navigation-classic
      .menu-inside-wrapper
      .main-navigation
      ul:not(.sub-menu):not(.children)
      > li
      > a:focus,
    .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,
  header .social-navigation .menu-social-container 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;
    }
  }
  
  button.menu-toggle {
    color: #fff;
  }
  
  @media only screen and (min-width: 48em) {
    #site-header-cart-wrapper .cart-contents {
      color: #fff;
    }
  }
  
  /* 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 .social-navigation .menu-social-container li a:hover,
  header .social-navigation .menu-social-container li a:focus,
  header .top-main-wrapper .social-navigation li a:focus,
  header .top-main-wrapper .social-navigation li a:hover,
  button.menu-toggle:hover,
  button.menu-toggle:focus,
  button.dropdown-toggle .icon:hover,
  button.dropdown-toggle .icon:focus,
  #site-header-cart-wrapper .cart-contents:hover,
  #site-header-cart-wrapper .cart-contents: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;
    }
  }
  
  .main-navigation .nav-menu > li > a:before,
  .main-navigation .nav-menu > li > a:before {
    background-color: #fff;
  }
  
  .navigation-classic .main-navigation .nav-menu > li > a:before {
    background-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,
  .has-header-image .custom-header-content .site-header-text .entry-meta a,
  .has-header-image .custom-header-content .section-title {
    color: #fff;
  }
  
  /* Heading Text Color */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .comment-respond .comment-form p label,
  .section-title,
  .portfolio-section-headline .section-title {
    color: #111111;
  }
  
  ins {
    background-color: #111111;
  }
  
  /* Link Color */
  a,
  .textwidget ul li .icon,
  ::marker,
  .entry-container .amount,
  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited,
  .left-content .price-offer .price-per-person .price,
  #wp-travel-featured-trip-section
    .featured-trip-content-wrapper
    .hentry
    .entry-container
    .amount,
  .social-search-wrapper .menu-social-container li a,
  .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,
  .comment-respond .comment-form p.is-focused label,
  .contact-section.section
    .section-content-wrap
    .hentry
    .entry-container
    .stay-connected
    .social-links-menu
    li
    a,
  .nav-title,
  .post-title,
  .woocommerce.has-header-image .woocommerce-breadcrumb a:hover,
  .woocommerce.has-header-image .woocommerce-breadcrumb a:focus {
    color: #fa6742;
  }
  
  /* Link Hover Color */
  a:hover,
  a:focus,
  .site-title a:hover,
  .site-title a:focus,
  .site-info a:hover,
  .site-info a:focus,
  .portfolio-content-wrapper .hentry .entry-container .entry-meta time:hover,
  .portfolio-content-wrapper .hentry .entry-container .entry-meta time:focus,
  .latest-trip-section
    .hentry-inner
    .post-thumbnail
    .entry-header
    .entry-title
    a:hover,
  .latest-trip-section
    .hentry-inner
    .post-thumbnail
    .entry-header
    .entry-title
    a:focus,
  .navigation-classic
    .menu-inside-wrapper
    .main-navigation
    ul
    > li
    > a:hover:hover,
  .navigation-classic
    .menu-inside-wrapper
    .main-navigation
    ul
    > li
    > a:hover:focus,
  .navigation-classic
    .menu-inside-wrapper
    .main-navigation
    ul
    > li
    > a:focus:hover,
  .navigation-classic
    .menu-inside-wrapper
    .main-navigation
    ul
    > li
    > a:focus:focus,
  .has-background-image
    .portfolio-content-wrapper
    .filter-button-group
    button:not(.is-checked):hover,
  .has-background-image
    .portfolio-content-wrapper
    .filter-button-group
    button:not(.is-checked):focus,
  .featured-trip-section .entry-title a:hover,
  .featured-trip-section .entry-title a:focus,
  .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,
  .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a:hover,
  .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a:focus,
  .wp-playlist-tracks .wp-playlist-caption:hover,
  .wp-playlist-tracks .wp-playlist-caption:focus,
  #site-header-cart-wrapper a.cart-contents:hover,
  #site-header-cart-wrapper a.cart-contents:focus,
  .woocommerce-loop-product__title:hover,
  .woocommerce-loop-product__title:focus,
  span.price span.woocommerce-Price-amount:hover,
  span.price span.woocommerce-Price-amount: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,
  .menu-social-container a:hover,
  .menu-social-container 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,
  .social-search-wrapper .menu-social-container li a:hover,
  .social-search-wrapper .menu-social-container li a:focus,
  #site-header-cart-wrapper a.cart-contents:hover,
  #site-header-cart-wrapper a.cart-contents:focus,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .entry-container
    > .entry-meta
    .posted-on
    a:hover,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .entry-container
    > .entry-meta
    .posted-on
    a:focus {
    color: #ffbb4a;
  }
  
  @media only screen and (min-width: 48em) {
    a.cart-contents:hover,
    a.cart-contents:focus,
    button.menu-toggle:hover,
    button.menu-toggle: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,
  a.cart-contents,
  .portfolio-content-wrapper .filter-button-group button,
  .entry-title a,
  button.menu-toggle,
  .menu-toggle,
  .site-header-cart .cart-contents,
  .drop-cap:first-letter,
  .main-navigation .nav-menu > li a,
  #contact-section.has-background-image .entry-container .entry-title,
  .author-name a,
  .comments-title,
  .comment-reply-title,
  .post-navigation .nav-title,
  .left-content .price-offer .offer-lists a,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a,
  .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,
  .menu-social-container a,
  .service-section .more-link,
  .testimonial-content-section .more-link,
  .ghost-button .more-link,
  .stats-section p:not(.view-more) .more-link,
  .featured-content-section .more-link,
  .archive-posts-wrapper .more-link,
  .custom-header .entry-breadcrumbs a,
  .product-container a.button,
  .author-name,
  .comment-reply-link,
  .author-title,
  ins,
  .wp-block-pullquote cite,
  .wp-block-quote cite,
  cite,
  .latest-trip-section label,
  del,
  .entry-meta a,
  .sidebar .widget-wrap li a,
  .widget_recent_entries li a,
  .testimonial-content-section .entry-meta span,
  .onsale,
  .entry-breadcrumbs a,
  .woocommerce.woocommerce-active .woocommerce-breadcrumb a,
  p.stars a,
  .single footer .entry-meta a,
  p.stars a:before,
  .controller:before,
  .tag-cloud-link,
  .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,
  #footer-newsletter .wrapper .section-description,
  .widget-wrap span.post-date,
  .contact-section .entry-container a,
  .archive .section-content-wrapper .more-link .readmore,
  .faq-section .hentry .more-link,
  .team-section .hentry .more-link,
  .testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:before,
  .testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:after,
  .testimonials-content-wrapper.section.testimonial-wrapper .cycle-next:before,
  .clients-content-wrapper .controller .cycle-pager span,
  .testimonials-content-wrapper .cycle-pager:after,
  .slider-content-wrapper .entry-container .entry-container-wrap .entry-summary,
  .testimonials-content-wrapper .entry-title a,
  .testimonials-content-wrapper.section.testimonial-wrapper .hentry,
  .scrollup a:hover:before,
  .scrollup a:focus:before,
  .sidebar .widget-wrap .more-link,
  .promotion-headline-wrapper.section
    .section-content-wrap
    .inner-container
    .more-button
    .more-link:hover,
  .promotion-headline-wrapper.section
    .section-content-wrap
    .inner-container
    .more-button
    .more-link:focus,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .entry-container
    > .entry-meta
    .posted-on
    a,
  .team-section .entry-meta,
  .author-label,
  .author-section-title,
  .comment-permalink,
  .comment-edit-link,
  .entry-title span,
  .nav-subtitle,
  .nav-menu .menu-item-has-children > a:before,
  .nav-menu .menu_item_has_children > a:before,
  .product-content-section span.woocommerce-Price-amount,
  .breadcrumb-area .entry-breadcrumbs,
  .breadcrumb-area .woocommerce-breadcrumb,
  .vcard,
  .position,
  .entry-meta a {
    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,
  .main-navigation .nav-menu > li a:hover,
  .main-navigation .nav-menu > li 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,
  .left-content .price-offer .offer-lists a:hover,
  .left-content .price-offer .offer-lists a:focus,
  .top-main-wrapper ul li a:hover,
  .top-main-wrapper ul li a:focus,
  .testimonial-content-section .more-link:hover,
  .testimonial-content-section .more-link:focus,
  .transparent-header.has-header-media .site-title a:hover,
  .transparent-header.has-header-media .site-title a:focus,
  #header-content #primary-search-wrapper button.search-submit:hover,
  #header-content #primary-search-wrapper button.search-submit:focus,
  .sidebar .widget-wrap li a:hover,
  .sidebar .widget-wrap li a:focus,
  .has-background-image .woocommerce-loop-product__title:hover,
  .has-background-image .woocommerce-loop-product__title:focus,
  .has-background-image .entry-container .entry-meta a:hover,
  .has-background-image .entry-container .entry-meta a:focus,
  .has-background-image .entry-container .entry-title a:hover,
  .has-background-image .entry-container .entry-title a:focus,
  .single footer .entry-meta a:hover,
  .single footer .entry-meta 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,
  .has-background-image .entry-meta a:hover,
  .has-background-image .entry-meta a:focus,
  .woocommerce .woocommerce-breadcrumb a:hover,
  .woocommerce .woocommerce-breadcrumb a:focus,
  .team-content-wrapper .entry-container .entry-title a:hover,
  .team-content-wrapper .entry-container .entry-title a:focus,
  .team-content-wrapper .entry-container .entry-meta a:hover,
  .team-content-wrapper .entry-container .entry-meta a:focus,
  .team-content-wrapper .entry-container .social-navigation a:hover,
  .team-content-wrapper .entry-container .social-navigation a:focus,
  #service-section .entry-title a:hover,
  #service-section .entry-title a:focus,
  .events-content-wrapper .entry-meta a:hover,
  .events-content-wrapper .entry-meta a:focus,
  .widget_recent_entries li a:hover,
  .widget_recent_entries li a:focus,
  .portfolio-content-section:not(.itineraries)
    .hentry
    .entry-container
    a:not(.more-link):hover,
  .portfolio-content-section:not(.itineraries)
    .hentry
    .entry-container
    a:not(.more-link):focus,
  .portfolio-content-section:not(.destination)
    .hentry
    .entry-container
    a:not(.more-link):hover,
  .portfolio-content-section:not(.destination)
    .hentry
    .entry-container
    a:not(.more-link):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,
  .tag-cloud-link:hover,
  .tag-cloud-link:focus,
  .nav-title:hover,
  .nav-title:focus,
  .featured-content-section .hentry .more-link:hover,
  .featured-content-section .hentry .more-link:focus,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a:hover,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a:focus,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a:hover,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a:focus,
  .author a:hover,
  .author a:focus,
  .entry-title a:hover,
  .entry-title a: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,
  .comment-reply-link:hover,
  .comment-reply-link:focus,
  aside.footer-widget-area a:hover,
  aside.footer-widget-area a:focus,
  .portfolio-content-wrapper .filter-button-group button:hover,
  .portfolio-content-wrapper .filter-button-group button:focus,
  .author-section-title:hover,
  .author-section-title:focus,
  .comment-permalink:hover,
  .comment-permalink:focus,
  .comment-edit-link:hover,
  .comment-edit-link:focus,
  .nav-subtitle:hover,
  .nav-subtitle:focus,
  .entry-meta a:hover,
  .entry-meta a:focus,
  .testimonials-content-wrapper.section.testimonial-wrapper .entry-title a:hover,
  .testimonials-content-wrapper.section.testimonial-wrapper .entry-title a:focus,
  #site-generator .menu-social-container a:hover,
  #site-generator .menu-social-container a:focus,
  .widget-wrap li a:hover,
  .widget-wrap li 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,
  .service-section .hentry .more-link:hover,
  .service-section .hentry .more-link:focus,
  #service-section.has-background-image .hentry .more-link:hover,
  #service-section.has-background-image .hentry .more-link:focus,
  #stats-section .hentry .more-link:hover,
  #stats-section .hentry .more-link:focus,
  #service-section .hentry .more-link:hover,
  #service-section .hentry .more-link:focus,
  .breadcrumb a:hover,
  .breadcrumb a:focus,
  aside.footer-widget-area .social-navigation a:hover,
  aside.footer-widget-area .social-navigation a:focus,
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:hover,
  .menu-toggle: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,
  .portfolio-content-section.itineraries
    .hentry-inner
    .trip-footer
    .entry-meta
    .icon:hover,
  .portfolio-content-section.itineraries
    .hentry-inner
    .trip-footer
    .entry-meta
    .icon:focus,
  .portfolio-content-section.destination
    .hentry-inner
    .trip-footer
    .entry-meta
    .icon:hover,
  .portfolio-content-section.destination
    .hentry-inner
    .trip-footer
    .entry-meta
    .icon:focus,
  .has-header-image .custom-header .breadcrumb-area .entry-breadcrumbs a:hover,
  .has-header-image .custom-header .breadcrumb-area .entry-breadcrumbs a:focus,
  .has-header-image .custom-header .breadcrumb-area .entry-breadcrumbs a:hover,
  .has-header-image .custom-header .breadcrumb-area .entry-breadcrumbs a:focus,
  .custom-header .entry-breadcrumbs a:hover,
  .custom-header .entry-breadcrumbs a:focus,
  .custom-header .entry-breadcrumbs a:hover,
  .custom-header .entry-breadcrumbs a:focus,
  .has-header-image .custom-header-content .site-header-text .entry-meta a:hover,
  .has-header-image .custom-header-content .site-header-text .entry-meta a:focus,
  .has-header-image .custom-header-content .site-header-text .entry-meta a:hover,
  .has-header-image .custom-header-content .site-header-text .entry-meta a: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,
  .service-section .more-link:hover,
  .service-section .more-link:focus,
  .service-section .more-link:hover,
  .service-section .more-link:focus,
  .entry-title a:hover,
  .entry-title a:focus,
  button.menu-toggle:hover,
  button.menu-toggle:focus,
  .menu-toggle:hover,
  .menu-toggle:focus,
  .site-header-cart .cart-contents:hover,
  .site-header-cart .cart-contents:focus,
  .main-navigation .nav-menu > li a:hover,
  .main-navigation .nav-menu > li a:focus,
  .author-name a:hover,
  .author-name a:focus,
  .left-content .price-offer .offer-lists a:hover,
  .left-content .price-offer .offer-lists a:focus,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a:hover,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a:focus,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a:hover,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry
    .entry-container
    .entry-container-inner-wrap
    .entry-title
    a:focus,
  .dropdown-toggle:hover,
  .dropdown-toggle:focus,
  .menu-social-container a:hover,
  .menu-social-container a:focus,
  .custom-header .entry-breadcrumbs a:hover,
  .custom-header .entry-breadcrumbs a:focus,
  .comment-reply-link:hover,
  .comment-reply-link:focus,
  .entry-meta a:hover,
  .entry-meta a:focus,
  .sidebar .widget-wrap li a:hover,
  .sidebar .widget-wrap li a:focus,
  .widget_recent_entries li a:hover,
  .widget_recent_entries li a:focus,
  .entry-breadcrumbs a:hover,
  .entry-breadcrumbs a:focus,
  .woocommerce.woocommerce-active .woocommerce-breadcrumb a:hover,
  .woocommerce.woocommerce-active .woocommerce-breadcrumb a:focus,
  p.stars a:hover,
  p.stars a:focus,
  .single footer .entry-meta a:hover,
  .single footer .entry-meta a:focus,
  .tag-cloud-link:hover,
  .tag-cloud-link: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,
  .contact-section .entry-container a:hover,
  .contact-section .entry-container a:focus,
  .archive .section-content-wrapper .more-link .readmore:hover,
  .archive .section-content-wrapper .more-link .readmore:focus,
  .testimonials-content-wrapper .entry-title a:hover,
  .testimonials-content-wrapper .entry-title a:focus,
  .sidebar .widget-wrap .more-link:hover,
  .sidebar .widget-wrap .more-link:focus,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .entry-container
    > .entry-meta
    .posted-on
    a:hover,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .entry-container
    > .entry-meta
    .posted-on
    a:focus,
  .entry-title span:hover,
  .entry-title span:focus,
  .entry-meta a:hover,
  .entry-meta a:focus {
    color: #ffbb4a;
  }
  
  p.stars:hover a:before,
  p.stars:focus a:before,
  .star-rating span:before,
  p.stars.selected a.active:before,
  p.stars.selected a:not(.active):before,
  p.stars.selected a.active ~ a:before,
  p.stars a:hover ~ a:before,
  p.stars a:focus ~ a:before,
  .site-header-cart .cart-contents:hover .count,
  .site-header-cart .cart-contents:focus .count,
  .menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a,
  #reviews .comment-respond .comment-form-rating .stars span a.active:before,
  .page-numbers.current,
  .breadcrumb-current,
  .page-links .current,
  #testimonial-content-section
    .section-content-wrapper
    .entry-content:hover:before,
  #testimonial-content-section
    .section-content-wrapper
    .entry-content:focus:before,
  #testimonial-content-section
    .section-content-wrapper
    .entry-summary:hover:before,
  #testimonial-content-section
    .section-content-wrapper
    .entry-summary:focus:before,
  #site-header-cart-wrapper a.cart-contents .count,
  #reviews
    .comment-respond
    .comment-form-rating
    .stars.selected
    span
    a:not(.active):before {
    color: #ffbb4a;
  }
  
  /* Button Background Color */
  .feature-slider-wrapper a.more-link,
  .more-link,
  .button,
  .sidebar .social-links-menu li a,
  .pagination .page-numbers:not(.next):not(.prev):not(.dots),
  .post-page-numbers,
  .demo_store,
  .section .section-content-wrapper.owl-carousel .owl-nav button,
  #feature-slider-section .section-content-wrapper .owl-nav button,
  input[type="submit"].submit,
  input[type="submit"].wpcf7-submit,
  .section .owl-carousel button.owl-dot,
  .entry-content button,
  .entry-summary button,
  button,
  #scrollup,
  .featured-trip-section
    .featured-trip-content-wrapper
    .featured-trip-slider.owl-carousel
    .owl-nav
    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,
  input[type="submit"],
  button[type="submit"],
  .scrollup a,
  .sticky-post,
  #team-dots li.active:after,
  #team-content-section .team-content-wrapper.owl-carousel .owl-nav button:hover,
  #team-content-section .team-content-wrapper.owl-carousel .owl-nav button:focus,
  .wp-block-button__link,
  #infinite-handle .ctis-load-more button,
  .menu-inside-wrapper #site-header-cart-wrappe li > a,
  .contact-section .entry-container ul.contact-details li .fa,
  nav.navigation.posts-navigation .nav-links a,
  .woocommerce-pagination ul.page-numbers li .page-numbers.current,
  .archive-content-wrap .pagination .page-numbers.current,
  .cart-collaterals .shop_table.shop_table_responsive .cart-subtotal,
  .sticky-label,
  .logo-slider-section .owl-dots .owl-dot span,
  .onsale {
    background-color: #fa6742;
  }
  
  .entry-title .sub-title,
  .section-subtitle,
  #testimonial-content-section .section-content-wrapper .entry-summary:before,
  #testimonial-content-section .section-content-wrapper .entry-content:before,
  .section-title-wrapper + .section-subtitle,
  .section-heading-wrapper > .section-subtitle,
  .skill-section.has-background-image
    .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,
  .owl-carousel .owl-dots button.owl-dot.active span,
  .logo-slider-section .owl-prev:hover,
  .logo-slider-section .owl-prev:focus,
  .logo-slider-section .owl-next:hover,
  .logo-slider-section .owl-next:focus,
  .woocommerce .products .product-container .button,
  .logo-slider-section .owl-dots .owl-dot.active span,
  blockquote.alignright,
  blockquote.alignleft,
  #contact-section .entry-container .inner-container,
  textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  .wpcf7 div input:focus,
  .wpcf7 div textarea:focus,
  #contact-section .hentry input:not([type="submit"]):focus,
  #contact-section .hentry textarea:focus {
    border-color: #fa6742;
  }
  
  /* Button Text Color */
  .more-link,
  .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,
  input[type="submit"].submit,
  input[type="submit"].wpcf7-submit,
  .slider-content-wrapper .controllers .cycle-prev,
  .slider-content-wrapper .controllers .cycle-next,
  button,
  #scrollup,
  .featured-trip-section
    .featured-trip-content-wrapper
    .featured-trip-slider.owl-carousel
    .owl-nav
    button,
  .featured-trip-section
    .featured-trip-content-wrapper
    .featured-trip-slider-grid.owl-carousel
    .owl-nav
    button,
  #primary-search-wrapper .search-container button,
  input[type="submit"],
  .button,
  .scrollup a:before,
  .page-numbers:hover,
  .page-numbers:focus,
  button[type="submit"],
  button#wp-custom-header-video-button,
  #infinite-handle .ctis-load-more button,
  nav.navigation.posts-navigation .nav-links a,
  .woocommerce-pagination ul.page-numbers li:hover,
  .archive-content-wrap .pagination .page-numbers:hover,
  .archive-content-wrap .pagination .page-numbers:focus,
  .woocommerce-pagination ul.page-numbers li:focus,
  .archive-content-wrap .pagination .page-numbers.current,
  .woocommerce-pagination ul.page-numbers li .page-numbers.current,
  #portfolio-content-section .entry-container,
  .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,
  .contact-section .entry-container ul.contact-details li .fa,
  .onsale,
  .cart-collaterals .shop_table.shop_table_responsive .cart-subtotal {
    color: #fff;
  }
  
  /* Tertiary link color */
  .list-inline li .icon,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .icon,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .icon,
  .trip-filter-section .description-box .item .icon:not(.icon-search) {
    color: #ffbb4a;
  }
  
  /* Button Hover Text Color */
  .more-link:hover,
  .more-link:focus,
  button:hover,
  button: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.owl-carousel
    .owl-nav
    button:hover,
  .featured-trip-section
    .featured-trip-content-wrapper
    .featured-trip-slider.owl-carousel
    .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,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  button[type="submit"]:hover,
  button[type="submit"]:focus,
  #portfolio-content-section:not(.itineraries) .more-link:hover,
  #portfolio-content-section:not(.itineraries) .more-link:focus,
  #portfolio-content-section:not(.destination) .more-link:hover,
  #portfolio-content-section:not(.destination) .more-link:focus,
  #primary-search-wrapper .search-container button:hover,
  #primary-search-wrapper .search-container 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,
  .contact-section
    .section-content-wrap
    .hentry
    .entry-container
    .stay-connected
    .social-links-menu
    li:hover,
  .contact-section
    .section-content-wrap
    .hentry
    .entry-container
    .stay-connected
    .social-links-menu
    li:focus,
  .feature-slider-wrapper .entry-summary a:hover,
  .feature-slider-wrapper .entry-summary a:focus,
  #contact-section input[type="submit"]:hover,
  #contact-section input[type="submit"]: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,
  .product-container a.button:hover,
  .product-container a.button:focus,
  #scrollup:hover,
  #scrollup: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,
  #contact-section.has-background-image input[type="submit"]:hover,
  #contact-section.has-background-image input[type="submit"]:focus,
  #scrollup:hover,
  #scrollup:focus,
  button:hover,
  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.owl-carousel
    .owl-nav
    button:hover,
  .featured-trip-section
    .featured-trip-content-wrapper
    .featured-trip-slider.owl-carousel
    .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,
  input[type="submit"]:hover,
  input[type="submit"]: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,
  button[type="submit"]:hover,
  button[type="submit"]:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  #promotion-section .play-button:hover,
  #promotion-section .play-button:focus,
  .woocommerce .products .product-container .button:hover,
  .woocommerce .products .product-container .button: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,
  .contact-section
    .section-content-wrap
    .hentry
    .entry-container
    .stay-connected
    .social-links-menu
    li:hover,
  .contact-section
    .section-content-wrap
    .hentry
    .entry-container
    .stay-connected
    .social-links-menu
    li:focus,
  nav.navigation.posts-navigation .nav-links a:hover,
  nav.navigation.posts-navigation .nav-links a:focus,
  .woocommerce-pagination ul.page-numbers li .page-numbers:hover,
  .woocommerce-pagination ul.page-numbers li .page-numbers: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,
  #contact-section input[type="submit"]:hover,
  #contact-section input[type="submit"]: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;
  }
  
  /* Border Color */
  .header-style-two #site-header-top-menu::after,
  .color-scheme-corporate.header-style-two .header-top-bar:after,
  .page .site-main .entry-footer .entry-meta > a,
  .single .site-main .entry-footer .entry-meta > a,
  .tagcloud a,
  .widget-area .essential-widgets .tagcloud a,
  .widget-area .essential-widgets .tagcloud.rounded-corners a,
  .post-navigation .nav-links,
  #site-header-top-menu,
  .wp-block-calendar tbody td,
  .wp-block-calendar th,
  aside.widget-area + div#site-generator:before,
  .header-style-one .site-header-menu,
  .latest-trip-section .hentry-inner .entry-meta li,
  .trip-content-wrapper .hentry-inner .entry-container .entry-summary,
  .trip-content-wrapper .hentry-inner .entry-container .entry-content,
  .portfolio-content-section.itineraries
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer,
  .portfolio-content-section.destination
    .portfolio-content-wrapper
    .hentry-inner
    .entry-container
    .entry-container-inner-wrap
    .trip-footer,
  .post-navigation .nav-previous,
  .ghost-button .more-link,
  .trip-filter-section .description-box .item select,
  .trip-filter-section .description-box .item input[type="text"],
  .featured-trip-section .inner-container,
  .woocommerce-ordering select,
  .list-inline li,
  .latest-trip-section .meta-wrapper,
  .woocommerce-tabs .panel,
  .woocommerce-tabs ul.tabs li.active a:after,
  .woocommerce-tabs ul.tabs:after,
  .calendar_wrap tbody tr:first-child,
  .calendar_wrap tbody tr:last-child,
  tfoot,
  tfoot tr td,
  .author-info,
  .wpcf7 div input,
  .wpcf7 div textarea,
  .navigation-classic .main-navigation ul ul,
  .woocommerce-shorting-wrapper,
  .woocommerce-tabs ul.tabs.wc-tabs li,
  .menu-wrapper .widget_shopping_cart ul.woocommerce-mini-cart li,
  .entry-summary form.cart,
  .widget_recent_entries li,
  .team-section
    .team-content-wrapper
    .hentry
    .team-social-profile
    .social-links-menu,
  #contact-section .hentry input:not([type="submit"]),
  #contact-section .hentry textarea,
  input[type="submit"],
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  table,
  caption,
  table th,
  table thead tr,
  table thead th,
  thead th,
  tbody th,
  tbody td,
  tbody tr,
  table.shop_table_responsive tr td,
  table tbody tr,
  table.shop_table_responsive tbody tr:last-child,
  .shop_table tfoot tr td,
  .shop_table tfoot tr th,
  table.shop_table.woocommerce-checkout-review-order-table .cart_item td,
  table.shop_table.woocommerce-checkout-review-order-table tr td,
  table.shop_table.woocommerce-checkout-review-order-table tr th,
  .rtl tbody td:last-child,
  .rtl table thead th:last-child,
  .select2-container--default .select2-selection--single,
  table.woocommerce-grouped-product-list.group_table,
  table.woocommerce-grouped-product-list.group_table td,
  table.variations,
  table.variations td,
  .woocommerce-pagination ul.page-numbers li .page-numbers,
  .archive-content-wrap .navigation.pagination .page-numbers,
  .woocommerce-posts-wrapper .summary.entry-summary .woocommerce-product-rating,
  .cart-collaterals .order-total,
  #payment .wc_payment_methods .payment_box,
  .products .product,
  select,
  header .site-header-main,
  abbr,
  acronym,
  .product-quantity input[type="number"],
  .coupon input[type="text"],
  .site-header-main .menu-inside-wrapper,
  .site-header-cart .widget_shopping_cart,
  .woocommerce-grouped-product-list tr,
  .mobile-social-search,
  .widget .ui-tabs .ui-tabs-panel,
  .site-header-menu .menu-inside-wrapper .nav-menu button:focus,
  header
    .site-header-menu
    .menu-inside-wrapper
    .main-navigation
    .sub-menu
    li:last-child,
  header
    .site-header-menu
    .menu-inside-wrapper
    .main-navigation
    .children
    li:last-child,
  .comment-body,
  .promotion-headline-wrapper.section
    .section-content-wrap
    .inner-container
    .more-button
    .more-link,
  .archive-content-wrap
    .section-content-wrapper.layout-one
    .hentry
    .hentry-inner
    .entry-container
    > .entry-meta,
  .section:nth-child(even) + .site-content,
  .comments-area,
  .events-content-wrapper .hentry {
    border-color: #e6e6e6;
  }
  
  /* Content Color White */
  .featured-trip-section .entry-title a,
  .latest-trip-section .entry-title a,
  .latest-trip-section .entry-header,
  .demo_store,
  .sticky-post,
  .site-info,
  .scroll-down,
  #header-content #primary-search-wrapper input[type="search"],
  .site-info a,
  aside.footer-widget-area .widget,
  aside.footer-widget-area svg,
  aside.footer-widget-area a,
  #testimonial-content-section .owl-next:hover,
  #testimonial-content-section .owl-next:focus,
  #testimonial-content-section .owl-prev:hover,
  #testimonial-content-section .owl-prev:focus,
  .woocommerce .custom-header .woocommerce-breadcrumb a,
  .has-header-image .custom-header .breadcrumb-area .entry-breadcrumbs,
  .has-header-image .custom-header .breadcrumb-area .entry-breadcrumbs a,
  .has-header-image .custom-header .breadcrumb-area .woocommerce-breadcrumb,
  .custom-header-content .entry-title .sub-title,
  .hero-content-wrapper.has-background-image .entry-container,
  .portfolio-content-section:not(.itineraries)
    .hentry
    .entry-container
    a:not(.more-link),
  .portfolio-content-section:not(.destination)
    .hentry
    .entry-container
    a:not(.more-link),
  .portfolio-content-wrapper .hentry .entry-container .entry-meta time,
  .portfolio-content-wrapper .hentry .entry-container .entry-summary,
  .custom-header-content .entry-container,
  .custom-header-content .entry-container .entry-title,
  .ewnewsletter.has-background-image .section-title,
  .site-footer .widget-wrap .widget-title,
  .testimonials-content-wrapper.section.testimonial-wrapper.has-background-image
    .hentry,
  .testimonials-content-wrapper.section.testimonial-wrapper.has-background-image
    .position,
  .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 .portfolio-content-wrapper .filter-button-group button,
  .has-background-image .offer-lists,
  .has-background-image .left-content .left-content-offer .entry-title,
  .has-background-image .price-content,
  .has-background-image .price-offer .offer-lists a,
  .has-background-image .entry-container .entry-meta a,
  .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,
  .has-background-image .woocommerce-loop-product__title,
  .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,
  #promotion-section .play-button,
  .has-background-image .products .button,
  #feature-slider-section .owl-nav button:hover:before,
  #feature-slider-section .owl-nav button:focus:before,
  .playlist-content-wrapper .wp-playlist-caption,
  #service-section.has-background-image .hentry .more-link,
  #stats-section.has-background-image .hentry .more-link,
  .skillbar-item .skillbar-bar .skillbar-header,
  .portfolio-content-wrapper .filter-button-group button.is-checked,
  .skillbar-item .skillbar-bar .skillbar-header .entry-title,
  .play-button-text,
  aside.footer-widget-area .social-navigation a,
  #contact-section.has-background-image .entry-content,
  #contact-section.has-background-image .entry-summary,
  .playlist-content-wrapper .wp-playlist-tracks,
  #social-footer-navigation li a,
  #site-footer-navigation li a,
  ins,
  #header-content #primary-search-wrapper button.search-submit,
  #contact-section .entry-container .entry-content .contact-details label,
  #contact-section .entry-container .entry-summary .contact-details label,
  .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;
    }
  }
  
  #promotion-section .play-button,
  .header-top-bar:after,
  #site-header-top-menu:after,
  .header-style-two .header-top-bar:after,
  .header-style-one .site-header-main > .wrapper:after,
  .header-style-one .site-header-main > .wrapper:after,
  .header-style-one .site-header-menu:before {
    border-color: #fff;
  }
  
  #header-content #primary-search-wrapper input[type="search"]::-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  
  #header-content #primary-search-wrapper input[type="search"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  
  #header-content
    #primary-search-wrapper
    input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  
  #header-content
    #primary-search-wrapper
    input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  
  .service-section .hentry .more-link,
  .featured-content-section .more-link,
  #stats-section .hentry .more-link,
  .testimonial-content-section .more-link,
  .archive-posts-wrapper .more-link,
  .sidebar .widget-wrap .more-link {
    background: transparent;
  }
  
  .service-section .hentry .more-link:hover,
  .service-section .hentry .more-link:focus,
  .featured-content-section .more-link:hover,
  .featured-content-section .more-link:focus,
  #stats-section .hentry .more-link:hover,
  #stats-section .hentry .more-link:focus,
  .testimonial-content-section .more-link:hover,
  .testimonial-content-section .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,
  #contact-section input:not([type="submit"]),
  #contact-section textarea,
  .owl-carousel .owl-dots button.owl-dot.active span,
  .absolute-header .site-header,
  button.menu-toggle,
  .team-content-wrapper.owl-carousel .owl-dots button.owl-dot span,
  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,
  .woocommerce-loop-category__title .count,
  .footer-widget-area .essential-widgets.ew-newsletter,
  .menu-toggle:hover,
  .menu-toggle:focus,
  table thead,
  table thead td,
  .logo-slider-section .owl-dots .owl-dot.active span,
  .portfolio-content-wrapper .filter-button-group button,
  #footer-newsletter + .section {
    background-color: transparent;
  }
  
  .portfolio-content-wrapper .filter-button-group button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  