a {
  -webkit-transition: all 0.35s;
    transition: all 0.35s;
  border-bottom: solid 1px;
  cursor: pointer;
}
a:hover { 
  border-bottom: solid 1px #f7007b; 
}

h3 { 
  font-size: 1.2em; 
}

.main-navigation a, .site-logo a {
  opacity: 0.7;
  font-weight: 200;
  text-shadow: 1px 1px 1px #000;
  border-bottom: solid 1px transparent;
}
.main-navigation a:hover, nav.main-navigation li:hover > a, .site-logo a:hover { 
  border-bottom: solid 1px #fff;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.hero-content h2, h1.entry-title {
  text-transform: uppercase;
}
.hero-content button, .home-blog-cta button{
  font-size: 1.5em;
  font-weight: 200;
  background: rgba(0,0,0,0.8);
  -webkit-transition: all 0.5s;
    transition: all 0.5s;
  border-color: #000;
}
.hero-content button:hover, .home-blog-cta button:hover{
  background: #f7007b;
  text-decoration: none;
}
.featured-link, .featured-link:hover, .home-blog-cta a, .home-blog-cta a:hover {
  border-bottom: none;
}

header.entry-header {
  background-size: cover !important;
  background-position: bottom !important;
}

h1.entry-title {
  padding: 0.5em;
  text-shadow: 2px 1px 5px #666;
}

article h3 {
  margin: 2.5em 0 1.5em;
}
span.tags-links {
  padding: 1.5em 1.5em 0.5em 0;
}

a.post-edit-link {
  border: solid 1px;
  border-radius: 5px;
  padding: 0.25em 0.5em;
}
a.post-edit-link:hover {
  border-color: #ea474b;
  background-color: #f7007b; 
  color: #fff;
}

#secondary .widget {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 1.5em;
}
.widget_recent_entries li {
  line-height: 1.25;
}
input.search-field {
  text-indent: 0.5em;
  width: 95%;
}

.questionnaire  p textarea {
    margin-left: 0;
    padding-left: 10px;
    height: 100px;
}

.questionnaire h2 { 
  border-bottom: solid 1px #a1a1a1; 
}
.questionnaire ol.nested li {
    font-weight: bold;
}

.questionnaire input.wpcf7-form-control.wpcf7-submit.button.cta {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.questionnaire .basics {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}