.sf-dropdown-menu-park-selector .sf-menu-parkname {
  color: #000;
  font-size: 20px;
  white-space: nowrap;
}

.sf-dropdown-menu-park-selector .sf-menu-parkname::before {
  font-family: "Six-Flags" !important;
  content: "\e912";
  margin-right: 12px;
  font-size: 24px;
}

.sf-dropdown-menu-park-selector .icon {
  color: #000;
}

.sf-dropdown-menu-park-selector:hover .icon,
.sf-dropdown-menu-park-selector:focus .icon {
  color: #000;
}

.sf-dropdown-menu-park-selector:focus {
  z-index: 50;
  transition: outline 0.1s linear;
}

.sf-dropdown-menu {
  position: relative;
  display: inline-block;
  width: 70%;
  
}

.sf-dropdown-menu-content-wrapper {
  display: none;
  min-width: 385px;
  box-shadow: 0 4px 4px 0px rgb(0 0 0 / 20%);
  position: absolute;
  background-color: #f6c544;
  width: 72%;
  margin-left: -37px;
  margin-top: 18px;
  z-index: 1000;
  height: 350px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 30px;
}

.sf-dropdown-menu-content {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 87.5%;
}

.sf-dropdown-menu-content::-webkit-scrollbar-track {
  background-clip: content-box;
  margin-top: 30px;
  margin-bottom: 15px;
}

.sf-dropdown-menu-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f6c544;
  border: 1px solid black;
}

.sf-dropdown-menu-content::-webkit-scrollbar {
  width: 7px;
  background-color: #f6c544;
}

.sf-dropdown-menu-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
}

.sf-dropdown-menu-content a {
  color: black;
  text-decoration: none;
}

.sf-dropdown-menu-content .single-park:focus .sf-row-park-menu {
  z-index: 50;
  transition: outline 0.1s linear;
}

.sf-row-park-menu {

  display: flex;
  align-items: flex-start;
  line-height: 1;
  flex-direction: column;
  margin-left: 62px;
  padding: 5.5px 0;
}

.sf-row-park-menu>div {
  flex: 1 0;
}

.sf-row-park-menu>div:first-of-type {
  width: 100%;

}

.sf-dropdown-menu-content a .sf-park-name-label {
  font-family: inherit;
  font-size: 18px;
  white-space: nowrap;
}

.sf-dropdown-menu-content a .sf-park-city-label {
  font-size: 11px;
  margin-left: 2px;
  margin-top: 5px;
}

.sf-dropdown-menu-content a span:hover {
  text-decoration: underline;
}

.sf-dropdown-menu-content img {
  height: 48px;
  width: 48px;
  margin-right: 17px;
}

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

.sf-state-label-menu-selector {
  font-weight: 700;
  font-family: "Open Sans";
  line-height: inherit;
  text-transform: inherit;
  font-size: 1rem;
  margin-top: 5px;
  margin-left: 46px;
}

.sf-state-label-menu-selector-mobile {
  font-weight: 700;
  font-family: "Open Sans";
  line-height: inherit;
  text-transform: inherit;
  font-size: 1rem;
  margin-top: 5px;

}

.sf-park-menu {
  padding: 0px 16px 0px 16px;
}

.sf-park-menu:nth-child(even) {
  background: #f6c544;
  padding-top: 0.5px;
}

.sf-park-menu-mobile {
  padding: 0px 16px 0px 16px;
}

.sf-state-label-menu-selector {
  margin-top: 5px;
  margin-left: 40px;
}

.sf-park-menu-mobile:nth-child(even) {
  background: #ffffff;
  padding-top: 0.5px;
}

.sf-park-menu-selector-mobile,
.sf-dropdown-menu-park-selector-mobile,
.top-header-menu-label-mobile,
.sf-park-menu-selector-mobile-wrapper h3,
.top-header-menu-wrapper-mobile,
.sf-park-menu-selector-mobile-wrapper .sf-close-partk-selector-mobile{
  display: none;
}

@media only screen and (max-width: 1023px) {
  .header-topbar>.elementor-container>.elementor-column.menu-park-selector-column{
    width: 100%;
  }

  .sf-park-menu-selector-mobile-wrapper {
    min-width: 160px;
    position: fixed;
    width: 100%;
    padding-bottom: 15px;
    background: #f6c544;
    display: none;
    top: 65px;
    bottom: 0;
    overflow-y: auto;
  }

  .sf-park-menu-selector-mobile-wrapper .sf-dropdown-menu-park-selector-mobile {
    width: 92%;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    justify-content: space-between;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #000;
    border-bottom: 1px solid #EEF1F4;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .sf-park-menu-selector-mobile-wrapper .sf-close-partk-selector-mobile{
    position: absolute;
    top: 7px;
    right: 16px;
    font-size: 24px;
    display: block;
  }

  .top-header-menu-wrapper-mobile{
    display: flex;
    justify-content: space-between;
  }

  .top-header-menu-label-mobile{
    padding: 11px 0 11px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .top-header-menu-label-mobile::before {
    font-family: "Six-Flags" !important;
    content: "\e912";
    font-size: 20px;
    position: absolute;
    left: 10px;
    font-weight: bold;
  }

  .top-header-park-hour-link-wrapper{
    width: 30px;
    text-align: center;
    margin: 5px 17px 0 0;
  }
  
  .top-header-park-hour-link-wrapper a::after{
    color: #000;
    content: "\e939";
    display: block;
    font-family: "Feather" !important;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
  }

  .top-header-park-hour-link-wrapper a{
    color: #000;
    display: block;
    line-height: 65%;
  }

  .top-header-park-hour-link-wrapper a span{
    font-size: 9px;
    text-align: center;
    line-height: 0;
  }
  
  /* .top-header-menu-label-mobile::after {
  } */

  .sf-park-menu-selector-mobile-wrapper .sf-dropdown-menu-park-selector-mobile-closed{
    border: 1px solid #000;
    border-radius: 10px;
  }

  .sf-park-menu-selector-mobile-wrapper h3{
    font-size: 30px;
    padding: 60px 0 17px 17px;
    display: block;
  }

  .sf-dropdown-menu-park-selector-mobile i::after, .sf-dropdown-menu-park-selector-mobile i::before{
    vertical-align: -webkit-baseline-middle;
  }

  .sf-park-menu:nth-child(even) {
    background: #f6c544;
    width: 100%;
  }

  .sf-park-menu-mobile:nth-child(even) {
    background: #ffffff;
    width: 100%;
  }

  .sf-park-menu>.sf-row-mobile-park:nth-of-type(2) {
    padding-top: 0px;
  }

  .sf-park-menu-selector-mobile {
    display: block;
    background-color: #ffffff;
    width: 92%;
    margin: 0px auto;
    border-radius: 10px;
    border: 1px solid #000;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  display: none;}

  .sf-park-menu-selector-mobile-wrapper .sf-dropdown-menu-park-selector-mobile .sf-menu-parkname{
    display: flex;
  flex-direction: column;align-items: flex-start;}

  .sf-row-mobile-park {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sf-row-mobile-park img {
    width: 64px;
    height: 64px;
    margin-right: 17px;
  }

  .single-park-mobile {
    color: inherit;
  }

  .single-park-mobile:focus .sf-row-mobile-park {
    outline: 1px solid #2cc4ff;
    box-shadow: 0 0 5px #2cc4ff !important;
    z-index: 50;
    transition: outline 0.1s linear;
  }

  .sf-park-menu {
    padding: 5px 22px 0px 22px !important;
  }

  .sf-park-menu-mobile {
    padding: 5px 22px 0px 22px;
  }

  .sf-row-img-title-mobile {
    margin-left: 15px;
  }

  .sf-title-city-row {
    display: grid;
  }

  .sf-park-name-label-mobile {
    font-family: inherit;
    font-size: 19px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .sf-park-city-label-mobile {
    font-family: inherit;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .sf-state-label-menu-selector {
    margin-top: 4px;
  }

  .sf-dropdown,
  .park-menu-selector-wrapper {
    display: none;
  }

}