/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

#outPopUp {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0%;
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
}

#site {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0%;
  background-image: url('1.png');
  background-repeat: no-repeat;
}


/*Add your own styles here:*/