/*  MICROTHEMER STYLES here  */

/*= Hand Coded CSS ============ */

/* Home Page */
body.home .wpbf-padding-medium {
    padding-top: 0;
    padding-bottom: 0;
}

/* Menu */
.cs_socIcons {
    text-align: right;
}
.cs_socIcons span {
    margin-left: 24px;
}

/* Agendas */
.cs_agenda h1,
.cs_meetings h1 {
    font-size: 28px;
}

.cs_agenda_items h3,
.cs_documents h3 {
    font-size: 18px;
}

/* Blog */
.single .article-header .by, .single .article-header .article-author,
.archive .article-header .by, .archive .article-header .article-author {
	display: none;
}

.article-meta .article-time {
    text-decoration: none;
}

/* Search */
body:not(.single):not(.search):not(.archive):not(.blog) #searchform:before {
    top: 25%;
}

.search-results-wrapper {
    margin-top: 1.5em;
}

.searchwp-highlight {
    background-color: #fef5c4;
}

/* iPad */
@media only screen 
    and (min-width : 768px) 
    and (max-width : 1024px)   { 
    /* Hide on Mobile */
    .cs_hideMobile {
        display:none;
    }
}

@media only screen and (max-width : 736px) {
    /* Hide on Mobile */
    .cs_hideMobile {
        display:none;
    }
}
