/* navigation */

.page-layout-menu-overlap #masthead {
  background: transparent;
  border-bottom: transparent;
}

.main-navigation ul a {
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.main-navigation ul a:hover {
  color: #25aae1 !important;
}

.main-navigation ul .sub-menu {
  background-color: #ffffff;
  border-width: 0px;
}

.main-navigation ul .sub-menu li a {
  color: #666666 !important;
  font-size: 10px !important;
}

.main-navigation ul .sub-menu li a:hover {
  color: #25aae1 !important;
}

#masthead.sticky-menu {
  transition: background .4s ease-in-out !important;
}

#masthead.sticky-menu.floating {
  background: rgba(0, 0, 0, 0.25) !important;
}

#masthead .site-branding img {
  height: 30px;
  width: 40px;
}

/* scroll mouse */

/* footer */

#colophon .site-info {
  border-style: hidden;
  font-size: 10px;
}

#colophon .widgets .widget-title {
  font-weight: 100;
  text-transform: lowercase;
  font-size: 24px;
  color: #333333 !important;
}

#colophon .widget-area .widget_recent_entries ul li a:hover {
  text-decoration: none !important;
}

#colophon .widget-area .widget_recent_entries ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

#colophon .tagcloud a {
  background: #595959;
}

#colophon .tagcloud a:hover {
  background: #2995bc;
}

/* typography */

h1 {
  font-size: 5vw;
  font-family: 'Roboto';
  text-transform: capitalize;
  line-height: 1;
}

h2 {
  font-family: 'Roboto'!important;
  font-weight: 100 !important;
  font-size: 3vw;
}

h3 {
  font-family: 'Roboto';
  font-weight: 100 !important;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* mobile typography */

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 8vw !important;
    font-family: 'Roboto';
    text-transform: capitalize;
  }

  h2 {
    font-family: 'Roboto'!important;
    font-weight: 100 !important;
    font-size: 6vw;
  }

  h3 {
    font-family: 'Roboto';
    font-weight: 100 !important;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 8vw !important;
    font-family: 'Roboto';
    text-transform: capitalize;
  }

  h2 {
    font-family: 'Roboto'!important;
    font-weight: 100 !important;
    font-size: 8vw;
    line-height: 1;
  }

  h3 {
    font-family: 'Roboto';
    font-weight: 100 !important;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

/* livemesh posts */

.lsow-post-title {
  font-size: 3vh !important;
  font-weight: 400 !important;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image .lsow-image-info .lsow-post-title a:hover {
  border-bottom: 0px solid #ccc !important;
}

.lsow-image-info .lsow-entry-info .lsow-post-title {
  opacity: 1 !important;
}

/* post grid */

.post.type-post.status-publish.format-standard.has-post-thumbnail.category-around-andersonville {
  margin-bottom: 0px;
}

.post.type-post.status-publish.format-standard.has-post-thumbnail.category-uncategorized {
  margin-bottom: 0px;
}

#mce-responses.clear {
  display: none;
}



.clear {
  margin-top: -23px;
}



#mc-embedded-subscribe-form.validate {
  padding: 0px;
  margin-top: 30px;
}