body{

}

nav{
  height: 80px;
}
body.gallery .asset, .gallery-container .asset {
    margin: 0 auto 3% auto;
}

.header.align-top ~ main {
    -webkit-transform: translateY(-90px);
    transform: translateY(-100px);
}

.header.align-top .menu{
  background: rgba(255,255,255,.85);
}
.header.align-top .logo, .header.align-bottom .logo{
  position: fixed;
  top: 10px;
  left: 50px;
  z-index: 500;
}
.header .logo a{
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #727272;
    font-family: "Benton Sans Thin", "Benton Sans Thin", sans-serif;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
     transform: translateY(10px);
  }

.header .logo a:after{
    content: 'Producer-Director & Edit Producer';
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    letter-spacing: 6px;
    text-align: left;
    font-family: "Benton Sans Book", "Benton Sans Book", sans-serif;
    transform: translateY(10px);
  }

.header .logo a:hover{
    color: LightSeaGreen;
  }
  .header .logo a:hover:after{
    color: SlateBlue;
  }



@media only screen 
and (max-width : 700px){
  
  nav{
    height: 100%;
    max-height: 100%;
  }
  
  .header.align-top .logo, .header.align-bottom .logo{
    display: block;
    position: relative;
  }
  
  .header .logo a{
    text-transform: uppercase;
  }
  .header .logo a:before{
  content: '';
  background-image: url(http://airship.nyc/other/an.png);
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center center;
  transform: translateY(30px);
  opacity: .5;
  display: none;
    
  }
  .header .logo a:after{
    content: 'Producer';
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    letter-spacing: 6px;
    text-align: left;
    font-family: "Benton Sans Book", "Benton Sans Book", sans-serif;
  }
  .header.align-top ~ main{
    transform: translateY(0px);
  }
  
  nav.mobile-menu nav.footer-social{
   transform:translateX(250px);
   width: 60px;
    overflow: hidden;
  }
  ul.mobile-menu-list{
    bottom: 0px!important;
  }
  footer.footer{
    width: 95%;
  }
}
.header .logo a{
  letter-spacing: 10px;
}

.menu>ul li{
  float: right;
}
.menu>ul>li:first-child{
  float: left;
  display: none;
}

.menu>ul>li:first-child a{
  letter-spacing: 10px;
  color: #727272;
  font-family: "Benton Sans Thin", "Benton Sans Thin", sans-serif;
  font-weight: normal;
  font-size: 24px;
  display: inline-block;
  transform: translateY(-40px);
}
.menu>ul>li:first-child a:before{
  content: '';
  background-image: url(http://airship.nyc/other/an.png);
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center center;
  transform: translateY(30px);
  opacity: .5;
}
.menu>ul>li:first-child a:after{
  content: 'Producer';
  display: block;
  font-size: 14px;
   letter-spacing: 6px;
  text-align: left;
  font-family: "Benton Sans Book", "Benton Sans Book", sans-serif;
  margin-left: 60px;
  
}
.menu .category ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translate(-15px, -15px);
    opacity: 0;
    padding: 12px 24px;
    margin-top: 10px;
    padding-top: 12px;
}
.menu .category:hover ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translate(-15px, 15px);
    opacity: 1;
    visibility: visible;
    padding: 0px;
    padding-top: 12px;
    width: 270px!important;
    overflow: hidden;
    background: rgba(255,255,255,.95);
}
.menu .category ul li a{
      -webkit-text-fill-color: #333;
    -webkit-background-clip: none;
}
.menu .category ul li.selected > a{
   background: -webkit-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: -moz-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: linear-gradient(5deg, LightSeaGreen, blueviolet);
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
}
.menu .category ul li{
  float: left;
  padding-left: 24px;
  padding-bottom: 12px;
}
.menu .category ul li:hover a{
  background: -webkit-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: -moz-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: linear-gradient(5deg, LightSeaGreen, blueviolet);
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
}
body.listing .listing-grid .asset:not(.title-element) a .listing-image-wrap{
 // height: 227px;
}


.menu li{
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 16px 16px 16px;
}
.menu>ul>li:not(:first-child):hover{
   background: -webkit-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: -moz-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: linear-gradient(5deg, LightSeaGreen, blueviolet);
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
}

.menu>ul>li:first-child>a:hover{
  color: black;
  font-weight: normal; 
  background: -webkit-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: -moz-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: linear-gradient(5deg, LightSeaGreen, blueviolet);
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
  
}

.menu li.selected > a{
   background: -webkit-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: -moz-linear-gradient(5deg, LightSeaGreen, blueviolet);
  background: linear-gradient(5deg, LightSeaGreen, blueviolet);
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
}

.menu li:first-child.selected > a{
   background: -webkit-linear-gradient(15deg, navy, SlateGrey );
  background: -moz-linear-gradient(15deg, navy, SlateGrey );
  background: linear-gradient(15deg, navy , SlateGrey );
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
}

body.listing .listing-grid .asset:not(.title-element).image-loaded a .listing-image-wrap img{
  object-fit: cover;
}

body.listing .listing-grid .asset:not(.title-element) a:hover .listing-image-wrap:after{
  background: -webkit-linear-gradient(45deg, purple, orange);
  background: -moz-linear-gradient(45deg, purple, orange);
  background: linear-gradient(45deg, purple, orange);
  opacity: .75;
  z-index: 10;
  -webkit-mix-blend-mode: screen;
  mix-blend-mode: screen;
  //position: relative;
}
body.listing .listing-grid .asset:not(.title-element) a:hover .listing-image-wrap + .title{
  background: -webkit-linear-gradient(45deg, blueviolet, orange);
  background: -moz-linear-gradient(45deg, blueviolet, orange);
  background: linear-gradient(45deg, blueviolet, orange);
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
  
}

body.listing .listing-grid .asset:not(.title-element) .title{
    padding: 12px;
    text-align: left;
    z-index: 9;
    color: #434343;
    position: relative;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    //text-transform: capitalize;
    font-family: "Benton Sans Book";
    text-align: center;
    margin-top: -8px;
    //position: absolute;
    //top: 50%;
    //left: 0%;
    //width: 100%;
    //z-index: 90;
    //opacity: 0;
}

[class^="f-icon-"]:before, [class*=" f-icon-"]:before{
   width: 36px;
  height: 36px;
  display: block;
  background: -webkit-linear-gradient(-15deg, Gainsboro , DarkGray );
  background: -moz-linear-gradient(-15deg, Gainsboro , DarkGray );
  background: linear-gradient(-15deg, Gainsboro , DarkGray );
}
.f-icon-instagram:before{
  content: '';
  -webkit-mask-image: url(http://airship.nyc/files/icons/instagram-new.svg);
  mask-image: url(http://airship.nyc/files/icons/instagram-new.svg);
}

.f-icon-linkedin:before{
  content: '';
  -webkit-mask-image: url(http://airship.nyc/files/icons/linkedin.svg);
  mask-image: url(http://airship.nyc/files/icons/linkedin.svg);
}

.f-icon-twitter:before{
  content: '';
  -webkit-mask-image: url(http://airship.nyc/files/icons/twitter.svg);
  mask-image: url(http://airship.nyc/files/icons/twitter.svg);
}
.f-icon-pinterest:before{
  content: '';
  -webkit-mask-image: url(http://airship.nyc/files/icons/imdb.svg);
  mask-image: url(http://airship.nyc/files/icons/imdb.svg);
}
.f-icon-flickr:before{
  content: '';
  -webkit-mask-image: url(http://airship.nyc/files/icons/vimeo.svg);
  mask-image: url(http://airship.nyc/files/icons/vimeo.svg);
}

.f-icon-instagram:hover:before{
  background: -webkit-linear-gradient(-15deg, red, yellow);
  background: -moz-linear-gradient(-15deg, red, yellow);
  background: linear-gradient(-15deg, red, yellow);
}
.f-icon-linkedin:hover:before{
  background: -webkit-linear-gradient(-15deg, darkblue, DeepSkyBlue);
  background: -moz-linear-gradient(-15deg, darkblue, DeepSkyBlue);
  background: linear-gradient(-15deg, darkblue, DeepSkyBlue);
}
.f-icon-twitter:hover:before{
  background: -webkit-linear-gradient(-15deg, CornflowerBlue, aqua);
  background: -moz-linear-gradient(-15deg, CornflowerBlue, aqua);
  background: linear-gradient(-15deg, CornflowerBlue, aqua);
}
.f-icon-pinterest:hover:before{
  background: -webkit-linear-gradient(-15deg, GoldenRod , Gold);
  background: -moz-linear-gradient(-15deg, GoldenRod , Gold);
  background: linear-gradient(-15deg, GoldenRod , Gold);
}
.f-icon-flickr:hover:before{
  background: -webkit-linear-gradient(-15deg, LightSkyBlue, Cyan );
  background: -moz-linear-gradient(-15deg, LightSkyBlue, Cyan );
  background: linear-gradient(-15deg, LightSkyBlue, Cyan );
}


.asset.full-width.title-element {
  margin: 0px auto !important;
  
}
.asset.full-width.title-element p{
  text-transform: uppercase;
  font-family: "Benton Sans Thin", "Benton Sans Thin", sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 6px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: .5em;
  background: -webkit-linear-gradient(45deg, navy , Indigo);
  background: -moz-linear-gradient(45deg, navy , Indigo);
  background: linear-gradient(45deg, navy , Indigo);
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
  text-align: center;

}
#content_page_wrapper h2.xl-headline{
  text-transform: uppercase;
  letter-spacing: 6px;
  background: -webkit-linear-gradient(45deg, purple, aqua);
  background: -moz-linear-gradient(45deg, purple, aqua);
  background: linear-gradient(45deg, purple, aqua);
  //background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
}
#content_page_wrapper p{
  text-align: justify;
}

body.gallery .asset.text, .gallery-container .asset.text{
    margin: 10px auto;
    max-width: 100%;
    text-align: justify;
}
body.gallery .asset.text, .gallery-container .asset.text p{
  -webkit-margin-before: 0em;
  -webkit-margin-after: .25em;
}

main .listing-container .asset.image{
  width: 45%;
  float: left;
  display:inline-block;
  margin-right: 4.5%;
}

footer .footer-social{
  clear: both;
}

.gallery-container .title-element{
  max-width: 100%;
}
.gallery-container .title-element .text p{
  text-transform: capitalize;
}
main .gallery-container{
      max-width: 1080px;

}
.asset.image.image-loaded{
  width: 32%;
  float: left;
  margin: 0 1% 1% 0;
  
}

#text_1{
  margin-top: -24px;
}