eckankar

/* removed underline for default h1 links – color: #02539c; */
.entry-header h1 a {
pointer-events: none;
cursor: default;
}

/* Set plural news h1 color to blue instead of default black */
.loop-header h1 {color: #02539c;}

/* This keeps the home page title at correct size – need sticky class to not affect plural news pages (it was fine in the Welcome post, but was smaller to due plural styling that took over) */
.sticky h1 {
font-size: 2em;
}

@media screen and (min-width: 53em) {
.navicon {
display:none!important; } }

.gradient-button[class] {
margin: 1em 0;
font-family: inherit;
font-size: 20px;
font-weight: bold;
padding: 15px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
transition: 0.5s;
background-size: 200% auto;
color: #FFF;
box-shadow: 0 0 20px #eee;
border-radius: 10px;
width: 100%;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
cursor: pointer;
display: inline-block;
border-radius: 25px;
box-sizing: border-box;
}

.gradient-button:hover{
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.gradient-button:focus{
outline-color: #02539c;
}

.gradient-button-4 {background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)}

.gradient-button-4:hover { background-position: right center; }