/*
 Theme Name: Divi Child
 Description: Divi Child Theme
 Author: Dan Yap
 Template: Divi
 Version: 1.0.0
*/
/* =========================================================================================== */
/* =========================================================================================== */
@media (max-width: 1199.98px) {
  #top-menu li {
    padding-right: 12px !important;
  }
}

/* =========================================================================================== */
/* // Medium devices (tablets, less than 992px) */
/* =========================================================================================== */
@media (max-width: 991.98px) {
}
/* =========================================================================================== */
/* =========================================================================================== */
@media (max-width: 980px) {
  li.et_pb_menu_page_id-1298.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1298 {
    display: none;
  }
  span.mobile_menu_bar {
    margin-top: -70px;
  }
  div#nav-col-1 {
    margin-bottom: 0px;
  }
}
/* =========================================================================================== */
/* // Small devices (landscape phones, less than 768px) */
/* =========================================================================================== */
@media (max-width: 767.98px) {
  span.mobile_menu_bar {
    margin-top: -54px;
  }
}
/* =========================================================================================== */
/* // Extra small devices (portrait phones, less than 576px) */
/* =========================================================================================== */
@media (max-width: 575.98px) {
}
/* =========================================================================================== */
/* =========================================================================================== */
@media (max-width: 500px) {
}
/* =========================================================================================== */
/* // Small devices (landscape phones, 576px and up) */
/* =========================================================================================== */
@media (min-width: 576px) {
}
/* =========================================================================================== */
/* // Medium devices (tablets, 768px and up) */
/* =========================================================================================== */
@media (min-width: 768px) {
}
/* =========================================================================================== */
/* =========================================================================================== */
@media (min-width: 981px) {
  div#nav-phone-bar {
    display: none;
  }
}
/* =========================================================================================== */
/* // Large devices (desktops, 992px and up) */
/* =========================================================================================== */
@media (min-width: 992px) {
}
/* =========================================================================================== */
/* // Extra large devices (large desktops, 1200px and up) */
/* =========================================================================================== */
@media (min-width: 1200px) {
}
/* =========================================================================================== */
/* =========================================================================================== */
@media (min-width: 1400px) {
}
