h5 {
    font-family: 'Work Sans', sans-serif !important;
}
.tours_container h4 {
    margin-top: 25px;
    text-transform: uppercase;
}
.tours_container em {
    text-decoration: underline;
}
li {
    font-family: 'Muli', sans-serif;
}
.service_luxo.evc-icon-with-text.evc-iwt-icon-left .evc-iwt-icon-holder {
    padding-right: 15px !important;
}
.service_luxo.evc-icon-with-text .evc-iwt-icon {
    color: #fff !important;
}
.service_luxo h4.evc-iwt-title {
    font-size: 17px !important;
    font-weight: 300 !important;
    font-family: 'Work Sans', sans-serif !important;
    text-transform: uppercase;
    color: #fff !important;
}
.service_luxo_black h4.evc-iwt-title {
    font-size: 17px !important;
    font-weight: 500 !important;
    font-family: 'Work Sans', sans-serif !important;
    text-transform: uppercase;
    color: #000 !important;
}
.service_luxo_black.evc-icon-with-text .evc-iwt-icon {
    color: #000 !important;
}
.evc-predefined-style .evc-shortcode.service_luxo_black p {
    font-family: 'Work Sans', sans-serif;
}
.evc-tabs.evc-t-standard.tours_tabs .evc-tabs-nav li:first-child a:before {
    content: "\f059";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    padding-right: 8px;
}
.evc-tabs.evc-t-standard.tours_tabs .evc-tabs-nav li:nth-child(2) a:before {
    content: "\f279";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    padding-right: 8px;
}
.pum {
    overflow: scroll !important;
}

.pum .form .form-label{
	color: #ae8e31;
}

h1.color-white, h4.subtitle.color-white {
    text-shadow: 1px 1px 2px rgb(0, 0, 0, .7);
}

.menu-reworked li:not(.btn_menu) a {
    text-shadow: 1px 1px 2px rgb(0, 0, 0, .7);
}

.thrv_wrapper h2 {
    color: #ae8e31 !important;
}

a.tcb-button-link.tve-dynamic-link {
    background-color: #ae8e31 !important;
}

.no-touch .tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper):hover, .tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper).tqb-active-answer {
    background-color: #ae8e31 !important;
    border: 1px solid #ae8e31 !important;
}

.no-touch .tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper):hover, .tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper).tqb-active-answer {
    background-color: #ae8e31 !important;
    border: 1px solid #ae8e31 !important;
}

:not(#tve) [data-css="tve-u-15d9c5b8e9e"] button {
    background-color: #ae8e31 !important;
}

div.header-container.dark .menu-reworked li:not(.btn_menu) a {
    text-shadow: none;
    color: #000;
}
#itineraries a p, .wish-block__element a.link-white.link-bold, .wish-block__element h2.color-light {
    text-shadow: 1px 1px 2px rgb(0, 0, 0, .7);
}
header.header-dark {
    position: sticky;
    padding-bottom: 10px;
    border: 1px solid rgb(0, 0, 0, .5);
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
}
header.header-dark.js-header-hidden {
    opacity: 0;
}
div.header-container.dark .menu-reworked {
    padding-top: 5px;
}

.page-header.page-header-dark {
    min-height: 20vh;
}

.page-header.page-header-dark .row .title-container {
    min-height: 20vh;
}
.logos__item .logo__item__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.logos {
    padding-bottom: 30px;
}
.evc-tabs ul {
    list-style: inside;
    padding-bottom: 15px;
    padding-left: 10px;
}
p.text__tours{
    max-width: 1200px;
    padding-left: 2%;
    padding-right: 2%;
}


@media only screen and (max-width: 680px){
    .vc_row.wpb_row.row__moreinfo .evc-button {
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }
}


@media only screen and (min-width: 999px){
	.menu-item.btn_menu a {
	    background-color: rgba(255, 255, 255, 0.93);
	    border-color: #ffffff;
	    color: #ae8e31;
	    -webkit-transition: all .5s;
	    transition: all .5s;
	    padding: 10px 20px;
	    font-size: 1.1rem;
	    border: 1px solid white;
	}
	.menu-reworked li.btn_menu a:hover {
		padding-bottom: 10px;
		background-color: transparent;
	    color: #fff;
	    border: 1px solid white;
	}
    div.header-container.dark .menu-reworked .menu-item.btn_menu a {
        border: 1px solid #ae8e31;
    }
    div.header-container.dark .menu-reworked .menu-item.btn_menu a:hover {
        background-color: #ae8e31;
        color: #fff;
        border: 1px solid #ae8e31;
    }

}