.unchained-header-line {
    height: 8px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;


    /*background: #bc730f!important;*/
    /*background: #f2f2f2!important;*/
    /*height: 5px;*/

    /*-webkit-box-shadow: 180px 0 150px -100px inset #fff, -280px 0 250px -100px inset #fff;*/
    /*box-shadow: 180px 0 150px -100px inset #fff, -280px 0 250px -100px inset #fff;*/
}

.page-banner .unchained-header-line {
    display:none;
}

.entry-header-wrapper .background-image-above {
    -webkit-box-shadow: 0 -7px 0 0 rgba(0, 0, 0, 0.04) inset;
    -moz-box-shadow: 0 -7px 0 0 rgba(0, 0, 0, 0.04) inset;
    box-shadow: 0 -7px 0 0 rgba(0, 0, 0, 0.04) inset;
}

.layout-builder-full-width .unchained-header-line {
    display:none;
}

.sticky-nav-container {
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.11);
}

.more-link-container {
    margin-bottom:15px;
}

a.more-link {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

footer .footer-menu-container .genesis-nav-menu a,
.site-footer .widget_nav_menu a {
    padding: 15px;
}

.footer-logo {
    margin-bottom: 15px!important;
}

.entry-header-wrapper .entry-subtitle p {
    border-left: 5px solid #bc7f2c;
    padding: 8px 0 10px 16px;
    margin-left: 1px;
    font-size: 1.1rem;
}

/* Guest Images -------------------------------------------------------------------------- */
.unchained-guests {}
.unchained-guest {
    position: relative;
    margin-bottom:40px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 300px;
    background: rgba(0,0,0,0.05);
}

.guest-image-wrap {
    position: relative;
    z-index:3;
    overflow: hidden;
}

.guest-image-wrap img {
    display: block;
    width: 100%;
}

.unchained-guest a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: block;
}

.unchained-guest a:hover {
    opacity: 0.85;
}

.guest-info {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color:#fff;
}

.guest-info .inner {
    position: relative;
    z-index: 8;
}

.guest-info h4 {
    color:#fff;
}

.unchained-guest .gradient-bg {
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0,0,0,0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.7) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 50%, rgba(0, 0, 0, 0) 100%);
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}


