#masthead.header-5 .menu-other-wrap {
    float: left !important;
}

#masthead.header-5 .site-branding .search {
   display:none;
}

.portfolio-item.grid-1.metro-style .image-wrap {
    filter: grayscale(1);
}

.portfolio-item.grid-1.metro-style .image-wrap:hover {
    filter: grayscale(0);
}

.small-space {
padding-top:5px;
padding-bottom:5px;
}

.site-footer .site-info a {
 padding-left: 30px;
    text-decoration: none !important;
}

.fa {
    font-size: 30px !important;
}

#fullscreen-mega-menu .copyright{
    display:none
}

.fullscreen-navigation li.showed:hover {
border-right: 1px solid red;
}

.fullscreen-navigation li.showed{
padding-bottom:5px;
padding-top:5px;
}


.fullscreen-navigation:after {
    background: rgba(10,10,10,0.73) !important;
}

.fullscreen-navigation{
background:transparent;
}

.fullscreen-navigation ul.menu {
    padding: 10px 0 0 0;
}

.fullscreen-navigation #secondary-menu > li > a {
    padding: 0 110px 0 10px;
}

body .site-content {
    padding-top: 55px !important;
background:black;
}

.portfolio-sorting li a {
    text-transform: uppercase;
}

.hamburger {
    border: 1px solid currentColor;
    border-left: none;
    border-right: none;
}

.hamburger:after {
    top: 5px;
}

.fullscreen-navigation .close {
   right:0px;
top:5.5px;
    left: 28vw;
}

#masthead.site-header:hover {
    background-color: black;
}

.fullscreen-navigation ul.menu {
    padding: 17px 0 0 0;
}

.portfolio-item.grid-1:after {
    background: transparent;
}

.portfolio-item .category {
    display:none;
}

.portfolio-item.grid-1:after {
   display:none;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
height:100%;
}

.fullscreen-navigation li.showed {
padding:0 !important;
}

.image-container {
    position: relative;
    width: 200px;
    height: 300px;
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.image-container:hover .after {
    display: block;
    background: rgba(0, 0, 0, .6);
}