/*
Theme Name: Brisbane Real Estate™
Theme URI: https://stepps.com.au/
Description:
Author: Stepps
Author URI: http://stepps.com.au/
Template: salient
Version: 1.0
*/

/***************** Media Queries ******************/
@media only screen and (max-width: 1024px) {
  /***************** General ******************/
  body.mobile .container,
  body .container,
  #post-area.standard-minimal.full-width-content article.post .inner-wrap {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-width-content,
  .full-width-section {
    margin-left: -15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    width: calc(100% + 30px) !important;
  }

  .full-width-content > .col.span_12,
  .full-width-section > .col.span_12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #copyright {
    margin-bottom: 40px;
  }

  .common-row {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}

body > svg {
  display: none !important;
}
