/* This stylesheet is used to style the public-facing components of the plugin. */
html, 
body { 
	min-height: 100% !important; 
	height: auto !important; 
}

.spu-box p {
    margin: 0px;
    font-size: 12px;
    line-height: 15px;
}

#wppb_modify p label, #wppb_register p label, #wppb_login p label, #wppb_recover_password p label {
    width: 30%;
    float: left;
    clear: left;
    padding-right: 15px;
    font-size: 12px !important;
}

input#addusersub.submit.button
{
    -moz-box-sizing: content-box;
    cursor: pointer;
    background-image: url(http://www.sarahkay.com/wp-content/themes/smart-mag/images/SK_Optin_Button.png);
    color: white;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    width: 235px;
    text-align: center;
    letter-spacing: 3px;
    height: 42px;
    background-color: transparent;
    background-repeat: no-repeat;
	margin-top:20px !important;
	border:1px solid #ffffff;
}




@-moz-document url-prefix() {

input#addusersub.submit.button
{
    -moz-box-sizing: content-box;
    cursor: pointer;
    background-image: url(http://www.sarahkay.com/wp-content/themes/smart-mag/images/SK_Optin_Button.png);
    color: white;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    width: 200px !important;
    text-align: center;
    letter-spacing: 3px;
    height: 29px !important;
    background-color: transparent;
    background-repeat: no-repeat;
	border:1px solid #ffffff;
}
}


#wppb_modify input[type="text"], #wppb_modify input[type="password"], #wppb_modify select, #wppb_modify textarea, #wppb_register input[type="text"], #wppb_register input[type="password"], #wppb_register select, #wppb_register textarea, #wppb_login input[type="text"], #wppb_login input[type="password"], #wppb_login select, #wppb_login textarea, #wppb_recover_password input[type="text"] {
    margin-bottom: 5px;
    padding: 3px 5px !important;
    line-height: 15px !important;
    font-size: 12px !important;
    width: 60%;
}






DIV.spu-content .alignnone {
    margin: -26px 0px 10px 0px;
}

DIV.spu-content label
 {
   line-height:21px !important;
}

DIV.spu-content h6
 {
   line-height:15px !important;
   font-size:11px;
   margin-top:1px;
   font-family:"Georgia", Times New Roman, Times, serif;
}
DIV.spu-content h6 a
 {
   color:#7ea5a0 !important;
   text-decoration:underline;
  
}

DIV.spu-content h6 a:hover
 {
   color:#6b8b87 !important;
   text-decoration:underline;
   
}

DIV.spu-content h3
 {
   line-height:15px !important;
   font-size:15px;
      color:#7ea5a0 !important;
     font-family:"Georgia", Times New Roman, Times, serif;
}

DIV.spu-content h3 a
 {
  
      color:#7ea5a0 !important;
 text-decoration:underline;
}

DIV.spu-content h3 a:hover
 {
  
      color:#6b8b87 !important;
   text-decoration:underline;
}

DIV.spu-content h5 {
    display: none;
}

DIV.spu-content  p.form-select1, 
DIV.spu-content p.form-email

{
margin-top:-20px;
}


DIV.spu-content p.form-email

{
margin-bottom:-20px;
}

DIV.spu-content p.form-password
{
margin-top:-1px;
}

DIV.spu-content p.form-submit
{
text-align:center;
}


.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.spu-box { 
	position:fixed;
	z-index: 999999;
	-moz-box-shadow: 0 0 10px 1px #666;
	-webkit-box-shadow: 0 0 10px 1px #666;
	box-shadow: 0 0 10px 1px #666;
	padding: 25px;
	margin: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.spu-box.spu-centered{
	margin: 0;
}
/** Some basic css for box content**/
.spu-box h1{
	margin: 0px;
	font-size: 1.4em;
}	
.spu-box h2{
	margin: 0px;
	font-size: 1.2em;
	font-family:'Oleo';
}	
.spu-box h3{
	margin: 1.414285714rem 0;
	font-size: 1.0em;
}	
.spu-box p{
	margin: 0px;
}

/** end basic style**/
.spu-box.spu-top-left{ 
	top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-top-right{ 
	top: 0; right: 0; bottom: auto; left: auto;
}

.spu-box.spu-bottom-left{ 
	bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-bottom-right{ 
	bottom: 0; right: 0; top: auto; left: auto;
}

.spu-content > *:first-child {	
	margin-top: 0; padding-top: 0;
}

.spu-content > *:last-child {
	margin-bottom:0; padding-bottom:0;
}

.spu-close{ 
	position:absolute; 
	right:5px; 
	top:5px;
	height:20px;
	width:20px;
	text-align:center;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}

.spu-close:hover, .spu-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity=60);
}
.spu-shortcode {
 	float: left;
 	line-height: normal !important;
}
.spu-shortcode iframe{
	max-width: 1200px;
}
@media only screen and (max-width: 620px) {
	.spu-box {
		left: 0 !important;
	}
}