/**********************
 BASE STYLES
**********************/

.hb-welcome-banner {
    background-image: url('../../../images/hikes-banner.png');
    background-size: cover;
    height: 200px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    clear: both;
}
.hb-banner-overlay {
    position: absolute;
    top: 15%;
    background: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) );
    padding: 25px 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.hb-banner-overlay h1 {
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.hb-banner-overlay p {
    color: #fff;
    text-shadow: 3px 3px 8px #000;
    font-size: 14px;
    line-height: 1.3;
}
@media screen and (min-width: 420px) {
    .hb-welcome-banner {
        height: 350px;
    }
    .hb-banner-overlay {
        padding: 50px 30px;
        top: 16%;
    }
    .hb-banner-overlay h1 {
        font-size: 34px;
    }
    .hb-banner-overlay p {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {
    .hb-welcome-banner {
        height: 400px;
    }
    .hb-banner-overlay {
        padding: 50px 20px;
        top: 22%;
    }
    .hb-banner-overlay h1 {
        font-size: 42px;
        letter-spacing: 2px;
    }
    .hb-banner-overlay p {
        font-size: 22px;
    }
}
@media screen and (min-width: 960px) {
    .hb-welcome-banner {
        height: 450px;
    }
    .hb-banner-overlay {
        padding: 80px 20px;
        top: 22%;
    }
    .hb-banner-overlay h1 {
        font-size: 48px;
    }
    .hb-banner-overlay p {
        font-size: 23px;
    }
}
#hb-section-intro p {
    font-size: 16px;
    color: #222;
}
.hb-row {
    width: 100%;
    padding-bottom: 20px;
    height: auto;
    clear: both;
}
.hb-clearfix {
    clear: both;
}
.hb-section-header {
    display: block;
    padding: 12px 5px 10px 15px;
    background-color: #E0E0E0;
    /*font-family: Georgia, "Times New Roman", serif;*/
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1;
}
.hb-section-subheader {
    font-size: 16px;
    color: #222;
    /*margin: 0 0 30px 20px;*/
}
/**********************
 HIKES LISTS SECTION
**********************/
.hb-list-col {
    display: block;
    text-align: center;
    width: 100%;
    vertical-align: top;
    padding: 10px 15px 10px;
    min-height: 280px;
    overflow: hidden;
    margin-bottom: 15px;
}
.remodal img, .wp-caption img {
    max-width: 100%;
}
.remodal .wp-caption {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.remodal .wp-caption .wp-caption-text {
    text-transform: uppercase;
    font-size: 10px;
    text-align: right;
    color: #777;
    margin-top: 5px;
}
.remodal {
    text-align: left;
}
.remodal h3 {
    margin-bottom: 10px;
}
.remodal p {
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .hb-list-col {
        width: 32.25%;
        float: left;
        text-align: left;
    }
}
.hb-list-head {
    text-align: center;
    margin-bottom: 15px;
}
.hb-list-header {
    display: inline;
    /*font-family: "nimbus-sans-condensed", sans-serif;*/
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1;
    vertical-align: middle;
    padding-right: 10px;
}
.hb-balloon-key img {
    display: inline;
    padding-right: 2px;
    vertical-align: middle;
}
#hb-easy-list {
    /*border: 8px solid #23BF6F;*/
    border: 1px solid #000;
    margin-right: 10px;
}
#hb-moderate-list {
    /*border: 8px solid #F2DB1B;*/
    border: 1px solid #000;
    margin-right: 10px;
}
#hb-advanced-list {
    /*border: 8px solid #BF3F3C;*/
    border: 1px solid #000;
}
ul.hb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.hb-list li {
    margin-bottom: 10px;
}
ul.hb-list li.hb-easy-hidden, ul.hb-list li.hb-mod-hidden, ul.hb-list li.hb-adv-hidden {
    display: none;
}
a.hb-link {
    /*font-family: Georgia, "Times New Roman", serif;*/
    color: #545454;
    font-size: 14px;
}
a.hb-item-toggle {
    display: block;
    width: 120px;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1;
    margin: 0 auto;
    /*font-family: Georgia, "Times New Roman", serif;*/
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #000;
}
a.hb-item-toggle:hover {
    text-decoration: none;
    background-color: #111;
}
/**********************
 MAP SECTION
**********************/
.hb-map-toggles {
    display: block;
    width: 100%;
}
.hikes-map-toggles {
	padding: 0;
	margin: 0;
	border: 0;
}
.hb-map-toggles-header {
    text-align: center;
    margin-bottom: 15px;
}
.hb-map-wrapper {
    display: block;
    width: 100%;
}
#hikes-map {
    width: 100%;
    min-height: 380px;
}
.hb-marker-window {
    max-width: 500px;
}
.hb-marker-window p {
    margin-top: 3px;
}
.hb-marker-links {
    margin-top: 3px;
}
ul.hb-marker-features {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}
@media screen and (max-width: 767px) {

    #hb-difficulty-toggles {
        display: inline-block;
        width: 49.5%;
        vertical-align: top;
        padding: 0 30px;
    }
    #hb-state-toggles {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        padding: 0 20px;
    }
    #hb-feature-toggles {
        display: block;
        width: 100%;
        text-align: center;
        clear: both;
    }
    .hb-field-group h4 {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .hb-map-toggles {
        width: 28%;
        float: left;
        margin-right: 2%;
    }
    .hb-map-wrapper {
        width: 70%;
        float: right;
    }
    #hikes-map {
        width: 100%;
        height: 600px;
        max-width: 100%;
    }
}
@media screen and (min-width: 960px) {
    .hb-map-toggles {
        width: 22%;
    }
    .hb-map-wrapper {
        width: 76%;
    }
}
.hb-field-group {
    margin: 10px 0 20px;
    clear: both;
}
.hb-field-group h4 {
    /*font-family: "nimbus-sans-condensed", sans-serif;*/
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hb-field {
    margin: 8px 0;
}
.hb-field input[type=checkbox] {
    position:absolute;
    z-index:-1000;
    left:-1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}
.hb-field input[type=checkbox] + label {
    padding-left:31px;
    height:24px;
    display:inline-block;
    line-height:1.5;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:16px;
    vertical-align:middle;
    cursor:pointer;
}
.hb-field input[type=checkbox]:checked + label {
    background-position: 0 -24px;
}
.hb-field label {
    background-image: url('../../../images/hikes-checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*font-family: "nimbus-sans-condensed", sans-serif;*/
    color: #545454;
    font-size: 16px;
}
.hb-field select {
    max-width: 100%;
    /*font-family: "nimbus-sans-condensed", sans-serif;*/
    color: #545454;
    font-size: 16px;
}
.hb-field select option {
    padding: 2px 6px;
}
/**********************
 INSTAGRAM SECTION
**********************/
.hb-insta-slider {
    max-height: 150px;
}
.hb-instagram-slide {
    max-height: 200px;
    overflow: hidden;
    text-align: right;
}
a.hb-username {
    /*font-family: "nimbus-sans-condensed", sans-serif;*/
    font-size: 14px;
}
a.hb-username:hover {
    text-decoration: none;
    color: #125688;
}
/****************************
 ADDITIONAL STORIES SECTION
****************************/
.hb-related-grid {
    padding: 0;
	overflow: hidden;
    list-style: none;
}
.hb-related-grid li {
    float: left;
    width: 50%;
    padding: 6px;
}
.hb-related-grid img {
    display: block;
}
.hb-related-title {
    /*font-family: Georgia, "Times New Roman", serif;*/
    font-size: 14px;
    margin-top: 8px;
}
.hb-related-title a {
    color: #222;
}
.hb-related-title a:hover {
    text-decoration: none;
}
.hb-related-grid li:nth-child(odd) {
    clear: left;
}

@media screen and (min-width: 420px) {
    .hb-related-grid li {
        width: 33.3333333333333333%;
    }
    .hb-related-grid li:nth-child(3n+1) {
        clear: left;
    }
    .hb-related-grid li:nth-child(odd) {
        clear: none;
    }
}
@media screen and (min-width: 768px) {
    .hb-related-grid li {
        width: 25%;
        padding: 8px;
    }
    .hb-related-grid li:nth-child(4n+1) {
        clear: left;
    }
    .hb-related-grid li:nth-child(3n+1) {
        clear: none;
    }
}
#hb-section-credits p {
    font-size: 11px;
}
