ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
  content: none;
}
#wpfooter {
  display: none;
}
#wpcontent {
  padding-left: 0;
}
.wrap {
  margin: 0;
}
.wrap > h1 + div:first-of-type:not(.stec-builder) {
  display: none !important;
}
.stec-builder {
  font-family: Arial;
}
.stec-builder,
.stec-builder * {
  box-sizing: border-box;
}
.stec-builder a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.stec-builder-home {
  background: #fff;
  position: relative;
  padding: 80px 20px;
  width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
}
.stec-builder-home > .logo {
  background-image: url(img/logo_sm.png);
  display: block;
  background-repeat: no-repeat;
  width: 132px;
  height: 19px;
  margin: 30px auto;
}
.stec-builder-home > h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.stec-builder-home > p {
  text-align: center;
  color: #717376;
  font-size: 16px;
  margin: 15px auto;
}
.stec-builder-home .stec-builder-project-type-list {
  min-height: 250px;
  margin: 30px auto;
  margin-top: 80px;
  text-align: center;
}
.stec-builder-home .stec-builder-project-type-list > li {
  display: inline-block;
  padding: 20px;
  border-right: 1px solid #ececec;
  width: 230px;
}
.stec-builder-home .stec-builder-project-type-list > li:last-child {
  border: none;
}
.stec-builder-home .stec-builder-project-type-list > li > p {
  font-weight: bold;
  font-size: 18px;
  clear: both;
}
.stec-builder-home .stec-builder-project-type-list > li > i {
  width: 156px;
  height: 86px;
  display: inline-block;
}
.stec-builder-home .stec-builder-project-type-list > li > a {
  color: #fff;
  background: #3971f4;
  border: none;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}
.stec-builder-home .stec-builder-project-type-list > li > a:hover {
  background: #598bff;
}
.stec-builder-home .stec-builder-project-type-list > li.unavailable a {
  background: #cfd0d1;
}
.stec-builder-home .stec-builder-project-type-list .stec-builder-home-image-sub-form {
  background-image: url(img/builder/form_img.png);
}
.stec-builder-home .stec-builder-project-type-list .stec-builder-home-image-single-form {
  background-image: url(img/builder/singlepage_img.png);
}
.stec-builder-list {
  width: 100%;
  max-height: 626px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  overflow: hidden;
}
.stec-builder-list .stec-builder-project-list-page-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 25px 40px;
  background: #ebebeb;
}
.stec-builder-list .stec-builder-project-list-page-head a,
.stec-builder-list .stec-builder-project-list-page-head h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #23282d;
}
.stec-builder-list .stec-builder-project-list-page-head h1 {
  font-size: 18px;
  font-weight: bold;
}
.stec-builder-list .stec-builder-project-list-page-head a {
  text-decoration: none;
}
.stec-builder-list .stec-builder-project-control {
  background: #fff;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid #ececec;
}
.stec-builder-list .stec-builder-project-control li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
}
.stec-builder-list .stec-builder-project-control li:last-child {
  margin-left: 40px;
}
.stec-builder-list .stec-builder-project-control li input[type=checkbox] {
  margin-top: 0 !important;
}
.stec-builder-list .stec-builder-project-control li a,
.stec-builder-list .stec-builder-project-control li p,
.stec-builder-list .stec-builder-project-control li i {
  color: #666666;
}
.stec-builder-list .stec-builder-project-control li i {
  margin-right: 6px;
}
.stec-builder-list .stec-builder-project-control li p {
  margin: 0;
  padding-left: 5px;
}
.stec-builder-list .stec-builder-project-control li a,
.stec-builder-list .stec-builder-project-control li p {
  font-weight: bold;
}
.stec-builder-list .stec-builder-project-control li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-builder-list .stec-builder-project-list-wrap {
  overflow-y: auto;
  width: 100%;
  float: left;
  height: 493px;
}
.stec-builder-list .stec-builder-project-list {
  background: #fff;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.stec-builder-list .stec-builder-project-list li {
  margin: 0;
  width: 100%;
  float: left;
  padding: 0 20px;
  padding-left: 40px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-builder-list .stec-builder-project-list li input[type=checkbox] {
  margin-top: 0 !important;
}
.stec-builder-list .stec-builder-project-list li > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
}
.stec-builder-list .stec-builder-project-list li > label a {
  margin: 0;
  padding-left: 5px;
  text-decoration: none;
  color: #666;
  -webkit-transition: none 0.15s ease-in-out;
  transition: none 0.15s ease-in-out;
}
.stec-builder-list .stec-builder-project-list li > div {
  display: none;
}
.stec-builder-list .stec-builder-project-list li > div a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.stec-builder-list .stec-builder-project-list li > div i {
  font-size: 22px;
  text-indent: 5px;
  color: #fff;
}
.stec-builder-list .stec-builder-project-list li:hover {
  background: #3971f4;
}
.stec-builder-list .stec-builder-project-list li:hover label a {
  color: #fff;
}
.stec-builder-list .stec-builder-project-list li:hover > div {
  display: block;
}
/*# sourceMappingURL=builder.css.map */