/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
h1:not(#athome)  {
  color: #078f9e !important;
}
/* - - HEADER - - */
#header-outer header li.menu-item-61 > a .nectar-menu-icon-img, #header-outer #header-secondary-outer li.menu-item-61 > a .nectar-menu-icon-img, #slide-out-widget-area li.menu-item-61 > a .nectar-menu-icon-img {
  width: 100px;
  height: 100px;
  min-height: 100px;
}
#menu-pull-left .menu-title-text {
  text-transform: none !important;
  font-size: 17px;
}
/* - - FANCYBOX - - */
.nectar-fancy-box[data-style="image_above_text_underline"] .text {
  padding: 30px;
}
/* - - USPS - - */
#usps {
  text-align: center;
}
#usps ul {
	padding-top: 30px;
}
#usps li {
  text-align: left !important;
  display: inline-block;
  padding-left: 25px;
  max-width: 15%;
  vertical-align: top;
  margin: 5px 2%;
}
/* - - FOOTER - - */
#footerouter p {
  font-size: 14px;
	letter-spacing: 0.5px;
}
#footerouter .widget.widget_nav_menu {
  font-size: 14px;
}
/* - - SLIDEOUT - - */
#slide-out-widget-area .textwidget {
  font-size: 14px;
  line-height: 18px;
}
/* - - RESPONSIVE - - */
@media only screen and (max-width: 999px) {
#usps li {
  max-width: 100%;
  margin: 5px 2%;
  width: 97%;
}
}




