#main{
    margin: 7.1em 0px 0px 0px !important;
}
.content{
    padding-top: 1em;
    display: inline-block;
    width: 100%;
}
h1{
    letter-spacing: 0em !important;
    margin: 0px !important;
    padding: 0.6em 0px !important;
}
.nav_footer{
    padding: 2em 0em;
}

#wraptext{
    text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
}

.sidemenu{
    width: 28%;
    padding: 2em;
    display: block;
    float: left;
}

.sidemenu > ul {
    list-style:none;
    margin: 0px;
    padding-left:0px;
}

.listview{
    padding: 0em;
    display: inline-block;
    width: 100%;
    border-left: 0px solid black;
    font-size: 16px;
}

.listview > ul {
    list-style:none;
    margin: 0px;
    padding-left:0em;
}


h2, h3, h4, h5, h6 {
    letter-spacing: 0em !important;
    margin: 0px ;
}

.photo_grid{
    display: inline-block;
    padding-left: 3.5%;
    padding-bottom: 1em;
}
.photo_grid > a:hover > div{
    background-color: #e0e2df;
}
.album > a > img {
    width: 230px;
}

#youtube{
    width: 100%;
}

.album{
    border: 1px solid black;
    padding: 8px;
    width: 250px;
    box-shadow: 5px 5px 3px rgba(173, 168, 168, 0.36);
}
.album_desc{
    text-align: center;
    margin: 0px 0px -1.5em 0px;
    padding-top: 10px;
}
/*
.content a{
    color: black !important;
    text-decoration: none !important;
}
.content a:focus, a:hover{
    color: black !important;
    text-decoration: none !important;
}*/

.latest_featured{

    padding: 2em;
}
.content .sharesocial a{
    color: #530A49 !important;
    text-decoration: none !important;
}
.content .sharesocial a:hover{
    color: black !important;
    text-decoration: none !important;
}

.photo_grid{
    width: calc(100%/3.1);
    display: inline-block;
    /* padding-left: 1.8em; */
    /* padding-bottom: 1em; */
    /* width: 100%; */
}
@media screen and (max-width: 980px) {
    #main {
        margin: 0px !important;
    }
    .sidemenu{
        display: none;
    }
    .content{
        width: 100%;
    }
    .content ul{
        padding-left: 0em;
    }
    .listview{
        width: 100%;
    }
    .album{
        width: 100% !important;
    }

    .album img{
        width:100% !important;
    }

    .photo_grid {
        padding-left: 0em;
        width: calc(100% / 3.03) !important;
    }
}

@media screen and (max-width: 736px) {
    #main {
        padding: 0em !important;
    }
    .photo_grid {
        padding-left: 0em;
        width: 100% !important;
    }
}