/*
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
*/

h2.ns-heading-el {
	color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2.33333333rem;
  padding-bottom: 1.77777778rem;
  font-weight: 600;
  padding-bottom: 1.11111111rem !important;
	margin: 50%;
}

.menubutton {margin-left: 150px !important; color: #ffffff !important; border-radius: 30px !important;}

.button {
  font-size: 0.66666667rem;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ED1C24;
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  border-radius: 30px;
  padding: 0.88888889rem 1.66666667rem;
  line-height: 2.77777778rem;
  letter-spacing: 1.5px;
  display: inline-block;
  cursor: pointer;
  min-width: 130px;
  max-width: 300px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
  line-height: 1rem;
}
.button:focus,
.button:active {
  text-decoration: none;
  opacity: 1;
  color: #ffffff;
  background-color: #ED1C24 !important;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
}
.button:hover {
  text-decoration: none;
  opacity: 1;
  color: #ffffff;
  background-color: #C7191F !important;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
}
.button--white {
  background-color: #ffffff;
  color: #ED1C24;
  font-weight: 600;
}
.button--white:focus,
.button--white:active {
  text-decoration: none;
  opacity: 1;
  background-color: #ffffff !important;
  color: #ED1C24;
}
.button--white:hover {
  text-decoration: none;
  opacity: 1;
  color: #C7191F;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.screen-reader-text {display: none !important;}
.no-menu-assigned {display: none !important;}