/*
	Theme Name: NAVC
	Theme URI: https://github.com/PHOSCreative/framework
	Author: PHOS
	Author URI: https://www.phoscreative.com
	Description: Created by PHOS, this WordPress theme serves was custom-made to give you the cleanest, fastest, prettiest, and most authoritative website possible. Please refrain from editing this theme yourself before speaking with the developers at PHOS to prevent any critical errors that will arise.
	Version: 1.3.71
	License: GNU General Public License v2 or later
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.mobile-menu .button.custom {
  transition: background-color 0.15s;
}
.mobile-menu .button.custom:hover {
  background-color: #00a9e7 !important;
}
#div-gpt-ad-1565274573737-0 iframe {
  margin: 0 auto;
}

#masthead .search.mobile-search {
  background-color: transparent;
  margin-bottom: 10px;
  width: 100%;
}
#masthead .search.mobile-search .gsc-control-cse {
  background-color: transparent;
}
#masthead .search.mobile-search .gsc-control-wrapper-cse {
  background-color: transparent;
}
#masthead .search.mobile-search .gsc-search-box {
  margin: 0;
}
#masthead .search.mobile-search .gsc-search-box tr {
  background-color: #d7edf9;
}

/*--------------------------------------------------------
	Full-Width UL fix (couldn't find it anywhere else).
	(Actual Change was made in Appearance > Customize > Additional CSS. No actual CSS files would take the change. The used code is below.)
--------------------------------------------------------*/
#full main article ul li {
  list-style: none;
  list-style-position: outside;
  list-style-position: inside;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  position: relative;
}
#full main article ul li:before {
  content: '\f1b0';
  color: #253185;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  top: 0;
  left: -10px;
  position: absolute;
}
