/*
Theme Name:   Karibiksport
Description:  karibiksport
Author:       0815design
Author URL:   Write here the author's blog or website url
Template:     travel-agency-pro
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  karibiksport
*/

/* Write here your own personal stylesheet */

@font-face {
  font-family: "HoneyScript-SemiBold";

  src: url("fonts/HoneyScript-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("fonts/HoneyScript-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("fonts/HoneyScript-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('fonts/roboto-condensed-v18-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-condensed-v18-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-condensed-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
       url('fonts/roboto-condensed-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-condensed-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
       url('fonts/roboto-condensed-v18-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-condensed-v18-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* .banner::before {
	content:"Die Boot Messe findet endlich wieder statt! Vom 21.01.2023 - 29.01.2023 findet ihr euer Karibiksport - Team in Halle 12 an Stand H21!";
	position:absolute;
	left:50px;
	top:20px;
	color:#fff;
	background:rgba(204,0,0,0.9);
	padding:10px;
	z-index:100000;
	max-width:35%;
} */

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-dots {
  display: none !important; 
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
  margin-bottom: 30px !important;
}

.popular-destination .grid .col .img-holder img {
  vertical-align: top;
  border-radius: 5px;
  width: 100%;
}

.rt-detail h3{
  margin-top: 15px !important;
}

.page-content h3 {
  text-align: center;
}


.rt-tpg-container img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
}

.post-thumbnail img {
  height: auto;
  max-width: 100%;
  width: 100% !important;
}

.holder img {
  height: auto;
  max-width: 100%;
  width: 100% !important;
}

.wpte-booking-area .wpte-bf-btn-wrap {
  margin-top: 0px;
  display: none;
}
.wpte-booking-area .wpte-booking-inner-wrapper {
  padding-top: 30px;
  padding-bottom: 0;
}
.widget-area .wpte-booking-area .wpte-bf-price-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 25px 0px;
    margin-top: 0px;
  border-bottom: 0px solid rgba(0, 185, 139, 0.04);
  grid-column-gap: 30px;
  margin-top: 10px;
}

.wpte-booking-area .wpte-booking-footer-text {
  line-height: 1.4;
  text-align: center;
  padding: 24px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.05);
}

.wpte-booking-area .wpte-booking-footer-text span{
  display: block;
}

#wte-send-enquiry-message {
    color: #fff;
	text-decoration: none;
	padding:10px;
	background: var(--primary-color);
	text-align: center;
	width: 100%;
	border-radius: 5px;
	display: block;
	margin-top: 20px;
	font-size: 20px;
}

#wte-send-enquiry-message:hover {
	background: #cc0000;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
  content: url("https://karibiksport.de/wp-content/uploads/stern.svg") !important;
  width: 35px !important;
  height: 35px !important;
  display: inline-block !important;
  margin-right: 0px !important;
  position: absolute !important;
  border: none !important;
  left: 80px !important;
}

.container {
  max-width: 1390px;
}

.sticky-menu {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  background: #00AEEF !important;
  left: 0;
}

.trip-content-area {
  max-width: 1390px;
}


.wpte-bf-price-wrap .wpte-bf-price ins {
  font-size: 40px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap {
  padding: 0;
  height: 100%;
}

.trip-post-content-packages {
  margin-top: 60px;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title a .tab-icon {
    display: none !important;
    width: 100% !important;
}

#tabs-container .nb-configurations {
  font-weight: 300 !important;
}

#tabs-container .tab-content {
  padding: 20px 0 !important;
}

#about_section .img-holder p{
}

.tpg-shortcode-main-wrapper .layout11 .rt-holder .post-meta-user {
  display: none;
}

.wpgmp_map_container .gm-style .gm-style-iw {
    width: auto !important;
    padding-top: 10px !important;
    display: block !important;
	font-family: 'Roboto Condensed' !important;
}
.wpgmp_map_container .gm-style .gm-style-iw a{
    color: #00AEEF;
}

.category-trip-aval-time .category-trip-viewmre-btn {
    display: inline-block;
    margin: 0 auto;
	margin-top: 15px;
	padding: 13px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 2px solid var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.category-trip-aval-time .category-trip-viewmre-btn:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}
.category-trip-aval-time {
    text-align: center;
    padding-bottom: 5px;
}

.wpgmp_infobox{
    border-radius: 5px;
	overflow: hidden;
	hyphens: auto;
}
.wpgmp-map-1 .wpgmp_infowindow.wpgmp_infowindow_post .fc-item-content.fc-item-body-text-color.fc-item-top-space {
	font-family: 'Roboto Condensed' !important;
	text-align: justify !important;
}
.wpgmp_map_parent {
    margin-bottom: 40px !important;
	margin-top: 10px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.wpgmp_listing_grid .fc-itemcontent-padding, .wpgmp_listing_grid .fc-item-padding-content_15 {
    padding: 30px !important;
    box-sizing: border-box;
	text-align: center;
}

.wpgmp-map-2 .read-more.fc-item-primary-text-color.fc-css {
    background-image: none;
    font-family: 'Roboto Condensed' !important;
    display: inline-block;
    margin: 0 auto;
	margin-top: 15px;
	padding: 13px 30px;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 2px solid var(--primary-color);
	color: var(--primary-color) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.5s ease;
}

.wpgmp-map-2 .read-more.fc-item-primary-text-color.fc-css:hover {
    background: var(--primary-color);
    color: #fff !important;
    text-decoration: none;
}

.wpgmp-map-2 .fc-item-box.fc-component-2.wpgmp_locations {
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-border-radius: 4px;
    border-radius: 5px;
	overflow: hidden;
	transition: all 0.5s ease;
}
.wpgmp-map-2 .fc-item-box.fc-component-2.wpgmp_locations:hover {
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0,.2);
    box-shadow: 0 15px 15px rgba(0,0,0,.2);
}

.fc-item-title.fc-item-primary-text-color a, .fc-item-title.fc-item-primary-text-color a:hover, .fc-item-title.fc-item-primary-text-color a:focus, .fc-item-title.fc-item-primary-text-color a:visited {
    font-family: 'Roboto Condensed' !important;
    font-weight: 300 !important;
    font-size: 24px !important;
	line-height: 30px !important;
}
.wpgmp-map-2 .fc-item-content.fc-item-body-text-color {
    font-family: 'Roboto Condensed' !important;
    font-size: 14px !important;
    color: rgb(80, 80, 80) !important;
    line-height: 23px !important;
}
.wpgmp_filter_wrappers {
    background: #efefef;
    padding: 20px;
    border-radius: 5px !important;
}


#tabs-container .nav-tab-wrapper {
    font-size: 12px !important;
    line-height: 1.666em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 20px 0 20px !important;
    font-weight: 500 !important;
    width: 100% !important;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .tab-icon {
    display: none !important;
    font-size: 26px !important;
    margin: 0 0 8px !important;
}

#landing-page #content {
    margin-top: 550px !important;
}

#about_section .content {
	position: absolute !important;
	background: rgba(255,255,255,0.9);
	left: 0px;
	top: -700px;
	width: 650px;
	padding: 15px 15px 0 15px;
	z-index: 11;
	transform: rotate(-2deg);
	font-weight: bold;
	visibility: visible !important;
	border-radius: 6px;
}
.about {
    padding: 50px 0 78px;
}


#primary .page .entry-content h2 {
    font-size: 32px;
}

.category-no-teaser .post-thumbnail {display: none;}

.tnp-widget-minimal input.tnp-email {
    padding: 8px !important;
    display: inline-block !important;
    border: 1px solid #555 !important;
    background-color: #444 !important;
    color: #eee !important;
    font-size: 15px !important;
	margin-bottom: 8px;
}

.tnp-widget-minimal input.tnp-submit {
	border: 1px solid #00AEEF !important;
    background-color: #333 !important;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 5px !important;
}


.tnp-profile {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
	margin-bottom: 50px;
}

.tnp-profile label {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0;
}

.tnp-profile form .tnp-field input[type="text"], .tnp-profile form .tnp-field input[type="email"], .tnp-profile form .tnp-field input[type="submit"], .tnp-profile form .tnp-field textarea, .tnp-profile form .tnp-field select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    box-sizing: border-box;
	border-radius: 5px !important;
}

#cookie-law-info-bar {
    font-size: 14px;
    margin: 0 auto;
    padding: 8px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: calc(100% - 20px);
    z-index: 9999;
    box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
    display: none;
    left: 10px;
    font-weight: 300;
	bottom: 10px !important;
	opacity: 0.9;
}

#cookie-law-info-again {
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgb(255, 255, 255);
    position: absolute !important;
    bottom: 50px !important;
    right: 100px;
	z-index: 9999;
	display: none !important;
}

.wp-video {
    max-width: 100%;
    height: auto;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}
.wp-playlist .mejs-container {
    margin: 0;
    max-width: 100%;
    border-radius: 5px;
	overflow: hidden;
}
.wp-playlist {
    border: 0px !important;
    padding: 0 !important;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.5;
	margin-bottom: 30px !important;
}
.wp-playlist-playing {
    font-weight: 500 !important;
    background: #00AEEF !important;
	color: #ffffff !important;
}
.wp-playlist-item {
    position: relative;
    cursor: pointer;
	background: #eeeeee;
    padding: 5px 10px !important;
    border-bottom: 0px solid #ccc !important;
	margin: 3px 0;
	border-radius: 5px;
}
.wp-playlist-playing .wp-playlist-caption {
    color: #fff !important;
}
.wp-playlist-item-length {
    right: 10px !important;
    top: 5px !important;
}

body, button, input, select, textarea {
    font-size: 16px;
    color: #666666;
    font-family: 'Roboto Condensed';
	font-weight: 300;
}
strong, b {
	font-weight: 400 !important;
}

.page .post-thumbnail {
    display: none;
}
.home .post-thumbnail {
    display: block;
}

.our-deals .btn-holder, .btn-holder {
    display: none;
}

.advanced-search-wrapper .title a:hover, .advanced-search-wrapper .title a:focus {
    text-decoration: none;
    color: #00AEEF;
}

.latest_post .shariff {position: relative; top: 60px; margin-top:-60px}

#primary .post .entry-footer .tags a:hover, #primary .post .entry-footer .tags a:focus {
    background: #00AEEF;
}

.anfrage #wte_enquiry_contact_form .package-name-holder {display: none;}

.page-content h2 {
    font-family: Roboto Condensed;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    color: #333333;
	line-height: normal !important;
}
.page-content h3 {
    font-family: Roboto Condensed;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    color: #333333;
	line-height: normal !important;
}
.trip-content-area {
    padding: 0;
	margin-top: 60px;
}
.trip-content-area .grid, .trip-content-area .wte-user-wishlists {
    margin-top: -250px;
}

.container {
    position: relative;
	box-sizing: border-box;
}
.header-five .header-t .left, .header-five .header-t .right {
    border-bottom: 0px solid #e5e5e5;
}
.header-five .social-networks li:first-child {
    border-left: 0px solid #e5e5e5;
}
.header-five .social-networks li {
    margin: 0;
    border-right: 0px solid #e5e5e5;
}
.header-five .form-section {
    border-right: 0px solid #e5e5e5;
}

.bslider img {
    height: 680px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1.0 !important;
}

.bslider .banner-text .btn {
    display: none;
}
.site-header {
    position: relative;
    z-index: auto;
}
.header-b {
    padding: 0;
	background: #00aeef;
	text-align: center;
	z-index: 11;
}



.header-five .header-t .site-branding{
    width: 100%;
	height: 300px;
    padding: 0;
	position: absolute;
	top: 98px;
	left: 0;
	text-align: right;
}
.home .header-five .header-t .site-branding{
	background: none; 
	z-index: 10;
}
.header-five .form-section .form-holder {
    z-index: 12 !important;
}
.site-branding .custom-logo-link img {
    width: 500px;
}
#content {
    margin: 400px auto 80px;
}
.page-template-default #content {
	margin: 400px auto 80px;
}
.single-trip #content, #content {
	position: relative;
}
.page-template-blog #content {
	margin-top: 150px !important;
}
.page-template-template-activities #content,
.page-template-template-trip_types #content,
.page-template-template-destination #content {
	margin-top:100px;
}
.page-template-template_enquiry_single #content, .single-post #content {
    margin-top: 350px;
}
.bslider .banner-text {
    position: absolute;
    top: 70%;
    left: 50%;
    max-width: 690px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bslider .banner-text .title {
	font-family: 'HoneyScript-SemiBold', sans-serif !important;
	font-size: 120px;
	text-shadow: 0px 0px 8px black; 
}
.page-template-team .page-header .page-title, .page-header h1.page-title {
	font-family: 'HoneyScript-SemiBold', sans-serif !important;
	font-size: 90px;
    text-align: center;
	width: 100%;
	max-width: 1290px;
	color: #fff;
	text-shadow: 0px 0px 8px black; 
}
.page-template-team .page-header .page-title::after {
	display: none;
}
.page-template-team .page-header{
	height: 0px;
}
.single-trip .trip-post .entry-header .entry-title{
    font-size: 60px !important;
    line-height: 1.125em;
    color: #111;
    font-weight: normal !important;
    font-family: 'HoneyScript-SemiBold', sans-serif !important;
}

.wte-title-duration {display: none;}
.search-duration {display: none;}

.page-header .page-title::after, .single-trip .trip-post .entry-header .entry-title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 60px;
    height: 0px;
    background: none;
}
.page-header .page-title {
    position: absolute;
    top: -350px;
	z-index: 1;
}

.about .text-holder {
    float: none;
    padding: 0 15px;
    width: 100%;
}
.about .img-holder {
    float: none;
    width: 100%;
    padding: 0 15px;
    margin-top: 50px;
}
#testimonial-carousel .holder .img-holder {
    display: none;
}
#testimonial-carousel .holder .testimonial-content {
    padding: 0 30px;
}
.wp-block-ub-tabbed-content {
    margin-top: 0;
}
.date-time-wrapper.karibik::after{
    top:10px;
}
.wc-enhanced-select.karibik{
    height:44px !important;
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability_extended {
    background: #ffaf46;
    border: 2px solid transparent;
    padding: 20px 30px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    color:#fff;
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability_extended:hover {
    border-color: #ffaf46; 
}

.trip-content-area .widget-area .trip-price {
    z-index: 100;
    position: static;
}

.total-amt{
    display:none;
}

input#package_name{
    display:none;
}

.single-trip #content{
    padding: 0 15px;
}

.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus .text-holder,
.page-template-template-destination .destination-holder .item .img-holder:hover .text-holder{
    opacity: 1;
}

.site-footer ul.social-networks{
	display:flex;
	align-items: center;
    justify-content: center;
	margin: 0 0 1em 0;
    padding: 0;
}
.site-footer ul.social-networks li{
	list-style-type: none;
}
.site-footer .social-networks li a{
	padding: 0 12px;
	font-size: 40px;
}

.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .col {
    display: flex;
}
.archive .trip-content-area .grid .col {
    display: flex;
}

.site-footer .textwidget p {
    margin-bottom: 0.5em;
    margin-top: 0;
}

.rt-tpg-container .layout11 .rt-holder {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.4);
    border-radius: 6px;
	padding-top: 10px;
}

.post-navigation .nav-holder, .rt-holder .meta-data {
    display: none;
}


.rt-tpg-container .rt-holder .read-more {
    padding: 6px 10px;
    float: right;
	border-radius: 6px;
	background-color: #00aeef;
	color: #ffffff;
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap {
    border: 1px solid #00aeef;
    color: #00aeef;
    position: relative;
	border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.4);
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background-color: #222;
    margin-top: 5px;
    border: none;
	border-radius: 6px;
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item {
    display: block;
    padding: 10px 15px 9px;
    border-bottom: 1px solid #323232;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    color: #b4b4b4;
    text-align: center;
}

.rt-layout-filter-container {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: -5px -5px 30px;
	text-align: center;
}

.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap > .rt-filter-dropdown-default {
    min-width: 235px;
    max-width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    white-space: nowrap;
}

svg:not(:root).svg-inline--fa {
    margin-right: 5px;
}

#crumbs span, #crumbs .separator{
    display: none;
}

.category-windsurfing-bonaire .entry-header .entry-meta,
.category-kitesurfing-bonaire .entry-header .entry-meta,
.category-die-insel-bonaire .entry-header .entry-meta,
.category-tauchen-auf-bonaire .entry-header .entry-meta,
.category-tauchen-auf-aruba .entry-header .entry-meta,
.category-aruba-insel-informationen .entry-header .entry-meta,
.category-kiten-windsurfen-aruba .entry-header .entry-meta,
.category-die-insel-curacao .entry-header .entry-meta,
.category-tauchen-auf-curacao .entry-header .entry-meta,
.category-kitesurfen-und-windsurfen-auf-curacao .entry-header .entry-meta,
.category-golfen-auf-curacao .entry-header .entry-meta,
.category-curacao-videos .entry-header .entry-meta{
    display: none;
}


@media only screen and (min-width: 1025px) {
	
.header-five .main-navigation {
  display: inline-flex;
  flex: 1;
  padding: 0 0 0 20px;
  justify-content: center;
  align-items: center;
}
	
	.page-template-team .page-header .page-title, .page-header h1.page-title {
	font-size: 120px;
    }
	
	.page-template-default #content {
	margin: 200px auto 80px;
    }
	
    .header-five .main-navigation>div>ul>li {
        margin: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.15);

    }

    .header-five .main-navigation>div>ul>li:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }

    .header-five .main-navigation>div>ul>li>a {
        color: #fff;
        padding: 12px 22px;
        transition: linear 0.2s;
    }

    .header-five .main-navigation>div>ul>li.menu-item-has-children {
        padding-right: 0;
    }

    .header-five .main-navigation>div>ul>li.menu-item-has-children:after {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
        right: 11px;
    }

    .header-five .main-navigation>div>ul>li>a:hover,
    .header-five .main-navigation>div>ul>li>a:focus,
    .header-five .main-navigation>div>ul>li.current-menu-item>a,
    .header-five .main-navigation>div>ul>li.current-menu-ancestor>a,
    .header-five .main-navigation>div>ul>li.current_page_item>a,
    .header-five .main-navigation>div>ul>li.current_page_ancestor>a {
        background: rgba(0, 0, 0, 0.1);
    }
	
	.main-navigation ul ul {
    z-index: 11 !important;
	width: 300px !important;
    box-sizing: border-box !important;
	background: rgba(255,255,255,0) !important;
	border: 0px !important;
	border-top: 6px solid rgba(255,255,255,0) !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    font-size: 14px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
    padding: 0 !important;
}
.main-navigation ul ul li {
    margin: 0 !important;
    float: none;
    display: block;
    padding: 0 !important;
}
.main-navigation ul ul li:first-child  a{
    padding: 2px 0;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: rgba(255,255,255,0.91);
}
.main-navigation ul ul li:last-child  a{
    padding: 2px 0;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgba(255,255,255,0.91);
}
.main-navigation ul ul li a{
    padding: 2px 0;
	background: rgba(255,255,255,0.91);
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.main-navigation ul ul li:first-child:hover, .main-navigation ul ul li:first-child:focus {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main-navigation ul ul li:last-child:hover, .main-navigation ul ul li:last-child:focus {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.main-navigation ul ul li a:hover, .main-navigation ul ul li a:focus {
    color: #111;
}
.main-navigation ul ul li:hover, .main-navigation ul ul li:focus {
	background: rgba(255,255,255,0.98);
}
.main-navigation ul ul .current_page_item, .main-navigation ul ul .current-menu-item, .main-navigation ul ul .current_page_ancestor, .main-navigation ul ul .current-menu-ancestor {
    background: rgba(255,255,255,0);
}

}




/*==================================================
Destination type page style
==================================================*/
.page-template-template-destination .destination-holder{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.page-template-template-destination .destination-holder .item{
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.page-template-template-destination .destination-holder .item .img-holder{
    position: relative;
    overflow: hidden;
}

.page-template-template-destination .destination-holder .item .img-holder img{
    vertical-align: top;
}

.page-template-template-destination .destination-holder .item .img-holder .title-holder{
    font-size: 1.250em;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 50px 10px 10px 10px;
    margin: 0;
    color: #fff;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.1+50,0.4+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.page-template-template-destination .destination-holder .item .img-holder:hover .title-holder,
.page-template-template-destination .destination-holder .item .img-holder:focus .title-holder{
    opacity: 0;
}

.page-template-template-destination .destination-holder .item .img-holder .text-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    opacity: 0;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.page-template-template-destination .destination-holder .item .img-holder .text-holder .title{
    font-size: 1.250em;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .text-holder,
.page-template-template-destination .destination-holder .item .img-holder:focus .text-holder{
    opacity: 1;
}

.page-template-template-destination .destination-holder .item .img-holder .text-holder{
    padding: 30px 25px;
    overflow-y: auto;
}
.page-template-template-destination .destination-holder .item .img-holder .title-holder{
    font-size: 18px;
    font-weight: 500;
    padding: 40px 26px;
}
.page-template-template-destination .destination-holder .item img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-template-template-destination .destination-holder .img-holder {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.page-template-template-destination .destination-holder .item .text-holder .btn-more {
    font-size: 40px;
    color: #fff;
    transition: linear .2s;
}
.page-template-template-destination .destination-holder .item .text-holder .btn-more:hover, .page-template-template-destination .destination-holder .item .text-holder .btn-more:focus{
    text-decoration: none;
    color: #00aeef;
}

#clients-slider .img-holder {
    height: 145px !important;
}




/*==================================================
package tabs style
==================================================*/

#tabs-container-packages .nav-tab-wrapper, .nav-tab-wrapper {
  font-size: 12px !important;
  line-height: 1.666em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  margin: 20px 0 20px !important;
  font-weight: 500 !important;
  width: 100% !important;
}

#tabs-container-packages .tab-inner-wrapper .tab-anchor-wrapper, .tab-inner-wrapper .tab-anchor-wrapper {
  float: none !important;
  border: 0 !important;
    border-left-color: currentcolor !important;
    border-left-style: none !important;
    border-left-width: 0px !important;
  background: #f6f6f6 !important;
  margin: 0 !important;
  border-left: 1px solid #ddd !important;
  width: 100% !important;
}



#tabs-container-packages .nav-tab-wrapper .tab-inner-wrapper, .nav-tab-wrapper .tab-inner-wrapper {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
}

#tabs-container-packages .nav-tab-wrapper .tab-inner-wrapper, .nav-tab-wrapper .tab-inner-wrapper {
  width: auto !important;
}

.single-trip #tabs-container-packages .tab-inner-wrapper .tab-anchor-wrapper.nav-tab-active, .tab-inner-wrapper .tab-anchor-wrapper.nav-tab-active {
  border-bottom-color: #fff !important;
}

#tabs-container-packages .tab-inner-wrapper .tab-anchor-wrapper:first-child, .tab-inner-wrapper .tab-anchor-wrapper:first-child {
  border-left: 0 !important;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active, .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active {
  -webkit-transform:scaleY(1.1) !important;
  transform: scaleY(1.1) !important;
}

#tabs-container-packages .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active {
  background: #cc0000 !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px !important;
  -webkit-transform: scaleY(1.1) !important;
  transform: scaleY(1.1) !important;
  position: relative !important;
}

 .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active {
  background: #00AEEF !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px !important;
  -webkit-transform: scaleY(1.1) !important;
  transform: scaleY(1.1) !important;
  position: relative !important;
}

.wptravelengine_css_v2 #tabs-container-packages .nav-tab-wrapper {
  padding: 0 !important;
  border: none !important;
}

.wptravelengine_css_v2 #tabs-container-packages .nav-tab-wrapper .tab-inner-wrapper {
  margin: 0 !important;
}

#tabs-container-packages .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
  padding: 15px !important;
}

.wptravelengine_css_v2 #tabs-container-packages .nav-tab-wrapper .tab-anchor-wrapper .nav-tab:hover {
  color: #cc0000 !important;
}

#tabs-container-packages .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active::after {
  content: "" !important;
  position: absolute !important;
  bottom: -9px !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-top: 10px solid #cc0000 !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

#tabs-container-packages .tab-content-packages h3 {
  font-size: 40px !important;
  font-weight: 700 !important;
	margin: 30px 0 !important;
}

#tabs-container-packages .tab-content-packages h3::before {
	content: "ab" !important;
  font-size: 15px !important;
  font-weight: 500 !important;
	margin-right: 4px !important;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
  font-size: 1em !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  font-style: normal !important;
  height: auto;
  width: auto;
  padding: 8px 12px !important;
  border-radius: 5px !important;
  background-color: #cc0000 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  transform: rotate(-8deg) !important;
  margin-top: 10px !important;
	margin-left: -20px !important;
  padding-right: 34px !important;
}
.single-trip #wte_enquiry_contact_form {
	background: #f6f6f6;
	border-radius: 5px;
	padding: 30px;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-left: -10px;
	margin-right: -10px;
}
.single-trip #wte_enquiry_contact_form .package-name-holder label {
    padding-right: 10px;
}
.single-trip #wte_enquiry_contact_form .row-repeater {
   width: 33.333%;
}  
.single-trip #wte_enquiry_contact_form .row-repeater {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 20px;
}
.single-trip #wte_enquiry_contact_form h2, .single-trip #wte_enquiry_contact_form .package-name-holder, .single-trip #wte_enquiry_contact_form .msg-holder, .single-trip #wte_enquiry_contact_form .confirm-holder, .single-trip #wte_enquiry_contact_form .submit, .single-trip #wte_enquiry_contact_form .confirm-msg {
	width: 100%;
}
input#package_name {
    display: block !important;
  }
  .single-trip #wte_enquiry_contact_form .abflugtermin-holder label {
    display: block;
  }  
  .single-trip #wte_enquiry_contact_form .ankunfttermin-holder label {
    display: block;
  }  
  .single-trip #wte_enquiry_contact_form .newsletter label {
    display: block;
  }  
  .single-trip #wte_enquiry_contact_form .newsletter input {
    margin-right: 5px;
  }  

@media only screen and (min-width: 1024px) {
	#clients-slider .owl-stage {width: 100% !important;}
	#clients-slider .owl-item {width: calc(25% - 20px) !important; margin-right: 10px !important; margin-left: 10px !important;}
	#clients-slider {
    max-width: 100% !important;
    margin: 0 auto;
    }
}


@media only screen and (max-width: 1024px) {
	
#about_section .content {
	position: relative;
	background: rgba(255,255,255,0);
	left: 0px;
	top: 0;
	width: auto;
	padding: 0;
	z-index: 11;
	transform: rotate(0deg);
	font-weight: bold;
	color: #00aeef;
	visibility: visible !important;
	border-radius: 0px;
}
	
.page-template-template-destination .destination-holder .item{
    width: 50%;
}
.header-five .header-b {
    padding: 0;
}
.header-five .nav-holder {
    z-index: 100000;
    position: relative;
	padding: 0;
}
.header-five #site-navigation {
    margin-top: 8px;
}
.nav-holder .container {
  background: var(--primary-color);
  padding: 10px;
  border-radius: 0px;
  position: relative;
}
	
}


@media only screen and (max-width: 767px) {
	
.page-template-template-destination .destination-holder {
    max-width: 290px;
    margin: 40px auto 0;
}
	
.page-template-template-destination .destination-holder .item{
    width: 100%;
    padding: 0;
}
	
#tabs-container-packages .nav-tab-wrapper .tab-inner-wrapper {
  flex-direction: column !important;
}
#tabs-container-packages .tab-inner-wrapper .tab-anchor-wrapper {
  display: block !important;
  border-left: 0;
  margin-bottom: 5px;
}
#tabs-container-packages .tab-inner-wrapper .tab-anchor-wrapper {
  width: 100% !important;
  margin-right: 0 !important;
}
	.wptravelengine_css_v2 #tabs-container-packages .nav-tab-wrapper {
  text-align: left;
  text-transform: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.wptravelengine_css_v2 #tabs-container-packages .nav-tab-wrapper .tab-inner-wrapper .nav-tab {
  justify-content: flex-start;
  padding: 16px 20px;
}
#tabs-container-packages .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.wptravelengine_css_v2 #tabs-container-packages .nav-tab-wrapper .tab-inner-wrapper .nav-tab::after {
  display: block !important;
  left: auto !important;
}
}



#header-image{
	display: block; 
	position: absolute; 
	top: 98px;
	height: 300px; 
	width: 100%;
	overflow: hidden;
}
#header-image img{
    object-fit: cover;
	width: 100%;
    height: 100%;
}
.header-five .header-t .site-branding {
	z-index: 1;
}

.archive #primary {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


/* Landing Page Styles */

#landing-page a {
    color: #00AEEF;
    text-decoration: none;
}
#landing-page .widget .widget-title::after {
    background: #00AEEF;
}
#landing-page .site-footer .widget ul li a {
    color: rgba(255, 255, 255, 0.75);
}
#landing-page .site-footer .widget ul li a:hover {
    color: rgba(255, 255, 255, 1);
}
#landing-page #crumbs .separator {
    color: #00AEEF;
}
#landing-page .archive .trip-content-area .grid .img-holder .price-holder {
    background: #00AEEF;
}
#landing-page .archive .trip-content-area .grid .img-holder .price-holder span::before {
    border-top: 20px solid #00AEEF;
}
#landing-page .archive .trip-content-area .grid .img-holder .price-holder span::after {
    border-bottom: 20px solid #00AEEF;
}
#landing-page .archive .trip-content-area .grid .text-holder .meta-info svg {
    color: #00AEEF;
}
#landing-page .header-b, #landing-page .sticky-holder {
    display: none;
}
#landing-page .header-five .header-t .site-branding {
    top: auto;
	height: 500px;
    background: none;
	z-index: 1;
}
#landing-page #crumbs {
    margin-top: 500px;
}
#landing-page #header-image{
	display: block; 
	position: absolute; 
	top: auto;
	height: 500px; 
	width: 100%;
	overflow: hidden;
}
#landing-page #header-image img{
    object-fit: cover;
	width: 100%;
    height: 100%;
}
#landing-page #content .post-thumbnail {
    display: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
  font-size: 16px;
  display: none;
}

.site-branding .site-title, .main-navigation ul, .banner .form-holder .text h1, .banner .form-holder .text h2, .banner .form-holder .search-form input[type="submit"], .about .text-holder .title, .about .text-holder .btn-more, .activities .section-header .section-title, #activities-slider .text-holder .title, #activities-slider .title-holder, .popular-destination .section-header .section-title, .popular-destination .grid .col .text-holder .title, .popular-destination .btn-holder .btn-more, .our-features .section-header .section-title, .our-features .features-holder .col .text-holder .title, .featured-trip .section-header .section-title, .featured-trip .grid .text-holder .title, .featured-trip .grid .text-holder .btn-more, .featured-trip .btn-holder .btn-more, .stats .section-header .section-title, .stats .grid .col .raratheme-sc-holder .hs-counter, .our-deals .section-header .section-title, .our-deals .grid .text-holder .title, .our-deals .grid .text-holder .btn-more, .our-deals .btn-holder .btn-more, .testimoinal .section-header .section-title, #testimonial-carousel .holder .title, .cta .text .title, .cta .text .btn-more, .blog-section .section-header .section-title, .blog-section .grid .post .text-holder .entry-title, .blog-section .btn-holder .btn-more, .clients .section-header .section-title, .widget .widget-title, .widget_travel_agency_featured_widget .readmore, .widget_raratheme_popular_post ul li .entry-header .entry-title, .widget_raratheme_recent_post ul li .entry-header .entry-title, #primary .post .entry-header .entry-title, #primary .post .entry-footer .btn-holder .btn-more, #primary .post .entry-content .dropcap, #primary .page .entry-content .dropcap, #primary .post .entry-content blockquote, #primary .page .entry-content blockquote, #primary .post .entry-content .pull-left, #primary .page .entry-content .pull-left, #primary .post .entry-content .pull-right, #primary .page .entry-content .pull-right, button, input[type="button"], input[type="reset"], input[type="submit"], .post-navigation .post-title, .related-post .title, .comments-area .comments-title, .comments-area .comment-body .fn, .comments-area .comment-reply-title, .page-header .page-title, .page-template-team .page-header .page-title, .team-holder .item .text .name, .page-template-about .about-intro .text-holder .title, .services .section-header .section-title, .services .grid .col .text-holder .service-title, .team-section .section-header .section-title, .page-template-contact .contact-info .grid .title, .contact-form-section .section-header .section-title, .page-template-template-destination .destination-holder .item .child-title, .page-template-template-activities .activities-holder .item .text-holder .title, .page-template-template-trip_types .trip_types-holder .item .text-holder .title, .page-template-template-activities .activities-holder .item .title-holder, .page-template-template-trip_types .trip_types-holder .item .title-holder, .archive .trip-content-area .activity-title, .archive .trip-content-area .grid .text-holder .title, .archive .trip-content-area .grid .text-holder .btn-more, .archive .trip-content-area .grid .text-holder .wp-travel-engine-cart, .single-trip .trip-post .entry-header .entry-title, .itinerary .itinerary-content .title, #tabs-container .tab-content h1, #tabs-container .tab-content h2, #tabs-container .tab-content h3, #tabs-container .tab-content h4, #tabs-container .tab-content h5, #tabs-container .tab-content h6, .faq .faq-row .accordion-tabs-toggle, .single-trip #wte_enquiry_contact_form h2, .trip-content-area .widget-area .trip-price .price-holder .top-price-holder, .trip-content-area .widget-area .trip-price .price-holder form .total-amt, .trip-content-area .widget-area .trip-price .price-holder form .check-availability, .trip-content-area .widget-area .trip-price .price-holder form .book-submit, .place-order-form-secondary-wrapper .trip-property li, #primary .page .entry-content .trip-title, .relation-options-title, .personal-options-title, .archive .trip-content-area .grid .btn-loadmore span, .trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .text-holder .entry-title, .trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .foundPosts, .single-trip .related-trips .section-header .section-title, .single-trip .related-trips .grid .col .text-holder .title, .single-trip .related-trips .grid .col .text-holder .btn-holder .btn-more, .trip-search h3, .trip-search-result #primary .advanced-search-wrapper .sidebar h2, .trip-search-result #primary .advanced-search-wrapper .sidebar h3, #primary .page .entry-content .payment-method h3, .bslider .banner-text .title, .page-template-template-activities .activities-holder .item .img-holder .title-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder, #primary .post .entry-content .trip-content-area .grid .text-holder .title, #primary .page .entry-content .trip-content-area .grid .text-holder .title {
    font-family: Roboto Condensed;
}

.page-template-contact #content {
    margin-top: 350px;
    margin-bottom: 0;
}

.page-template-team #content {
    margin-top: 400px;
    margin-bottom: 0;
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
  min-height: 85px;
}


@media only screen and (max-width: 767px) {
	
.banner::before {
	content:"Die Boot Messe findet endlich wieder statt! Vom 21.01.2023 - 29.01.2023 findet ihr euer Karibiksport - Team in Halle 12 an Stand H21!";
	position:absolute;
	left:50px;
	top:auto;
	bottom:20px;
	color:#fff;
	background:rgba(204,0,0,0.9);
	padding:10px;
	z-index:100000;
	max-width:80%;
	display: none;
}
	
	#secondary {
    max-width: 100%;
    margin: 0 auto;
    float: left !important;
    display: block;
    }
	
.latest_post .shariff {
    position: relative;
    top: 50px;
    margin-top: -60px;
}
	
.bslider .banner-text {
    max-width: 100%;
}

.bslider .banner-text .title {
	font-size: 65px;
}
.page-template-team .page-header .page-title, .page-header h1.page-title {
	font-size: 65px;
	line-height: 70px;
}
.header-five .header-t .site-branding{
	top: 145px;
}
#header-image{
	top: 145px;
}
.banner {
    top: -15px;
}
.page-header .page-title {
    top: -280px;
}
.header-five .header-t .left, .header-five .header-t .right {
    border-bottom: 0px solid #e5e5e5;
}
	
.page-template-template-activities .activities-holder .item .img-holder .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder,
.page-template-template-destination .destination-holder .item .img-holder .text-holder{
    opacity: 1;
}
	.page-template-template-activities .activities-holder .item .img-holder .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder,
.page-template-template-destination .destination-holder .item .img-holder .title-holder{
    opacity: 0;
}
.archive .trip-content-area .grid {
    margin-top:-250px;
	margin-left: 15px;
	margin-right: 15px;
	max-width: 100%;
}
#clients-slider .img-holder {
    height: 230px !important;
}
.wpte-booking-area .wpte-booking-footer-text span{
  display: none;
}
 .wptravelengine_css_v2 .widget-area .wpte-booking-area .wpte-bf-price-wrap {
    margin-top: 0;
  }
	
}


@media only screen and (max-width: 400px){
	.site-header.header-five .header-t {
 		font-size: 14px;
	}
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap h2.category-trip-title {
    font-size: 24px !important;
}

@media only screen and (min-width: 1025px){
  .header-five .main-navigation {
    display: inline-flex;
    flex: 1;
    padding: 0 20px 0 20px !important;
    justify-content: center !important;
    align-items: center;
  }
  .header-five .header-b {
    padding: 0 !important;
  }
	  .header-five .main-navigation > div > ul > li > a {
    padding: 12px 22px !important;
  }
}


.home #header-image, .single-trip #header-image {
  display: none;
}

.our-deals .grid .img-holder .discount-holder {
  color: #fff;
  font-weight: bold;
  background: #cc0000;
  top: 20px;
  right: -5px;
  position: absolute;
  border-radius: 0 5px 0 0;
}
.our-deals .grid .img-holder .discount-holder span::before {
  width: 0;
  height: 0;
  border-top: 17px solid #cc0000;
  border-left: 15px solid transparent;
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
}
.our-deals .grid .img-holder .discount-holder span::after {
  width: 0;
  height: 0;
  border-bottom: 17px solid #cc0000;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: -15px;
  content: '';
}

#clients-slider .img-holder {
  height: 200px !important;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-discount {
  display: inline-block;
  font-size: .8em;
  font-weight: 600;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 14px;
  background-color: #cc0000;
  color: #fff;
  margin-bottom: 16px;
  vertical-align: top;
  white-space: nowrap;
}

.wp-block-ub-content-toggle-accordion-title {
  color: #fff !important;
}

.wp-block-ub-content-toggle-accordion-state-indicator {
  color: #fff !important;
}

.tpg-shortcode-main-wrapper i {
  margin-right: 0;
}

.post-meta-tags > span, .post-meta-user > span {
  display: inline-block;
}

#tabs-container-packages .package-tab-content h3.zero-value{
    font-size: 16px;
}

#tabs-container-packages .package-tab-content h3.zero-value::before{
    display: none;
}

ins.wpte-bf-offer-amount.zero-value{
    font-size: 30px;
}

span.price-holder span.zero-value{
    font-size: 24px !important;
}

#tabs-container-packages .package-tab-content h3.zero-value {
  font-size: 30px;
}

#tabs-container-packages .nav-tab-wrapper .tab-inner-wrapper {
  width: auto !important;
  max-width: 100% !important;
}

.splide__pagination {
  display: none !important;
}


.wpte-gallery-wrapper__multi-banners .banner-layout-default {
  position: relative;
  width: 100%;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin: 30px auto;
  border-radius: 8px;
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price ins {
  font-size: 40px;
}

.nav-tab-wrapper .tab-inner-wrapper {
  display: flex;
  overflow: visible !important;
  gap: 0 !important;
}