/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 paź 2022, 14:00:39
    Author     : 48514
*/
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .customfooter{
  text-align: center;
  }
  .listing-content-main{
   width: 100%;
   display: flex;
   justify-content: center;   
  }
}
@media (max-width: 767.98px) {
  header .site-branding {
    text-align: left;
    padding-bottom: 10px;
  }
  header .header-right-inner, header .header-right-inner .block {
    text-align: center !important;
  }
  .readmore{
    margin-top: 0rem;        
  }
  .topbutonsfrontmobile{
    padding: 20px;
  }
  .blockcategories{
    display: inline-block;
  }
  .blockcategories img{
    width: 100%;
  }
  .listing-location-blockcategories{
    width: 100%;
  }
  .contentbodycategories{
    width: 100%;
    padding: 0em;
  }
}