Untitled
unknown
plain_text
3 years ago
11 kB
4
Indexable
html body .page__hero {
margin-bottom: 0 !important;
}
html body main article.homepage {
position: relative;
isolation: isolate;
}
html body .hero__cta {
display: none !important;
}
.eg-search-trips {
z-index: 999;
padding: 24px;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 8.2%;
background: #212529;
border-radius: 8px;
}
.eg-search-trips-inr .eg-language-option23-outer {
display: flex;
align-items: center;
justify-content: center;
}
html body .eg-search-trips-inr {
display: flex;
align-items: flex-end;
justify-content: center;
}
html body .eg-language-option23 .eg-dropdown {
box-sizing: border-box;
width: 260px;
position: relative;
}
.eg-dropdown .facet__toggle-icon {
margin-bottom: 0px !important;
display: flex;
flex: 1;
justify-content: flex-end !important;
margin-left: 10px !important;
}
.eg-button {
margin-left: 16px !important;
}
/* Dropdown Start */
html body .eg-language-option23 .eg-dropdown>span {
padding: 12px !important;
background: #24272A;
height: auto;
box-sizing: border-box;
cursor: pointer;
display: flex;
align-items: center;
font-size: 13px;
font-weight: 400;
color: white !important;
border: 1px solid #636566;
border-radius: 4px !important;
}
html body .eg-language-option23 .eg-dropdown-options {
cursor: pointer;
background: #000000;
position: absolute;
top: 100%;
display: flex !important;
flex-direction: column;
width: 100%;
z-index: 999;
left: 0px;
box-sizing: border-box;
border: none;
border-radius: 4px;
max-height: 0px;
overflow: hidden;
transition: max-height 250ms ease, overflow 250ms ease;
-webkit-box-shadow: 0 0 2px 0 rgb(22 44 116 / 16%);
box-shadow: 0 0 2px 0 rgb(22 44 116 / 25%);
margin-top: 29px;
font-weight: 400;
padding: 8px 0 !important;
}
html body .eg-language-option23 .eg-dropdown.eg-active .eg-dropdown-options {
max-height: calc(100vh - 37rem);
overflow-y: auto;
overflow-x: hidden;
transition: max-height 250ms ease, overflow 250ms ease;
}
.eg-search-trips .eg-button .eg-button-link {
height: auto;
display: flex;
align-items: center;
font-size: 16px !important;
white-space: nowrap;
background: #2F8AA8;
padding: 12px 16px !important;
text-transform: uppercase !important;
font-weight: 400 !important;
}
html body .eg-language-option23.eg-expedition .eg-dropdown .eg-dropdown-options {
width: 230px;
}
html body .eg-language-option23 .eg-dropdown-item {
display: block;
padding: 10px 16px !important;
background: #000 none repeat scroll 0 0;
font-size: 13px;
color: white;
display: flex;
align-items: center;
}
.eg-label {
color: #f0eeeb;
font-size: 16px;
font-weight: 500;
margin-bottom: 14px;
display: none !important;
}
html body .eg-language-option23 .eg-dropdown-item:last-child {
border-bottom: none;
}
html body .eg-language-option23 .eg-dropdown-item img {
margin-right: 10px;
}
html body .eg-language-option23 .eg-dropdown>span img {
margin-right: 10px;
}
html body .eg-language-option23 .eg-dropdown-item:hover {
background: #212529;
color: white;
}
/* Dropdown end */
html body .eg-language-option23 .eg-language-heading {
font-family: Montserrat, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 21px;
line-height: 24px;
color: #FFFFFF;
margin-bottom: 15px;
}
html body .eg-language-option23 .eg-button a {
padding: 15px 30px !important;
width: 100%;
background: #153BFF;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
}
@media(min-width: 951px) and (max-width: 991px) {
.eg-search-trips {
top: 6.3%;
}
}
@media(max-width: 950px) {
html body .eg-search-trips-inr {
flex-wrap: wrap;
gap: 20px;
}
.eg-search-trips {
top: 8.2% !important;
}
}
@media(max-width:578px) {
.eg-search-trips {
top: 6.1% !important;
}
}
@media screen and (max-width:950px) and (min-width:768px) {
html body .eg-language-option23 .eg-dropdown {
width: 200px !important;
}
html body .hero--featured {
max-height: unset !important;
height: 70px !important;
}
}
/*arrow*/
.eg-dropdown .facet__toggle-icon>svg {
width: 13px;
height: 13px;
fill: white !important;
}
.eg-dropdown .eg-arrow svg {
rotate: 180deg;
}
.eg-dropdown.eg-active .eg-arrow svg {
rotate: 0deg !important;
}
/*when selected*/
.eg-selected {
background: #212529 !important;
color: white !important;
}
.eg-dates .eg-dropdown-options:nth-of-type(2) {
display: none !important;
}
html body .eg-dropdown.eg-active .eg-default-option {
border-color: white !important;
}
.eg-search-trips-inr .eg-language-option23-outer>div+div {
margin-left: 16px !important;
}
html body .eg-dropdown .eg-default-option::before {
content: "";
width: 16px;
height: 16px;
margin-right: 10px !important;
}
html body .eg-trip-type .eg-default-option::before {
background: url("https://expogrowth.in/wp-content/uploads/2023/04/Triptype.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: contain !important;
}
html body .eg-destination .eg-default-option::before {
background: url("https://expogrowth.in/wp-content/uploads/2023/04/Des.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: contain !important;
}
html body .eg-dates .eg-default-option::before {
background: url("https://expogrowth.in/wp-content/uploads/2023/04/calander.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: contain !important;
}
html body .eg-language-option23 .eg-dropdown:not(.eg-active) .eg-dropdown-options {
display: none !important;
opacity: 0 !important;
pointer-events: none !important;
height: 0 !important;
overflow: hidden !important;
}
html body .eg-language-option23 .eg-dropdown-options::-webkit-scrollbar {
width: 4px !important;
background: transparent !important;
}
html body .eg-language-option23 .eg-dropdown-options::-webkit-scrollbar-thumb {
background: #8C9091;
border-radius: 3px;
}
html body .eg-language-option23.eg-destination .eg-dropdown-item {
position: relative !important;
}
html body .eg-language-option23.eg-destination .eg-dropdown-item::before,
html body .eg-language-option23.eg-dates .eg-dropdown-item::before {
content: "";
width: 16px;
height: 16px;
display: inline-block;
margin-right: 10px;
border: 2px solid #8C9091;
border-radius: 5px;
}
html body .eg-language-option23.eg-destination .eg-dropdown-item.eg-selected::before,
html body .eg-language-option23.eg-dates .eg-dropdown-item.eg-selected::before {
background: url(https://expogrowth.in/wp-content/uploads/2023/04/check.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border: none !important;
}
html body:not(.eg-popup) .eg-back-btn {
display: none !important;
}
@media screen and (max-width:767px) {
.eg-language-option23-outer {
gap: 0px;
}
.eg-search-trips {
width: 100%;
}
html body .eg-language-option23 .eg-dropdown {
width: 100%;
display: block;
margin-bottom: 15px;
}
html body .eg-search-trips-inr .eg-button {
margin-left: 0px;
width: 100%;
}
html body .eg-search-trips-inr.container-fluid,
html body .eg-search-trips-inr.container-fluid .eg-language-option23-outer {
flex-direction: column;
width: 100%;
background: none !important;
}
html body .eg-language-option23.eg-expedition .eg-dropdown .eg-dropdown-options,
html body .eg-search-trips-inr .eg-button,
html body .eg-search-trips-inr .eg-language-option23 {
width: 100% !important;
}
html body .eg-search-trips .eg-button .eg-button-link {
justify-content: center;
}
html body .eg-search-trips .eg-language-option23.eg-destination {
border: none;
}
html body .eg-search-trips .eg-language-option23 .eg-dropdown>span {
padding: 10px 16px !important;
}
.eg-search-trips-inr .eg-language-option23-outer>div+div {
margin-left: 0 !important;
}
.eg-button {
margin-left: 0 !important;
}
html body .eg-language-option23 .eg-dropdown.eg-active .eg-dropdown-options {
max-height: calc(100vh - 21rem) !important;
}
/* popup css */
html body.eg-popup main article.homepage {
isolation: auto !important;
}
html body.eg-popup .eg-search-trips {
position: fixed !important;
height: 100vh;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
border-radius: 0 !important;
transform: none !important;
}
html body.eg-popup .eg-search-trips>div {
height: 100%;
}
html body.eg-popup .eg-search-trips>div>.eg-button {
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
html body.eg-popup .eg-search-trips>div::before {
content: 'Find a Trip';
color: white !important;
display: block !important;
width: 100% !important;
font-weight: 500 !important;
font-size: 28px !important;
font-family: 'DomaineDisplay' !important;
}
.eg-back-btn {
width: 100%;
color: white;
border: 1px solid white;
padding: 12px 16px !important;
margin-top: 10px;
text-transform: capitalize !important;
font-weight: 400 !important;
}
html body .eg-language-option23 .eg-dropdown-options {
padding: 8px !important;
margin-top: 10px !important;
}
html body .eg-language-option23 .eg-dropdown-item {
border-radius: 5px !important;
}
html body .hero--featured {
max-height: unset !important;
height: 730px !important;
}
}
/* changes */
.eg-search-trips::before {
content: "Find a Trip";
color: white !important;
display: block;
padding-left: 10px;
margin-bottom: 12px;
font-weight: 400;
}
.eg-popup .eg-search-trips::before {
display: none !important;
}Editor is loading...