.ewd-us-hidden {
  display: none;
}
.ewd-us-clear {
  clear: both;
}

/***********************************************************
* META BOX STYLING
***********************************************************/
.ewd-us-meta-menu {
  float: left;
  max-width: 120px;
}
.ewd-us-meta-menu-item {
  float:left;
  padding: 0;
  width:100%;
  margin:0 !important;
  display:block;
  height:40px;
  line-height:40px;
  font-weight:10;
  padding-left:20px;
  background-color: rgba(224, 224, 224, 0.5);
  cursor: pointer; 
}

.ewd-us-meta-menu-item.meta-menu-tab-active {
  box-shadow: inset 2px 0 0 #1188cc;
  background-color: #ffffff !important;
  color: #29324e;
}
.ewd-us-meta-menu-item:hover {
  color: #29324e;
  background-color: rgba(199,199,199, 0.5);
  box-shadow: inset 2px 0 0 #1188cc;
}

.ewd-us-meta-body {
  min-width: 300px;
  max-width: 600px;
  float: left;
  padding-left: 40px;
  padding-bottom: 20px;
}

.ewd-us-meta-option-radio {
  width: 24px;
  float: left;
  min-height: 30px;
}
.ewd-us-meta-option-explanation {
  min-height: 30px;
}

#ewd-us-buttons-list-table {
  min-width: 400px;
}

#ewd-us-buttons-list-table tbody td {
  padding-top: 12px;
}


/***********************************************************
* TABBED OPTIONS PAGE
***********************************************************/

.us-hidden {
  display:none;
}

.us-options-page-tabbed {
  min-height:450px;
  height:auto;
}
.us-options-page-tabbed-nav{
    position: relative;
    top: 0;
    left: 0;
    width:15%;
    z-index: 1;
    min-width:100px;
    margin:0 !important;
  }

.us-options-submenu-div li {
    float:left;
    padding: 0;
    width:100%;
    margin:0; !important;
  }
.us-options-submenu-div a {
  display:block;
  height:40px;
  line-height:40px;
  font-weight:10;
  padding-left:20px;
}
.us-options-submenu-div a.options-subnav-tab-active,
.us-options-submenu-div a.styling-subnav-tab-active{
  box-shadow: inset 2px 0 0 #1188cc;
  background-color: #ffffff !important;
  color: #29324e;
}
.us-options-submenu-div a.options-subnav-tab,
.us-options-submenu-div a.styling-subnav-tab{
  background-color: rgba(224, 224, 224, 0.5);
}
.us-options-submenu-div a:hover {
  color: #29324e;
  background-color: rgba(199,199,199, 0.5);
  box-shadow: inset 2px 0 0 #1188cc;

}

.us-options-submenu-div {
  float:left;
  width:100px;
  border: 1px solid #e5e5e5;
}
.us-options-page-tabbed-content,
.us-styling-page-tabbed-content {
  float:left;
  width:80%;
  z-index: 999;
  background:#fff;
  margin:0 !important;
  position:relative;
  min-height:400px;
  border: 1px solid #e5e5e5;
  padding-bottom:5px;
}
.ewd-us-option-set,
.ewd-us-styling-set{
  width:85%;
  margin:0 auto;
  position:relative;
  left:10px;
  min-height:400px;
}
.us-options-page-tab-title{
  margin:15px 0 !important;
}

.us-options-page-tabbed p.submit {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
    padding: 3px;
}

.us-label-option {
  margin-right: 16px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 650px) {
  .us-options-page-tabbed,
  .us-styling-page-tabbed{
    margin:0;
  }
  .us-options-submenu-div {
  width: 100%;
}
.us-options-page-tabbed-nav{
  width:100%;
}
.us-options-page-tabbed li{
  float:none;
}
.us-options-page-tabbed a.styling-subnav-tab{
  width:25%;
  float:left;
  padding:0;
  text-align:center;
}
.us-options-page-tabbed a.options-subnav-tab-active{
}

.us-options-page-tabbed-content,
.us-styling-page-tabbed-content{
  width:100%;
}

}


/***********************************************************
LEAVE REVIEW BOX
***********************************************************/
#ewd-us-dashboard-leave-review {
  position: relative;
  float: left;
  margin-top: 20px;
  width: calc(90% + 2em);
  background: #9D64BC;
  color: #fff;
}
#ewd-us-dashboard-leave-review h3 {
  background: #262262;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 4px 0;
}
#ewd-us-dashboard-leave-review h3 span {
  font-family: 'dashicons';
  color: #F5E836;
}
#ewd-us-dashboard-leave-review h3 span:before {
  content: "\f155\f155\f155\f155\f155";
}
#ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-text {
  position: relative;
  float: left;
  width: 55%;
  margin: 8px 0 8px 5%;
  font-size: 1.25em;
  line-height: 1.3;
}
#ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-link {
  position: relative;
  float: left;
  width: 30%;
  margin: 8px 5% ;
  padding: 12px 0;
  background: #F5E836;
  color: #9D64BC;
  font-size: 1.25em;
  text-align: center;
  border-radius: 3px;
}
#ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-link:hover {
  background: #F5EE90;
  color: #9D64BC;
  text-decoration: none;
}
#ewd-us-dashboard-leave-review .ewd-dashboard-leave-review-dismiss {
  position: relative;
  float: left;
  background: #262262;
  border: none;
  margin: 0;
  padding: 0;
  padding: 4px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}


/***********************************************************
FLEXBOX STYLING
***********************************************************/
.ewd-us-option-set h3,
.ewd-us-styling-set h3 {
  padding-top:10px;
}
.us-options-table th {
  padding:15px 5px;
  height:1em;
}

.us-options-page-tabbed input[type=text],
.us-styling-page-tabbed input[type=text] {
  width: 90% !important;
  max-width:130px;
}
.us-options-page-tabbed select,
.us-options-page-tabbed textarea
{
  width:50% !important;
}

.us-styling-page-tabbed select,
.us-styling-page-tabbed textarea{

}

.us-options-div {
  width:100%;
}
.us-options-div.us-options-flex {
  width:100%;
  display:flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.us-subsection{
margin: 0 10px 10px 0;
flex-grow:1;
}
.us-subsection-half{
  width:50%;
}

.us-subsection-header{
margin:3px;
}

.us-options-page-tabbed .submit{
  float:left;
  margin-top:0;
}
.us-options-page-tabbed .submit input[type=submit]{
  position:relative;
 /* left:100px;*/
}

.us-subsection-header {
  font-size:1.2em;
  font-weight:900;
  padding: 10px;
  margin:0;
}

.us-subsection-content{
    padding: 10px;
}
.us-subsection-content .us-option {
  margin: 8px 0;
}
.us-subsection-content.us-subsection-full{
    border: none;
    padding: 5px;
}

/*Subsection Rows*/
.us-subsection-content .us-option-label {
  display:inline;
}
.us-subsection-content .us-option-checkbox {
  display:inline;
}
.us-subsection-content .us-option-one-line {
  margin-bottom: 24px;
}
.us-subsection-content .us-option-one-line .us-arrow {
  font-size: 4.5em;
}



/*
==============================================
Admin Table
==============================================
*/
.ewd-us-admin-table-thumbnail {
  width: 100px;
  height: auto;
  padding: 2px;
}
th.column-us_thumbnail {
  width: 136px;
}


/*
==============================================
PS Changes
==============================================
*/

.us-option-one-line input[type=radio] {
vertical-align: top;
margin-top: 1px;
}

/*
==============================================
Arrow Font
==============================================
*/

@font-face { /* declare fonts */
  font-family: 'untitled-font-7';
  src: url("fonts/untitled-font-7.eot");
    src: url('fonts/untitled-font-7.woff2') format('woff2'),
         url('fonts/untitled-font-7.woff') format('woff'),
         url("fonts/untitled-font-7.ttf") format("truetype"),
    url("fonts/untitled-font-7.svg#untitled-font-7") format("svg");
    font-weight: normal;
    font-style: normal;
}

.us-arrow {
  font-family: 'untitled-font-7';
}




/***********************************************************
* ADDITIONAL DASHBOARD
***********************************************************/
/**--Start Upgrade Area--**/
#ewd-us-dashboard-top-upgrade {
  position: relative;
  float: left;
  width: 100%;
}
#ewd-us-dashboard-top-upgrade-left {
  position: relative;
  float: left;
  width: 70%;
  margin-right: 2em;
}
#ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-right .inside {
  display: block;
}
#ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-left .postbox {
  background: #e5e5e5;
}
#ewd-us-dashboard-top-upgrade-left .inside h3 {
  color: #262262;
  margin-bottom: 8px;
}
#ewd-us-dashboard-top-upgrade-left .inside ul {
  position: relative;
  float: left;
  width: 100%;
  width: calc(100% - 16px);
  list-style-type: disc;
  padding-left: 16px;
  margin-top: 0;
}
#ewd-us-dashboard-top-upgrade-left .inside ul li {
  margin-bottom: 1px;
}
#ewd-us-dashboard-top-upgrade-left .inside ul li span {
  position: relative;
  left: 0;
}
#ewd-us-dashboard-top-upgrade-left .inside .purchaseButton {
  position: relative;
  display: block;
  width: 340px;
  margin: 0 auto 12px;
  padding: 12px 0;
  background: #4A4694;
  background: #afadc9;
  background: -moz-linear-gradient(top,  #afadc9 0%, #8f8da8 100%);
  background: -webkit-linear-gradient(top,  #afadc9 0%,#8f8da8 100%);
  background: linear-gradient(to bottom,  #afadc9 0%,#8f8da8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afadc9', endColorstr='#8f8da8',GradientType=0 );
  border-bottom: 2px solid #262262;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
}
#ewd-us-dashboard-top-upgrade-left .inside .purchaseButton:hover {
  background: #4A4694;
  background: #c5bcdb;
  background: -moz-linear-gradient(top,  #c5bcdb 0%, #a09eb8 100%);
  background: -webkit-linear-gradient(top,  #c5bcdb 0%,#a09eb8 100%);
  background: linear-gradient(to bottom,  #c5bcdb 0%,#a09eb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5bcdb', endColorstr='#a09eb8',GradientType=0 );
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton {
    width: calc(98% - 12px);
  }
}
#ewd-us-dashboard-top-upgrade-left .inside input[type="text"] {
  padding: 9px 8px;
  width: 81%;
  float: left;
  font-size: 15px;
  margin: 0;
  margin-bottom: 6px;
  border: none;
}
#ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-webkit-input-placeholder {
  font-size: 15px;
  color: #ccc;
}
#ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-moz-placeholder {
  font-size: 15px;
  color: #ccc;
}
#ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-ms-input-placeholder {
  font-size: 15px;
  color: #ccc;
}
#ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-moz-placeholder {
  font-size: 15px;
  color: #ccc;
}
#ewd-us-dashboard-top-upgrade-left .inside input[type="submit"] {
  padding: 9px 8px;
  width: 18%;
  float: left;
  border: 0;
  cursor: pointer;
  margin: 0;
  margin-bottom: 6px;
  background: #c6ab55;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #a69b50;
}
#ewd-us-dashboard-top-upgrade-left .inside input[type="submit"]:hover {
  background: #E8CD79;
}

#ewd-us-dashboard-top-upgrade-right {
  position: relative;
  float: left;
  width: 25%;
}
#ewd-us-dashboard-top-upgrade-right .postbox .hndle{
  border: none;
}
#ewd-us-dashboard-top-upgrade-right .ewd-dashboard-h3{
  margin: 0;
}
#ewd-us-dashboard-top-upgrade-right .inside, #ewd-us-dashboard-top-upgrade-right .postbox {
  background: #e5e5e5;
  background: rgba(38,34,98,.4);
}
#ewd-us-dashboard-top-upgrade-right .inside {
  padding: 0;
  margin: 0;
}
#ewd-us-dashboard-top-upgrade-right .inside .topPart {
  position: relative;
  float: left;
  width: calc(100% - 72px);
  text-align: center;
  padding: 4px 36px 21px;
  background: #262262;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3;
  margin-top: -20px;
}
#ewd-us-dashboard-top-upgrade-right .inside .bottomPart {
  position: relative;
  float: left;
  padding: 21px 36px 22px;
  width: calc(100% - 72px);
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  border-top: 3px solid #c6ab55;
}
#ewd-us-dashboard-top-upgrade-right .inside .bottomPart span.freeTrialText {
  color: #262262;
}
#ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink {
  color: #E8CD79;
  text-decoration: underline
}
#ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink:hover {
  color: #262262;
  text-decoration: underline
}

/**--End Upgrade Area--**/

.ewd-dashboard-box-value.ewd-font-22 {
  font-size: 22px;
}




/***********
NEWS SECTION
***********/
.ewd-us-news {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #fff;
  text-align: center;
  font-weight: 700;
}
.ewd-us-news a {
  text-decoration: none;
}
.ewd-us-news h3 {
  background: #262262;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}
.ewd-us-news p {
  margin: 24px 0;
  font-size: 1.25em;
}
.ewd-us-news p a {
  position: relative;
  float: left;
  width: 50%;
  margin-left: 25%;
  margin-bottom: 24px;
  padding: 12px 18px;
  background: #F5E836;
  color: #9D64BC;
  text-align: center;
  border-radius: 3px;
}
.ewd-us-news p a:hover {
  background: #F5EE90;
  color: #9D64BC;
  text-decoration: none;
}



/************************
TOGGLE SWITCHES
************************/
.ewd-us-admin-hide-radios {
  display: none;
}

/* The switch - the box around the slider */
.ewd-us-admin-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* Hide default HTML checkbox */
.ewd-us-admin-switch input {display:none;}

/* The slider */
.ewd-us-admin-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ewd-us-admin-switch-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .ewd-us-admin-switch-slider {
  background-color: #0acbaa;
}

input:focus + .ewd-us-admin-switch-slider {
  box-shadow: 0 0 1px #0acbaa;
}

input:checked + .ewd-us-admin-switch-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.ewd-us-admin-switch-slider.round {
  border-radius: 34px;
}

.ewd-us-admin-switch-slider.round:before {
  border-radius: 50%;
}




/************************
OTHER OPTION PAGE STYLING
************************/
tr.ewd-us-admin-tr-spacer {
  height: 24px;
}

.ewd-us-option-set,
.ewd-us-styling-set{
  left: 0;
}

.ewd-us-option-set .form-table,
.ewd-us-styling-set .form-table {
  width: 90%;
  margin: 0 auto 16px;
  box-shadow: 0 1px 12px #ddd;
  display: block;
  padding: 11px 5%;
}
.ewd-us-option-set .form-table.noSubSections,
.ewd-us-styling-set .form-table.noSubSections {
  width: 100%;
  margin: 0;
  box-shadow: none;
  padding: 11px 0;
}
.ewd-us-option-set .form-table th,
.ewd-us-styling-set .form-table th {
  color: #555;
  padding: 15px 46px 24px 0;
  background-image: url(../img/options-asset-info.png);
  background-position: calc(100% - 20px) 15px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ewd-us-option-set .form-table th.ewd-us-admin-no-info-button,
.ewd-us-styling-set .form-table th.ewd-us-admin-no-info-button {
  background-image: none !important;
  cursor: default;
}
.ewd-us-option-set .form-table.noSubSections th,
.ewd-us-styling-set .form-table.noSubSections th {
  padding-left: 0;
}
.ewd-us-option-set .form-table td,
.ewd-us-styling-set .form-table td {
  padding-top: 12px;
}
.ewd-us-option-set .form-table td p,
.ewd-us-styling-set .form-table td p {
  display: none;
}
/*.ewd-us-option-set .form-table th br,
.ewd-us-styling-set .form-table th br {
  display: none;
}
.ewd-us-admin-info-button {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url(../img/options-asset-info.png);
  background-position: left top;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
*/
.ewd-us-admin-section-heading {
  position: relative;
  float: left;
  background: #6026B4;
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 12px 2%;
  width: 96%;
  text-transform: uppercase;
  z-index: 2;
}


.ewd-us-premium-options-table {
  position: relative;
}
tr[data-filtertype].ewd-us-premium-options-table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.73);
}
.ewd-us-unlock-premium {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #fff;
  left: calc(50% - 100px);
}
.ewd-us-unlock-premium img {
  position: relative;
  float: left;
  width: 40px;
  height: auto;
  margin: 16px 80px 24px;
}
.ewd-us-unlock-premium p {
  margin: 16px 0;
  text-align: center;
  color: #888;
}
.ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 16px 8px;
  border: 2px solid #0acbaa;
  background-color: #0acbaa;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
.ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button:hover  {
  background-color: #1CE6C3;
  border-color: #1CE6C3;
  color: #fff;
}

.ewd-us-option-set,
.ewd-us-styling-set{
  position: relative;
  float: left;
  width: 90%;
  margin: 0 0 0 5%;
  padding: 0;
}
.us-options-page-tab-title {
  font-size: 18px;
  color: #6026B4;
  margin: 32px 0 0 !important;
}
.ewd-us-option-set label span,
.ewd-us-styling-set label span {
  color: #666;
}

.us-options-tab-title {
  font-size: 18px;
  color: #6026B4;
  margin: 32px 0 0 !important;
}


/* RADIO BUTTON AND CHECKBOX */
.ewd-us-admin-input-container input, .ewd-us-admin-input-container input:disabled {
  position: absolute;
  opacity: 0;
}
.ewd-us-admin-radio-button {
  position: relative;
  float: left;
  height: 14px;
  width: 14px;
  top: 1px;
  margin-right: 12px;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 50%;
}
.ewd-us-admin-input-container:hover input ~ .ewd-us-admin-radio-button {
  background-color: #E6FFFB;
  border-color: #0acbaa;
}
.ewd-us-admin-input-container input:checked ~ .ewd-us-admin-radio-button {
  border-color: #0acbaa;
  background-color: #fff;
}
.ewd-us-admin-radio-button:after {
  content: "";
  position: absolute;
  display: none;
}
.ewd-us-admin-input-container input:checked ~ .ewd-us-admin-radio-button:after {
  display: block;
}
.ewd-us-admin-input-container .ewd-us-admin-radio-button:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0acbaa;
}

.ewd-us-admin-checkbox {
  position: relative;
  float: left;
  height: 14px;
  width: 14px;
  top: 1px;
  margin-right: 12px;
  background-color: #fff;
  border: 2px solid #aaa;
}
.ewd-us-admin-input-container:hover input ~ .ewd-us-admin-checkbox {
  background-color: #E6FFFB;
  border-color: #0acbaa;
}
.ewd-us-admin-input-container input:checked ~ .ewd-us-admin-checkbox {
  border-color: #0acbaa;
  background-color: #fff;
}
.ewd-us-admin-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.ewd-us-admin-input-container input:checked ~ .ewd-us-admin-checkbox:after {
  display: block;
}
.ewd-us-admin-input-container .ewd-us-admin-checkbox:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #0acbaa;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Textbox and Text Area and Select boxes */
.ewd-us-option-set input[type=text],
.ewd-us-option-set input[type=search], 
.ewd-us-option-set input[type=tel], 
.ewd-us-option-set input[type=url], 
.ewd-us-option-set input[type=week], 
.ewd-us-option-set input[type=password], 
.ewd-us-option-set input[type=color], 
.ewd-us-option-set input[type=email], 
.ewd-us-option-set input[type=number], 
.ewd-us-option-set textarea,
.ewd-us-option-set select,
.ewd-us-styling-set input[type=text],
.ewd-us-styling-set input[type=search], 
.ewd-us-styling-set input[type=tel], 
.ewd-us-styling-set input[type=url], 
.ewd-us-styling-set input[type=week], 
.ewd-us-styling-set input[type=password], 
.ewd-us-styling-set input[type=color], 
.ewd-us-styling-set input[type=email], 
.ewd-us-styling-set input[type=number], 
.ewd-us-styling-set textarea,
.ewd-us-styling-set select {
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow: none;
}
.us-options-page-tabbed select,
.us-options-page-tabbed textarea
{
  width: auto !important;
  min-width: 50%;
  max-width: 100% !important;
}
.ewd-us-option-set textarea {
  min-width: 300px;
  min-height: 200px;
}

/* menu side tabs */
.us-options-submenu-div, .us-options-page-tabbed-content, .us-styling-page-tabbed-content {
  border: none;
}
.us-options-submenu-div {
  width: 160px;
  box-shadow: -1px 1px 8px #ccc;
  overflow: hidden;
}
.us-options-page-tabbed-content, .us-styling-page-tabbed-content {
  width: calc(100% - 200px);
}
.us-options-page-tabbed-nav {
  width: 100%;
}
.us-options-page-tabbed a.options-subnav-tab,
.us-options-page-tabbed a.styling-subnav-tab {
  background-color: #e2e2e2;
  border-bottom: 1px solid #f1f1f1;
  color: #555;
  font-weight: bold;
  padding-left: 20px;
  width: calc(100% - 20px);
  text-align: left;
}
.us-options-page-tabbed .us-options-submenu-div li:last-of-type a.options-subnav-tab,
.us-options-page-tabbed .us-options-submenu-div li:last-of-type a.styling-subnav-tab:last-of-type {
  border-bottom: none;
}
.us-options-page-tabbed a.options-subnav-tab-active,
.us-options-page-tabbed a.styling-subnav-tab-active {
  box-shadow: none;
  background-color: #fff !important;
  color: #6026B4;
  border-left: 4px solid #6026B4;
}
.us-options-page-tabbed .us-options-submenu-div a:hover {
  color: #29324e;
  background-color: rgba(199,199,199, 0.5);
  box-shadow: none;
  border-left: 4px solid #29324e;
}
.us-options-page-tabbed .us-options-submenu-div a.options-subnav-tab-active:hover,
.us-options-page-tabbed .us-options-submenu-div a.styling-subnav-tab-active:hover {
  color: #6026B4;
  background-color: #fff;
  border-left: 4px solid #6026B4;
}


/* SIDEBAR ITEMS ORDER TABLE */
.us-sidebar-items-order-container {
}
.us-sidebar-items-order-element {
  background: #f3f3f3;
  margin: 0;
  padding: 8px 16px;
  width: calc(100% - 32px);
}
.us-sidebar-items-order-element {
  border-bottom: 1px solid #ccc;
  cursor: all-scroll;
}
.us-sidebar-items-order-element:first-of-type {
  border-top: 1px solid #ccc;
}
.us-sidebar-items-order-element:active {
  background: #662D91;
  color: #fff;
}


/* STYLING SUB-SECTIONS AND OPTIONS */
.ewd-us-admin-styling-section {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 32px;
  box-shadow: 0 1px 12px #ddd;
  display: block;
  padding: 11px 0;
}
.ewd-us-admin-styling-section.noSubSections {
  margin: 0;
  box-shadow: none;
}
.ewd-us-admin-styling-subsection {
  clear: both;
  position: relative;
  float: left;
  width: 90%;
  padding: 20px 5% 0;
  border-bottom: 1px solid #ddd;
}
.ewd-us-admin-styling-subsection:last-of-type {
  border-bottom: none;
}
.ewd-us-admin-styling-subsection:first-of-type {
  padding: 0 5%;
}
.ewd-us-admin-styling-subsection.noBottomBorder {
  border-bottom: none;
}
.ewd-us-admin-styling-subsection-label {
  position: relative;
  float: left;
  width: 228px;
  color: #555;
  padding: 15px 28px 16px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}
.ewdOptionHasInfo .ewd-us-admin-styling-subsection-label {
  padding: 15px 56px 14px 0;
  width: 200px;
  background-image: url(../img/options-asset-info.png);
  background-position: calc(100% - 30px) 15px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ewdOptionHasInfo fieldset p {
  display: none;
}
.ewd-us-admin-styling-subsection-content {
  position: relative;
  float: left;
  width: calc(100% - 256px);
  padding: 15px 0 16px;
}
.ewd-us-admin-styling-subsection-content-each {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ewd-us-admin-styling-subsection-content-label {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.ewd-us-admin-styling-subsection-content-right {
  position: relative;
  float: left;
  width: 67%;
}
.ewd-us-admin-styling-subsection-content-color-picker {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.ewd-us-admin-styling-subsection-content-color-picker input.ewd-us-spectrum, .us-options-page-tabbed input[type=text].ewd-us-spectrum, .us-styling-page-tabbed input[type=text].ewd-us-spectrum {
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  margin: 0 !important;
  width: calc(100% - 42px) !important;
  max-width: none !important;
  border-radius: 0;
  background: transparent !important;
  color: #888 !important;
  padding: 0 !important;
  font-size: 12px;
}
.ewd-us-admin-styling-subsection-content-color-picker .sp-replacer {
  padding: 0 !important;
  margin-right: 8px !important;
  border-radius: 2px;
}
.ewd-us-admin-styling-subsection-content-color-picker .sp-preview {
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  border: none !important
}
.ewd-us-admin-styling-subsection-content-color-picker .sp-dd {
  display: none !important;
}
.ewd-us-admin-styling-subsection-content-color-picker-label {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 42px);
  color: #555;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
input.ewd-us-admin-font-size, .us-options-page-tabbed input[type=text].ewd-us-admin-font-size, .us-styling-page-tabbed input[type=text].ewd-us-admin-font-size {
  border-radius: 2px !important;
  width: 100px !important;
}
.ewd-us-admin-styling-section fieldset label {
  line-height: 1.4em;
  margin: .25em 0 .5em;
  display: inline-block;
  font-size: 14px;
}
.ewd-us-admin-styling-subsection-content-each fieldset.ewdAdminIconChoice label {
  position: relative;
  float: left;
  width: 25%;
  font-size: 20px;
}
.ewd-us-admin-styling-subsection-content-each fieldset.ewdAdminIconChoice label.fourteen {
  font-size: 14px;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section {
  position: relative;
  float: left;
  width: 100%;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label {
  position: relative;
  float: left;
  width: 23.5%; 
  margin: 0 2% 8px 0;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label:nth-of-type(4n+4) {
  margin-right: 0;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section.full-wide label {
  width: 100%; 
  margin-right: 0;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label p {
  margin: 0 0 4px;
  font-size: 14px;
  color: #555;
  font-weight: 600;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"] {
  width: 100% !important;
  min-width: auto !important;
  max-width: none !important;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:-moz-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}
.ewd-us-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}


/*LOCK PREMIUM CONTENT*/
.ewd-us-premium-options-table {
  position: relative;
}
.ewd-us-premium-options-table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.45);
}
.ewd-us-premium-options-table-overlay th {
  background-image: none !important;
}
.ewd-us-unlock-premium {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #fff;
  left: calc(50% - 116px);
}
.ewd-us-admin-styling-section .ewd-us-unlock-premium {
  margin-top: 15px;
}
.ewd-us-unlock-premium img {
  position: relative;
  float: left;
  width: 40px;
  height: auto;
  margin: 16px 80px 24px;
}
.ewd-us-unlock-premium p {
  margin: 16px 0;
  text-align: center;
  color: #888;
}
.ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 16px 8px;
  border: 2px solid #0acbaa;
  background-color: #0acbaa;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
.ewd-us-unlock-premium .ewd-us-dashboard-get-premium-widget-button:hover  {
  background-color: #1CE6C3;
  border-color: #1CE6C3;
  color: #fff;
}



/*************
RESPONSIVE
*************/
@media screen and (max-width: 1099px) {
  .us-options-submenu-div, .us-options-page-tabbed-content, .us-styling-page-tabbed-content {
    clear: both;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 782px) {
  .ultimate_slider_page_us-options .OptionTab {
    padding: 15px 0;
  }
  .ultimate_slider_page_us-options .wrap.us-options-page-tabbed {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .us-options-submenu-div {
    margin: 0 0 20px 20px;
  }
  .us-options-page-tabbed-content, .us-styling-page-tabbed-content {
    width: 100%;
  }
  .ewd-us-option-set,
  .ewd-us-styling-set {
    width: 100%;
    margin: 0;
  }
  .us-options-page-tab-title {
    text-align: center;
  }
  .ewd-us-admin-section-heading {
    text-align: center;
  }
  .ewd-us-option-set .form-table,
  .ewd-us-styling-set .form-table {
    box-shadow: none;
  }
  .ewd-us-option-set .form-table,
  .ewd-us-styling-set .form-table,
  .ewd-us-option-set .form-table tbody,
  .ewd-us-option-set .form-table tr,
  .ewd-us-option-set .form-table th,
  .ewd-us-option-set .form-table td,
  .ewd-us-styling-set .form-table tbody,
  .ewd-us-styling-set .form-table tr,
  .ewd-us-styling-set .form-table th,
  .ewd-us-styling-set .form-table td {
    clear: both;
    float: left;
    width: 100%;
  }
  .ewd-us-option-set .form-table,
  .ewd-us-styling-set .form-table {
    padding: 11px 0;
  }
  .ewd-us-option-set .form-table th,
  .ewd-us-styling-set .form-table th {
    padding: 20px 5% 8px;
    width: 90%;
    height: auto;
    margin: 0;
    background-image: url(../img/options-asset-info.png);
    background-position: 95% 20px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .ewd-us-option-set .form-table td,
  .ewd-us-styling-set .form-table td {
    padding-top: 4px;
  }
  .ewd-us-option-set .form-table td fieldset,
  .ewd-us-styling-set .form-table td fieldset{
    position: relative;
  }
  .ewd-us-option-set .form-table td label,
  .ewd-us-styling-set .form-table td label {
    position: relative;
    clear: both;
    float: left;
    width: 90%;
    margin-left: 5% !important;
  }
  .ewd-us-option-set .form-table td label.ewd-us-admin-switch,
  .ewd-us-styling-set .form-table td label.ewd-us-admin-switch {
    position: absolute;
    width: 40px;
    top: -35px;
    right: 5%;
  }
  .ewd-us-option-set .form-table td p,
  .ewd-us-styling-set .form-table td p {
    display: none;
    position: relative;
    float: left;
    width: 90%;
    padding: 10px 5% 24px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
  }
  .ewd-us-option-set .form-table td input[type="button"] {
    display: block;
    margin: 10px auto 4px;
  }
  .ewd-us-admin-styling-section .ewd-admin-labelling-section label {
    width: 100%; 
    margin: 0 0 8px 0;
  }
  .ewd-us-admin-input-container {
    width: calc(100% - 16px);
    padding-left: 16px;
  }

  .ewd-us-admin-styling-section {
    box-shadow: none;
  }
  .ewd-us-admin-styling-subsection, .ewd-us-admin-styling-subsection:first-of-type {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .ewd-us-admin-styling-subsection-label {
    width: 90%;
    padding: 0 5% 8px;
  }
  .ewdOptionHasInfo .ewd-us-admin-styling-subsection-label {
    padding: 0 calc(5% + 38px) 8px 5%;
    width: calc(90% - 38px);     
    background-image: url(../img/options-asset-info.png);
    background-position: 95% 0;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .ewd-us-admin-styling-subsection:first-of-type .ewd-us-admin-styling-subsection-label {
    padding: 20px 5% 8px;
  }
  .ewdOptionHasInfo:first-of-type .ewd-us-admin-styling-subsection-label {
    padding: 20px calc(5% + 38px) 8px 5%;
    background-image: url(../img/options-asset-info.png);
    background-position: 950% 20px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .ewd-us-admin-styling-subsection-content {
    width: 100%;
    padding: 0 ;
  }
  .ewd-us-admin-styling-subsection-content-each {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .ewd-us-admin-styling-subsection-content-each:last-of-type {
    border-bottom: none;
  }
  .ewd-us-admin-styling-subsection-content-label, .ewd-us-admin-styling-subsection-content-right {
    width: calc(90% - 16px);
    padding: 0 0 0 calc(5% + 16px);
  }
  .ewd-us-admin-styling-subsection-content-label {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .ewd-us-admin-styling-subsection-content label {
    width: 90%;
    margin-left: 5% !important;
  }
  .ewd-us-admin-styling-subsection p {
    display: none;
    position: relative;
    float: left;
    width: 90%;
    padding: 10px 5% 24px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
  }
  .ewd-us-admin-styling-text-input {
    width: 100%;
  }
  .ewd-us-admin-styling-subsection input[type="button"] {
    display: block;
    margin: 10px auto 0;
  }

}


/*************************************************
SHORTCODE REMINDER IN BASIC AREA OF OPTIONS TAB
*************************************************/
.ewd-us-shortcode-reminder {
  position: relative;
  float: left;
  width: calc(95% - 48px);
  padding: 14px 2.5% 12px calc(2.5% + 48px);
  height: 22px;
  margin: 0 0 16px;
  background: url(../img/options-asset-star.png) #f1f1f1;
  background-size: 48px 48px;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 782px) {
  .ewd-us-shortcode-reminder {
    width: calc(90% - 48px);
    margin: 0 2.5% 16px;
  }
}
@media screen and (max-width: 568px) {
  .ewd-us-shortcode-reminder {
    padding: 6px 2.5% 2px calc(2.5% + 48px);
    height: 40px;
  }
}


/**************************
* WP Dashboard Review Ask
***************************/
.ewd-us-clear {
  clear: both;
}
.ewd-us-main-dashboard-review-ask {
  border-left-color: #6026b4;
}
.ewd-us-review-ask-plugin-icon {
  height: 100px;
  width: 100px;
  float: left;
  margin: 12px 24px 16px 10px;
  background-image: url(../img/ewd-us-icon.png);
  background-size: contain;
}
.ewd-us-review-ask-text p {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
}
.ewd-us-review-ask-action {
  width: 90px;
  padding: 6px;
  margin-right: 18px;
  text-align: center;
  float: left;
  border-radius: 4px;
  cursor: pointer;
}
.ewd-us-review-ask-white {
  color: #999999;
  border: 1px solid #bbbbbb;
}
.ewd-us-review-ask-green {
  color: #ffffff;
  background: #22C9A3;
  border: 1px solid #22C9A3;
  font-weight: 600;
}
.ewd-us-review-ask-green a {
  color: #ffffff;
  text-decoration: none;
}
.ewd-us-review-ask-feedback-form {
  position: relative;
  float: left;
}.ewd-us-review-ask-feedback-explanation textarea {
  height: 70px;
  width: 480px;
}
.ewd-us-review-ask-send-feedback {
  margin: 10px 0px;
}

.ewd-us-review-ask-review-text span {
  font-size: .8em;
  font-weight: normal;
}
