@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.entry-content .wp-list-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px;
}

.entry-content .wp-list-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e1e2e3;
}

.entry-content .wp-list-table > thead > tr > th {
    padding: 8px;
    line-height: 1.6;
}

.entry-content .wp-list-table > tbody > tr > td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #e1e2e3;
}

.entry-content .wp-list-table > tbody > tr > td > button {
    display: none;
}


@keyframes openUp {
    0% {
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
}


.success {
    border-left: 4px solid #7ad03a;
}

#messages {
    display: none;
    margin:1em;
    padding: 1em;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
    background:#fff;
    animation: openUp 0.1s;
}

#elevation {
    display: none;
    position: absolute;
    bottom:0;
    right: 0;
    opacity: 0.6;
}

.dest-icon-camera,
.dest-icon-elevation {
    width: 32px;
    height:26px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.hero {
    position: relative;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 68vh;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.sub-nav {
    height: 58px;
}

.navbar {
    position: relative;
    margin:0;
    text-shadow: none;
    border:none;
}

.navbar-inverse {
    background-color: #e9eaeb;
}

#SubMenu.navbar .navbar-left:first-child {
    margin-left: -20px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -20px;
}

ul {
    padding: 0;
}

.navbar-nav>li {
    float: left;
}
.nav>li {
    position: relative;
    display: block;
    padding: 15px;
}

.navbar-right {
    float: right !important;
}

.navbar-left {
    float: left !important;
}

.sub-nav .container {
    width: 1120px;
    margin: 0 auto;
}

#SubMenu {
    height: 100%;
    z-index: 10000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .navbar-collapse {
    border-top-color: rgba(0,0,0,0.2);
    box-shadow: none;
}

.navbar-inverse .navbar-collapse {
    border-color: #d7d8d9;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
}

#gmap_wrapper {
    z-index: 0;
}

.bg-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.5)), color-stop(25%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#99000000', GradientType=0);
}

.hero .container {
    height: 68vh;
}

@media (min-width: 768px) {

    .hero .intro-title {
        font-size: 54px;
    }

    .hero .intro-wrap {
        bottom: 5rem;
        padding-right: 0;
    }
}

@media (min-width: 1300px) {
   .hero .intro-wrap {
       max-width: 1240px;
   }

    .container {
        width: 1280px;
    }
}

.hero .intro-wrap {
    position: absolute;
}

.container {
    margin: 0 auto;
}

.hero .intro-title {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.7);
    margin-bottom: 1rem;
}

.intro-wrap h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    line-height: 1.1;
}