/**
Theme Name: pvusd
Author: DigitalNest
Author URI: https://digitalnest.org/bizznest/
Description: PVUSD
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pvusd
Template: astra
*/

/** HEADER **/
.ast-site-identity {
  padding: 0;
}
.main-header-bar {
background: rgba(24,90,152,1);
background: -moz-linear-gradient(left, rgba(24,90,152,1) 0%, rgba(67,201,156,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,90,152,1)), color-stop(100%, rgba(67,201,156,1)));
background: -webkit-linear-gradient(left, rgba(24,90,152,1) 0%, rgba(67,201,156,1) 100%);
background: -o-linear-gradient(left, rgba(24,90,152,1) 0%, rgba(67,201,156,1) 100%);
background: -ms-linear-gradient(left, rgba(24,90,152,1) 0%, rgba(67,201,156,1) 100%);
background: linear-gradient(to right, rgba(24,90,152,1) 0%, rgba(67,201,156,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185a98', endColorstr='#43c99c', GradientType=1 );
}
.main-header-menu a {
  color: #fff;
  font-size:1.2em;
}
.main-header-menu li:hover > a {
  color:#43C99D;
  font-weight: bold;
}
.main-header-menu .current_page_item > a {
  color:#43C99D;
  font-weight: bold;
}
.custom-footer {
  color: #fff;
}