/*================================================================================
        Item Name: Kode
        Author: Bragher
        Author URL: http://www.themeforest.net/user/bragher
================================================================================*/

/* =================================================================================
smaller than 1280
================================================================================= */
@media screen and (max-width: 1280px) {
  /* .topmenu {
    display: none;
  } */
}

/* =================================================================================
smaller than 1024
================================================================================= */
@media screen and (max-width: 1024px) {
  .profilebox b {
    display: none;
  }
  .searchform {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .content {
    margin-left: 0 !important;
  }
  .sidebar-open-button {
    display: none;
  }
  .sidebar-open-button-mobile {
    display: block;
  }
  .right-drop_down-open-button-mobile {
    display: block;
    float: right;
  }
  .social-stats {
    bottom: 100px;
  }
  .topstats li {
    width: 33%;
  }
  .demo-sidebarmenu .sidebar {
    display: block;
  }
}

/* =================================================================================
bigger than 1024
================================================================================= */
/*@media screen and (min-width: 1024px) {*/
@media screen and (min-width: 1180px) {
  .sidebar {
    display: block !important;
  }
}

/* =================================================================================
smaller than 760
================================================================================= */
@media screen and (max-width: 760px) {
  .row.footer {
    display: block;
  }
  .page-header .right {
    display: none;
  }
  .sidebar {
    display: none;
    width: 100%;
  }
  .presentation .list {
    float: left;
    margin-top: 20px;
  }
  .applogo {
    display: none;
  }
  .container-default,
  .container-widget {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-padding,
  .container-no-padding {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  .social-profile {
    margin-left: -15px;
    margin-right: -15px;
  }
  .social-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .chart-with-stats .top-label {
    right: 20px;
  }
  .mailbox-menu .menu li {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .chat .title {
    height: auto;
  }
  .profile-left {
    text-align: center;
  }
  .profile-left .btn {
    display: none;
  }
  .profile-left .profile-img {
    display: block;
    margin: auto;
    width: 72px;
    height: 72px;
  }
  .profile-left .name {
    position: static;
    color: #000;
    font-size: 16px;
    text-shadow: none;
  }
  .profile-left .profile-text {
    display: none;
  }
  .topstats li {
    width: 50%;
  }
}

/* =================================================================================
smaller than 428
================================================================================= */
@media screen and (max-width: 428px) {
  .top-right {
    /* display: none; */
    float: right;
  }
  .applogo {
    padding-left: 0;
    background: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -4;
  }
  .applogo {
    display: none;
  }
  .topstats li {
    width: 100%;
  }
}

/* @media screen and (max-width: 1280px){
    .topmenu {
        display: block !important;
    }
}

@media screen and (min-width: 1280px){
    .topmenu {
        display: block !important;
    }
}

@media screen and (min-width: 1025px){
    .topmenu {
        display: block !important;
    }
}

@media screen and (max-width: 1024px){
    .topmenu {
        display: none !important;
    }
} */
