/*
Theme Name: Phox
Theme URI: http://www.whmcsdes.com
Description: Phox - Hosting Wordpress Theme
Version: 1.0.0
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/
/* Smart Phones */
@media only screen and (min-width: 160px) and (max-width: 767px) {
  header#Top_bar {
    z-index: 102;
  }

  .navbar-brand {
    padding: 15px;
    padding-right: 0;
    display: table;
  }

  .wdes-menu-navbar {
    padding-right: 15px;
  }

  button:focus {
    outline: 0;
  }

  .wdes-fullscreen-search-overlay #wdes-fullscreen-search-wrapper {
    width: 85%;
  }

  .wdes-fullscreen-search-overlay .wdes-fullscreen-close {
    right: 15px;
  }

  .parent-top-first-lvl {
    margin: 0 15px;
  }

  .wdes-interface-menu {
    padding: 0;
    z-index: initial;
  }

  .s-area {
    display: inline-block;
    float: none;
  }

  .social li {
    margin: 0 14px 0 0;
  }

  .clientarea-shortcuts {
    float: none;
    display: inline-block;
    margin: 5px 0;
    border-right: 1px solid transparent;
    border-left: 0;
    margin-right: 5px;
  }

  .clientarea-shortcuts > a {
    margin: 0 10px;
    display: inline-block;
  }

  .footer h2 {
    margin: 0 !important;
  }

  .copyrights-wdes-ft p {
    float: none;
    margin-bottom: 0;
    text-align: center;
  }

  .sc-links-ft {
    float: none;
    text-align: center;
    margin: 10px 0 0;
  }

  .widget-footer {
    margin: 0 0 50px !important;
  }

  .container {
    max-width: 100%;
  }

  .wdes-sub-items {
    float: none;
    display: block;
    text-align: center;
    margin: 10px auto;
  }

  .wdes-interface-menu #wdes-menu-top-header {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .wdes-interface-menu #wdes-menu-top-header ul.menu li {
    float: none;
    margin: 0 15px 5px 0;
    display: inline-block;
  }

  .clientarea-shortcuts {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

/* iPads (landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-brand {
    padding: 15px;
    padding-right: 0;
    display: table;
  }

  .wdes-menu-navbar {
    padding-right: 15px;
  }

  .social li {
    margin-left: 10px;
  }

  .clientarea-shortcuts > a,
  .clientarea-shortcuts {
    margin-left: 12px;
  }

  .social li:hover a {
    background: #333;
    color: #fff !important;
  }

  .wdes-fullscreen-search-overlay #wdes-fullscreen-search-wrapper {
    width: 85%;
  }

  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wdes-interface-menu {
    padding: 8px 15px;
    z-index: initial;
  }
}
