/* CRUISE FROM PAGES CSS */

/* CRUISE FROM DEALS CONTROL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.portDeals-container {
	margin-top: 15px;
}

.portOffers-section {
	background-color: rgb(52, 152, 219, 0.1);
  	padding: 10px 10px 12px;
  	/* color: #333; */
}

.portOffers-section h2 {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 26px;
  	color: #224273;
}

.cdest-feat {
	/* height: max-content; */
	display: grid;
}

.cdest-feat .card {
  	box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
	border-radius: 0;
}

.cdeal-dest-img {
	text-align: center;
	padding: 8px;
}


.cdest-feat .card-body {
	padding: 10px;
  	text-align: center !important;
	display: grid;
}

.cdest-feat .card-title {
	margin-bottom: 0;
  	font-size: 18px;
	line-height: 1.2;
}

.cruise-length {
	font-size: 12px;
  	color: #4e4e4e;
	margin-bottom: 0;
}

.ship {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 6px;
}

.callPriceText, .fromPriceText {
	font-size: 12px;
  	margin-bottom: 5px;
}

.cdest-feat .card-body p span {
	font-size: 20px;
  	color: #C75300;
}

.cdest-feat .card-body .btn {
	padding: 2px 8px;
	font-size: 16px;
	background-color: #0973ba;
	width: 85%;
	border-radius: 3px;
	margin: auto;
}

.cdest-feat .card-body .btn:hover {
	background-color: #07578d;
}

.cldealPg-link {
	text-align: center;
}

.cldealPg-link a {
	text-decoration: none;
	color: #C75300;
	font-weight: bold;
}

.cldealPg-link a:after {
	content: " »";
}


/* HIGHLIGHTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.highlights-container {
  	margin-top: 25px;
	padding-bottom: 15px;
}

.highlights-container h5 {
  	padding-bottom: 8px;
  	color: #224273;
}

.highlight-row {
  	margin-bottom: 15px;
}

.highlights-container p span {
  	font-weight: bold;
}


/* PORT MAP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.port-map iframe {
	width: 100%;
	height: 250px;
}

.port-link {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 15px;
}

.port-link a {
	font-weight: bold;
	color: #0059b3;
	text-decoration: none;
}

.port-link a:hover {
	text-decoration: underline;
}

.port-link a::after {
	content: " »";
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* MOBILE TO TABLET */
@media (min-width: 576px) and (max-width: 767px) {
	.cdeal-dest-img {
		min-height: 60px;
	  	max-height: 60px;
	}
	
	.cdeal-dest-img img {
	  	max-height: 55px;
	}
}	

/* BEFORE TABLET BREAKPOINT */
@media (max-width: 767px) {
	.highlights-container p {
    	padding-top: 8px;
  	}
}


/* TABLET */
@media (min-width: 768px) {	
	.cdeal-dest-img {
		min-height: 55px;
	  	max-height: 55px;
	}
	
	.cdeal-dest-img img {
	  	max-height: 50px;
	}
}

@media (min-width: 992px) {
	.cdeal-dest-img {
		min-height: 40px;
	  	max-height: 40px;
	}
	
	.cdeal-dest-img img {
	  	max-height: 35px;
	}
}


/* DEKSTOP AND LARGE SCREENS */
@media (max-width: 1199px) {}

@media (min-width: 1200px) {
	.cdeal-dest-img {
		min-height: 55px;
	  	max-height: 55px;
	}
	
	.cdeal-dest-img img {
	  	max-height: 50px;
	}
}

@media (min-width: 1400px) {}

@media (min-width: 1920px) {}