/*
Theme Name: Reklamonza
Author: Reklamonza
Description: The biggest WordPress Theme ever
Theme URI: http://reklamonza.com
Author URI: http://reklamonza.com
License: Themeforest Split Licence
License URI: -
Version: 12.7

All css files are placed in /css/ folder
*/

.only-mobile {
  display: none;
}

@media (max-width: 1079px) {
  .only-mobile {
    display: block !important;
  }
  body { padding-bottom: 75px !important}
}

.only-mobile {
background: #ed703a;
width: 100%;
padding: 10px 0;
margin: 0 auto;
text-align: center;
position: fixed;
bottom:0;
left: auto;
right: auto;
z-index: 1000;
}