/*
Theme Name: Samobud Theme
Theme URI: 
Author: Rublivskyi
Author URI: 
Description: Retainly Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: samobud

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* CF7 */
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}

