/*!
* Copyright (c) 2015, Simvoly All Rights Reserved.
*  Author Ivan Nikolchov
*/

/* GENERAL STYLING */
/* latin-ext */
/* cyrillic-ext */
@font-face {
  font-family: 'Simvoly Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Simvoly Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Simvoly Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Simvoly Open Sans';
  font-weight: 400;
  font-style: normal;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
  font-style: normal; /* this line fixes coloring problems in Netbeans's CSS editor... */
}
/* vietnamese */
@font-face {
  font-family: 'Simvoly Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Simvoly Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Simvoly Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html {
  height: 100%;
}

body {
  background: #fff;
  margin: 0px;
  padding: 0px;
  font-family: 'Simvoly Open Sans', 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
  font-size: 13px;
  height: 100%;
}

a { 
  text-decoration: none;
}

a, img {
  border: 0px;
}

p {
  margin: 0px;
}

input, textarea, select {
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

h1, .h1 {
  margin: 0px;
  font-size: 72px;
}

h1.theme-logo {
  font-size: 14px;
}

h2, .h2 {
  margin: 0px;
  font-size: 42px;
}

h3, .h3 {
  margin: 0px;
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 10px;
}

.t-center {
  text-align: center !important;
  line-height: 1.4;
}

.bold {
  font-weight: bold;
}

#cpanel-ajax-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  /*background: rgba(0,0,0,.2); */
  z-index: 2147483640;
  top: 0;
  left: 0
}

#cpanel-ajax-overlay div {
  font-family: "PT Sans", "Open sans", Arial, sans-serif;
  font-size: 15px;
  padding: 8px 11px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background: #2f323a;
  color: #fff;
  font-style: italic;
  position: absolute;
  top: 0px;
  right: 2%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

#cpanel-ajax-overlay.slow-ajax div {
  opacity: 1 !important;
}

.clear-both {
  clear: both;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.c-both {
  clear: both;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center;
}

.z-margin {
  margin: 0px !important;
}

.z-padding {
  padding: 0px !important;
}

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul li, ol li {
  padding: 0px;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.hidden {
  display: none !important;
}

.centered {
  text-align: center;
}

a:hover, .cursor-pointer {
  cursor: pointer;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #4eb3ea !important;
}

a.button, a.button:hover, .transition, .transition:hover {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;

  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.transition-color {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.transition-transform {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.transition-all {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.transition-all2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slow-transition-all {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.transition-bg {
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.transition-border {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.color-white {
  color: #ffffff;
}

.light-gray {
  color: #f5f5f5;
}

.blue {
  background: #4eb3ea;
}

.red,
.connect-btn.red {
  background: #e25141;
}

.green {
  background: #58ba55;
  transition: color 0.3s ease;
}

.blue-text {
  color: #4eb3ea;
}

.gray {
  background: #2f323a;
  transition: background 0.3s ease;
}

.dark-gray {
  background: #2f323a;
}

.button.blue:hover, .middle-button.blue:hover, .big-button.blue:hover, .blue:hover {
  color: #ffffff;
  background: #67bfef;
}

.button.gray:hover, .middle-button.gray:hover, .big-button.gray:hover, .gray:hover {
  color: #ffffff;
  background: #454952;
}

.cpanel-popup-nav .middle-button.gray:hover {
  background: #fff;
}

.button.green:hover, .middle-button.green:hover, .big-button.green:hover, .green:hover {
  color: #ffffff;
  background: #61bd6d;
  transition: color 0.3s ease;
}

.dark-gray:hover {
  background: #4eb3ea;
}

a.red:hover,
.connect-btn.red:hover {
  background: #f76c5d;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Login Modal

-----------------------------------------------------  */

.login-background .col10 {
  width: 100%;
  height: calc(100vh - 40px);
  float: left;
  position: relative;
}

.login-background {
  height: calc(100vh - 40px);
  width: 100%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  background: url(/images/login-bg3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.login-background .image-background {
  background: url(/images/login-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.login-background .form-inner-wrapper {
  position: absolute;
  left: 50%;
  top: 10%;
  background: #fff;
  padding: 40px 30px 50px;
  margin-left: -240px;
  text-align: center;
  width: 90%;
  max-width: 480px;
  box-sizing: border-box;
}

.form-inner-wrapper img {
  margin-bottom: 30px;
}

.form-inner-wrapper h2 {
  font-size: 36px;
  margin-bottom: 10px;
  display: block;
}

.form-inner-wrapper .slogan {
  font-size: 16px;
  color: #777;
  display: block;
  line-height: 1.4;
}

.form-inner-wrapper input {
  width: 100%;
  float: left;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 19px 0;
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-inner-wrapper input[type="text"],
.form-inner-wrapper input[type="password"] {
  text-indent: 14px;
}

.form-inner-wrapper input:focus {
  border-color: #4eb3ea;
  transition: border-color 0.3s ease;
}

.form-inner-wrapper span {
  color: #777;
}

.form-inner-wrapper span.info {
  line-height: 1.4;
  font-size: 14px;
  margin-top: 20px;
  display: block;
}

.form-inner-wrapper .buttons-wrapper {
  float: left;
  width: 100%;
  margin: 40px 0 20px;
  text-align: center;
}

.form-inner-wrapper a.middle-button {
  float: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

.form-inner-wrapper .back-to-builder-r p {
  margin-right: 0;
  margin-left: 15px;
}

.form-inner-wrapper .error {
  color: #eb6a56;
}

.forgot-password {
  display: block;
  margin-bottom: 25px;
}

.final-line {
  float: left;
  width: 100%;
  text-align: center;
  color: #777;
  font-size: 14px;
  margin-top: 15px;
}

.login-modal-info {
  font-size: 18px;
  margin: 0 0 20px 0;
  display: block;
}

.login-modal-wrapper {
  width: 460px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -200px;
  margin-left: -230px;
  color: #71777d;
  padding-bottom: 70px;
}

.login-input-wrapper {
  width: 100%;
  max-width: 370px;
  margin: 40px auto;
}

.button {
  padding: 0 23px;
  color: #ffffff;
  font-size: 13px;
  display: block;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  height: 33px;
  line-height: 33px;
  text-align: center;
  min-width: 28px;
}

.middle-button {
  color: #ffffff;
  border: none;
  float: left;
  font-size: 13px;
  padding: 0 22px;
  display: block;
  text-align: center;
  height: 42px;
  line-height: 42px;
  min-width: 35px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.middle-button.disabled {
  background: #ccc !important;
}

.middle-button-big {
  height: 48px;
  line-height: 48px;
}

.middle-button2 {
  height: 38px;
  border: 2px solid #2f323a;
  line-height: 38px;
  color: #2f323a;
}

.middle-button2:hover {
  background: #2f323a;
  color: #fff;
}

.big-button {
  color: #ffffff;
  border: none;
  font-size: 14px;
  padding: 20px 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 35px;
}

.next-button p {
  display: inline-block;
  margin-left: 15px;
}

.login-input-wrapper .button-wrapper {
  display: block;
  float: right;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 10px;
}

.login-input-wrapper .button-wrapper .middle-button {
  float: right;
  padding: 0px;
  width: 100%;
  cursor: pointer;
  line-height: 54px;
  height: 54px;
  font-size: 15px;
}

.logo-login {
  background: url('/images/big-logo.png') no-repeat;
  width: 44px;
  height: 53px;
  background-size: cover;
  margin: 30px auto 0px;
  display: block;
}

.terms-agree {
  text-align: center;
  margin-bottom: 25px;
  display: block;
  color: #777;
  line-height: 1.4;
}

.username-example {
  margin-top: -5px;
  margin-bottom: 10px;
  display: block;
}

.login-logo {
  margin: 0 auto 40px;
  display: block;
  width: 50px;
  opacity: .3;
}

.form-wrapper .back-btn {
  background: url(/images/feed-close.png);
  width: 33px;
  height: 33px;
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Settings

------------------------------------------------------------------ */

.settings .header-wrapper {
  width: 100%;
  float: left;
  z-index: 1030;
  box-sizing:border-box;
}

.settings .header {
  position: relative;
  overflow: hidden;
  margin: 0px 50px;
}

.settings .button-wrapper {
  float: right;
  margin-top: 45px;
}

.header-wrapper-buttons a {
  padding: 0 25px;
  margin: 0px 1px;
  display: inline-block;
  float: none;
}

.settings .header-wrapper h1 {
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  padding: 50px 0px 15px;
  float: left;
  color: #6a6a6a;
  width: 100%;
}

.header-wrapper-buttons {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.settings {
  height: 100%;
  position: relative;
}

.settings2 {
  margin-left: 0px;
}

.settings .sections-wrapper {
}

.system-text-color-hover {
  transition: color 0.3s ease;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.custom-billing-message {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  padding: 60px;
  box-sizing: border-box;
  background: #2f323a;
}

.custom-billing-message h1 {
  font-size: 42px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
  color: #fff;
}

.custom-billing-message span {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  display: block;
}

/* Cpanel

--------------------------------------------------------------- */

.cpanel-background {
  background: url(/images/notebook.png) repeat top left;
  background: #2f323a;
  overflow: hidden;
}

.cpanel-left-wrapper {
  float: left;
  height: 100%;
  min-height: 640px;
  width: 100%;
  /*-moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25); 
  border-right: 1px solid #e1e1e1;*/
}

.top-nav {
  background: #2f323a;
  width: 255px;
  float: left;
}

.top-nav .middle-button {
  margin: 20px auto;
  width: 150px;
  float: none;
}

.preview-top-button {
  font-size: 14px;
  padding: 12px 40px;
  float: left;
  margin-top: 21px;
  margin-left: 30px;
}

.cpanel-left-wrapper .left-nav {
  /*-moz-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.35); */
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

.subnav-controls {
  position: absolute;
  left: 0;
  top: 215px;
  bottom: 0;
  width: 100%;
}

.left-nav ul {
  float: left;
  margin-top: 25px;
  width: 100%;
}

.cpanel-left-wrapper .left-nav ul li {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}

.mobile-view .theme .navigation-wrapper nav {
  display: none;
}

.cpanel-left-wrapper .left-nav ul li a {
  padding: 5px 0;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  position: relative;
  transition: color 0.3s ease;
  color: #b9bac5;
}

.cpanel-left-wrapper .left-nav ul li:not(.switch-button) a.active:before,
.cpanel-left-wrapper .left-nav ul li:not(.switch-button) a:hover:before,
.website-actions li.active a:before,
.website-actions li:hover a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #23a4ea;
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -3px;
}

.website-actions li.active a:before,
.website-actions li:hover a:before {
  left: 0px;
  margin-top: -2px;
}

.cpanel-left-wrapper .left-nav ul li a.active {
  color: #fff;
}

.cpanel-left-wrapper .left-nav ul li a:hover {
}

.left-subnav-small .buttons-wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 70px;
  margin-right: -35px;
  margin-top: -220px;
  box-sizing: border-box;
  background: #f2f4f6;
  border-radius: 40px;
  padding: 9px 0 10px;
}

.left-subnav-small .middle-button {
  padding: 0px;
  width: 70px;
  height: 52px;
  padding: 0;
  border-radius: 0px;
  border-radius: 50%;
  box-sizing: border-box;
}

.left-subnav-small .buttons-wrapper a {
  background:  url(/images/sprite.png?v=542115) no-repeat;
  position: relative;
  z-index: 9;
}

.left-subnav-small .buttons-wrapper a:hover:after,
.left-subnav-small .buttons-wrapper a.active:after {
  content: '';
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  top: -4px;
  left: 4px;
  background-color: #333;
  z-index: 1;
}

.left-subnav-small .buttons-wrapper a:before {
  content: '';
  position: absolute;
  height: 52px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: url(/images/sprite.png?v=542115) no-repeat;
  display: none;
}

.left-subnav-small .buttons-wrapper a:hover:before,
.left-subnav-small .buttons-wrapper a.active:before {
  display: block;
}

.left-subnav-small .buttons-wrapper .add {
  background-position: 14px -180px;
  display: none;
}

.left-subnav-small .buttons-wrapper .add:before {
  background-position: 14px -1784px;
}

.left-subnav-small .buttons-wrapper .preview:before, 
.left-subnav-small .buttons-wrapper #previewButton:before {
  background-position: 15px -1832px;
}

.left-subnav-small .buttons-wrapper .pages:before {
  background-position: 13px -2452px;
}

.left-subnav-small .buttons-wrapper .tsettings:before {
  background-position: 14px -1896px;
}

.left-subnav-small .buttons-wrapper a:hover,
.left-subnav-small .buttons-wrapper a.active {
  background-color: transparent !important;
}

.left-subnav-small .buttons-wrapper .previw,
.left-subnav-small .buttons-wrapper #previewButtonSmall {
  background-position: 14px -228px;
}

.left-subnav-small .buttons-wrapper .tsettings {
  background-position: 14px -291px;
}

.left-subnav-small .buttons-wrapper .pages {
  background-position: 14px -339px;
}

.left-subnav-small .buttons-wrapper .add:hover {
  background-position: 3px -1787px;
}

#globalStyling {
  background-position: 14px -397px;
}

.left-subnav-small .buttons-wrapper #globalStyling:hover:before,
.left-subnav-small .buttons-wrapper #globalStyling.active:before {
  background-position: 14px -452px;
}

#funnels {
  background-position: center -764px;
}

#funnels.active:before,
#funnels:hover:before {
  background-position: center -817px;
}

/*
.left-subnav-small .add:hover,
.left-subnav-small .add.active {
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat 8px -1782px;
  border-color: #4eb3ea;
}
*/
.left-subnav-small .buttons-wrapper .preview:hover, 
.left-subnav-small .buttons-wrapper #previewButton:hover {
  background-position: 4px -1835px;
}
/*
.left-subnav-small .preview:hover, .left-subnav-small #previewButton:hover,
.left-subnav-small .preview.active {
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat 4px -1835px;
  border-color: #4eb3ea;
}
*/
.left-subnav-small .buttons-wrapper .tsettings:hover {
  background-position: 4px -1898px;
}
/*
.left-subnav-small .tsettings:hover,
.left-subnav-small .tsettings.active {
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat 8px -1892px;
  border-color: #4eb3ea;
}
*/
.left-subnav-small .buttons-wrapper .pages:hover {
  background-position: 2px -2455px;
}
/*
.left-subnav-small .buttons-wrapper a:hover,
.left-subnav-small .buttons-wrapper a.active {
  background-color: #4eb3ea;
  border-color: #4eb3ea;
}*/

.left-subnav-small .upgrade-button {
  background: #2f323a url(/images/sprite-widgets.png) no-repeat 7px -1792px;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.left-subnav-small .upgrade-button:hover {
  background: #4eb3ea url(/images/sprite-widgets.png) no-repeat 7px -1792px;
}

.left-subnav-small .trial-button {
  bottom: 5px;
  position: absolute;
  height: 20px;
  background: #4eb3ea;
  width: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin: 1px 10px;
}

.help-button {
  width: 100%;
  text-align: center;
  color: #818392;
  font-size: 14px;
  position: absolute;
  bottom: 64px;
  left: -2px;
  line-height: 21px;
  transition: opacity 0.3s ease;
}

.help-button:hover {
  opacity: .8;
}

.help-frame {
  width: 100%;
  height: 100%;
}

.helpWindow .cpanel-popup-title {
  display: none;
}

.helpWindow .inline-popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.helpWindow .cpanel-popup-nav {
  display: none;
}

.big-help-button {
  position: fixed;
  bottom: 25px;
  left: 37px;
  width: 182px;
  height: 45px;
  transition: opacity 0.3s ease;
  padding: 8px;
  box-sizing: border-box;
  background: #52555f;
  border-radius: 40px;
  text-align: left;
}

.small-help-button {
  width: 100px;
  padding: 4px;
  box-sizing: border-box;
  background: #52555f;
  border-radius: 30px;
  text-align: left;
}

.big-help-button {
  z-index: 9999;
}

.big-help-button img,
.small-help-button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.small-help-button img {
  margin-right: 7px;
}

.dashboard-navigation .big-help-button span,
.small-help-button span,
.dark-nav .big-help-button span,
.dash-help-button span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #dfe0ea;
  font-size: 15px;
  width: 113px;
  text-align: left;
}

.dashboard-navigation {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  overflow-y: auto;
  padding-bottom: 100px;
}

.small-help-button span {
  width: 48px;
  font-size: 14px;
}

.big-help-button:hover {
  opacity: .8
}

.help-button i {
  color: #fff;
  margin-right: 7px;
  font-size: 21px;
  display: inline-block;
}

.help-button a {
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  transition: color 0.3s ease;
}

.help-button a:hover {
  color: #fff;
  transition: color 0.3s ease;
}

.viewport-buttons {
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 10px 12px 15px;
  box-sizing:border-box;
  display: none;
  text-align: center;
}

.viewport-buttons li {
  display: inline-block;
  margin: 0 3px;
}

.viewport-buttons li a {
  opacity: .25;
  transition: opacity 0.3s ease;
}

.viewport-buttons li a.active,
.viewport-buttons li a:hover {
  opacity: 1;
}

.viewport-buttons-expand {
  margin-top: 10px;
  padding: 10px 20px;
}

.viewport-buttons-expand a {
  width: 33.3%;
}

.mobile-view .style-boxed-layout.page-layout,
.tablet-view .style-boxed-layout.page-layout {
  overflow: visible;
}

/*
.left-nav .themes-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -267px;

}

.left-nav .themes-button a:hover, .left-nav .themes-button a.active {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -334px;
}

.left-nav .site-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -402px;
}

.left-nav .site-button a:hover, .left-nav .site-button a.active {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -469px;
}

.left-nav .analytics-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -536px;
}

.left-nav .analytics-button a:hover, .left-nav .analytics-button a.active {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -604px;
}

.left-nav .social-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -671px;
}

.left-nav .social-button a:hover, .left-nav .social-button a.active {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -739px;
}

.left-nav .brand-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -803px;
}

.left-nav .brand-button a:hover, .left-nav .brand-button a.active {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -871px;
}

.left-nav .settings-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -938px;
}

.left-nav .settings-button a:hover, .left-nav .settings-button a.active {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -1006px;
}

.left-nav .feedback-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -15px;
}

.left-nav .feedback-button a:hover {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -89px;
}

.left-nav .switch-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -1335px;
}

.left-nav .switch-button a:hover, .left-nav .switch-button a.active {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -1393px;
}

.left-nav .showvideo-button a {
  background: url('/images/sprite.png?v=542115') no-repeat center -2644px;
}

.left-nav .showvideo-button a:hover {
  background: #4eb3ea url('/images/sprite.png?v=542115') no-repeat center -2703px;
} */

.left-nav .company-logo {
  background: url('/images/sprite.png?v=542115') no-repeat center -156px;
  display: block;
  width: 80px;
  height: 60px;
  float: left;
  margin: 10px 0px;
}

.left-nav .bottom-buttons {
  position: absolute;
  display: block;
  bottom: 0px;
}

.left-subnav {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.left-subnav.active {
  opacity: 1;
  z-index: 2;
}

.section-heading {
  color: #fff;
  margin: 30px 0px 0px 23px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 23px;
}

.small-section {
  color: #c5c5c5;
  margin-bottom: 15px;
}

.small-section h5 {
  color: #626970;
  margin: 30px 0px 5px 0px;
  width: 100%;
  float: left;
  text-indent: 30px;
}

#groupsWrapper {
  float: left;
  width: 100%;
  overflow: auto;
}

.folder-items-wrapper ul li a {
  color: #c5c5c5;
  padding: 15px 0px 15px 30px;
  display: block;
}

.themes-select ul li a {
  padding: 10px 0px 10px 30px;
  color: #fff;
  display: inherit;
}

.under-small-section ul li a {
  color: #c5c5c5;
  padding: 10px 0px 10px 30px;
  display: block;
}

.folder-items-wrapper ul.folder-items li a.page,
.folder-items-wrapper ul.folder-items li a.popup-item {
  float: left;
  width: calc(100% - 100px);
  padding: 10px 0;
  text-indent: 26px;
  color: #6c6c6c;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  line-height: 1.2;
}

.folder-items-wrapper ul.folder-items li a.page:before,
.virtual-page-btn ul.folder-items li a.page:before,
.virtual-page-btn ul.folder-items li a.popup-item:before,
.folder-items-wrapper ul.folder-items li a.popup-item:before {
  content: '';
  width: 9px;
  height: 1px;
  position: absolute;
  left: 8px;
  top: 19px;
  background: #b7b7b7;
}

.folder-items-wrapper ul.folder-items li.homepage a.page:before {
  font-family: "FontAwesome";
  content: '\f015';
  background: transparent;
  color: #333;
  font-size: 16px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -22px;
  top: 8px;
}

.virtual-page-funnel:not(.active):hover {
  background: #f1f1f1;
}

.cpanel-pageGroup-header.homepage:before {
  content: "\f015";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 16px;
  top: 1px;
  left: 0;
  width: 27px;
  height: 27px;
  background: url('/images/sprite.png?v=542115') no-repeat -9px -1207px;
}

.virtual-page-funnel.homepage:before,
.funnel-inner-wrapper.homepage:before,
.virtual-page-btn.homepage:before {
  content: '\f015';
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
  border-radius: 50%;
  top: 0px;
  left: 35px;
  width: 24px;
  height: 24px;
  background: #fff;
  text-indent: 0;
  text-align: center;
  line-height: 24px;
}

.funnel-inner-wrapper.homepage:before {
  top: 13px;
  left: 20px;
}

.small-section ul li a:hover, .small-section ul.folder-items li a:hover, .small-section ul.folder-items li.homepage a:hover {
  color: #ffffff;
}

.small-section ul li a.active {
  background: #2f323a;
  border-right: 4px solid #4eb3ea;
  color: #fff;
}

.under-small-section {
  overflow: hidden;
  height: 100%;
}

.under-small-section h4 {
  color: #fff;
  margin: 30px 0px 20px 30px;
}

.folder-items-wrapper {
  position: relative;
  z-index: 9997;
  width: 100%;
  float: left;
}

.virtual-page-btn {
  background-image: url('/images/gen-settings.png?v=34');
  background-repeat: no-repeat;
  margin-bottom: 2px;
}

.virtual-page-btn a.link,
.virtual-page-funnel a.link{
  display: block;
  text-align: left;
  text-indent: 62px;
  font-size: 15px;
  color: #6a6a6a;
  padding: 13px 0;
  width: calc(100% - 82px);
  float: left;
  text-transform: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

#virtualBtn-2 {
  background-position: 11px -17px;
}

#virtualBtn-3 {
  background-position: 11px -70px;
}

#virtualBtn-4 {
  background-position: 11px -124px;
}

#virtualBtn-popups {
  background-image: none;
}

#virtualBtn-popups > a {
  background-image: url(/images/gen-settings.png?v=34);
  background-repeat: no-repeat;
  margin-bottom: 2px;
  background-position: 11px -174px;
}

.virtual-page-btn:hover, .virtual-page-btn.active {
  background-color: #f1f1f1;
}
/*
#virtualBtn-popups:hover,*/
#virtualBtn-popups.active {
  background: #fff;
}

.virtual-page-funnel {
  background-image: none;
}

.virtual-page-funnel a.link {
  background-image: url(/images/gen-settings.png?v=34);
  background-repeat: no-repeat;
  margin-bottom: 2px;
  background-position: 11px -217px;
}

.pagesWindow .virtual-page-funnel.active {
  border: none !important;
}

.folder-items .with-ab-test:before {
  content: '';
  width: 1px;
  height: 37px;
  left: 48px;
  position: absolute;
  top: 20px;
  background: #b7b7b7;
}

/*
#virtualBtn-popups > a:hover {
  background-color: #f1f1f1;
}*/

.bottom-section {
  float: left;
  width: 100%;
}

.bottom-section .middle-button {
  width: 154px;
  margin: 3px auto;
  float: none;
  text-align: left;
  padding: 5px 0px;
  padding-left: 52px;
}

.account-settings-chat-wrapper .middle-button {
  height: 31px;
  line-height: 31px;
}

.left-subnav-dash .bottom-section .middle-button {
  width: 76px;
}

.bottom-section .add {
  background: #2f323a url(/images/sprite.png?v=542115) no-repeat 4px -1571px;
}

.bottom-section .add:hover {
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat 4px -1571px;
}

.bottom-section .settings {
  background: #2f323a url(/images/sprite.png?v=542115) no-repeat 4px -1897px;
}

.bottom-section .settings:hover {
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat 4px -1897px;
}

#previewButton {
  background: #2f323a url(/images/sprite-widgets.png) no-repeat 4px -1628px;
}

#previewButton:hover {
  background: #4eb3ea url(/images/sprite-widgets.png) no-repeat 4px -1628px;
}

#guidesAndSupport {
  background: #2f323a url(/images/gen-settings.png?v=33) no-repeat 1px -258px;
}

#quickGuides {
  background: #2f323a url(/images/gen-settings.png?v=33) no-repeat 1px -368px;
}

#guidesAndSupport:hover {
  background: #4eb3ea url(/images/gen-settings.png?v=33) no-repeat 1px -258px;
}

#quickGuides:hover {
  background: #4eb3ea url(/images/gen-settings.png?v=33) no-repeat 1px -368px;
}

.guides-chat {
  position: fixed;
  top: 33%;
  right: 0;
  z-index: 99999901;
  margin-top: -56px;
  background: #2f323a url(/images/gen-settings.png?v=33) no-repeat 4px -255px;
  width: 55px;
  height: 55px;
}

.guides-chat:hover {
  background: #4eb3ea url(/images/gen-settings.png?v=33) no-repeat 4px -255px;
}

.pagesWindow .pageGroup.active {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  overflow: visible;
}

.pagesWindow .pageGroup.active .cpanel-pageGroup-header {
  color: #ffffff;
}

.pagesWindow .cpanel-pageGroup-header {
  float: left;
  width: 100%;
}

.folder-items-wrapper .folder-items, .virtual-page-btn .folder-items {
  float: left;
  width: 100%;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.pagesWindow .folder-items li {
  width: 100%;
  border-right: 4px solid transparent;
}

.pagesWindow ul.folder-items li.active {
  border-right: 4px solid #4eb3ea;
  background: #f1f1f1;
  border-top: none;
  border-bottom: none;
}

.pagesWindow .folder-items > li {
  float: left;
  position: relative;
  padding: 0 0px 0 40px;
  box-sizing:border-box;
}

.pagesWindow .cpanel-pageGroup-header {
  text-indent: 49px;
  width: 100%;
  position: relative;
  font-size: 14px;
  display: block;
  color: #c5c5c5;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.pagesWindow .cpanel-pageGroup-header.active {
  border-right: 4px solid;
}

.pagesWindow #virtualBtn-popups {
  border: none;
}

.pagesWindow .pageGroup .cpanel-pageGroup-header {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.pagesWindow .pageGroup .cpanel-pageGroup-header {
  background: url('/images/sprite.png?v=542115') no-repeat 13px -2764px;
}

.pagesWindow .cpanel-pageGroup-header:hover {
  color: #ffffff;
}

.pagesWindow .pageGroup.active .cpanel-pageGroup-header {
  background: url('/images/sprite.png?v=542115') no-repeat 13px -2764px !important;
}

.cpanel-pageGroup-header span {
  padding-left: 11px;
  font-size: 15px;
  color: #6a6a6a;
  padding: 12px 0;
  display: inline-block;
  text-indent: 13px;
  line-height: 1.2;
}

.folder-items-wrapper ul li span.count {
  padding: 0px;
}

.folder-items-wrapper ul.folder-items li.homepage p.homepage-icon {
  background: url('/images/sprite.png?v=542115') no-repeat center -1207px;
  width: 20px;
  height: 25px;
  float: left;
  display: block;
  border-right: none;
  margin-left: 26px;
}

.folder-items-wrapper .button-wrapper a:last-child {
  float: right;
}

.folder-items-wrapper .pageGroup {
  float: left;
  width: 100%;
}

.pagesWindow .pageGroup .cpanel-pageGroup-header:hover {
  background-color: #f1f1f1;
}
/*
.pagesWindow a.deleteItem {
  right: 8px;
}
.pagesWindow .pageGroup .folder-items a.deleteItem,
.pagesWindow .pageGroup.active a.deleteItem {
  right: 4px;
}

.pagesWindow a.settings {
  right: 29px;
}

.pagesWindow .pageGroup.active a.settings {
  right: 29px;
}
*/
.pagesWindow a.settings:hover
.pagesWindow a.deleteItem:hover {
  opacity: 1;
}

.pagesWindow .folder-items li:not(.funnel-step-popup):hover a.settings,
.pagesWindow .folder-items li:hover a.deleteItem {
  display: block;
}

.section-heading {
  color: #6c6c6c;
  text-align: left;
}

.pagesWindow .pageGroup.active .cpanel-pageGroup-header {
  color: #6c6c6c;
}

.folder-items-wrapper .button-wrapper {
  width: 203px;
  margin: 25px auto 10px;
  float: none;
  overflow: hidden;
}

.left-subnav .button {
  padding: 0px;
  width: 100px;
}

.folder-items-wrapper .cpanel-pageGroup-header {
  color: #818392;
}

.folder-items-wrapper .cpanel-pageGroup-header:hover {
  color: #6c6c6c;
}

.cpanel-pageGroup-header .funnel-page-name,
.cpanel-pageGroup-header .ab-tag {
  padding: 0;
  font-size: 13px;
  text-indent: 0;
}

.cpanel-pageGroup-header .ab-tag {
  width: 21px;
  height: 21px;
  position: absolute;
  left: -2px;
  border-radius: 14px;
  background: #535557;
  line-height: 20px;
  text-align: center;
  color: #fff;
  top: 8px;
  font-size: 11px;
}

.cpanel-pageGroup-header .funnel-page-name {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.folder-items-wrapper ul.folder-items li.active, .folder-items-wrapper ul.folder-items li:hover {
  background: #f1f1f1;
}

.virtual-page-funnel ul.folder-items li a.page, 
.virtual-page-funnel ul.folder-items li a.popup-item {
  overflow: visible;
}

.pagesWindow .folder-items-wrapper ul.folder-items li.active, 
.pagesWindow .folder-items-wrapper ul.folder-items li:hover {
  background: #f1f1f1;
}

.pagesWindow .folder-items-wrapper ul.folder-items li.with-ab-test.active,
.pagesWindow .folder-items-wrapper ul.folder-items li.with-ab-test:hover {
  background: transparent;
}

.virtual-page-funnel .with-ab-test .settings {
  border: 1px solid #f1f1f1;
}

.pagesWindow .folder-items-wrapper ul.folder-items li.with-ab-test > a:after {
  content: '';
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: -40px;
  right: -54px;
  bottom: 0;
  z-index: -1;
  display: none;
}

.pagesWindow .folder-items-wrapper ul.folder-items li.with-ab-test.active a.active:after {
  display: block;
}

.folder-items-wrapper ul.folder-items li.with-ab-test > a:hover:after {
  background: #f1f1f1;
  display: block;
}

.virtual-page-funnel ul.folder-items li a.page, 
.virtual-page-funnel ul.folder-items li a.popup-item {
  width: calc(100% - 50px);
}

.folder-items-wrapper ul.folder-items li.active a {
  color: #2f323a;
}

.folder-items-wrapper ul.folder-items li a:hover, .folder-items-wrapper ul.folder-items li.homepage a.page:hover {
  color: #2f323a;
}

.pagesWindow a.settings {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -6px -1187px;
}

.pagesWindow a.deleteItem {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -7px -1281px;
}

.pagesWindow a.cloneItem {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -6px -1326px;
}

.folder-items-wrapper ul li a.more-settings-btn {
  background: url(/images/sprite.png?v=123123) no-repeat center -730px;
  width: 19px;
  height: 6px;
  float: right;
  opacity: .55;
  transition: opacity 0.3s ease;
  display: none;
}

.folder-items-wrapper .folder-items > li:hover .more-settings-btn {
  display: block;
}

.folder-items-wrapper ul li a.more-settings-btn:hover {
  opacity: 1;
}

.hidden-controls {
  display: none;
}

.pagesWindow a.settings,
.pagesWindow a.deleteItem,
.pagesWindow a.cloneItem {
  padding: 0px 0px 0px 0px;
  float: right;
  display: block;
  width: 29px;
  height: 29px;
  margin-top: 4px;
  display: none;
  background-color: #fff;
  margin-left: 2px;
}

.page-buttons-wrapper {
  float: right;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -19px;
}

.cpanel-pageGroup-header > .page-buttons-wrapper {
  margin-right: 13px;
}

.pagesWindow a.settings:hover,
.pagesWindow a.deleteItem:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.pagesWindow .content {
  margin: 25px 0;
}

.pagesWindow .button-wrapper {
  margin: 0px auto 15px;
  width: 200px;
}

.pagesWindow .button {
  padding: 0;
  width: 98px;
}

.pagesWindow .cpanel-pageGroup-header:hover a {
  display: block;
}

.pagesWindow .virtual-page-funnel:hover a.settings {
  display: none;
}

.pagesWindow #virtualBtn-popups:hover a.deleteItem,
.pagesWindow #virtualBtn-popups:hover a.cloneItem {
  display: none;
}

.pagesWindow #virtualBtn-popups li:hover a.deleteItem,
.pagesWindow #virtualBtn-popups li:hover a.cloneItem {
  display: block;
}

.pagesWindow #virtualBtn-popups li:hover,
.pagesWindow #virtualBtn-popups.active ul > a {
  background-color: #f1f1f1;
}

.add-widget-section {
  margin: 30px;
  /* position: absolute; */
  /* bottom: 16%; */
  margin-top: 30%;
}

.add-widget-button {
  width: 115px;
  height: 115px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #4eb3ea;
  margin: 10px auto;
  display: block;
  overflow: hidden;
}

.add-widget-button .plus {
  background: url('/images/sprite.png?v=542115') no-repeat -5px -1625px;
  width: 33px;
  height: 37px;
  display: block;
  margin: 27px auto 8px;
  color: transparent;
}

.add-widget-button .text {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  text-align: center;
  display: block;
}

.add-widget-section .help-text {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.hide {
  position: absolute;
  bottom: 0px;
  float: left;
  float: left;
  width: 255px;
  height: 60px;
}

.hide .circle-button {
  background: #2f323a url(/images/sprite.png?v=542115) no-repeat center -1808px;
  margin: 16px auto 0px auto;
  float: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}

.hide .circle-button:hover {
  background: #66686e url(/images/sprite.png?v=542115) no-repeat center -1808px;
}

/* Prompts 

---------------------------- */

.inline {
  display: inline-block !important;
  float: none !important;
}

.cpanel-prompt-dialog {
  top: 25% !important;
  padding: 0 0 25px;
}

.cpanel-error-dialog {
  top: 25% !important;
}

.cpanel-prompt-dialog .button-wrapper .middle-button {
  float: none;
  padding: 3px 20px;
  margin-left: 0px;
  cursor: pointer;
  min-width: 95px;
  display: inline-block;
}

.change-theme-prompt .button-wrapper .middle-button {
  width: 125px;
  margin: 6px;
}

.change-theme-prompt .button-wrapper .middle-button.gray {
  background: #4eb3ea;
  color: #fff !important;
}


.cpanel-prompt-dialog .cpanel-popup-nav .button-wrapper {
  float: none;
  margin: 6px auto 20px;
  overflow: hidden;
  text-align: center;
}

.cpanel-popup-slide {
  float: left;
}

.autohide-dialog {
  padding-bottom: 30px;
}

/* Widget Area 

--------------------------------------------- */

.area-top-nav {
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 0;
  display: none;
  padding-left: 130px;
  width: 100%;
  box-sizing: border-box;
}

.area-top-nav .buttons-wrapper {
  position: absolute;
  left: 53%;
  top: 0;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mobile-view .area-top-nav .buttons-wrapper,
.tablet-view .area-top-nav .buttons-wrapper {
}

.area-top-nav .middle-button {
  height: auto;
  display: inline-block;
  float: none;
  padding: 0px 20px 0 0;
  border-radius: 2px;
  background: transparent;
  margin: 3px;
  text-align: left;
  border-radius: 40px;
}

.area-top-nav .middle-button:last-child {
  padding: 1px 25px 1px 27px;
}

.tablet-view .navigation-wrapper nav {
  display: none;
}

#saveButton {
  background: #4eb3ea;
  margin-right: 0;
}

#discardButton {
  background: #eb6a56;
}
/*
#saveButton:before, 
#discardButton:before {
  color: #fff;
  font-size: 14px;
  display: block;
  font-family: "FontAwesome";
  line-height: 26px;
  text-align: center;
  width: 28px;
  height: 28px;
  margin: 8px;
  text-indent: 2px;
  float: left;
}
*/

#saveButton:before {
  color: #fff;
  font-size: 14px;
  display: block;
  font-family: "FontAwesome";
  line-height: 26px;
  text-align: center;
  width: 28px;
  height: 28px;
  margin: 8px;
  text-indent: 2px;
  float: left;
}

#saveButton:before {
  content: "\f00c";
}
/*
#discardButton:before {
  content: "\f00d";
}
*/
.widget-area-wrapper .modal-nav ul {
  width: 380px;
}

.widget-help-text {
  color: #626970;
  margin: -8px 0px 0px 60px;
  line-height: 18px;
  display: block;
}

.widget-help-text span {
  color: #c5c5c5;
  font-size: 12px;
}

.widget-area-items {
  overflow: hidden;
  padding: 7px 60px 10px 60px;
  display: inline-block;
}

.widget-area-items .item {
  background: #ededed;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.item-content-wrapper {
  margin: 5px;
  background: #2f323a;
}

.widget-area-items .item .slider-icon {
  background: url('/images/slider-icon.png') no-repeat center;
  height: 20px;
  display: block;
  padding-top: 10px;
}

.item-content-wrapper span {
  text-align: center;
  padding: 2px 20px 5px;
  display: block;
  color: #fff;
}

.widget-area-items .item:hover {
  background: #4eb3ea;
  cursor: pointer;
  /*
  -moz-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.65); */
}

.widget-area-items .item:hover .move-icon {
  background: url('/images/sprite.png?v=542115') no-repeat center -1181px;
}

.move-icon {
  background: url('/images/sprite.png?v=542115') no-repeat center -1091px;
  height: 16px;
  width: 20px;
  display: block;
}

.move-icon-white {
  background: url('/images/sprite.png?v=542115') no-repeat center -1179px;
  height: 20px;
  width: 20px;
  display: block;
}

.working-area-wrapper {
  height: 100%;
  position: relative;
  margin-left: 15px;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.working-area-wrapper.working-area-no-template {
  margin-left: 15px;
  z-index: 10;
}

#action-bar {
  width: 100%;
  height: 50px;
  float: left;
}

.working-area-wrapper-inner {
  width: calc(100% - 15px);
  width: 100%;
  float: left;
  /*margin: 15px 0px 0px 0;
  height: calc(100% - 15px);*/
  position: relative;
  z-index: 1;
  overflow-y: auto;
  background: #f2f4f6;
  margin-top: 0px;
  box-sizing: border-box;
  overflow: auto;
  height: calc(100% - 50px);
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 55px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 55px 0px rgba(0,0,0,0.35);
}

.theme .page-layout {
  overflow: visible;
}

.tablet-view .working-area-wrapper-inner,
.mobile-view .working-area-wrapper-inner {
  box-shadow: none;
  background: url(/images/view-dot.png)repeat;
}

.working-area {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 50px;
}

/* Theme Section

----------------------------------------- */

.themes-select ul li span {
  padding: 0px;
  background: transparent;
  position: absolute;
  top: 11px;
  right: 4px;
}

.theme-section .middle-button {
  width: 145px;
  text-align: center;
  margin-bottom: 10px;
}

.content-section-wrapper {
  padding-left: 30px;
  overflow: hidden;
}

.theme-section h4 {
  margin: 10px 0px 0px 0px;
}

.theme-section .theme-state {
  font-size: 13px;
  margin: 6px 0px 10px 0px;
  color: #626970;
  display: block;
}

.theme-section .theme-image-thumb {
  background: url('/images/theme-thumb.png') no-repeat;
  display: block;
  width: 191px;
  height: 164px;
}

.theme-section a, .theme-section h5 {
  margin-left: 0px;
}

.content-section-wrapper h5 {
  color: #fff;
  font-size: 17px;
}

/* Working Area

----------------------------------------------------------- */

.working-area .bg-1 {
  background: url('/images/bg-1.png') no-repeat;
  width: 100%;
  height: 270px;
  display: block;
}

.themes-list .bg-1 {
  height: 140px;
}

.working-area .bg-2 {
  background: #f1f1f1;
  height: 60px;
}

/*
.working-area h1, .working-area h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.working-area h2 {
    opacity: 0.8;
    padding-right: 70px;
}

.working-area h1 {
    padding-top:33px;
    padding-right: 70px;
}
*/

.working-area .theme-image {
  background: url('/images/artista.png') no-repeat;
  display: block;
  margin: -340px auto;
  width: 894px;
  height: 565px;
  position: relative;
  z-index: 9999;
}

.theme-action-wrapper {
  background: #f1f1f1;
  height: 140px;
  margin-top: 310px;
  overflow: hidden;
}

.theme-action-wrapper .theme-button {
  margin: 5px 10px 0px 0px;
}

.theme-action-buttons-wrapper {
  margin: 50px auto;
  width: 524px;
}

.theme-description {
  width: 860px;
  margin: 40px auto;
  color: #666;
}

.theme-description span {
  color: #8f8f8f;
  margin-top: 20px;
  line-height: 18px;
  display: block;
}

.working-area .theme nav li:hover ul {
  display: none;
}

/* Header Settings */

.website-settings-wrapper {
  width: 100%; /* 378px */
}

.website-settings-wrapper .websiteSettings-colorpicker-button {
  width: 26px;
  height: 26px;
  cursor: pointer;
  float: left;
  border-radius: 50%;
}

.website-settings-wrapper .section .input-wrapper input {
  display: none;
}

.website-settings-wrapper .section .input-wrapper input.websiteOption {
  height: 29px !important;
  line-height: 29px !important;
}

.website-settings-wrapper .section .input-wrapper input[type="text"] {
  width: 80px;
  height: 50px;
  margin-top: -11px;
  margin-left: -8px;
  cursor: pointer;
  border: none;
  padding: 0px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  outline: none;
  padding-right: 3px;
  line-height: 16px;
  color: #666;
  font-size: 12px;
  text-indent: 7px;
}

.website-settings-wrapper .input-wrapper input[type="text"]:focus {
  outline: none;
}

.website-settings-wrapper .section4 .input-wrapper input:hover, .website-settings-wrapper .section4 .input-wrapper input:focus {
  border: none !important;
}

.website-settings-wrapper .section .input-wrapper {
  position: relative;
  float: left;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.website-settings-wrapper .section .input-wrapper:hover {
  border-color: #bfbfbf
}

.website-settings-wrapper .cpanel-popup-slide {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.website-settings-wrapper .section {
  padding: 0px 30px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

#inline-popup .input-wrapper {
  float: left;
  width: 100%;
}

#inline-popup .website-settings-wrapper .right-side .input-wrapper {
  width: auto;
  float: right;
}

.website-settings-wrapper .layout-buttons-wrapper .button {
  color: #6a6a6a;
}

.website-settings-wrapper .layout-buttons-wrapper .button.active,
.website-settings-wrapper .layout-buttons-wrapper .button:hover {
  color: #444;
}

.website-settings-wrapper .layout-buttons-wrapper {
  /*border-bottom: 1px solid #e1e1e1;
  background: #f9f9fb;*/
}

#websiteLayout {
  margin: 7px 0 25px;
}

.website-settings-wrapper .layout-image {
  background: url(/images/blog-options.png) no-repeat;
  background-position: center -1023px;
  width: 117px;
  height: 113px;
  display: none;
  margin: 15px auto;
}

.pattern-select ul li.add a {
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat 4px -1570px;
  border-color: #4eb3ea;
  transition: background-color 0.3s ease;
}

.pattern-select ul li a {
  width: 45px;
  height: 45px;
  float: left;
}

.pattern-select ul {
  width: 100%;
  text-align: center;
  margin: 10px auto 20px;
  overflow: hidden;
}

.layout-style .ul-wrapper {
  width: 100%;
  float: left;
}

.pattern-select ul li.add a {
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat 1px -1573px;
  border-color: #4eb3ea;
  transition: background-color 0.3s ease;
}

.pattern-select ul li.add a:hover {
  background-color: #67bfef;
}

.pattern-select ul li.stardust a {
  background: #fff url(/images/patterns/stardust.png) no-repeat center center;
}

.pattern-select ul li.notebook a {
  background: #fff url(/images/patterns/notebook.png) no-repeat center center;
}

.pattern-select ul li.oldmoon a {
  background: #fff url(/images/patterns/old_moon-n.png) no-repeat center center;
}

.pattern-select ul li:hover, .pattern-select ul li.selected {
  border-color: #4eb3ea;
}

.pattern-select ul li {
  float: none;
  border: 2px solid transparent;
  box-sizing: border-box;
  display: inline-block !important;
}

.website-settings-wrapper .info h3 {
  font-size: 18px;
  display: block;
  line-height: normal;
  line-height: 18px;
  width: 100%;
  text-align: center;
}

.website-settings-wrapper .slider-section h3 {
  font-size: 15px;
  width: auto;
  float: left;
  margin-bottom: 0px;
}

.website-settings-wrapper .cpanel-popup-slider {
  position: absolute;
  top: 56px;
  left: 0;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  padding: 10px 0px;
}

.website-settings-wrapper .slider-section {
  margin-top: 20px;
  display: none;
}

.website-settings-wrapper .slider-section h3 span {
  display: inline-block;
  font-size: 13px;
}

.website-settings-wrapper .slider-section .ui-slider {
  margin-bottom: 5px;
}

#editMenuBtn {
  width: auto;
  padding: 19px 30px;
}

.website-settings-wrapper .divider {
  width: 20px;
  height: 2px;
  background: #ccc;
  margin: 20px auto;
  display: block;
}

.website-settings-wrapper .sections-wrapper {
  margin: 25px 0;
  float: left;
  width: 100%;
}

.website-settings-wrapper .right-side {
  float: right;
}

.website-settings-wrapper .right-side-bigger {
  float: left;
  width: 50%;
}

.website-settings-wrapper .section4 {
  float: left;
  width: 100%;
  margin: 7px 0;
}

.website-settings-wrapper .section4 .info {
  float: left;
  width: 65%;
  text-align: left;
}

.website-settings-wrapper .color-picker-section {
  display: table;
}

.website-settings-wrapper .color-picker-section .right-side {
  width: auto;
  float: left;
}

.website-settings-wrapper .color-picker-section .info {
  width: 100%;
  padding-left: 15px;
  box-sizing:border-box;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.website-settings-wrapper .info-smaller {
  float: left;
  width: 45%;
  margin-right: 5%;
  text-align: left;
}

.website-settings-wrapper .advanced-settings .info {
  width: 100%;
}

.website-settings-wrapper .section4 .info h3,
.info-smaller h3 {
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}

.website-settings-wrapper select {
  margin: 0px;
}

.website-settings-wrapper .onoffswitch {
  margin:9px auto;
}

.website-settings-wrapper .info span {
  text-align: center;
  display: block;
  line-height: 16px;
  color: #898989;
  font-weight: 300;
}

.website-settings-wrapper .section4 .info span {
  font-size: 13px;
  text-align: left;
  color: #898989;
  font-weight: 300;
}

.website-settings-wrapper .buttons-wrapper {
  float: left;
  width: 100%;
  padding: 11px 30px;
  box-sizing:border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  /*border-top: 1px solid #e1e1e1;
  background: #f9f9fb;*/
}

.website-settings-wrapper .section.section-logo {
  width: 45%;
  padding-left: 30px;
  padding-right: 0;
  margin-bottom: 30px;
}

.website-settings-wrapper .section.section-logo .add-image {
  margin-bottom: 15px;
  height: 105px;
}

.website-settings-wrapper .section.section-logo .info h3 {
  margin-bottom: 7px;
  font-size: 13px;
  text-transform: uppercase;
}

#websiteMenuWrapper {
  overflow: auto;
  height: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  padding-bottom: 70px;
}

.website-settings-wrapper .save-btn, .website-settings-wrapper .cancel-btn {
  float: left;
  width: 150px;
  color: #fff;
  padding: 4px 0;
  text-align: center;
}

.website-settings-wrapper .cancel-btn {
  margin-left: 5px;
  width: 146px;
}

.font-import .add-font-btn {
  float: left;
  width: 100%;
  height: 45px;
  border: 2px dashed #e1e1e1;
  box-sizing:border-box;
  border-radius: 2px;
  margin-bottom: 4px;
  text-align: center;
  font-size: 13px;
  color: #6a6a6a;
  line-height: 40px;
  text-transform: uppercase;
  transition: border-color 0.3s ease;
}

.font-import .add-font-btn:hover {
  border-color: #ccc;
  transition: border-color 0.3s ease;
}

.website-settings-wrapper .imported-fonts-list {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.font-help-text {
  font-size: 13px;
  text-align: center;
  color: #898989;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 10px 0 30px;
  line-height: 1.4;
}

.imported-fonts-list li {
  float: left;
  width: 100%;
  height: 45px;
  box-sizing:border-box;
  border-radius: 2px;
  margin-bottom: 4px;
  background: #fff;
  color: #6a6a6a;
  text-align: left;
  line-height: 40px;
  text-indent: 15px;
  font-size: 14px;
  border: 2px solid #e1e1e1;
}

.imported-fonts-list li .delete {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -8px -1284px;
  width: 20px;
  height: 20px;
  float: right;
  margin: 10px;
  transition: opacity 0.2s;
  opacity: .7;
}

.imported-fonts-list li .delete:hover {
  opacity: 1;
  transition: opacity 0.2s;
}

.top-bar-settings {
  float: left;
  padding: 13px 0px;
  box-sizing:border-box;
  background: #f3f3f3;
}

#topBarText {
  border: 2px solid #e1e1e1;
}

.trial-section {
  position: fixed;
  bottom: 0;
  left: 142px;
  width: 100%;
  height: 58px;
  background: #2f323a;
  z-index: 99999;
  left: 80px;
}

.trial-section .inner-wrapper {
  float: left;
  margin-left: 15px;
}

.trial-section .text-section {
  float: left;
  margin-top: 8px;

}

.trial-section a {
  float: left;
  width: 130px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  padding: 13px 0;
  font-size: 15px;
  text-align: center;
  background: #4eb3ea;
  margin: 9px 25px 0px 0px;
}

.trial-section .text-section h3,
.trial-section .text-section span {
  color: #fff;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

.trial-section .text-section h3 {
  font-size: 17px;
}

.trial-section .text-section span {
  opacity: .65;
  margin-top: 1.5px;
  font-size: 12px;
}

.website-settings-wrapper .nav-toggle {
  float: left;
  width: 100%;
  background: #fff;
  box-sizing:border-box;
  margin-bottom: 5px;
  border: 2px solid #e1e1e1;
  border-radius: 0px;
}

.website-settings-wrapper .nav-toggle:first-child {
  margin-top: 25px;
}

.edit-header-btn {
  float: left;
  width: 100%;
  background: #2f323a;
  color: #fff;
  box-sizing:border-box;
  margin-bottom: 25px;
  margin-top: 40px;
  transition: background 0.3s ease;
}

.edit-header-btn:hover {
  background: #585b61;
  transition: background 0.3s ease;
}

.website-settings-wrapper .nav-toggle.active-header-type {
  border: 2px solid #4eb3ea;
  background: #fff;
  opacity: 1;
}

.website-settings-wrapper .nav-toggle:hover {
  border-color: #ccc;
}

.website-settings-wrapper .nav-toggle.active-header-type:hover {
  border-color: #4eb3ea;
}

.nav-toggle .nav-toggle-header,
.nav-toggle .nav-toggle-content,
.edit-header-btn .nav-toggle-header,
.edit-header-btn .nav-toggle-content {
  padding: 17px 25px;
  box-sizing:border-box;
  float: left;
  width: 100%;
}

.nav-toggle .nav-toggle-header,
.edit-header-btn .nav-toggle-header {
  padding: 21px 25px;
}

.nav-toggle .nav-toggle-content,
.edit-header-btn .nav-toggle-content {
  padding-top: 10px;
  background: #fff;
}

.nav-toggle .nav-toggle-header,
.edit-header-btn .nav-toggle-header {
  cursor: pointer;
}

.nav-toggle .nav-toggle-header:hover {
  opacity: 1;
}

.nav-toggle .nav-toggle-header .edit,
.settings-edit-btn .edit {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -11px -1191px;
  width: 22px;
  height: 22px;
  float: right;
}

.nav-toggle.active .nav-toggle-header .edit {
  display: none;
}

.website-settings-wrapper .nav-toggle.active .nav-toggle-header {
  background: #fff;
}

.website-settings-wrapper .nav-toggle h2,
.edit-header-btn h2 {
  font-size: 14px;
  text-align: left;
  float: left;
  line-height: 1.3;
}

.website-settings-wrapper .nav-toggle h2 span {
  color: #4eb3ea;
  display: none;
}

.website-settings-wrapper .active-header-type h2 span {
  display: inline-block;
  font-size: 14px !important;
}

.website-settings-wrapper .nav-toggle .half-content {
  float: left;
  width: 43%;
}

.website-settings-wrapper .half-content h3 {
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
}

.website-settings-wrapper .half-content .logo-info h3 {
  font-size: 15px;
}

.website-settings-wrapper .half-content .logo-info span {
  text-align: left;
}

.website-settings-wrapper .half-content .right-side {
  float: left;
  margin-bottom: 10px;
}

.website-settings-wrapper .half-content .add-image {
  margin-bottom: 10px;
}

.website-settings-wrapper .nav-toggle-content .checkbox-wrapper {
  float: left;
  width: 100%;
  margin:10px 0;
}

/* THEMEES LIST 

-------------------------------------------------------------------------- */

.themes-list-wrapper {
  max-width: 1055px;
  margin: 35px auto;
  display: block;
}

.themes-list-wrapper .inner-wrapper {
  margin: 0 auto;
  height: 100%;
}

.themes-list-item {
  float: left;
  display: block;
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  margin: 0px 10px 20px;
}

.themes-list-item .nav {
  background: url('/images/theme-nav-image.png') no-repeat;
  width: 306px;
  height: 16px;
  display: block;
  margin: 4px auto;
}

.themes-list-item .image {
  background: url('/images/image.png') no-repeat;
  width: 321px;
  height: 281px;
  display: block;
  margin: 0 3px;
}

.themes-list-item a {
  font-size: 18px;
  float: left;
  margin: 10px 0px 10px 8px;
}

.themes-list-wrapper h3 {
  text-align: center;
  margin: 40px auto 40px;
}

.themes-list h1 {
  padding-right: 0px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b8b8b8;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b8b8b8;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b8b8b8;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b8b8b8;
}

/* Dashboard */

.main-navigation {
  float: left;
  height: 100%;
  min-height: 640px;
  /*width: 130px;*/
}

.dashboard-navigation, .store-navigation, .members-navigation {
  position: fixed;
  width: 260px;
  height: 100%;
  background: #fff;
  padding: 15px 25px 25px 25px;
  box-sizing: border-box;
  text-align: center;
  /*  z-index: 9999;*/
}

.dashboard-navigation {
  padding-bottom: 88px;
}

.dash-help-button {
  display: none;
}

.wide-nav .dash-help-button {
  display: block;
}

.dashboard-icon-image {
  margin-top: 7px;
}

.builder-navigation {
  position: fixed;
  width: 130px;
  height: 100%;
  text-align: center;
}

.dashboard-navigation .back-to-builder,
.members-navigation .back-to-builder,
.store-navigation .back-to-builder {
  float: none;
  display: inline-block;
  margin-top: 15px;
}

.dashboard-navigation h3 {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 21px;
  text-align: center;
  max-height: 45px;
}

.dashboard-navigation span {
  text-align: center;
  color: #666;
  display: block;
  font-size: 15px;
}

.dashboard-navigation .switch-website-btn {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
}

.website-actions li {
  float: left;
  width: 100%;
  box-sizing:border-box;
  transition: background 0.3s ease;
  position: relative;
  text-align: left;
}
/*
.website-actions li:hover,
.website-actions li.active {
  background: #52555f;
  transition: background 0.3s ease;
  border-radius: 2px;
}*/

.website-actions li a {
  padding: 8px 0 8px 18px;
  line-height: 21px;
  display: inline-block;
  position: relative;
}

.website-actions {
  width: 100%;
  float: left;
  position: relative;
}

.website-actions ul {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 33px;
}

.website-actions li a span {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 14px;
  color: #666;
}

.current-website .website-label {
  display: inline-block;
  padding: 16px 30px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.current-website .trial-label2 {
  position: relative;
  width: 100px;
  margin: 0 auto;
  display: block;
  padding: 15px 0;
}

.current-website .trial-label {
  color: #fff;
  background: #4eb3ea;
}

.middle-button p {
  display: inline-block;
  margin-right: 15px;
}

.mobile {
  display: none;
}

/* Themes List

------------------------------------------- */

.themes-list-page {
  position: relative;
  height: 100%;
}

.top-background-wrapper {
  width: 100%;
  float: left;
}

.top-background {
  background-size: cover;
  background-position: center bottom;
  margin-top: 30px;
  width: 90%;
  margin: 50px auto 0px;
  overflow: hidden;
}

.themes-list-page .text-wrapper h1,
.no-messages-wrapper,
.top-background h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  color: #444;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.top-background h1 {
  font-size: 36px;
}

.no-messages-wrapper {
  width: 100%;
  float: left;
  font-size: 24px;
  margin-top: 50px;
}

.themes-list-page .text-wrapper h4 {
  font-size: 23px;
  text-align: center;
  color: #6a6a6a;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

.account-settings .text-wrapper span,
.heading-span,
.chart-description p {
  text-align: center;
  display: block;
  color: #898989;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.chart-description p,
.account-settings .text-wrapper span {
  width: 65%;
  max-width: 600px;
}

.chart-description p {
  width: 82%;
  font-size: 14px;
}

.text-wrapper h1 .red-text {
  display: inline-block;
  width: auto;
  font-size: 38px;
  color: #e25141;
}

.text-wrapper h1 .blue-text {
  display: inline-block;
  width: auto;
  font-size: 38px;
  color: #4eb3ea;
}


.current-theme .laptop {
  background: url(/images/laptop-preview.png) no-repeat;
  width: 587px;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.current-theme .phone {
  background: url(/images/phone-preview.png) no-repeat;
  width: 207px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.themes-list-page .sections-wrapper2 {
  float: left;
  width: 100%;
}

.left-subnav-dash .section-heading {
  text-align: center;
  margin: 30px 0px;
}

.themes-list-page .header-wrapper {
  background: url(/images/themes-list-bg.jpg) no-repeat;
  background-size: 100%;
}

.themes-list-page .header .header-text {
  width: 65%;
  float: left;
}

.themes-list-page .header {
  overflow: hidden;
  padding: 70px 0px;
  width: 1100px;
  margin: 0 auto;
  background: url(/images/themes-list-img.png) no-repeat right bottom;
}

.section-nav {
  float: left;
  width: 70%;
  margin-left: 15%;
}

.section-nav li {
  float: left;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.section-nav li p {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0px auto 10px;
  transition: opacity 0.3s ease;
}

.section-nav li:hover p,
.section-nav li.active p {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.section-nav li a {
  font-size: 14px;
  line-height: 24px;
  transition: color 0.3s ease;
  float: left;
  width: 100%;
  padding: 14px 0 10px;
}

.section-nav li:hover a, .section-nav li.active a {
  background: #4eb3ea;
}

.section-nav li span {
  position: relative;
}

.section-nav li.active span,
.section-nav li:hover span {
  color: #fff;
  transition: none !important;
}
/*
.section-nav li.active span:before,
.section-nav li.active span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #23a4ea;
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -2px;
}

.section-nav li.active span:after {
  right: -13px;
  left: auto;
}
*/
.section-nav .themes-icon a p {
  background: url(/images/widgets-new.png?v=79) no-repeat center -1185px;
}

.section-nav .dashboard-icon a p {
  background: url(/images/widgets-new.png?v=79) no-repeat center -2775px;
}

.section-nav .analytics-icon a p, .section-nav .analytics-icon a.active p {
  background: url(/images/widgets-new.png?v=79) no-repeat center -1308px;
}

.section-nav .messages-icon a p {
  background: url(/images/widgets-new.png?v=79) no-repeat center -1426px;
}

.section-nav .comments-icon a p {
  background: url(/images/widgets-new.png?v=79) no-repeat center -1544px;
}

/*New Stuff */

.section-nav li {
  box-sizing:border-box;
  text-align: center;
  text-indent: 8px;
}

.section-nav li p {
  width: 25px;
  height: 26px;
  margin: 0 auto;
}

.section-nav li span {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  transition: none !important;
  color: #818392;
}

.section-nav .dashboard-icon a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -121px;
}

.section-nav .messages-icon a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -160px;
}

.section-nav .themes-icon a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -229px;
}

.section-nav .analytics-icon a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -194px;
}

.section-nav .members-icon a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -272px;
}

.section-nav .orders-icon a p {
  background: url(/images/store-icons.png) no-repeat center -7px;
}

.section-nav .products-icon a p {
  background: url(/images/store-icons.png) no-repeat center -45px;
}

.section-nav .settings-icon a p {
  background: url(/images/store-icons.png) no-repeat center -84px;
}

.section-nav .discounts-icon a p {
  background: url(/images/store-icons.png) no-repeat center -122px;
}

/*New Stuff End*/

.working-area .theme {
  background: #f2f4f6;
}

.dashboard-wrapper {
  margin: 60px 0px 60px 55px;
  float: left;
}

.chart-image {
  background: url(/images/chart.png) no-repeat;
  width: 886px;
  height: 350px;
  float: left;
  margin-top: 40px;
}

.themes-list-page h1 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #fff;
}

.theme-list-nav {
  margin: 30px auto 0px;
  overflow: hidden;
  display: table;
}

.portfolio-list {
  padding: 0px 30px 30px;
  box-sizing: border-box;
  margin-top: 20px;
}

.theme-list-nav li {
  float: left;
}

.theme-list-nav li a {
  border-bottom: 2px solid #e1e1e1;
  text-align: center;
  padding: 18px;
  display: block;
  font-size: 14px;
}

.theme-list-nav li a:hover {
  border-color: #4eb3ea;
}

.themes-list-page .themes-outer-wrapper {
  float: left;
  width: 100%;
}

.themes-list-page .themes-inner-wrapper {
  width: 90%;
  margin: 30px auto;
}

.websites-list {
  width: 100%;
  overflow: hidden;
  float: left;
  padding: 40px 15px;
  box-sizing: border-box;
}

.current-website-wrapper {
  background: #fff;
  padding: 40px 25px;
  box-sizing:border-box;
  position: relative;
  position: fixed;
  top: 15px;
  left: 155px;
  width: 330px;
  margin: 0;
  height: 100%;
}

.current-website-wrapper .current-website img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.current-website-info,
.current-website-wrapper .current-website {
  float: left;
}

.current-website {
  position: relative;
}
/*
.current-website:before {
  content: "";
  width: 100%;
  height: 40px;
  left: 0;
  position: absolute;
  bottom: -40px;
  background: url(/images/theme-shadow.png)no-repeat center center;
  background-size: contain;
  opacity: .4;
}*/

.current-website-info {
  margin-top: 20px;
  width: 100%;
}

.left-inner-wrapper h3 {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 28px;
  text-align: center;
}

.left-inner-wrapper .switch-website-btn {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.left-inner-wrapper span {
  text-align: center;
  color: #666;
  margin-bottom: 6px;
  display: block;
  font-size: 15px;
}

.current-website-info span {
  color: #6a6a6a;
  width: 100%;
  display: block;
}

.current-website {
  position: relative;
  width: 100%;
}


.current-website-info .button-wrapper {
  float: left;
  margin-top: 15px;
  text-align: center;
  display: inline-block;
}

.current-website-info .button-wrapper .gray {
  background: #2f323a;
  color: #fff;
}

.current-website-info .button-wrapper .gray:hover {
  color: #fff;
  transition: opacity 0.3s ease;
}

.current-website-info .button-wrapper .middle-button {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  float: none;
}

.current-website-info .green {
  color: #fff !important;
}

.current-website-info h4{
  text-align: center;
  float: left;
  width: 100%;
  font-size: 15px;
}

.left-inner-wrapper {
  float: left;
  width: 100%;
}

.website-actions li.message-tab a span {
  display: inline;
}

.message-tag {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  background: #eb6a56;
  margin-left: 7px;
  color: #fff;
  font-size: 11px;
}

.website-wrapper {
  float: left;
  width: 31%;
  box-sizing:border-box;
  background-color: #fff;
  padding: 15px;
  margin: 0% 1% 5%;
  border: 2px dashed transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  text-align: center;
}

.website-wrapper:before {
  content: "";
  width: 100%;
  height: 74px;
  left: 0;
  position: absolute;
  bottom: -74px;
  background: url(/images/theme-shadow.png)no-repeat;
  background-size: contain;
}

.create-website:before {
  display: none;
}

.website-wrapper:hover {
  border: 2px solid #e1e1e1;
  transition: border 0.3s ease;
}

.website-wrapper .website-preview div {
  width: 100%;
  padding-bottom: 71%;
  background: #fff top no-repeat;
  background-size: contain;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.website-wrapper h3 {
  font-size: 18px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.website-wrapper span {
  color: #6a6a6a;
  float: left;
  width: 100%;
}

.theme-list-nav li a:hover {
  color: #4eb3ea;
}

.theme-list-nav li.active a {
  border-bottom: 2px solid #4eb3ea;
  color: #4eb3ea;
}

.create-website {
  border: 2px dashed #e1e1e1;
}

.create-website span {
  visibility: hidden;
}

.create-website h3 {
  text-align: center;
}

.create-website .website-preview div:before {
  content: '+';
  font-size: 42px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -12px;
}

.special-offer {
  display: block;
}

.special-offer h3 {
  margin-bottom: 20px;
  float: left;
}

.special-offer span {
  font-size: 15px;
  color: #6a6a6a;
  line-height: 1.4;
  float: left;
  margin-bottom: 20px;
}

.special-offer img {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.special-offer .col5,
.special-offer .col12 {
  float: left;
}

.special-offer .col12 {
  padding-left: 40px;
  box-sizing:border-box;
}

.tablet-view .navigation-wrapper nav,
.mobile-view .navigation-wrapper nav,
.mobile-view .top-bar,
.tablet-view .top-bar {
  display: none !important;
}

#website .content > .grid-row.grid-row-empty:first-child .widget-row {
  min-height: 300px !important;
}

.active-theme {
  width: 29%;
  background: #fff;
  float: left;
  margin: 2% 0;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 7px -5px 22px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 7px -5px 22px 0 rgba(0,0,0,.12);
  box-shadow: 7px -5px 22px 0 rgba(0,0,0,.12);
}

._dashboard-theme-items-sizer {
  width: 30%;
  margin-left: 5%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 1px;
}

.active-theme .button-wrapper {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.85);
  transition: opacity 0.3s ease;
  left: 0;
  top: 0;
}

.theme-thumb {
  background: url(/images/theme-thumb.png) no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 0 0 83%;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: 0px;
}

.active-theme section {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  padding: 0px;
}

.active-theme section img {
  position: absolute;
  width: 100%;
}

.active-theme header {
  margin: 35px 0px 25px;
}

.active-theme h1, .active-theme span {
  text-align: center;
  display: block;
}

.active-theme:hover .button-wrapper {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.active-theme .button-wrapper .middle-button {
  text-transform: uppercase;
  background: #4eb3ea;
  color: #fff;
  padding: 15px 35px;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  margin-left: -53px !important;
  line-height: 1.5;
  margin-top: -25px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -ms-transition: -ms-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(.8);
  -moz-transform: translateZ(0) scale(.8);
  -ms-transform: translateZ(0) scale(.8);
  -o-transform: translateZ(0) scale(.8);
  transform: translateZ(0) scale(.8);
}

.active-theme:hover .button-wrapper .middle-button {
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.active-theme .button-wrapper .middle-button:hover {
  background: #67bfef;
  transition: opacity 0.3s ease;
}

.theme-stats {
  background: #2f323a;
  float: left;
  margin: 0px 0px 0px 35px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.25);
}

.theme-stats .chart-wrapper {
  width: 170px;
  float: left;
  height: 142px;
}

.theme-stats .info-wrapper {
  background: #fff;
  float: left;
  width: 250px;
  height: 142px;
}

/* General Settings


----------------------------------------------------------------------------------------------------------------- */

.general-settings-nav {
  float: left;
  margin-top: 20px;
}

.general-settings-nav li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}

.general-settings-nav li.active {
  border-right: 4px solid #4eb3ea;
  background: #e5e5e5;
}

.general-settings-nav li:hover {
  background: #e5e5e5;
}

.general-settings-nav li a {
  line-height: 56px;
  text-indent: 9px;
  display: block;
  font-size: 15px;
  color: #6c6c6c;
}
.general-settings-nav li a p {
  width: 40px;
  height: 55px;
  float: left;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

.general-info a p {
  background: url(/images/widgets-new.png?v=79) no-repeat center -4px;
}

.account-info a p {
  background: url(/images/widgets-new.png?v=79) no-repeat center -1606px;
}

.account-info:hover a p, .account-info.active a p, .account-info a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -6px;
}

.billing-info:hover a p, .billing-info.active a p, .billing-info a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -83px;
}

.domain-info a p, .domain-info.active a p, .domain-info:hover a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -44px;
}

.access-info:hover a p, .access-info.active a p, .access-info a p {
  background: url(/images/new-icons.png?v=11) no-repeat center -313px;
}

.account-settings {
  height: 100%;
  position: relative;
}

.layout-buttons-wrapper2 {
  width: 100%;
  float: left;
}

.layout-buttons-wrapper2 ul {
  display: table;
  margin: 10px auto;
}

.layout-buttons-wrapper2 ul li {
  float: left;
}

.account-settings-wrapper {
  height: 100%;
  position: relative;
}

.account-settings-wrapper .inner-wrapper, .themes-list-page .inner-wrapper {
  width: 100%;
  box-sizing: border-box;
  float: none;
  /*
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.55);
  */
}

.chart {
  position: relative;
}

.chart .modal-nav {
  width: 180px;
  float: right;
  z-index: 99;
}

.chart-range-filter .inner-wrapper {
  margin: 6px auto 40px;
  width: 100%;
  float: left;
  text-align: center;
  background: transparent;
}

.chart-range-filter a,
.chart-range-filter div {
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.chart-range-filter a {
  height: 45px;
  line-height: 47px;
  margin-left: 7px;
}

.chart-range-filter div label {
  float: left;
  margin: 15px;
}

.chart-range-filter div input {
  float: left;
  width: 110px;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}

.settings .right-side input[type="text"]:hover, .settings .right-side textarea:hover, .settings .right-side input[type="password"]:hover {
  border-bottom: 1px solid #4eb3ea;
}

.account-settings .modal-nav {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.account-settings-chat-wrapper {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.account-settings-chat {
  margin: 0px auto;
  width: 100%;
}

.account-settings-chat span {
  width: 200px;
  margin: 0px auto;
  text-align: center;
  font-size: 13px;
  color: #8b8b8b;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
}

.account-settings-chat .small-divider {
  width: 35px;
  height: 1px;
  background: #e5e5e5;
  margin: 0 auto 20px;
}

.sections-wrapper .section h3 {
  font-size: 15px;
  display: block;
  line-height: normal;
  line-height: 18px;
  margin-bottom: 3px;
}

.account-settings .section span {
  font-size: 13px;
  color: #898989;
  line-height: normal;
}

.account-settings .section {
  width: 100%;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}

.account-settings .section.invalid-email .invalid-message {
  display: block;
  color: #FF0000;
}

.account-settings .section.invalid-email input {
  border: 1px solid #FF0000 !important;
}

.account-settings .section2 {
  width: 48%;
}

.account-settings .section2 .info {
  width: 100%;
}

.section-bg {
  /*background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);*/
  margin-bottom: 20px;
  padding: 15px 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.messages-wrapper {
  padding-top: 0;
}

.account-section {
  padding: 60px;
  width: 60%;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  margin: 40px auto;
  float: none;
}

.settings-save-btn {
  width: 100%;
  text-align: center;
  display: block;
  float: left;
  margin: 20px 0;
  color: #fff;
  padding: 21px 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: background 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.account-settings .info {
  float: left;
  text-align: left;
  width: 100%;
}

.account-settings .right-side {
  float: left;
  min-height: 30px;
  width: 100%;
}

/*.account-settings .right-side input[type="text"], 
.account-settings .right-side select, .account-settings 
.left-side input, .account-settings .right-side input[type="password"],
.account-settings .right-side textarea {
  width: 100%;
  color: #898989;
  font-size: 13px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f9f9fb;
  text-indent: 5px;
  margin-top: 10px;
  padding: 17px 0;
}*/

.account-settings .right-side input[type="text"], 
.account-settings .right-side select, .account-settings 
.left-side input, .account-settings .right-side input[type="password"],
.account-settings .right-side textarea,
.payment-info input[type="text"],
.payment-info .input-field {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: none;
  font-size: 12px;
  line-height: 18px;
  color: #898989;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  display: block;
  float: left;
  margin-bottom: 7px;
  text-indent: 0;
  margin-top: 7px;
  outline: none;
  height: 58px;
}

.chart-wrapper .graph-wrapper {
  width: 50%;
  margin-right: 2%;
}

.stats-0 .chart-wrapper .graph-wrapper {
  width: 100%;
}

.chart-wrapper .chart-details {
  width: 48%;
  padding: 50px 30px;
  box-sizing: border-box;
  background: #fff;
}

.chart-wrapper .chart-range-filter {
  width: auto;
}

.stats-0 .chart-wrapper .chart-details {
  width: 100%;
  margin-top: 10px;
}

.account-settings .content-wrapper {
  width: 90%;
  max-width: 1150px;
  float: none;
  margin: 0px auto;
}

.account-settings .sections-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  margin: 0px auto;
}

.sections-wrapper input, .sections-wrapper textarea {
  color: #898989;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  margin: 0px;
}

.account-settings .right-side input:focus, 
.account-settings .right-side textarea:focus, 
.account-settings .left-side input:focus,
.account-settings .right-side input:hover, 
.account-settings .right-side textarea:hover, 
.account-settings .left-side input:hover {
  border-color: #4eb3ea;
}

.section-bg .section {
  margin: 10px 0px;
}

.account-settings .sections-wrapper2 {
  float: left;
  width: 100%;
  /*background: #fff;
  border: 1px solid #ececec;*/
  padding: 45px 1%;
  box-sizing:border-box;
}

.account-settings .payment-content .sections-wrapper2 {
  padding-top: 15px;
}

.account-settings .sections-wrapper2.no-background {
  background: transparent;
  border: none;
}

.pricetables {
  margin: 0 auto;
}

.titles-wrapper {
  float: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

.titles-wrapper h1 {
  font-size: 32px;
  color: #6e6e6e;
  text-align: center;
  padding-bottom: 10px;
}

.titles-wrapper h1 span {
  font-weight: 400;
}

.titles-wrapper h1 span.red-text {
  color: #de0451;
}

.titles-wrapper h5 {
  font-size: 18px;
  color: #9c9c9c;
  text-align: center;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
}

.tables-wrapper {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.pricetable-wrapper {
  width: 33.3%;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #6e6e6e;
  cursor: pointer;
  box-sizing:border-box;
  position: relative;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 3px 3px 34px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 3px 3px 34px 0px rgba(0,0,0,0.09);
  box-shadow: 3px 3px 34px 0px rgba(0,0,0,0.09);
  margin: 0 5px;
}

.unlimited-products {
  display: inline-block;
  color: #fff;
  background: #61bd6d;
  padding: 10px;
  margin-left: 5px;
  border-radius: 25px;
}

.unlimited-checkbox .css-label:after {
  top: 50%;
  margin-top: -13px;
}

.pricetable-regular {
  z-index: 9999;
  position: relative;
  box-sizing: border-box;
  margin-top: -30px;
  background: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.pricetable-wrapper header {
  overflow: hidden;
}

.pricetable-regular .most-popular {
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  width: 135px;
  height: 135px;
  overflow: hidden;
}

.pricetable-regular .most-popular > div {
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 193px;
  text-align: center;
  margin-left: -12px;
  margin-top: 33px;
  background: #4eb3e9;
  line-height: 37px;
  font-family: Verdana;
}

.pricetable-regular {
  -webkit-box-shadow: 0 0 17px 1px rgba(50,50,50,0.10);
  -moz-box-shadow: 0 0 17px 1px rgba(50,50,50,0.10);
  box-shadow: 0 0 17px 1px rgba(50,50,50,0.10);
}

.pricetable-wrapper h1 {
  font-size: 45px;
  text-align: center;
  font-weight: 300;
  color: #3a3a3a;
}

.pricetable-wrapper h4 {
  font-size: 19px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
}

.pricetable-regular h4 {
  margin-top: 70px;
}

.pricetable-wrapper header span {
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  opacity: .8;
}

.pricetable-wrapper .subscription-price span {
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.pricetable-wrapper .subscription-price h1 span {
  display: inline-block;
  font-weight: 200;
  opacity: .8;
}

.pricetable-wrapper .subscription-price {
  padding: 10px 0px 30px;
  float: left;
  width: 100%;
  position: relative;
}

.discount-percent {
  position: absolute;
  color: #fff;
  background: #61bd6d;
  padding: 9px 14px;
  font-size: 16px;
  border-radius: 25px;
  opacity: 1 !important;
  display: none !important;
}

.pricetable-regular .discount-percent {
  color: #61bd6d !important;
  background: #fff;
}

.pricetable-wrapper a {
  text-align: center;
  width: 110px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin:0px auto 15px;
  background: #2f323a;
  float: none;
}

.pricetable-wrapper .middle-button.blue:hover {
  opacity: .8;
  background: #2f323a;
}

.pricetable-wrapper p {
  text-align: center;
  font-size: 13px;
  display: block;
  opacity: .8;
}

.pricetable-wrapper .old-price {
  font-size: 17px;
  text-decoration: line-through;
  margin-bottom: 10px;
}

.pricetable-wrapper .dollar-sign {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 21px;
  font-weight: 300;
  margin: 6px;
  opacity: .8;
}

.pricetable-wrapper .currency-symbol {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 21px;
  font-weight: 300;
  margin: 6px;
  opacity: .8;
}

.pricetable-wrapper .currency-symbol.symbol-at-right {
  vertical-align: bottom;
}

.pricetable-wrapper h6 {
  text-align: center;
  margin: 60px 0px 15px;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 400;
}

.pricetable-wrapper .features-wrapper {
  float: left;
  width: 100%;
  padding-top: 25px;
  box-sizing:border-box;
  border-top: none;
}

.pricetable-wrapper .features p {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #828282;
  padding: 6px;
  cursor: pointer;
  line-height: 1.5;
}

.pricetable-wrapper .coming-soon p {
  background: #61bd6d;
  color: #fff;
  padding: 3px 7px;
  border-radius: 13px;
  display: inline-block;
  margin-left: 7px;
  margin: 0;
  margin-left: 7px;
  font-size: 10px;
  font-style: normal;
}

.pricetable-wrapper .features span span {
  padding: 0px;
  display: inline-block;
}

.pricetable-wrapper .features span.bolder {
  font-weight: bolder;
  color: #2f323a;
}

/*.pricetable-wrapper .features span.yes {
  background: url(../images/tick.png)no-repeat;
  background-position: left center;
}

.pricetable-wrapper .features span.no {
  background: url(../images/x-icon.png)no-repeat;
  background-position: left center;
} */

#sumoPlans .tables-wrapper {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  display: block;
}

#sumoPlans .pricetable-wrapper {
  -webkit-box-shadow: 3px 3px 34px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 3px 3px 34px 0px rgba(0,0,0,0.09);
  box-shadow: 3px 3px 34px 0px rgba(0,0,0,0.09);
  float: none;
  display: inline-block;
  background: #fff;
}

#sumoPlans .pricetable-wrapper h1 {
  font-size: 54px;
}

.pricetable-wrapper .features p:hover {
  background-color: #f9f9fb;
}

.pricetable-wrapper .features p.ql-align-center {
  text-align: center;
}

.pricetable-wrapper .features p.ql-align-right {
  text-align: right;
}

.pricetable-wrapper .features {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.account-settings .left-section, 
.account-settings .right-section {
  float: left;
  width: 70%;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.account-settings #currentPlanSection .left-section,
.account-settings #billingInfoForm  .left-section{
  width: 30%;
}

.account-settings #currentPlanSection .left-section.col20 {
  width: 100%;
}

.left-section {
  width: 30%;
}

.account-settings .right-section .controls, .account-settings .right-section h2 {
  float: right;
}

.account-settings .right-section h2 {
  font-weight: 400;
  font-size: 24px;
}

.account-settings .left-section h3, .account-settings .right-section h2 {
  line-height: 42px;
  font-size: 21px;
}

.account-settings .right-section .controls {
  margin-left: 25px;
}

.account-settings .right-section .controls a {
  float: right;
  margin-bottom: 5px;
}

.account-settings .right-section .downgrade {
  float: left;
  margin: 15px 0 15px 20px;
}

.account-settings .right-section .downgrade:hover {
  color: #4eb3ea;
}

.active-section {
  padding:50px 5% !important
}

.active-section .right-section h2 {
  font-size: 20px;
}

.active-section section {
  float: left;
  width: 100%;
  padding: 25px 50px;
  box-sizing:border-box;
  background: #fff;
  border-bottom: 1px dotted #e1e1e1;
}

.active-section > section:last-child {
  border-bottom: none;
}

.account-settings .right-section span {
  float: left;
  line-height: 38px;
  color: #666;
  margin: 0 13px;
}

.auto-renew-warning {
  background: #e25141;
  width: 100%;
  float: left;
  padding: 30px;
  box-sizing:border-box;
  margin-top: 20px;
}

.auto-renew-warning span {
  color: #fff;
}

.payment-info-wrapper {
  background: #f1f1f1;
  width: 100%;
  float: left;
  padding: 30px;
  box-sizing:border-box;
  margin-top: 20px;
}

.payment-info-wrapper label {
  float: left;
  width: 50%;
  margin: 15px 0;
}

.payment-info-wrapper label h3 {
  font-size: 18px;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}

.payment-info-wrapper label>span {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.payment-info-wrapper .payment-info {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.payment-info-wrapper > .payment-info:first-child {
  margin-top: 0;
}

/* Selected Plan

----------------------------------- */

.plan-change {
  display: inline-block;
  font-size: 14px;
  color: #4eb3ea;
  margin-left: 25px;
}

.pricetables2 .pricetable-regular header {
  padding-top: 0;
}

.pricetables2 .pricetable-wrapper {
  margin-top: 30px;
}

.pricetables2 .active {
  margin-top: 15px;
  border: 1px solid #e1e1e1;
  box-sizing:border-box;
}

.account-settings .titles-wrapper {
  padding: 95px 0px 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: none;
  box-sizing:border-box;
}

.titles-wrapper h1.remaining-days {
  padding-top: 15px;
  font-weight: 400;
  font-size: 30px;
}

.titles-wrapper h1.remaining-days p {
  display: inline-block;
  font-weight: 200;
}

.titles-wrapper p {
  text-align: center;
  font-size: 18px;
  color: #949494;
}

.titles-wrapper p a {
  font-size: 14px;
  color: #4eb3ea;
}

.titles-wrapper .active {
  color: #4eb3ea;
}

.pricetables .active .subscription-price a {
  width: 100%;
  border-radius: 0px;
  background: #4eb3ea;
  right: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: default;
  pointer-events: none;
}

.pricetables .active .subscription-price h1 {
  color: #4eb3ea;
}

.pricetables .active:hover {
  cursor: default;
}

.pricetables > .section-bg {
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}

.pricetables .section-bg .section-bg {
  padding: 44px;
}

.section-bg .price-section {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
}

.price-section h3 {
  font-size: 30px;
  font-weight: 400;
  float: left;
  width: 100%;
  text-align: left;
}

.price-section h3 span {
  font-weight: 200;
  font-size: 15px;
}

.pricetables > .section-bg h2 {
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

.pricetables > .section-bg h2 span {
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
}

.pricetables .sub-line {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.pricetables > .section-bg h6 {
  font-weight: 200;
  font-size: 13px;
  color: #a1a1a1;
  text-align: left;
  padding-top: 7px;
  font-family: 'Roboto', sans-serif;
  float: left;
  width: 100%;
}

.pricetables .section-bg .save-badge {
  background: #4eb3ea;
  color: #fff;
  font-size: 15px;
  padding: 5px 12px;
  border-radius: 22px;
  margin-left: 10px;
  display: inline-block;
}

.account-settings input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -82px;
  color: #666;
}

.right-side .checkbox-wrapper {
  margin-top: 17px;
}

.price-option {
  float: left;
  width: 100%;
  padding: 0;
}

.price-section input[type=radio].css-checkbox + label.css-label {
  width: 100%;
  height: auto;
  padding: 36px 0;
  padding-left: 95px;
  box-sizing:border-box;
}

.price-section label.css-label {
  position: relative;
}

.price-section input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 20px -225px;
  outline: 2px solid #ededed;
  background-color: #fbfbfb;
}

.payment-info .input-field {
  height: 60px;
}
.payment-info .input-field.braintree-hosted-fields-invalid,
.payment-info input.invalid-field {
  border: 1px solid #ff0000;
}

.payment-info .card-dates > div, .card-dates input[type="text"] {
  width: 49%;
  margin-right: 2%;
}

.card-dates input[type="text"]:last-child, .payment-info .card-dates > div:last-child {
  margin-right: 0;
}

.total-cost {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
  font-size: 21px;
}

.total-cost span {
  font-size: 14px;
  text-align: left;
  float: left;
  line-height: 21px;
}

.total-cost mark {
  float: right;
  text-align: right;
}

.payment-content .final-cost {
  padding-top: 15px;
  border-top: 1px dotted #e1e1e1;
  font-size: 32px;
}

.payment-content .vat-cost {
  padding-top: 15px;
  border-top: 1px dotted #e1e1e1;
}

.payment-content .final-cost span {
  font-size: 17px;
  line-height: 32px;
}

.payment-content .final-cost span[data-role="refundMessage"] {
  font-size: 12px;
  text-indent: 10px;
}

.subscribe-button-wrapper {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.subscribe-button {
  float: none;
  margin: 0 auto;
  width: 140px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
}

.payment-sidebar {
  background: #fbfbfb;
  box-sizing: border-box;
  padding: 30px;
  float: left;
  width: 25%;
  height: 100%;
}

.payment-sidebar h5 {
  font-size: 16px;
  color: #6a6a6a;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.payment-sidebar span {
  font-weight: 200;
  font-size: 13px;
  line-height: 1.4;
  color: #a1a1a1;
  font-family: 'Roboto', sans-serif;
  float: left;
  width: 100%;
}

.payment-sidebar section {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.payment-content {
  width: 75%;
  float: left;
  padding-right: 40px;
  box-sizing:border-box;
}

.promo-code {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.promo-code input[type="text"] {
  float: left;
  width: 200px;
  margin-right: 5px;
  outline: none;
}

.promo-code .middle-button {
  height: 46px;
  line-height: 46px;
  margin-right: 10px;
}

.promo-code-remove-link {
  line-height: 46px;
  float: left;
}

.promo-code-discount .promo-code-remove-link {
  color: #e25141;
  line-height: 30px;
}

#paypalContainer {
  width: 100%;
  float: left;
  margin-top: 25px;
}

#paypalContainer span {
  float: left;
  margin-top: 16px;
}

#paypalContainer img {
  float: left;
  margin-left: 17px;
}

.paypal-mail {
  padding: 17px 0;
  font-weight: 300;
  font-size: 16px;
  padding-left: 30px;
  background: url(/images/paypal-billing.png) no-repeat center left;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.paypal-mail a {
  float: right;
}

.light-font {
  font-weight: 300;
  color: #a1a1a1;
  line-height: 1.3;
}

/* DOmains

--------------------------------------------------- */

.posts-list .layout-buttons-wrapper ul {
  display: table;
  margin: 10px auto;
}

.posts-list .layout-buttons-wrapper ul li {
  float: left;
}

.section-bg .domain-item {
  padding: 30px;
  margin-bottom: 0px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.domain-item header {
  width: 60%;
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

.domain-item header span {
  margin-top: 7px;
  color: #999;
  display: block;
  font-size: 14px;
}

.dashboard-website-item header {
  margin-top: 0;
}

.dashboard-website-item header h4 {
  font-size: 20px;
}

.section-bg .current-website {
  padding: 30px;
  border-left: 3px solid #4eb3ea;
}

.dashboard-website-item:hover {
  border-color: #4eb3ea;
  border-bottom: 1px solid #f1f1f1;
}

.section-bg .current-website header h4 {
  font-size: 24px;
}

.current-website:hover {
  box-shadow: none;
  cursor: auto;
}

.posts-list .domain-item .domain-type {
  font-size: 14px;
  display: block;
  margin-top: 13px;
  float: left;
  color: #a9a9a9;
}

.domain-item .website-controls a,
.domain-item .options a {
  float: right;
  width: 45px;
  height: 45px;
  border-left: 1px solid #454952;
}

.domain-item .website-controls .change {
  border-left: none;
  width: auto;
}

.website-change-btn {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

.website-change-btn:hover {
  text-decoration: underline;
}

.website-name-change {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  background: #f1f1f1 url(/images/sprite-widgets2.png?v=14) no-repeat -6px -1187px;
  margin-left: 7px;
}

.domain-item .change {
  width: auto;
  padding: 0 25px;
  background: #4eb3ea;
  line-height: 45px;
  color: #fff;
  float: right;
  border: none;
  margin-left: 5px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.domain-item .website-controls .change {
  float: left;
  margin-left: 0;
}

.website-controls .copy {
  background-image: url(/images/widget-settings.png?v=21);
  background-position: center -393px;
  background-repeat: no-repeat;
}

.domain-item .change:hover {
  background: #67bfef;
}

.domain-item .delete {
  background: #2f323a url(/images/widget-settings.png?v=21) no-repeat -2px -222px;
}

.domain-item .view {
  background: #2f323a url(/images/sprite-widgets.png) no-repeat center -1630px;
}

.domain-item .make-primary {
  background: #2f323a url(/images/sprite-widgets.png) no-repeat center -1903px;
}

.domain-item .unlink {
  background: #2f323a url(/images/gen-settings.png?v=33) no-repeat -4px -469px;
}

.domain-item .edit, .domain-item .edit-subdomain {
  background: #2f323a url(/images/widget-settings.png?v=21) no-repeat -3px -309px
}

.domain-item .delete:hover,
.domain-item .edit:hover,
.domain-item .edit-subdomain:hover,
.domain-item .unlink:hover,
.domain-item .view:hover,
.domain-item .make-primary:hover {
  background-color: #454952;
}

.domain-item .icon {
  width: 40px;
  height: 40px;
  float: left;
}

.domain-item.domain-type-system .edit {
  display: none;
}

.domain-item.domain-type-external .edit-subdomain {
  display: none;
}

.domain-item.primary-domain .icon {
  background: url(/images/gen-settings.png?v=33) no-repeat -5px -420px;
}

.domain-item.primary-domain .make-primary {
  display: none;
}

.domain-item.domain-type-system .unlink {
  display: none;
}

.domain-item.domain-type-funnel .edit-subdomain,
.domain-item.domain-type-funnel .make-primary {
  display: none;
}

.domain-list .sub-line {
  margin: 0px 0px 30px;
}

.domain-list .sub-line span {
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
  display: block;
  width: 85%;
  color: #898989;
  font-family: "Open sans", "PT Sans", Arial, sans-serif;
  margin: 0px auto 10px;
  line-height: 21px;
}

.domain-list .sub-line span a {
  color: #4eb3ea;
}

.button-section h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.domain-list .layout-buttons-wrapper ul li a {
  border: none;
  color: #fff;
}

.domain-item .content {
  width: 100%;
  float: left;
  margin: 20px 0px 0px;
  padding: 25px;
  box-sizing:border-box;
  background: #fff;
  display: none;
}

.domain-item.not-verified .content,
.connected-domain-section.not-verified .domain-settings-wrapper {
  background: #e25141;
}

.domain-item.verified .content,
.connected-domain-section.verified .domain-settings-wrapper {
  background: #6cbd69;
}

.domain-item .content h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-align: left;
  color: #fff;
}

.domain-item .content h1 b {
  font-weight: 400;
}

.left-circle-icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #4eb3ea url(/images/sprite.png?v=123123)no-repeat 10px -2888px;
}

.store-icons-wrapper {
  padding: 0 30px;
  box-sizing: border-box;
}

.store-icons-wrapper > div {
  width: 25%;
  padding: 5px 0 35px;
}

.store-icons-wrapper > div a {
  padding: 10px 0 25px;
  border-right: 1px solid #f1f1f1;
}

.store-icons-wrapper > div:last-child a {
  border: none;
}

.store-icons-wrapper > div a:hover {
  background: #f5f5f5;
}

.store-icons-wrapper .store-icon-color {
  width: 80px;
  height: 80px;
  background: url(/images/store-icons-color.png)no-repeat center 1px;
  display: block;
  margin: 0 auto;
}

.store-icons-wrapper .digital-product-icon {
  background-position: center -84px;
}

.store-icons-wrapper .services-product-icon {
  background-position: center -186px;
}

.store-icons-wrapper .membership-product-icon {
  background-position: center -280px;
}

.store-icons-wrapper h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 23px;
  display: block;
}

.shipment-icon {
  background-position: 10px -2943px;
}

.payment-icon {
  background-position: 10px -2998px;
}

.members-group-icon {
  background-position: 10px -3062px;
}

.member-add-icon {
  background-position: 10px -3123px;
}

.member-settings-icon {
  background-position: 10px -1890px;
}

.store-icon {
  display: inline-block;
  padding: 15px;
  background: #4eb3ea;
  border-radius: 50%;
}

.small-icon-section h4 {
  font-size: 21px;
  margin-left: 25px;
  margin-top: 19px;
}

.small-icon-section h4 p {
  display: inline-block;
  font-size: 14px;
  color: #888;
}

.small-icon-section {
  margin-bottom: 0;
}

.domain-item .content span {
  line-height: 18px;
  font-size: 13px;
  color: #fff;
  width: 20%;
  float: left;
  padding: 10px;
}

.domain-item .domain-info>span {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 15px;
}

.domain-item .domain-info>span a {
  color: #3e3e3e;
  font-size: 16px;
}

.domain-item .content .row {
  float: left;
  width: 100%;
}

.domain-item .content .row.title {
  background: #2f323a;
}

.domain-item .content .row.title span {
  color: #fff;
  font-size: 14px;
}

.domain-item .content .row.info {
  margin-top: 0;
  background: #fff
}

.domain-item .content .row.info .small {
  font-size: 11px;
}

.domain-item .content .row.info:nth-child(odd){
  background: #f2f4f6;
}

.domain-item .content .row.info span{
  color: #666;
}

.domain-item .domain-table {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.domain-steps,
.payment-info {
  background: #fff;
  padding: 80px 25%;
  float: left;
}

.domain-steps {
  width: 100%;
  padding: 50px 15%;
  box-sizing:border-box;
  margin: 0;
}

.payment-info {
  padding: 25px 20%;
  box-sizing:border-box;
}

.account-settings .domain-steps .right-side input {
  width: 80%;
}

.domain-steps .next-button {
  width: 18%;
  float: right;
  padding: 0;
  height: 60px;
  margin-top: 7px;
  line-height: 60px;
}

.domain-steps-info span {
  display: block;
  color: #898989;
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
  text-align: left;
}

.payment-info .middle-button {
  margin-top: 30px;
}

/* Trial Button Area */

.upgrade-button-wrapper .middle-button {
  padding: 5px;
  text-align: center;
  background: #4eb3ea;
  font-size: 16px;
}

.upgrade-button-wrapper .middle-button:hover {
  background: #67bfef;
}

.upgrade-button-wrapper span {
  margin-bottom: 5px;
}

.upgrade-button-wrapper h4 {
  display: inline-block;
  background: #2f323a;
  color: #fff;
  padding: 2px 11px;
  font-size: 13px;
  border-radius: 3px;
  margin-left: 5px;
}

/* Header Changes */

.settings .header {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}

.account-settings .header {
  width: 1050px;
}

.settings .header-wrapper h1 {
  font-size: 30px;
  text-align: center;
  color: #4d4d4d;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.top-background .settings-icon {
  background: url(/images/widgets-new.png?v=79) no-repeat center -2354px;
}

.settings .no-access-message {
  width: 60%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 !important;
}

.no-access-message i {
  font-size: 74px;
  color: #E25041;
  text-align: center;
  display: block;
}

.settings .header-wrapper .no-access-message h1 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
}

/* manager */

.complex-list .wrapper {
  width: 100%;
  background: #f2f4f6;
  background-size: cover;
  overflow-x: hidden;
  height: 100%;
  position: relative;
}

.posts-list .header {
  margin: 20px auto;
}

.add-blog-post .layout-buttons-wrapper ul li a {
  color: #818392;
  padding: 3px 20px;
}

.no-items {
  width: 100%;
  display: block;
  float: left;
  height: 150px;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
}

.complex-list .file2 {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 5px 6px;
  padding: 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 252px;
  border: 1px solid #e1e1e1;
}

.portfolio-list .file2:hover {
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.portfolio-list .file2:hover .big-thumb {
  opacity: .75;
  transition: opacity 0.3s ease;
}

.portfolio-list .active .big-thumb {
  border: none;
}

.portfolio-list .big-thumb {
  float: left;
  width: 240px;
  height: 160px;
  transition: opacity 0.3s ease;
}

.portfolio-list .file2 .big-thumb {
  float: left;
}

.portfolio-list .content {
  float: left;
  margin: 5px 0px;
  width: 100%;
}

.portfolio-list .file2 .options {
  overflow: hidden;
  display: table;
  margin: 8px auto 5px;
}

.portfolio-list .file2 .edit-page {
  background: #2f323a;
  float: right;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px 18px;
  color: #fff;
  margin-right: 4px;
}

.upgrade-modal {
  width: 100%;
  padding: 10px 40px 40px;
  box-sizing: border-box;
  float: left;
}

.upgrade-modal img {
  display: block;
  margin: 0 auto;
}

.upgrade-modal span {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #666;
  display: block;
  margin: 20px 0 35px;
}

.upgrade-modal h2 {
  font-size: 21px;
  color: #444;
  display: block;
  margin-top: 50px;
  text-align: center;
  line-height: 1.2;
}

.upgrade-button {
  color: #fff;
  padding: 24px 0;
  width: 240px;
  margin: 0 auto 15px;
  font-size: 16px;
  display: block;
  text-align: center;
}

footer .container-nav {
  top: 10px !important;
}

footer .columns-nav {
  top: -27px !important;
}

.portfolio-list .file2 .edit-page:hover {
  background: #4eb3ea;
}

.portfolio-list .sections-wrapper {
  margin: 0 auto 30px auto;
  width: 98%;
  overflow: hidden;
}

.posts-list .header-wrapper-buttons {
  float: left;
}

.promo-code-link {
  color: #4eb3ea;
}

.input-disabled h3 {
  opacity: 0.4;
}

.pricetables > .section-bg .input-disabled h6 {
  font-size: 16px;
}

@media only screen and (max-width: 1400px) {
  .themes-list-page .themes-inner-wrapper {
    width: 92%;
  }

  .account-settings .content-wrapper {
    width: 94%;
  }

  .top-background {
    width: 100%;
  }

  .themes-list-page .text-wrapper {
    margin: 0 auto;
  }

  .website-wrapper {
    width: 31%;
  }

  .account-settings .billing-content-wrapper {
    width: 98%;
    max-width: auto;
  }

  #billingSection {
    padding: 0 2%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1300px) {
  .pricetables {
  }
}

@media only screen and (max-height: 800px) {
  /*
  #groupsWrapper {
    max-height: 215px;
    overflow-y: hidden;
  }*/

  .login-background .form-inner-wrapper {
    padding: 50px 0 40px;
    top: 5%;
  }

  .form-inner-wrapper img {
    display: none;
  }

  .account-settings-chat-wrapper {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 7px;
  }

  .register-page .trial-logo {
    display: none;
  }
}

.relativeLeftWrapper {
  position: relative;
  float: left;
  width: 100%;
}

.fixed-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/** WEBSITE SETTINGS NAVIGATION BUILDER */

.settings-nav-wrapper {
  padding: 9px 0 0 0;
  float: left;
  height: 100%;
  box-sizing: border-box;
}


.nav-arrange {
  float: left;
  clear: left;
  margin-top: 7px;
  display: block;
  width: 100%;
}

.nav-arrange > li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.nav-arrange .item {
  box-sizing: border-box;
  float: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  position: relative;
}

.blogTagList .item,
.blogCategoryList .item {
  width: auto;
  padding-left: 0;
}

.nav-arrange .item.non-sortable-menu-item {
  padding-left: 0;
}

.nav-arrange .item

.nav-arrange .item.highlighted-item {
  background: #4EB3EA;
}

.nav-arrange .separator-item {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.nav-item-placeholder {
  border: 1px dashed #2f323a;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  float: left;
  clear: both;
  cursor: pointer;
  margin-bottom: 5px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  margin-left: 20px;
}

.nav-arrange .fake-item {
  display: none;
}

.nav-arrange .fake-item div {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-right: 1px dashed #B1B1B1;
}

.nav-arrange .move-icon-white {
  float: left;
  margin: 12px 9px;
}

.nav-arrange span,
.nav-add-page,
#nav-add-page {
  text-align: left;
  display: block;
  color: #666;
  line-height: 37px;
  padding: 5px 98px 5px 43px;
  width: 100%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  float: left;
  width: 100%;
  background: #f5f5f5;
}

.nav-arrange span.with-handle:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 12px; 
  background: url(/images/sprite.png?v=54115) no-repeat center -1091px;
  width: 20px;
  height: 20px;
}

.blogTagList span,
.blogCategoryList span {
  border: none;
  border-radius: 0;
}

.nav-arrange .non-sortable-menu-item span,
#nav-add-page {
  line-height: 37px;
}

.nav-add-page-wrapper {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

.nav-add-page,
#nav-add-page {
  border: 1px dashed #c8c8c8;
}

#nav-add-page {
  border: 1px dashed #c8c8c8;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  background: #fff;
}

.nav-add-page {
  text-transform: uppercase;
  font-size: 10px;
}

.nav-arrange li:hover > span,
.nav-add-page:hover {
  border-color: #bfbfbf;
}

.nav-arrange .page-controls {
  position: absolute;
  right: 10px;
  top: 14px;
}

.nav-arrange .delete-icon {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -8px -1284px;
  width: 25px;
  height: 20px;
  display: none;
  position: absolute;
  top: 13px;
  right: 15px;
}

.nav-arrange .edit-icon {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -11px -1191px;
  width: 25px;
  height: 20px;
  display: none;
  position: absolute;
  top: 13px;
  right: 40px;
}

.nav-arrange .add-icon {
  background: url(/images/sprite.png?v=5412) no-repeat center -83px;
  width: 25px;
  height: 20px;
  display: none;
  opacity: .9;
}

.nav-arrange .separator-item .delete-icon {
  background: url(/images/sprite-widgets.png) no-repeat center -1598px;
  right: 9px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
}

.nav-arrange .item:hover .delete-icon,
.nav-arrange .item:hover .edit-icon,
.nav-arrange .item:hover .add-icon {
  display: block;
}

.nav-arrange .submenu-wrapper {
  width: 90%;
  position: relative;
}

.cpanel-popup .nav-arrange .item input[type="text"] {
  margin: 0;
  padding: 9px 0;
  border-color: transparent;
  text-indent: 5px;
  background: transparent;
}

.cpanel-popup .nav-arrange .item input[type="text"]:hover,
.cpanel-popup .nav-arrange .item input[type="text"]:focus {
  background: #fff;
}

.cpanel-popup .nav-arrange .item:hover input[type="text"],
.cpanel-popup .nav-arrange .item input[type="text"]:focus {
  border-color: #e1e1e1;
}

.nav-arrange .submenu-wrapper:before {
  content:'';
  position: absolute;
  top: -7px;
  bottom: 29px;
  left: -16px;
  width: 1px;
  background: #dcdcdc;
}

.nav-arrange .submenu-item {
  width: 100%;
  float: right;
  position: relative;
}

.expand-submenu {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -23px;
  top: 15px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  border-radius: 20px;
}

.expand-submenu:before {
  content: '';
  width: 8px;
  height: 2px;
  background: #dcdcdc;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}

.expand-submenu:after {
  content: '';
  width: 2px;
  height: 8px;
  background: #dcdcdc;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}

.nav-arrange .submenu-item .add-icon {
  display: none;
}

.nav-arrange .submenu-item:before {
  content:'';
  position: absolute;
  top: 24px;
  left: -16px;
  width: 17px;
  height: 1px;
  background: #dcdcdc;
}

.nav-header-item-placeholder {
  border: 1px dashed #ADA7A7;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

.nav-column {
  float: left;
  width: 100%;
}

.nav-arrange .separator-item {
  background: #8a8c92;
  background: transparent;
  border-bottom: 1px solid #b1b1b1;
}

.nav-arrange .separator-item:hover {
  background: #9b9da3;
  background: transparent;
}

.nav-arrange .separator-item span {
  line-height: 39px;
  font-style: italic;
  text-indent: 4px;
  font-size: 13px;
  color: #666;
}

.nav-arrange .separator-item .delete-icon {
  top: 4px;
}

.navigation-extra {
  width: 49%;
  padding: 16px 20px;
  box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
  background: #fff;
  position: relative;
}

.navigation-extra:after {
  content: '';
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -11px -1191px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 13px;
  right: 15px;
}

.navigation-extra:hover {
  border-color: #bfbfbf;
  background: #f9f9f9;
  cursor: pointer;
}

.navigation-extra i {
  font-size: 16px;
  margin-right: 6px;
}

/** WEBSITE SETTINGS NAVIGATION BUILDER END **/


/* User Dashboard */

.sections-wrapper .chart {
  width: 100%;
  float: left;
}

.usage-info {
  float: left;
  width: 100%;
  padding: 40px 50px 70px;
  box-sizing:border-box;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.from-field label{
  display: none;
}

.chart-wrapper .chart-nav {
  margin: 20px auto 50px;
}

.chart img {
  margin: 0 auto;
  display: block;
}

.message-item header {
  width: 100%;
  width: calc(100% - 200px);
}

.message-item header br {
  display: none;
} 
.message-item header div > * {
  line-height: 30px;
  float: left;
  margin-right: 20px;
}

.subscribtion-item header {
  overflow: hidden;
  float: left;
  margin-left: 20px;
}

.subscribtion-item header h4 {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  line-height: 30px;
  opacity: .8;
}

.subscribtion-item header h4.name {
  font-size: 16px;
  opacity: 1;
}

.subscribtion-item .top-part {
  color: #444;
}

.subscribtion-item .message-content {
  float: left;
  width: 100%;
  padding: 30px;
  box-sizing:border-box;
  background: #f9f9f9;
  margin-top: 30px;
}

.account-settings .leads-nav,
.account-settings .groups-nav {
}

.subscribtion-item .message-content section {
  float: left;
  width: 100%;
}


.subscribtion-item.not-read header h4 {
  font-weight: bold;
}

.subscribtion-item .message-content h4 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
}

.subscribtion-item .message-content span {
  font-size: 13px;
  line-height: 1.5;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.subscribtion-item {
  float: left;
  width: 100%;
  padding: 35px 30px;
  box-sizing: border-box;
  border-bottom: 1px dotted #e1e1e1;
  background: #fff;
}

.subscribtion-item:last-child {
  border-bottom: none;
}

.subscribtion-item .date {
  float: right;
}

.subscribtion-item span {
  font-size: 14px;
  line-height: 30px;
  display: block;
  float: left;
  color: #a9a9a9;
}

.subscribtion-wrapper .delete {
  background: #2f323a url(/images/sprite-widgets.png) no-repeat -1px -1274px;
  float: right;
  margin: 0px 0px 15px 0px;
  border-radius: 3px;
  text-indent: 20px;
}

.access-permissions-wrapper .checkbox-wrapper{
  width: 100%;
  margin-bottom: 8px;
}

.access-wrapper .icon {
  width: 30px;
  height: 19px;
  float: right;
  background-position: center center;
}

.access-wrapper .expand {
  background: url(/images/admin/mhd-expand.png) no-repeat center 0px;
}

.access-wrapper .contributor-item .toggle-opened .expand,
.access-wrapper .contributor-item:hover .expand {
  background-position: center -24px;
}

.access-wrapper .contributor-item {
  padding: 0 30px;
  display: none;
}

.access-wrapper .top-part {
  padding: 25px 0px;
  margin: 10px 0;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.access-wrapper .message-content {
  margin-top: 0;
  margin-bottom: 30px;
}

.access-wrapper .top-part .delete-icon {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -8px -1284px;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 20px;
  opacity: .7;
}

.access-wrapper header {
  margin-left: 0;
  width: 100%;
}

.access-wrapper header .title {
  float: left;
}

.lightBlue {
  color: #4eb3ea;
}

.access-wrapper .top-part:hover {
  cursor: pointer;
}

.access-wrapper .top-part .delete-icon:hover {
  opacity: 1;
}

.account-settings .header-wrapper-buttons {
  margin:20px 0 60px;
}

#add-contributor {
  float: left;
  width: 100%;
  display: none;
}

#add-contributor .save-nav {
  float: left;
  text-align: center;
  display: inline-block;
  margin: 5px;
}

#add-contributor .save-nav a {
  display: inline-block;
  text-align: center;
  float: none;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  vertical-align: top;
}

.send-top-wrapper {
  float: left;
  width: 100%;
  margin-top: 20px;
}

#add-contributor .contributor-form {
  float: left;
  width: 100%;
  padding: 50px;
  background: #fff;
  box-sizing: border-box;
}

#add-contributor input[type="text"] {
  outline: none;
  padding: 16px;
  text-indent: 0;
  width: 300px;
}

#add-contributor section {
  float: left;
  width: 100%;
}

#add-contributor section .checkbox-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.permission-group {
  float: left;
  width: 33%;
  margin-bottom: 10px;
}

.permission-group > span {
  font-size: 16px;
  line-height: 40px;
}

.permission-group .children-wrapper {
  float: left;
  width: 100%;
  padding-left: 0px;
  box-sizing:border-box;
}

.subscribtion-item .middle-button {
  height: 52px;
  line-height: 52px;
  float: right;
}

.access-accept .subscribtion-item header h4 {
  line-height: 42px;
}

.access-accept h3 {
  float:left;
  padding: 30px;
  box-sizing:border-box;
  width: 100%;
}

::-webkit-scrollbar {
  height:12px;
  overflow:visible;
  width:12px;
}

::-webkit-scrollbar-button {
  height:0;
  width:0;
}

::-webkit-scrollbar-track {
  background-clip:padding-box;
  border:solid transparent;
  border-width:0;
  background: rgba(150,150,150,.15);
}

::-webkit-scrollbar-track:horizontal {
  border-width:0;
}

::-webkit-scrollbar-track:hover {
  background-color:rgba(0,0,0,.05);
  box-shadow:inset 1px 0 0 rgba(0,0,0,.1);
}

::-webkit-scrollbar-track:horizontal:hover {
  box-shadow:inset 0 1px 0 rgba(0,0,0,.1);
}

::-webkit-scrollbar-track:active {
  background-color:rgba(0,0,0,.05);
  box-shadow:inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
}

::-webkit-scrollbar-track:horizontal:active {
  box-shadow:inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
}

::-webkit-scrollbar-thumb {
  background-color:rgba(0,0,0,.2);
  background-clip:padding-box;
  border:solid transparent;
  border-width:0;
  min-height:28px;
  padding:100px 0 0;
  box-shadow:inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}

::-webkit-scrollbar-thumb:horizontal {
  border-width:0;
  padding:0 0 0 100px;
  box-shadow:inset 1px 1px 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color:rgba(0,0,0,.4);
  box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);
}

::-webkit-scrollbar-thumb:active {
  background-color:rgba(0,0,0,0.5);
  box-shadow:inset 1px 1px 3px rgba(0,0,0,0.35);
}
::-webkit-scrollbar-corner {
  background:transparent;
}

#inline-popup.cpanel-popup {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 260px;
  width: 0; 
  overflow: hidden;
  /*border-right:1px solid #e1e1e1;*/
  background-color: #fff;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
  display: none;
  z-index: 999;
  opacity: 1;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.narrow-nav #inline-popup.cpanel-popup  {
  left: 130px;
}

#inline-popup.active {
  display: block;
}

#inline-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#inline-popup-content {
  position: absolute;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 0;
  z-index: 2;
}

.inline-popup-content {
  position: absolute;
  top: 70px;
  bottom: 72px;
  width: 100%;
  /* overflow-y: auto; */
}

.pagesWindow .inline-popup-content {
  bottom: 125px;
}

.addWidgetsWindow .inline-popup-content {
  bottom: 15px;
}

#inline-popup .cpanel-popup-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f2f4f6;
}


.theme-preview .iframe-content {
  width: 97.5%;
  position: absolute;
  top: 65px;
  left: 0;
  bottom: 0;
}

.theme-preview iframe {
  width: 97.5%;
  float: left;
  position: absolute;
  left: 2.5%;
  height: 100%;
  /*-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.55);
  background: #fff;*/
}

.ui-datepicker {
  padding: 30px;
}

.theme-preview .mobile-preview {
  /*background: url(/images/phone-view.png) no-repeat center top;*/
}

.theme-preview .mobile-preview iframe {
  width: 380px;
  left: 50%;
  margin-left: -190px;
  top: 0;
  height: 100%;
}

.theme-preview .tablet-preview {
  /*background: url(/images/tablet-view-n.png) no-repeat center top;*/
}

.theme-preview .tablet-preview iframe{
  width: 755px;
  left: 50%;
  margin-left: -374px;
  top: 0;
  height: 100%;
}

.theme-preview {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}

.theme-preview .button-wrapper{
  display: inline-block;
  text-align: center;
  width: 100%;
  float: left;
}

.theme-preview .button-wrapper > a {
  display: inline-block;
  text-align: center;
  float: none;
  padding: 0px 35px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  margin-right: 15px;
  border-radius: 0;
}

.theme-preview-viewport-buttons {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}

.theme-preview-viewport-buttons ul, .theme-preview-viewport-buttons li {
  float: left;
}
.theme-preview-viewport-buttons a {
  float: left;
  margin: 0 5px;
  font-size: 23px;
  margin-bottom: -7px;
  opacity: .5;
  transition: opacity 0.3s ease;
}


.theme-preview-viewport-buttons a.active,
.theme-preview-viewport-buttons a:hover {
  opacity: 1;
}

.table-nav {
  float: left;
  width: 100%;
}

.website-settings-highlighted .CodeMirror-scroll {
  max-height: 150px;
}

.advanced-settings .websiteTimezone,
.advanced-settings .emailSettingsTrigger {
  color: #4eb3ea;
  font-size: 15px;
  padding: 10px 0;
  display: inline-block;
  cursor: pointer;
}

.splash-screen {
  width: calc ( 100% - 155px );
  height: 100%;
  position: fixed;
  top: 15px;
  right: 15px;
  left: 155px;
  z-index: 9999999;
  display: none;
}

.pricing-splash {
  background: #f9f9f9 url(/images/splash-pricing.png)no-repeat;
  background-position: center center;
}

.analytics-splash {
  background: #f9f9f9 url(/images/splash-analytics.png)no-repeat;
  background-position: center center;
}

#switchContextBtn {
  font-size: 20px;
  line-height: 25px;
  padding: 0;
  width: 30px;
  height: 25px;
  background: url(/images/widgets-new.png?v=79) no-repeat center -2965px;
  opacity: .8;
  transition: opacity 0.3s ease;
  display: none;
}

#switchContextBtn:hover {
  opacity: 1;
}

.cpanel-left-wrapper .left-nav ul .switch-button {
  margin-top: 5px;
}

/* Date picker */

.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  width: 18px;
  height: 18px;
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 200;
  top: 50%;
  margin-top: -9px;
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}

.ui-datepicker .ui-datepicker-title {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.ui-datepicker-month {
  width: 100%;
  text-align: center;
  font-size: 18px;
  float: left;
}

.ui-widget-header {
  background: #2f323a;
  border-radius: 0;
  border: none;
}

.ui-widget-content {
  -webkit-box-shadow: 0px 0px 17px 1px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 17px 1px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 17px 1px rgba(50, 50, 50, 0.15);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
}

.ui-datepicker {
  padding: 0;
  padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-header {
  padding: 17px 0;
  box-sizing:border-box;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
  background: transparent;
  border: none;
}

.ui-datepicker th {
  padding: 12px 7px;
  box-sizing:border-box;
  font-weight: normal;
  font-size: 14px;
}

.ui-datepicker td span, 
.ui-datepicker td a {
  font-size: 13px;
}

.ui-datepicker table {
  padding: 5px;
  box-sizing:border-box;
}

.ui-datepicker td span, 
.ui-datepicker td a {
  padding: 7px;
  text-align: center;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight
{
  background: #f9f9f9 !important;
}

.ui-datepicker td a:hover,
.ui-datepicker-current-day a {
  background: #F1F1F1 !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 9px;
  opacity: .8;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 9px;
  opacity: .8;
}

.ui-datepicker .ui-datepicker-prev-hover:hover,
.ui-datepicker .ui-datepicker-next-hover:hover {
  opacity: 1;
  cursor: pointer;
}

.ui-datepicker-year {
  opacity: .8;
}

.add-page-wrapper {
  padding: 0px 30px 30px 30px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.add-page-wrapper .add-page {
  width: 25%;
  float: left;
  box-sizing: border-box;
  /*border-right: 1px solid #e6e6e6;*/
  transition: background-color 0.3s ease;
}

.add-page-wrapper .add-page:last-child {
  border: none;
}

.add-page-wrapper .add-page p {
  height: 90px;
  margin: 0;
  display: block;
  background: url(/images/add-page-dark.png?v=8) no-repeat;
}

.add-page-wrapper .add-page:hover {
  background-color: #f5f5f5;
}

.add-page-wrapper .add-page.page p {
  background-position: center 9px;
}

.add-page-wrapper .add-page.store p {
  background-position: center -64px;
}

.add-page-wrapper .add-page.blog p {
  background-position: center -152px;
}

.add-page-wrapper .add-page.portfolio p {
  background-position: center -239px;
}

.add-page-wrapper .add-page.popup p {
  background-position: center -312px;
}

.add-page-wrapper .add-page.group p {
  background-position: center -381px;
}

.add-page-wrapper .duplicate-page p {
  background-position: center -445px;
}

.add-page-wrapper .add-page h3 {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #333;
  margin-bottom: 20px;
}

/* Container Layouts */

.container-layout-wrapper .options-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.options-wrapper h5 {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.layout-option h5 {
  font-size: 15px;
  text-align: center;
  display: block;
  margin: 8px 0 12px;
}

/* Sliderche */

.cpanel-popup .ui-widget-content {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cpanel-popup .ui-widget-header {
  background: #4eb3ea;
}

.cpanel-popup .ui-state-default, 
.cpanel-popup .ui-widget-content .ui-state-default, 
.cpanel-popup .ui-widget-header .ui-state-default {
  height: 19px;
  /* background: url(../images/slider-handle.png) no-repeat; */
  width: 19px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #999ba0 !important;
  transition: border-color 0.3s ease;
}

.cpanel-popup .ui-state-default:hover, 
.cpanel-popup .ui-widget-content .ui-state-default:hover, 
.cpanel-popup .ui-widget-header .ui-state-default:hover {
  border-color: #444 !important;
  transition: border-color 0.3s ease;
}

.chart-box {
  max-width: 900px;
  margin: 0 auto;
}

.chart-detail-color {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 9px;
}

.chart canvas {
  margin-top: 30px;
  width: 100%;
}

.chart-description {    
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}

.chart-description p {
  margin-top: 15px;
  width: 100%;
}

.chart-detail-table {
  float: left;
  width: 100%;
}

.chart-detail-table th {
  text-align: left;
  font-size: 13px;
  padding: 10px 10px 10px 0px;
}

.chart-detail-table td {
  padding: 10px 0;
  vertical-align: middle;
  min-width: 45px;
}

.chart-detail-table .chart-detail {
  word-break: break-all;
  padding: 0px 20px 0px 5px;
}

.chart-detail-table td span {
  margin-left: 15px;
}

.chart-detail-table-fixed td span{
  border: 2px solid #4eb3ea;
  box-sizing: border-box;
}

.chart-detail-table tr:nth-child(even) {
  background: rgba(0,0,0,.03);
}

.chart-detail-table-fixed {
  margin: 0 auto;
  float: none;
}

.chart-detail-table-fixed td:last-child{
  font-size: 24px;
}

.chart-detail-no-data {
  text-align: center;
  font-size: 17px;
}

.usage-info .inner-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  background: #fff;
  overflow: visible;
}

.usage-info section {
  float: left;
  width: 45%;
}

.usage-info h5,
.usage-info .usage-limit {
  text-align: center;
  display: block;
  color: #898989;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
}

.usage-info .usage-limit span {
  color: #4d4d4d;
}

.usage-info section > span {
  font-size: 48px;
  text-align: center;
  color: #333;
  margin: 25px 0;
  display: block;
}

.usage-info .time-period {
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 0;
  padding: 20px 0;
  background: #f2f4f6;
  color: #898989;
}

.usage-info .time-period span {
  color: #4d4d4d;
  margin: 0 5px;
}

.trial-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: #2f323a url(/images/mountain.png)no-repeat center bottom;
  z-index: 999999950;
}

.trial-modal {
  width: 500px;
  max-width: 90%;
  box-sizing:border-box;
  position: absolute;
  top: 37%;
  margin-top: -130px;
  left: 50%;
  transform: translateX(-50%);
}

.trial-modal .inner-wrapper {
  background: #2f323a;
  padding: 60px 40px;
  float: left;
  width: 100%;
  box-sizing:border-box;
  margin-bottom: 10px;
}

.trial-modal h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 18px;
  text-align: center;
}

.trial-modal span {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  float: left;
  width: 100%;
  line-height: 1.4;
  font-weight: 300;
}

.trial-modal .buttons-wrapper {
  text-align: center;
}

.trial-modal a.middle-button {
  padding: 0px 35px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  float: none;
  display: inline-block;
  margin-bottom: 5px;
}

.trial-logo {
  bottom: 5%;
  position: absolute;
  left: 50%;
  margin-left: -70px;
}

.trial-modal a.gray {
  background: #fff;
  color: #2f323a;
}

.trial-modal a.gray:hover {
  color: #2f323a;
  background: #f1f1f1;
  opacity: 1;
}

.cpanel-left-wrapper .left-nav ul .builder-logo {
  margin-top: -8px;
  margin-bottom: 3px;
}

.fading-overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 3.5s ease;
  -moz-transition: opacity 3.5s ease;
  -ms-transition: opacity 3.5s ease;
  -o-transition: opacity 3.5s ease;
  transition: opacity 3.5s ease;
}

.fading-overlay.active {
  opacity: 0.8;
}

/*
.notification-lane {
  position: absolute;
  bottom: 0;
  left: 130px;
  background: #2f323a;
  padding: 6px 0;
  z-index: 999;
  width: calc(100% - 130px);
  text-align: center;
}
*/

.notification-lane {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 1;
  text-align: right;
}

.members-nav .notification-lane,
.store-nav .notification-lane,
.wide-nav .notification-lane {
  width: calc(100% - 260px);
  left: 260px;
  right: 0;
  transition: left 0.3s ease;
}

.notification-lane span {
  color: #fff;
  line-height: 42px;
  margin-right: 20px;
  opacity: .9;
  font-size: 15px;
}

.notification-lane .middle-button {
  float: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  margin-right: 36px;
}

.notification-lane.billing-visible {
  display: none !important;
}

.payment-info-wrapper label span.payment-type {
  display: inline-block;
  width: 80px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  float: none;
}
.payment-type.visa {
  background-image: url('/images/visa.png');
}

.payment-type.paypal {
  background-image: url('/images/paypal-small.png');
}

.payment-type.americanexpress {
  background-image: url('/images/american_express.png');
}
.payment-type.discover {
  background-image: url('/images/discover.png');
}
.payment-type.jcb {
  background-image: url('/images/jcb.png');
}
.payment-type.maestro {
  background-image: url('/images/maestro.png');
}
.payment-type.mastercard {
  background-image: url('/images/mastercard.png');
}

#billingSection {
  margin-top: 30px !important;
}

.col20 .discard-billing {
  float: none;
  margin: 0 auto 15px;
}

.block.discard-billing {
  display: inline-block !important;
}

::-moz-selection { background: #2f323a; color: #fff; }
::selection { background: #2f323a; color: #fff; }

.renew-text {
  width: 100%;
  margin: 20px 0 10px;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  display: block;
}

.renew-button {
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  float: none;
  width: 160px;
  margin: 30px auto 0;
}

.invoices-wrapper .message-item header {
  width: 50%;
  height: auto;
  margin-top: 6px;
}

.invoices-wrapper .message-item header h4{
  line-height: 42px;
}

.vat-recalculation-modal p {
  font-size: 19px;
  margin-bottom: 10px;
}

.vat-recalculation-modal {
  padding-bottom: 50px !important;
}

.faq-section {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}

.faq-section .col10 {
  float: left;
  padding: 15px 25px;
  box-sizing:border-box;
}

.faq-section h3 {
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 5px;
}

.faq-section span {
  font-size: 15px;
  color: #898989;
  font-weight: 300;
  line-height: 1.3;
}

.domain-help {
  margin: 70px 0;
  float: left;
  width: 100%;
}

.domain-help .help-inner-wrapper {
  width: 60%;
  padding: 0 20%;
}

.domain-help h3 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 15px;
}

.domain-help span {
  display: block;
  text-align: center;
  color: #898989;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}

.domain-help a {
  color: #4eb3ea;
  text-decoration: underline;
}

.cpanel-left-wrapper .left-nav ul .support-buttons a {
  padding: 10px 15px;
  background: #4eb3ea;
  color: #fff;
  border-radius: 2px;
}

#cookiesDisclaimerTextWrapper {
  padding: 20px;
  background: #f9f9f9;
}

.success-message-icon {
  background: url(/images/success-icon.png?v=1) no-repeat center center;
  width: 100%;
  float: left;
  height: 147px;
  margin-bottom: 35px;
}

.success-message-icon-smaller {
  background: url(/images/success-smaller.png?v=1) no-repeat center center;
  height: 91px;
}

#billingInfoForm {
  margin-top: 25px;
}

.success-upsell {
  float: left;
  width: 100%;
}

.success-upsell h2 {
  line-height: 1.2;
  font-size: 26px;
  margin-top: 35px;
  float: left;
  width: 100%;
}

.green-text {
  color: #61bd6d;
}

.success-message-padding .success-upsell p {
  width: 80%;
  margin-left: 10%;
  float: left;
}

.success-upsell h2 span {
  display: inline-block;
  font-size: 16px;
  margin-right: 7px;
}

.success-message .big-button {
  width: auto;
  height: auto;
  border-radius: 40px;
  margin-top: 20px;
  display: inline-block;
}

/* Upsells */

.full-upsell-wrapper {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  box-sizing: border-box;
}

.full-upsell-wrapper img {
  width: 320px;
}

.full-upsell-wrapper .info-wrapper {
  width: calc( 100% - 320px);
  padding-left: 60px;
  box-sizing: border-box;
}

.full-upsell-wrapper .info-wrapper h2 {
  margin-bottom: 15px;
  font-size: 34px;
  margin-top: 30px;
}

.full-upsell-wrapper .info-wrapper h4 {
  margin-bottom: 25px;
  line-height: 1.4;
}

.full-upsell-wrapper .info-wrapper span,
.bottom-upsell span {
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
  line-height: 1.4;
}

.clear-button {
  background: transparent;
  color: #666;
}

.bottom-upsell {
  margin-top: 50px;
  padding: 45px;
  box-sizing: border-box;
  background: #f7f7f7;
}

.bottom-upsell .col10 {
  padding: 0 40px;
  box-sizing: border-box;
}

.bottom-upsell h3 {
  margin-bottom: 15px;
}

.bottom-upsell a {
  display: inline-block;
}

.bottom-upsell img {
  margin: 0 auto 15px;
  width: 236px;
  display: block;
}

.bottom-upsell h3 span {
  display: inline-block;
  font-size: 16px;
  color: #888;
  margin-right: 7px;
}

.website-setting-wrapper img {
  margin: 0 auto 5px;
  display: block;
}

.website-setting-wrapper span {
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 11px;
}

.website-setting-wrapper {
  position: relative;
  padding: 10px 0 25px;
  border-bottom: 2px solid transparent;
  background: #2f323a;
  box-sizing: border-box;
  border-right: 1px solid #454952;
  border-bottom: 1px solid #454952;
  transition: background-color 0.3s ease;
  width: 33.3% !important;
}

.web-setings-wrapper {
  padding: 0 20px 20px;
  box-sizing: border-box;
}

.website-setting-wrapper:hover {
  background-color: #454952;
}

/* Members */

.members-wrapper table.productsTable {
  margin-top: 30px;
}

.members-wrapper table,
.productsTable {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.members-wrapper th,
.products-table-lane div {
  text-align: left;
  padding: 15px 0;
}

.empty-table-row {
  text-align: center;
  font-size: 18px;
  width: 100%;
  display: block;
  padding-top: 25px;
  color: #444444;
}

.members-wrapper .search-toggle {
  font-size: 15px;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}

.members-wrapper .search-toggle:hover, .members-wrapper .search-enabled .search-toggle {
  color: #4eb3ea;
}

.members-wrapper input.search-field {
  padding: 10px 0;
  max-width: 300px;
  margin-top: 10px;
}
.members-wrapper input.search-field.small {
  width: 80px;
}

.members-wrapper .search-row-field {
  display: none;
}

.members-wrapper .search-enabled .search-row-field {
  display: block;
}

.members-wrapper .member-item {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.members-wrapper .member-item:hover {
  background: #f2f4f6;
}

.order-summary,
.order-summary-wrapper {
  background: #f2f4f6;
  padding: 30px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.order-item > .order-item-wrapper.visible {
  background: #f2f4f6;
}

.products-table-lane {
  float: left;
  width: 100%;
  border-bottom: 2px solid #f1f1f1;
}

.members-wrapper thead tr {
  border-bottom: 2px solid #f1f1f1;
}

.order-summary-wrapper {
  background: #fff;
  padding: 0;
  margin-bottom: 25px;
}

.members-wrapper .member-item:last-child {
  border: none;
}

.members-wrapper .member-item td {
  padding-right: 25px;
  vertical-align: middle;
}

.members-wrapper .member-item td:last-child {
  padding: 25px 0;
}

.account-settings .members-content-wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 90%;
}

.account-settings .limited-container {
  max-width: 1150px;
}

.members-wrapper .member-name {
  color: #4eb3ea;
}

.member-item a {
  font-size: 14px;
}

.members-wrapper .details i{
  color: #4eb3ea;
  font-size: 15px;
  text-align: center;
  display: block;
}

.members-wrapper .details {
  text-align: center;
  width: 100%;
  display: block;
}

.groups-nav ul .add-group {
  border-color: #4eb3ea;
  color: #fff;
  background: #4eb3ea;
  font-size: 11px;
  text-transform: uppercase;
}

.groups-nav ul .add-group:hover {
  color: #fff;
}

.add-group i {
  margin-right: 8px;
}

.profile-sidebar {
  float: left;
  width: 33%;
  background: #fff;
  padding: 30px;
  box-sizing:border-box;
}

.profile-image {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: block;
  margin: 0 auto 20px;
}

.profile-sidebar .profile-section .member-name {
  font-size: 24px;
  margin-top: 25px;
}

.product-sidebar {
  background: #fff;
  padding: 30px;
  box-sizing:border-box;
}

.profile-section {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.profile-section:first-child {
  padding-top: 0;
}

.profile-section:last-child {
  padding-top: 0;
  padding-bottom: 10px;
}

.profile-sidebar .profile-section:last-child {
  border: none;
}

.profile-section h4,
.profile-section span,
.profile-section h5 {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
  font-size: 13px;
  color: #888;
}

.profile-sidebar .profile-section span.remove-button {
  width: 40px;
  margin-bottom: 0;
}

.profile-sidebar .profile-section span {
  color: #444;
  font-size: 15px;
}

.approve-buttons {
  width: 180px;
  margin: 15px auto 0;
}

td .approve-buttons {
  width: auto;
  margin: 0;
  min-width: 180px;
}

.deny-button {
  margin: 14px 0 0 20px;
  display: block;
  float: left;
}

.profile-section .middle-button.gray {
  width: 180px;
  margin: 5px auto 0;
  float: none;
  padding: 0;
}

.profile-content {
  width: 65%;
  float: right;
}

.members-wrapper .box {
  padding: 30px;
  width: 100%;
  float: left;
  box-sizing:border-box;
  background: #fff;
  margin-bottom: 20px;
}

.store-products .product-content .box {
  padding: 30px 40px 16px;
}

.edit-button {
  position: relative;
}

.edit-button a {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #2f323a url(/images/admin/mhd-edit-w.png)no-repeat center center;
  position: absolute;
  right: 0px;
  top: -25px;
  cursor: pointer;
}

h5.edit-button a {
  top: 0;
}

.top-background .members-title {
  margin-bottom: 30px;
}

.profile-wrapper {
  float: left;
  width: 100%;
  margin: 27px 0;
}

.list-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

h3.list-title {
  margin: 20px 0;
}

.multiple-items-picker .groups {
  padding: 25px;
  background: #f3f3f3;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.multiple-items-picker .groups li {
  float: left;
  color: #333;
  padding: 15px;
  background: #fff;
  margin: 2px 0;
  margin-right: 5px;
}

.multiple-items-picker .groups li.add-group,
.multiple-items-picker .groups li:first-child {
  padding: 0;
  margin-right: 10px;
  background: transparent;
}

/*
.multiple-items-picker .groups li:last-child {
  padding: 14px 0 14px 25px;
}
*/

.f-none {
  float: none !important;
}

.inline-block {
  display: inline-block !important;
}

.member-group-wrapper {
  width: 30%;
  margin: 1.66%;
  float: left;
  padding: 35px;
  box-sizing: border-box;
  background: #f5f5f5;
}

.profile-sidebar .group-pages {
  line-height: 1.4;
}

.profile-sidebar .profile-section .group-name {
  font-size: 24px;
  margin-top: 25px;
}

.simple-paragraph {
  font-size: 14px;
  color: #888;
}

.mar-20 {
  margin-bottom: 20px;
}

.member-group-wrapper:nth-child(3n+1) {
  clear: left;
}

.member-group-wrapper span {
  font-size: 14px;
  color: #888;
}

.member-group-wrapper .next-button {
  margin-top: 25px;
}

.multiple-items-picker .add-group a {
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.products-wrapper,
.members-wrapper-white {
  padding: 30px 40px;
  background: #fff;
  margin-top: 0px;
}

.members-wrapper .variations-box,
.members-wrapper .multiple-items-picker {
  width: 68%;
  float: left;
}

.members-wrapper .variations-box .inline-popup-wrapper {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  clear: both;
}

.members-wrapper .variations-box .inline-popup-wrapper h4 {
  font-size: 14px;
  margin-bottom: 7px;
}

.members-wrapper .variations-box .inline-popup-wrapper input[type="text"] {
  width: calc( 100% - 55px);
}

.members-wrapper .variations-box .inline-popup-wrapper .plus-sign {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 0;
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat 1px -1572px
}

.members-wrapper .multiple-items-picker {
  width: 100%;
}

.product-buttons-wrapper {
  width: 100%;
  z-index: 999;
}

.product-buttons-wrapper .members-content-wrapper {
  text-align: center;
}

.product-buttons-wrapper a {
  float: left;
  padding: 0 37px;
}

.extra-settings {
  margin-top: 20px;
}

.extra-settings .settings-btn {
  width: 25px;
  height: 25px;
  float: right;
  background: url(/images/sprite.png?v=542115) no-repeat center -2856px;
}

.complexCategory1,
.complexCategory2,
.complexCategory3,
.complexCategory4,
.complexCategory5,
.complexCategory6,
.complexCategory7,
.complexCategory8 {
  height: 100%;
}

.extra-settings div,
.extra-settings {
  float: left;
  width: 100%;
}

/* Commerce */

.tcol-3 {
  width: 3%;
}

.tcol-5 {
  width: 5%;
}

.tcol-6 {
  width: 6%;
}

.tcol-7 {
  width: 7%;
}

.tcol-8 {
  width: 8%;
}

.tcol-10 {
  width: 10%;
}

.tcol-12 {
  width: 12%;
}

.tcol-13 {
  width: 12%;
}

.tcol-15 {
  width: 15%;
}

.tcol-17 {
  width: 17%;
}

.tcol-20 {
  width: 20%;
}

.tcol-25 {
  width: 25%;
}

.tcol-30 {
  width: 30%;
}

.tcol-35 {
  width: 35%;
}

.tcol-125 {
  width: 12.5%;
}

.order-details {
  width: 50%;
  max-width: 230px;
}

.tcol-5, .tcol-10, .tcol-3, .tcol-7, .tcol-12, .tcol-13, .tcol-15, .tcol-20, .tcol-25, .tcol-30, .tcol-35, .tcol-125 {
  padding-right: 15px;
  box-sizing: border-box;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-img {
  width: 60px;
  margin-top: -14px;
}

.tcol-25 p {
  display: inline-block;
  color: #999;
}

.tcol-25 span {
  margin-right: 10px;
}

.products-table-lane div {
  float: left;
}

.order-item {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  float: left;
  width: 100%;
}

.orderStatusCompleted .status-field,
.orderStatusShipped .status-field {
  color: #41a85e !important;
}

.orderStatusCompleted .payment-indicator,
.orderStatusShipped .payment-indicator {
  background: #41a85e !important;
}

.orderStatusCanceled .status-field {
  color: #eb6a56 !important;
}

.orderStatusCanceled .payment-indicator {
  background: #eb6a56 !important;
}

.orderStatusShipped .status-field {
  color: #e2c44b !important;
}

.orderStatusShipped .payment-indicator {
  background: #f7da64 !important;
}

.order-item > .order-item-wrapper {
  padding: 35px 0;
  cursor: pointer;
  float: left;
  width: 100%;
}

.order-item > .order-item-wrapper:hover {
  background: #f2f4f6;
}

.payment-indicator,
.profile-sidebar .profile-section .payment-indicator {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  background: #ccc;
  vertical-align: bottom;
  float: none;
  margin-bottom: 0;
}

#discountsTable .payment-indicator {
  margin-left: 15px;
  margin-right: 0;
}

.member-item:not(.disabled) .payment-indicator {
  background: #41a85e;
}

.order-item:last-child {
  border: none;
}

.order-item div {
  float: left;
  line-height: 1.3;
}

.ordered-product {
  float: left;
  width: 100%;
  padding: 25px 20px 11px;
  border-bottom: 1px solid #f1f1f1;
  box-sizing:border-box;
  background: #fff;
}

.order-shipping-info-wrapper,
.order-payment-info-wrapper,
.order-billing-info-wrapper {
  padding: 30px;
  background: #fff;
  margin-top: 20px;
  width: 49%;
  box-sizing: border-box;
}

.order-shipping-info-wrapper {
  margin-right: 2%;
}

.order-shipping-info-wrapper span,
.order-payment-info-wrapper span,
.order-billing-info-wrapper span {
  line-height: 1.5;
}

.ordered-product.titles {
  border: none;
  padding: 20px;
  border-bottom: 2px solid #f1f1f1;
}

.order-summary h4 {
  margin-bottom: 20px;
  float: left;
  width: 100%
}

.order-status {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -11px -1191px;
  width: 25px;
  height: 20px;
  margin-left: 10px;
  float: right;
  opacity: .7;
  transition: opacity 0.3s ease;
}

.order-status:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.productsTable .product-thumb {
  width: 60px;
  height: 70px;
  margin: 10px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-sidebar {
  width: 30%;
}

.product-content {
  width: 68%;
}

.product-sidebar .product-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 2px solid #e1e1e1;
  border-radius: 2px;
  display: block;
  float: left;
  position: relative;
  width: 48%;
  height: 100px;
  margin: 5px 1% 0;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.product-sidebar .product-image:hover {
  border-color: #4eb3ea;
  transition: border-color 0.3s ease;
}

.product-sidebar .product-image:first-child{
  height: 200px;
  width: 100%;
  margin: 0;
}

.product-sidebar .product-image.ui-sortable-placeholder {
  background: #4eb3ea;
  visibility: visible !important;
}

.product-sidebar .product-image.no-image{
  background-size: auto;
  background-image: url('/images/image-avatar.png') !important;
}

.product-sidebar .product-image .add-button {
  width: 40px;
  margin-bottom: 0;
}

#additionalFieldsWrapper .remove {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat center -1275px;
  transition: opacity 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-top: 5px;
  margin-left: 15px;
  background-color: #f1f1f1;
}

#additionalFieldsWrapper input {
  width: calc(100% - 70px);
  padding: 13px 0;
  font-size: 14px;
}

#additionalFieldsWrapper .plus-sign {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background: transparent;
}

#additionalFieldsWrapper .plus-sign:after {
  position: absolute;
  left: 0px;
  content: '+';
  top: 0px;
  width: 100%;
  font-size: 29px;
  line-height: 38px;
  color: #fff;
  text-align: center;
}

#additionalFieldsWrapper section:nth-child(2n) {
  float: right !important;
}

#additionalFieldsWrapper section:nth-child(2n+1) {
  clear: left;
}

#additionalFieldsWrapper section {
  margin-bottom: 7px;
}

.product-content section,
.profile-section section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.product-content section h5,
.profile-sidebar .profile-section section h5 {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
}

.product-content section h5 span,
.profile-section section h5 span {
  color: #ccc;
}

.product-content .half-section {
  width: 48%;
}

.store-settings-content .third-section,
.product-content .third-section {
  width: 32%;
  margin-right: 2%;
}

.store-settings-content .third-section:last-child,
.product-content .third-section:last-child {
  margin-right: 0;
}

.profile-section section input {
  float: left;
  outline: none;
}

.symbol-input {
  float: left;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  box-sizing:border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.cpanel-popup .symbol-input {
  margin: 7px 0 14px;
}

.symbol-input.right-sign {
  flex-direction: row-reverse;
}

.symbol-input.left-sign {
  flex-direction: row;
}

.symbol-input input {
  -webkit-box-flex: 1 1 0.00%;
  -moz-box-flex: 1 1 0.00%;
  width: 20% !important;
  -webkit-flex: 1 1 0.00%;
  -ms-flex: 1 1 0.00%;
  flex: 1 1 0.00%;
  outline: none;
  margin: 0 !important;
  border: none !important;
  max-width: calc(100% - 20px);
}

input:required {
  box-shadow: none;
}
input:invalid {
  box-shadow: none;
}
.symbol-input .symbol-sign {
  line-height: 42px;
  padding: 0 5px;
  max-width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; 
}

.product-price-field {
  font-size: 16px;
  padding: 25px;
  box-sizing:border-box;
  background: #f9f9f9;
  width: 100%;
  float: left;
  transition: background 0.3s ease;
}

.product-price-field:hover {
  background: #f1f1f1;
  transition: background 0.3s ease;
}

.product-content .grey-box {
  padding: 30px 30px 10px 30px;
  box-sizing:border-box;
  background: #f9f9f9;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.product-price-options {
  float: left;
  width: 100%;
}

.members-wrapper .variation-info {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0;
}

.variation-info td,
.variation-info th {
  padding: 10px 0 10px 0;
  padding-left: 10px;
  vertical-align: middle;
}

.variation-info th {
  font-size: 11px;
  text-transform: uppercase;
  padding: 13px 0 13px 0;
  padding-left: 10px;
}

.variation-info .symbol-input {
  padding: 0 5px;
}

.variation-info .variation-price input {
  text-indent: 0;
}

.add-variation-table .checkbox-wrapper>label {
  display: block !important;
  margin: 0 auto;
  float: none;
  box-sizing: border-box;
  width: 0px;
}

.members-wrapper .variation-info th {
  background: #f9f9f9;
}

.variation-info td:last-child,
.variation-info th:last-child {
  padding-right: 8px;
}

.add-variation-table td:last-child,
.add-variation-table th:last-child {
  text-align: center;
}

.members-wrapper .add-variation-table {
  margin-bottom: 10px;
  margin-top: 0;
}

.variation-info input {
  outline: none;
}

.variation-info i {
  font-size: 14px;
}

.variation-info tbody tr {
  border-bottom: 1px dotted #e1e1e1;
}

.members-wrapper tr {
  padding: 0 15px;
}

.product-content .variation {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.product-content .variation input {
  float: left;
  width: 35%;
  margin-right: 3%;
  outline: none;
}

.weight-area {
  float: left;
  width: 100%;
}

.product-content .weight-area input {
  float: left;
  width: 50%;
  margin-right: 5px;
}

.weight-area select {
  float: left;
  width: 70px;
  margin: 0;
}

.blog-share-settings {
  float: left;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #f2f4f6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
}

.blog-share-settings .checkbox-wrapper {
  margin: 5px;
}

.store-content-wrapper,
.account-settings .members-content-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.box h5 span {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 5px;
}

/* Coupons */

.disable-coupon,
.edit-coupon
{
  padding: 8px 15px;
  background: #2f323a;
  color: #fff;
  text-transform: uppercase;
  float: left;
}

.member-item .disable-coupon,
.member-item .edit-coupon {
  color: #fff;
  font-size: 11px;
  margin: 2px;
}

.member-item .delete-coupon {
  font-size: 17px;
  display: inline-block;
  margin-top: 2px;
}

.member-item.disabled {
  color: #ccc;
}

.member-item.disabled .disable-coupon {
  background: #61bd6d;
}

.discount-select {
  width: 100%;
  float: left;
  display: table;
  text-align: center;
}

.discount-select li {
  display: table-cell;
}

.discount-select li a {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  display: block;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #f3f3f3;
  transition: background 0.3s ease;
}

.discount-select li span {
  width: 50px;
  height: 36px;
  display: block;
  margin: 0px auto 12px;
}

.discount-select .flat-discount>span{
  background: url(/images/widgets-new-dark.png?v=11)no-repeat;
  background-position: center -2861px;
}

.discount-select .flat-discount:hover>span, 
.discount-select .flat-discount.active>span {
  background-position: center -2806px;
}

.discount-select .percent-discount>span{
  background: url(/images/widgets-new-dark.png?v=11)no-repeat;
  background-position: center -2966px;
}

.discount-select .percent-discount:hover>span,
.discount-select .percent-discount.active>span {
  background-position: center -2916px;
}

.discount-select .shipping-discount>span{
  background: url(/images/widgets-new-dark.png?v=11)no-repeat;
  background-position: center -3067px;
}

.discount-select .shipping-discount:hover>span,
.discount-select .shipping-discount.active>span {
  background: url(/images/widgets-new-dark.png?v=11)no-repeat;
  background-position: center -3016px;
}

.discount-select li a.active,
.discount-select li a:hover {
  background: #4eb3ea;
  color: #fff;
  transition: background 0.3s ease;
}

/* Store Settings */

.store-settings-wrapper {
  float: left;
  width: 100%;
  margin: 15px auto 0 auto;
}

.store-settings-content {
  float: right;
  width: 65%;
  margin-right: 2%;
}

.no-sidebar .store-settings-content {
  width: 100%;
  margin-right: 0;
}

.store-settings-sidebar {
  float: right;
  width: 33%;
  background: #fff;
  padding: 45px;
  box-sizing: border-box;
}

.store-settings-content section h5 {
  margin-bottom: 8px;
}

.store-settings-content section,
.store-settings-sidebar section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.store-settings .members-wrapper .box {
  padding: 45px;
}

.store-settings-content .box section:last-child {
  margin-bottom: 0;
}

.store-settings-content .half-section {
  width: 48%;
}

.box-help-text {
  font-size: 14px;
  color: #666;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.4;
}

.view-option h5 {
  display: inline-block;
  width: calc(100% - 225px);
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
}

.view-option h5 span {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
}

.view-option input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 0px;
  padding-right: 60px;
  opacity: .5;
  transition: opacity 0.3s ease;
}

.view-option input[type=checkbox].css-checkbox:hover + label.css-label,
.view-option input[type=checkbox].css-checkbox:checked + label.css-label {
  opacity: 1;
}

.view-option .css-label:after {
  top: 50%;
  margin-top: -13px;
  left: auto;
  right: 0;
}

.store-settings label p {
  float: none;
}

.store-settings .checkbox-wrapper {
  float: left;
  width: 100%;
}

.checkout-settings .checkbox-wrapper:nth-child(2) {
  margin: 10px 0 10px 20px;
}

.store-settings .checkbox-wrapper {
  margin: 5px 0;
}

.account-settings .no-sidebar .content-wrapper {
  max-width: 950px;
}

.settings-learn-more {
  font-size: 14px;
  color: #4eb3ea;
  margin-top: 10px;
  text-align: center;
  display: block;
}

.connect-button {
  float: left;
  padding: 17px 35px;
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
}

.payment-content-wrapper h3 {
  font-size: 21px;
}

.box .logo-wrapper {
  float: left;
  width: 25%;
  display: table;
}

.box .logo-wrapper img {
  max-width: 120px;
}

.box .payment-content-wrapper {
  float: left;
  width: 75%;
}

.box .col10 {
  float: left;
  padding-right: 40px;
  box-sizing:border-box;
}

.box .col10 .connect-button {
  margin-top: 15px;
}

.top-background .store-settings-title {
  font-size: 30px;
}

.detailed-info {
  float: left;
  width: 100%;
}

.detailed-info .box-help-text {
  margin-bottom: 5px;
  font-size: 13px;
}

.detailed-info .list-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.shipping-address-settings {
  color: #666;
  line-height: 1.5;
}

.list-title a {
  font-size: 13px;
  margin-top: 5px;
  float: right;
}

.store-settings-content .shipping-option,
.store-settings-content .tax-country {
  padding: 30px;
  background: #f9f9f9;
  box-sizing:border-box;
  margin-bottom: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
  text-align: left;
}

.store-settings-content .shipping-option:hover,
.tax-country:hover {
  background: #f1f1f1;
  transition: background 0.3s ease;
}

.shipping-option>span {
  float: left;
  width: 100%;
  color: #666;
  line-height: 2;
  margin-bottom: 2px;
}

.shipping-option .shipping-type {
  font-size: 13px;
  color: #999;
}

.shipping-option span>span {
  float: right;
}

.shipping-option .shipping-price {
  border-bottom: 1px dotted #e1e1e1;
  padding: 10px 0;
  margin-top: 10px;
}

.shipping-option .shipping-price:last-child {
  border: none;
  padding-bottom: 0;
}

.store-settings-content .tax-country h5 {
  margin-bottom: 0;
}

.store-settings-sidebar h5 {
  margin-bottom: 7px;
}

.store-settings-sidebar input,
.store-settings-sidebar select,
.store-settings-content input,
.store-settings-content select  {
  margin: 0;
  outline: none;
}

.tags-wrapper {
  box-shadow: none;
}

.tags-wrapper li.tagit-choice {
  font-size: 13px;
  padding: 8px 10px;
  line-height: 18px;
  margin: 5px 3px;
  border-radius: 3px;
  background: #f1f1f1;
}

.tags-wrapper li.tagit-choice .ui-icon {
  display: none;
}

.tags-wrapper li.tagit-choice .text-icon {
  background: none;
  font-size: 13px;
  padding: 0px 0px 0px 8px;
}

.tags-wrapper li {
  box-shadow: none;
  float: left;
}

.tags-wrapper .tagit-new input, .tags-wrapper .tagit-new input:focus {
  outline: none;
  border: 0px none;
  box-shadow: none;
}

.variation-tags .tagit-new input {
  width: 300px;
}

.note-toolbar-visible {
  display: block !important;
}

.text-editor-fixed-toolbar {
  position: fixed !important;
  top: 7px !important;
  z-index: 999999999 !important;
}

.shipping-country-list {
  float: left;
  width: 100%;
  padding: 20px;
  background: #f5f5f5;
  box-sizing: border-box;
  margin-bottom: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
  line-height: 25px;
  margin-top: 7px;
}

.shipping-country-list:hover,
.email-templates-list a:hover {
  background: #f1f1f1;
  transition: background 0.3s ease;
}

.shipping-country-list .edit-icon,
.email-templates-list .edit-icon {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat -11px -1191px;
  width: 25px;
  height: 25px;
  opacity: 0.7;
}

.shipping-country-list .edit-icon:hover,
.email-templates-list .edit-icon:hover {
  opacity: 1;
}

.shipping-country-list .ellipsis,
.email-templates-list span {
  float: left;
  width: calc(100% - 35px);
}

.no-data-icon {
  width: 525px;
  height: 443px;
  display: block;
  margin: 5% auto 0;
}

.no-data-wrapper {
  float: left;
  width: 100%;
}

.new-subdomain-wrapper {
  margin-top: 20px;
}

.new-subdomain-wrapper input[type="text"] {
  width: 200px;
}

.new-subdomain-wrapper .root-domain {
  float: left;
  margin: 16px 20px;
}

.domain-item .new-subdomain-wrapper a {
  float: left;
  width: auto;
}

.no-orders-icon,
.no-messages-icon {
  background: url(/images/no-orders-icon.png?v=1) no-repeat center center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #2f323a;
}

.no-messages-icon {
  background: url(/images/no-messages-icon.png) no-repeat center center;
  background-color: #2f323a;
}

#noStoreOrdersWrapper,
.no-data-wrapper {
  margin-top: 70px;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}

.email-templates-list a {
  padding: 30px;
  background: #f9f9f9;
  box-sizing: border-box;
  margin-bottom: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
  float: left;
  width: 100%;
  line-height: 25px;
}

.email-template-wrapper {
  float: left;
  width: 100%;
}

.email-template-wrapper table {
  margin: 0;
}

.email-template-wrapper .edit-icon {
  position: relative;
}

.email-template-wrapper .edit-icon:hover:after {
  content: '';
  width: 35px;
  height: 35px;
  background: #2f323a url(/images/admin/mhd-edit-w.png)no-repeat center center;
  position: absolute;
  left: -25px;
  top: -10px;
  cursor: pointer;
  border-radius: 50%;
}

.email-template-wrapper .edit-icon:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.store-settings-content .store-layouts {
  margin: 15px 0;
}

.store-settings-content .store-layouts .image-tick-wrapper {
  width: 24%;
  margin: 0 0.5%;
}

.image-tick-wrapper > input {
  display: none;
}

.image-tick-wrapper > .image-tick {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  margin: 0 auto;
  padding: 15px 0 50px 0;
  background-repeat: no-repeat;
  background-position: center top;
  border: 2px solid transparent;
  background-position: center 15px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: .5;
  transition: opacity 0.3s ease;
}

.image-tick-wrapper> .image-tick:after {
  content: ' ';
  font-family: "FontAwesome";
  font-size: 14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  top: -13px;
  right: -13px;
  display: block;
  text-align: center;
  position: absolute;
}

.image-tick-wrapper:hover>.image-tick, .image-tick-wrapper>input:checked+.image-tick {
  border: 2px solid #e1e1e1;
  background-color: #f9f9f9;
  opacity: 1;
}

.image-tick-wrapper > input:checked+.image-tick:after {
  content: '\f00c';
  color: #fff;
  background-color: #4eb3ea;
}

.image-tick-wrapper > input:checked+.image-tick:after {
  z-index: 99;
}

.image-tick-wrapper .layout-1 {
  background-image: url(/images/store-layouts/list-1.png?v=13);
  padding-bottom: 125px;
}
.image-tick-wrapper .layout-2 {
  background-image: url(/images/store-layouts/list-2.png?v=13);
  padding-bottom: 125px;
}
.image-tick-wrapper .layout-3 {
  background-image: url(/images/store-layouts/list-3.png?v=13);
  padding-bottom: 125px;
}
.image-tick-wrapper .layout-4 {
  background-image: url(/images/store-layouts/list-4.png?v=13);
  padding-bottom: 125px;
}

.image-tick-wrapper .product-1 {
  background-image: url(/images/store-layouts/product-1.png?v=13);
  padding-bottom: 92px;
}
.image-tick-wrapper .product-2 {
  background-image: url(/images/store-layouts/product-2.png?v=13);
  padding-bottom: 92px;
}
.image-tick-wrapper .product-3 {
  background-image: url(/images/store-layouts/product-3.png?v=13);
  padding-bottom: 92px;
}
.image-tick-wrapper .product-4 {
  background-image: url(/images/store-layouts/product-4.png?v=13);
  padding-bottom: 92px;
}

.image-tick-wrapper .tab-layout-1 {
  background-image: url(/images/admin/tab-1.png?v=13);
  padding-bottom: 62px;
}
.image-tick-wrapper .tab-layout-2 {
  background-image: url(/images/admin/tab-2.png?v=13);
  padding-bottom: 62px;
}
.image-tick-wrapper .tab-layout-3 {
  background-image: url(/images/admin/tab-3.png?v=13);
  padding-bottom: 62px;
}
.image-tick-wrapper .tab-layout-4 {
  background-image: url(/images/admin/tab-4.png?v=13);
  padding-bottom: 62px;
}

.popup-newpage-wrapper .tabs-layouts .image-tick-wrapper {
  width: 49%;
  margin-bottom: 10px;
}

.tabs-layouts h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.store-settings-content .radio-option {
  margin: 5px 0;
  float: left;
  width: 100%;
}

.store-settings-content .radio-option span {
  color: #999;
  font-size: 13px;
}

/* Category Tree */

.tree-wrapper {
  padding: 10px 40px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.tree-wrapper a {
  padding: 6px;
  float: left;
}

.tree-wrapper ul,
.tree-wrapper ul li {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.tree-wrapper ul {
  padding-left: 28px;
}

.tree-wrapper > li > a {
  font-size: 14px;
  text-transform: uppercase;
}

.tree-wrapper > li.with-children > ul {
  margin-top: 6px;
}

.tree-wrapper > li {
  float: left;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-bottom: 0;
}

.tree-wrapper > li:last-child {
  border-bottom: 1px solid #eaeaea;
}

.tree-wrapper li > .toggle-button {
  display: none;
}

.tree-wrapper li.with-children > .toggle-button {
  display: block;
  float: right;
  padding: 0;
  background: #f1f1f1;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  line-height: 30px;
  text-align: center;
  color: #666;
}

.tree-wrapper li > .toggle-button:before {
  content: "\f067";
}

.tree-wrapper li.open > .toggle-button:before {
  content: "\f068";
}

.tree-wrapper li > ul {
  display: none;
}

.tree-wrapper li.open > ul {
  display: block;
}

.tree-wrapper input[type=checkbox].css-checkbox + label.css-label {
  font-size: 13px;
  color: #999;
}

.tree-wrapper input[type=checkbox].css-checkbox:checked + label.css-label {
  color: #444;
}

/* Global Styling */

.global-settings-window .cpanel-popup-title {
  display: none;
}
/*
.global-settings-window .cpanel-popup-nav {
  display: none;
}*/

.global-settings-window .inline-popup-content {
  position: relative;
  top: auto;
  bottom: auto;
  height: 100%;
}

#globalWebsiteSettings,
.main-sidebar-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}

.main-sidebar-wrapper .cpanel-popup-slider {
  width: calc(100% - 260px);
  float: left;
  box-sizing: border-box;
  overflow-y: auto;
}

.global-left-nav {
  width: 200px;
  background: #f2f4f6;
  padding: 60px 20px;
  box-sizing: border-box;
}

.global-left-nav.big {
  width: 260px;
  height: 100%;
  overflow: auto;
}

.global-title {
  font-size: 18px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

h4.global-title {
  margin-bottom: 10px;
}

.settings-content section {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.global-title span,
.settings-tip {
  font-size: 14px;
  display: block;
  color: #888;
  margin-top: 8px;
}

.nav-content-visible .global-left-nav {
  display: none;
}

.global-left-nav .global-title {
  color: #333;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.3;
}

#globalWebsiteSettings .global-left-nav {
  width: 100%;
  padding-left: 44px;
  padding-right: 40px;
}

#globalWebsiteSettings .global-left-nav ul li a {
  padding: 12px 30px 12px 45px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#globalWebsiteSettings .global-left-nav ul li a:hover {
  background-color: transparent !important;
}

#globalWebsiteSettings .global-left-nav .global-title {
  padding-left: 0;
  font-size: 24px;
}

#globalWebsiteSettings .global-left-nav ul li a:after {
  content: '';
  background-image: url(/images/widgets-new-gray.png);
  width: 35px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
}

#globalWebsiteSettings .global-left-nav ul li a:before {
  content: "";
  width: 25px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  left: -30px;
  display: none;
  background: #2f323a;
}

#globalWebsiteSettings .global-left-nav ul li a:hover:before {
  display: block;
}

.soon-tag {
  position: absolute;
  top: 8px;
  right: 20px;
  padding: 6px 9px;
  background-color: #ff003c;
  color: #fff;
  display: block;
  font-size: 10px;
  border-radius: 30px;
  text-transform: uppercase;
}

.disabled-link {
  pointer-events: none;
}

.global-fonts:after {
  background-position: center -1643px;
}

.global-fonts-add:after {
  background-position: center -1859px;
}

.global-colors:after {
  background-position: center -1690px;
}

.global-layout:after {
  background-position: center -1738px;
}

.global-buttons:after {
  background-position: center -1780px;
}

.global-forms:after {
  background-position: center -1819px;
}

.global-left-nav ul li {
  float: left;
  width: 100%;
  margin-bottom: 1px;
}

.global-left-nav ul li a {
  float: left;
  padding: 9px 20px;
  font-size: 14px;
  color: #666;
  text-align: left;
  display: block;
  border-radius: 25px;
}

.global-left-nav ul li.active a,
.global-left-nav ul li a:hover {
  color: #fff;
}

.global-nav-content .back {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: underline;
  font-size: 14px;
}

#globalWebsiteSettings .global-left-nav ul li a:hover {
  color: #020202;
}

.global-left-nav h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
  opacity: .6;
  box-sizing: border-box;
}

.global-nav-content {
  width: 340px;
  padding: 60px 40px;
  box-sizing: border-box;
  overflow-y: auto;
  display: none;
}

#globalWebsiteSettings .global-nav-content {
  padding: 35px 40px 60px;
}

.nav-content-visible .global-nav-content {
  display: block;
}

.styling-ports a {
  opacity: .25;
  transition: opacity 0.3s ease;
  margin: 0 4px;
  display: inline-block;
}

.styling-ports a.active,
.styling-ports a:hover {
  opacity: 1;
}

.font-wrapper {
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.font-wrapper span {
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.font-wrapper span:hover {
  text-decoration: underline;
}

.global-nav-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px;
}

.color-pallet-picker {
  width: 50px;
  height: 50px;
  background-color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 30px;
  border: 5px solid #ececec;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.color-pallet-picker:hover {
  border-color: #dadada;
}

.font-edit-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 11px 20px;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
}

.font-wrapper:hover .font-edit-btn {
  display: block;
}

.wl-main-navigation .left-subnav-small .buttons-wrapper .wl-viewport-buttons a:hover:after, 
.wl-main-navigation .left-subnav-small .buttons-wrapper .wl-viewport-buttons a.active:after,
.wl-main-navigation .left-subnav-small .buttons-wrapper .wl-viewport-buttons a:before {
  display: none;
}

.wl-main-navigation {
  background: #3391e1;
  margin-top: 20px;
  margin-bottom: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.predefined-pallet {
  margin-top: 5px;
}

.predefined-pallet span {
  height: 25px;
}

/* Global Styling End */

.wl-viewport-buttons li {
  margin: 3px 0;
}

.wl-viewport-buttons {
  padding: 10px 0;
}

.cpanel-popup .tree-wrapper .checkbox-wrapper {
  margin-bottom: 5px;
  width: calc(100% - 40px);
  box-sizing: border-box;
}

.cpanel-popup .tree-wrapper > li > .checkbox-wrapper {
  margin-bottom: 0;
}

.cpanel-popup .tree-wrapper .checkbox-wrapper label {
  width: 100%;
  box-sizing: border-box;
}

.tree-wrapper > li > div > input[type=checkbox].css-checkbox + label.css-label {
  font-size: 14px;
  text-transform: uppercase;
}

.tree-wrapper .add-button {
  width: 28px;
  height: 28px;
  background: #2f323a;
  display: block;
  padding: 0;
  margin-bottom: 6px;
  border-radius: 50%;
}

.tree-wrapper .add-button:hover {
  opacity: .8;
}

.explain-text {
  color: #888;
  float: left;
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
}

.tree-wrapper .add-button i {
  font-size: 8px;
  color: #fff;
  line-height: 28px;
  width: 100%;
  text-align: center;
  margin-left: 1px;
}

.tree-wrapper > li > .add-button {
  margin-bottom: 0;
}

.subcategories-wrapper ul {
  margin: 20px 0 10px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.subcategories-wrapper a {
  color: #888;
}

.subcategories-wrapper ul a {
  padding: 14px;
  color: #888;
  display: inline-block;
  position: relative;
  background: #f1f1f1;
  float: left;
  margin: 2px 4px 2px 0;
  border-radius: 2px;
}

.subcategories-wrapper ul a:hover {
  background: #e1e1e1;
}

/* Headers Settings */

.header-settings-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  color: #444;
}

.header-settings-title a {
  width: 38px;
  height: 38px;
  border-radius: 22px;
  border: 2px solid #e1e1e1;
  text-transform: uppercase;
  line-height: 35px;
  float: left;
  margin-top: -27px;
}

.header-settings-title a:hover,
.settings-edit-btn:hover,
.cpanel-popup .color-pick-wrap:hover {
  border-color: #bfbfbf;
}

.header-settings-title h5 {
  float: right;
  line-height: 38px;
  font-size: 15px;
  color: #444;
}

.header-settings-title a i {
  color: #444;
  font-size: 16px;
}

.settings-edit-btn {
  padding: 18px 23px;
  border-radius: 0px;
  border: 2px solid #e1e1e1;
  text-transform: uppercase;
  color: #444;
  float: left;
  width: 100%;
  font-size: 13px;
  box-sizing: border-box;
  margin-bottom: 10px;
  line-height: 18px;
}

.settings-edit-btn i,
.nav-toggle-header i {
  font-size: 18px;
  float: right;
}

.header-options {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.header-options h5 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

label.image-checkable {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 5px;
  position: relative;
}

label.image-checkable > input {
  display: none;
}

label.image-checkable > span {
  width: 100%;
  padding: 9px 0;
  box-sizing: border-box;
  border: 2px solid #e1e1e1;
  display: block;
}

label.image-checkable > .no-header-text {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

label.image-checkable > span > img {
  width: 100%;
}

label.image-checkable.col10 {
  width: 48%;
}

label.image-checkable.col10:last-child {
  margin-left: 4%;
}

label.image-checkable > span:hover,
label.image-checkable > input:checked + span {
  border-color: #4eb3ea;
  cursor: pointer;
}

label.image-checkable > input:checked + span:before {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(78,179,234,.8);
}

label.image-checkable > input:checked + span:after {
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 9px;
}

label.image-checkable.col10 > input:checked + span:before,
label.image-checkable.col10 > input:checked + span:after {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  top: 0;
  right: 0;
  margin: 0;
}

.header-options label.col10 span {
  padding: 0;
}

.website-settings-wrapper .multi-slide-wrapper {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.website-settings-wrapper .multi-slide-wrapper > .section {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: auto;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  transition: left 0.3s ease;
  padding: 0px;
}

.padded-settings {
  padding: 60px 40px;
  box-sizing: border-box;
}

.pt-25 {
  padding-top: 25px !important;
}

.settings-content {
  overflow-y: auto;
}

#ui-datepicker-div {
  padding: 25px;
  border-radius: 5px;
}

.padded-settings textarea {
  margin-bottom: 0;
}

.website-settings-wrapper .multi-slide-wrapper .padded {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.website-settings-wrapper .multi-slide-wrapper > .section.at-left {
  left: -100%;
}

.website-settings-wrapper .multi-slide-wrapper > .section.at-right {
  left: 100%;
}

.website-settings-wrapper .dynamic-height-content {
  height: calc(100% - 51px);
  overflow: auto;
}

.phone-view .note-editor .note-toolbar,
.tablet-view .note-editor .note-toolbar {
  z-index: 9999
}

/* Modals */

.popup-wrapper.fullsize .modal-settings.active-widget-settings {
  top: 4px;
  margin-top: auto;
}

.popup-wrapper.at-top .modal-settings.active-widget-settings {
  top: auto;
  bottom: -47px;
  margin-top: auto;
}

.modal-settings.active-widget-settings {
  z-index: 99;
}

.modal-content-wrapper {
  width: 92%;
  margin: 20px auto 50px;
  overflow: hidden;
}

.modal-settings-wrapper {
  float: left;
  width: 26%;
  max-width: 320px;
  padding: 35px;
  box-sizing: border-box;
  background: #fff;
}

.modal-wrapper {
  float: left;
  width: 70%;
  margin-right: 4%;
  background: url(/images/modal-dot.png)repeat;
  padding: 40px 30px 100px;
  box-sizing: border-box;
}

.device-select {
  width: 108px;
  padding: 14px 0;
  text-align: center;
  background: #2f323a;
  margin: 0 auto;
  border-radius: 30px;
}

.device-select a {
  display: inline-block;
  text-align: center;
  outline: none;
  font-size: 21px;
  padding: 0 10px;
  color: #fff;
  opacity: .6;
  transition: opacity 0.3s ease;
}

.grid-row:first-child>.columns-nav {
  height: auto;
}

.wl-viewport-buttons {
  position: relative;
}

.wl-viewport-buttons a {
  float: none;
  text-align: center;
  width: 100%;
}

.device-select a.active,
.device-select a:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.modal-area {
  margin: 40px auto 0;
  width: 400px;
  height: 350px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
  position: relative;
}

.modal-area:before,
.modal-area:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2f323a;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0%;
  margin-right: -8px;
}

.modal-area:after {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-bottom: -8px;
}

.modal-settings-wrapper h5 {
  float: left;
  width: 100%;
}

.modal-settings-wrapper section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.modal-settings-wrapper .half-section {
  width: 45%;
  float: left;
  margin-bottom: 0px;
}

.modal-settings-wrapper section .checkbox-wrapper {
  margin-bottom: 15px;
}

.modal-item {
  padding: 18px 23px;
  border-radius: 32px;
  border: 1px solid #dcdcdc;
  text-transform: uppercase;
  color: #444;
  float: left;
  width: 100%;
  font-size: 13px;
  box-sizing: border-box;
  margin-bottom: 10px;
  line-height: 18px;
  opacity: .6;
  transition: opacity 0.3s ease;
}

.modal-item.selected,
.modal-item:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.add-modal {
  border: 1px dashed #dcdcdc;
  opacity: 1;
}

.dashboard-navigation,
.builder-navigation, 
.members-navigation, 
.store-navigation{
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.narrow-nav .builder-navigation,
.wide-nav .dashboard-navigation,
.members-nav .members-navigation,
.store-nav .store-navigation {
  transform: translateX(0);
}

.wide-nav .working-area-wrapper {
  margin-left: 260px;
}

.narrow-nav .working-area-wrapper {
  margin-left: 130px;
  float: left;
  width: calc(100% - 130px);
}

.members-nav .working-area-wrapper,
.store-nav .working-area-wrapper {
  margin-left: 260px;
}

.wide-nav .working-area-wrapper-inner,
.members-nav .working-area-wrapper-inner,
.store-nav .working-area-wrapper-inner {
  box-shadow: none;
}

/* Dark Nav */

.dark-nav .gray {
  background: #52555f;
}

.dark-nav h3 {
  color: #fff;
  overflow: hidden;
}

.dark-nav span,
.dark-nav .website-actions li a span {
  color: #b9bac5;
}

.dark-nav .website-actions li.active a span {
  color: #fff;
}

.dark-nav {
  background: #2f323a;
}

.mobile-nav-btn {
  display: none;
}

/* Order Page */

.order-page .products-wrapper {
  padding: 0;
}

.order-page .order-summary {
  margin: 0;
  padding: 0;
  background: #fff;
}

/* applications page */

.app-wrapper {
  width: 31.3%;
  margin: 1%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.app-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.app-wrapper h3 {
  font-size: 21px;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.app-wrapper span {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 20px;
  display: block;
  color: #888;
}

.connect-btn {
  margin: 20px auto 10px;
  width: 170px;
  float: none;
}

.disconnect-btn {
  background: #e25141;
}

.disconnect-btn:hover {
  background: #ea6657 !important;
}

.app-wrapper .label {
  color: #fff;
  font-size: 16px;
  background: #61bd6d;
  padding: 20px;
  position: absolute;
  top: 20px;
  right: 0;
}

.app-settings {
  display: block;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.clipboard-wrapper {
  position: fixed;
  top: 10%;
  background: #fff;
  left: 225px;
  z-index: -10;
  opacity: 0;
  border-radius: 35px;
  max-width: 270px;
  -webkit-box-shadow: 0px 8px 23px 3px rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0px 8px 23px 3px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 8px 23px 3px rgba(50, 50, 50, 0.12);
  -webkit-transition: opacity 0.3s ease, left 0.3s ease;
  -moz-transition: opacity 0.3s ease, left 0.3s ease;
  transition: opacity 0.3s ease, left 0.3s ease;
}

.narrow-nav .clipboard-wrapper {
  left: 93px;
}

.clipboard-wrapper.visible {
  z-index: 999;
  opacity: 1;
}

.clipboard-wrapper h4 {
  line-height: 70px;
  float: right;
  font-size: 15px;
  display: none;
}

.clipboard-wrapper h4 {
  display: block;
  width: calc(100% - 70px);
}

.clipboard-wrapper h4 a.clear {
  font-size: 11px;
  text-transform: uppercase;
  float: right;
  margin-right: 20px;
  color: #888;
}

.clip-icon {
  width: 70px;
  height: 70px;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 2;
}

.clipboard-wrapper:not(.open) .clip-icon {
  background: url(/images/widgets-new.png?v=79) no-repeat center -3049px;
}

.clipboard-wrapper.open .clip-icon:after {
  width: 24px;
  height: 2px;
  background: #333;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clipboard-wrapper.open .clip-icon:before {
  width: 24px;
  height: 2px;
  background: #333;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.clipboard-wrapper.open .clip-header {
  float: left;
  width: 100%;
  z-index: 99;
  width: 270px;
}

.clipboard-wrapper.open .clipboard-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.clipboard-wrapper .clipboard-info {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  color: #8c8c8c;
}

.fast-pulse {
  -webkit-animation: fast-pulsate 0.7s ease-in-out;
  -moz-animation: fast-pulsate 0.7s ease-in-out;
  -ms-animation: fast-pulsate 0.7s ease-in-out;
  animation: fast-pulsate 0.7s ease-in-out;
  opacity: 1;
}

@-webkit-keyframes fast-pulsate {
  0% { -webkit-transform: scale(1, 1); opacity: 1.0;}
  25% { -webkit-transform: scale(1.4, 1.4); opacity: 0.7;}
  50% { -webkit-transform: scale(1, 1); opacity: 1.0;}
  75% { -webkit-transform: scale(1.2, 1.2); opacity: 0.9;}
  100% { -webkit-transform: scale(1, 1); opacity: 1.0;}
}

@keyframes fast-pulsate {
  0% { transform: scale(1, 1); opacity: 1.0;}
  25% { transform: scale(1.4, 1.4); opacity: 0.7;}
  50% { transform: scale(1, 1); opacity: 1.0;}
  75% { transform: scale(1.2, 1.2); opacity: 0.9;}
  100% { transform: scale(1, 1); opacity: 1.0;}
}

.clip-scale {
  float: left;
  width: 270px;
  display: block;
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 8px 23px 3px rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0px 8px 23px 3px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 8px 23px 3px rgba(50, 50, 50, 0.12);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 10px 10px;
  -moz-transform-origin: 10px 10px;
  -ms-transform-origin: 10px 10px;
  -o-transform-origin: 10px 10px;
  transform-origin: 10px 10px;
  -webkit-border-top-left-radius: 35px;
  -moz-border-radius-topleft: 35px;
  border-top-left-radius: 35px;
  z-index: -1;
}

.clip-container {
  float: left;
  width: 100%;
  margin-top: 20px;
  max-height: 355px;
  overflow-y: auto;
}

.clipboard-wrapper.open .clip-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

.clip-row {
  float: left;
  width: 100%;
  max-width: 270px;
  padding: 4px 20px;
  box-sizing: border-box;
  line-height: 49px;
  border-bottom: 1px solid #f1f1f1;
  color: #888;
  transition: background 0.3s ease;
  position: relative;
  background: #ffffff;
  cursor: url(/images/cursor_opened.cur), pointer !important;
}

.clip-row:hover {
  background: #f5f5f5;
}

.clip-row:last-child {
  border: none;
  padding-bottom: 10px;
}

.clip-row .clip-widget {
  width: 60px;
  height: 45px;
  float: left;
  margin-right: 5px;
}

.clip-row .delete-btn {
  background: url(/images/sprite-widgets2.png?v=14) no-repeat center -1275px;
  float: right;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  display: none;
  opacity: .7;
  transition: opacity 0.3s ease;
}

.clip-row:hover .delete-btn {
  display: block;
}

.clip-row .delete-btn:hover {
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}

.clip-row .container {
  background: url(/images/widgets-new-gray.png?v=214) no-repeat center -123px;
}

.clip-row .image-widget {
  background: url(/images/widgets-new-gray.png?v=214) no-repeat center -67px;
}

.clip-row .text-widget {
  background: url(/images/widgets-new-gray.png?v=214) no-repeat center -236px;
}

/* Custom Scroll */

.inline-popup-content::-webkit-scrollbar,
.popup-newpage-wrapper::-webkit-scrollbar,
.cpanel-popup-slide::-webkit-scrollbar,
.dynamic-height-content::-webkit-scrollbar,
.cpanel-popup-content::-webkit-scrollbar,
.admin-custom-scroll::-webkit-scrollbar {
  width: 7px;
}

.dark-admin-custom-scroll::-webkit-scrollbar {
  width: 13px;
}

.inline-popup-content::-webkit-scrollbar-track,
.popup-newpage-wrapper::-webkit-scrollbar-track,
.cpanel-popup-slide::-webkit-scrollbar-track,
.dynamic-height-content::-webkit-scrollbar-track,
.cpanel-popup-content::-webkit-scrollbar-track,
.admin-custom-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e1e1e1;
}

.inline-popup-content::-webkit-scrollbar-thumb,
.popup-newpage-wrapper::-webkit-scrollbar-thumb,
.cpanel-popup-slide::-webkit-scrollbar-thumb,
.dynamic-height-content::-webkit-scrollbar-thumb,
.cpanel-popup-content::-webkit-scrollbar-thumb,
.admin-custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #888;
  cursor: pointer;
}

.dark-admin-custom-scroll::-webkit-scrollbar-track,
.dark-admin-custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
}

option.nested-1 {
  text-indent: 10px;
}

option.nested-2 {
  text-indent: 20px;
}
option.nested-3 {
  text-indent: 30px;
}
option.nested-4 {
  text-indent: 40px;
}
option.nested-5 {
  text-indent: 50px;
}
option.nested-6 {
  text-indent: 60px;
}

/* Orders Dash */

.order-stats-wrapper,
.top-stats {
  float: left;
  width: 100%;
}

.top-stats {
  display: table;
}

.top-stats > div {
  display: table-cell;
  padding: 35px 15px 35px 45px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  vertical-align: middle;
}

.top-stats h3 {
  font-size: 28px;
}

.top-stats > div span {
  color: #999;
}

.top-stats > div > span {
  margin-bottom: 12px;
  display: block;
}

.top-stats > div h3 span {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
  vertical-align: middle;
}

.top-stats > div h3 span.positive {
  color: #41a85e;
}

.top-stats > div h3 span.negative {
  color: #eb6a56;
}

.top-stats h3 span p {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  text-align: center;
  line-height: 15px;
  display: inline-block;
  margin-right: 3px;
  font-weight: bold;
}

.top-stats > div h3 span.positive p {
  border-color: #41a85e;
}

.top-stats > div h3 span.negative p {
  border-color: #eb6a56;
}

.payment-indicator.completed {
  background: #41a85e;
}

.payment-indicator.canceled {
  background: #eb6a56;
}

.order-stat {
  float: left;
  width: 100%;
  margin: 3px 0;
}

.circle-graph {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
}

.graph-side-info {
  width: calc(100% - 150px);
  display: table-cell;
  vertical-align: middle;
}

.top-stats > div:first-child {
  margin-left: 0;
}

.top-stats > div:last-child {
  margin-right: 0;
}

.graph-wrapper {
  width: 100%;
  float: left;
  padding: 30px 45px;
  background: #fff;
  box-sizing: border-box;
}

.graph-wrapper h4 {
  margin-bottom: 15px;
  float: left;
  margin-top: 10px;
}

.graph-top-bar {
  float: left;
  width: 100%;
}

.show-graph-btn {
  padding: 9px 12px;
  background: #2f323a;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  float: left;
}

.graph-wrapper label {
  float: right;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
}

.graph-wrapper label span {
  display: inline-block;
}

.graph-wrapper label select {
  background: transparent;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  float: none;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1;
  width: 120px;
}

.chart-wrapper .layout-buttons-wrapper ul {
  float: left;
}

.website-controls {
  float: right;
}

.current-website .website-controls {
  margin-top: 0;
  width: auto;
  float: right;
}

.current-website .website-status {
  float: left;
}

.section-bg .current-website {
  padding: 40px 30px;
}

.website-status {
  font-size: 14px;
  display: block;
  margin-top: 13px;
  float: left;
  color: #888;
}

.big-button.rounded {
  border-radius: 35px;
  padding: 23px 33px;
  line-height: 1;
  position: relative;
}

.big-button.inline-block {
  display: inline-block;
}

.header-wrapper-buttons .big-button.with-icon,
.big-button.with-icon {
  padding-left: 54px;
  position: relative;
}

/*

.other-websites-list .website-status {
  color: #fff;
  background: #333;
  position: absolute;
  right: 0;
  top: 17px;
  padding: 14px 20px;
}
*/
.website-status:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 7px;
  background: #333;
  vertical-align: middle;
}

.website-status.expired:before {
  background: #eb6a56;
}

.website-status.trial:before {
  background: #cebb22;
}

.website-status.active:before {
  background: #61bd6d;
}
/*
  .other-websites-list .website-status.expired {
    background: #eb6a56;
  }

  .other-websites-list .website-status.trial {
    background: #cebb22;
  }

  .other-websites-list .website-status.active {
    background: #61bd6d;
  }

*/

.other-websites-list {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.other-websites-list .section-bg {
  width: 100%;
  margin: 0;
  position: relative;
}

.other-websites-list .section-bg:nth-child(2n+1) {
  clear: both;
}

.tips-wrapper .guide {
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
  width: 32.5%;
  margin-right: 1%;
  float: left;
}

.tips-wrapper h3 {
  margin-bottom: 30px;
}

.tips-wrapper .guide h4 {
  font-size: 20px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.tips-wrapper .guide h4:after {
  width: 30px;
  display: block;
  content: '';
  height: 2px;
  background: #4eb3ea;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tips-wrapper .guide:hover h4 {
  color: #4eb3ea;
}

.tips-wrapper .guide span {
  color: #999;
  line-height: 1.6;
  font-size: 14px;
}

.tips-wrapper .guide:last-child {
  margin-right: 0;
}

.login-background .payment-form-wrapper {
  max-width: 580px;
  top: auto;
  position: relative;
  margin-left: 0;
  left: auto;
  margin: 30px auto;
}

.payment-background {
  height: auto;
  background: #fff;
  padding: 0;
}

.service-info {
  width: 100%;
}

.payment-form-wrapper .service-info h2 {
  font-size: 44px;
  font-family: 'Roboto', sans-serif;
  color: #4eb3ea;
}

.service-info h2 p {
  display: inline-block;
  font-size: 18px;
}

.service-info span {
  font-size:16px;
  text-align:center;
  float:left;
  width: 100%;
  margin-top: 5px;
  margin-bottom:40px; 
  line-height:1.4;
  padding: 0 10%;
  box-sizing:border-box;
}

.payment-background .col10 {
  height: auto;
  background: #2f323a;
}

.payment-form-wrapper select {
  background: #2f323a;
  padding: 20px;
  color: #fff;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 100%;
}

.payment-form-wrapper h3 {
  font-size: 18px;
}

.payment-form-wrapper .card-form,
.payment-form-wrapper .payment-info {
  width: 100%;
}

.payment-form-wrapper .payment-info {
  padding-top: 0;
}

.payment-form-wrapper .payment-info {
  padding-left: 10%;
  padding-right: 10%;
}

.header-buttons-wrapper {
  position: absolute;
  bottom: -23px;
  z-index: 99;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-buttons-wrapper .rounded-prompt-btn {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #2f323a;
  padding: 12px 27px;
  border-radius: 20px;
  margin: 0 2px;
  float: left;
  transition: background 0.3s ease;
}

.nav-wrapper {
  z-index: 98
}

.rounded-prompt-btn:hover {
  background: #52555f
}

.topbar-buttons-wrapper {
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 99;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navigation-wrapper .add-btn {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #4eb3ea url(/images/sprite.png?v=542115) no-repeat -10px -15px;
  float: left;
  padding: 0;
}

.nav-menu-styling.buttons-select span {
  width: 90px;
  height: 35px;
  background-image: url(/images/gallery-select.png?v=3);
  background-repeat: no-repeat;
}

.horizontal-menu span {
  background-position: center -828px;
}

.horizontal-menu:hover span,
.active .horizontal-menu span {
  background-position: center -864px;
}

.vertical-menu span {
  background-position: center -920px;
}

.vertical-menu:hover span,
.active .vertical-menu span {
  background-position: center -971px;
}

.burger-menu span {
  background-position: center -1035px;
}

.burger-menu:hover span,
.active .burger-menu span {
  background-position: center -1091px;
}


@media screen and (min-width: 1200px) {
  .small-setting-wrapper {
    width: 80% !important;
    margin-left: 10%;
  }

  .app-wrapper:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 1024px) {

  .wide-nav .before,
  .narrow-nav .before,
  .members-nav .before,
  .store-nav .before {
    -webkit-transform: rotate(45deg) translate3d(7px, 6px, 0);
    -moz-transform: rotate(45deg) translate3d(7px, 6px, 0);
    transform: rotate(45deg) translate3d(7px, 6px, 0);
  }

  .wide-nav .middle,
  .narrow-nav .middle,
  .members-nav .middle,
  .store-nav .middle {
    opacity: 0;
  }

  .wide-nav .after,
  .narrow-nav .after,
  .members-nav .after,
  .store-nav .after {
    -webkit-transform: rotate(-45deg) translate3d(-6px, 7px, 0);
    -moz-transform: rotate(-45deg) translate3d(-6px, 7px, 0);
    transform: rotate(-45deg) translate3d(-6px, 7px, 0);
  }

  .account-settings .subscribtion-wrapper {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 20px;
  }

  .subnav-controls {
    position: static;
  }

  .cpanel-left-wrapper .left-nav {
    z-index: 99;
  }

  .tips-wrapper {
    float: left;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .tips-wrapper .guide {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .domain-item header {
    width: 70%;
    margin-left: 0;
  }

  .section-bg .current-website {
    padding: 25px;
  }

  .permission-group {
    width: 100%;
  }

  .mobile-nav-btn {
    position: fixed;
    top: 15px;
    color: #fff;
    height: 45px;
    width: 45px;
    left: 19px;
    z-index: 999999;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 34px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 3px 3px 34px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 3px 3px 34px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
  }

  .navToggle {
    position: relative;
  }

  .dashboard-area .mobile-nav-btn .navToggle.burger {
    margin-top: 13px;
  }

  .dashboard-area .mobile-nav-btn .before, 
  .dashboard-area .mobile-nav-btn .after {
    top: 0;
  }

  .dashboard-area .mobile-nav-btn .middle {
    top: 8px;
  }

  .website-actions li a {
    padding: 7px 21px;
  }

  .dashboard-navigation .back-to-builder, .members-navigation .back-to-builder,
  .store-navigation .back-to-builder {
    margin-top: 10px;
  }

  .message-item header {
    width: calc(100% - 40px);
    margin-left: 0;
  }

  .subscribtion-item {
    padding: 23px;
  }

  .subscribtion-item .date {
    float: left;
    margin-top: 10px;
    margin-left: 39px;
  }

  .account-settings .text-wrapper span, .heading-span, .chart-description p {
    font-size: 15px;
  }

  .app-wrapper {
    width: 48%;
  }

  .app-wrapper:nth-child(2n+1) {
    clear: left;
  }

  .store-icon {
    display: none;
  }

  .website-wrapper {
    width: 48%;
  }

  .active-theme,
  ._dashboard-theme-items-sizer {
    width: 47%;
  }

  .themes-list-page .layout-buttons-wrapper a {
    font-size: 11px;
  }

  .layout-buttons-wrapper li {
    margin-bottom: 5px;
  }

  .layout-buttons-wrapper ul,
  .theme-list-nav {
    padding: 0 20px;
  }

  .sections-wrapper .chart, .usage-info {
    padding: 20px 0;
    box-sizing: border-box;
  }

  .graph-wrapper,
  .stats-0 .chart-wrapper .graph-wrapper,
  .stats-0 .chart-wrapper .chart-details {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 20px;
  }

  .working-area-wrapper-inner {
    padding-bottom: 0;
  }

  .cpanel-popup {
    max-width: 90%;
    top: 5% !important;
  }

  .popup-newpage-wrapper, .popup-slider-wrapper {
    padding: 10px 25px !important;
  }

  .store-settings-content .store-layouts .image-tick-wrapper {
    width: 49%;
  }

  .view-option h5 {
    width: 100%;
    padding-left: 0;
  }

  .chart-range-filter .inner-wrapper {
    margin-bottom: 0;
  }

  .col13,
  .col7,
  .col10 {
    width: 100% !important;
    padding-bottom: 20px;
  }

  .top-background-wrapper,
  .top-background {
    width: auto;
    float: none;
    display: block;
  }

  .working-area-wrapper-inner {
    width: 100%;
  }

  .narrow-nav .working-area-wrapper-inner,
  .members-nav .working-area-wrapper-inner,
  .store-nav .working-area-wrapper-inner,
  .wide-nav .working-area-wrapper-inner {
    /* min-width: 700px; */
  }

  .working-area-wrapper {
    overflow-y: auto;
  }

  .working-area-wrapper-inner,
  .working-area-wrapper {
    margin: 0;
    height: 100%;
  }

  .account-section {
    width: 100%;
    padding: 40px;
  }

  .top-background-wrapper .layout-buttons-wrapper a,
  .groups-nav a {
    font-size: 12px;
  }

  .mobile-nav-btn img {
    transition: transform 0.3s ease;
    width: 24px;
    margin: 8px auto;
    display: block;
  }

  .narrow-nav .mobile-nav-btn img,
  .members-nav .mobile-nav-btn img,
  .store-nav .mobile-nav-btn img,
  .wide-nav .mobile-nav-btn img {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-nav-btn {
    display: block;
  }

  .account-settings .left-section h3, .account-settings .right-section h2 {
    line-height: 1.2;
    font-size: 16px;
  }

  .login-background {
    height: auto;
    padding: 0;
  }

  .login-background .image-background {
    height: 120px;
    width: 100%;
    display: table;
  }

  .login-background .form-wrapper {
    height: auto;
    width: 100%;
    margin: 30px auto;
  }

  .form-wrapper .back-btn {
    top: 10px;
    right: 10px;
  }

  .login-input-wrapper {
    margin: 20px auto;
  }

  .form-wrapper {
    padding: 45px 35px;
    box-sizing: border-box;
  }

  .login-background .form-inner-wrapper {
    left: 5%;
    margin-left: 0;
    padding: 30px;
  }

  .form-inner-wrapper h2 {
    font-size: 28px;
  }

  .trial-logo {
    position: relative;
    margin-left: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    left: auto;
  }

  .tcol-15,
  .tcol-20,
  .tcol-5 {
    display: none;
  }

  .products-table-lane div:nth-child(5),
  .order-item-wrapper div:nth-child(5) {
    display: block;
  }

  .order-item-wrapper div {
    padding-left: 0;
  }

  .order-item-wrapper div,
  .products-table-lane div {
    width: 22.5%;
  }

  .order-item-wrapper .tcol-3,
  .order-item-wrapper .tcol-8,
  .products-table-lane .tcol-3,
  .products-table-lane .tcol-8 {
    width: 5%;
  }

  .tcol-13 {
    display: none;
  }

  .ordered-product .tcol-10 {
    width: 30%;
  }

  .order-shipping-info-wrapper, .order-payment-info-wrapper, .order-billing-info-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .tcol-35 {
    width: 35%;
  }

  .members-wrapper th:last-child,
  .membersTable th:nth-child(4),
  .membersTable td:nth-child(4),
  .members-wrapper .member-item td:last-child {
    display: none;
  }

  .member-item a {
    font-size: 12px;
  }

  .product-content,
  .product-sidebar,
  .store-settings-content,
  .store-settings-sidebar {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .payment-info-wrapper label,
  .account-settings #currentPlanSection .left-section, .account-settings #billingInfoForm  .left-section,
  .account-settings .left-section, .account-settings .right-section,
  .payment-sidebar {
    width: 100%;
  }

  .account-settings .left-section, .account-settings .right-section {
    margin-top: 5px;
  }

  .account-settings .right-section h2 {
    line-height: 42px;
    margin-right: 15px;
    float: left;
  }

  .account-settings .right-section .controls {
    margin-left: 0;
  }

  .account-settings .right-section .controls a {
    margin-bottom: 7px;
    font-size: 12px;
    padding: 0 15px;
  }

  .pricetable-wrapper {
    width: 48%;
    margin-bottom: 15px;
    float: left;
  }

  .chart-description p, .account-settings .text-wrapper span {
    width: 100%;
  }

  .account-settings .text-wrapper .account-status {
    font-size: 21px;
    width: auto;
  }

  .account-settings .header-wrapper-buttons {
    margin: 20px 0 !important;
  }

  .pricetable-regular {
    margin-top: 0;
  }

  .pricetable-regular h4 {
    margin-top: 40px;
  }

  .pricetable-wrapper .subscription-price {
    padding-bottom: 0;
  }

  .pricetables > .section-bg {
    padding: 20px;
  }

  .payment-info {
    padding: 50px 20px;
  }

  .payment-content {
    width: 100%;
    padding: 0;
  }

  .members-wrapper .member-item td {
    padding: 7px;
  }

  /* Responsive Simvoly */

  .account-settings .content-wrapper {
    width: 100%;
  }

  .order-item-wrapper section.left {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding-right: 20px;
  }

  .full-upsell-wrapper .info-wrapper {
    width: 100%;
    padding: 0;
  }

  .bottom-upsell .col10 {
    padding: 0;
  }

  .full-upsell-wrapper img {
    max-height: 300px;
  }

  .order-item-wrapper section.right {
    float: left;
    width: 30%;
  }

  section.left > div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }

  section.left > div div:first-child {
    font-weight: bold;
  }

  section.left div {
    display: block;
    width: auto;
    margin-right: 15px;
    padding: 0;
  }

  section.right div {
    width: 100%;
    float: left;
  }

  section.right div:first-child {
    margin-bottom: 10px;
  }

  section.left .tcol-25 {
    width: 100%;
  }

  .products-wrapper, .members-wrapper-white {
    padding: 15px;
  }

  .order-item > .order-item-wrapper {
    padding: 20px 0;
  }

  .order-item > .order-item-wrapper:hover {
    background: #fff;
  }

  .members-wrapper table, .productsTable {
    margin-top: 0;
  }

  .top-background {
    margin-top: 28px;
    padding: 0 50px;
  }

  .top-background .members-title {
    margin-bottom: 15px;
  }

  .account-settings {
    height: auto;
  }

  .product-buttons-wrapper {
    padding: 10px 20px 0 27px;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }

  .narrow-nav #inline-popup.cpanel-popup {
    left: 0;
    z-index: 999;
  }

  .notification-lane {
    display: none;
  }

  .tables-wrapper {
    display: block !important;
  }

  .store-content-wrapper a {
    margin-right: 20px;
  }

  .store-content-wrapper .connect-btn {
    margin: 20px auto 0;
  }

  .product-buttons-wrapper a {
    height: 40px;
    line-height: 40px;
  }

  .members-wrapper .variations-box {
    width: 100%;
  }

  .store-settings-content .third-section,
  .product-content .third-section {
    width: 100%;
    margin-right: 0;
  }

  .themes-list-page .text-wrapper h1, .no-messages-wrapper, .top-background h1 {
    font-size: 21px;
  }

  .members-wrapper th, .products-table-lane div {
    padding: 10px 0;
  }

  .discounts-table tr th:nth-child(3),
  .discounts-table tr th:nth-child(4),
  .discounts-table tr td:nth-child(3),
  .discounts-table tr td:nth-child(4) {
    display: none;
  }

  .viewport-buttons {
    display: none !important;
  }

  #inline-popup.cpanel-popup {
    left: 0;
  }

  .area-top-nav {
    top: auto;
    left: 0;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    bottom: 0;
  }

  .area-top-nav .buttons-wrapper {
    text-align: center;
  }

  .area-top-nav .middle-button {
    float: none;
    display: inline-block;
  }

  #analytics-main-nav {
    display: none;
  }

  .chart-type-filter,
  .chart .modal-nav,
  .chart-range-filter {
    width: 100% !important;
  }

  .chart-type-filter ul {
    margin-top: 0;
  }

  .chart-range-filter label {
    display: none;
  }

  .chart-range-filter div {
    margin-bottom: 8px;
  }

  .productsTable .product-thumb {
    margin: 0;
  }

  .desktop,
  #addWidgetBtnSmall {
    display: none !important;
  }

  .mobile {
    display: block;
  }

  .tableCount.mobile {
    display: inline-block;
  }

  #inline-popup-content,
  #inline-popup,
  .cpanel-popup-slide {
    /*max-width: 320px; */
  }

  .working-area-wrapper {
    transition: transform 0.3s ease;
  }

  .narrow-nav .working-area-wrapper {
    margin-left: 0;
    -webkit-transform: translate3d(125px, 0, 0);
    -moz-transform: translate3d(125px, 0, 0);
    transform: translate3d(125px, 0, 0);
    transition: transform 0.3s ease;
  }

  .wide-nav .working-area-wrapper,
  .members-nav .working-area-wrapper,
  .store-nav .working-area-wrapper {
    margin-left: 0;
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    transition: transform 0.3s ease;
  }

  .left-subnav-small .buttons-wrapper {
    margin-top: 0;
    top: 240px;
  }

  .members-wrapper .membersTable .member-item td {
    padding: 14px 0;
  }

  .product-sidebar .product-image {
    max-width: 200px;
  }

  .product-sidebar .product-image:first-child {
    max-width: 300px;
  }

  .profile-wrapper {
    margin-top: 20px !important;
  }

  .active-section section {
    padding: 20px;
    margin-top: 10px;
    border-bottom: 0;
  }

  .account-settings #currentPlanSection .left-section, .account-settings #billingInfoForm  .left-section {
    width: 100%;
  }

  .account-settings .left-section, .account-settings .right-section {
    width: 100%;
  }

  .domain-item header {
    width: 50%;
  }

  .clipboard-wrapper {
    left: -150px;
  }

  .website-setting-wrapper {
    width: 33% !important;
  }
}

@media screen and (max-width: 768px) {
  #noStoreOrdersWrapper {
    position: absolute;
    top: 0;
    margin-top: 50px;
    background: #fff;
    width: 90%;
    left: 5%;
    padding: 50px;
    box-sizing: border-box;
  }

  .website-setting-wrapper span {
    display: none;
  }

  .help-button {
    display: none;
  }

  .domain-help .help-inner-wrapper {
    width: 80%;
    padding: 0 10%;
  }

  .domain-item .options {
    width: 100%;
    float: left;
    margin-top: 10px;
  }

  .domain-item .content span {
    width: 100%;
  }

  .section-bg .domain-item {
    padding: 20px;
  }

  .full-upsell-wrapper {
    padding: 20px;
  }

  .full-upsell-wrapper .info-wrapper h2 {
    font-size: 24px;
  }

  .active-section {
    padding: 40px 0 !important;
  }

  .order-summary {
    padding: 15px;
  }

  .order-summary-wrapper {
    padding: 0;
  }

  .domain-item header {
    width: 70%;
  }

  .left-circle-icon {
    float: none !important;
    margin: 0 auto;
  }

  .current-website .website-controls,
  .website-controls {
    float: left;
    margin-top: 20px;
  }

  .dash-help-button {
    display: none !important;
  }

  .small-icon-section h4 {
    width: 100%;
    text-align: center;
    margin: 15px auto;
    float: none !important;
  }

  .small-icon-section a {
    float: none !important;
    margin: 0 auto;
    width: 180px;
  }

  .layout-buttons-wrapper ul, .theme-list-nav {
    padding: 0;
  }

  .layout-buttons-wrapper a {
    padding: 0 9px;
  }

  .app-wrapper {
    width: 100%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .product-sidebar .product-image,
  .product-sidebar .product-image:first-child {
    max-width: none;
  }

  .clipboard-wrapper.visible {
    display: none;
  }

  .pricetable-wrapper {
    width: 100%
  }
}

.tablet-view .theme .header-style-1 .nav-wrapper, 
.tablet-view .theme .header-style-1 nav > ul, 
.tablet-view .theme .header-style-11 .nav-wrapper, 
.tablet-view .theme .header-style-11 nav > ul, 
.tablet-view .theme .header-style-9 .nav-wrapper, 
.tablet-view .theme .header-style-9 nav > ul, 
.tablet-view .theme .header-style-2 .nav-wrapper, 
.tablet-view .theme .header-style-2 nav > ul, 
.tablet-view .theme .header-style-9 .nav-wrapper > header, 
.mobile-view .theme .header-style-1 .nav-wrapper, 
.mobile-view .theme .header-style-1 nav > ul, 
.mobile-view .theme .header-style-11 .nav-wrapper, 
.mobile-view .theme .header-style-11 nav > ul, 
.mobile-view .theme .header-style-9 .nav-wrapper, 
.mobile-view .theme .header-style-9 nav > ul, 
.mobile-view .theme .header-style-2 .nav-wrapper, 
.mobile-view .theme .header-style-2 nav > ul, 
.mobile-view .theme .header-style-9 .nav-wrapper > header {
  display: table;
}

.tablet-view  .theme .navigation-wrapper .nav-wrapper .shopping-cart-mobile,
.mobile-view  .theme .navigation-wrapper .nav-wrapper .shopping-cart-mobile {
  display: none;
}

.text-error {
  color: rgb(196, 38, 87) !important;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  float: left;
}

.popup-input-wrapper.hour-field-wrapper {
  width: 90px;
}

.popup-input-wrapper.hour-field-wrapper:not(:last-child) {
  margin-right: 20px;
  position: relative;
}

.popup-input-wrapper.hour-field-wrapper:not(:last-child):after {
  content: ':';
  font-size: 25px;
  position: absolute;
  right: -13px;
  top: 33px;
}

.full-size {
  width: 100%;
  height: 100%;
  float: left;
}

.popup-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-tab-content > .flex-1 {
  overflow: auto;
}

.popup-tab-content > .CodeMirror {
  height: 100%;
}


.code-settings-window .inline-popup-content {
  top: 0;
}

.code-settings-window .cpanel-popup-title {
  display: none;
}

.code-settings-window .popup-tab-content {
  padding: 0;
  box-sizing: border-box;
}

.code-settings-window .ta-center {
  font-size: 15px;
  padding: 40px 40px 10px;
  line-height: 1.4;
}

.dividerWrapper {
  margin-top: 10px;
}

.border-color-wrapper .color-pick-wrap-widgets {
  margin-bottom: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-35 {
  margin-top: 35px;
}

.f-16 {
  font-size: 16px;
  display: block;
  line-height: 1.4;
}

.f-14 {
  font-size: 14px;
  display: block;
  line-height: 1.4;
  text-transform: uppercase;
}

.text-link {
  font-size: 16px;
  text-decoration: underline;
  display: block;
}

.displayed-setting {
  padding-left: 37px;
  box-sizing: border-box;
}

.theme .fixed-header-wrapper,
.theme .fixed-header-wrapper.visible {
  width: calc(100% - 130px);
  left: 130px;
}

.theme .style-boxed-layout .fixed-header-wrapper, 
.theme .style-boxed-layout .fixed-header-wrapper.visible {
  width: calc(90% - 130px);
  max-width: 1300px;
}

.grid-drag-in-progress .fixed-header-wrapper {
  display: none;
}

.page-layout.fixed-header-layout-floating .fixed-header-wrapper {
  left: calc(50% + 60px) !important;
}

.page-layout .fixed-header-wrapper:not(.visible) {
  top: 0px !important;
}

.page-layout.header-layout-vertical-right .main-header-wrapper,
.page-layout.header-layout-vertical-left .main-header-wrapper {
  height: calc(100% - 50px) !important;
}

.tablet-view .fixed-header-wrapper,
.mobile-view .fixed-header-wrapper {
  display: none;
}

.website-settings-wrapper .nav-column-wrapper .edit-icon {
  display: none !important;
}

.global-settings-window .global-nav-content .global-title {
  width: auto;
  font-size: 25px;
}

.global-settings-window .global-nav-content .global-title-smaller {
  font-size: 16px;
}

.settings-help-text {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}

.mb-45 {
  margin-bottom: 45px;
}

.cpanel-popup .global-nav-content .color-picker-input {
  border: none;
  text-indent: 0;
  padding: 0;
}

.website-settings-main {
  float: left;
  width: 100%;
  padding: 0 8px;
  margin-top: 106px;
}

.website-settings-main a {
  padding: 10px 7px 20px;
  position: relative;
  box-sizing: border-box;
}

.website-settings-main a:before {
  content: '';
  width: 100%;
  height: 50px;
  float: left;
  background: url(/images/website-settings-sprite.png) no-repeat;
  background-position: center -6px;
}

.website-settings-main a:hover {
  background-color: #f1f1f1;
}

/*
.website-settings-main a:after {
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  left: 50%;
  margin-left: -45px;
  background: #f1f1f1;
  z-index: 0;
  display: none;
  border-radius: 50%;
}

.website-settings-main a:hover:after {
  display: block;
}
*/
.website-settings-main a.page-seo-btn:before {
  background-position: center -132px;
}

.style-full-width-layout .grid-row-fullwidth .widget-row .widget:last-child > .ui-resizable-handle.ui-resizable-e {
  overflow: hidden;
}

.website-settings-main a.advanced-settings-btn:before {
  background-position: center -72px;
}

.website-settings-main a.file-manager-btn:before {
  background-position: center -193px;
}

.website-settings-main a.headers-btn:before {
  background-position: center -251px;
}

.website-settings-main span {
  float: left;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #777;
  margin-top: 5px;
  line-height: 1.4;
}

.website-settings-main-wrapper,
#websiteSettingsMarkup {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

/* Funnels */

.funnels-wrapper {
  padding: 0 45px;
  box-sizing: border-box;
}

.funnel-inner-wrapper .funnels-wrapper {
  padding: 0 25px;
}

.ml-15 {
  margin-left: 15px;
}

.funnel-inner-wrapper {
  padding: 17px 0;
  position: relative;
  transition: background 0.3s ease;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.funnel-inner-wrapper.disabled {
  background: #f7f7f7;
}

.funnel-inner-wrapper {
  box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.06);
}

.funnel-inner-wrapper:hover {
  box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.11);
}

.funnel-inner-wrapper:hover {
  background: #fff;
}

.mt-105 {
  margin-top: 105px !important;
}

.funnels-wrapper .big-button {
  display: inline-block;
}

.list-holder .warning-wrapper {
  margin-bottom: 25px;
}

.funnel-list-stats {
  width: 55px;
  height: 55px;
  background: #dce4ea;
  line-height: 55px;
  color: #fff;
  text-align: center;
  display: block;
  margin-right: 20px;
  font-size: 15px;
  border-radius: 50%;
  float: left;
  font-family: Roboto;
}

.play-video-btn {
  display: block;
  margin-top: 19px;
  line-height: 23px;
  vertical-align: middle;
  font-size: 15px;
  text-decoration: underline;
}

.play-video-btn i {
  font-size: 23px;
  margin-right: 5px;
}

.play-video-btn span {
  vertical-align: top;
}

.funnel-inner-texts {
  width: calc(100% - 80px);
  float: left;
  margin-top: 7px;
}

.funnel-controls {
  position: absolute;
  right: 30px;
  display: none;
}

.funnel-step-wrapper .funnel-controls {
  right: 25px;
}

.funnel-inner-wrapper:hover .funnel-controls,
.funnel-step-wrapper:hover .funnel-controls {
  display: block;
}

.funnel-controls .preview-icon {
  background: url(/images/sprite.png?v=542115) no-repeat;
  background-position: center -228px;
  width: 42px;
  height: 52px;
  display: inline-block;
}

.funnels-header .preview-icon {
  background: url(/images/sprite.png?v=542115) no-repeat;
  background-position: center -233px;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
}

.funnel-controls .more-options {
  background: url(/images/sprite.png?v=542115) no-repeat;
  background-position: center -511px;
  display: inline-block;
  width: 19px;
  height: 52px;
  margin-left: 3px;
  opacity: .7;
  transition: opacity 0.3s ease;
}

.funnel-controls .more-options:hover {
  opacity: 1;
}

.funnel-inner-texts h4,
.funnel-stats h3,
.funnels-wrapper h3,
.funnel-step-wrapper h4,
.funnel-step-name {
  font-family: Roboto;
}

.funnel-step-name {
  font-size: 15px;
  position: relative;
  padding-right: 37px;
}

.funnel-step-name:after {
  content: '';
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  border-radius: 30px;
  top: 50%;
  margin-top: -15px;
  background: url(/images/sprite.png?v=123123) no-repeat center -694px;
  display: none;
}

.funnel-step-name:hover:after {
  display: block;
}

.funnel-inner-texts h4 {
  cursor: pointer;
}

.funnel-inner-texts span,
.funnel-stats span {
  color: #8c8c8c;
  font-size: 13px;
  text-transform: uppercase;
}

.middle-button.with-icon {
  position: relative;
  padding-left: 43px;
}

.middle-button.with-icon:before {
  position: absolute;
  left: 17px;
  content: '+';
  top: 0;
  font-size: 29px;
  color: #fff;
}

.funnel-stats {
  padding: 40px 20px;
  box-sizing: border-box;
}

.mb-8 {
  margin-bottom: 8px;
}

.funnel-step-wrapper {
  padding: 17px 0;
  transition: background-color 0.3s ease;
  position: relative;
}

.funnel-step-wrapper.row-with-stats {
  background: #ffffff;
}

.funnel-step-number {
  width: 40px;
  height: 40px;
  background: #338ce2;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

.ab-history-items .funnel-step-number {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.funnel-traffic-wrapper,
.funnel-step-percentage {
  text-align: center;
  position: relative;
}

.funnel-step-bar {
  width: 100%;
  max-width: 100%;
  padding: 17px 0;
  background: #6cbd69;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  min-width: 100px;
}

.funnel-step-wrapper div div h4 {
  display: inline-block;
  font-size: 15px;
}

.ab-split {
  background: #fff;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 14px;
  position: absolute;
  top: -17px;
  text-align: center;
  border-radius: 30px;
  left: 50%;
  display: none;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  transform: translateX(-50%);
  white-space: nowrap;
}

.ab-settings {
  width: 32px;
  height: 32px;
  background-image: url(/images/widget-settings.png?v=21);
  background-position: center -315px;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  border-radius: 50%;
  display: none;
}

.funnel-step-wrapper:hover .ab-settings {
  display: block;
}

.funnel-step-wrapper:hover,
.funnel-step-wrapper.active {
  background-color: #fff;
}

.funnel-step-wrapper:hover .ab-split {
  display: block;
}

.ab-funnel-step .ab-left {
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 17px 0;
  position: relative;
}

.ab-funnel-step {
  padding: 0;
  min-width: 200px;
}

.ab-winning {
  background-color: #6cbd69;
}

.ab-losing {
  background-color: #dd9d2f;
}

.ab-funnel-step .ab-right {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 17px 0;
  position: relative;
}

.ab-old .funnel-step-number {
  font-size: 13px;
}

.ab-old h4 {
  font-size: 14px;
  line-height: 1.4;
}

.ab-current .funnel-step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.funnel-step-handle {
  background: url(/images/sprite.png?v=542115) no-repeat center -1089px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -9px;
  cursor: move;
  display: none;
}

.funnel-step-wrapper:hover .funnel-step-handle {
  display: block;
}

.ab-badge,
.step-conversion-badge {
  background: #dce4ea;
  color: #444;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  cursor: default;
}

.ab-badge {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  line-height: 29px;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  z-index: 999;
}

.ab-right .ab-badge {
  left: auto;
  right: -15px;
}

.step-conversion-badge {
  padding: 8px 14px;
  position: absolute;
  bottom: -17px;
  text-align: center;
  border-radius: 30px;
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  transform: translateX(-50%);
  white-space: nowrap;
}

.ab-history {
  left: auto;
  right: -15px;
  background: url(/images/sprite.png?v=123123) no-repeat center -605px;
}

.ab-badge:not(.ab-history):hover {
  background: url(/images/sprite.png?v=123123) no-repeat center -694px;
  font-size: 0;
  cursor: pointer;
}

.funnels-popup {
  background-color: #f2f4f6;
}

.funnels-wrapper h3 {
  max-width: 400px;
}

.funnels-header {
  background: #fff;
  padding-top: 60px;
  margin-bottom: 40px;
  position: relative;
}

.funnels-popup .inline-popup-content {
  top: 0;
  bottom: 0;
}

.funnels-popup .inline-popup-content > .col20 {
  background: #f2f4f6;
}

.funnel-inner-wrapper.active:after,
.funnel-step-wrapper.active:after,
.funnel-inner-wrapper:hover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
}

.big-input[type="text"] {
  border: none;
  border-bottom: 2px solid #e1e1e1;
  font-size: 16px;
  text-align: center;
  width: 80%;
  margin: 15px auto;
  float: none;
}

.is-goal {
  position: relative;
}

.is-goal:after {
  content: '';
  background: url(/images/sprite.png?v=123123) no-repeat center -572px;
  position: absolute;
  top: -1px;
  right: 2px;
  width: 20px;
  height: 24px;
}

.goal-icon {
  display: block;
  width: 20px;
  height: 24px;
  float: left;
  margin-right: 7px;
  background: url(/images/sprite.png?v=123123) no-repeat center -569px;
}

.goal-tag span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: #333;
  display: block;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  z-index: 99;
}

.goal-tag {
  position: absolute;
  left: -19px;
  top: 10px;
}

.gray-section {
  padding: 25px;
  box-sizing: border-box;
  background: #f2f4f6;
}

.addon-select {
  width: 31%;
  float: left;
  margin: 1.16%;
  border: 1px solid #d7e0e6;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

.half-select {
  width: 48%;
  margin: 1%;
}

.addon-select h4 {
  text-align: center;
  margin-bottom: 13px;
}

.addon-select h4 span {
  font-size: 12px;
}

.addon-select .check-top {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #d7e0e6;
  margin: 0 auto 20px;
  display: block;
}

.goal-stats-wrapper {
  position: relative;
  box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.06);
  border-radius: 4px;
  padding: 35px 45px;
  box-sizing: border-box;
  margin-bottom: -66px;
  background: #fff;
}

.goal-stats-inner-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.goal-stats-wrapper .stats-segment {
  width: 29%;
}

.goal-stats-wrapper .stats-segment:first-child {
  width: 44%;
}

.goal-stats-wrapper .stats-segment h3 span {
  text-transform: none;
}

.goal-stats-wrapper .stats-segment:first-child {
  margin-left: 20px;
}

.goal-stats-wrapper .goal-stats-inner-wrapper:last-child {
  margin-bottom: 0;
}

.funnel-period-select {
  padding: 12px 0px;
  width: 136px;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  color: #333;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

.ab-step h4 span.light {
  font-size: 14px;
  font-family: Arial;
  opacity: 0.7;
  margin-left: 2px;
}

.step-conversion-badge:hover,
.step-conversion-badge.active {
  color: #fff;
  cursor: pointer;
}

.funnel-period-select::-moz-selection { color: #444}
.funnel-period-select::selection { color: #444; }

.domain-row {
  padding: 12px 20px;
  box-sizing: border-box;
}

.domain-row.gray span {
  color: #fff;
}

.domain-row span {
  width: 25%;
  float: left;
}

.domain-row span:last-child {
  width: 50%;
}

.t-left {
  text-align: left !important;
}

.domain-controls {
  float: right;
}

.domain-controls a {
  float: left;
  transition: background-color 0.3s ease;
}

.domain-row.gray:hover {
  background: #2f323a;
}

.domain-controls .domain-settings {
  width: 45px;
  height: 45px;
  border-left: 1px solid #454952;
  background: #2f323a url(/images/widget-settings.png?v=21) no-repeat -3px -309px;
}

.domain-controls .domain-unlink {
  width: 45px;
  height: 45px;
  border-left: 1px solid #454952;
  background: #2f323a url(/images/gen-settings.png?v=33) no-repeat -4px -469px;
}

.domain-controls .view {
  width: 45px;
  height: 45px;
  background: #2f323a url(/images/sprite-widgets.png) no-repeat center -1630px;
}

.domain-controls a:hover {
  background-color: #454952;
}

.cpanel-popup.funnel-settings h5 {
  font-size: 16px;
  margin-top: 13px;
}

.no-items-wrapper img,
.no-funnels-wrapper img {
  width: 149px;
  margin: 0 auto;
  display: block;
}

.pt-65 {
  padding-top: 65px !important;
}

.funnels-popup.funnel-empty .funnels-wrapper{
  text-align: center;
}

#funnelStepsList .funnel-step-wrapper:first-child .funnel-step-bar {
  min-width: 100%;
}

.funnel-settings .popup-tab-content[data-tab="domain"],
.funnel-settings .popup-tab-content[data-tab="general"] {
  padding: 45px;
}

.funnel-settings h5 span.system-tag {
  font-size: 13px;
  color: #999;
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 5px;
}

.ab-history-items {
  max-height: 500px;
  overflow-y: auto;
}

.connected-domain-section .domain-settings-wrapper {
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
}

.cpanel-popup .domain-settings-wrapper .help-text {
  color: #fff;
  opacity: .8;
}

.mb-10 {
  margin-bottom: 10px;
}

.ab-step {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.ab-old {
  padding: 13px;
}

.ab-step span {
  margin-left: 10px;
}

.roboto {
  font-family: 'Roboto';
}

.ab-step .funnel-step-number {
  background: #dd9d2f;
}

.ab-step .funnel-step-number.winner {
  background: #6cbd69;
}

.winner-select-btn {
  margin-left: 20px;
}

.warning-wrapper {
  background: #DC543E;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 4px;
  display: none;
}

.warrning-message {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  padding: 0 12%;
  box-sizing: border-box;
}

.mt-10 {
  margin-top: 10px !important;
}

.cpanel-popup .funnel-settings .add-image {
  width: 160px;
  height: 120px;
}

.cpanel-popup .funnel-settings .info {
  text-align: center;
}

.mobile-view .grid-row:not(.mobile-only) .container-margin,
.tablet-view .grid-row:not(.mobile-only) .container-margin {
  display: none;
}

.thumb-text {
  padding: 25px 25px 10px;
  box-sizing: border-box;
}

.thumb-text h4 {
  line-height: 1.3;
}

.thumb-text p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}

.cpanel-funnel-wrapper {
  background: #fff;
  padding-bottom: 20px;
}

.cpanel-funnel-wrapper:hover {
  webkit-box-shadow: 1px 3px 44px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 3px 3px 44px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 3px 3px 44px 0px rgba(0, 0, 0, 0.09);
}

.content-wrapper .cpanel-funnel-wrapper .page-thumb {
  box-shadow: none;
  height: auto;
  padding-bottom: 82%;
}

.mt-5 {
  margin-top: 5px;
}

.mt-45 {
  margin-top: 45px;
}

.funnels-popup .add-page-wrapper {
  padding-top: 30px;
}

.general-cpanel-left-navigation .highlighted-list-item {
  width: auto;
  padding: 16px 30px;
  color: #fff;
  margin-top: 10px;
  border-radius: 30px;
}

.general-cpanel-left-navigation li:last-child a:after {
  background: transparent !important;
}

.back-arrow {
  width: 35px;
  height: 42px;
  float: left;
  background: url(/images/sprite.png?v=123123) no-repeat center -641px;
  transition: opacity 0.3s ease;
}

.back-arrow:hover {
  opacity: .7;
}

.recurly-input-field > div {
  height: 60px;
}

.widget .payment-form-target {
  display: none;
}

.funnel-navigation-buttons {
  background: #52555f;
  border-radius: 3px;
  overflow: hidden;
  height: 31px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.funnel-navigation-button {
  width: 41px;
  height: 100%;
  float: left;
}

.funnel-navigation-button.list {
  background: url(/images/sprite.png?v=542115) no-repeat;
  background-position: center -876px;
}

.funnel-navigation-button.stats {
  background: url(/images/sprite.png?v=542115) no-repeat;
  background-position: center -904px;
}

.funnel-tab[data-tab="stats"] {
  padding: 0 45px;
  box-sizing: border-box;
}

.funnel-analytics-header h3 {
  display: inline-block;
  color: #3e3e3e;
  font-size: 21px;
  font-family: 'Roboto';
}

.funnel-analytics-header span {
  color: #888;
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.funnel-tab[data-tab="stats"] {
  margin-top: 20px;
  padding: 0 65px;
}

.funnel-analytics-summary {
  margin-bottom: 25px;
}

.funnel-analytics-summary .box {
  float: left;
  width: 250px;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.06);
  padding: 20px 28px;
  margin-right: 25px;
  border-radius: 5px;
}

.funnel-analytics-summary .box h3 {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 1.3;
  color: #8c8c8c;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.funnel-analytics-summary .box span {
  font-size: 24px;
  color: #f66283;
  font-family: 'Roboto';
  line-height: 1.2;
  text-transform: uppercase;
}

.funnel-analytics-summary .box span.percent {
  font-size: 12px;
}

.funnel-analytics-summary #reachedGoalBox .values-row:nth-child(2) {
  margin-top: 0;
}

.funnel-analytics-summary .values-row {
  margin-top: 5px;
}

.funnel-step-chart-box {
  padding: 25px 75px 0px 75px;
  box-sizing: border-box;
}

.start-template-title {
  font-size: 36px;
}

.main-themes-filter li a {
  padding: 28px 40px;
}