.stul-wrap * {
  box-sizing: border-box;
}

.stul-wrap {
  margin-top: 20px;
}

.stul-plugin-logo {
  max-width: 168px;
}

.stul-header {
  /*background: #2196f3;*/
  background: #df6767;
  padding: 12px 15px 10px;
  display: flex; 
  align-items: center;
}

.stul-sub-header {
  margin-left: 12px;
  font-size: 16px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.68);
}

.stul-header h1,
.stul-header h2 {
  color: #fff;
}
.stul-wrap h1.stul-floatLeft {
  float: left;
  padding: 0;
}
.stul-floatRight {
  float: right;
}

.stul-add-wrap {
  margin-left: auto;
}

.stul-add-wrap a {
  text-decoration: none;
  margin-right: 4px;
  margin-bottom: 3px;
}
.stul-feat-col .stul-add-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stul-clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.stul-field-wrap {
  margin-bottom: 18px;
}
.stul-field-wrap > label {
  display: inline-block;
  width: 200px;
  font-weight: 500;
  vertical-align: top;
  margin-right: 20px;
}
.inside .stul-field-wrap > label {
  width: 188px;
}
.stul-field {
  display: inline-block;
  width: calc(100% - 224px);
}

.inside .stul-field-wrap select {
  height: 28px;
  width: 100%;
  min-width: 40px;
}
.inside .stul-field-wrap input[type="number"] {
  width: 100%;
}

.stul-elem-block label {
  display: block;
  width: 100%;
}

ul.stul-form-nav li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.48);
  display: block;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #f7f7f7;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  font-weight: bold;
}
ul.stul-form-nav li a span {
  display: block;
  text-align: center;
  width: 30px;
  margin: 0 auto 10px;
}

ul.stul-form-nav li:last-child a {
  border-bottom: none;
}
ul.stul-form-nav {
  margin: 0;
}
ul.stul-form-nav li {
  margin: 0;
}
ul.stul-form-nav li a:hover,
ul.stul-form-nav li a.stul-active-nav {
  background: #fff;
  color: #df6767;
  border-color: #b85e5e;
}
ul.stul-form-nav li a:focus {
  box-shadow: none;
}
.stul-field input[type="text"] {
  width: 500px;
  max-width: 100%;
}
.stul-field textarea {
  width: 500px;
  height: 100px;
  max-width: 100%;
}
.stul-component-head .dashicons {
  float: right;
}
.stul-component-head h4 {
  float: left;
}
.stul-component-head h4 {
  float: left;
  width: 100%;
  margin: 0;
  cursor: pointer;
  padding: 15px;
}

.stul-component-body {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: none;
  padding: 24px;
  display: none;
}
.stul-form-each-component {
  margin-bottom: 5px;
}
.stul-form-message {
  position: fixed;
  top: 20px;
  left: 40%;
  z-index: 999999;
}
p.stul-ajax {
  background: #29b7ff;
}
.stul-form-message > p {
  padding: 10px;
  color: #fff;
}
p.stul-error {
  background: #ff6969;
}
p.stul-info {
  background: #27ae60;
}
p.stul-ajax .stul-ajax-loader {
  margin-bottom: -4px;
  margin-right: 5px;
}

.stul-form-lists-table a.stul-edit,
.stul-form-lists-table a.stul-delete,
.stul-form-lists-table a.stul-preview,
.stul-form-lists-table a.stul-copy {
  height: 20px;
  display: inline-block;
  color: #fff;
  -ms-border-radius: 3px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  margin: 0 2px;
  font-size: 0;
  width: 25px;
  height: 25px;
  position: relative;
}
.stul-form-lists-table a.stul-edit:before,
.stul-form-lists-table a.stul-delete:before,
.stul-form-lists-table a.stul-preview:before,
.stul-form-lists-table a.stul-copy:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.68);
  left: 6px;
  top: 2px;
  transition: all 0.3s ease;
}
.stul-form-lists-table a.stul-edit:before {
  content: "\f044";
  left: 5px;
}
.stul-form-lists-table a.stul-delete:before {
  content: "\f2ed";
  font-size: 14px;
}
.stul-form-lists-table a.stul-preview:before {
  content: "\f06e";
  font-size: 14px;
}
.stul-form-lists-table a.stul-copy:before {
  content: "\f0c5";
  font-size: 13px;
  left: 5px;
}
.stul-form-lists-table a.stul-edit {
  color: #27ae60;
}
.stul-form-lists-table a.stul-preview {
  color: #e2ad33;
}
.stul-form-lists-table a.stul-copy {
  color: #0073aa;
}
.stul-form-lists-table a.stul-delete:before {
  color: #ff6969;
}
.stul-form-lists-table a.stul-edit:hover,
.stul-form-lists-table a.stul-delete:hover,
.stul-form-lists-table a.stul-preview:hover,
.stul-form-lists-table a.stul-copy:hover {
  background: transparent;
}
.stul-form-lists-table a.stul-edit:hover:before {
  color: #27ae60;
}
.stul-form-lists-table a.stul-delete:hover:before {
  color: #ff6969;
}
.stul-form-lists-table a.stul-preview:hover:before {
  color: #e2ad33;
}
.stul-form-lists-table a.stul-copy:hover:before {
  color: #0073aa;
}
input.stul-button-primary {
  background: #27ae60;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #27ae60;
  text-decoration: none;
}

.stul-button-primary:hover {
  background: transparent;
  color: #27ae60;
}

input.stul-button-white {
  background: white;
  padding: 0 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: #df6767;
  border-radius: 44px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-weight: bold;
  font-size: 11px;
}

input.stul-button-red {
  background: #ae513e;
  padding: 0 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  border-radius: 44px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-weight: bold;
  font-size: 11px;
}

input.stul-button-orange {
  background: #eab634;
  padding: 0 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  border-radius: 44px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-weight: bold;
  font-size: 11px;
}

input.stul-button-white:hover,
input.stul-button-red:hover,
input.stul-button-orange:hover {
  background-color: rgba(0, 0, 0, 0.48);
  color: white;
}

.stul-export-wrap {
  margin: 20px 0;
}
.stul-export-wrap form select {
  height: 40px;
  margin-top: -2px;
}
.stul-export-wrap > form {
  display: inline-block;
}

.stul-export-wrap a {
  display: block;
  float: right;
  text-decoration: none;
}
span.stul-shortcode-preview {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #eee;
  max-width: 500px;
  min-width: 230px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: top;
}
.stul-clipboard-copy {
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.48);
  display: inline-block;
  margin-left: -3px;
  font-size: 16px;
}
.stul-image-preview {
  margin-top: 10px;
}
.stul-image-preview img {
  max-width: 200px;
}

.stul-wrap table.widefat {
  border: none;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0 8px;
  table-layout: auto;
  box-shadow: none;
}

.stul-wrap .widefat thead tr th {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
  padding: 15px;
  border: none;
}
.stul-wrap .widefat tfoot tr th {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
  padding: 15px;
  border: none;
}

.stul-wrap .widefat tbody tr {
  background-color: rgba(255, 255, 255, 0.68);
}
.stul-wrap .widefat tbody td {
  padding: 15px;
  vertical-align: middle;
}
.stul-wrap .widefat tbody td:last-child {
  width: 168px;
}

.wp-list-table.stul-form-lists-table,
.stul-block-wrap {
  float: left;
  width: 75%;
}

.stul-form-wrap {
  height: calc(100vh - 200px);
  height: -webkit-calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  margin-top: 24px;
}

.stul-form-nav-wrap {
  max-width: 120px;
  min-width: 120px;
  text-align: center;
  flex: 1;
}

.stul-form-add-block {
  margin-top: 24px;
  flex: 2;
}

.stul-subscription-form {
  width: 75%;
  float: left;
}

.stul-go-pro {
  text-align: center;
  width: calc(25% - 20px);
  width: -webkit-calc(25% - 20px);
  flex: 1;
  margin-left: 20px;
  padding: 20px;
  background-color: white;
  float: right;
}

.stul-go-pro img {
  max-width: 100%;
}

.stul-button-orange {
  display: inline-block;
  background: #eab634;
  padding: 0 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  border-radius: 44px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-weight: bold;
  font-size: 11px;
}

.stul-button-orange:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.stul-settings-section-wrap {
  width: 100%;
  background: #fff;
  min-height: 300px;
  padding: 34px;
}

.stul-settings-section-wrap .stul-field input[type="text"] {
  height: 40px;
  line-height: 40px;
}

.stul-form-add-block form {
  display: flex;
}
.stul-wrap p.description {
  font-size: 12px;
  max-width: 100%;
}

.stul-field-wrap select {
  height: 40px;
  width: 100%;
  max-width: 500px;
}

input.stul-file-uploader {
  border: none !important;
  height: 40px !important;
  background-color: #19b989 !important;
  color: white !important;
}

.stul-component-head {
  display: flex;
  background: rgba(0, 0, 0, 0.06);
  position: relative;
}

.stul-component-head h4 {
  position: relative;
  z-index: 5;
}
.stul-component-head .dashicons {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
}

/*Toogle Btn*/
.stul-checkbox-toggle {
  position: relative;
}

.stul-checkbox-toggle > input {
  opacity: 0;
  position: absolute;
  width: 44px;
  height: 24px;
  z-index: 4;
}

.stul-checkbox-toggle label {
  background-color: #e1e1e1;
  display: inline-block;
  height: 24px;
  width: 44px;
  border-radius: 34px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.stul-checkbox-toggle label:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #f4f4f4;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.3s ease;
}

.stul-checkbox-toggle input[type="checkbox"]:checked + label {
  background-color: #19b989;
}
.stul-checkbox-toggle input[type="checkbox"]:checked + label:before {
  left: 22px;
}

.stul-wrap .wp-picker-container .wp-color-result.button {
  height: 34px;
}
.stul-wrap .wp-color-result-text {
  line-height: 33px;
}
.stul-wrap input.stul-color-picker {
  height: 35px !important;
  line-height: 35px !important;
}
.stul-mailchimp-api-response {
  margin-top: 20px;
  background: #eee;
  padding: 5px;
  border-left: 5px solid #bf0d0d;
}
span.stul-mailchimp-status,
span.stul-constant_contact-status {
  color: #fff;
  padding: 2px 5px;
}
span.stul-mailchimp-status.stul-mc-disconnected,
span.stul-constant_contact-status.stul-cc-disconnected {
  background: #bf0d0d;
}
span.stul-mailchimp-status.stul-mc-connected,
span.stul-constant_contact-status.stul-cc-connected {
  background: #19b989;
}
input[type="button"].button-secondary.stul-clear-log-trigger {
  display: block;
}
label.stul-block {
  display: block;
  margin-bottom: 10px;
}
.stul-hooks-wrap {
  height: 244px;
  overflow-y: auto;
  border: 1px solid #eee;
}
.stul-hooks-wrap pre {
  background: #fff;
  padding: 5px;
  border-left: 5px solid #19b989;
}
ul.stul-bullets {
  padding-left: 12px;
}
ul.stul-bullets li {
  list-style: disc;
}

.stul-preview-img-wrapper {
  /*background-color: #f1f1f1;*/
  background-color: #011c15;
  padding: 40px;
  text-align: center;
  color: white;
  max-width: 700px;
  margin-top: 18px;
}

.stul-preview-img-wrapper {
  text-align: center;
}

.stul-preview-img-wrapper p {
  font-size: 16px;
  margin-bottom: 24px;
}
.stul-preview-img-wrapper img {
  max-width: 84%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 24px;
}

.stul-content-block {
  background-color: white;
  padding: 38px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 0 18px;
  margin-bottom: 24px;
}
.stul-content-block h2 {
  margin-top: 0;
}

.stul-custom-table {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin-bottom: 15px;
}
.stul-each-list {
  flex: 0 0 100%;
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
}
.stul-each-list > span {
  flex: 1;
  max-width: 50%;
  padding: 8px 20px;
}
/*.stul-each-list span:first-child{max-width: 120px;flex: 1}*/
.stul-list-head {
  background-color: rgba(0, 0, 0, 0.08);
}

.stul-sub-header {
  display: inline-block;
  vertical-align: top;
  margin-top: 27px;
}

input.button-secondary.stul-alias-force-edit {
  height: 40px;
}

.stul-content-sub-block {
  margin-top: 40px;
}

.stul-form-message {
  position: fixed;
  top: 16px;
  left: 182px;
  z-index: 999999;
  width: auto;
  right: 20px;
}

p.stul-info {
  background: #c2eed5;
  text-align: center;
  font-size: 16px;
  color: #379b3b;
}

p.stul-info i {
  margin-right: 14px;
}

p.stul-error {
  background: #f2c9c9;
  text-align: center;
  font-size: 16px;
  color: #b54936;
}

p.stul-error i {
  margin-right: 14px;
}

p.stul-ajax {
  background: #cae3f0;
  text-align: center;
  font-size: 16px;
  color: #1b8eca;
}

.stul-display-none {
  display: none;
}

.stul-social {
  margin-left: 15px;
}
.stul-social a {
  display: inline-block;
  vertical-align: top;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.68);
  transition: all 0.3s ease;
}
.stul-social a i {
  line-height: 38px;
}

.stul-social a:hover {
  background-color: rgba(0, 0, 0, 0.68);
  color: white;
}
/* a.stul-assistance-link img {
    margin-bottom: 25px;
} */
.stul-btn-margin {
  margin-bottom: 10px;
}
.stul-assistance {
  margin-bottom: 20px;
  text-align: center;
  width: calc(25% - 20px);
  width: -webkit-calc(25% - 20px);
  flex: 1;
  margin-left: 20px;
  padding: 20px;
  background-color: white;
  float: left;
}

.stul-assistance img {
  max-width: 100%;
}
.stul-assistance a:focus,
.stul-go-pro a:focus {
  color: #fff;
  box-shadow: none;
  outline: 0px solid transparent;
}
img.stul-upgrade-image {
  max-width: 100%;
  margin-top: 10px;
}

/* compare css */

.stul-compare-panel {
  /* padding: 40px 0px; */
  height: 83vh;
  background-color: white;
  box-shadow: rgba(23,120,255,0.14) 0 0 24px;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999;
  transition: all .4s ease;
}
.wrap.stul-wrap.stul-compare-overlay {
  opacity: 20%;
}


/* .stul-compare-panel.reveal {
  right: 5px;
} */
.close-panel {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -35px;
  height: 30px;
  width: 30px;
  background-color: #da3838;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
}
.stul-compare-head, .stul-compare-row {
  text-align: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #e0e4ea;
}

.stul-feat-col p {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  margin: 5px 0;
}
.stul-compare-head .stul-feat-col h2, .stul-compare-row .stul-feat-col h2 {
  padding: 15px;
  margin: 0;
  line-height: 110%;
  font-weight: 200;
  font-size: 22px;
  background-color: #93bb66;
  color: white;
}
.compare-wrap-all {
  height: calc(100vh - 244px);
  height: -webkit-calc(100vh - 244px);
  overflow-y: auto;
}
.stul-compare-head, .stul-compare-row {
  text-align: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #e0e4ea;
}
.stul-compare-row .stul-feat-col {
  padding: 10px;
}
.stul-compare-row .stul-feat-col:nth-child(1) {
  border-right: solid 1px rgba(0,0,0,0.08);
}
.stul-compare-row .stul-feat-col:nth-child(2) p.no, .stul-compare-row .stul-feat-col:nth-child(3) p.no {
  color: #df6767;
  font-size: 18px;
}
.stul-compare-row .stul-feat-col:nth-child(2) p.yes, .stul-compare-row .stul-feat-col:nth-child(3) p.yes {
  color: #61d18e;
  font-size: 18px;
}
.stul-compare-head .stul-feat-col h2.pro, .stul-compare-row .stul-feat-col h2.pro {
  background-color: #e26667;
}
.stul--flex, .theme-wrap {
  display: flex;
}
.stul-compare-head>div, .stul-compare-row>div {
  flex: 1;
}
.stul-heading-comp {
  display: flex;
  justify-content: space-between;
}
.stul-compare-click {
  font-size: 12px;
  background: #ffffff;
  color: #464545 !important;
  border-radius: 30px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  font-weight: 600;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 0 25px;
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 44px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-weight: bold;
  font-size: 11px;
}
.wrap.stul-wrap.stul-compare-overlay {
  opacity: 20%;
  pointer-events: none;
}
.stul-compare-row .stul-feat-col:nth-child(2){
  border-right: solid 1px rgba(0, 0, 0, 0.08);
}
.stul-compare-click:hover{
  background: #3C3A37;
  color: #fff !important;
}
.stul-add-wrap {
  display: flex;
  flex-wrap: wrap;
}
.stul-feat-col.stul-inst h2 {
  color: #3c434a;
  font-weight: 500;
  background: #fff;
}
* New upgrade to pro css */

.stul-sectn-intro {
  width: 100%;
}

.stul-sectn-intro h1 {
  font-size: 32px;
  font-weight: 500;
}
.stul-sectn-intro p {
  font-size: 16px;
  line-height: 160%;
}
.stul-check-demo-section h2 {
  font-size: 26px;
  font-weight: 500;
}
.stul-check-demo-section p{
  display: flex;
}
.stul-check-demo-section img {
  width: 85%;
}
.stul-feat-img img {
  max-width: 100%;
}
.stul-compare-wrap{
  display: flex;
} 


@media only screen and (max-width: 720px) {
  .stul-form-wrap.stul-form-add-block.stul-clearfix {
    display: flex;
    flex-direction: column;
  }
  .stul-assistance {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-left: 5px;
  }
  .stul-go-pro {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
  }
  .stul-field {
    display: inline-block;
    width: 100%;
  }
  .stul-settings-section-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .stul-form-add-block form {
    display: flex;
    flex-direction: column;
  }
  ul.stul-form-nav {
    display: flex;
  }
  .stul-form-nav-wrap ul.stul-form-nav{
    flex-wrap: wrap;
    max-width: none;
  }
  .stul-form-nav-wrap {
    max-width: none;
}
  ul.stul-form-nav li a {
    width: 91px;
  }
  .stul-field input[type="text"] {
    width: 300px;
  }
  .stul-subscription-form {
    width: 100%;
    float: left;
  }
  .stul-header {
    /* background: #2196f3; */
    background: #df6767;
    padding: 12px 15px 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

div.stul-shortcode-preview {
  padding: 5px;
  background: #eee;
}
div#stul-review-notice a {
  margin-right: 20px;
}



@media screen and (min-width: 1600px) {
  .stul-feat-img img {
    width: auto;
    max-width: unset;
}

}  