.line-one, .line-two, .line-three {
    background-color: #000;
}

img.alignright { margin-top: 0; }

.hmm {
    background-color: #fff !important;
}

.top-header-home { background:transparent !important; }

.menu-home {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.home-navigation { padding: 0 !important; }

#logo-home {
position: absolute;
width:400px;
height:99px;
left:50%;
top:50%;
margin-left:-200px;
margin-top:-50px;
display:none;
}

#post_masonry img {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
filter: none;
  opacity:1;
}

#post_masonry article:hover img {
filter: url(“data:image/svg+xml;utf8,#grayscale”); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */
  opacity:0.6;
  -webkit-opacity:0.6;
  -moz-opacity:0.6;
  -ms-opacity:0.6;
}

.page-header {
  height:0;
  opacity:0;
  -webkit-opacity:0;
  -moz-opacity:0;
  -ms-opacity:0;
}

ul.default-wp-page li a {
    text-transform: uppercase;
}

.fa-angle-double-up { margin-left:-7px; }

.top-header { background-color:#fff; }
#sticky_header { background-color:#fff;  }
#site-branding { padding: 10px 0; }
.main-navigation { padding: 0 30px 10px 0; }
.main-navigation a { color: #000; padding:5px; margin:0 5px; font-family:inherit; font-size:14px; }
.main-navigation ul li.current-menu-item a, .current-menu-parent { border:2px solid #000; color: #000; }
.main-navigation ul li:hover a { color: #666; }
.post { padding-bottom:0; }
.wp-pagenavi, #main ul.default-wp-page {
    margin: 20px 0;
}

#post_masonry .has-post-thumbnail .entry-header {
    background: transparent;
    padding: 0;
    text-align: center;
}

#post_masonry .has-post-thumbnail .entry-title a { color:#000; font-size:40px; font-family:Biryani!important; line-height: 45px; text-transform:uppercase;}
#post_masonry .has-post-thumbnail .entry-title a:hover { color:#000; }

.post-container .entry-title:after { content: none; }

#post_masonry .has-post-thumbnail .entry-header {
  	bottom: 50%;
    margin-bottom: -20px;
  	opacity:0;
}
#post_masonry .has-post-thumbnail:hover .entry-header {
  	bottom: 45%;
    margin-bottom: -20px;
    opacity:1;
}

.go-to-top a {
    border: 2px solid #000;
    color: #000;
}

.go-to-top a:hover { background-color:#000; }

#primary { width: 80%; margin-left:10%; }
#bsm-bg { z-index: 0; }
#bsm-toolbar { display: none; }
#content {
    padding: 15px 0 10px 0;
}
.menu-home {
background-color: transparent !important;
box-shadow, -webkit-box-shadow { 0 !important;
}