/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* General styles */
.elem-check-list-white ul li {
    background: #ffffff;
    border-radius: 30px;
    padding: 10px 30px !important;
}

.btn-arrow svg {
    width: 0.5rem !important;
}
.btn-long .elementor-button {
    width: 100%;
    text-align: left;
}

.btn-arrow.arrow-dark svg path {
	fill: #474747;
}
.btn-arrow.arrow-dark:hover svg path {
	fill: #ffffff;
}

#btn-load-more .elementor-button-icon {
	 display: flex;
	 align-items: center;
}


@media screen and (min-width: 820px) {
	.curved-clip-mask {
		clip-path: ellipse(80% 98% at 50% 0);
	}
}

/* Header */
@media screen and (min-width: 820px) {
	.header-info-box {
		background-color: #ffffff !important;
	}
}

/* Search filter bar */
.searchandfilter {
    width: 100%;
	  max-width: 827px;
    background-color: white;
    padding: 17px 0 17px 17px;
    border-radius: 10px ;
}
.searchandfilter ul {
    display: flex;
    padding: 0;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.searchandfilter ul li {
    margin: 0;
    padding: 0;
	  height: 43px;
}
.searchandfilter ul li.sf-field-submit input {
    background-color: #01ACA9;
    margin-top: -17px;
    height: 77px;
    width: 77px;
    display: block;
    margin-bottom: -16px;
    margin-right: -19px;
    border-radius: 0 10px 10px 0;
    border: 0;
    font-size: 0;
    background-image: url(/wp-content/uploads/2024/04/search-filter-btn-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
	  outline: none;
	  color: #fff;
    font-family: 'europa';
    font-weight: 300;
}
.searchandfilter ul li.sf-field-submit input:hover {
    background-color: #7d60cd;
}
.searchandfilter select.sf-input-select {
    min-width: 227px;
    background-color: #EEF4FF;
    border: 0;
    border-radius: 0;
    color: #474747;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/uploads/2024/04/drop-down-arrow.svg);
    background-position: 94% 52%;
    background-repeat: no-repeat;
    padding-right: 24px;
}

.searchandfilter label,
.searchandfilter ul li {
    width: 100%;
}

@media screen and (min-width: 480px) and (max-width: 1080px) {
    .searchandfilter select.sf-input-select {
        min-width: 180px;
    }
}

@media screen and (max-width: 480px) {
	.searchandfilter {
		padding: 17px 17px 0 17px;
	}
	.searchandfilter ul {
		flex-direction: column;
	}
    .searchandfilter ul li.sf-field-submit input {
		min-width: calc(100% + 34px);
		height: 53px;
		font-size: initial;
		border-radius: 0 0 10px 10px;
		margin-top: 0;
		margin-left: -17px;
		margin-right: -17px;
		text-align: left;
		background-position: 91% center;
		background-size: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		font-weight: bold;
	}
}

/* Destinations carousel */
.destination-rounded-card {
    min-height: 392px;
    margin: 0 !important;
}
.destination-rounded-card .elementor-cta {
    height: 100%;
	border-radius: 30px;
	display: flex;
}
.destination-rounded-card .elementor-cta__content {
    padding-top: 0;
    position: initial;
	height: 118px;
	overflow: visible;
}

.destination-rounded-card .elementor-cta__content .elementor-icon-wrapper {
    position: absolute;
    bottom: 4%;
    left: -9%;
}
.destination-rounded-card .elementor-cta__content .elementor-icon-wrapper svg{
    width: 140%;
    height: auto;
}

.destination-rounded-card .elementor-cta__button {
    background-color: var(--e-global-color-c7b03e0);
}

.destination-rounded-card:hover .elementor-cta__button {
    background-color: var(--e-global-color-4bec6b5) !important;
}

.destination-rounded-card .elementor-icon-wrapper svg path {
    transition: all .4s;
}

.destination-rounded-card:hover .elementor-icon-wrapper svg path {
    fill: var(--e-global-color-0bcafad);
}

.destination-rounded-card.card-alt-orange:hover .elementor-icon-wrapper svg path {
    fill: var(--e-global-color-0bcafad);
}

.destination-rounded-card .elementor-cta__button::after {
    content: "";
    background-image: url(/wp-content/uploads/2024/04/btn-arrow.svg);
    width: 15px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.destination-rounded-card:hover .elementor-cta__button::after {
    filter: contrast(0.2);
}

@media screen and (min-width:480px) and (max-width: 820px) {
    .destination-rounded-card .elementor-cta__content .elementor-icon-wrapper {
        bottom: 3%;
        left: -7%;
    }
}
@media screen and (min-width:1080px) {
    .destination-rounded-card .elementor-cta__content .elementor-icon-wrapper {
        bottom: 3%;
        left: -7%;
    }
}


/* Trip single template */
.single-trip-hero-section {
    background-size: 50% !important;
    background-position: 100% 50% !important;
}
h2.wp-block-heading {
    font-size: 24px;
    line-height: 29px;
}
.trip-post-info ul.elementor-inline-items li:first-child .elementor-icon-list-icon {
    display: none;
}
.pricing-tabs .e-n-tab-title .e-n-tab-icon {
    display: none !important;
}

.elementor-slideshow__title {
	display: none !important;
}

.trip-gallery-section .gallery-item img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}

body.trip-not-gbp .pricing-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
	display: none !important;
}

body.trip-not-gbp #gbp_tab,
body.trip-not-eur #eur_tab,
body.trip-not-usd #usd_tab,
body.trip-not-cny #cny_tab,
body.trip-not-gbp .gbp_content,
body.trip-not-eur .eur_content,
body.trip-not-usd .usd_content,
body.trip-not-cny .cny_content{
	display: none;
}

.trip-gallery-mobile img {
	width: 100% !important;
	height: 200px !important;
    object-fit: cover;
}
.trip-gallery-mobile {
	margin-left: -20px;
	margin-right: -20px;
	width: 100%;
    margin: auto;
}

.trip-gallery-mobile .elementor-image-carousel-wrapper {
	width: 100% !important;
}

.trip-gallery-mobile .elementor-swiper-button-next {
	right: -26px !important;
}

.trip-gallery-mobile .elementor-swiper-button-prev {
	left: -26px !important;
}


@media screen and (max-width: 480px) {
	.pricing-tabs .e-n-tabs-heading {
    	display: flex !important;
    	align-items: baseline;
	}
	.map-wrapper iframe {
        height: 280px;
    }
	.trip-gallery-section .gallery-item img {
		width: 100%;
	}
}

/* Trip internal menu mobile */
.trip-sections-menu {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 0;
    display: flex;
    transform: translateY(-50%);
}

.trip-menu-content {
	transition: margin-left 1s;
	width: 240px;
	background: #eef4ff;
	padding: 28px;
	box-shadow: 0px 6px 10px 0px #0000006b;
}

.trip-menu-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trip-menu-content ul li {
	margin-bottom: 10px !important;
    font-size: 18px !important;
}

.trip-menu-content ul li a {
	color: var(--e-global-color-text);
}

.trip-sections-menu .menu-switch {
	display: flex;
	align-items: center;
}

.trip-sections-menu .menu-switch label {
	background: #01aca9;
	padding: 10px 5px;
	display: flex;
	cursor: pointer;
}

.trip-sections-menu .menu-switch label svg {
	width: 20px;
}

.trip-sections-menu .menu-switch label svg path {
	fill: #ffffff;
}

.trip-sections-menu input[type="checkbox"] {
	display: none;
}

.trip-sections-menu #trip-menu-collapsed:checked ~ .trip-menu-content {
	margin-left: -15em;
}

.trip-sections-menu #trip-menu-collapsed:checked ~ .menu-switch .rise {
	display: flex;
}

.trip-sections-menu #trip-menu-collapsed:checked ~ .menu-switch .collapse {
	display: none;
}

.trip-sections-menu .menu-switch .rise {
	display: none;
}

/* Contact form */

.tla-form .gform_fields {
   row-gap: 20px !important;
   column-gap: 20px !important;
}
.tla-form .gform-datepicker {
  width: 100% !important;
}

.tla-form input, .tla-form select, .tla-form textarea {
  height: 53px !important;
  background-color: var(--e-global-color-7ed60dc) !important;
  font-size: 18px !important;
  color: var(--e-global-color-text) !important;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
  line-height: 50px !important;
	border: none !important;
  box-shadow: none !important;
}

.tla-form input::placeholder, 
.tla-form textarea::placeholder, 
.tla-form select {
	color: #7887a0 !important;
}

.tla-form input::-webkit-input-placeholder,
.tla-form textarea::-webkit-input-placeholder,
.tla-form input:-ms-input-placeholder,
.tla-form textarea:-ms-input-placeholder,
.tla-form input::-ms-input-placeholder,
.tla-form textarea::-ms-input-placeholder {
	color: #b3caf2 !important;
}

.tla-form select option, .tla-form select.select-changed {
	color: var(--e-global-color-text) !important;
}

.tla-form .ginput_container_date::after {
  margin-right: -10px;
}

.tla-form .gfield-choice-input {
    width: 28px !important;
    height: 28px !important;
}

.tla-form .gfield-choice-input + label {
    font-size: 18px;
    color: #474747;
}

.tla-form input[id^="gform_submit_button_"] {
    background-color: var(--e-global-color-c7b03e0) !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    height: 48px !important;
	line-height: 0 !important;
	padding-right: 40px !important;
	font-weight: bold !important;
	background-image: url(/wp-content/uploads/2024/04/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

.tla-form.content-form input[id^="gform_submit_button_"] {
	padding-right: 30px !important;
}

.g-form-centered .tla-form .gform_footer {
    justify-content: center;
}

.tla-form input[type=checkbox]::before {
    color: #000000 !important;
}

@media screen and (max-width: 480px) {
	.tla-form input[id^="gform_submit_button_"] {
    margin: auto;
	}
}

.tla-form-btn-center .tla-form input[id^="gform_submit_button_"] {
    margin: auto;
}

/* Regions taxonomy template (country and city)*/
body.region-no-program-box #destination_feed .elementor-shape svg path{
	fill: #ffffff !important;
}
body.region-no-program-box #travel_program_box {
	display: none;
}
.academic-travel-program-author .elementor-image-box-title {
    margin: 0;
}

.region-faq-accordion .e-n-accordion-item-title {
    z-index: 4;
}
.region-faq-accordion .e-con {
    margin-top: -22px;
}

/* Feefo reviews widget */
.width-provider-full-width {
    display: flex;
    justify-content: center;
}
.reviews {
	background-color: red;
}
.reviews .service-carousel-container.white-bg {
    background: #eef4ff;
}
.feefowidget-rating-stars { 
    color: red !important; 
}

/* Subject templates */
.slide-box {
    height: 100% !important;
}

/* resources page */
.elem-resource-btn .elementor-button {
	height: 60px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.elem-resource-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.elem-resource-btn .elementor-button-content-wrapper span {
  display: flex;
  flex: none;
}

.elem-resource-btn .elementor-button-icon svg {
  width: 100%;
}

@media screen and (max-width: 520px) {
	.elem-resource-btn .elementor-button-icon svg {
    width: 20px;
	}
	.elem-resource-btn .elementor-button {
    height: 48px;
    font-size: 16px !important;
	}
}

/* main menu */
.d-menu-overlay {
	display: none;
}



/* our team page */
@media screen and (max-width: 768px) {
    #team-tabs .e-n-tabs-heading .e-n-tab-title {
        order: initial !important;
        margin-bottom: 10px !important;
    }
}

/* single post */
.single-post-progress-bar {
	display: none;
}

body.single-post .single-post-progress-bar {
	display: block;
}
body.single-post .elementor-widget-theme-post-content img {
    margin-top: 20px;
    margin-bottom: 30px;
	  width: 100%;
}
body.single-post .elementor-widget-theme-post-content .wp-block-heading {
    /*font-weight: 700;*/
	margin-top: 30px;
}

body.single-post .elementor-widget-theme-post-content h3 {
	font-size: 26px;
	line-height: 27px;
    font-weight: 400;
	margin-bottom: 10px;
}

body.single-post .elementor-widget-theme-post-content .alignleft img,
body.single-post .elementor-widget-theme-post-content .alignright img {
	margin: 0 !important;
}

body.single-post .header-box {
   box-shadow: none !important;
}

body.single-post .post-custom-info.elementor-widget.elementor-widget-post-info ul li a,
body.single-post .post-custom-info.elementor-widget.elementor-widget-post-info ul li:nth-child(2){
	font-weight: 700;
}

body.single-post .post-custom-info.elementor-widget.elementor-widget-post-info ul li a:hover {
	color: var(--e-global-color-c7b03e0);
}

body.single-post .post-custom-info.elementor-widget.elementor-widget-post-info ul li:nth-child(3):after{
	display: none;
}

body.single-post.post_no_dates .post-custom-info.elementor-widget.elementor-widget-post-info ul li:nth-child(2):after,
body.single-post.post_no_dates .post-custom-info.elementor-widget.elementor-widget-post-info ul li:nth-child(3),
body.single-post.post_no_dates .post-custom-info.elementor-widget.elementor-widget-post-info ul li:nth-child(4) {
	display: none;
}

.single-post-share .elementor-share-btn__title {
    word-spacing: normal;
}

.single-post-share .elementor-share-btn {
    height: 40px;
}

.single-post-share .elementor-share-btn__text {
    border-left: 2px solid #ffffff;
    padding-left: 10px;
}

.single-post-contact-block ul.elementor-icon-list-items li:last-child span.elementor-icon-list-icon {
    opacity: 0;
}
.single-post-contact-block ul.elementor-icon-list-items li:last-child a {
    text-decoration: underline;
}
.single-post-contact-block ul.elementor-icon-list-items li:last-child a:hover span {
   color: var(--e-global-color-c7b03e0);
}

div#ez-toc-container {
    padding: 30px;
    border-radius: 10px;
	margin-bottom: 0;
	display: none;
}

body.wp-logged-in div#ez-toc-container {
	display: block;
}

@media screen and (max-width: 520px) {
	body.single-post figure {
   		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* phone numbers menu */
.phone-numbers-menu div#menubar-187 {
    max-width: 228px;
    left: -195px;
}
.phone-numbers-menu span.e-n-menu-toggle-icon {
	cursor: pointer;
}
.phone-numbers-menu span.e-n-menu-toggle-icon svg {
    width: 12px;
	height: 12px;
}
.phone-numbers-menu span.e-n-menu-toggle-icon.e-close svg {
    transform: rotate(180deg);
}

.phone-numbers-menu li .e-n-menu-icon:before {
	display: none;
    background: #efefef;
    width: fit-content;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    padding: 0 10px;
    left: 10px;
    top: 6px;
    line-height: 19px;
    box-shadow: 0px 2px 5px 0px #000000a8;
}

@media screen and (min-width: 1200px) {
	.phone-numbers-menu li:hover .e-n-menu-icon:before {
		display: block;
	}
}

.phone-numbers-menu #uk-phone-item .e-n-menu-icon:before {
	content: 'UK & Europe';
}
.phone-numbers-menu #usa-phone-item .e-n-menu-icon:before {
	content: 'USA';
}
.phone-numbers-menu #vn-phone-item .e-n-menu-icon:before {
	content: 'Vietnam';
}
.phone-numbers-menu #ch-phone-item .e-n-menu-icon:before {
	content: 'China';
}
.phone-numbers-menu #ae-phone-item .e-n-menu-icon:before {
	content: 'Middle East';
}
.phone-numbers-menu #au-phone-item .e-n-menu-icon:before {
	content: 'Australia';
}

/* Blog page */
.blog-category-filter form#search-filter-form-12775 {
    padding: 0;
}
.blog-category-filter form#search-filter-form-12775 select.sf-input-select {
    border-radius: 5px !important;
}

/* regions and subjects landing pages map display */

body.tax-no-map .landing-map-section {
	display: none;
}


.highlight-item-inner
{
	display: flex;
	padding: 50px 50px 110px 50px;	
	background: #eef4ff;
	border-radius: 25px;
	align-items: center;
}
.highlight-item .left
{
	width: 60%;
	padding: 0 50px 0 0;
}
.highlight-item .left h4
{
	font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: var(--e-global-color-text);
	margin: 0 0 15px 0;
}
.highlight-item .left p
{
	font-family: "europa", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.highlight-item .right
{
	width: 40%;
}
.highlight-item .left a
{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 21px;
    color: #fff !important;
    background-color: #01ACA9;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 24px;
    border: 0;
    margin: 15px 0 0 0;
    display: inline-block;
}
.destination-highlights .slick-prev
{
	padding: 0;
    z-index: 1;
    font-size: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #7D60CD !important;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    top: unset;
    left: 50px;
	background-image: url(/wp-content/uploads/2025/02/left.png) !important;
     background-size: 7px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	background-color: transparent !important;
	outline: none !important;
}
.destination-highlights .slick-prev:before{
	display: none;
}
.destination-highlights .slick-next
{
	padding: 0;
    z-index: 1;
    font-size: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #7D60CD !important;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    top: unset;
    left: 100px;
	background-image: url(/wp-content/uploads/2025/02/right-1.png) !important;
    background-size: 7px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	background-color: transparent !important;
	outline: none !important;
}
.destination-highlights .slick-next:before{
	display: none;
}
.destination-highlights .right img
{
	border-radius: 25px;
}
.destination-highlights-main h2
{
	margin-bottom: 30px;
	color: #474747;
	font-size: 35px;
	line-height: 40px;
	text-align: center;
}
.destination-highlights 
{
	margin-bottom: 70px;
}
.activities-destination-slider .elementor-swiper-button-prev
{
	width: 40px;
    height: 40px;
    border: 1px solid #7D60CD !important;
    border-radius: 8px;
    background-image: url(/wp-content/uploads/2025/02/left.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.activities-destination-slider .elementor-swiper-button-prev svg
{
	display: none;
}
.activities-destination-slider .elementor-swiper-button-next
{
	width: 40px;
    height: 40px;
    border: 1px solid #7D60CD !important;
    border-radius: 8px;
    background-image: url(/wp-content/uploads/2025/02/right-1.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.activities-destination-slider .elementor-swiper-button-next svg
{
	display: none;
}


@media all and (max-width: 767px)
{
	.highlight-item-inner
	{
		flex-wrap: wrap;
		padding: 30px 30px 100px 30px;
	}
	.highlight-item .left
	{
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
	}
	.highlight-item .right
	{
		width: 100%;
		padding: 0;
		margin: 0 0 0 0;
	}
	.destination-highlights-main h2
	{
		font-size: 24px !important;
        line-height: normal !important;
	}
	.highlight-item .left p
	{
		font-size: 16px;
		line-height: 24px;
	}
	.destination-highlights .right img{
		height: 250px !important;
		object-fit: cover;
	}
	.destination-highlights {
    	margin-bottom: 0px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px)
{
	.highlight-item-inner
	{
		padding: 50px 50px 120px 50px;
	}
}