/*
Theme Name: NewageTwo 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: crossc

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;
}

/* lwptoc */
.toc_newage_custom {
  margin: 0 !important;
}
.toc_newage_custom .lwptoc_i {
  padding: 0;
}
.toc_newage_custom .lwptoc_item {
  margin-top: 4px;
}
.toc_newage_custom .lwptoc_item_number {
  display: none;
}
.toc_newage_custom .lwptoc_item_label {
  font-size: 14px;
}
.toc_newage_custom .lwptoc_i A:visited:hover {
  color: #04040e;
}

/* jobs */
.jobs-list__main,
.jobs-list__item {
  position: relative;
}
.jobs-list__main.loading:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #4bc8ff;
  border-right: 3px solid transparent;
  border-radius: 50%;
  animation: loading 1s linear infinite;
}
.jobs-list__item.loading:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  margin-top: -10px;
  margin-left: -10px;
  border: 3px solid #dd25fe;
  border-right: 3px solid transparent;
  border-radius: 50%;
  animation: loading 1s linear infinite;
  z-index: 2;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

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

