/*
Theme Name: Sunny Vista
Theme URI: https://sunnyvista.org/
Author: L Sterling
Author URI: https://solutions-advisors.com
Version: 1.0
*/

/* Add custom styles or overrides here */

#siteHeader .header-phone {
  font-size: 1.3rem;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: none;
}
#siteHeader .header-phone:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-size: 1.2rem;
}

.navbar3 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdownphone {
  float: left;
  overflow: hidden;
}
.dropdownphone-mob {
  float: absolute;
  overflow: hidden;
}
.dropdownphone .dropbtnphone {
  font-size: 1.3rem; 
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: 500;
    
}

.dropdownphone-mob .dropbtnphone-mob {
  font-size: 1.3rem; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: 500;
    
}
	
.navbar3 a:hover, .dropdownphone:hover .dropbtnphone {
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 20;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdownphone:hover .dropdown-content {
  display: block;
}
	
.dropdownphone-mob:hover .dropdown-content {
  display: block;
}