.texth2 {font-size: 46px!important; letter-spacing: -0.68px; line-height: 1.1; font-weight: 700;}
.texth3 {font-size: 30px!important; letter-spacing: 0.36px; line-height: 1.24; font-weight: 700;}
.texth4 {font-size: 20px!important; letter-spacing: 0.66px; line-height: 1.1; font-weight: 700;}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background:transparent;
}
.lc-header-custom-text p {
  margin-bottom:0;
}
.lc-header-custom-text p a {
  display:block;
  margin-right:20px;
  position:relative;
  padding:5px 0;
}
.lc-header-custom-text p a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #1c1c26;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
}
.lc-header-custom-text p a:hover {
  text-decoration:none;
}
.lc-header-custom-text p a:hover:after{
  -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/* .mob-no .navbar-link {
  border:2px solid #ffffff;
}
.mob-no .navbar-link:hover {
  opacity:1;
  background-color:#fb7ef4;
  color:#fff;
  border:2px solid #fb7ef4;
} */
.theme-item .btn, .theme-item .qms-btn, .theme-item .qms-button{
  border-radius: 50px!important;
  padding-left: 35px!important;
  padding-right: 35px!important;
  padding-top: 18px!important;
  padding-bottom: 18px!important;
  font-weight:400;
  border-width:0px;
}
.theme-item .btn.btn-default{
  background: #ffffff;
  border-color: #ffffff; }
.theme-item .btn.btn-default:hover {
  background: transparent;
  color: #ffffff; }
.theme-item .btn.btn-primary{
  background-image: -webkit-gradient(linear, left top, right top, from(#fb7ef4), to(#e54ddd));
  background-image: -moz-linear-gradient(left, #fb7ef4, #e54ddd);
  background-image: linear-gradient(to right, #fb7ef4, #e54ddd);
  border-color: transparent;
  color: #ffffff; }
.theme-item .btn.btn-primary:hover {
  color: #ffffff;
  background-image:none;
  background-color:#e54ddd;
}
.theme-item .btn.btn-success,  .theme-item .qms-button{
  background-image: -webkit-gradient(linear, left top, right top, from(#97c94c), to(#79ad2e));
  background-image: -moz-linear-gradient(left, #97c94c, #79ad2e);
  background-image: linear-gradient(to right, #97c94c, #79ad2e);
  border-color: transparent;
  color: #ffffff;
  font-weight:400;
}
.theme-item .btn.btn-success:hover,  .theme-item .qms-button:hover{
  color: #fff;
  background-image:none;
  background-color:#79ad2e;
}
#lc-a5b2b1d2-1994-4ddd-9fee-9a1c940a68d1 .lc-button-module .lc-button {border: none;}
/***Theme section***/
.theme-preview-mode #header {
  z-index:1!important;
}
.themes-sec {
  color: #787878;
 }
.themes-sec .qms-text-module > p > span{
  font-size: 70px;
  line-height:90px;
  font-weight: 800;
  color: #0f0f0f; }
.theme-gallery {
  z-index:10;
}
.theme-gallery .btn {
  margin: 10px 0;
  min-width: 200px;
  text-align: center;
  font-size:20px;
}
.themes-sec .container > ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.themes-sec .container > ul > li {
  padding: 0 30px;
  margin-bottom: 60px;
  width: 33.33%; }
.themes-sec .container > ul > li:first-child {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
.themes-sec .container > ul > li:first-child h2 {
  margin-bottom: 50px; }
.themes-sec .container > ul > li:first-child p {
  margin-bottom: 35px;
  }
.themes-sec figure {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 80px 0px rgba(139, 173, 197, 0.88);
  box-shadow: 0 0 80px 0px rgba(139, 173, 197, 0.88);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
.themes-sec figure > img {
  width: 100%; }
.themes-sec .qms-blog-post-description {
  position: absolute;
  background: rgba(15, 15, 15, 0);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.themes-sec .qms-blog-post-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
.themes-sec .qms-blog-post-description ul li {
  display: inline-block;
  padding: 0 10px; }
.themes-sec .qms-blog-post-description .btn {
  min-width: 10px; }
.themes-sec .qms-blog-post-description .btn img {
  margin-right: 6px; }
.themes-sec .qms-blog-post-description .btn:hover {
  color: #ffffff;
  border-color: #ffffff; }
.themes-sec figure:hover {
  -webkit-box-shadow: 0 0 0px 0px rgba(139, 173, 197, 0.88);
  box-shadow: 0 0 0px 0px rgba(139, 173, 197, 0.88); }
.themes-sec figure:hover figcaption {
  background: rgba(15, 15, 15, 0.5); }
.themes-sec figure:hover figcaption ul {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.themes-sec .theme-gallery-inner > div > .qms-client-template-area {
	padding-top:50px;
	padding-bottom:50px;
}
.themes-sec .theme-gallery-inner > div > .qms-client-template-area h2 {
	font-size:50px;
	margin-bottom:45px;
}
.theme-gallery .theme-gallery-inner > ul {
  list-style: none;
  margin: 0 -50px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.theme-gallery .theme-gallery-inner > ul > li {
  padding: 0 50px;
  margin-bottom: 100px;
  width: 50%;}
.theme-gallery .theme-gallery-inner > ul > li.scale-filter {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.theme-gallery .theme-gallery-inner .grid-item.stamp {
  display:block;
  width:100%;
}
.default .theme-gallery .theme-gallery-inner .grid-item.stamp {
  padding:0;
}
.default .theme-gallery .theme-gallery-inner .grid-item.stamp .qms-text-module {
  display:flex;
  flex-direction:row;
}
.default .theme-gallery .theme-gallery-inner .grid-item.stamp .qms-text-module h3 {
  flex-basis:33.3333%;
  padding:0 30px 30px 30px;
}
.default .theme-gallery .theme-gallery-inner .grid-item.stamp .qms-text-module p {
  flex-basis:66.66666%;
  padding:0 30px;
}
.default .theme-gallery .theme-gallery-inner > ul > li{
  padding: 0 30px;
  margin-bottom: 60px;
  width: 33.3333%;
}
.theme-gallery .theme-gallery-inner > ul > li:first-child {
  margin-bottom:50px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area {
  color: #787878;
  font-weight: 400;
  position:relative;
  overflow:hidden;}
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area h2 {
  font-size: 50px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 40px; }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul {
  list-style-type: none;
  display: flex;
  flex-direction:row;
  align-items:center;
  flex-basis:auto;
  margin:0;
  text-align:center;
  border:1px solid #e1e1e1;
  padding: 20px;
  justify-content:space-between;
  position:relative;
}
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li {
  display: inline-block;
  width: auto;
  padding: 6px 20px;
  margin: 0; }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li.cate-heading {
  font-weight:700;
}
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li a {
  font-size:15px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none; }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li a:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease; }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li a:hover {
  color: #ffffff; }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li a:hover:after,
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li.active a:after{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li a.active {
  color: #ffffff; }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li a.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }
.theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li.theme-search-container {
  padding-right:0;
}
.theme-gallery .theme-search-button,
.theme-gallery .theme-search-close{
  display:block;
  text-indent:-999px;
  width:44px;
  height:44px;
  overflow:hidden;
  border-radius:22px;
  background-color:#000000;
  background-image:url('../images/icon-search-theme.png');
  background-repeat:no-repeat;
  background-position:center 50%;
  vertical-align:middle;
  transition: background 0.2s ease-in-out;
}
.theme-gallery .theme-search-button:hover {
  background-color:#8189f8;
  transition: background 0.3s ease-in-out;
}
.theme-gallery .theme-search-button::after {
  display:none!important;
}
.theme-search {
  height:96px;
  position:absolute;
  bottom:0px;
  left:0;
  opacity:0;
  width:100%;
  text-align:left;
  background-color:#fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index:-1;
}
.theme-search.active {
  z-index:1;
  opacity:1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out,
}
.theme-search .tagify{
  border:none;
  top:50%;
  margin-top:-23px;
  padding-left:30px;
}
.theme-search .tagify__tag,
.theme-search .tagify__input,
.theme-search .tagify__tag__removeBtn {
  font-size:20px;
}
.theme-gallery .theme-search-close {
  background-image:url('../images/icon-search-close.png');
  background-color:transparent;
  position:absolute;
  right:24px;
  top:24px;
}
.theme-gallery .theme-gallery-inner > ul > li figure {
  position: relative;
  border:1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.5s ease-in; }
.theme-gallery .theme-gallery-inner > ul > li figure > img {
  width: 100%; }
.theme-gallery .theme-gallery-inner > ul > li figure figcaption {
  position: absolute;
  background: rgba(15, 15, 15, 0);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.theme-gallery .theme-gallery-inner > ul > li figure figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
.theme-gallery .theme-gallery-inner > ul > li figure figcaption ul li {
  display: block;
  padding: 0 10px;
 }
.theme-gallery .theme-gallery-inner > ul > li figure figcaption .btn {
  width: 192px; }
.theme-gallery .theme-gallery-inner > ul > li figure figcaption .btn img {
  margin-right: 6px; }
.theme-gallery .theme-gallery-inner > ul > li figure figcaption .btn:hover {
  color: #ffffff;
  border-color: #ffffff; }
.theme-gallery .theme-gallery-inner > ul > li figure:hover {
  -webkit-box-shadow: 0 0 0px 0px rgba(139, 173, 197, 0.88);
  box-shadow: 0 0 0px 0px rgba(139, 173, 197, 0.88); }
.theme-gallery .theme-gallery-inner > ul > li figure:hover figcaption {
  background: rgba(15, 15, 15, 0.5); }
.theme-gallery .theme-gallery-inner > ul > li figure:hover figcaption ul {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.theme-gallery .theme-gallery-inner > ul > li figure figcaption .text-left1 {
  position:absolute;
  bottom:-76px;
  left:0;
  display:block;
  padding:0;
  height:76px;
  line-height:76px;
  opacity:1;
  display:none;
}
.lc-section-content .container .lc-blog-title {
  margin-top:50px;
}
.lc-stored-section-221 .qms-form-module .qms-button {
  margin:0 auto;
  display:block;
}
.lc-stored-section-221 .lc-form-recaptcha-branding {
  text-align:center;
}
.qms-blog-summary-heading {
  text-align:center;
}
.lc-section-content .container .lc-blog-word-count {
	display:inline-block;
	margin-right:20px;
}
.lc-section-content .container .qms-blog-post-date {
	margin-bottom:25px;
	display:inline-block;
	vertical-align:top;
}
.lc-section-content .container .qms-blog-post-date::before {
	content:"|";
	display:inline-block;
	position:relative;
	margin:0 22px 0 0;
}
.lc-login-window .form-control,
.lc-login-window .input-group .input-group-addon {
  border:none;
}
.lc-login-window .input-group label,
.lc-reg-wizard label {
  margin-bottom:7px;
  color:#000;
  line-height:1.4;
  font-weight:600;
  letter-spacing:0.2px;
}
.lc-login-window .form-control {
  width:100%;
  font-weight:600;
  letter-spacing:0.2px;
}
.lc-login-window .form-control::placeholder {
  display:none;
}
body.lc-login {
  background-size:cover;
  height:100vh;
}
.lc-login .notification-bar {
  display:none;
}
#login-modal,
#user_register_form_wrap,
#remind-modal,
#remind-modal-success,
#remind-modal-reset,
#reset-modal-success,
#site-modal,
#reg-modal-final,
#existing-user-modal{
  max-width:487px;
  margin:0 auto;
}
.remind-header,
#remind-modal p:not(.popup-title),
#remind-modal-success p:not(.popup-title),
#remind-modal-reset p:not(.popup-title),
#reset-modal-success p:not(.popup-title),
#site-modal p:not(.popup-title),
#reg-modal-final p:not(.popup-title),
#existing-user-modal p:not(.popup-title){
  text-align:left;
  font-size:15px;
  font-weight:600;
}
.domain-list>.item {
  text-align:left;
}
.lc-login-window .btn {
    border-radius: 25px!important;
    padding-left: 35px!important;
    padding-right: 35px!important;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    font-weight: 700;
    border-width: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}
.lc-login-window .btn:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}
.lc-login-window .btn-3,
.registration-wizard .btn-default{
    background: #535fff;
    color: #fff;
    border-radius: 50px;
    padding: 16px 33px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    border:none;
}
.registration-wizard .btn-default {
    width:100%;
}
.lc-login-window .btn-3:hover,
.registration-wizard .btn-default:hover{
    background: #3844e5;
    color: #fff !important;
}
.lc-login-window .content_scroll {
  position:relative;
  padding:10% 40px;
}
.lc-login-window p {
  margin: 0 0 35px 0;
  font-weight:600;
}
.lc-login-window a,
.lc-login-window a:visited,
.lc-login-window a:focus {
  color:#535fff;
  text-decoration:none;
}
.lc-login-window a:hover {
  color:#000;
}
.lc-login-window .checkbox,
#reg_wizard_ai_writer_form .checkbox {
  margin-top:30px;
  margin-bottom:45px;
  text-align:left;
}
#reg_wizard_ai_writer_form .checkbox.disabled {
    position: relative;
}
#reg_wizard_ai_writer_form .checkbox.disabled:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}
.lc-login-window .checkbox a,
#reg_wizard_ai_writer_form .checkbox a {
  text-decoration:underline;
  color:#535fff;
}
#reg_wizard_ai_writer_form .lc-rw-ai-writer-step-2 .checkbox {
  margin-top:12px;
  margin-bottom:0;
  text-align:left;
}
.lc-login-window input[type="checkbox"],
#reg_wizard_ai_writer_form input[type="checkbox"] {
  display:none;
}
.lc-login-window input[type="checkbox"] + label span,
#reg_wizard_ai_writer_form input[type="checkbox"] + label span {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -2px 10px 0px 0px;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #ccc;
}
.lc-login-window input[type="checkbox"]:checked + label span,
#reg_wizard_ai_writer_form input[type="checkbox"]:checked + label span {
    background: transparent url(../images/check.png) no-repeat scroll -6px -4px;
}
.lc-login-window .checkbox label,
#reg_wizard_ai_writer_form .checkbox label {
  padding-left:0px;
  color:#000;
  font-weight:600;
}
#lc-login .lc-login-back {
  color:#666;
  font-weight:700;
  font-size:12px;
  padding-left:15px;
  background-image:url('../images/icon-arrow-back.png');
  background-repeat:no-repeat;
  background-position:left 46%;
  background-size:6px 9px;
  position:absolute;
  top:48px;
  left:40px;
}
#lc-login .lc-login-back:hover {
  color:#000;
  text-decoration:none;
}
.lc-login-window h1 {
  font-size:38px;
  color:#000;
  font-weight:700;
  margin-bottom:33px;
  margin-top:0;
  text-align:left;
  letter-spacing:-0.4px;
}
.lc-login-window .popup-title,
.rw-layout .popup-title{
  font-size:38px;
  color:#1c1c26;
  font-weight:700;
  line-height:50px;
  letter-spacing:0;
  text-align:left;
  letter-spacing:-0.4px;
}
.lc-login-window .popup-caption {
  color:#666;
  margin-bottom:0;
  font-size:12px;
  line-height:26px;
  letter-spacing:0;
  font-weight:500;
}
.lc-login-window{
  background-color:#ffffff;
  position:absolute;
  top:0;
  left:0;
  width:50%;
  height:100%;
  float:left;
  padding:0;
  text-align:center;
  font-size:15px;
  font-weight:600;
  letter-spacing:0;
  border-bottom:8px solid #e5e5e5;
}
.lc-registration-page .lc-login-window::before,
.lc-reg-wizard::before {
  content:"Step 1 of 4";
  font-size:13px;
  color:#000000;
  position:absolute;
  right:20px;
  bottom:15px;
  font-weight:600;
}
.lc-registration-page.no-ai-theme .lc-login-window::before,
.lc-reg-wizard.no-ai-theme::before {
    content:"Step 1 of 3";
}
.lc-reg-wizard::before {
  position:fixed;
  right:calc(50% + 20px);
}
.lc-registration-page .lc-login-window::after,
.lc-reg-wizard::after {
  content:"";
  display:block;
  height:8px;
  position:absolute;
  left:0;
  bottom:-8px;
  background-color:#7fc241;
}
.lc-reg-wizard::after {
  position:fixed;
  bottom:0;
}
.lc-registration-page .lc-login-window::after{
  width:25%;
}
.lc-reg-wizard.step-reg-wizard-ai-writer::before {
  content:"Step 2 of 4";
}
.lc-reg-wizard.step-reg-wizard-ai-writer.no-ai-theme::before {
    content:"Step 2 of 3";
}
.lc-reg-wizard.step-reg-wizard-ai-preferences::before {
  content:"Step 3 of 4";
}
.lc-reg-wizard.step-reg-wizard-ai-pages::before {
  content:"Step 4 of 4";
}
.lc-reg-wizard.step-reg-wizard-colour-palette.no-ai-theme::before {
    content:"Step 3 of 3";
}
.layout-rw .lc-reg-wizard.step-reg-wizard-ai-writer::after {
  width:25%;
}
.layout-rw .lc-reg-wizard.step-reg-wizard-ai-preferences::after {
  width:37.5%;
}
.layout-rw .lc-reg-wizard.step-reg-wizard-ai-pages::after {
  width:50%;
}
.lc-login-logo {
  position:absolute;
  top:20px;
  left:20px;
  display:block;
  width:35px;
  height:40px;
}
.lc-login-window .form-group {
  margin-bottom:10px;
}
.lc-login-window .input-group {
  border:none;
  background-color:transparent;
  height:50px;
  text-align:left;
  width:100%;
}
.lc-login-window .input-group input.form-control {
   font-size:15px;
   line-height:50px;
   height:50px;
   background-color:transparent;
   border:1px solid #d0cfd5;
   box-shadow:none;
   border-radius:4px;
}
.lc-login-window .input-group input.form-control:focus {
  border:1px solid #535fff;
}
.lc-login-window .input-group.has-error input.form-control,
.lc-login-window .input-group.has-error .input-group-addon {
  color: #a94442;
  background-color: #ffe6e6;
}
.lc-login-window .input-group input:-internal-autofill-selected {
  background-color:#efefef!important;
}
.lc-login-window .input-group .input-group-addon {
  padding:0 12px 0 22px;
  line-height:43px;
  height:43px;
}
.lc-login-window .input-group .input-group-addon img {
  width:18px;
}
.lc-login-signup {
  margin-top:30px;
  position:relative;
  display:block;
  color:#666;
}
.lc-reset {
  padding-top:14px;
}
.lc-login-banner {
  width:50%;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  text-align:center;
  overflow:hidden;
}
.layout-rw .lc-login-banner {
  position:fixed;
}
/* .lc-login-banner img {
  transform:translateY(-50%);
  top:50%;
  position:relative;
  max-width:80%;
  height:auto;
} */
.lc-login-social {
  width:100%;
  position:relative;
  clear:both;
}
.popup-caption + .lc-login-social,
.popup-caption + .domain-list {
  margin-top:35px;
}
.lc-reg-signup-text {
  border-top:1px solid #d0cfd5;
  text-align:left;
  width:100%;
  margin:35px 0 17px 0;
  color:#1c1c26;
  float:left;
  font-weight:600;
}
.lc-reg-signup-text span {
  padding:0 20px 0 0;
  background-color:#fff;
  display:inline-block;
  transform:translateY(-50%);
}
.account-exists-message,
.account-exists-message a {
  color:#535fff;
  font-weight:600!important;
  font-size:15px;
}
.account-exists-message {
  display:block;
  margin-bottom:30px;
  margin-top:-15px;
}
.account-exists-message a {
  text-decoration:underline;
}
#user_register_form a {
  font-weight:500;
}
#lcGoogleAuthButton,
#lcFacebookAuthButton,
.g_id_signin {
  position: relative;
  width:calc(50% - 3px)!important;
  height:50px!important;
  display:inline-block;
  color: #fff;
  font-size:15px;
  box-shadow: none;
  text-align: left;
  line-height: 50px;
  border:none;
  border-radius:4px;
  cursor: pointer;
  vertical-align: middle;
  float:left;
  margin-bottom:8px;
  padding-left:0;
  text-align:left;
}
#lcGoogleAuthButton {
  background-color:#202124;
  margin-right:6px;
  padding:5px;
}
.g_id_signin {
    margin-right:20px;
}
.g_id_signin {
    margin-right:20px;
}
#lcFacebookAuthButton {
  background-color:#1877f2;
}
#lcFacebookAuthButton:before {
    content: "";
    display:inline-block;
    position:relative;
    float:left;
    width:20px;
    height:50px;
    margin:0px 10px 0 20px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px 20px;

}
#lcFacebookAuthButton:before {
    background-image: url('../images/login-icon-facebook.png');
    margin:0 10px 0 17px;
}
#lcGoogleAuthButton:hover {
  background-color:#555658;
  transition:background 0.218s ease-in-out;
}
#lcFacebookAuthButton:hover {
  background-color:#0b61d1;
  transition:background 0.4s ease-in-out;
}
#lc-login .email-unique-error-message:not(:empty){
  padding:14px;
  margin-bottom:25px;
  margin-top:-20px;
  clear:both;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background-color: #c05372;
  line-height: 22px;
}
#lc-login .email-unique-error-message a,
#lc-login .email-unique-error-message a:visited {
  color:#ffffff;
  text-decoration:underline;
}
.lc-login-window p {
	color:#1c1c26;
}
.lc-login-errors,
.lc-existing-login-errors,
.reset-header-error{
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #242333;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 10px;
    clear:both;
}
.lc-login-errors p,
.lc-existing-login-errors p,
.email-unique-error-message p,
.reset-header-error p{
    color: #ffffff;
    font-size: 14px;
}
.email-unique-error-message a:hover,
.lc-login-errors a:hover {
  color:#fff;
}
.lc-login-errors > p,
.lc-existing-login-errors > p,
.reset-header-error > p{
    margin: 0;
    padding: 0;
}
.lc-login-window .remind-header-error p:not(.popup-title),
.lc-login-window .remind-header-error-msg p{
  color:#c52452;
}
#lc-login .slimScrollDiv, #lc-login .content_scroll {
  max-height:100vh!important;
}
#lc-login #remind-modal form > div:last-child {
  text-align:center!important;
}
.lc-login-window .exiting-user-registering-msg {
  clear:both;
  margin-bottom:35px;
  color:#1c1c26;
}
.lc-login-window .agreement-error-message {
  color:#c52452;
  padding:20px 0 0 0;
  text-align:left;
  line-height:16px;
  font-size:14px;
}
.lc-login-page .banner-inner .qms-banner-text {
  width:100%;
}
.lc-registration-page .banner-inner,
.lc-login-page .banner-inner,
.layout-rw .banner-inner{
  position:relative;
  width:65%;
  height:auto;
  top:6%;
  min-width:250px;
  min-height:150px;
  margin:0 auto;
}
#user_register_form div[user_type="user,customer,"]:nth-child(7),
#user_register_form div[user_type="user,customer,"]:nth-child(8),
.lc-login-window .lc-password-group{
  width:calc(50% - 10px);
  float:left;
}
#user_register_form div[user_type="user,customer,"]:nth-child(7),
.lc-login-window .lc-password-group:first-child {
  margin-right:20px;
}
.lc-login-window .lc-password-group {
  margin-bottom:20px;
}
.lc-login-window .two-factor-field-note {
	display:inline-block;
	padding-top:10px;
}
.lc-login-window .two-factor-send-again a {
	font-weight:700;
	text-decoration:underline;
}
.lc-login-window .two-factor-send-again-result-success {
	font-weight:700;
	color:#80c141;
}
.layout-rw {
  background-repeat:no-repeat;
  background-size:cover;
  min-height:100vh;
}
.layout-rw .container-fluid {
  padding-left:0;
  padding-right:0;
}
.layout-rw .container-fluid > .row {
  margin-left:0;
  margin-right:0;
}
.layout-rw .container-fluid > .row > div {
  padding:0;
}
.layout-rw #content-wrapper >.lc-sections-content > .lc-section-wrapper:nth-child(2) {
  background:transparent;
}
.layout-rw .qms-text-module {
  padding:10px!important;
}
.lc-reg-wizard {
  background-color:#ffffff;
  position:fixed;
  top:0;
  left:0;
  width:50%;
  height:100%;
  float:left;
  padding:5% 40px;
  text-align:left;
  font-size:15px;
  font-weight:400;
  letter-spacing:0;
  border-bottom:8px solid #e5e5e5;
}
.rw-top {
  position:relative;
  float:left;
  width:100%;
  margin:0;
}
.rw-icon{
  display:block;
  width:150px;
  height:150px;
  margin-top:0;
  margin-bottom:0;
  position:relative;
  float:left;
  background-image:url('../images/icon-rw-animated.gif');
  background-repeat:no-repeat;
  background-position:center 50%;
  background-size:contain;
}
.rw-titles h3 {
  font-size:30px;
  font-weight:400;
  margin-top:20px;
  margin-bottom:10px;
  letter-spacing:-0.4px;
}
.rw-titles h5 {
  font-size:13px;
  color:#666666;
  margin-bottom:30px;
}
.rw-titles h4 {
  font-size:38px;
  font-weight:700;
  color:#1c1c26;
  letter-spacing:-0.4px;
}
.rw-titles h6 {
  font-weight:600;
  font-size:15px;
  margin:20px 0 40px 0;
  color:#1c1c26;
  letter-spacing:0;
}
.registration-wizard {
  max-width:487px;
  margin:0 auto;
}
#reg_wizard_colour_palette_form.registration-wizard {
  max-width:644px;
}
.registration-wizard .lc-color-palette-presets {
  background-color:#f2f2f2;
  border-radius:5px;
  padding:7.5px 0 7.5px 7.5px;
  height:378px;
  overflow-y:scroll;
}
.registration-wizard .lc-color-palette-preset {
  display:block;
  float:left;
  border-radius:5px;
  margin:7.5px;
  overflow:hidden;
  border:1px solid #e4e3e8;
}
.registration-wizard .lc-color-palette-preset > div {
  display:block!important;
  float:left;
}
.registration-wizard .form-control {
  background-color:transparent;
  border:1px solid #d0cfd5;
  padding:10px 16px;
  color:#000000;
  margin-bottom:10px;
  border-radius:4px;
  box-shadow:none;
  -webkit-box-shadow:none;
  font-size:15px;
  font-weight:600;
  letter-spacing:0.2px;
  height:50px;
}
.registration-wizard .form-control:focus {
  border:1px solid #535fff;
}
.registration-wizard .form-control.tagify {
	min-height: 50px;
	height: auto;
  padding: 3px;
  font-size:15px;
}
.registration-wizard .tagify__tag {
  background-color:#7fc241;
  color:#fff;
  margin:2px 0 2px 5px;
  border-radius:3px;
  overflow:hidden;
}
.registration-wizard .tagify__input {
  line-height:24px;
}
.registration-wizard .tagify__tag>div {
  background-color:#7fc241;
  padding:10px;
  color:#fff;
  border-radius:3px 0 0 3px;
}
.registration-wizard .tagify__tag>div::before {
  box-shadow: 0 0 0 1.1em #7fc241 inset;
}
.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
  box-shadow: 0 0 0 1.1em #7fc241 inset!important;
}
.registration-wizard .tagify__tag .tagify__tag__removeBtn {
  color:#fff;
  background-color:#7fc241;
}
.registration-wizard .tagify__input:empty::before {
  color:#9a9a9a;
  line-height:1.2;
}
.registration-wizard textarea.form-control {
  height:120px;
}
.registration-wizard .form-control::placeholder {
  color:#9a9a9a;
}
 .registration-wizard .btn-default {
   margin-top:24px;
   margin-bottom:30px;
 }
 .lc-reg-wizard-footnote {
   font-size:13px;
   color:#1c1c26;
   font-weight:600;
   padding-bottom:50px;
 }
 #user_register_form_wrap .lc-reg-wizard-footnote{
   float:left;
   padding-top:50px;
 }
 #user_register_form_wrap .lc-form-recaptcha-branding {
   text-align:left;
 }
.lc-registration-page .lc-form-recaptcha-branding {
   color:#000;
}
.ai-graphic {
  width:100%;
  height:337px;
  position:absolute;
  background-image:url('../images/registration-wizard-ai.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  background-size:contain;
}
.registration-wizard .link-skip {
  color:#808df6;
  font-weight:700;
}
.registration-wizard .link-skip:hover {
  text-decoration:none;
  color:#000;
}
.rw-palette-desc {
  font-size:15px;
  color:#000;
  font-weight:700;
}
.lc-registration-wizard-errors {
  color:#c52452;
  font-weight:600;
  padding-bottom:10px;
}

.lc-color-palette-preview-iframe-wrap {
  height: 378px;
  overflow: hidden;
  border:1px solid #d0cfd5;
}

.lc-color-palette-preview-iframe {
  width: 400%;
  height: 1505px;
  border: none;
  border-radius: 16px;
  border:1px solid #ececec;
  transform-origin: left top;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}
.lc-visit-new-site-button {
  background-color:#7fc241!important;
}
.lc-visit-new-site-button:hover {
  background-color:#6db42c!important;
  opacity:1;
}
#reg_wizard_colour_palette_form .slimScrollRail,
#reg_wizard_colour_palette_form .slimScrollBar {
  right:2px!important;
}
.lc-field-desc {
	display:inline-block;
	font-size:12px;
	margin-bottom:15px;
}


#lc-b0e87854-234a-461f-bab0-ed7792c8b2af .container-fluid > .row{
  display:flex;
  align-items:center;
}
#lc-b0e87854-234a-461f-bab0-ed7792c8b2af h2.lc-text-font-size-xlarge {
  font-weight:400;
  font-size:22px!important;
}
 #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .lc-button-wrapper {
   display:inline-block;
   margin:20px 20px 0 0;
 }
#lc-0de9ff7d-20f0-41d3-bd82-ebfc88cc084c h5 {
  position:absolute;
  top:-70px;
  left:50px;
}
#qms-btn-f305dd63-fa72-4642-a396-0ce1d195917b,
#qms-btn-aca99662-aeb0-4f4b-8493-1c7f75d0a392 {
  padding:20px 45px!important;
}
#qms-btn-f305dd63-fa72-4642-a396-0ce1d195917b:hover,
#qms-btn-aca99662-aeb0-4f4b-8493-1c7f75d0a392:hover {
  opacity:1;
  background-color:#fb7ef4!important;
  border-color:#fb7ef4!important;
  color:#fff!important;
}
#qms-btn-aca99662-aeb0-4f4b-8493-1c7f75d0a392:hover > span {
  color:#fff!important;
}
#lc-b0e87854-234a-461f-bab0-ed7792c8b2af .col-sm-6:first-child {
  z-index:2;
}
#simple-image-module-c23f0441-9775-486a-aa10-98ba77872aa5 .qms-image-content{
  margin-left:-47%;
  width:110%;
}
#lc-b0e87854-234a-461f-bab0-ed7792c8b2af .qms-text-module img {
  margin-top: -92%;
  width: 52%;
}
#lc-b0e87854-234a-461f-bab0-ed7792c8b2af::before,
#lc-b0e87854-234a-461f-bab0-ed7792c8b2af::after{
  content:"";
  display:block;
  position:absolute;
  background-repeat:no-repeat;
  background-size:100% auto;
}
#lc-b0e87854-234a-461f-bab0-ed7792c8b2af::before {
  width:525px;
  height:288px;
  background-image:url(https://storage.googleapis.com/limecube-live-c29b24b1/root%2Fcurve-bottom-left.png);
  background-position:left bottom;
  left:0;
  bottom:0;
}
#lc-b0e87854-234a-461f-bab0-ed7792c8b2af::after {
  width:382px;
  height:168px;
  background-image:url(https://storage.googleapis.com/limecube-live-c29b24b1/root%2Fcurve-top-right.png);
  background-position:right top;
  right:0;
  top:0;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .spacing-lg>.container-fluid {
	padding-left:50px;
	padding-right:50px;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .col-lg-4 {
	padding-left:0;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .col-lg-8 {
	padding-right:0;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-post-title,
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-post-title a{
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#8a8aa4;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-post-title a:hover{
	color:#ffffff;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-post-description > div {
	padding-bottom:15px!important;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-summary-post-container .qms-blog-post-description:hover,
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-feed-post-container .qms-blog-post-description:hover {
	background-color:#000000;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-post{
	background-color:#0f0f1f;
	align-self:stretch;
}
#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-post:hover{
	background-color:#000000;
}


/* NEW HOME PAGE BANNER */

/*body.lc-client-home:not(.qms-scrolled) .navbar-header .logo,
body.lc-client-pricing:not(.qms-scrolled) .navbar-header .logo {
  display:block;
  width:172.87px;
  height:52px;
  background-image:url("https://storage.googleapis.com/limecube-live-c29b24b1/root%2FMisc%2FLimecube_MasterLogos_Landscape-including-white-text.png");
  background-size:172.87px 52px;
  background-repeat:no-repeat;
  background-position:50% center;
}
body.lc-client-home:not(.qms-scrolled) .navbar-header .logo img,
body.lc-client-pricing:not(.qms-scrolled) .navbar-header .logo img {
	display:none;
}
body.lc-client-home:not(.qms-scrolled) #header .navbar-nav li a,
body.lc-client-home:not(.qms-scrolled) #header .navbar-nav li a:visited,
body.lc-client-home:not(.qms-scrolled) #header .lc-header-custom-text a,
body.lc-client-home:not(.qms-scrolled) #qms-btn-header-cta a.lc-button>span,
body.lc-client-pricing:not(.qms-scrolled) #header .navbar-nav li a,
body.lc-client-pricing:not(.qms-scrolled) #header .navbar-nav li a:visited,
body.lc-client-pricing:not(.qms-scrolled) #header .lc-header-custom-text a,
body.lc-client-pricing:not(.qms-scrolled) #qms-btn-header-cta a.lc-button>span{
	color:#fff;
}
body.lc-client-home:not(.qms-scrolled) #header .navbar-nav li a:hover,
body.lc-client-home:not(.qms-scrolled) #header .lc-header-custom-text a:hover,
body.lc-client-home:not(.qms-scrolled) #qms-btn-header-cta a.lc-button:hover>span,
body.lc-client-pricing:not(.qms-scrolled) #header .navbar-nav li a:hover,
body.lc-client-pricing:not(.qms-scrolled) #header .lc-header-custom-text a:hover,
body.lc-client-pricing:not(.qms-scrolled) #qms-btn-header-cta a.lc-button:hover>span{
	opacity:0.8;
}
body.lc-client-home:not(.qms-scrolled) #qms-btn-header-cta a.lc-button,
body.lc-client-pricing:not(.qms-scrolled) #qms-btn-header-cta a.lc-button{
	border-color:#fff;
}
body.lc-client-home .navbar-toggle .icon-bar,
body.lc-client-pricing .navbar-toggle .icon-bar {
	background-color:#fff;
}*/

#lc-29e76ed4{
	overflow: hidden;
	animation: backgroundSlideIn 2s linear;
}
#lc-29e76ed4::before,
#lc-29e76ed4::after {
	display:block;
	content:"";
	position:absolute;
	background-repeat:no-repeat;
	background-position:50% center;
}
#lc-29e76ed4::before {
	width:353px;
	height:230px;
	top:0;
	right:0;
	background-image:url("https://storage.googleapis.com/limecube-live-c29b24b1/root%2FContent%2Fcurve-top-right2.png");
	z-index:2;
}
/*#lc-29e76ed4::after {
	width:525px;
	height:288px;
	bottom:0;
	left:0;
	background-image:url("https://storage.googleapis.com/limecube-live-c29b24b1/root%2FContent%2Fcurve-bottom-left2.png");
}*/
#lc-29e76ed4 .row {
	display:flex;
	align-items:center;
}
#lc-29e76ed4 .col-sm-6:first-child {
	padding-left:10%;
	padding-right:0;
	z-index:3;
}
#lc-29e76ed4 .col-sm-6:first-child .qms-client-template-area {
	width:140%;
}
#lc-29e76ed4 .col-sm-6:last-child .qms-client-template-area {
	width:120%;
	margin-left:-20%;
	opacity: 0;
	transform: translateX(100%); /* Start from right off the screen */
	animation: fadeInRight 1.2s ease-out 1s forwards;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#lc-29e76ed4 .col-sm-6:first-child h1{
	margin: 40px 0 50px 0;
}
#lc-29e76ed4 .col-sm-6:first-child h2 {
	font-size: 90px;
	line-height: 0.9;
	letter-spacing: -3px;
	font-weight: 600;
}
#lc-29e76ed4 .col-sm-6:first-child h2 .font-color{
	color: #7c85ff !important;
}
#lc-29e76ed4 .col-sm-6:first-child h2 img {
	margin: -100px 0 0 -20px;
}
#lc-29e76ed4 .embed-responsive,
#lc-29e76ed4 iframe{
	border-radius: 30px 0 0 30px;
	border:1px solid #4f2588;
	border-width:1px 0 1px 1px;
}

#lc-29e76ed4 .col-sm-6:last-child .qms-client-template-area {
	/*background: linear-gradient(0deg, #000, #262626);*/
	border-radius: 30px 0 0 30px;
}
#lc-29e76ed4 .col-sm-6:last-child .qms-client-template-area::before {
	content:"";
	width:100vw;
	height:100vh;
	display:block;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background-image:url("https://storage.googleapis.com/limecube-live-c29b24b1/root%2FContent%2Fdark-bg-w-glow2.jpg");
	background-repeat:no-repeat;
	background-position:center right;
	background-size:cover;
	animation: backgroundFadeIn 4s linear;
}
/*#lc-29e76ed4 .col-sm-6:last-child .qms-client-template-area::before,
#lc-29e76ed4 .col-sm-6:last-child .qms-client-template-area::after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	background: linear-gradient(
		45deg,
		#8f27c2,
		#35278b,
		#8f27c2,
		#35278b
	);
	background-size: 400%;
	width: calc(100% + 1px);
	height: calc(100% + 2px);
	z-index: -1;
	animation: animatedGlow 20s linear infinite;
	border-radius: 30px 0 0 30px;
}
#lc-29e76ed4 .col-sm-6:last-child .qms-client-template-area::after {
	filter: blur(200px);
}*/
@keyframes animatedGlow {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 300% 0;
	}
	100% {
		background-position: 0 0;
	}
}
@keyframes backgroundSlideIn {
	0% {
		background-position: 100vw 50%;
	}
	100% {
		background-position: center 50%;
	}
}
@keyframes backgroundFadeIn {
	0% {
		opacity:0;
	}
	50% {
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}
#lc-29e76ed4 .col-sm-6:first-child .lc-button-wrapper {
	min-height:79px;
}
#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e {
	background: rgb(151,53,178);
	background: linear-gradient(90deg, rgba(151,53,178,1) 0%, rgba(108,51,172,1) 100%);
	border:none;
	transition: background 0.2s ease-in-out;
	overflow:hidden;
	padding:1.1em 1.8em 1.0em 1.8em!important;
}
#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e:hover {
	opacity:1;
}
#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(151, 53, 178, 1) 0%, rgba(108, 51, 172, 1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
	z-index:0;
}
#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e:hover::before {
    opacity: 1;
}
#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e > span {
	font-weight:700;
	position:relative;
	z-index:1;
}
#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e:hover > span {
	color:#fff!important;
}
#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e span::after {
	content:"";
	display:inline-block;
	position:relative;
	margin:-5px -15px 0 20px;
	width:40px;
	height:40px;
	background-image:url("https://storage.googleapis.com/limecube-live-c29b24b1/root%2FContent%2Fbutton-icon.png");
	background-repeat:no-repeat;
	background-size:100% auto;
	vertical-align:middle;
	z-index:1;
	transform:rotate(0);
	transition:transform 0.5s ease-in-out;
}
#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e:hover span::after {
	transform:rotate(180deg);
}
.rotateImage-wrapper{
	content:"";
	display:block;
	width:194px;
	height:279px;
	position:absolute;
	top:-180px;
	left:0;
	z-index:5;
	overflow:hidden;
}
#rotateImage {
	position:absolute;
	top:0;
	right:0;
	animation: imageRotate 30s linear infinite;
}
@keyframes imageRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
 }

 @keyframes imageRotatePricing {
  from {
    transform: translate(-50%, -40%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -40%) rotate(-360deg);
  }
 }

#lc-a1097837 h5 {
	position:absolute;
	top:-70px;
	left:50px;
}
.linkpills {
	text-align:center;
	list-style:none;
	padding-left:0!important;
}
.linkpills li {
	margin:0 5px 10px 5px;
	display:inline-block;
	padding:0!important;
	text-align:center;
	left:0!important;
}
.linkpills li a{
	padding:8px 15px 9px 15px;
	background-color:#2a2a38;
	border-radius: 30px!important;
	font-weight: 500;
	border:none;
	display:block;
}
.linkpills li:hover a{
	background: linear-gradient(90deg, rgba(151,53,178,1) 0%, rgba(108,51,172,1) 100%);
	border:none;
	transition: all 0.4s ease-in-out;
}
.linkpills li:hover a {
	text-decoration:none;
}

.qms-blog-post-info .qms-blog-post-date, .qms-blog-post-info .qms-blog-post-author {
    margin-top: 50px;
}

/* New Pricing Page Styles */
.lc-client-pricing {
	background-color:#21213b;
}
#lc-heading-bd3f26af-2ae7-4284-8410-998be2498a76 h1 {
	color:#ffffff;
	font-size:90px;
	font-weight:600;
}
#lc-heading-bd3f26af-2ae7-4284-8410-998be2498a76 h1 span {
	color:#8189f8;
	position:relative;
}
#lc-heading-bd3f26af-2ae7-4284-8410-998be2498a76 h1 span::after {
	display:block;
	content:"";
	width:75px;
	height:75px;
	position:absolute;
	right:-60px;
	top:-30px;
	background-image:url("../images/icon-pricing-ai.png");
	background-repeat:no-repeat;
	background-size:75px;
}
#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01 {
	border:none;
	background:linear-gradient(to right, #873fa5, #5d379c)!important;
	font-size:1.5em;
	padding:1.1em 1.8em 1.0em 1.8em!important;
	font-weight:700;
	overflow:hidden;
	z-index:1;
	position:relative;
}
#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01 span {
	z-index:1;
	position:relative;
}
#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(151, 53, 178, 1) 0%, rgba(108, 51, 172, 1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
	z-index:0;
}
#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01:hover::before {
    opacity: 1;
}
#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01 span::after {
    content: "";
    display: inline-block;
    position: relative;
    margin: -5px -15px 0 20px;
    width: 40px;
    height: 40px;
    background-image: url(https://storage.googleapis.com/limecube-live-c29b24b1/root%2FContent%2Fbutton-icon.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    z-index: 1;
    transform: rotate(0);
    transition: transform 0.5s ease-in-out;
}
#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01:hover {
	opacity:1;
}
#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01:hover span::after {
    transform: rotate(180deg);
}
#lc-d81908ab .qms-box-module-text-wrap {
	border-radius:20px;
}
#lc-d81908ab h5,
#lc-d81908ab h5 + p,
#lc-d81908ab .texth2{
	color:#d473f0!important;
}
#lc-rct-211d4a32-33af-471c-955b-0c10f4a4b5fd h5,
#lc-rct-211d4a32-33af-471c-955b-0c10f4a4b5fd h5 + p,
#lc-rct-211d4a32-33af-471c-955b-0c10f4a4b5fd .texth2{
	color:#828af9!important;
}
#lc-d81908ab hr {
	border-color:#d473f0;
}
#lc-rct-211d4a32-33af-471c-955b-0c10f4a4b5fd hr {
	border-color:#828af9;
}
#lc-rct-211d4a32-33af-471c-955b-0c10f4a4b5fd .qms-box-module-text-wrap{
	border:2px solid #828af9;
}
#lc-d81908ab h6 {
	font-size:14px;
	font-weight:900;
	margin-top:40px;
	margin-bottom:0;
	line-height:27px;
}
#lc-d81908ab ul {
    padding-left: 5px;
    list-style-type: none;
    list-style-image: url("../images/pricing-tick.png");
    list-style-position: outside;
}

#lc-d81908ab li {
    margin-bottom: 0;
    line-height: 27px;
    padding-left: 10px;
	font-weight:500;
}

#lc-d81908ab li.not-applicable {
    color: #767676 !important;
    list-style-image: url("../images/pricing-cross.png");
    list-style-position: outside;
    padding-left: 10px;
}
#lc-d81908ab div[id^="lc-box-btn"] {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%, 50%);
	width:80%;
}
#lc-d81908ab div[id^="lc-box-btn"] a,
#qms-btn-9f8ea90f-4fdf-4cdd-97c2-c81fbb28ce14{
	margin-top:0;
	width:100%;
	background: linear-gradient(to right, #873fa5, #5d379c);
	border:none;
	font-size:1.5em;
	padding:1.1em 1.8em 1.0em 1.8em!important;
	font-weight:700;
}
#lc-d81908ab div[id^="lc-box-btn"] a:hover,
#qms-btn-9f8ea90f-4fdf-4cdd-97c2-c81fbb28ce14:hover {
	background: linear-gradient(to left, #873fa5, #5d379c);
	opacity:1;
	color:#ffffff;
}
#lc-d81908ab div[id^="lc-box-btn"] a:hover span,
#qms-btn-9f8ea90f-4fdf-4cdd-97c2-c81fbb28ce14:hover span {
	color:#ffffff;
}
#lc-rct-211d4a32-33af-471c-955b-0c10f4a4b5fd::before {
	content:"";
	display:block;
	width:276px;
	height:276px;
	position:absolute;
	top:0;
	left:50%;
	background-image: url("../images/circular-text.png");
	transform:translate(-100%, -100%);
	animation: imageRotatePricing 30s linear infinite;
}
#qms-btn-9f8ea90f-4fdf-4cdd-97c2-c81fbb28ce14 {
	width:auto;
}
#qms-btn-f7810a71-009e-4c78-8fec-7ae640c96274 {
	font-size:1.5em;
	padding:1.1em 1.8em 1.0em 1.8em!important;
	font-weight:700;
}
#textLink-m0qb67sjl5cghfjws7 {
	color:#8189f8;
	position:relative;
	font-size:24px;
	line-height:40px;
}
#textLink-m0qb67sjl5cghfjws7:nth-child(2)::after {
	content:"";
	display:block;
	width:48px;
	height:24px;
	background-image: url("../images/icon-australian-flag.png");
	background-size:100%;
	position:absolute;
	right:-60px;
	bottom:5px;
}
.lc-currency-wrapper {
	margin:60px auto 0 auto;
	position:relative;
	font-size:22px;
	text-align:center;
}
.lc-currency-wrapper label {
	font-weight:700;
}
.lc-currency-selector {
	color:#fff;
	background-color:transparent;
	border:1px solid #fff;
	padding:2px 35px 2px 15px;
	border-radius:6px;
	font-size:22px;
	-webkit-appearance: none; /* Chrome, Safari */
	-moz-appearance: none; /* Firefox */
	appearance: none; /* standard */
	background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white"><polygon points="0,0 20,0 10,10"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px top 55%;
	background-size: 10px;
	margin-left:10px;
}
.lc-currency-selector option {
	color:#000;
}

/* New Pricing Page Style ENDS */


@media (max-width: 1400px) {
	#lc-29e76ed4 .col-sm-6:first-child h2 {
		font-size:70px!important;
		line-height:48pt;
	}
	#lc-29e76ed4 .col-sm-6:first-child h2 img {
		margin: -100px 0 0 -16px;
		width:60px;
		height:60px;
	}
}
@media (max-width: 1280px) {
	#lc-29e76ed4 .col-sm-6:first-child h2 {
		font-size:60px!important;
		line-height:50pt;
	}
}
@media (max-width: 1024px) {
	/*body.lc-client-home:not(.qms-scrolled) .navbar-header .logo,
	body.lc-client-pricing:not(.qms-scrolled) .navbar-header .logo{
		display:block;
		width:132.97px;
		height:40px;
		background-size:132.97px 40px;
	}*/
	#lc-29e76ed4::before {
		display:none;
	}
	#lc-29e76ed4 .col-sm-6:first-child .qms-client-template-area {
		width:150%;
	}
	#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e {
		padding:0.8em 1.2em 0.9em 1.2em!important;
	}
	#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e span {
		font-size:1em;
	}
	#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e span::after {
		width:30px;
		height:30px;
	}
}
@media (max-width: 1023px) {
	#lc-29e76ed4 .col-sm-6 {
		width:100%;
	}
	#lc-29e76ed4 .row {
		flex-wrap:wrap;
	}
	#lc-29e76ed4 .col-sm-6:first-child {
		padding:100px 30px 50px 30px;
	}
	#lc-29e76ed4 .col-sm-6:first-child .qms-client-template-area {
		width:100%;
	}
	#lc-29e76ed4 .col-sm-6:last-child {
		padding:0 0 100px 30px;
	}
	#lc-29e76ed4 .col-sm-6:last-child .qms-client-template-area {
		width:100%;
		margin-left:0;
	}
	#lc-29e76ed4 .col-sm-6:last-child .qms-client-template-area::before {
		width:200vw;
		background-position:center right;
	}
	#lc-29e76ed4 .col-sm-6:first-child h2 img {
		margin: -65px 0 0 -11px!important;
		width:50px;
		height:50px;
		display:inline-block;
	}
	#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e span::after {
		margin: 0 0 0 15px;
	}
}
@media (max-width: 768px) {
	#lc-29e76ed4 .col-sm-6:first-child h2 {
		font-size:50px!important;
		line-height:40pt;
	}
	.rotateImage-wrapper{
		width:120px;
		height:184px;
		top:-80px;
	}
	#rotateImage {
		width:auto;
		height:184px;
	}
}
@media (max-width: 767px) {
	#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01 span {
		font-size:1em;
		line-height:1em;
	}
	#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01 span::after {
		display:none;
	}
	#lc-29e76ed4 .col-sm-6:first-child {
		padding:100px 30px 50px 30px;
	}
	#lc-29e76ed4 .col-sm-6:last-child {
		padding:0 0 100px 30px;
	}
	#lc-29e76ed4 .col-sm-6:first-child h2 {
		font-size:34px!important;
		line-height:30pt;
		letter-spacing:-2px;
	}
	#lc-29e76ed4 .col-sm-6:first-child h2 img {
		margin: -44px 0 0 -5px!important;
		width:30px;
		height:30px;
	}
	#lc-29e76ed4 .col-sm-6:first-child h1 {
		font-size:1.4em!important;
		margin:30px 0 40px 0;
	}
	#lc-d81908ab .col-sm-4 {
		margin-bottom:55px;
	}
	#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e {
		padding:0.8em 0.8em 0.8em 1.3em!important;
	}
	#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e span {
		font-size:0.8em;
	}
	#qms-btn-dd6da572-ce67-4db7-90e6-66b7bb1d1c5e span::after {
		margin: -5px 0 0 8px;
		width: 30px;
		height:30px;
	}
	#lc-dca208cf img {
		width:60px;
		height:auto;
	}
	#lc-heading-bd3f26af-2ae7-4284-8410-998be2498a76 h1 {
		font-size:34px;
		font-weight:600;
		padding-top:30px;
	}
	#lc-rct-211d4a32-33af-471c-955b-0c10f4a4b5fd::before {
		display:none;
	}
	#lc-heading-bd3f26af-2ae7-4284-8410-998be2498a76 h1 span::after {
		width:45px;
		height:45px;
		right:-40px;
		top:-20px;
		background-size:45px;
	}
	#textLink-m0qb67sjl5cghfjws7 {
		font-size:19px;
		line-height:1.1;
	}
	#textLink-m0qb67sjl5cghfjws7:nth-child(2)::after {
		display:none;
	}
	#qms-btn-dcc0a4e2-10f7-4bde-b1fa-eabeff51fa01 {
		font-size:1em;
		padding:1.1em 1.8em 1.0em 1.8em!important;
		line-height:1em;
	}
	.lc-section-content .container .qms-blog-post-date::before {
		display:none;
	}
}
/* NEW HOME PAGE BANNER ENDS*/


@media (min-width: 1481px) {
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .container-fluid {
    padding-left:200px;
    padding-right:200px;
  }
  #lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-post-title,
	#lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-post-title a{
	font-size:16px;
	line-height:24px;
	}
  #lc-2fcd0fab-c6c0-4884-9936-21356f2bea2d .qms-blog-summary .space-around {
	 padding:30px!important;
  }
}
@media (max-width: 1680px) {
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af h2 {
    font-size:95px!important;
    line-height:1!important;
  }
  #qms-btn-f305dd63-fa72-4642-a396-0ce1d195917b,
  #qms-btn-aca99662-aeb0-4f4b-8493-1c7f75d0a392 {
    padding:15px 25px!important;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .qms-text-module img {
    margin-top: -88%;
  }
}
@media (max-width: 1366px) {
  .theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li a,
  .theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li.cate-heading{
    font-size:13px;
  }
  .theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li {
    padding:6px 15px;
  }
  .registration-wizard {
    padding:20px 0 16px 0;
    position:relative;
    width:100%;
    transform:none;
    top:0;
    left:0;
  }
  .registration-wizard h3 {
    margin-top:20px;
  }
  .registration-wizard h5 {
    margin-bottom:40px;
  }
  .registration-wizard .btn-default {
    margin-top:25px;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .qms-text-module img {
    margin-top: -93%;
  }

}
@media (max-width: 1366px) and (min-width:1281px) {
  .registration-wizard .lc-color-palette-presets {
    padding:5px 0 5px 5px;
  }
  .registration-wizard .lc-color-palette-preset {
    margin:5px;
  }
}
@media (max-width: 1280px) and (min-width:769px) {
  .registration-wizard .lc-color-palette-presets {
    padding:2px 0 2px 2px;
  }
  .registration-wizard .lc-color-palette-preset {
    margin:2px;
  }
}
@media (max-width: 1365px) {
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af h2 {
    font-size:75px!important;
  }
  #qms-btn-f305dd63-fa72-4642-a396-0ce1d195917b,
  #qms-btn-aca99662-aeb0-4f4b-8493-1c7f75d0a392 {
    padding:12px 15px!important;
    font-size:1.2em;
  }
}
@media (max-width: 1299px) {
  /***Theme section***/
  .themes-sec {
    color: #787878;
  }
  .themes-sec h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 70px;
    font-weight: 800;
    color: #0f0f0f; }
  .themes-sec .btn {
    margin-top: 30px;
    min-width: 200px;
    width: 200px;
    display: block;
    margin: auto; }
  .themes-sec .container > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .themes-sec .container > ul > li {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 50%; }
  .themes-sec .container > ul > li:first-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    text-align: center; }
  .themes-sec .container > ul > li:first-child h2 {
    margin-bottom: 50px;
    text-align: center; }
  .themes-sec .container > ul > li:first-child p {
    margin-bottom: 56px!important; }
  .themes-sec figure {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 80px 0px rgba(139, 173, 197, 0.88);
    box-shadow: 0 0 80px 0px rgba(139, 173, 197, 0.88);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .themes-sec figure > img {
    width: 100%; }
  .themes-sec figure figcaption {
    position: absolute;
    background: rgba(15, 15, 15, 0);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .themes-sec figure figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center; }
  .themes-sec figure figcaption ul li {
    display: inline-block;
    padding: 0 10px; }
  .themes-sec figure figcaption .btn {
    min-width: 10px; }
  .themes-sec figure figcaption .btn img {
    margin-right: 6px; }
    #lc-b0e87854-234a-461f-bab0-ed7792c8b2af h2.lc-text-font-size-xlarge {
      font-size:20px!important;
      line-height:1.3!important;
    }
}
@media (min-width: 1025px) {
  body.lc-login {
    overflow-y:hidden;
  }
}
@media (max-width: 1199px) {
  .themes-sec {
    padding-top: 100px; }
  .themes-sec figure figcaption ul li {
    margin: 10px 0; }
    #lc-b0e87854-234a-461f-bab0-ed7792c8b2af::before,
    #lc-b0e87854-234a-461f-bab0-ed7792c8b2af::after{
      display:none;
    }
}
@media (max-width: 1199px) and (min-width:1025px) {
  .navbar-header>.navbar-brand img {
    height:41px;
  }
  #header .mob-no  {
    margin-left:0;
  }
  #header .mob-no a {
    padding-left:20px;
    padding-right:20px;
  }
  #header .nav>li>a {
    padding-left:10px;
    padding-right:10px;
  }
}

@media (max-width: 1024px) {
  .texth2 {font-size: 30px!important; letter-spacing: 0px; line-height: 1.1;}
  .texth3 {font-size: 22px!important; letter-spacing: 0px; line-height: 1.1;}
  .texth4 {font-size: 20px!important; letter-spacing: 0px; line-height: 1.1;}
  .mob-no.mobile-only {
    float:right!important;
    margin-left:auto;
  }
  .mob-no.mobile-only a {
    background-color:transparent;
    border-color:#1c1c26;
    border-radius:27px;
    color:#1c1c26;
    padding:5px 20px;
    text-transform:uppercase;
  }
  .themes-sec {
    padding-top:0;
  }
  .theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li.cate-heading {
    position:absolute;
    top:20px;
    left:20px;
  }
  .theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul {
    flex-wrap:wrap;
    padding-left:125px;
    justify-content:flex-start;
    position:relative;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af h2 {
    font-size:65px!important;
  }
  #qms-btn-f305dd63-fa72-4642-a396-0ce1d195917b,
  #qms-btn-aca99662-aeb0-4f4b-8493-1c7f75d0a392 {
    padding:12px 12px!important;
    font-size:1.1em;
  }
}
@media (max-width: 992px) {
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .container-fluid > .row {
    display:block;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .col-sm-6 {
    width:100%;
  }
  #simple-image-module-c23f0441-9775-486a-aa10-98ba77872aa5 {
    width:80%;
  }
  #simple-image-module-c23f0441-9775-486a-aa10-98ba77872aa5 .qms-image-content {
    margin-left:auto;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .qms-text-module img {
    margin-top:-69%!important;
    margin-right:0!important;
    width:40%;
  }
}
@media (max-width: 820px) {
  .theme-gallery .theme-gallery-inner > ul {
    margin: 0 -15px;
  }
  .theme-gallery .theme-gallery-inner > ul > li{
    padding:0 15px;
    margin-bottom:30px;
  }
  .themes-sec .container > ul > li:first-child h2 {
    margin-bottom: 30px; }
  .themes-sec .container > ul > li:first-child p {
    margin-bottom: 30px; }
  .theme-gallery .theme-gallery-inner > ul > li {
    width:50%;
  }
  .default .theme-gallery .theme-gallery-inner > ul > li {
    width:50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  body.lc-login {
    padding-top:0;
    height:auto;
    background-position:center bottom;
    background-size:cover;
  }
  .lc-login-window,
  .lc-reg-wizard{
    position:relative;
    width:100%;
    height:auto;
    float:left;
  }
  .lc-reg-wizard {
    overflow:unset;
  }
  .lc-reg-wizard::before {
    position:absolute;
    right:20px;
  }
  .lc-reg-wizard::after {
    position:absolute;
    bottom:-8px;
  }
  .layout-rw .lc-reg-wizard.step-reg-wizard-ai-writer::after {
    width:50%;
  }
  .layout-rw .lc-reg-wizard.step-reg-wizard-ai-preferences::after {
    width:75%;
  }
  .layout-rw .lc-reg-wizard.step-reg-wizard-ai-pages::after {
    width:100%;
  }
  #login-modal {
    margin:0 auto;
  }
  .lc-registration-page .lc-login-banner,
  .layout-rw .lc-login-banner {
    width:100%;
    height:auto;
    position:relative;
    float:left;
    padding:40px;
  }
  .lc-login-page .lc-login-banner,
  .layout-rw .lc-login-banner {
    width:100%;
    height:auto;
    position:relative;
    float:left;
    padding:0;
  }
  .lc-registration-page .banner-inner,
  .lc-login-page .banner-inner,
  .layout-rw .banner-inner {
    top:0;
    margin-top:6%;
  }
  .lc-registration-process-popup {
    width:100%;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .container-fluid > .row {
    display:block;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .col-sm-6 {
    width:100%;
  }
  #simple-image-module-c23f0441-9775-486a-aa10-98ba77872aa5 {
    width:80%;
  }
  #simple-image-module-c23f0441-9775-486a-aa10-98ba77872aa5 .qms-image-content {
    margin-left:auto;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .qms-text-module img {
    margin-top:-69%!important;
    margin-right:0!important;
    width:40%;
  }
}
@media (max-width: 768px) {
  #lcGoogleAuthButton,
  #lcFacebookAuthButton {
    float: left;
    margin:0;
  }
  #lcGoogleAuthButton {
    margin-right:6px;
  }
  .theme-gallery .theme-gallery-inner > ul {
    margin: 0 -15px;
  }
  .theme-gallery .theme-gallery-inner > ul > li{
    padding:0 15px;
    margin-bottom:30px;
  }
  .themes-sec .container > ul > li:first-child h2 {
    margin-bottom: 30px; }
  .themes-sec .container > ul > li:first-child p {
    margin-bottom: 30px; }
  .theme-gallery .theme-gallery-inner > ul > li {
    width:50%;
  }
  .default .theme-gallery .theme-gallery-inner > ul > li {
    width:50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .theme-gallery .theme-gallery-inner > ul > li:first-child {
    margin-bottom:30px;
  }
  .theme-search {
    height:auto;
    min-height:96px;
  }
  .theme-search .tagify {
    margin-top:25px;
  }
  .lc-section-content .container h1.lc-blog-title {
    font-size: 34px
  }
}
@media (max-width: 767px) {
  #lcGoogleAuthButton,
  #lcFacebookAuthButton {
    float: left;
    margin:0;
  }
  .texth3 {font-size: 24px!important; letter-spacing: 0.85px;}
  .texth4 {font-size: 18px!important; letter-spacing: 0.66px;}
  .lc-sections-content .lc-section-wrapper:first-child .lc-section-content.lc-section-padding-top-large {
    padding-top:80px!important;
  }
  .mob-no.mobile-only a {
    border-radius:20px;
  }
  .themes-sec {
    position: relative;
    padding-top: 0; }
  .themes-sec .container > ul > li {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 100%; }
  .themes-sec .container > ul > li:first-child h2 {
    font-size: 40px; }
  .themes-sec .container > ul > li:first-child .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px; }
  .themes-sec .container > ul > li:first-child p{
    line-height:24px!important;
  }
  .theme-gallery .theme-gallery-inner > ul > li {
    width:100%;
    margin-bottom:20px;
  }
  .default .theme-gallery .theme-gallery-inner .grid-item.stamp,
  .default .theme-gallery .theme-gallery-inner > ul > li {
    width:100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .default .theme-gallery .theme-gallery-inner .grid-item.stamp {
    margin-bottom:40px;
  }
  #lc-db705b88-05e9-4bbf-bfac-15faff6e4acc .lc-button-module a{
    font-size:1em;
  }
  .theme-gallery .theme-gallery-inner > ul > li:first-child {
    margin-bottom:20px;
  }
  .lc-login-social {
    width:100%;
    text-align:center;
  }
  #lcGoogleAuthButton,
  #lcFacebookAuthButton {
    width:100%!important;
    margin:0 0 8px 0;
    float:none;
  }
  #lc-login .slimScrollDiv, #lc-login .content_scroll {
    max-height:none!important;
  }
  .lc-login-window .content_scroll,
  .lc-reg-wizard {
    position:relative;
    padding:80px 40px 60px 40px;
  }
  .lc-login-page .banner-inner .qms-banner-module-image {
    height:300px!important;
  }
  .theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul li.cate-heading {
    position:absolute;
    top:15px;
    left:10px;
  }
  .theme-gallery .theme-gallery-inner > ul > li:first-child .sorting-area ul {
    flex-wrap:wrap;
    padding:55px 10px 15px 10px;
    justify-content:space-between;
    position:relative;
  }
  .theme-gallery .theme-gallery-inner > ul > li figure figcaption .btn {
    width:150px;
    min-width:150px;
    padding:10px 20px!important;
    font-size:16px;
  }
  .default .theme-gallery .theme-gallery-inner .grid-item.stamp .qms-text-module {
    flex-wrap:wrap;
    flex-direction:column;
  }
  .default .theme-gallery .theme-gallery-inner .grid-item.stamp .qms-text-module h3,
  .default .theme-gallery .theme-gallery-inner .grid-item.stamp .qms-text-module p {
    padding:0;
  }
  .ai-graphic {
    position:relative;
  }
  .registration-wizard .form-group {
    padding:0 15px;
  }
  .registration-wizard .text-right {
    text-align:left;
  }
  .registration-wizard .col-sm-5 {
    margin-bottom:20px;
  }
  .registration-wizard .col-sm-6 {
    padding-left:0;
    padding-right:0;
    margin-bottom:20px;
  }
  .registration-wizard .col-sm-6 {
    padding-left:0;
    padding-right:0;
    margin-bottom:20px;
  }
  .rw-icon {
    background-position:center 50%;
    width:100%;
  }
  .lc-reg-wizard .col-sm-12 {
    padding:0;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af h2 {
    font-size:50px!important;
    margin-top:40px;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .qms-text-module img {
    margin-top:-65%!important;
    width:35%;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af h5 {
    font-size:1.2em!important;
  }
  #lc-0de9ff7d-20f0-41d3-bd82-ebfc88cc084c h5 {
    top:-30px;
    left:20px;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af {
    align-items:flex-start;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .lc-button-wrapper {
    margin-right:10px;
  }
  #lc-b0e87854-234a-461f-bab0-ed7792c8b2af .lc-button-wrapper:last-child {
    margin-right:0;
  }
  .lc-login-window,
  .lc-login-window .input-group input.form-control,
  .lc-reg-wizard,
  .rw-titles h6,
  .registration-wizard .form-control,
  .registration-wizard .form-control.tagify,
  .rw-palette-desc,
  .remind-header,
  #remind-modal p:not(.popup-title),
  #remind-modal-success p:not(.popup-title),
  #remind-modal-reset p:not(.popup-title),
  #reset-modal-success p:not(.popup-title),
  #site-modal p:not(.popup-title),
  #reg-modal-final p:not(.popup-title),
  #existing-user-modal p:not(.popup-title){
    font-size:13px;
  }
  .lc-login-window .btn-3,
  .registration-wizard .btn-default{
      white-space: normal;
      width:100%;
      border-radius:50px!important;
  }
  .registration-wizard .lc-color-palette-presets {
    height:260px;
  }
  .rw-titles h4,
  .lc-login-window .popup-title,
  .rw-layout .popup-title{
    line-height:1.0;
  }
  .rw-titles h6 {
    margin-bottom:20px;
  }
  #reg_wizard_ai_writer_form,
  #reg_wizard_colour_palette_form {
    padding-top:0;
  }
  #reg_wizard_colour_palette_form .col-sm-6:first-child .slimScrollDiv {
    max-height:260px!important;
  }
  #footer .margin-none-copyright-social a {
	  display:inline-block;
	  margin:0 20px 0 0;
  }
  .lc-section-content .container .qms-blog-post-date {
	padding-left:15px;
	margin-bottom:25px;
	}
}
@media (max-width: 374px) {
  .mob-no.mobile-only a {
    border-radius:18px;
    padding:5px 10px;
    font-size:12px;
  }
  .lc-login-window .popup-title,
  .rw-layout .popup-title {
    line-height:40px;
  }
  .registration-wizard .lc-color-palette-presets {
    padding:4px 0 4px 4px;
  }
  .registration-wizard .lc-color-palette-preset {
    margin:4px;
  }
}


/* Dashboard Blog Feed Iframe Styles */
.lc-layout-iframe {
	background-color:#21213b;
}
.lc-layout-iframe .gdbp_banner_wrapper,
.lc-layout-iframe #cookies-eu-banner {
	display:none!important;
}
.lc-layout-iframe .qms-blog-summary-post-container {
	margin:0!important;
}
.lc-layout-iframe .qms-blog-post {
	margin:0 7.5px;
	border-radius:4px!important;
	height:160px;
}
.lc-layout-iframe .qms-blog-post-title {
	margin-bottom:5px!important;
	line-height:20px!important;
}
.lc-layout-iframe .qms-blog-post-title a{
	font-size:14px!important;
}
.lc-layout-iframe .qms-blog-summary .slick-arrow {
	background-color:#131321;
	width:30px;
	height:30px;
	top:80px;
	margin-top:-15px;
}

.lc-layout-iframe .qms-blog-summary .slick-arrow::before {
	border-color:#fff;
	border-width:0 1px 1px 0;
	padding:3px;
}

/* Dashboard Blog Feed Iframe Styles END*/
.is-valid{
	position:relative;
}

.invalid-feedback, .is-valid .invalid-feedback {
  display: none;
}

.is-invalid .invalid-feedback {
  display: block;
}
.is-valid::after,
.is-invalid .invalid-feedback::after {
	content:"";
	display:block;
	width:24px;
	height:24px;
	background-image:url('../images/weak-pass-icon.png');
	background-repeat:no-repeat;
	background-position:50% center;
	background-size:contain;
	position:absolute;
	top:44px;
	right:15px;
}
.is-valid::after{
	background-image:url('../images/strong-pass-icon.png');
}
.invalid-feedback {
  color: #f88832;
  font-size:13px;
  line-height:1.5;
}
#user_password_field + div[data-lastpass-icon-root] {
    display: none !important;
}
input[name="data[user_password_retype]"] + div[data-lastpass-icon-root] {
    display: none !important;
}
@media only screen and (max-width: 767px) {
	.is-valid::after,
	.is-invalid .invalid-feedback::after {
		top:41px;
	}

}

#two-factor-field-wrapper {
  display: none;
}

#two-factor-send-again-result {
  display: none;
}
