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

.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;
}

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


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

h3{
    font-size: 1.3em;
}

.readmorebtn{
    border: 1px solid #ccc;
    padding: 8px;
    background: #fff;
    width: 75px;
    border-radius: 8px;
}

.photo_grid{
    display: inline-block;
    padding-left: 0em;
    padding-bottom: 1em;
    width: 100%;
}
.photo_grid > a:hover > div{
    background-color: #e0e2df;
}

.album > img {
    width: 150px;
}

#thumbnail{
    border-radius: 100%;
    width: 150px;
}

.album{
  /*  border: 1px solid black;*/
    border-bottom: 1px solid #888;
    padding: 8px;
    width: 100%;
    padding-bottom: 50px;
  /*  box-shadow: 2px 2px 3px rgba(173, 168, 168, 0.36);*/
}

#thumbbox{
    display: inline-block;
}
.album_desc{
    display: inline-block;
    padding-left: 1em;
    width:81%;
    vertical-align: middle;
}

.content .sharesocial a{
    color: #530A49 !important;
    text-decoration: none !important;
}
.content .sharesocial a:hover{
    color: black !important;
    text-decoration: none !important;
}
@media screen and (max-width: 980px) {
    #main {
        margin: 0px !important;
    }
    .sidemenu{
        display: none;
    }
    .content{
        width: 100%;
    }
    .listview{
        width: 100%;
    }
}

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