.search-form input[type="submit"] {
  background-color: #e75424;
  border: 1px solid #e75424;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-form input[type="submit"]:hover {
  background-color: #f86535;
}

.search-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.search-form select {
  padding: 8px 10px;
  font-size: 14px;
  margin: 5px;
}

.search-form input[type="text"] {
  padding: 3px 10px;
  margin: 5px;
}

.search-form span {
  margin: 5px 10px;
}

.search-form-tags {
  column-count: 5;
}

.search-form-tags {
  margin: 20px 10px;
}

.search-form-tags div {
  display: flex;
}

.search-form-tags label {
  margin-left: 10px;
  font-size: 16px;
}

.search-form-tags input[type="checkbox"] {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .search-form-tags {
    column-count: 4;
  }
}

@media (max-width: 768px) {
  .search-form {
    flex-direction: column;
    align-items: initial;
  }

  .search-form input[type="submit"] {
    margin-top: 20px;
  }

  .search-form span {
    margin: 2px 10px;
  }

  .search-form-tags {
    column-count: 2;
  }
}

/* When submenu is open */
.elementor-element .jet-menu .jet-menu-item.jet-menu-hover .top-level-link .jet-dropdown-arrow {
  justify-content: center !important; /* Bring back the icon in the center */
  width: auto !important;
  position: static; /* Static position to place the icon after the menu title  */
}

.jet-mobile-menu-active .elementor-container .jet-menu-container.jet-mobile-menu {
  max-width: calc(100% - 54px);
  right: calc(-100% + 54px);
}

.jupiterx-header {
  min-height: 71px;;
}

.jupiterx-header .raven-site-logo {
  height: 60px;
}

.jet-mobile-menu-visible .jupiterx-header .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 10px;
}

.jupiterx-header .raven-site-logo img {
  height: 60px;
}

body.jet-mobile-menu-active.jet-mobile-menu-visible .jet-menu-container.jet-mobile-menu {
  right: 0;
}

.jet-mobile-menu .jet-mobile-menu-toggle-button {
  top: 18px;
}

.jet-mobile-menu-visible .jet-menu .jet-menu-item .top-level-link .jet-dropdown-arrow {
  font-size: 12px !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  height: 40px !important;
  background: #f0f0f0;
  z-index: 100;
  position: relative;
}

.jet-mobile-menu-visible .jet-menu-item-wrapper {
  width: 100%;
  justify-content: space-between;
}

.jet-mobile-menu-visible .jet-menu > .jet-menu-item > a {
  width: auto;
  margin: 0 !important;
  padding: 1em !important;
  border-bottom: 1px solid #ddd;
}

.jet-mobile-menu-visible .elementor-element .jet-menu-container .jet-menu-inner .jet-menu div.jet-sub-mega-menu {
  border: none;
  box-shadow: none;
  background: #f0f0f0;
}

@media (max-width: 767px) {

  .jet-mobile-menu-visible .jet-mobile-menu .elementor-element.elementor-widget.elementor-widget-divider {
    /* display: none; */
    height: 40px;
    width: 40px;
    background: #ddd;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .jet-mobile-menu-visible .jet-mobile-menu .elementor-element.elementor-widget.elementor-widget-divider .elementor-divider-separator {
    width: auto;
    background: transparent;
    border: none;
  }
  
  .jet-mobile-menu-visible .jet-mobile-menu .elementor-element.elementor-widget.elementor-widget-divider .elementor-divider-separator:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
  }

  .jet-mobile-menu-visible .jet-mobile-menu .is-opened .elementor-element.elementor-widget.elementor-widget-divider .elementor-divider-separator {
    transform: rotate(180deg);
  }

  .jet-mobile-menu-visible .jet-mobile-menu .elementor-widget-icon-list {
    display: none;
  }

  .jet-mobile-menu-visible .jet-mobile-menu .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .jet-mobile-menu-visible .jet-mobile-menu .is-opened .elementor-widget-icon-list {
    display: block;
  }

  .jet-mobile-menu-visible .jet-mobile-menu .elementor-widget.elementor-widget-heading {
    border-bottom: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 0;
    flex: 0 1 calc(100% - 62px);
    margin-right: 10px;
  }

  .jet-mobile-menu-visible .elementor-element .jet-menu .jet-menu-item.jet-menu-item-has-children div.jet-sub-mega-menu {
    padding: 0;
  }

  .jet-mobile-menu-visible .jupiterx-header .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;  
  }

  .jet-mobile-menu-visible .jet-sub-mega-menu .elementor-icon-list-item {
    margin: 0 !important;
  }

  .jet-mobile-menu-visible .jet-sub-mega-menu a {
    padding: 1em;
    border-bottom: 1px solid #ddd;
    padding-left: 40px;
  }

  .jet-mobile-menu-visible .jet-sub-mega-menu h6 > a {
    padding-left: 0;
  }

  .jet-mobile-menu-visible .jet-sub-mega-menu .elementor-heading-title {
    font-weight: bold;
    padding-left: 0;
  }
}

.hide-inner-elements i {
  display: none !important;
}

@media (min-width: 1040px) {
  .jet-dropdown-arrow {
    display: none !important;
  }
}