/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/

/*----------------------------------*/

/* Скриване на секции */

.hidden-section {
  display: none !important;
}


/*-----------------------------------*/

/* Скриване само на мобилни */

.hide-mobile {
  display: none !important;
}
@media (min-width: 1080px) {
  .hide-mobile {
    display: block !important;
  }
}