.side-nav-wrapper{
    background: transparent  url('images/PhotoCollage1.jpg') 0 0 no-repeat;
    background-size:cover;
}

.side-nav-menu{
    padding: 6rem 5rem 3rem 3rem;
    list-style-type: none;
}
.horizontal-fade{


    margin:0;
    padding:0;
    list-style-type: none;
    text-align:right;
    background: -moz-linear-gradient(left,  rgba(241,241,227,0.35) 0%, rgba(241,241,227,0.36) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,241,227,0.35)), color-stop(1%,rgba(241,241,227,0.36)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(241,241,227,0.35) 0%,rgba(241,241,227,0.36) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(241,241,227,0.35) 0%,rgba(241,241,227,0.36) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(241,241,227,0.35) 0%,rgba(241,241,227,0.36) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(241,241,227,0.35) 0%,rgba(241,241,227,0.36) 1%,rgba(255,255,255,1) 100%); /* W3C */

}
.vertical-fade{

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59f1f1e3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    background: -moz-linear-gradient(top,  rgba(241,241,227,0.35) 0%, rgba(241,241,227,1) 90%, rgba(241,241,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,227,0.35)), color-stop(90%,rgba(241,241,227,1)), color-stop(100%,rgba(241,241,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,241,227,0.35) 0%,rgba(241,241,227,1) 90%,rgba(241,241,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,241,227,0.35) 0%,rgba(241,241,227,1) 90%,rgba(241,241,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(241,241,227,0.35) 0%,rgba(241,241,227,1) 90%,rgba(241,241,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(241,241,227,0.35) 0%,rgba(241,241,227,1) 90%,rgba(241,241,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59f1f1e3', endColorstr='#f1f1e3',GradientType=0 ); /* IE6-9 */

}
.side-nav-menu li.page_item{
    margin-bottom:.8rem;
}

.side-nav-menu li .children li.page_item{
    padding-right:1rem;
    border-right:10px solid #fc4703;
}
.side-nav-menu li .children li.page_item a{
    background-color:#fff;
    color:#444130;
}
.side-nav-menu li .children li.page_item:hover  a,
.side-nav-menu li .children li.current_page_item a{
    background-color:#fc4703;
    color:#ffffff;
}
.side-nav-menu li.page_item a {
    display:inline-block;
    padding:1rem 1.5rem;
    background-color:#9a3324;
    color:#ffffff;
    text-decoration: none;
    font-weight: 900;
    font-size:1.5rem;
}
.side-nav-wrapper .children{
    display: block;
    background-color:transparent;
    list-style-type: none;
}


.side-nav-wrapper   li.page-item{
    padding-right:1rem;
    border-right:1rem solid #fc4703;
}
.side-nav-menu li.page_item:hover > a,
.side-nav-menu li.page_item a:hover,
.side-nav-menu li.current_page_item a{
    background-color:#fc4703;
    color:#ffffff;
}
.side-feature{
    padding:1rem 5rem 3rem 3rem;
}
.side-feature .post{
    text-align: left;
    padding:1.5rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.side-feature .entry-title a{
    color:#252525;
}
