/*
 Theme Name:   FischerPRO
 Template:     hello-elementor
 Author:       Josh Baldwin
 Description:  A custom theme for The Fischer Group
 Version:      2.9.6
*/

.dynamic-content.hide{
    display: none;
  }

#dynamicDropdown{
  border: none;
  border-bottom: 1px black solid;
  border-radius: 0;
  flex: 1;
}
#dynamicDropdown:focus-visible{
  outline: none;
}
#closing-surveys label{
  display: flex;
  align-items: center;
}

#closing-surveys{
  display: flex;
  align-items: center;
  justify-content: center;
}

#closing-surveys > select#dynamicDropdown{
  max-width: 350px;
}

#dynamicContent{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 25px auto;
  gap: 25px;
}

#dynamicContent > div{
  text-align: center;
}

#dynamicContent a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: black;
  text-decoration: none;
}
#dynamicContent a:hover,
#dynamicContent a:focus,
#dynamicContent a:active{
  color: black;
  text-decoration: none;
}

#dynamicContent a i{
  color: #ba1f31;
  font-size: 1.25rem;
  transition: all .2s ease-in-out;
}


#dynamicContent a:hover i,
#dynamicContent a:active i{
  color: #df1929;
}
