/*
Theme Name: Burgmania OnePress Child
Theme URI: https://www.burgmania.net/
Description: Lokalne rozszerzenia motywu OnePress dla Burgmania.
Author: Burgmania
Template: onepress
Version: 1.0.0
Text Domain: burgmania-onepress-child
*/

/* Pasek kanałów społecznościowych. */
@media all and (min-width: 601px) {
  .icon-bar {
    position: fixed;
    top: 50%;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .icon-bar a {
    display: block;
    padding: 16px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    transition: all .3s ease;
  }
}

.icon-bar a:hover { background-color: #000; }
.icon-bar .facebook { background: #3b5998; color: #fff; }
.icon-bar .youtube { background: #bb0000; color: #fff; }

@media all and (max-width: 600px) and (orientation: portrait) {
  .icon-bar {
    position: fixed;
    bottom: 0;
    z-index: 1000;
  }

  .icon-bar a {
    display: block;
    padding: 16px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    transition: all .3s ease;
  }
}
