/*
Theme Name: px
Theme URI: https://www.mytheme.online/
Author: px
Author URI: https://www.mytheme.online/author
Description: px theme brings your site to life with immersive featured images and subtle animations. With a focus on business sites.
Version: 1.0
Tested up to: 5.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: px
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*-----------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  margin-bottom: 1em; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

@media (max-width: 992px) {
  .alignright,
  .alignleft {
    float: none !important;
    margin: 0 auto 1.5rem !important;
    display: block; } }
/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%; }

.gallery-caption {
  display: block; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto; }

.size-full {
  max-width: 100%;
  width: 100%;
  height: auto; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

.form-submit {
  margin-bottom: 0; }

.bypostauthor,
.sticky {
  visibility: visible; }

/* Header */
.px-header {
  position: relative; }
  .px-header .logo-dark-mode,
  .px-header .logo-sticky {
    display: none; }
  .px-header .sm-icon a {
    font-size: 20px; }

.transparent-header-on {
  z-index: 103;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  background-color: transparent !important; }
  .transparent-header-on .border-end {
    border-color: rgba(255, 255, 255, 0.2) !important; }

.header-sticky {
  position: fixed !important;
  background-color: #fff !important;
  top: -100%;
  width: calc(100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.header-show {
  visibility: visible;
  top: 0; }
  .header-show .logo-sticky {
    display: block !important; }
  .header-show .logo {
    display: none; }

.px-breadcrumb-large .uk-breadcrumb {
  margin-bottom: 0; }

body.uk-light #px_header .logo-dark-mode {
  display: block; }

body.uk-light #px_header .logo {
  display: none !important; }

.header-style-4 .primary-menu > li {
  padding: 13px 20px; }

.header-style-5 .primary-menu > li {
  padding: 13px 20px; }

#px-footer .uk-heading-line span {
  font-size: 20px; }
  #px-footer .uk-heading-line span:before, #px-footer .uk-heading-line span:after {
    display: none; }
#px-footer .widget {
  margin-bottom: 0 !important; }

.px-footer-navbar {
  border-top: 1px solid #eee; }
  .px-footer-navbar a {
    border-right: 1px solid #eee;
    padding: 10px 30px; }

.px-footer-navbar a:last-child {
  border: none; }

.px-footer-navbottom-bar {
  padding-bottom: 74px !important; }

.px-footer-copyright {
  background-color: #222; }
  .px-footer-copyright .px-footer-copyright-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 992px) {
      .px-footer-copyright .px-footer-copyright-inner {
        padding-bottom: 0; } }

.px-footer-mob {
  border-bottom: 1px solid rgba(255, 255, 255, 0.055); }

.px-footer-fix-bar {
  padding-bottom: 85px !important; }

.btn-whatsapp-pulse {
  background: #00BFA5;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 999; }
  @media (max-width: 992px) {
    .btn-whatsapp-pulse {
      bottom: 80px; } }
  .btn-whatsapp-pulse:hover {
    background-color: #25d366;
    color: #fff;
    text-decoration: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); } }
.single .btn-whatsapp-pulse {
  bottom: 80px; }

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #00BFA5;
  opacity: 0.75;
  -webkit-animation-name: pulse-border;
          animation-name: pulse-border;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75; }
  75% {
    padding: 50px;
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75; }
  75% {
    padding: 50px;
    opacity: 0; }
  100% {
    opacity: 0; } }
.px-newsletter {
  background-color: #272727;
  padding: 50px 0; }
  @media (max-width: 992px) {
    .px-newsletter {
      border-bottom: 1px solid rgba(255, 255, 255, 0.055); } }
  .px-newsletter .nl-label {
    margin: 0 20px 10px; }
    @media (max-width: 992px) {
      .px-newsletter .nl-label {
        margin: 10px 0 20px;
        text-align: center; } }
  @media (max-width: 992px) {
    .px-newsletter .nl-left {
      text-align: center; } }

.px-newsletter-wrap .tnp-subscription,
.px-newsletter .tnp-subscription {
  margin: 0;
  position: relative;
  max-width: 100%;
  width: 100%; }
  .px-newsletter-wrap .tnp-subscription label,
  .px-newsletter .tnp-subscription label {
    display: none; }
  .px-newsletter-wrap .tnp-subscription .tnp-field,
  .px-newsletter .tnp-subscription .tnp-field {
    margin: 0; }
  .px-newsletter-wrap .tnp-subscription .tnp-email,
  .px-newsletter .tnp-subscription .tnp-email {
    padding: 15px 61px 15px 20px;
    border: 0;
    color: #777; }
  .px-newsletter-wrap .tnp-subscription input[type=email],
  .px-newsletter .tnp-subscription input[type=email] {
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .px-newsletter-wrap .tnp-subscription input[type=email]:focus,
    .px-newsletter .tnp-subscription input[type=email]:focus {
      outline: inherit; }
  .px-newsletter-wrap .tnp-subscription .tnp-submit,
  .px-newsletter .tnp-subscription .tnp-submit {
    position: absolute;
    background-color: transparent;
    bottom: 2px;
    right: 0;
    width: 51px;
    height: 100%;
    margin-bottom: 0;
    border: 0px;
    font-size: 0 !important;
    background-image: url(dist/svg/send.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer; }
    .px-newsletter-wrap .tnp-subscription .tnp-submit:focus, .px-newsletter-wrap .tnp-subscription .tnp-submit:hover,
    .px-newsletter .tnp-subscription .tnp-submit:focus,
    .px-newsletter .tnp-subscription .tnp-submit:hover {
      outline: inherit;
      opacity: 0.5; }

/* Primary Navigation */
.primary-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Menu with no mega items */
  /* Menu with mega items */ }
  .primary-menu > li {
    position: relative;
    padding: 25px 18px; }
    .primary-menu > li .menu-item-arrow {
      margin-left: 3px; }
    .primary-menu > li > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-weight: 700;
      font-size: 15px;
      position: relative;
      text-transform: uppercase;
      line-height: 1; }
  .primary-menu .current-menu-item > a {
    color: #777; }
  .primary-menu > .nomega-menu-item {
    /* Level one flyout menu items */ }
    .primary-menu > .nomega-menu-item .sub-menu {
      padding: .5rem 0;
      margin: 0;
      list-style-type: none;
      top: 100%;
      left: 0;
      z-index: 1040;
      display: block;
      min-width: 260px;
      background-color: #fff;
      border: 1px solid #F3F3F3;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: 0.2s 0.3s;
      transition: 0.2s 0.3s;
      /* delay of 1 seconds on hover off */
      /* flyout menu items */ }
      .primary-menu > .nomega-menu-item .sub-menu .menu-item {
        position: relative;
        padding: 0;
        /* Style for infinity menu items */ }
        .primary-menu > .nomega-menu-item .sub-menu .menu-item .menu-item-arrow {
          display: none; }
        .primary-menu > .nomega-menu-item .sub-menu .menu-item a {
          padding: 8px 15px;
          display: block;
          font-size: 14px;
          font-weight: normal;
          border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
        .primary-menu > .nomega-menu-item .sub-menu .menu-item:last-child > a {
          border-bottom: 0px !important; }
        .primary-menu > .nomega-menu-item .sub-menu .menu-item .sub-menu {
          top: -1px;
          left: 100%;
          right: auto;
          border: 0px;
          margin: 0;
          padding: 0; }
          .primary-menu > .nomega-menu-item .sub-menu .menu-item .sub-menu:before {
            display: none; }
    .primary-menu > .nomega-menu-item .menu-item-description {
      display: block;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.3;
      color: #777; }
  .primary-menu .mega-menu-item {
    position: inherit; }
    .primary-menu .mega-menu-item .depth0 {
      list-style: none;
      max-width: 1200px;
      padding: 1rem .5rem;
      background-color: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 1040;
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: 0.2s 0.3s;
      transition: 0.2s 0.3s;
      /* delay of 1 seconds on hover off */
      /* Mega menu sub menu items */ }
      .primary-menu .mega-menu-item .depth0 .menu-item-has-children > a {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px; }
      .primary-menu .mega-menu-item .depth0 a {
        display: block;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0; }
      .primary-menu .mega-menu-item .depth0 .depth1,
      .primary-menu .mega-menu-item .depth0 .depth2 {
        padding: 0;
        margin: 10px 0 0;
        list-style: none; }
        .primary-menu .mega-menu-item .depth0 .depth1 li a,
        .primary-menu .mega-menu-item .depth0 .depth2 li a {
          padding: 8px 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
        .primary-menu .mega-menu-item .depth0 .depth1 li:last-child a,
        .primary-menu .mega-menu-item .depth0 .depth2 li:last-child a {
          border-width: 0; }
    .primary-menu .mega-menu-item .menu-item-description {
      display: block;
      font-size: 12px;
      line-height: 1.3;
      font-weight: normal;
      color: #777; }

/* Light */
.uk-light .primary-menu {
  /* Menu with no mega items */
  /* Menu with mega items */ }
  .uk-light .primary-menu > .nomega-menu-item {
    /* Level one flyout menu items */ }
    .uk-light .primary-menu > .nomega-menu-item .sub-menu {
      background-color: #1e272e;
      border: 1px solid #1e272e;
      /* flyout menu items */ }
      .uk-light .primary-menu > .nomega-menu-item .sub-menu .menu-item a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
    .uk-light .primary-menu > .nomega-menu-item .menu-item-description {
      color: #ccc; }
  .uk-light .primary-menu .mega-menu-item .depth0 {
    background-color: #1e272e;
    /* Mega menu sub menu items */ }
    .uk-light .primary-menu .mega-menu-item .depth0 .menu-item-has-children > a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .uk-light .primary-menu .mega-menu-item .depth0 .depth1 li a,
    .uk-light .primary-menu .mega-menu-item .depth0 .depth2 li a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
  .uk-light .primary-menu .mega-menu-item .menu-item-description {
    color: #ccc; }

/* Mega Menu Columns */
.columns1 > li {
  float: left;
  width: 100%;
  padding: 10px; }
  @media (max-width: 992px) {
    .columns1 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns2 > li {
  float: left;
  width: calc(50% - 20px);
  padding: 0 10px; }
  @media (max-width: 992px) {
    .columns2 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns3 > li {
  float: left;
  width: calc(33.33% - 20px);
  padding: 0 10px; }
  @media (max-width: 992px) {
    .columns3 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns4 > li {
  float: left;
  width: calc(25% - 20px);
  padding: 0 10px; }
  @media (max-width: 992px) {
    .columns4 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns5 > li {
  float: left;
  width: calc(20% - 20px);
  padding: 0 10px; }
  @media (max-width: 992px) {
    .columns5 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns1,
.columns2 a,
.columns3 a,
.columns4 a,
.columns5 a {
  display: block !important; }

.algleft .sub-menu {
  text-align: left; }

.algright .sub-menu {
  text-align: right; }

.algcenter .sub-menu {
  text-align: center; }

.px-submenu-active {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  /* react immediately on hover */ }

.filter-footer .disabled .filter-load-icon,
.filter-category-active .filter-loader-icon {
  display: inline-block !important; }

.filter-footer .disabled .filter-button-text,
.filter-category-active .filter-button-text {
  opacity: 0; }

.filter-scroll-icon {
  opacity: 0;
  visibility: hidden; }

.filter-scroll-load .filter-scroll-icon {
  opacity: 1;
  visibility: visible; }

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.5); }

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff; }

.uk-button {
  font-weight: bold; }

@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 20px; } }
.uk-text-white {
  color: #fff; }

.uk-text-dark {
  color: #222; }

.uk-border {
  border: 1px solid #e5e5e5; }

.uk-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.uk-br100 {
  border-radius: 100px; }

.uk-text-medium {
  font-size: 1.3rem;
  line-height: 1.5; }

.uk-comment-list .uk-comment ~ ul {
  margin: 20px 0 0 0; }

.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 20px; }

.uk-comment-list > :nth-child(n+2) {
  margin-top: 20px; }

.uk-padding-medium {
  padding: 20px; }

.uk-padding-xsmall {
  padding: 10px; }

.uk-padding-medium-top {
  padding-top: 30px; }

.uk-padding-medium-bottom {
  padding-bottom: 30px; }

.uk-margin-xsmall-right {
  margin-right: 5px !important; }

.uk-margin-xsmall-left {
  margin-left: 5px !important; }

.uk-margin-small2-right {
  margin-right: 15px !important; }

.uk-margin-small2-left {
  margin-left: 15px !important; }

.uk-margin-small3-right {
  margin-right: 20px !important; }

.uk-margin-small3-left {
  margin-left: 20px !important; }

.uk-margin-small2-bottom {
  margin-bottom: 15px !important; }

.uk-form-icon {
  z-index: 2; }

.uk-link,
a {
  color: #333; }

.uk-nav-sub a {
  display: block !important; }

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #777; }

.uk-pagination li {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial; }

.px-pagination li {
  width: 49%; }
  @media (max-width: 992px) {
    .px-pagination li {
      width: 100%; } }
.px-pagination li.px-pagination-next {
  text-align: right; }
  .px-pagination li.px-pagination-next a {
    color: #222; }
    .px-pagination li.px-pagination-next a:hover {
      color: #999; }

.uk-cursor {
  cursor: pointer; }

.uk-icon-button-large {
  width: 48px;
  height: 48px; }
  .uk-icon-button-large i {
    font-size: 32px; }

.uk-icon-button {
  color: #333; }

.shadow-off {
  -webkit-box-shadow: none;
          box-shadow: none; }

:focus-visible,
.uk-card-primary.uk-card-body :focus-visible,
.uk-card-primary > :not([class*=uk-card-media]) :focus-visible,
.uk-card-secondary.uk-card-body :focus-visible,
.uk-card-secondary > :not([class*=uk-card-media]) :focus-visible,
.uk-light :focus-visible,
.uk-offcanvas-bar :focus-visible,
.uk-overlay-primary :focus-visible,
.uk-section-primary:not(.uk-preserve-color) :focus-visible,
.uk-section-secondary:not(.uk-preserve-color) :focus-visible,
.uk-tile-primary:not(.uk-preserve-color) :focus-visible,
.uk-tile-secondary:not(.uk-preserve-color) :focus-visible {
  outline-color: transparent; }

.px-post-gallery .uk-thumbnav > * > ::after {
  background: none; }

.px-post-gallery-blur {
  padding: 10px; }
  .px-post-gallery-blur li:first-child {
    padding: 0 !important; }
  .px-post-gallery-blur:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(30, 40, 90, 0.1);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    border-radius: 100px; }

/* Form Message */
.contact7-msg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -999999;
  opacity: 0;
  visibility: hidden;
  display: none; }
  .contact7-msg .contact7-msg-inner {
    position: relative;
    top: 20%;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    width: 380px;
    margin: 0 auto;
    opacity: 0;
    display: none;
    visibility: hidden;
    padding: 2rem; }
    .contact7-msg .contact7-msg-inner i {
      font-size: 64px;
      margin-bottom: 1rem;
      display: block; }
    @media (max-width: 992px) {
      .contact7-msg .contact7-msg-inner {
        width: 280px; } }
    .contact7-msg .contact7-msg-inner .contact7-close {
      font-size: 16px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      border: 0px;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 100%;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      @media (max-width: 992px) {
        .contact7-msg .contact7-msg-inner .contact7-close {
          top: 6px;
          right: 6px; } }
      .contact7-msg .contact7-msg-inner .contact7-close:hover {
        background-color: transparent !important;
        opacity: .3; }

.show-msg {
  opacity: 1;
  z-index: 9999999;
  visibility: visible;
  display: block; }
  .show-msg .contact7-msg-inner {
    opacity: 1;
    visibility: visible;
    display: block; }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border-color: red !important; }

.popup_error_wpcf7 .contact7-msg-inner,
.popup_invalid_wpcf7 .contact7-msg-inner {
  background-color: #e74c3c; }

.popup_success_wpcf7 .contact7-msg-inner {
  background-color: #1abc9c; }

/* Fileds */
label {
  font-size: 14px; }

.wpcf7 .wpcf7-list-item {
  margin: 0;
  font-weight: 400; }
  @media (max-width: 992px) {
    .wpcf7 .wpcf7-list-item {
      margin-bottom: 10px; } }

.uk-textarea,
.uk-input {
  font-size: 14px !important; }

.wpcf7 .wpcf7-list-item-label {
  margin: 0 30px 0 15px; }

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
  margin: 0; }

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0px;
  border: 2px solid #222; }

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 7px;
  width: 7px;
  top: 6px;
  left: 6px;
  visibility: hidden; }

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  background: #222;
  visibility: visible; }

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
  margin: 0; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 16px;
  width: 16px;
  top: 0px;
  border: 2px solid #222; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  font-family: boxicons !important;
  content: '\ea41';
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: -5px;
  left: 1px;
  visibility: hidden;
  font-size: 18px; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible; }

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; }

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  opacity: .2; }

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out; }

.cursor-outer.cursor-hover {
  opacity: 0; }

.px-image-cover {
  position: absolute;
  top: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.card-comments {
  position: relative;
  text-align: center;
  font-size: 13px; }
  .card-comments span {
    color: #222;
    background-color: #eee;
    display: block;
    min-width: 20px;
    padding: 0 2px 0 3px;
    position: relative; }
    .card-comments span:after {
      position: absolute;
      bottom: -3px;
      left: 0;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 3px 0 0;
      border-color: #eee transparent transparent; }

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  line-height: 1.7; }

.single {
  background-color: #fff; }

.px-site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

.site-content {
  position: relative; }

.px-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.progress-container {
  width: 100%;
  height: 6px; }

.progress-bar {
  height: 6px;
  width: 0%; }

.zindex-999 {
  z-index: 999; }

.zindex-2 {
  z-index: 2; }

.w-100 {
  width: 100%; }

.stretched-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=1); }

.d-none {
  display: none !important; }

a:hover {
  text-decoration: none; }

.px-page-title {
  margin-bottom: 20px; }
  .px-page-title p {
    margin: 0; }

.social-icons div:last-child a {
  margin: 0 !important; }

/* Image Place holder */
.place_holder {
  overflow: hidden;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolder;
          animation-name: placeHolder;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1000px 1000px; }

@-webkit-keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
/**
 * switch
 */
.px-switcher {
  display: none; }

.px-switcher-container {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%; }

.px-outer-switcher {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%; }

.px-inner-switcher {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.px-inner-switcher i {
  font-size: 18px; }
  @media (max-width: 992px) {
    .px-inner-switcher i {
      font-size: 16px; } }

.px-outer-switcher,
.px-inner-switcher {
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out; }

input[type="checkbox"].px-switcher:checked + .px-outer-switcher {
  background: #2ecc71; }

input[type="checkbox"].px-switcher:checked + .px-outer-switcher .px-inner-switcher {
  background: #27ae60; }

.px-darkmode-on i:before {
  content: "\ee4e"; }

.mob-switcher-container {
  margin: 0 20px 5px; }

[data-theme="dark"],
[data-theme="dark"] .uk-background-default,
[data-theme="dark"] .uk-section-default,
[data-theme="dark"] .uk-modal-dialog,
[data-theme="dark"] .px-footer-copyright,
[data-theme="dark"] .uk-section-secondary {
  background-color: #141d26 !important; }

[data-theme="dark"] .uk-navbar-container:not(.uk-navbar-transparent),
[data-theme="dark"] .px-footer-navbar,
[data-theme="dark"] .uk-section-muted,
[data-theme="dark"] .uk-offcanvas-bar,
[data-theme="dark"] #primary_menu .mega-menu-item .depth0,
[data-theme="dark"] .primary-menu > .nomega-menu-item .sub-menu,
[data-theme="dark"] .uk-background-muted,
[data-theme="dark"] .uk-card-default,
[data-theme="dark"] .uk-modal-close-full,
[data-theme="dark"] .px-newsletter,
[data-theme="dark"] .uk-background-third {
  background-color: #18222d !important; }

[data-theme="dark"] .uk-background-secondary {
  background-color: #1d2a37 !important; }

[data-theme="dark"] .px-pagination li.px-pagination-next a,
[data-theme="dark"] .uk-button-primary,
[data-theme="dark"] .uk-badge,
[data-theme="dark"] .uk-button-secondary {
  color: #fff !important; }

[data-theme="dark"] .px-newsletter .tnp-subscription input[type=email],
[data-theme="dark"] .px-footer-navbar,
[data-theme="dark"] .uk-button-secondary,
[data-theme="dark"] .uk-button-default,
[data-theme="dark"] .uk-card-default .uk-card-footer,
[data-theme="dark"] .px-footer-navbar a {
  border-color: rgba(255, 255, 255, 0.1); }

[data-theme="dark"] .uk-card-default {
  color: #bec3c7; }

[data-theme="dark"] .uk-overlay-primary {
  background-color: rgba(25, 36, 47, 0.8) !important; }

[data-theme="dark"] .transparent-header-on {
  background-color: transparent !important; }
