#top-menu .menu-item:hover a {
  color: #ff9900;
}
#top-menu .menu-item:hover .sub-menu {
  border-top: none;
}
#top-menu .menu-item:hover .sub-menu a {
  color: #1569AE;
}
#top-menu .menu-item:hover .sub-menu .menu-item:hover a {
  color: #ff9900;
}
#top-menu .menu-item.menu-item-has-children .sub-menu {
  display: none;
  width: -moz-min-content;
  min-width: 100px;
}
#top-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  width: 100%;
  border-top: 1px solid #e9e9e9;
}
#top-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  width: 100%;
  line-height: 35px;
}
@media screen and (max-width: 999px) {
  #top-menu .menu-item.menu-item-has-children .sub-menu {
    display: block !important;
    position: relative !important;
    width: auto;
    min-width: 0;
  }
}
#top-menu .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  background-color: white;
}
#top-menu .menu-item.menu-item-has-children:hover .sub-menu .sub-menu {
  display: none;
}
#top-nav {
  overflow: hidden;
}
@media screen and (min-width: 999px), screen and (min-width: 0px) and (max-width: 480px) {
  body.opacity-header #site-header {
    position: absolute;
    background: none;
    box-shadow: none;
  }
  body.opacity-header #site-header #top-menu .menu-item.menu-item-has-children .sub-menu {
    background-color: #fff0;
  }
  body.opacity-header #site-header .logo .text > text {
    fill: white !important;
  }
  body.opacity-header #site-header .logo .wind > path {
    fill: white !important;
  }
  body.opacity-header #site-header #nav-toggle span, body.opacity-header #site-header #nav-toggle span:before, body.opacity-header #site-header #nav-toggle span:after {
    background: white;
  }
  body.opacity-header #site-header #nav-toggle.nav-is-visible span {
    background: transparent;
  }
}
@media screen and (min-width: 999px) and (min-width: 999px), screen and (min-width: 0px) and (max-width: 480px) and (min-width: 999px) {
  body.opacity-header #site-header #top-menu .menu-item {
    border-bottom: 3px solid #ff990000;
  }
  body.opacity-header #site-header #top-menu .menu-item a {
    color: white;
    font-weight: 700;
    line-height: 35px;
  }
  body.opacity-header #site-header #top-menu .menu-item:hover {
    border-bottom: 3px solid #ff9900;
  }
  body.opacity-header #site-header #top-menu .menu-item:hover a {
    color: #ff9900;
  }
  body.opacity-header #site-header #top-menu .menu-item.menu-item-has-children .sub-menu a {
    color: white;
  }
  body.opacity-header #site-header #top-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
    border-top: none;
  }
  body.opacity-header #site-header #top-menu .menu-item.menu-item-has-children:hover .sub-menu .menu-item:hover a {
    color: #ff9900;
  }
}
@media screen and (min-width: 999px) and (max-width: 480px), screen and (min-width: 0px) and (max-width: 480px) and (max-width: 480px) {
  body.opacity-header #site-header .logo svg {
    height: 37px;
  }
}
@media screen and (max-width: 999px) {
  #top-nav {
    right: 0;
    width: 100%;
    max-width: 200px;
    left: auto;
    transform: none;
    transition: max-width 0.25s;
    overflow: hidden;
  }
  #top-nav div {
    min-width: 200px;
  }
  #top-nav.hide {
    transform: none;
    max-width: 0px;
  }
  #top-nav.hide div {
    min-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  * {
    cursor: pointer;
  }
  .nomobile {
    display: none !important;
  }
}
body.elementor-editor-active {
  /*.site-header {
   z-index: 0!important;
   }*/
  /*.elementor-background-overlay {
   z-index: 1!important;
   }*/
}
#site-footer div.widget_nav_menu div {
  max-height: 400px;
  overflow: hidden;
  transition: all 0.25s;
}
@media screen and (max-width: 480px) {
  #site-footer div.widget_nav_menu span.widget-title {
    cursor: pointer;
  }
  #site-footer div.widget_nav_menu span.widget-title:hover {
    color: #ff9900;
  }
  #site-footer div.widget_nav_menu:not(.active) div {
    max-height: 0px;
  }
}
.flags_internationals {
  margin: 20px auto auto auto;
  max-width: 1000px;
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .flags_internationals {
    max-width: 90vw;
    justify-content: center;
  }
}
a.flags_internationals_img {
  width: 22px;
  margin-right: 12px;
  margin-left: 12px;
}
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/one-pix/fonts/icomoon.ttf") format("truetype");
}
.uni-tips {
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  background-color: #edf6ff;
}
.uni-tips .uni-tips-title {
  position: relative;
  width: 100%;
  padding: 4px;
  padding-left: 65px;
  background-color: black;
  color: white;
  font-weight: bold;
}
.uni-tips .uni-tips-title i.icon {
  position: absolute;
  top: -7px;
  left: 7px;
  width: 49px;
  height: 49px;
  font-size: 50px;
  background-color: white;
  color: #1eb0fc;
  border-radius: 50%;
  font-weight: 400;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.uni-tips .uni-tips-title i.icon:before {
  content: "\e90c";
}
.uni-tips .uni-tips-content {
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .uni-tips .uni-tips-content {
    padding: 5px;
  }
}
.uni-tips.blue {
  background-color: #e7f7ff;
}
.uni-tips.blue .uni-tips-title i.icon {
  color: #1eb0fc;
}
.uni-tips.green {
  background-color: #d6f9d7;
}
.uni-tips.green .uni-tips-title i.icon {
  color: #1cbe20;
}
.uni-tips.orange {
  background-color: #ffebcc;
}
.uni-tips.orange .uni-tips-title i.icon {
  color: #ff9900;
}
.uni-tips.red {
  background-color: #ffe6e6;
}
.uni-tips.red .uni-tips-title i.icon {
  color: #ff0000;
}
.uni-tips.grey {
  background-color: #efefef;
}
.uni-tips.grey .uni-tips-title i.icon {
  color: #a1a4a1;
}
.uni-terms ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.uni-terms ul li {
  margin: 4px;
  padding-right: 4px;
  list-style-type: none !important;
  border: 2px solid #cccccc;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  transition: all 0.25s;
}
.uni-terms ul li a {
  padding: 3px 6px;
  padding-right: 0;
  text-decoration: none !important;
}
.uni-terms ul li, .uni-terms ul li a {
  color: black !important;
  font-weight: bold;
}
.uni-terms ul li:hover {
  background-color: #1a1a1a32;
}
.uni-terms ul li:hover, .uni-terms ul li:hover a {
  color: цршеу;
}
body.single-post div.breadcrumbs {
  display: none !important;
}
body.single-post main div.breadcrumbs {
  display: flex !important;
}
body.single-post main div.breadcrumbs div.container {
  display: flex;
  flex-flow: row wrap;
}
body.single-post main div.container {
  display: flex;
  flex-direction: column;
  width: 1000px;
}
body.single-post main div.container .content-area {
  margin: auto;
  padding: 0;
  border-right: none;
}
body.single-post main div.container .content-area .post-thumbnail-image {
  position: relative;
}
body.single-post main div.container .content-area .post-thumbnail-image .post-meta {
  position: absolute;
  left: 12px;
  bottom: 48px;
  width: max-content;
  height: max-content;
  padding: 6px;
  box-sizing: content-box;
  margin-bottom: 0 !important;
  background-color: white;
  border-radius: 5px;
}
body.single-post main div.container .content-area .post-thumbnail-image .post-meta a {
  color: #0073ff;
  font-family: "Open Sans";
  text-decoration: none;
}
body.single-post main div.container .content-area .post-thumbnail-image .post-meta a:hover {
  color: red;
}
body.single-post main div.container .right-sidebar {
  display: none;
}
span.entry-footer-title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans";
}
div.onepix-posts {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
div.onepix-posts .list-article {
  width: 100%;
  min-width: 200px;
  max-width: calc(33% - 30px);
  height: auto;
  padding-bottom: 0;
  margin: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  border: none;
}
div.onepix-posts .list-article .list-post-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 150px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: flex;
  flex: 0.8;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
div.onepix-posts .list-article .list-post-thumbnail .post-meta {
  position: absolute;
  left: 12px;
  top: 12px;
  width: max-content;
  height: max-content;
  padding: 6px;
  margin-bottom: 0 !important;
  background-color: white;
  border-radius: 5px;
}
div.onepix-posts .list-article .list-post-thumbnail .post-meta a {
  font-weight: bold;
  font-family: "Open Sans";
  color: #1569AE;
}
div.onepix-posts .list-article .list-post-description {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.2;
}
div.onepix-posts .list-article .list-post-description .list-post-description-title a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #0073ff;
}
div.onepix-posts .list-article .list-post-description .list-post-description-title a:hover {
  color: red;
}
@media screen and (max-width: 450px) {
  div.onepix-posts {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column wrap !important;
  }
  div.onepix-posts .list-article {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    max-width: 100% !important;
    width: 100%;
    height: auto;
  }
  div.onepix-posts .list-article .list-post-thumbnail {
    margin: 0;
    padding: 0;
    min-height: 200px;
    border: none;
  }
}
a.uni-button {
  width: 100%;
  max-width: 220px;
  padding: 8px 16px;
  background-color: #feb20e;
  color: black !important;
  text-decoration: none !important;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
a.uni-button:hover {
  background-color: orange;
}
a.uni-button.dark {
  padding: 2px 4px;
  color: #0073ff !important;
  border: 1px solid #0073ff !important;
  background-color: #ffffff00 !important;
}
a.uni-button.dark:hover {
  color: red !important;
  border: 1px solid red !important;
  background-color: #ffffff00 !important;
}
body.single-post span, body.blog span, body.archive span, body.single-post p, body.blog p, body.archive p, body.single-post a ul, body.blog a ul, body.archive a ul, body.single-post ol, body.blog ol, body.archive ol, body.single-post li, body.blog li, body.archive li {
  font-family: "Open Sans", sans-serif !important;
}
