/**
* Theme Name: nanosoft Child
* Description: Child theme for the nanosoft
* Author: LineThemes
* Template: nanosoft
*/
.pll-abs {
  position: relative;
  min-width: 34px;
  margin-left: 10px;
}
.pll-sec {
  background: transparent;
  color: black;
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 34px;
  position: absolute;
  right: 0;
  top: -12px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
}
.pll-sec li {
  display: none;
  padding: 0 10px;
}
.pll-sec .current-lang {
  display: block;
  padding: 0 10px;
}
.pll-sec a {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pll-sec:hover {
  background: white;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pll-sec:hover li {
  color: white;
  display: block;
  text-align: left;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
}
.pll-sec:hover li:hover {
  background: #008ac9;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pll-sec:hover li:hover a {
  color: white !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pll-sec:hover a {
  color: #121724 !important;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
}
.site-topbar .social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
