/*
 Theme Name:   WebConnex
 Theme URI:    http://webconnex.com
 Description:  Off the Shelf Child Theme for WebConnex
 Author:       Jacob smith
 Author URI:   http://abravenew.com
 Template:     off-the-shelf
 Version:      1.0.1
 Text Domain:  webconnex
*/

/*
** Sign Up Modal Overrides
*/
@media (max-width: 980px) {
	html body #wx-shade {z-index: 2000}
	html body .wx-modal {
		z-index: 2001;
		padding-bottom: 2em;
	}
}
@media (max-width: 480px) {
	html body .wx-modal {
  	width: 95% !important;
	  left: 2.5% !important;
	}
}
#logo h1 a {min-width: 200px}