/*
Theme Name: Salient (UA5 Accessibility)
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Description: An Ultra Responsive Multi-Purpose Theme.
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Template: salient
Version: 1.0.0
License: Custom license
License URI: http://themeforest.net/licenses/terms/regular
Tags: child theme
Text Domain: salient-ua5
*/

.home-page__section-header h1 {
  font-size: 36px !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
}

#header-outer header#top nav > ul > li > a {
  opacity: 1 !important;
}

#header-outer header#top nav > ul > li > a::after {
  transform: none !important;
}

p.archive__category {
  font-family: Courier,monospace !important;
  font-size: 70px !important;
  line-height: 90px !important;
  letter-spacing: 9px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

p.archive__post-title {
  font-size: 36px !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.blog-title .inner-wrap p.entry-title {
  font-size: 70px;
  letter-spacing: 9px;
  line-height: 90px;
  font-family: Courier,monospace;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (max-width: 1500px) and (min-width: 1300px) {
  .blog-title .inner-wrap p.entry-title {
    font-size: 63px;
    line-height: 81px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .blog-title .inner-wrap p.entry-title {
    font-size: 49px!important;
    line-height: 53px!important;
  }
}

@media only screen and (max-width: 690px) {
  .blog-title .inner-wrap p.entry-title {
    font-size: 24px!important;
    line-height: 30px!important;
  }
}



body a {
  text-decoration: underline !important;
}

header a,
.blog-title .inner-wrap a, 
div.row > div.inner > a,
.blog_next_prev_buttons > .col > .inner > a,
.blog_next_prev_buttons > .full-link > a,
.scroll-down-wrap a,
.article-content-wrap h2.title a {
  text-decoration: none !important;
}

#footer-outer #footer-widgets .col .widget input[type="submit"] {
  background-color: #3452ff !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e6e7e8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e6e7e8;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #e6e7e8;
}