/*
The colors, Duke! The colors!
*/

a,
a:visited {
  color: #21759B;
}

a:hover, a:focus, a:active {
  color: #164E68;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited,
.wp-block-button__link,
.wp-block-button__link:visited {
  background-color: #21759B;
  border-color: #21759B;
  color: #FFFFFF;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:active,
.button:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background-color: #164E68;
  border-color: #164E68;
  color: #FFFFFF;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.wp-block-button__link:hover {
  background-color: #164E68;
  border-color: #164E68;
  color: #FFFFFF;
}

.comment-navigation a,
.comment-navigation a:visited,
.posts-navigation a,
.posts-navigation a:visited,
.post-navigation a,
.post-navigation a:visited {
  color: #21759B;
}

.comment-navigation a:hover,
.comment-navigation a:visited:hover,
.posts-navigation a:hover,
.posts-navigation a:visited:hover,
.post-navigation a:hover,
.post-navigation a:visited:hover {
  color: #164E68;
}

.entry-title a:hover, .entry-title a:focus {
  color: #164E68;
}

.footer-widgets-wrapper {
  background-color: #21759B;
}

.header-widget-area {
  background-color: #21759B;
}

#infinite-handle span {
  border-color: #21759B;
  color: #21759B;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-color: #999999;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #21759B;
}

.main-navigation ul ul {
  background-color: #21759B;
}

.site-footer {
  background-color: #21759B;
}

#social-share ul li a {
  background-color: #21759B;
}

@media screen and (max-width: 767px){

  .site-title a:focus,
  .site-title a:hover {
    color: #164E68 !important;
  }

}

@media screen and (min-width: 768px){
  
  .site-title a {
    color: #21759B;
  }

  .site-title a:focus,
  .site-title a:hover {
    color: #164E68;
  }

}
