HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/unimil/public_html/wp-content/plugins/wd-google-maps/css/pricing.css
.wrap h1.head-notice {
  height: 0;
  padding: 0;
  visibility: hidden;
}

/* Top bar start */
.topbar-container * {
  font-family: Roboto;
}

.topbar-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 20px 0 20px 0;
  font-family: Roboto;
}
.topbar-container * {
  box-sizing: border-box;
}
.topbar-container .topbar {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D080;
  border-radius: 7px;
  color: #000000;
  padding: 10px;
}

.topbar_cont {
  display: flex;
}

.topbar-container .topbar.topbar_support_forum {
  background-color: #4786FF;
  margin-left: 20px;
}

.topbar-container .topbar.topbar_support_forum:hover {
  background-color: #3077FF;
  opacity:1
}

.topbar-content {
  display: flex;
  justify-content: space-between;
  flex: auto;
  margin: 0 20px 0 0;
  padding: 10px 15px;
  height: 60px;
}
.topbar-links {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0 2px;
  height: 60px;
}
.topbar-links-container {
  display: flex;
  justify-content: space-around;
  height: 80%;
}
.topbar-links-item {
  display: flex;
  flex: 1;
  align-self: center;
  justify-content: center;
  width: 170px;
  line-height: 50px;
}
.topbar-links * {
  font-size: 18px;
}
.topbar-links a,
.topbar-links a:focus {
  align-self: center;
  box-shadow: none;
  color: #000000;
  text-decoration: none;
}

.topbar-links a.topbar_support_forum {
  color: #fff;
}

.topbar-links a.topbar_support_forum .help_icon {
  margin-right: 10px;
}

.topbar-links a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.topbar-separator {
  background-color: #C2C2C280;
  width: 1px;
  height: 100%;
}
.topbar-content-title {
  color: #0C4D68;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.topbar-content-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.topbar-content-container {
  display: flex;
  flex-direction: column;
}
.topbar-content-button-container,
.free-message-button-container {
  align-self: center;
}
.topbar-upgrade-button,
.topbar-upgrade-button:focus {
  background-color: #29B311;
  border-radius: 20px;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 44px;
  text-decoration: none;
  text-transform: uppercase;
}
.topbar-upgrade-button:hover {
  text-decoration: none;
  color: #FFFFFFCC;
}
@media screen and (max-width: 1366px) {
  .topbar-links {
    font-size: 15px;
  }
  .topbar-content-title {
    font-size: 15px;
  }
  .topbar-content-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 1285px) {
  .topbar-container {
    flex-direction: column;
  }
  .topbar-links,
  .topbar-content {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .topbar-content {
    flex-direction: column;
    height: auto;
  }
  .topbar-content-container,
  .topbar-content-container * {
    align-self: center;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 450px) {
  .topbar_cont {
    display: block;
  }

  .topbar-container .topbar.topbar_support_forum {
    margin-left: 0px;
  }
}

/* Top bar end */