#wpst-tab-group li.tab-label {
  display: block;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
}

#wpst-tab-group .wpst-table-body {
  margin: 0;
}

#wpst-tab-group .wpst-table-body:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

#wpst-tab-group .wpst-table-head li:first-child,
#wpst-tab-group .wpst-table-body li:first-child {
  width: 15%;
}

#wpst-tab-group .wpst-table-head li:nth-child(2),
#wpst-tab-group .wpst-table-body li:nth-child(2) {
  width: 15%;
}

#wpst-tab-group .wpst-table-head li:nth-child(3),
#wpst-tab-group .wpst-table-body li:nth-child(3) {
  width: 50%;
}

#wpst-tab-group .wpst-table-head li:last-child,
#wpst-tab-group .wpst-table-body li:last-child {
  width: 20%;
  text-align: center;
}

#wpst-tab-group .wpst-table-body li:last-child input {
  margin-top: 3px;
}

#wpst-tab-group .wpst-table-body li {
  line-height: 14px;
}

#wpst-tab-group .wpst-table-body li:nth-child(3) {
  font-weight: normal;
  font-size: 12px;
}

#wpst-tab-group .wpst-table-body li:last-child {
  font-weight: normal;
  font-size: 12px;
}

.wpst-table-head {
  border-bottom: #ccd0d4 solid 1px;
  color: #23282d;
  margin: 0;
}

.wpst-table-head:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

.tabs-field-list {
  background: #f5f5f5;
  margin-top: -1px;
}

.tabs-field-list .tabs-field-object {
  background: #fff;
  border-top: 1px solid #ccd0d4; 
}

.tabs-field-list .wpst-tabs-settings {
  display: none;
  border-top: 1px solid #ccd0d4; 
}

.tabs-field-list .wpst-tabs-settings {
  display: none;
  background: #fff;
}

#poststuff .tabs-field-list.ui-sortable .wpst-tabs-settings table {
  width: 100%;
  border: 0;
  background: #fff;
  border-spacing: 0;
}

#poststuff .tabs-field-list.ui-sortable .wpst-tabs-settings table tbody {
  border-spacing: 0;
}

#poststuff .tabs-field-list.ui-sortable .wpst-tabs-settings table .setting-label {
  width: 30%;
  padding: 15px 12px;
}

#poststuff .tabs-field-list.ui-sortable .wpst-tabs-settings table .setting-input {
  width: 70%;
  padding: 15px 12px;
  border-left-color: #E1E1E1;
}

#poststuff .tabs-field-list.ui-sortable .wpst-tabs-settings table .setting-input input {
  width: 100%;
  min-height: 30px;
  padding: 4px 8px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fff;
  color: #32373c;
}

.tabs-field-object > .handle strong {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 14px;
  min-height: 14px;
}

.tabs-field-list .handle .row-options {
  visibility: hidden;
}

.tabs-field-object:hover > .handle .row-options, 
.tabs-field-object.-hover > .handle .row-options {
  visibility: visible;
}

.tabs-field-object .handle .row-options .delete-field,
.tabs-field-object .handle .row-options .edit-field {
  font-weight: normal;
  font-size: 12px;
  margin-right: 4px;
}

.tabs-field-object .handle .row-options .delete-field {
  color: #a00;
}

.tabs-field-object.open .handle .wpst-table-body {
  background: #2a9bd9;
  text-shadow: #268FBB 0 1px 0;
  color: #fff;
  position: relative;
  
}

.tabs-field-object.open .handle .edit-field,
.tabs-field-object.open .handle .row-options a {
  color: #fff;
  padding: 5px 0;
}

.tabs-field-object.open .handle .tabs-order-icon {
  color: #fff;
  border: 1px solid #fff
}

.tabs-field-list .handle li,
#wpst-tab-group .wpst-table-head li {
  padding: 10px;
}

.tabs-field-list .handle .tab-label:first-child {
  text-align: center;
}

.tabs-field-list .handle .tab-label a {
  color: #0073aa;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.tabs-field-list .handle .tabs-order-icon {
  margin: 1px 0 0;
  padding-left: 1px;
  cursor: move;
  background: transparent;
  float: left;
  height: 28px;
  line-height: 26px;
  width: 28px;
  font-size: 13px;
  font-weight: normal;
  color: #bbb;
  position: relative;
  z-index: 1;
  border: 1px solid #bbb;
  border-radius: 100%;
}

.wpst-tabs-footer {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #f5f5f5;
  border-top: #d5d9dd solid 1px;
}

/* .wpst-tabs-footer li:last-child {
  padding-right: 0
} */

.wpst-tabs-footer:after {
  content: '';
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
}

.wpst-tabs-footer li {
  float: right; 
  padding: 8px 12px;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  box-sizing: border-box;
  padding: 12px 12px 0 8px;
}

#wpstudio__tabs_metabox .inside .wp-picker-holder {
  position: absolute;
  z-index: 9999;
}

.wp-picker-container .wp-color-result.button {
  margin-bottom: 0;
}

#wpstudio__tabs_metabox .inside .wp-picker-clear {
  min-height: 30px;
  margin-left: 6px;
}

#wpstudio__tabs_metabox .inside .wp-picker-input-wrap {
  width: 100%;
  position: absolute;
}

#wpstudio__tabs_metabox .inside:after {
  content: '';
  display: block;
  clear: both;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table,
#wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table-full {
  width: 100%;
  table-layout: fixed;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table th {
  padding: 0 10px 0 0;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table h3,
#wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table-full h3 {
  background-color: #eee;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table-full h3 {
  text-align: left;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table label {
  font-weight: 600;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav textarea {
  width: 100%;
  height: 50vh;
  border: 1px solid #ccc;
  border-radius: 0;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav .custom-css {
  padding-left: 0;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav > .inside,
#wpstudio__tabs_metabox #wpst-tab-group .wpst-tabs-list-wrap > .inside {
  padding-left: 0;
  padding-right: 0;
}

#wpstudio__tabs_metabox #wpst-tab-group .wpst-tabs-list-wrap > .inside {
  background: #f5f5f5;
}

#wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table th.input-small {
  line-height: 1.4;
}

#wpstudio__tabs_metabox #wpst-tab-group .wpst-tabs-list-wrap > .inside {
  margin: 0;
}

#wpstudio__tabs_metabox #wpst-tab-group .wpst-tabs-list-wrap > .inside .wpst-table-head {
  background: #fff;
}

#wpstudio__tabs_metabox .handlediv{
  color: rgb(255, 255, 255);
}

#wpstudio__tabs_metabox ul.themes-list li {
  border: 2px solid #fff;
  cursor: pointer;
  display: inline-block;
  height: 80px;
  overflow: hidden;
  padding: 5px;
  width: 150px;
}

#wpstudio__tabs_metabox ul.themes-list li.selected {
  border: 2px solid #ff5a11;
}

#wpstudio__tabs_metabox ul.themes-list li img {
  height: auto;
  width: 100%;
}

#wpstudio__tabs_metabox ul.tabs_bg_img_list li {
	border: 2px solid #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  margin: 5px;
  overflow: hidden;
  vertical-align: top;
  width: 50px;
}

#wpstudio__tabs_metabox ul.tabs_bg_img_list li img {
  
  height: auto;
  width: 100%;
}

#wpstudio__tabs_metabox ul.tabs_bg_img_list li.bg-selected{
  border: 2px solid #ff5a11;
}

#wpstudio__tabs_metabox .tabs-content td {
  background: none repeat scroll 0 0 rgb(245, 245, 245);
  
}

#wpstudio__tabs_metabox .tabs-content td.section-dragHandle {
  cursor: move;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}


#wpstudio__tabs_metabox .tabs-content textarea {
  width: 100%;
}

#wpstudio__tabs_metabox .tabs-header {
  background: #a7e1ff none repeat scroll 0 0;
  padding: 5px 5px 10px;
}

#wpstudio__tabs_metabox .tabs-content .active .tabs-header {
  background: #a7e1ff none repeat scroll 0 0;
}

#wpstudio__tabs_metabox .tabs-header .tabs_active {
  float: right;
  margin-top: 3px;
}

#wpstudio__tabs_metabox .tabs-panel {
  display: none;
}

#wpstudio__tabs_metabox .tabs-content .active .tabs-panel {
  background: #bde6fc none repeat scroll 0 0;
  display: block;
  padding: 15px 10px 10px;
}

#wpstudio__tabs_metabox .tabs-header .title {
  display: inline-block;
}

#wpstudio__tabs_metabox .tabs-content .removeTabs {
  background: rgb(255, 91, 64) none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  float: right;
  height: 20px;
  margin: 3px;
  text-align: center;
  vertical-align: top;
  width: 20px;
}

#wpstudio__tabs_metabox .tabs-content .removeTabs:hover {
  background: none repeat scroll 0 0 rgb(255, 134, 87);
}

#wpstudio__tabs_metabox .tabs-content .tabsicon {
  background: none repeat scroll 0 0 rgb(221, 221, 221);
  border: 1px solid rgb(153, 153, 153);
  cursor: pointer;
  height: 20px;
  margin: 3px;
  text-align: center;
  vertical-align: top;
  width: 20px;
  float: right;
}

#wpstudio__tabs_metabox .tabs-content .tabsicon-custom {
  background: none repeat scroll 0 0 / 100% auto rgb(221, 221, 221);
  border: 1px solid rgb(153, 153, 153);
  cursor: pointer;
  height: 20px;
  margin: 3px;
  text-align: center;
  vertical-align: top;
  width: 20px;
  float: right;
}

#wpstudio__tabs_metabox .iconholder {
  background: none repeat scroll 0 0 rgba(221, 221, 221, 0.5);
  border: 1px solid;
  display: none;
  height: 100%;
  left: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

#wpstudio__tabs_metabox .iconholder .iconslist {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border: 3px solid rgb(221, 221, 221);
  box-shadow: 0 0 7px -2px rgb(0, 0, 0);
  height: 150px;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 8px;
  position: relative;
  text-align: center;
  top: 20%;
  width: 305px;
}

#wpstudio__tabs_metabox .iconholder .iconslist i {
  border: 1px dotted rgb(153, 153, 153);
  cursor: pointer;
  margin: 7px 5px;
  min-height: 16px;
  min-width: 16px;
  padding: 2px;
  text-align: center;
  vertical-align: top;
}

#wpstudio__tabs_metabox .tabs-content .tab-new {
  background: none repeat scroll 0 0 #a3dbff;
}

#wpstudio__tabs_metabox .inside .form-table .section-padding {
  max-width: 53px;
  margin: 0;
}

#wpstudio__tabs_metabox .inside .form-table ::-webkit-input-placeholder { 
  font-size: 10px;
  color: #999;
  font-style: italic;
}
::-moz-placeholder { 
  font-size: 10px;
  color: #999;
  font-style: italic;
}
:-ms-input-placeholder { 
  font-size: 10px;
  color: #999;
  font-style: italic;
}
:-moz-placeholder {
  font-size: 10px;
  color: #999;
  font-style: italic;
}

.para-settings .option-box {
  margin: 10px 0;
  padding: 10px;
}

.para-settings .option-box .option-title {
  font-size: 16px;
  font-weight: bold;
}

.para-settings .option-box .option-info {
  color: rgb(153, 153, 153);
  font-size: 13px;
  font-weight: normal;
  margin: 10px 0;
}

.para-settings ul.tab-nav {
  clear: both;
  margin: 0;
  padding: 0;
}

.para-settings ul.tab-nav li {
  background: none repeat scroll 0 0 rgb(230, 230, 230);
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 15px 20px;
}

.para-settings ul.tab-nav li.active{
	font-weight: bold;
}
	
.para-settings ul.box {
  clear: both;
  margin: 0;
  padding: 0;
}

.para-settings ul.box li.tab-box {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  display: none;
  margin: 0;
  width: 100%;
}

.para-settings .new_user_profile_social {
  margin: 15px 5px;
}

.para-settings ul.voting-bg-img-list li {
  display: inline-block;
  margin: 5px;
}

.para-settings ul.voting-bg-img-list li img{
  border: 2px solid #ffffff;
}

.para-settings ul.voting-bg-img-list li.bg-selected img{
  border: 2px solid #ff5a11;
}

.para-settings h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0;
}

.para-settings .expandable .items {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border-bottom: 1px solid rgb(153, 153, 153);
  margin: 2px 0;
}

.para-settings .expandable .items.ui-sortable-helper {
  border: 1px dashed rgb(153, 153, 153);
}

.para-settings .expandable .header {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  padding: 5px;
}

.para-settings .expandable .active .options {
  display: block;
}

.para-settings .expandable .options {
	background: none repeat scroll 0 0 rgb(240, 240, 240);
  display: none;
  padding: 10px;
}

#poststuff .postbox .inside h2 {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0;
}

#poststuff .postbox .inside h2 .nav-tab:first-child {
  margin-left: 0;
}

#tabs-width {
  max-width: 70px;
  vertical-align: middle;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 799px) {
	.para-settings ul.tab-nav li {
	  display: block;
	  float: none;
	}
	
	.para-settings ul.tab-nav li.active{
		font-weight: bold;
	}	
	
	.para-settings .pricing-table .column {
		display:block;
		float:none;
		width:100%;
		border-right: 1px solid #ff9601;
		margin: 50px 0;
	
	}
} /* End max-width: 799px */

@media (min-width: 1366px) {
  #wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table {
    width: 100%
  }
}

@media (min-width: 1600px) {
  #wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table {
    width: 75%
  }

  #wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table-full {
    width: 100%;
  }
}

@media (min-width: 1920px) {
  #wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table {
    width: 75%
  }

  #wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table-full {
    width: 100%;
  }
}