/* Base styles (mobile first) */
/* Removing these from test for now

nav.headerTopNav__menu {
    justify-content: flex-start;
} 

nav.headerTopNav__menu .headerTopNav__item {
    margin-right: 45px;
}

nav.headerTopNav__menu .headerTopNav__item:first-child {
    display: none;
}

nav.headerTopNav__menu .headerTopNav__item:nth-child(4) {
    flex: 1;
    text-align: left;
}
    
*/

.headerMainToolbar__background--transparent {
    z-index: 4;
}

.header__notifications {
    z-index: 9999;
}

.nebula_image_button {
    z-index: 9 !important;
    margin-bottom: 20px !important
}

.basicHero__content {
    margin-top: -85px;
}

.heroRetarget__base {
    height: auto;
    margin: 0;
    min-height: 9.75rem;
    z-index: 11;
}

/* REMOVING CTA */
#mp-hero-countdown-bf + a.button.orange-monetate,
#mp-hero-countdown-bf + a.button.celebrity-tangerine {
	@media screen and (min-width: 1024px) {
		display: none;
	}
}

.cruiseSearchWidget {
	position: relative;
	top: calc(130px - 5vh);

	@media screen and (max-width: 375px) and (min-height: 600px) {
		top: calc(120px - 10vh);
	}

	@media screen and (max-width: 375px) and (min-height: 800px) {
		top: 0px;
	}

	@media screen and (min-width: 375px){		
		top: calc(160px - 10vh + 10vw);
	}

	@media screen and (min-width: 375px) and (min-height: 600px){		
		top: calc(280px - 30vh);
	}

	@media screen and (min-width: 768px) {
		top: 60px;
	}

	@media screen and (min-width: 768px) and (min-height: 770px) {
		top: calc(150px - 15vh);
	}
	
	@media screen and (min-width: 1024px) {
		top: 40px;
	}

	@media screen and (min-width: 1024px) and (min-height: 710px) {
		top: calc(320px - 40vh);
	}
	
}

/* 
.findCruiseWidget {
    padding: 0px;
    margin-top: -85px;
}
*/

/* Large phones */
@media screen and (min-width: 515px) {
   
}

/* Small Tablets */
@media screen and (min-width: 620px) {
    

}


/* Tablets */
@media screen and (min-width: 700px) {

}

/* Desktop Retargeting Start */
@media screen and (min-width: 750px) {

    .findCruiseWidget {
        z-index: 11;
    }

    .heroRetarget__base {
        height: 100%;
    }

    .heroRetarget__base:before {
        opacity: .85;
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: unset;
        transform-origin: unset;
        width: 90%;
    }
}

/* Large Tablets */
@media screen and (min-width: 768px) {

    .findCruiseWidget {
        z-index: 11;
    }

    .HomeCruiseSearchWidget_content {
        background: #f7f8f9e6;
    }

    .heroRetarget__base {
        height: 100%;
        z-index: 11;
    }

    .heroRetarget__base:before {
        opacity: .85;
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: unset;
        transform-origin: unset;
        width: 80%;
    }
}


/* Small desktops */
@media screen and (min-width: 1024px) {
    .basicHero__base {
        min-height: 650px;
    }

    .basicHero__imageContainer img {
        aspect-ratio: 12/5;
        min-height: 650px !important;
    }

    .basicHero__imageContainer {
        min-height: 650px !important;
    }

    .findCruiseWidget {
        margin-top: -260px;
        position: relative;
        z-index: 10;
    }

    .heroRetarget__base {
        height: 100%;
        z-index: 11;
    }

    .heroRetarget__base:before {
        opacity: .85;
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: unset;
        transform-origin: unset;
        width: 80%;
    }
}

/* Large desktops */
@media screen and (min-width: 1280px) {

    .basicHero__imageContainer {
        min-height: 700px;
    }

    .basicHero__imageContainer img {
        min-height: 700px !important;
        aspect-ratio: 806/375;
    }

    .findCruiseWidget {
        margin-top: -270px;
        position: relative;
        z-index: 10;
    }

    .heroRetarget__base {
        height: 100%;
        z-index: 11;
        right: 0px;
    }

    .heroRetarget__base:before {
        opacity: .85;
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: unset;
        transform-origin: unset;
        width: 80%;
    }
}

button[class*='BasicButton_root__'] {
    background: #e87435 !important;
    border-color: #e87435 !important;
}

button[class*='BasicButton_outlined__'] {
	background: #1C4B88 !important;
    border-color: #1C4B88 !important;
    color: #ffffff !important;
}

div[class*='CruiseSearchWidget_root'] {
    margin-top: -75px;
    padding: 0px;
    z-index: 10;
}

div[class*='FiltersModal_root'] {
    z-index: 12;
}


@media screen (max-width: 459px) {
	.hero-banner.embed.override { 
		height: calc(110vh - 4pc);
	}
	 
    div.cruiseSearchWidget.override div[class*='CruiseSearchWidget_root'] {
		margin-top: -290px
	}
}


@media screen and (min-width: 460px) and (max-width: 750px) {
	.hero-banner.embed.override { 
		height: calc(110vh - 4pc);
	}
	 
    div.cruiseSearchWidget.override div[class*='CruiseSearchWidget_root'] {
		margin-top: -275px
	}
}
 
 
 @media screen and (min-width: 751px) and (max-width: 992px) {
	.hero-banner.embed.override { 
		height: calc(110vh - 4pc);
	}
 
    div.cruiseSearchWidget.override div[class*='CruiseSearchWidget_root'] {
		margin-top: -270px
	}
}

 
@media screen and (min-width: 992px) {
 
	div.cruiseSearchWidget.override div[class*='CruiseSearchWidget_root'] {
		margin-top: -145px
	}
}
