@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

.login-register-box {
    padding:20px;
}
.login-register-box p {
    margin-bottom: 10px !important;
}
.entry-content ul.login-register-box__button-list ul:before {
    width: 0;
}
.entry-content ul.login-register-box__button-list li:before {
    width: 0;
    height: 0;
}
.login-register-box__title {
    font-size:1.5rem;
    font-weight: bold;
    margin-bottom:10px !important;
}
.login-register-box__highlight {
    color: #004ECC;
    font-weight: bold;
}
.login-register-box__button-list {
    text-align:center;
    overflow: hidden;
}
.login-register-box__button-list li {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
}
.login-register-box__login_btn {
    padding-left: 0px !important;
}
.login-register-box__link:hover {
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    color: #FFFFFF;
    background: #5472B2;
    transform: translate3d(0, 5px, 0);
}
.login-register-box__link:active {
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    background: #5472B2;
}
.login-register-box__link {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    text-decoration: none;
    background: #668ad8;
    color: #FFFFFF;
    font-weight: bold;
    box-shadow: 0 4px 0 #627295;
    width: 70%;
}
.text-shade {
  position: relative;
}
.text-shade:after {
  content: "";
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width:100%;
  height: 40%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.6) 15%, rgba(255,255,255,1) 90%, rgba(255,255,255,1)) !important;
  background: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.6) 15%, rgba(255,255,255,1) 70%, rgba(255,255,255,1)) !important;
}

@media only screen and (min-width: 768px) {
    .footer nav + .copyright {
        padding: 0.6em 0;
        float: right;
        display: inline-block;
    }
}
.entry-header .pocket {
    display: none;
}
.sharewrap .pocket {
    display: none;
}