/*  MICROTHEMER STYLES  */

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

#cs_topNav {
    position: absolute;
    top: 15px;
    right: 22px;
}

#container {
    border-top: 4px solid #9B0B1F;
}

#wpbf-pre-header, .wpbf-navigation, #content {
    background-color: #F1F1EA;
}

.wpbf-menu-stacked {
    text-align: left;
}

#inner-content, .wpbf-inner-pre-header, .wpbf-nav-wrapper {
    background-color: #fff;
}

#wpbf-pre-header .wpbf-menu a {
    padding: 10px;
}

#inner-content {
    padding-top: 12px;
}

nav {
    background-color: #eee;
}

#menu-primary-navigation {
    margin-top: 9px;
}

.wpbf-menu-item-search {
    position: absolute;
    right: 15px;
}

.wpbf-nav-wrapper {
    padding-bottom: 4px;
}

ul.listclass li {
    margin-left: .25em;
}

/* Essays */
.category-essays .wp-post-image {
    display: none;
}

/* Twitter */
ul.twitterfeed > li {
    margin-bottom: .5em;
    padding-bottom: .5em;
}

/* Recent News */
.cs_newsItems .elementor-post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px !important;
}

body.blog .cs_readMore,
body.single .cs_readMore {
    display:none;
}

/* All mobile phones · width: 736px */
@media only screen and (max-width : 736px) {
  #cs_topNav { display: none; }

}

@media (min-width: 769px) {
.wpbf-grid-divider>[class*='wpbf-medium-']:not(.wpbf-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #eee;
}
}
