/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.dropdown-menu .show{
	margin-top: 5px !important; 
}
.page-id-61022 a:hover {
    color: #ffffff;
}
.breadcrumb-item.active {
    color: #fff !important;
}
.single-location .single-location-map iframe {
    width: 100%;
    height: 350px !important;
}
.header-default .dropdown-menu .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    margin-right: 25px !important;
}
@media (max-width: 1200px){
	.dropdown-item {
    white-space: break-spaces !important;
}
@media (max-width: 767px){
	a {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word; /* fallback */
}

}
	
.pum-close {
	color:#000!important;
}