eckankar

/* Summer 2018 Updates */

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

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

/* 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;
}

/* Added to only display menu when smaller window needs it */
@media screen and (min-width: 53em) {
.navicon {
display:none!important; } }

/* disable labels single event page; linka already disabled in CSS file*/
.single-ai1ec_event .ai1ec-field-label,
.single-ai1ec_event .ai1ec-field-value {
pointer-events: none;
}

/* This allows contact email to display in default email window that appears on link-not sure why it stopped doing this*/
.single-ai1ec_event .ai1ec-contact-email {
pointer-events: auto;
}