.tripbuilder .expiredWarning { display: none; margin-bottom: 10px; margin-top: 10px; }

.tripbuilder p{
    color: #0A3C4E;
    font-size: 16px;
    font-family: 'sofia-pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    margin-bottom: 20px;
}
.tripbuilder h4{
    font-family: 'sofia-pro', sans-serif;
    color: #0A3C4E;
    margin-bottom: 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;
	cursor:pointer;
	text-align:right; 
	font-family: "sofia-pro", sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0a3c4e;

}
.tripbuilder .gMapContainer .showGMap span{
	margin-right: 5px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tripbuilder .gMapContainer .showGMap span.fa,
.tripbuilder .gMapContainer .showGMap span:hover { 
	color: #f45848;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tripbuilder .tplShadow .itemBottom{
    background: #FFF;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.tripbuilder .tplShadow .sv-listing-heading{
	padding: 18px 18px 0 18px;
}
.tripbuilder .tplShadow .no-bullet.itemInfo{
	padding: 18px;
}
.tripbuilder .tplShadow .no-bullet.itemInfo a{
    color: #0A3C4E !important;
}
.tripbuilder h3,
.tripbuilder .tplShadow .no-bullet.itemInfo a i.fa,
.tripbuilder .tplShadow .no-bullet.itemInfo a:hover{
    color: #f45848 !important;
}
.tripbuilder .tplShadow .no-bullet.itemInfo a i.fa{
    width: 10px;
    margin-right: 5px;
}
.tripbuilder .tplShadow .no-bullet.itemInfo .one-line-two-items{
    font-family: 'Shift', sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1;
    color: #aebab8;
}

.tripbuilder .tplShadow .sv-listing-heading a{
    text-transform: none;
    font-family: "sofia-pro", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0a3c4e !important;
}


.tripbuilder .gMapContainer .showGMap > div { padding:5px 0; }

.tripbuilder .gMapContainer .gMapHolder img { max-width:none; } /* foundation overwrite for info window close button */
/* end: google maps */

.tripbuilder.tb-counter-container { 
    float: right; 
    z-index: 15;
}

.listing-details-container .tripbuilder.tb-counter-container{
  margin-right: -15px;
}

@media only screen and (min-width: 64.064em){
  .listing-details-container .tripbuilder.tb-counter-container{
    margin-right: -30px;
  }
}

.tripbuilder .tripItems {
    display: block;
    top: 0;
    right: 0;
    position: relative;
    z-index: 100;
    background-image: url(../assets/trip-builder-count.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    height: 35px;
    margin-top: 5px;
    margin-left: 10px;
    font-family: "sofia-pro", sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 22px;
    color: #0A3C4E;
    text-decoration: none;
    text-transform: uppercase;  
}

.listing-details-container .tripbuilder .tripItems{
  top: -3px;
  margin-top: 0;
}

@media only screen and (max-width: 400px){
  .listing-details-container .tripbuilder .tripItems{
    top: 30px;
  }
}

.tripbuilder .tripItems .count {
  display: block;
  position: absolute;
  top: 0;
  left: 22px;
  height: 23px;
  width: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #f45848;
  text-align: center;
}

.tripbuilder .map-handle {
  display: none;
}

#directionModal {
  max-width: 500px;
  top: 100px !important;
  position: fixed;
}
#directionModal .getDirectionsBtn,
#directionModal .getDirectionsBtn:hover {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 240px;
  margin: auto;
  margin-top: 20px;
  background-color: #00728f;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  padding: 0;
  font-weight: bold;
}
.reveal-modal-bg {
  position: fixed !important;
}

@media only screen and (max-width: 40em){
  #directionModal{
    top: 0 !important;
    max-width: none;
  }
}