/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 100%;
  position: relative;
  margin: 5% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
  height:90%;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  font-size:16px;
  right:-10px;
  top:-5px;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
#iframe_id{
	width:100%;
	height:95%;
}
/*@media screen and (max-width: 600px){*/
.modal-window>div {
    width: 100%;
    position: relative;
    margin: 0% auto;
  	background: transparent;
    padding: 2rem 2% 2%;
    color: #444;
    height: 100%;
}
#iframe_id {
    width: 100%;
    height: 100%;
background-image: url(https://canadianwild.wpengine.com/wp-content/themes/enfold-child/iframe_bg.gif) ; background-position:center center; background-repeat: no-repeat;

}