#adminmenu .wp-menu-image img {
  padding: 9px 0 0;
}

.nemesis-wrap-container {
  margin-left: -20px;
}

._admin-container {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e5e9;
  z-index: 20;
}

._admin-container ._title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px 0 40px;
  min-height: 54px;
}

._admin-container ._title-container .welcome-title {
  font-size: 19px;
  color: #565656;
  margin: 0;
  line-height: .8;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-weight: 200;
}

._admin-container .nemesis-admin-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #f1f1f1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._admin-container .nemesis-admin-nav .fbt-admin-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0;
  padding: 0;
}

._admin-container .nemesis-admin-nav .fbt-admin-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0;
  padding: 0;
}

._admin-container .nemesis-admin-nav .fbt-admin-menu-right li {
  padding: 0 20px 0 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fbt-pro-button {
  border-radius: 4px;
  padding: 0 18px;
  min-height: 36px;
  font-size: 14px;
  line-height: 20px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #947DF3;
  color: #947DF3;
}

.fbt-pro-button.main {
  background: #947DF3;
  border: 1px solid #947DF3;
  color: #fff;
}

.fbt-pro-button.main ._arrow {
  font-size: 16px;
  height: 16px;
  -webkit-transition: none;
  transition: none;
  margin-right: 4px;
}

.fbt-pro-button:hover, .fbt-pro-button:active, .fbt-pro-button:focus {
  background: #7b5ef0;
  border-color: #7b5ef0;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fbt-pro-button .fbt-pro-icon {
  margin-left: 5px;
}

._pro-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._container-wrap {
  margin: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._container-wrap.premium-layout {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

._container-wrap.premium-layout h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

._container-wrap.premium-layout h1,
._container-wrap h1 {
  font-size: 31px;
  line-height: 36px;
  color: #565656;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-weight: 200;
}

._container-wrap ._container-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 730px;
          flex: 0 1 730px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._container-wrap ._container-row ._container-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 567px;
          flex: 0 1 567px;
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  ._container-wrap ._container-row ._container-col {
    padding: 20px;
  }
}

._container-wrap ._text-prim {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-weight: 200;
  color: #565656;
  line-height: 36px;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

._container-wrap.premium-layout ._text-sec,
._container-wrap ._text-sec {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}

._container-wrap.premium-layout ._text-sec strong,
._container-wrap ._text-sec strong {
  color: #4a4a4a;
}

._container-wrap.premium-layout ._text-sec {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 8px 0 0;
}

._iframe-container {
  background-image: url(../img/video-bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

._iframe-container ._iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.nemesis-wrap {
  scroll-behavior: smooth;
  padding: 20px;
}

.nemesis-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fbt-premium-content {
  margin-bottom: 30px;
}

.fbt-demo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1%;
  width: 102%;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fbt-demo-content .fbt-demo-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.4%;
          flex: 0 1 24.4%;
  padding: 0 1% 3%;
  margin: 0;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .fbt-demo-content .fbt-demo-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    padding: 0 1% 4%;
  }
}

@media (max-width: 575.98px) {
  .fbt-demo-content .fbt-demo-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0 1% 7%;
  }
}

.fbt-demo-content .fbt-demo-item .demo-item {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.fbt-demo-content .fbt-demo-item .img-container {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.fbt-demo-content .fbt-demo-item .img-container::after {
  content: "";
  display: block;
  padding-top: 72%;
}

.fbt-demo-content .fbt-demo-item img {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.fbt-demo-content .fbt-demo-item .text-container {
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fbt-demo-content .fbt-demo-item .text-container h4 {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*# sourceMappingURL=admin-styles.css.map */