/* Phone */
@media only screen and (max-width : 690px) {
  .container, 
  .orbit-wrapper .slider-nav, 
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 320px;
  }
  .col {
    margin-bottom: 25px;
  }
  #header-outer .col {
    margin-bottom: 0;
  }
  body #footer-outer #copyright .col ul {
    float: left;
  }
  
}
@media only screen and (min-width : 1px) and (max-width : 999px) {

  body #header-outer {
    margin-bottom: 0;
    padding: 12px 0;
  }
  body #header-outer,
  body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header="true"]):not(.detached), 
  body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent="false"][data-using-secondary="1"]:not([data-transparent-header="true"]) {
    position: relative;
  }
  
  #header-outer #logo {
    top: 0;
    left: 0;
  }
  #header-space {
    display: none;
  }

  #footer-widgets .container .col {
    margin-bottom: 40px;
  }
  #footer-widgets .container .col:nth-child(3), 
  #footer-widgets .container .col:nth-child(4) {
    margin-bottom: 0;
  }
 
  #top, 
  #page-header-wrap,
  #header-outer:not([data-permanent-transparent="1"]),
  body:not(.single-post) #page-header-bg:not(.fullscreen-header),
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header),
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header),
  .full-page-inner-wrap[data-content-pos="full_height"] .full-page-inner > .span_12,
  .vc_text_separator {
    height: auto!important;
  }
  #page-header-wrap {
  }
  #footer-widgets .container .row > div:last-child {
    margin-bottom: 0!important;
  }
}
