/*
	Theme Name: RSO theme
	Author: rso.pl
	Version: 1.0.0
*/

@media all and (max-width: 800px){
  .header__header__top{
    flex-wrap: wrap;
  }
  .container .header{
    height: auto;
    position: relative;
  }
  .container .header__header__top{
    height: auto;
    padding-bottom: 10px;
  }
  .container .header__header__top .header__header__top__logo{
    width: 100%;
  }
  .container .header__header__top .header__header__top__logo img{
    height: 80px;
    max-width: 90%;
    margin: 7px auto 12px auto;
  }
}

@media (min-width:991px)
{
  .container-content--certificates__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}

.container .footer__address a.footer__button {

  display: none !important;
}

.contact__column--content__link__more {
  display: none !important;
}

.wrapper-about__text__button {
  TEXT-ALIGN: center;
}