@CHARSET "ISO-8859-1";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* ------ */
#wpsem_recaptcha_div {
    margin-bottom: 10px;
}
#wpsem_recaptcha_div tbody {
    background:white;
}

#wpsem_recaptcha_div a {
    color:#019ad2 !important;
}

#wpsem_recaptcha_div a {
    color:#0178a4 !important;
}

#wpsem_recaptcha_div input[type="text"] {
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    border: 1px solid #cccccc !important;
    background-color: white;
    padding: 3px 6px !important;
    font-size: 14px;
    -webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color:#666;
    margin-bottom: 10px;
}

.wpsem-input{
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	margin: 0 auto 12px auto !important;
	padding: 0 6px !important;
	height: 40px !important;
	width: 100% !important;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* simple themes */

.wpsem-button-simple{
    width:60%;
    height:50px;
    font-size:18px !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px !important;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    word-spacing: 0.25em;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    color: #ffffff !important;
    background-image: none !important;
    background-color: #3498db !important;
    border:0 !important;
}
.wpsem-button-forgot-simple{
    width:40%;
    height:50px;
    font-size:18px !important;
	color:#222 !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px !important;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    word-spacing: 0.25em;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    padding:4px 12px;
    display: inline-block;
    text-decoration: none;
    background-image: none !important;
    background-color: #dddddd !important;
    border:0 !important;
}

.wpsem-button-simple:hover,
.wpsem-button-simple:focus{
    text-decoration: none;
    background-image: none !important;
    background-color: #2980b9 !important;
}
.wpsem-button-forgot-simple:hover,
.wpsem-button-forgot-simple:focus {
    text-decoration: none;
    background-image: none !important;
    background-color: #bdc3c7 !important;
}

#wpsem-login-box-simple{
	max-width: 470px !important;
	margin: 0 auto !important;
    padding:20px;
    -webkit-border-radius:5px;
    border-radius:5px;
   	background:#f1f1f1;
    border:1px solid #e2e2e2;
    -webkit-box-shadow: inset 0px 0px 1px 1px #ffffff;
    box-shadow: inset 0px 0px 1px 1px #ffffff;
}

.wpsem-widget-log-username,
#wpsem-log-username-simple {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background:url(../images/icon-user.png) no-repeat 10px center, #eeeeee;
    padding-left: 35px !important;
	border-bottom: 1px solid #fff !important;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

.wpsem-widget-log-password,
#wpsem-log-password-simple {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	position: relative;
	top: -13px;
    background:url(../images/icon-pass.png) no-repeat 10px center, #eeeeee;
    padding-left: 35px !important;
	border-top: 1px solid #ddd !important;
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

#wpsem-forgot-email-simple {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background:url(../images/icon-email.png) no-repeat 10px center, #eeeeee;
    padding-left: 35px !important;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

/* dark themes */

.wpsem-button-dark{
    width:60%;
    height:40px;
    font-size:18px !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px !important;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    word-spacing: 0.25em;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    color: #ffffff !important;
    background-image: none !important;
    background-color: #3498db !important;
    border:0 !important;
}
.wpsem-button-forgot-dark{
    width:40%;
    height:40px;
    font-size:18px !important;
	color:#222 !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px !important;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    word-spacing: 0.25em;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    padding:4px 12px;
    display: inline-block;
    text-decoration: none;
    background-image: none !important;
    background-color: #dddddd !important;
    border:0 !important;
}
.wpsem-button-dark:hover,
.wpsem-button-dark:focus{
    text-decoration: none;
    background-image: none !important;
    background-color: #2980b9 !important;
}
.wpsem-button-forgot-dark:hover,
.wpsem-button-forgot-dark:focus {
    text-decoration: none;
    background-image: none !important;
    background-color: #bdc3c7 !important;
}

#wpsem-login-box-dark{
	max-width: 470px !important;
	margin: 0 auto !important;
    padding:20px;
    -webkit-border-radius:5px;
    border-radius:5px;
   	background: #525758;
}

#wpsem-log-username-dark {
	background:url(../images/icon-user-dark.png) no-repeat 10px center,
                url(../images/shadow-top.png) no-repeat center top,#3d4141 !important;
    color:#c0c5c2 !important;
    padding-left:35px !important;
    border: 1px solid #5e6262;
    border-width: 1px 1px 2px 1px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow: inset 0px 0px 2px px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

#wpsem-log-password-dark {
		background:url(../images/icon-pass-dark.png) no-repeat 10px center,
                  url(../images/shadow-top.png) no-repeat center top,#3d4141 !important;
        color:#c0c5c2 !important;
        padding-left: 35px !important;
        border: 1px solid #5e6262;
        border-width: 1px 1px 2px 1px;
        -webkit-border-radius:5px;
        border-radius:5px;
        -webkit-box-shadow: inset 0px 0px 2px px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
#wpsem-forgot-email-dark {
		background:url(../images/icon-email-dark.png) no-repeat 10px center,
                  url(../images/shadow-top.png) no-repeat center top,#3d4141 !important;
        color:#c0c5c2 !important;
        padding-left: 35px !important;
        border: 1px solid #5e6262;
        border-width: 1px 1px 2px 1px;
        -webkit-border-radius:5px;
        border-radius:5px;
        -webkit-box-shadow: inset 0px 0px 2px px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
#wpsem-login-box-dark label {
	color:#ffffff !important;
}

.wpsem-button-group{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.wpsem-button-group li{
	display: inline;
	list-style: none;
	margin:0 !important;
}

.wpsem-button-group .wpsem-button-simple, .wpsem-button-group .wpsem-button-dark{
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
    border-right:0 !important;
}
.wpsem-button-group .wpsem-button-forgot-simple, .wpsem-button-group .wpsem-button-forgot-dark{
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
    border-left:0 !important;
}

input.error{
	border: 1px solid #cc0000 !important;
	background-color: rgba(204, 0, 0, 0.1) !important;
}

.error small, small.error {
	background: none !important;
	display: block;
	padding: 0.375em 0.25em;
	margin-top: -1.3125em;
	margin-bottom: 1em;
	font-size: 0.75em;
	font-weight: bold;
	color: #cc0000;
	top: 6px;
	position: relative;
}

.wpsem-login-error.alert {
	background-color: #e74c3c;
	color: white;
}

.wpsem-login-error.success {
	background-color: #47b8a1;
	color: white;
}

.wpsem-login-error.round {
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}

.wpsem-login-error {
	margin-bottom: 1.25em;
	position: relative;
	padding: 0.6875em 1.3125em 0.75em 0.6875em;
	font-size: 0.875em;
	text-align: center;
	color: white;
}

.wpsem-loading{
	background: url(../images/loading.gif) no-repeat;
	display:block;
	width:50px;
	height: 20px;
	margin: 0 auto;
}

/* ----------------- PURCHASE HISTORY ------------------*/
.wpsem-table-purchase {
	width: 100%;
	border-collapse:collapse;
}
.wpsem-table-purchase th,
.wpsem-table-purchase td {
	padding:8px 10px;
}

.wpsem-table-purchase td {
	border-top:1px solid #dedede;
}

.wpsem-table-purchase td a{
	text-decoration: none;
	border-bottom: 1px dashed #cecece;
}
.wpsem-table-purchase th {
	font-weight:bold;
	border-bottom: 3px solid #cecece;
}
a.wpsem-purchase-detail {
	border: none !important;
  	cursor: pointer;
  	font-family: inherit;
  	line-height: 1;
  	position: relative;
  	text-decoration: none;
  	text-align: center;
  	display: inline-block;
  	padding-top: 0.35em;
  	padding-right: 1em;
  	padding-bottom: 0.35em;
  	padding-left: 1em;
  	font-size: 1em;
  	background-color: #3498db;
  	color: white;
  	-webkit-border-radius:3px;
	border-radius:3px;
}
.wpsem-purchase-detail:hover {
	background-color: #2980b9;
	color:#fff;
}
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- MEMBERSHIP PAGE ---------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */

.wpsem-membership-body {
	font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
}
.wpsem-membership-header-bg {
	margin-top:0px;
}
.wpsem-membership-header {
	padding:10px auto;
	min-height:200px;
	position:relative;
}
.wpsem-membership-mainarea {
	margin-top:15px !important;
	margin-bottom:15px !important;
}
/* config */
/* -- sem logo positioning */
.wpsem-membership-logo.lefttop img {position:absolute;top:0px;left:0px;}
.wpsem-membership-logo.centertop {text-align:center;margin:auto;}
.wpsem-membership-logo.righttop img {position:absolute;top:0px;right:0px;}

.wpsem-membership-logo.leftcenter img {position:absolute;top:50%;left:0px;}
.wpsem-membership-logo.centercenter {position:relative;top:50px;text-align:center;margin:auto;}
.wpsem-membership-logo.rightcenter img{position:absolute;top:50px;right:0px;}

.wpsem-membership-logo.leftbottom img{position:absolute;bottom:0px;left:0px;}
.wpsem-membership-logo.centerbottom {position:absolute;bottom:0px;text-align:center;margin:auto;}
.wpsem-membership-logo.rightbottom img{position:absolute;bottom:0px;right:0px;}
/* config */

/* -- widget --*/
.wpsem-membership-side-nav {}
.wpsem-membership-side-nav nav {}
.wpsem-membership-side-nav nav ul {padding:0;}
.wpsem-membership-side-nav nav li{ padding:5px 0; line-height:25px;}
.wpsem-membership-side-nav nav li:first-child{ border-top:0;}
.wpsem-membership-side-nav nav li > a { padding:0px 10px;}
.wpsem-membership-side-nav head {padding:5px;}
.wpsem-membership-side-nav dd {padding:0;margin:0;}
.wpsem-membership-side-nav h5 {padding:5px 10px; margin:0;}

.wpsem-membership-leftside,
.wpsem-membership-mainside,
.wpsem-membership-rightside {
	margin-bottom:10px;
}
.wpsem-membership-footer {}

#wpsem_protected_box{
	display: block;
	position: relative;
  	padding: 0.6875em 1.3125em 0.75em 0.6875em;
  	font-size: 0.875em;
  	background: rgba(0,0,0,0.05);
  	color: #444;
	border:1px dashed #eee;
	font-size:inherit;
	line-height:1.5em;
	margin-top: 5px;
}
#wpsem_protected_box a {
	text-decoration:none;
	color:#fff;
	background:#3498db;
	padding:0px 7px;
	padding-bottom: 2px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*
profile page -------------- */
.wpsem-submit{
	width: 100%;
}
.wpsem-form-table {
	border-collapse:collapse;
	border:none !important;
	width:100%;
}
.wpsem-form-table input[type="text"]:disabled,
.wpsem-form-table input[type="email"]:disabled,
.wpsem-form-table input[type="password"]:disabled {
background-color: #ddd;
}
.wpsem-form-table input[type="text"],
.wpsem-form-table input[type="email"],
.wpsem-form-table input[type="password"] {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.wpsem-form-table input[type="text"]:focus,
.wpsem-form-table input[type="email"]:focus,
.wpsem-form-table input[type="password"]:focus {
	-webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
}
.wpsem-form-table th,
.wpsem-form-table td {
	padding:10px 10px 10px 10px;
	vertical-align:top;
	border: none !important;
}

.wpsem-description{
	font-style: italic;
	font-size: 80%;
}

/* --- SHORTCODE STYLING --- */

.semorder-field{background:#f1f1f1;color:#555;font-family:Oswald, sans-serif;line-height:1;max-width:400px;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;border:1px solid #e7e7e7;position:relative;margin:auto;padding:20px 20px;}
.semorder input[type=text],.semorder input[type=password]{
	background-color:#FFF;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);display:inline-block;
	font-size:.875em;height:34px;width:75%;
	font-family:consolas; color:#666;
	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;box-sizing:border-box;
 	-webkit-border-radius:2px 0px 0px 2px;-moz-border-radius:2px 0px 0px 2px;
 	-khtml-border-radius:2px 0px 0px 2px; border-radius:2px 0px 0px 2px;
 	margin:0 0 1em;
 	padding:.5em .5em .5em 2.9em}
.semorder-head{font-size:18px;text-align:center;width:100%;}
.semorder-coupon{background:url(../images/icon-coupon.png) no-repeat 10px center;}
.semorder-submit{border:1px solid #ccc; width:100%;font-family:Oswald, sans-serif;text-transform:uppercase;font-size:24px;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;color:#333;background:#ddd;cursor:pointer;padding:10px 20px}
.semorder-submit:hover, .semorder-apply:hover{background:#cecece!important;}.semorder-submit.blue, .semorder-apply.blue{color:#fff;background:#008ECA}.semorder-head.blue {color:#008ECA;}
.semorder-apply{height:34px; border:1px solid #ccc; border-left: 0; width:25%;font-family:Oswald, sans-serif;text-transform:uppercase;font-size:21px;-webkit-border-radius:0px 2px 2px 0px;-moz-border-radius:0px 2px 2px 0px;-khtml-border-radius:0px 2px 2px 0px;border-radius:0px 2px 2px 0px;color:#333;background:#ddd;cursor:pointer;
position:relative;top:5px;}
.mt-membership-content .semorder-submit  {
	font-size:100% !important;
}
.mt-membership-content .semorder input[type=text],
.mt-membership-content .semorder input[type=password] {
	width:100% !important;
	margin-bottom:0 !important;
}
.mt-membership-content .semorder-apply {
	width:100% !important;
	margin-bottom: 20px;
	margin-top: -6px;
}

.semform-field{background:#f1f1f1;color:#555;font-family:"Open Sans", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;font-weight:400;font-style:normal;line-height:1;max-width:400px;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;border:1px solid #e7e7e7;position:relative;margin:auto;padding:80px 20px 20px !important;} 
.semform-head{font-size:18px;font-weight:600;text-align:center;position:absolute;top:0;left:0;right:0;border-bottom:1px solid #fff !important;margin:auto;padding:20px 10px !important;}
.semform-foot{font-size:12px;font-style:italic;text-align:center}
.semform input[type=text],.semform input[type=password]{border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);display:block;font-size:.875em;height:2.3125em;width:100%;font-family:"Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;color:#666;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;margin:0 0 1em;padding:.5em .5em .5em 2.9em} 
.semform-first_name,.semform-first_name:focus{background:url('../images/icon-user.png') no-repeat 10px center, #f1f2f7 !important}
.semform-last_name,.semform-last_name:focus{background:url('../images/icon-user.png') no-repeat 10px center, #f1f2f7 !important}
.semform-email,.semform-email:focus{background:url('../images/icon-email.png') no-repeat 10px center, #f1f2f7 !important}
.semform-user_name,.semform-user_name:focus{background:url('../images/icon-user.png') no-repeat 10px center, #f1f2f7 !important}
.semform-password,.semform-password:focus{background:url('../images/icon-pass.png') no-repeat 10px center, #f1f2f7 !important}
.semform-submit{-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;-webkit-transition:background-color 300ms ease-out;-moz-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out;border:0;width:100%;font-family:Oswald, sans-serif;text-transform:uppercase;font-size:22px;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;color:#333;background:#ddd;cursor:pointer;padding:10px 20px} 
.semform-submit:hover{background:#666!important} .semform-submit.blue,.semform-head.blue{color:#fff;background:#008ECA} .semform-submit.red,.semform-head.red{color:#fff;background:#FF4344} .semform-submit.green,.semform-head.green{color:#fff;background:#1F7E5C} .semform-submit.orange,.semform-head.orange{color:#fff;background:#FFB528} 
.semform-submit.black,.semform-head.black{color:#fff;background:#252525}
.mt-membership-content .semform-submit  {
	font-size:100% !important;
}

.wpsem-download-links{
	display: block;
	background: url('../images/download.png') no-repeat;
	padding: 15px 10px 6px 60px;
	margin-bottom: 10px;
	text-decoration: none;
}
/* Smartphones (portrait) iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    .wpsem-button-simple,.wpsem-button-dark,
    .wpsem-button-forgot-simple,.wpsem-button-forgot-dark {
        width:100%;
    }
    .wpsem-button-simple,.wpsem-button-dark {
    margin-bottom: 15px;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 767px) {
    .wpsem-button-simple,.wpsem-button-dark,
    .wpsem-button-forgot-simple,.wpsem-button-forgot-dark {
        width:100%;
    }
    .wpsem-button-simple,.wpsem-button-dark {
    margin-bottom: 15px;
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .wpsem-button-simple,.wpsem-button-dark,
    .wpsem-button-forgot-simple,.wpsem-button-forgot-dark {
        width:100%;
    }
    .wpsem-button-simple,.wpsem-button-dark {
    margin-bottom: 15px;
    }
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}
