/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

html {
  background-color : #f7f7f7;
}

#emu-wufoo {
  max-width  : 642px;
/*  max-height : 3140px;*/
}

#emu-wufoo iframe {
/*	 height : 3140px;*/
	 width  : 100%;
	 border :none;
}

#summer-wufoo {
  max-width  : 642px;
/*  max-height : 5500px;*/
}

#summer-wufoo iframe {
/*	 height : 5500px;*/
	 width  : 100%;
	 border :none;
}

#menu-item-2932 a:hover,
#menu-item-2932.current-menu-item a {
background-image: url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/whitebird-flying.png');
background-repeat: no-repeat;
background-position: center 70px;
}

#menu-item-2931 a:hover,
#menu-item-2931.current-menu-item a {
  background-image: url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/blue-bird.png');
background-repeat: no-repeat;
background-position: center 70px;
}

#menu-item-2930 a:hover,
#menu-item-2930.current-menu-item a {
  background-image: url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/owl.png');
background-repeat: no-repeat;
background-position: center 69px;
}

#menu-item-2928 a:hover,
#menu-item-2928.current-menu-item a {
  background-image: url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/ratbird.png');
background-repeat: no-repeat;
background-position: center 69px;
}

#menu-item-2929 a:hover,
#menu-item-2929.current-menu-item a {
  background-image: url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/cardinal.png');
background-repeat: no-repeat;
background-position: center 69px;
}

#menu-item-4125 a:hover,
#menu-item-4125.current-menu-item a {
  background-image: url('http://whitebirdproductions.org/wp/wp-content/uploads/2019/09/residencebird.png');
background-repeat: no-repeat;
background-position: center 69px;
}

.main_menu a, .pagination a {
	-ms-transition: none;
-o-transition: none;
-moz-transition: none;
-webkit-transition: none;
transition: none;
}

.edgeLoad-EDGE-29667730 { visibility:hidden; }

#Stage_Text {
line-height:48px !important;
}

.home .content {
  padding-top: 10px;  
}

/*
.window-sill {
  background-image: url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/window-frame-3.png'); 
  background-repeat:no-repeat; 
  background-size: cover;
  padding : 30px;
  max-width : 100%;
}*/

.window-frame {
  border-width: 30px;
  border-image:url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/urbanframe.png') 30 repeat;
  -o-border-image:url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/urbanframe.png') 30 repeat;
  -moz-border-image:url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/urbanframe.png') 30 repeat;
  -webkit-border-image:url('http://whitebirdproductions.org/wp/wp-content/uploads/2014/03/urbanframe.png') 30 repeat;
  max-width: 100%;
}

.simcal-default-calendar-list .simcal-event-details {
  font-size: 12px !important;
}

.simcal-event-details .simcal-event-title {
    display: block;
    font-size: 14px;
}

.av_promobox {
    margin: 20px 0px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	#wufoo,
	#wufoo iframe,
	#emu-wufoo,
	#summer-wufoo iframe {
	  /*max-height : 3640px;*/
	}
}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}