@media screen and (min-width: 641px) {
  .site-title-wrapper-inner {
    width: 100%;
    padding-bottom: 0;
  }
  .site-logo {
    max-height: 150px;
  }
  .site-title,
  .site-description {
    text-align: center;
    position: relative;
    left: -80px;
  }
  #masthead .social-menu {
    position: relative;
    top: -110px;
  }
  .main-navigation-container,
  .site-content {
    position: relative;
    top: -125px;
  }
}
.main-navigation-container {
  background-color: #fdbe01;
}
.secondary-navigation-container {
  background-color: #020202;
}
.social-menu ul li a::before {
  background-color: #008fff;
}
.nav-menu-wrapper a,
.nav-menu-wrapper a:link {
  color: #020202;
}
.nav-menu-wrapper li a,
.nav-menu-wrapper li a:link {
  font-weight: 600;
  font-family: sans-serif;
}
#site-navigation .nav-menu,
.menu-toggle,
.nav-menu-wrapper li .sub-menu,
.widget,
.widget_calendar #calendar_wrap #wp-calendar tbody,
.widget_calendar #calendar_wrap #wp-calendar thead,
.nav-menu-wrapper li.menu-item-has-children > a::after,
.article-popup {
  border-top-color: #020202;
  border-bottom-color: #020202;
}
.secondary-navigation-container li a,
.secondary-navigation-container li a:link {
  color: #fff;
}
.entry-content {
  margin: 1.5em 0;
}
.entry-title {
  margin: 0em 0;
}
.wf-active .page .entry-title {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
.wf-active .post .entry-title {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
.wf-active .blog .entry-title {
  color: #008fff;
  text-decoration: underline;
  text-transform: uppercase;
}
.wf-active .category .archive-title {
  font-size: 20px;
}
.wf-active .tag .archive-title {
  font-size: 20px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
  margin: 1em 0;
}
h3 {
  font-size: 26px;
  margin: 1em 0;
}
h4 {
  font-size: 22px;
  margin: 1.5em 0;
}
h5 {
  font-size: 20px;
  margin: 1.5em 0;
}
p {
  margin: 1.5em 0;
}
li {
  margin: 0.75em;
  margin-left: 3em;
  color: black;
}
@media screen and (max-width: 748px) {
  .entry-title {
    margin: 0em 0;
  }
  .wf-active .page .entry-title {
    margin: 1em 0;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
  }
  .wf-active .post .entry-title {
    margin: 1em 0;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
  }
  .wf-active .blog .entry-title {
    margin: 1em 0;
    font-size: 28px;
    text-align: center;
    color: #008fff;
    text-decoration: underline;
    text-transform: uppercase;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
    margin: 1em 0;
  }
  h3 {
    font-size: 22px;
    margin: 1em 0;
  }
  h4 {
    font-size: 18px;
    margin: 1.5em 0;
  }
  h5 {
    font-size: 16px;
    margin: 1.5em 0;
  }
  li {
    margin: 0.75em;
    margin-left: 1.5em;
    color: black;
  }
}
.entry-content a {
  color: #008fff !important;
  text-decoration: underline !important;
}
body.single-jetpack-testimonial .entry-title {
  font-size: 10px;
  color: #5E5E5E;
  margin: 1em 0;
}
.wf-active body.search-results .entry-title {
  font-size: 32px;
  color: #008fff;
  text-decoration: underline;
  margin: 1em 0;
}
.nav-menu-wrapper li .sub-menu a {
  background-color: #fbfbfb;
}
.nav-menu-wrapper li .sub-menu a:hover {
  background-color: #000000;
}
.nav-menu-wrapper li.menu-item-has-children > a::after {
  border-bottom: none;
}
.entry-meta .entry-date.published {
  display: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table,
th,
td {
  border: 1px solid black;
}
td {
  vertical-align: middle;
  padding: 5px;
}
th,
td {
  text-align: center;
}
tr:nth-child(odd) {
  background-color: #f2f2f2;
}
tr:first-child {
  background-color: #C0C0C0;
}
.contact-form label {
  font-family: arial;
}
.contact-form input,
.contact-form textarea {
  background-color: #fff;
}
.contact-form button {
  color: #fff;
  background-color: #008fff;
  padding: 20px;
  width: 300px;
  font-family: arial;
  font-size: 18px;
}
.contact-form button:hover {
  background-color: #009fff;
}
