.tripbuilder.sv-foundation {
    margin-bottom:80px;
}
.tripbuilder .expiredWarning { display: none; margin-bottom: 10px; margin-top: 10px; }

/* begin: google maps */
.tripbuilder .gMapContainer .showGMap .isOpen { display:none; }
.tripbuilder .gMapContainer .showGMap .isClosed { display:block; }

.tripbuilder .gMapContainer.open  .showGMap .isOpen { display:block; }
.tripbuilder .gMapContainer.open  .showGMap .isClosed { display:none; }

.tripbuilder .gMapContainer .gMapHolder { height:300px;display:none; }
.tripbuilder .gMapContainer.open .gMapHolder { display:block; }

.tripbuilder .gMapContainer .showGMap { 
	margin-bottom: 10px;
	background: #21475a;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
    text-align: center;
    font-family: 'Mundo Sans W01 Regular';
}

.tripbuilder .gMapContainer .showGMap > div { padding: 8px 0 5px 0; }

.tripbuilder .gMapContainer .gMapHolder img { max-width:none; } /* foundation overwrite for info window close button */
/* end: google maps */

.tripbuilder h4 {
    font-family: 'Mundo Sans W01 Bold';
    color: #21475a;
    font-size: 16px;
}
.tripbuilder .tplShadow div {
    color: #21475a;
    font-family: 'Mundo Sans W01 Regular';
}
.tripbuilder .listings {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    padding: 25px 25px 0;
}
.tripbuilder .listings {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 390px));
    justify-content: center;
}
.tripbuilder .itemBottom{
	flex: 0 0 30%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    max-width: 310px;
}

.tripbuilder .itemBottom h6.sv-listing-heading,
.tripbuilder .itemBottom ul.itemInfo{
	padding: 0 15px;
}
.tripbuilder .itemBottom .sv-listing-heading{
    font-size: 24px;
    line-height: 28px;
    font-family: 'Mundo Sans W01 Bold';
    color: #21475a;
}
.tripbuilder .itemBottom h6.sv-listing-heading{
    padding-top: 20px;
}

.tripbuilder .itemBottom .sv-listing-heading a{
	color: inherit;
	line-height: inherit;
}

.tripbuilder .itemBottom .no-bullet.itemInfo{
    list-style: none;
    margin: 0;
    font-size: 18px;
    font-family: 'Mundo Sans W01 Regular';
    color: #21475a;
    padding-bottom: 20px;
}

.tripbuilder .itemBottom .no-bullet.itemInfo a{
	color: inherit;
}
.tripbuilder .itemBottom .no-bullet.itemInfo i.fa-map-marker{
    color: #32bbab;
    margin-right: 10px;
}

.tripbuilder .itemBottom .no-bullet.itemInfo i.fa-times{
    color: #32bbab;
    margin-right: 10px;
}


.tripbuilder .tripbuilder-feed-type {
    font-family: 'Mundo Sans W01 Bold';
    font-size: 14px;
    line-height: 1;
    color: #21475a;
    text-transform: uppercase;
    margin: 12px 0 6px;
    display: inline-block;
}
@media (min-width: 641px){
    .tripbuilder .tripbuilder-feed-type {
        font-size: 17px;
        margin: 12px 0;
    }
}

.contentRender_name_plugins_tripbuilder_counter {
    display: flex;
    align-items: center;
}

.tripbuilder .tripItems {
    color: #fff;
    font-family: 'Mundo Sans W01 Bold';
    font-size: 14px;
    margin-right: 12px;
}

.tripbuilder .tripItems i {
    margin-right: 3px;
}

.contentRender_name_plugins_tripbuilder_counter .tripbuilder .text {
    display: none;
}

.mobilenav.active .tripbuilder,
.contentRender_name_plugins_tripbuilder_counter .mobilenav.active .tripbuilder .text {
    display: block;
}
.mobilenav .tripbuilder {
    position: absolute;
    top: 25px;
    left: 17px;
    display: none;
    line-height: 1;
    font-size: 14px;
}

.mobilenav.active .tripbuilder .tripItems i {
    margin-right: 5px;
}

.contentRender_name_plugins_tripbuilder_counter .mobilenav.active .tripbuilder .text {
    display: inline-block;
    text-transform: uppercase;
}