#preloader {
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.flash .pace-progress {
  display: none;
}
.flash .pace-activity {
  z-index: 2000;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  display: block;
  border: solid 2px transparent;
  border-top-color: rgba(57, 87, 255, 1);
  border-left-color: rgba(57, 87, 255, 1);
  border-radius: 35px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  color: rgba(31, 31, 31, 1);
}
a:hover {
  color: rgba(86, 86, 86, 1);
}
body {
  cursor: auto;
}
.page-background {
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.default404 .page-background {
  background-image: none;
}
.single-album .page-background,
.albums-list-page .page-background {
  background-color: rgba(8, 8, 8, 1);
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.password-protected .page-background {
  background-image: none;
}
#basket-menu {
  background-color: rgba(255, 255, 255, 1);
}
#basket-menu,
#basket-menu .widget {
  font-size: 13px;
}
#side-menu {
  background-color: rgba(255, 255, 255, 1);
}
#side-menu,
#side-menu .widget {
  font-size: 12px;
}
.site-layout-boxed #mid {
  background-color: rgba(0, 0, 0, 1);
}
.theme-borders div {
  background-color: rgba(255, 255, 255, 1);
}
.lg-backdrop {
  background-color: rgba(32, 32, 32, 0.8);
}
.lg-toolbar,
.lg-sub-html .customHtml h4,
.lg-sub-html .customHtml .description,
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.6);
}
.lg-toolbar .lg-icon,
.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: rgba(220, 220, 220, 1);
}
.lg-toolbar .lg-icon:hover,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: rgba(255, 255, 255, 1);
}
#lg-counter,
.lg-sub-html,
.customHtml > h4 {
  color: rgba(210, 210, 210, 1);
}
.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
  background-color: rgba(0, 0, 0, 1);
}
.lg-outer .lg-thumb-item {
  border-color: rgba(10, 10, 10, 1);
}
.lg-outer .lg-thumb-item:hover {
  border-color: rgba(255, 255, 255, 1);
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.page-title,
.widget .title {
  color: rgba(50, 50, 50, 1);
  font-family: Allerta Stencil, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.post .post-title a:hover,
.post a.post-title:hover {
  color: rgba(100, 100, 100, 1);
}
input[type="submit"],
form button,
.posts-nav a span,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
ul.products .product-meta .product_name {
  font-family: Allerta Stencil, sans-serif;
}
ul.top-menu,
#menu-overlay {
  font-family: Stoke, sans-serif;
}
ul.top-menu li,
#menu-overlay li {
}
html,
input,
select,
textarea {
  font-family: Stoke, sans-serif;
}
#header-tools .tool,
#header-tools .tool a {
  color: rgba(21, 21, 21, 1);
}
#header-tools .tool:hover,
#header-tools .tool a:hover,
#header-tools .tool.highlight,
#header-tools .tool.active {
  color: rgba(57, 87, 255, 1);
}
.tools_button {
  font-size: 12px;
  font-weight: normal;
  color: rgba(21, 21, 21, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.tools_button:hover {
  color: rgba(57, 87, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
#header-tools .languages {
  background-color: rgba(255, 255, 255, 1);
}
.hamburger i,
.hamburger i::before,
.hamburger i::after {
  background-color: rgba(21, 21, 21, 1);
}
.hamburger.active i,
.hamburger.active i::before,
.hamburger.active i::after,
.hamburger:hover i,
.hamburger:hover i::before,
.hamburger:hover i::after {
  background-color: rgba(57, 87, 255, 1);
}
#header-tools #mobile-menu-opener {
  font-size: 18px;
}
#header-tools #basket-menu-switch {
  font-size: 14px;
}
#header-tools #search-button {
  font-size: 15px;
}
#header-tools #side-menu-switch {
  font-size: 15px;
}
#header-tools #menu-overlay-switch {
  font-size: 15px;
}
#header {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: none;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#header:hover {
  background-color: rgba(255, 255, 255, 1);
}
#header.a13-horizontal {
  border-bottom: none;
}
.header-type-multi_line .bottom-head {
  background-color: rgba(255, 255, 255, 1);
}
.header-horizontal #header .head,
.top-bar-container .top-bar {
}
#header.a13-horizontal,
.top-bar-container,
.header-type-multi_line .bottom-head {
  border-color: rgba(58, 58, 58, 0.06);
}
.a13-horizontal #header-tools::before,
.a13-horizontal .head .socials::before,
.top-bar .language-switcher li::before {
  background-color: rgba(58, 58, 58, 0.06);
}
a.logo {
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
  font-weight: normal;
  font-family: Stint Ultra Condensed, sans-serif;
  letter-spacing: normal;
  word-spacing: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../../2021/11/logo.png);
}
a.logo img {
}
a.normal-logo {
  background-image: url(https://www.iotexshiba.io/wp-content/uploads/2021/11/logo.png);
}
a.logo:hover {
  color: rgba(0, 0, 0, 1);
}
a.logo.image-logo {
  opacity: 1;
}
a.logo.image-logo:hover {
  opacity: 0.5;
}
.header-horizontal .logo-container {
  min-width: 200px;
}
.header-variant-one_line_centered .logo-container,
.header-horizontal .logo-container a.logo {
  max-width: 200px;
}
.header-variant-one_line_centered.sticky-values .logo-container.shield {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-variant-one_line_centered.sticky-hide .logo-container.shield,
.header-variant-one_line_centered.hide-until-scrolled-to
  .logo-container.shield {
  -webkit-transform: translate(-50%, -102%);
  -ms-transform: translate(-50%, -102%);
  transform: translate(-50%, -102%);
}
.header-variant-one_line_centered .logo-container.shield:hover {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header-variant-one_line_centered .menu-cell {
  width: 70%;
}
.header-variant-one_line_centered .socials-cell,
.header-variant-one_line_centered .tools-cell {
  width: 15%;
}
.header-variant-one_line_centered .menu-cell .top-menu {
  width: 50%;
  width: calc(50% - 120px);
}
.header-variant-one_line_centered .logo-container.shield {
  padding-left: 15px;
  padding-right: 15px;
}
.header-variant-one_line_centered .logo-container .scaling-svg-container path {
  fill: rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 1024px) {
  a.logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-horizontal .logo-container {
    min-width: 200px;
  }
  .header-variant-one_line_centered .logo-container,
  .header-horizontal .logo-container a.logo {
    max-width: 200px;
  }
  .header-variant-one_line_centered .logo-container.shield,
  .header-variant-one_line_centered.sticky-values .logo-container.shield {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-variant-one_line_centered.sticky-hide .logo-container.shield,
  .mobile-menu-open .header-variant-one_line_centered .logo-container.shield,
  .header-variant-one_line_centered.hide-until-scrolled-to
    .logo-container.shield {
    -webkit-transform: translate(-50%, -102%);
    -ms-transform: translate(-50%, -102%);
    transform: translate(-50%, -102%);
  }
  .header-variant-one_line_centered .logo-container.shield:hover {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header-variant-one_line_centered .menu-cell {
  }
  .header-variant-one_line_centered .menu-cell .top-menu {
    width: 50%;
    width: calc(50% - 100px);
  }
}
.top-menu ul {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
}
.mega-menu > ul > li::before {
  background-color: rgba(240, 240, 240, 1);
}
.top-menu > li > a,
.top-menu > li > span.title,
.top-menu .mega-menu > ul > li > span.title,
.top-menu .mega-menu > ul > li > a {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}
.top-menu li a,
.top-menu li span.title {
  color: #2c4645;
}
.top-menu i.sub-mark {
  color: #2c4645;
}
.top-menu > li:hover,
.top-menu > li.open,
.top-menu > li.current-menu-item,
.top-menu > li.current-menu-ancestor {
  background-color: rgba(0, 0, 0, 0);
}
.top-menu > li > a:hover,
.top-menu > li.menu-parent-item:hover > span.title,
.top-menu > li.open > a,
.top-menu > li.open > span.title,
.top-menu > li.current-menu-item > a,
.top-menu > li.current-menu-ancestor > a,
.top-menu > li.current-menu-item > span.title,
.top-menu > li.current-menu-ancestor > span.title {
  color: #76d0b6;
}
.top-menu li.menu-parent-item:hover > span.title + i.sub-mark,
.top-menu i.sub-mark:hover,
.top-menu li.open > i.sub-mark {
  color: #76d0b6;
}
.top-menu.with-effect > li > a span::before,
.top-menu.with-effect > li > a span::after,
.top-menu.with-effect > li > span.title span::before,
.top-menu.with-effect > li > span.title span::after,
.top-menu.with-effect > li > a em::before,
.top-menu.with-effect > li > a em::after,
.top-menu.with-effect > li > span.title em::before,
.top-menu.with-effect > li > span.title em::after {
  background-color: #76d0b6;
}
.top-menu .mega-menu > ul > li > span.title,
.top-menu .mega-menu > ul > li > a {
  color: rgba(153, 153, 153, 1);
}
.top-menu .mega-menu > ul > li:hover > span.title,
.top-menu .mega-menu > ul > li:hover > a,
.top-menu .mega-menu > ul > li.current-menu-item > span.title,
.top-menu .mega-menu > ul > li.current-menu-item > a,
.top-menu .mega-menu > ul > li.current-menu-ancestor > span.title,
.top-menu .mega-menu > ul > li.current-menu-ancestor > a {
  color: rgba(57, 87, 255, 1);
}
.top-menu li li a,
.top-menu li li span.title {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: rgba(153, 153, 153, 1);
}
.top-menu li li:hover > a,
.top-menu li li:hover > span.title,
.top-menu li li.menu-parent-item:hover > span.title,
.top-menu li li.open > a,
.top-menu li li.open > span.title,
.top-menu li li.current-menu-item > a,
.top-menu li li.current-menu-ancestor > a,
.top-menu li li.current-menu-item > span.title,
.top-menu li li.current-menu-ancestor > span.title {
  color: rgba(57, 87, 255, 1);
}
.top-menu li li i.sub-mark {
  color: rgba(153, 153, 153, 1);
}
.top-menu li li.menu-parent-item:hover > span.title + i.sub-mark,
.top-menu li li i.sub-mark:hover,
.top-menu li li.open > i.sub-mark {
  color: rgba(57, 87, 255, 1);
}
@media only screen and (max-width: 1024px) {
  .mobile-menu .navigation-bar .menu-container {
    background-color: rgba(245, 245, 245, 1);
  }
  .header-vertical .logo-container .logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-vertical .top-menu li a,
  .header-vertical .top-menu li span.title {
  }
  .header-vertical .top-menu > li.hidden-icon > a,
  .header-vertical .top-menu > li.hidden-icon > span.title {
  }
}
#menu-overlay,
#menu-overlay.eff-circle::before {
  background-color: rgba(0, 0, 0, 0.9);
}
#menu-overlay ul a {
  color: rgba(0, 0, 0, 1);
  font-size: 50px;
  text-transform: none;
  font-weight: bold;
}
#menu-overlay ul a:hover {
  color: rgba(0, 0, 0, 1);
}
.close-menu::before,
.close-menu::after {
  background-color: rgba(0, 0, 0, 1);
}
.top-bar-container {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(29, 29, 29, 0.6);
  text-transform: none;
}
.top-bar-container a {
  color: rgba(38, 38, 38, 0.8);
}
.top-bar-container a.current,
.top-bar-container a:hover {
  color: rgba(38, 38, 38, 1);
}
.top-bar .part1 {
}
#header.a13-light-variant,
#header.a13-light-variant:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#header.a13-light-variant {
  border-color: rgba(255, 255, 255, 0.2);
}
.a13-light-variant .top-bar-container,
.header-type-multi_line.a13-light-variant .bottom-head {
  border-color: rgba(255, 255, 255, 0.2);
}
.a13-light-variant #header-tools::before,
.a13-light-variant .head .socials::before,
.a13-light-variant .top-bar .language-switcher li::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.a13-light-variant.header-type-multi_line .bottom-head {
}
a.light-logo {
  background-image: url(https://www.iotexshiba.io/wp-content/uploads/2017/02/logo_white.png);
}
.a13-light-variant a.logo {
}
.a13-light-variant a.logo:hover {
}
.a13-light-variant .top-menu > li > a,
.a13-light-variant .top-menu > li > span.title {
  color: rgba(255, 255, 255, 1);
}
.a13-light-variant .top-menu > li:hover,
.a13-light-variant .top-menu > li.open,
.a13-light-variant .top-menu > li.current-menu-item,
.a13-light-variant .top-menu > li.current-menu-ancestor {
  background-color: 0, 0, 0;
}
.a13-light-variant .top-menu > li > a:hover,
.a13-light-variant .top-menu > li.menu-parent-item:hover > span.title,
.a13-light-variant .top-menu > li.open > a,
.a13-light-variant .top-menu > li.open > span.title,
.a13-light-variant .top-menu > li.current-menu-item > a,
.a13-light-variant .top-menu > li.current-menu-ancestor > a,
.a13-light-variant .top-menu > li.current-menu-item > span.title,
.a13-light-variant .top-menu > li.current-menu-ancestor > span.title {
  color: rgba(255, 255, 255, 1);
}
.a13-light-variant .top-menu > li > i.sub-mark {
  color: rgba(255, 255, 255, 1);
}
.a13-light-variant
  .top-menu
  > li.menu-parent-item:hover
  > span.title
  + i.sub-mark,
.a13-light-variant .top-menu > li > i.sub-mark:hover,
.a13-light-variant .top-menu > li.open > i.sub-mark {
  color: rgba(255, 255, 255, 1);
}
.a13-light-variant .top-menu.with-effect > li > a span::before,
.a13-light-variant .top-menu.with-effect > li > a span::after,
.a13-light-variant .top-menu.with-effect > li > span.title span::before,
.a13-light-variant .top-menu.with-effect > li > span.title span::after,
.a13-light-variant .top-menu.with-effect > li > a em::before,
.a13-light-variant .top-menu.with-effect > li > a em::after,
.a13-light-variant .top-menu.with-effect > li > span.title em::before,
.a13-light-variant .top-menu.with-effect > li > span.title em::after {
  background-color: rgba(255, 255, 255, 1);
}
.a13-light-variant #header-tools .tool,
.a13-light-variant #header-tools .tool a {
  color: rgba(255, 255, 255, 1);
}
.a13-light-variant #header-tools .tool:hover,
.a13-light-variant #header-tools .tool a:hover,
.a13-light-variant #header-tools .tool.highlight,
.a13-light-variant #header-tools .tool.active {
  color: rgba(255, 255, 255, 0.7);
}
.a13-light-variant .tools_button {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.a13-light-variant .tools_button:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.a13-light-variant #header-tools .languages {
  background-color: rgba(255, 255, 255, 0);
}
.a13-light-variant .hamburger i,
.a13-light-variant .hamburger i::before,
.a13-light-variant .hamburger i::after {
  background-color: rgba(255, 255, 255, 1);
}
.a13-light-variant .hamburger.active i,
.a13-light-variant .hamburger.active i::before,
.a13-light-variant .hamburger.active i::after,
.a13-light-variant .hamburger:hover i,
.a13-light-variant .hamburger:hover i::before,
.a13-light-variant .hamburger:hover i::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.a13-light-variant .top-bar-container {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}
.a13-light-variant .top-bar-container .part1 a,
.a13-light-variant .top-bar-container .language-switcher a {
  color: rgba(0, 0, 0, 1);
}
.a13-light-variant .top-bar-container .part1 a:hover,
.a13-light-variant .top-bar-container .language-switcher a:hover,
.a13-light-variant .top-bar-container .language-switcher a.current {
  color: rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 1024px) {
  .a13-light-variant.mobile-menu .navigation-bar .menu-container {
    background-color: rgba(34, 34, 34, 1);
  }
}
#header.a13-dark-variant,
#header.a13-dark-variant:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#header.a13-dark-variant {
  border-color: rgba(0, 0, 0, 0.06);
}
.a13-dark-variant .top-bar-container,
.header-type-multi_line.a13-dark-variant .bottom-head {
  border-color: rgba(0, 0, 0, 0.06);
}
.a13-dark-variant #header-tools::before,
.a13-dark-variant .head .socials::before,
.a13-dark-variant .top-bar .language-switcher li::before {
  background-color: rgba(0, 0, 0, 0.06);
}
.a13-dark-variant.header-type-multi_line .bottom-head {
}
a.dark-logo {
  background-image: url(https://www.iotexshiba.io/wp-content/uploads/2017/02/logo.png);
}
.a13-dark-variant a.logo {
}
.a13-dark-variant a.logo:hover {
}
.a13-dark-variant .top-menu > li > a,
.a13-dark-variant .top-menu > li > span.title {
  color: rgba(34, 34, 34, 1);
}
.a13-dark-variant .top-menu > li:hover,
.a13-dark-variant .top-menu > li.open,
.a13-dark-variant .top-menu > li.current-menu-item,
.a13-dark-variant .top-menu > li.current-menu-ancestor {
  background-color: 0, 0, 0;
}
.a13-dark-variant .top-menu > li > a:hover,
.a13-dark-variant .top-menu > li.menu-parent-item:hover > span.title,
.a13-dark-variant .top-menu > li.open > a,
.a13-dark-variant .top-menu > li.open > span.title,
.a13-dark-variant .top-menu > li.current-menu-item > a,
.a13-dark-variant .top-menu > li.current-menu-ancestor > a,
.a13-dark-variant .top-menu > li.current-menu-item > span.title,
.a13-dark-variant .top-menu > li.current-menu-ancestor > span.title {
  color: rgba(120, 120, 120, 1);
}
.a13-dark-variant .top-menu > li > i.sub-mark {
  color: rgba(34, 34, 34, 1);
}
.a13-dark-variant
  .top-menu
  > li.menu-parent-item:hover
  > span.title
  + i.sub-mark,
.a13-dark-variant .top-menu > li > i.sub-mark:hover,
.a13-dark-variant .top-menu > li.open > i.sub-mark {
  color: rgba(120, 120, 120, 1);
}
.a13-dark-variant .top-menu.with-effect > li > a span::before,
.a13-dark-variant .top-menu.with-effect > li > a span::after,
.a13-dark-variant .top-menu.with-effect > li > span.title span::before,
.a13-dark-variant .top-menu.with-effect > li > span.title span::after,
.a13-dark-variant .top-menu.with-effect > li > a em::before,
.a13-dark-variant .top-menu.with-effect > li > a em::after,
.a13-dark-variant .top-menu.with-effect > li > span.title em::before,
.a13-dark-variant .top-menu.with-effect > li > span.title em::after {
  background-color: rgba(120, 120, 120, 1);
}
.a13-dark-variant #header-tools .tool,
.a13-dark-variant #header-tools .tool a {
  color: rgba(34, 34, 34, 1);
}
.a13-dark-variant #header-tools .tool:hover,
.a13-dark-variant #header-tools .tool a:hover,
.a13-dark-variant #header-tools .tool.highlight,
.a13-dark-variant #header-tools .tool.active {
  color: rgba(221, 23, 74, 1);
}
.a13-dark-variant .tools_button {
  color: rgba(34, 34, 34, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.a13-dark-variant .tools_button:hover {
  color: rgba(221, 23, 74, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.a13-dark-variant #header-tools .languages {
  background-color: rgba(255, 255, 255, 0);
}
.a13-dark-variant .hamburger i,
.a13-dark-variant .hamburger i::before,
.a13-dark-variant .hamburger i::after {
  background-color: rgba(34, 34, 34, 1);
}
.a13-dark-variant .hamburger.active i,
.a13-dark-variant .hamburger.active i::before,
.a13-dark-variant .hamburger.active i::after,
.a13-dark-variant .hamburger:hover i,
.a13-dark-variant .hamburger:hover i::before,
.a13-dark-variant .hamburger:hover i::after {
  background-color: rgba(221, 23, 74, 1);
}
.a13-dark-variant .top-bar-container {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}
.a13-dark-variant .top-bar-container .part1 a,
.a13-dark-variant .top-bar-container .language-switcher a {
  color: rgba(0, 0, 0, 1);
}
.a13-dark-variant .top-bar-container .part1 a:hover,
.a13-dark-variant .top-bar-container .language-switcher a:hover,
.a13-dark-variant .top-bar-container .language-switcher a.current {
  color: rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 1024px) {
  .a13-dark-variant.mobile-menu .navigation-bar .menu-container {
    background-color: rgba(255, 255, 255, 1);
  }
}
#header.a13-sticky-variant,
#header.a13-sticky-variant:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(58, 58, 58, 0.08);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}
.a13-sticky-variant .top-bar-container,
.header-type-multi_line.a13-sticky-variant .bottom-head {
  border-color: rgba(58, 58, 58, 0.08);
}
.a13-sticky-variant #header-tools::before,
.a13-sticky-variant .head .socials::before,
.a13-sticky-variant .top-bar .language-switcher li::before {
  background-color: rgba(58, 58, 58, 0.08);
}
.a13-sticky-variant.header-type-multi_line .bottom-head {
}
a.sticky-logo {
}
.sticky-values a.logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-horizontal .sticky-values .logo-container {
  min-width: 200px;
}
.header-variant-one_line_centered.sticky-values .logo-container,
.header-horizontal .sticky-values .logo-container a.logo {
  max-width: 200px;
}
.header-variant-one_line_centered.sticky-values .menu-cell .top-menu {
  width: 50%;
  width: calc(50% - 120px);
}
.a13-sticky-variant a.logo {
}
.a13-sticky-variant a.logo:hover {
}
.a13-sticky-variant .top-menu > li > a,
.a13-sticky-variant .top-menu > li > span.title {
  color: rgba(34, 34, 34, 1);
}
.a13-sticky-variant .top-menu > li:hover,
.a13-sticky-variant .top-menu > li.open,
.a13-sticky-variant .top-menu > li.current-menu-item,
.a13-sticky-variant .top-menu > li.current-menu-ancestor {
  background-color: rgba(0, 0, 0, 0);
}
.a13-sticky-variant .top-menu > li > a:hover,
.a13-sticky-variant .top-menu > li.menu-parent-item:hover > span.title,
.a13-sticky-variant .top-menu > li.open > a,
.a13-sticky-variant .top-menu > li.open > span.title,
.a13-sticky-variant .top-menu > li.current-menu-item > a,
.a13-sticky-variant .top-menu > li.current-menu-ancestor > a,
.a13-sticky-variant .top-menu > li.current-menu-item > span.title,
.a13-sticky-variant .top-menu > li.current-menu-ancestor > span.title {
  color: rgba(57, 87, 255, 1);
}
.a13-sticky-variant .top-menu > li > i.sub-mark {
  color: rgba(34, 34, 34, 1);
}
.a13-sticky-variant
  .top-menu
  > li.menu-parent-item:hover
  > span.title
  + i.sub-mark,
.a13-sticky-variant .top-menu > li > i.sub-mark:hover,
.a13-sticky-variant .top-menu > li.open > i.sub-mark {
  color: rgba(57, 87, 255, 1);
}
.a13-sticky-variant .top-menu.with-effect > li > a span::before,
.a13-sticky-variant .top-menu.with-effect > li > a span::after,
.a13-sticky-variant .top-menu.with-effect > li > span.title span::before,
.a13-sticky-variant .top-menu.with-effect > li > span.title span::after,
.a13-sticky-variant .top-menu.with-effect > li > a em::before,
.a13-sticky-variant .top-menu.with-effect > li > a em::after,
.a13-sticky-variant .top-menu.with-effect > li > span.title em::before,
.a13-sticky-variant .top-menu.with-effect > li > span.title em::after {
  background-color: rgba(57, 87, 255, 1);
}
.a13-sticky-variant #header-tools .tool,
.a13-sticky-variant #header-tools .tool a {
  color: rgba(34, 34, 34, 1);
}
.a13-sticky-variant #header-tools .tool:hover,
.a13-sticky-variant #header-tools .tool a:hover,
.a13-sticky-variant #header-tools .tool.highlight,
.a13-sticky-variant #header-tools .tool.active {
  color: rgba(221, 23, 74, 1);
}
.a13-sticky-variant .hamburger i,
.a13-sticky-variant .hamburger i::before,
.a13-sticky-variant .hamburger i::after {
  background-color: rgba(34, 34, 34, 1);
}
.a13-sticky-variant .hamburger.active i,
.a13-sticky-variant .hamburger.active i::before,
.a13-sticky-variant .hamburger.active i::after,
.a13-sticky-variant .hamburger:hover i,
.a13-sticky-variant .hamburger:hover i::before,
.a13-sticky-variant .hamburger:hover i::after {
  background-color: rgba(221, 23, 74, 1);
}
.a13-sticky-variant .tools_button {
  color: rgba(34, 34, 34, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.a13-sticky-variant .tools_button:hover {
  color: rgba(221, 23, 74, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.a13-sticky-variant #header-tools .languages {
  background-color: rgba(255, 255, 255, 1);
}
.a13-sticky-variant .top-bar-container {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}
.a13-sticky-variant .top-bar-container .part1 a,
.a13-sticky-variant .top-bar-container .language-switcher a {
  color: rgba(0, 0, 0, 1);
}
.a13-sticky-variant .top-bar-container .part1 a:hover,
.a13-sticky-variant .top-bar-container .language-switcher a:hover,
.a13-sticky-variant .top-bar-container .language-switcher a.current {
  color: rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 1024px) {
  .a13-sticky-variant.mobile-menu .navigation-bar .menu-container {
    background-color: rgba(255, 255, 255, 1);
  }
  .sticky-values a.logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-horizontal .sticky-values .logo-container {
    min-width: 200px;
  }
  .header-variant-one_line_centered.sticky-values .logo-container,
  .header-horizontal .sticky-values .logo-container a.logo {
    max-width: 200px;
  }
  .header-variant-one_line_centered.sticky-values .menu-cell .top-menu {
    width: 50%;
    width: calc(50% - 100px);
  }
}
a.to-top {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
}
a.to-top:hover {
  background-color: rgba(57, 87, 255, 1);
  color: rgba(255, 255, 255, 1);
}
input[type="submit"],
button[type="submit"] {
  background-color: rgba(34, 34, 34, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus {
  background-color: rgba(221, 23, 74, 1);
  color: rgba(255, 255, 255, 1);
}
.page .title-bar.outside {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
}
.page .title-bar.outside .overlay-color {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 40px;
  padding-bottom: 40px;
}
.page .title-bar.outside .page-title,
.page .title-bar.outside h2 {
  color: rgba(0, 0, 0, 1);
}
.page .title-bar.outside .breadcrumbs,
.page .title-bar.outside .breadcrumbs a,
.page .title-bar.outside .breadcrumbs a:hover {
  color: rgba(0, 0, 0, 1);
}
.albums-list-page .title-bar.outside {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
}
.albums-list-page .title-bar.outside .overlay-color {
  background-color: 0, 0, 0;
  padding-top: 130px;
  padding-bottom: 130px;
}
.albums-list-page .title-bar.outside .page-title,
.albums-list-page .title-bar.outside h2 {
  color: rgba(0, 0, 0, 1);
}
.albums-list-page .title-bar.outside .breadcrumbs,
.albums-list-page .title-bar.outside .breadcrumbs a,
.albums-list-page .title-bar.outside .breadcrumbs a:hover {
  color: rgba(0, 0, 0, 1);
}
.works-list-page .title-bar.outside {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.works-list-page .title-bar.outside .overlay-color {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 100px;
  padding-bottom: 100px;
}
.works-list-page .title-bar.outside .page-title,
.works-list-page .title-bar.outside h2 {
  color: rgba(16, 16, 16, 1);
}
.works-list-page .title-bar.outside .breadcrumbs,
.works-list-page .title-bar.outside .breadcrumbs a,
.works-list-page .title-bar.outside .breadcrumbs a:hover {
  color: rgba(114, 114, 114, 0.6);
}
.category-filter.albums-filter {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}
.category-filter.albums-filter a {
  color: rgba(187, 187, 187, 1);
  font-weight: bold;
  text-transform: uppercase;
}
.category-filter.albums-filter .selected a,
.category-filter.albums-filter a:hover {
  color: rgba(51, 51, 51, 1);
}
.single-album-bricks .category-filter {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.single-album-bricks .category-filter a {
  color: rgba(207, 207, 207, 1);
  font-weight: bold;
  text-transform: uppercase;
}
.single-album-bricks .category-filter .selected a,
.single-album-bricks .category-filter a:hover {
  color: rgba(42, 42, 42, 1);
}
.category-filter.works-filter {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}
.category-filter.works-filter a {
  color: rgba(196, 196, 196, 1);
  font-weight: bold;
  text-transform: uppercase;
}
.category-filter.works-filter .selected a,
.category-filter.works-filter a:hover {
  color: rgba(51, 51, 51, 1);
}
.category-filter.posts-filter {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}
.category-filter.posts-filter a {
  color: rgba(187, 187, 187, 1);
  font-weight: bold;
  text-transform: uppercase;
}
.category-filter.posts-filter .selected a,
.category-filter.posts-filter a:hover {
  color: rgba(51, 51, 51, 1);
}
.single-album .title-bar.outside {
  background-image: none;
}
.single-album .title-bar.outside .overlay-color {
  padding-top: px;
  padding-bottom: px;
}
.single-album .title-bar.outside .page-title,
.single-album .title-bar.outside h2 {
}
.single-album .title-bar.outside .breadcrumbs,
.single-album .title-bar.outside .breadcrumbs a,
.single-album .title-bar.outside .breadcrumbs a:hover {
}
.single-work .title-bar.outside {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.single-work .title-bar.outside .overlay-color {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 200px;
  padding-bottom: 200px;
}
.single-work .title-bar.outside .page-title,
.single-work .title-bar.outside h2 {
  color: rgba(255, 255, 255, 1);
}
.single-work .title-bar.outside .breadcrumbs,
.single-work .title-bar.outside .breadcrumbs a,
.single-work .title-bar.outside .breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.posts-list .title-bar.outside {
  background-image: url(https://www.iotexshiba.io/wp-content/uploads/2016/03/post-free6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.posts-list .title-bar.outside .overlay-color {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 150px;
  padding-bottom: 150px;
}
.posts-list .title-bar.outside .page-title,
.posts-list .title-bar.outside h2 {
  color: rgba(255, 255, 255, 1);
}
.posts-list .title-bar.outside .breadcrumbs,
.posts-list .title-bar.outside .breadcrumbs a,
.posts-list .title-bar.outside .breadcrumbs a:hover {
  color: rgba(27, 27, 27, 0.7);
}
.single-post .title-bar.outside {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.single-post .title-bar.outside .overlay-color {
  background-color: rgba(11, 11, 11, 0.5);
  padding-top: 230px;
  padding-bottom: 230px;
}
.single-post .title-bar.outside .page-title,
.single-post .title-bar.outside h2 {
  color: rgba(255, 255, 255, 1);
}
.single-post .title-bar.outside .post-meta,
.single-post .title-bar.outside .post-meta a,
.single-post .title-bar.outside .post-meta a:hover,
.single-post .title-bar.outside .breadcrumbs,
.single-post .title-bar.outside .breadcrumbs a,
.single-post .title-bar.outside .breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.layout-full #content,
.layout-full_fixed #content,
.layout-full_padding #content,
.layout-parted .content-box,
.layout-parted #secondary,
.default404 .page-background,
body.password-protected .page-background,
.posts-list.search-no-results .layout-full #content,
.posts-list.search-no-results .layout-full_fixed #content,
.posts-list.search-no-results .layout-full_padding #content,
.posts-list.search-no-results .layout-parted .content-box,
.posts-list .layout-full #secondary,
.posts-list .layout-full_fixed #secondary,
.posts-list .layout-full_padding #secondary,
.bricks-frame .formatter,
.posts_horizontal .archive-item,
.variant-under .caption,
.albums-list-page .pre-content-box,
.works-list-page .pre-content-box,
.single-album .album-content,
.single-album .formatter {
  background-color: rgba(255, 255, 255, 1);
}
#content {
  font-size: 15px;
  color: rgba(85, 85, 85, 1);
}
.real-content > p:first-child {
  color: rgba(88, 88, 88, 1);
}
.page-title {
  font-size: 60px;
}
.widget {
  font-size: 12px;
}
.widget h3.title {
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  #header {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-title {
    font-size: 32px;
  }
}
@media print,
  only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 120dpi) {
  a.normal-logo {
    background-image: url(https://www.iotexshiba.io/wp-content/uploads/2021/11/logo.png);
  }
  a.light-logo {
    background-image: url(https://www.iotexshiba.io/wp-content/uploads/2017/02/logo_white_HDR.png);
  }
  a.dark-logo {
    background-image: url(https://www.iotexshiba.io/wp-content/uploads/2017/02/logo_HDR.png);
  }
  a.sticky-logo {
  }
}
ul .getfree a {
  color: #ee2a5f;
}
.elementor-counter .elementor-counter-number-suffix {
  font-size: 55%;
}
