/*-----------------------------------------------------------
	Inline Labels
-----------------------------------------------------------*/
#jq-popup h1 {
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: 100;
	letter-spacing: 1px;
    line-height: 1.375em;
    margin: 0 0 0.5em;
	color: #214A38;
}
#jq-popup .hidden {
    display: none;
    visibility: hidden;
}
#jq-popup input[type="button"], #jq-popup input[type="submit"], #jq-popup button {
    cursor: auto;
}
#jq-popup select, #jq-popup input, #jq-popup textarea, #jq-popup button {
    font: 99% sans-serif;
}

#jq-popup p.inline-label {position:relative; color:#000000;}
#jq-popup label.inline-label {position:absolute; top:12px; left:18px; text-shadow: none;}
/*-----------------------------------------------------------
	JQ-Popup Styles
-----------------------------------------------------------*/
#jq-popup {
	position: fixed !important;
	top: 40px !important;
	width: 414px;
	padding: 20px;
	background-color: #EDEDED;
	background: url(http://skinnycoach.com/images/skinny-opt-in.jpg) no-repeat;
	color: #1A1A1A;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	/* Browser Specific */
	box-shadow: 0 0 10px #000, 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset, 0 0 1px rgba(0, 0, 0, 0.4), 0px 16px 14px -10px rgba(0, 0, 0, 0.5);
	;
	-webkit-box-shadow: 0 0 10px #000, 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset, 0 0 1px rgba(0, 0, 0, 0.4), 0px 16px 14px -10px rgba(0, 0, 0, 0.5);
	;
	-moz-box-shadow: 0 0 10px #000, 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset, 0 0 1px rgba(0, 0, 0, 0.4), 0px 16px 14px -10px rgba(0, 0, 0, 0.5);
}
.popup-spacer {
         height: 160px;
}
#jq-popup form fieldset {
                border: none;
}
#jq-popup p {
	margin: 0px;
font-size: 16px;
	}
#jq-popup a, #jq-popup a:visited {
	color: #fff;
	}
#jq-popup #email-address {
	font-size: 16px;
	width: 392px;
	border: 3px solid #cecece;
	padding: 10px;
	margin: 0 0 0 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#jq-popup .arrow {
	display: block;
	position: absolute;
	top: 190px;
	right: 80px;
	width: 26px;
	height: 61px;
	background: url("http://skinnycoach.com/wp-content/themes/twentytwelve-child/images/arrow-optin3e.png") no-repeat;
        background-size: 100%;
	z-index: 100;
}

#jq-popup #newsletter {
	margin-left: -12px;
}

#jq-popup #newsletter-submit {
	float: right;
	width:84px;
	display: block;
	color: #5d5d5d;
	font-size: 18px;
	text-shadow: 0px 1px 2px #FFF;
	font-weight: 700;
	background: url(http://skinnycoach.com/images/skinnycoach-enter-button.jpg) 0 50% repeat-x;
	border: none;
	padding: 9px;
	text-align: center;
	margin: 10px 0px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#jq-popup #newsletter-submit:hover {
	color: #333333;
	background: url(http://skinnycoach.com/images/skinnycoach-enter-button.jpg) 0 75% repeat-x;
	border-color: none;
	cursor:pointer;
}
#jq-popup #newsletter-submit:active {
	color: #333333;
	text-shadow: none;
	padding: 8px 7px 6px 7px;
	background: url(http://skinnycoach.com/images/skinnycoach-enter-button.jpg) 0 50% repeat-x;
	border-color: none;
	cursor:pointer;
}
#jq-popup .exit-button {
	display: block;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	background: url("http://skinnycoach.com/wp-content/themes/twentytwelve-child/images/close-round-black.png") no-repeat;
}
#jq-popup .exit-button:hover { cursor:pointer; }
#jq-popup .exit-phrase {
	margin: 15px 0 0 0;
	float: right;
}

#jq-popup .not-ready {
	width: 320px;
	display: block;
	margin-top: -51px;
	font-size: 14px;
}
div.clear {
    clear:both;
}

@media screen and (max-width: 600px) {
#jq-popup {
	left:0;
	width: 90%;
        padding: 4px;
        background-size: 100%;
}

#jq-popup .arrow {
top: 132px;
right: 30px;
}

.popup-spacer {
height: 110px;
}

#jq-popup #email-address {
	width: 90%;
}

#jq-popup .not-ready {
	width: 100%;
	margin-top: 0;
}
}

/*-----------------------------------------------------------
	THE END
-----------------------------------------------------------*/