html,
body {
    height: 100%;
}

/* remove max width
.container {
    width:auto;
}
*/

.navbar-inverse {
  background-color: #00002b;
  border-color: #080828;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 15px;
    line-height: 30px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.product-type-list .product-type {
    overflow:hidden;
}

.product-type-list .product-type > a {
    min-height:33px;
    display:block;
}

.product-type-list .product-type-name {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 15px;
    padding:5px 13px;
    font-size:1.25em;
    color:#fff;
    background:rgba(0,0,0,0.6);
}

.person-chat-history {
    overflow:hidden;
    overflow-y:auto;
}

.tag-icon-list img {
    margin-right:10px;
    margin-bottom:10px;
}

.tiny-campground-img {
    max-width:30%;
    margin:0 0 15px 15px;
}

.img-cover {
    background:#ebe8de;
    width:100%;
    height:189px;
    object-fit:cover;
}

/* Medium */
@media (max-width: 1199px) {
    .product-type-list .product-type-name {
        font-size:1.4em;
    }
}
/* Small */
@media (max-width: 991px) {
    .product-type-list .product-type-name {
        font-size:1.2em;
    }
}
/* Extra small */
@media (max-width: 767px) {
    .product-type-list .product-type-name {
        font-size:1em;
    }
}
/* Miniscule */
@media (max-width: 419px) {
    .product-type-list .product-type-name {
        font-size:0.8em;
    }
    h1 {
        font-size:30px;
    }
    h2 {
        font-size:24px;
    }
}
/* ...smaller */
@media (max-width: 300px) {
    .product-type-list .product-type-name {
        font-size:0.75em;
    }
    .product-type-list .product-type-name {
        padding:10px;
    }
}
/* ...smaller */
@media (max-width: 200px) {
    .product-type-list .product-type-name {
        font-size:0.5em;
    }
    .product-type-list .product-type-name {
        padding:5px;
    }
}

.product-type-list .product-type {
    margin:0 0 20px;
}

/* Map crosshairs */
.map-container {
    position:relative;
}
.map-crosshairs {
    width:64px;
    height:64px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-32px;
    z-index:1;
}
.map-crosshairs-dot {
    width:4px;
    height:4px;
    margin:-2px;
}

/**
 * Stripe CSS
 */
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}


/**
 * Google Custom Search Engine
 */
.gsc-control-cse .gsc-table-result {
    font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
    height : inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
    box-sizing  : content-box;
    line-height : normal;
    margin-top  : 0px;
}
