/*************
 * Variables *
 *************/
/*************
 * Mixins *
 *************/
/*****************
 * Shared Styles *
 *****************/
.shared_style, #feature, #login {
  float: left;
  margin: 0 !important;
  padding: 0 !important; }
  @media only screen and (min-width: 993px) {
    .shared_style, #feature, #login {
      min-height: 100%; } }

.btn.blue-on-white, #login form #wp-submit, #login form a, #login p#nav #wp-submit, #login p#nav a, #PUL_user_home a.button, #PUL_user_home input[type="submit"].button {
  border: 3px solid #1155cc;
  background-color: transparent;
  color: #1155cc;
  padding: 13px 18px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 0px;
  transition: all .3s;
  line-height: normal;
  text-shadow: none;
  height: auto;
  box-shadow: none;
  cursor: pointer; }
  .btn.blue-on-white:hover, #login form #wp-submit:hover, #login form a:hover, #login p#nav #wp-submit:hover, #login p#nav a:hover, #PUL_user_home a.button:hover, #PUL_user_home input[type="submit"].button:hover {
    background-color: #1155cc;
    color: #FFF; }

/******************
 * Element Styles *
 ******************/
/******************
 * Feature Section *
 ******************/
#feature {
  background: url("/wp-content/plugins/pretty_user_login/background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media only screen and (max-width: 600px) {
    #feature {
      width: 100%; }
      #feature .valign-wrapper {
        padding: 50px;
        height: auto !important; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    #feature {
      width: 100%; }
      #feature .valign-wrapper {
        padding: 50px;
        height: auto !important; } }
  @media only screen and (min-width: 993px) {
    #feature {
      width: 67%; }
      #feature .valign-wrapper {
        padding: 0 50px; } }
  #feature > div {
    background-color: rgba(17, 85, 204, 0.7);
    color: white; }
  #feature h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 100px; }
  #feature div.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    #feature div.valign-wrapper div.valign.center {
      text-align: center;
      vertical-align: middle;
      display: block;
      width: 100%; }
      @media only screen and (max-width: 600px) {
        #feature div.valign-wrapper div.valign.center img.banner {
          height: 100px; } }
      @media only screen and (min-width: 601px) and (max-width: 992px) {
        #feature div.valign-wrapper div.valign.center img.banner {
          height: 100px; } }
      @media only screen and (max-width: 600px) {
        #feature div.valign-wrapper div.valign.center h1 {
          display: none; } }
      @media only screen and (min-width: 601px) and (max-width: 992px) {
        #feature div.valign-wrapper div.valign.center h1 {
          display: none; } }

/******************
 * Login Section *
 ******************/
#login {
  background-color: white;
  box-shadow: 0px 0px 5px black; }
  @media only screen and (max-width: 600px) {
    #login {
      width: 100%; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    #login {
      width: 100%;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 993px) {
    #login {
      width: 33%; } }
  @media only screen and (max-width: 600px) {
    #login > h1 {
      display: none; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    #login > h1 {
      display: none; } }
  #login > h1 > a {
    background-image: url("/wp-content/plugins/pretty_user_login/logo.png");
    background-size: 150px;
    width: 150px;
    height: 150px;
    margin: auto;
    margin-top: 50px; }
    #login > h1 > a:focus, #login > h1 > a:active, #login > h1 > a:hover {
      box-shadow: none; }
  #login #login_error, #login p.message {
    max-width: 320px;
    margin: auto;
    margin-top: 20px;
    box-shadow: none; }
  #login form, #login p#nav {
    max-width: 320px;
    margin: auto;
    margin-bottom: 30px; }
    #login form input[type="text"]:focus, #login form input[type="password"]:focus, #login form input[type="checkbox"]:focus, #login p#nav input[type="text"]:focus, #login p#nav input[type="password"]:focus, #login p#nav input[type="checkbox"]:focus {
      border-color: #1155cc;
      box-shadow: 0 0 2px rgba(17, 85, 204, 0.8); }
  #login form {
    padding-bottom: 20px;
    border-bottom: 1px dashed gray;
    box-shadow: none; }
    #login form #wp-submit {
      width: 100%; }

body:not(.wp-admin) div.entry-content > #msg-flash {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  top: 60px; }

#PUL_menu {
  background-color: #3D90F3; }
  #PUL_menu li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    float: left; }
    #PUL_menu li a {
      display: block;
      padding: 10px;
      color: white;
      transition: .3s all; }
      #PUL_menu li a:hover, #PUL_menu li a:focus {
        background-color: rgba(255, 255, 255, 0.2); }

#PUL_user_home h1 {
  font-weight: bold; }
#PUL_user_home div.section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid gray; }
#PUL_user_home #PUL_user_home_info .label {
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 7px 3px 5px 0;
  color: #0f55cc;
  text-align: left;
  display: inline-block;
  line-height: 1; }
  #PUL_user_home #PUL_user_home_info .label.label-above {
    display: block; }
#PUL_user_home a.button, #PUL_user_home input[type="submit"].button {
  display: inline-block; }
#PUL_user_home input[type="text"], #PUL_user_home input[type="password"] {
  font-size: 24px;
  padding: 3px;
  margin: 2px 6px 16px 0; }
  #PUL_user_home input[type="text"]:focus, #PUL_user_home input[type="password"]:focus {
    border-color: #1155cc;
    box-shadow: 0 0 2px rgba(17, 85, 204, 0.8); }
