/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

body header .header .header-left {
    width: 100% !important;
}
body header .header .header-left .logo img {
    max-width: 250px;
    max-height: 50px;
}
footer .elementor-icon.elementor-social-icon {
    font-size: 24px;
}
.stt-mailchimp-form input[type=email] {
    padding: 17px 130px 17px 30px;
    width: 100%;
}
.stt-mailchimp-form p {
    margin: 0;
}
.stt-mailchimp-form p span.wpcf7-spinner {
    position: absolute;
    top: 21px;
    right: 27px;
}
.stt-mailchimp-form input[type=submit] {
    top: 5px;
}
body header .header .header-left #st-main-menu {
    width: auto !important;
    margin-left: auto!important;
}
.header-left #st-main-menu .main-menu li.menu-item-mega-parent > .menu-dropdown {
    padding-bottom: 15px
}
.header-left #st-main-menu .main-menu li.menu-item-mega-parent > .menu-dropdown > li > a {
    padding: 0;
    display: block;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li {
    margin-bottom: 0;
}
.header-left #st-main-menu .main-menu li.menu-item-has-children:last-child .menu-dropdown {
    left: auto;
    right: 0;
}
body header .header #main-menu {
    position: static !important;
}
.header-left #st-main-menu .main-menu li.menu-item-mega-parent > .menu-dropdown {
	width: calc(100vw - 127px);
	transform: none !important;
	left: -999px;
	right: -999px;
	margin: auto;
	height: calc(100vh - 190px);
	overflow: auto;
	lign-content: flex-start;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li.menu-item-has-children > .menu-dropdown > li.menu-item-has-children .menu-dropdown {
    padding-bottom: 12px!important;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent .menu-dropdown li a {
    margin-top: 12px!important;
}
#topbar.style-elementor .topbar-items li.topbar-item.link.social a {
    font-size: 20px;
}
.related_links ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.related_links ul.elementor-icon-list-items li.elementor-icon-list-item {
    width: calc(33.33% - 10px);
}
.related_links ul.elementor-icon-list-items li.elementor-icon-list-item a {
	max-width: fit-content;
}
nav.custom-breadcrumb {
	display: flex;
	justify-content: center;
	color: rgba(255, 255, 255, 0.6);
	gap: 15px;
	row-gap: 5px;
	flex-wrap: wrap;
}
nav.custom-breadcrumb a {
	color: #fff;
}
span.separator {
	width: 5px;
	height: 5px;
	background: var(--light-grey-color, #EAEEF3);
	z-index: 1;
	overflow: hidden;
	display: block;
	margin: auto 0;
	border-radius: 100px;
	position: relative;
	top: 1px;
}
.accordion.faq-lib.st-style6 {
	border: 1px solid #ddd;
	border-bottom: none;
}
.accordion.faq-lib.st-style6 .accordion-item {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	padding: 15px;
	margin: 0;
}
.accordion.faq-lib.st-style6 .accordion-item .accordion-body {
	padding: 15px 35px 0;
}
.accordion.faq-lib.st-style6 .accordion-item h2 button {
	font-weight: 500 !important;
}
img.alignleft {
	margin-right: 2em;
	margin-bottom: 1em;
	margin-top: 5px;
}
img.alignright {
	margin-top: 5px;
	margin-left: 2em;
	margin-bottom: 1em;
}
hr.wp-block-separator.has-alpha-channel-opacity {
	margin: 20px 0;
	border-top: 1px solid #abb5c3;
}
ul.wp-block-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	line-height: 1.3;
	margin-top: 10px;
	padding-left: 18px;
}
table.has-fixed-layout {
	border: 1px solid #eaecf0;
	border-collapse: collapse;
	width: 100%;
}
table.has-fixed-layout td {
	padding: 5px 10px;
	border: 1px solid #eaecf0;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.elementor-element.elementor-element-7f151aa.elementor-widget.elementor-widget-image, .elementor-element.elementor-element-7f151aa.elementor-widget.elementor-widget-image>.elementor-widget-container, .elementor-element.elementor-element-7f151aa.elementor-widget.elementor-widget-image>.elementor-widget-container>img {
    height: 100% !important;
}
#gotop {
    bottom: 90px;
    right: 30px;
}


/* =====================================================
   BASE RESET
===================================================== */
#st-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#st-main-menu a {
  text-decoration: none;
  color: #0b5f6a;
  font-size: 14px;
}

/* =====================================================
   MAIN NAV
===================================================== */
#st-main-menu {
  position: relative;
}

#main-menu > li {
  position: relative;
}

/* =====================================================
   COLUMN 1 (LEFT)
===================================================== */
.menu-item-mega-parent > .menu-dropdown {
  display: flex;
}

.menu-item-mega-parent > .menu-dropdown > li {
  width: 25%;
  background: #ffffff;
  border-right: 1px solid #e6e6e6;
  position: relative;
}

.menu-item-mega-parent > .menu-dropdown > li > a {
  display: block;
  padding: 14px 18px;
  font-weight: 600;
  color: #0b5f6a;
}

/* Hover highlight like screenshot */
.menu-item-mega-parent > .menu-dropdown > li:hover {
  background: #e6f2f3;
}

/* =====================================================
   COLUMN 2 (MIDDLE)
===================================================== */
.menu-item-mega-parent > .menu-dropdown > li > .menu-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  width: 25%;
  min-height: 100%;
  background: #ffffff;
  display: none;
  border-right: 1px solid #e6e6e6;
}

.menu-item-mega-parent > .menu-dropdown > li:hover > .menu-dropdown {
  display: block;
}

.menu-item-mega-parent
> .menu-dropdown
> li
> .menu-dropdown
> li
> a {
  display: block;
  padding: 14px 18px;
  font-weight: 500;
  color: #0b5f6a;
}

/* Hover highlight */
.menu-item-mega-parent
> .menu-dropdown
> li
> .menu-dropdown
> li:hover {
  background: #e6f2f3;
}

/* =====================================================
   COLUMN 3 (RIGHT)
===================================================== */
.menu-item-mega-parent
> .menu-dropdown
> li
> .menu-dropdown
> li
> .menu-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  width: 25%;
  min-height: 100%;
  background: #ffffff;
  display: none;
}

.menu-item-mega-parent
> .menu-dropdown
> li
> .menu-dropdown
> li:hover
> .menu-dropdown {
  display: block;
}

.menu-item-mega-parent
> .menu-dropdown
> li
> .menu-dropdown
> li
> .menu-dropdown
> li
> a {
  display: block;
  padding: 14px 18px;
  color: #0b5f6a;
}

/* =====================================================
   ARROWS (RIGHT SIDE)
===================================================== */
.menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
}

/* =====================================================
   VISUAL POLISH
===================================================== */
.menu-dropdown li a:hover {
  color: #083f45;
}

.menu-item-mega-parent > .menu-dropdown > li:last-child {
  border-right: none;
}

body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li > ul.menu-dropdown {
/*     position: absolute !important;
    opacity: 0 !important;
    visibility: hidden !important; */
	padding: 10px !important;
	padding-left: 15px !important;
	background: #FFF!important;
    box-shadow: 0 1px 1px #dbdbdb !important;
	min-height: 0 !important;
    margin-bottom: 20px;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li:hover > ul.menu-dropdown {
    position: static !important;
	opacity: 1 !important;
    visibility: visible !important;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li.item-mega-menu > a > i {
    display: block;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li > ul.menu-dropdown > li > a {
/*     margin: 0 !important;
    padding: 5px 0 !important; */
    display: flex;
    justify-content: space-between;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li > ul.menu-dropdown > li > a > i {
    display: block;
	font-size: 14px;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li.menu-item-has-children .menu-dropdown li {
    background: none;
}
body header #main-menu > li.menu-item-has-children.menu-item-mega-parent > .menu-dropdown > li:hover > ul.menu-dropdown > li > ul.menu-dropdown {
    position: absolute !important;
}



@media screen and (min-width: 1200px) {
	.related_links.col-4 ul.elementor-icon-list-items li.elementor-icon-list-item {
			width: calc(25% - 12px);
	}
}
@media screen and (max-width: 1399px) {
	.header__center #st-main-menu .main-menu > li > a {
		padding: 35px 30px 35px 10px;
	}
}
@media screen and (min-width: 992px) {
	.header__right .items li.st-header-link {
		display: none !important;
	}
}
@media screen and (max-width: 991px) {
	.header__left .logo img {
		width: 200px;
	}
	.header__center #st-main-menu .menu.main-menu > li.menu-item-has-children > .menu-dropdown > li {
		margin-bottom: 0;
	}	
	.header__right .items li.st-header-link {
		display: block !important;
	}
	.header-left #st-main-menu .main-menu li.menu-item-mega-parent > .menu-dropdown {
        max-height: none !important;
    }
}
@media screen and (max-width: 782px) {
	.st-mod-style .header__left .logo {
		position: static!important;
		transform: none!important;
		margin-left: 10px;
	}
}
@media screen and (max-width: 575px) {
	.header__right .items li.st-header-link, .header__right {
		display: none !important;
	}
	.header__left {
		width: 100%;
		justify-content: space-between;
	}
	ul.st-list-mobile.d-md-none,ul.st-list-mobile.d-md-none {
		margin: 0 !important;
		padding: 0 !important;
	}
	.related_links ul.elementor-icon-list-items li.elementor-icon-list-item {
    width: 100%;
	}
}