/*
Theme Name: lejourneycruise
*/
.gallery-columns-3 {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;margin-bottom: 10px;}
.singlecontent ul li {
    font-size: 16px;
    line-height: 28px;
}
@media only screen and (max-width: 768px) {
	#field_1_1, #field_1_3 {
    width: 100% !important;
    clear: none !important;
    float: left;
}
	#field_1_2, #field_1_4 {
    width: 100% !important;
    clear: none !important;
    float: right;
}
	.gallery-columns-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px;
    margin-bottom: 10px;
}
	.dnd_column_DD_span4{width:100% !important;margin-left: 0px !important;}
	.cruise_title.details_page {font-size: 30px !important;line-height: 35px;}
	.detail_title {
    background-repeat: no-repeat;
    background-position: left;
    font-family: 'Market Deco' !important;
    color: #999999 !important;
    text-shadow: 1px 1px #333333;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 24px;
    padding-left: 70px;
    line-height: 30px;
    margin-bottom: 20px;height:auto !important;
}
}