.fullmenu {border-top:1px solid white; padding:20px;}

.homelink {
  color: rgb(255, 255, 255);
  display: inline;
  font-size: 20px;
  padding: 20px;
  transition:all 100ms ease-in;
}

.et_mobile_menu li a {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.homelink:hover {
opacity:0.8;
}

.et_right_sidebar #sidebar {
  padding-left: 40px;
}


.titlesep {
    overflow: hidden;
    text-align: center;
}
.titlesep:before,
.titlesep:after {
    background-color: #4E4E4E;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.titlesep:before {
    right: 0.5em;
    margin-left: -50%;
}
.titlesep:after {
    left: 0.5em;
    margin-right: -50%;
}

.et_pb_post .post-meta {
  display: none;
}

.aboutbio h3 {font-size:20px; border-bottom:1px solid; padding-bottom:15px;margin-bottom:15px;margin-top:25px;}

.et_pb_blurb_content {
  margin: 0 auto;
  max-width: 550px;
  padding-top: 14px;
  position: relative;
  width: 185px;
}


 @media screen and (max-width: 980px) {
    
.homelink {
  display: block;
text-align:center;
}
.et_pb_fullwidth_header .header-content h1 {
  font-size: 56px;
  padding-bottom: 20px;
}

}