/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2021 | 19:26:29 */
fieldset#edd_cc_address {
    background: #131313 !important;
}.fes-login-registration-notice {
    margin-bottom: 60vh !important;
}.modal-trigger.slick-slide.slick-active {
    margin-top: 10px;
}section.vbox table.igsv-table.dataTable.no-footer.dtr-inline thead tr th {
    background: #151515 !important;
}

section.vbox table.igsv-table.dataTable.no-footer.dtr-inline   td {
    background: #151515 !important;
    border:none !important;
    border-bottom:1px solid #1b1b1b !important;
}
 
section.vbox table.igsv-table.dataTable.no-footer.dtr-inline   th  {
 
    border:none !important;
}
 div#followModal p {
    text-align: center !important;
    color: grey !important;
    font-size: 20px !important;
}

div#followModal img {
    width: 65px !important;
    height: 65px !important; 
 
}

div#followModal .modal-footer {
    padding-bottom: 0 !important;
}

div#followModal .modal-footer {
    border-top: 1px solid #272626 !important;
    padding-top: 25px !important;
}

.m-b-lg.clearfix.btn-wrapper span.prod-reg-price {
    right: -170px !important;
}.price_watch .avatar img {
    border-radius: 4px !important; 
    margin-top:0px !important; 
 
  
} 


 

.price_watch button {
 
    font-weight: 400 !important; font-size:13px !important;
 
}

section#price_watch {
 
    padding-top: 10px !important; margin-top:20px !important; padding-left:20px;
}
 

.licenseinfo a {
    text-transform: uppercase !important;
}
 .single-download .product-info a.edd-add-to-cart.btn.btn-xs {
    margin-top: -2px !important;
 
}body.home.page-template .modal-content {
    background: #191919 !important;
    border: 11px solid #fffdfd05 !important;
} 

#edd-wl-modal input[type="email"], #edd-wl-modal input[type="text"] {
    background: #131313 !important;
    border: 1px solid #272727 !important;
} table.edd-fields-template-table.widefat th {
    width: 220px;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

th.edd-fields-name {
    display: none;
}

th.edd-fields-value {
    display: none;
}
.chosen-container{
	width:100% !important;
}


.som-password-error-message,
.som-password-sent-message {
	background-color: #2679ce;
	border-color: #2679ce;
}
div#fes-vendor-dashboard .fes-el.select.global_rate {
    display: none;
}

div#fes-vendor-dashboard  .fes-el.radio.radio {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mc4wp-checkbox-wp-registration-form {
  clear: both;
  display: block;
  position: static;
  width: auto; }
  .mc4wp-checkbox-wp-registration-form input {
    float: none;
    width: auto;
    position: static;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block !important;
    max-width: 21px;
    -webkit-appearance: checkbox; }
  .mc4wp-checkbox-wp-registration-form label {
    float: none;
    display: block;
    cursor: pointer;
    width: auto;
    position: static;
    margin: 0 0 16px 0; }.dropdown-menu .edd-cart {
    overflow-y: auto !important
}body.download-template-default.single.single-download li.edd_review.depth-1 {
    border-bottom: 1px solid #212121;
}
 

body.download-template-default.single.single-download li.edd_review.byuser.comment-author-webdev.even.depth-2 {}

body.download-template-default.single.single-download ul.children li .edd-review-vote {display:none !important;} 

body.download-template-default.single.single-download ul.children li .edd-review-vote {display:none !important;} 

body.download-template-default.single.single-download li ul.children {
    margin-top: 30px !important; padding-top:10px
}

body.download-template-default.single.single-download ul.children .edd-review-content p {margin-top:20px !important; padding-bottom:20px}

body.download-template-default.single.single-download  .edd_reviews_breakdown .edd-counter-back {
    max-width: 93.5%;
 
}

body.download-template-default.single.single-download .edd-review-content p {
    padding-bottom: 15px !important;
}

 

body.download-template-default.single.single-download .edd-review-vote {
    margin-top: -20px;
}p.stayupdated {
    margin-bottom: 20px;
}section#tracks {
    padding-top: 24px !important;
}span#advanced {
    display: none;
}.comments-area {
    display: none;
}.gearused a {
    border: 1px solid #151515 !important;
    border-radius: 4px;
    font-size: 12px;
    padding-left: 4px; padding-top:1px; padding-bottom:1px;
    padding-right: 4px;
    background: #212121 !important;
    color: #666666 !important;
   line-height:2; text-transform:capitalize;
}
body.archive.tax-download_tag aside.aside.bg-light.dk {
    display: none;
}section#marzen hr {
    display: none;
}
body.download-template-default.single.single-download p iframe {
    display: none !important;
}
body.archive.tax-download_tag h1.font-thin.h2.m-t.m-b {
    margin-top:20px; margin-bottom:20px;
}
.gearused {
    color: #151515 !important;
}

.gearused strong {
    color: white !important;
}

.gearused.first {color: #666666 !important;}

a.edd-wl-action.edd-wl-button {
    border: 1px solid white;
   border-radius: 2px; height:34px;
}

 
.pos-rlt a.edd-wl-button.before.edd-wl-action.edd-wl-open-modal.glyph-left {
    display: none;
}

.recommended-prods a.edd-wl-button.before.edd-wl-action.edd-wl-open-modal.glyph-left {display:none}
 
 

.recommended-prods .edd_purchase_submit_wrapper {
    margin-top: 5px;
    margin-left: -3px;
}
 

 .edd-invoices-field {
    width: 150px !important;
}

.edd-invoices-div.edd-invoices-custom-div .edd-input {
    width: 30%;
    background: #191919 !important;
    border: 1px solid #353535 !important;
}

 

.edd-invoices-div.edd-invoices-custom-div:nth-of-type(9) { display:none}


@media (min-width: 320px) and (max-width: 780px) {
.edd-invoices-div.edd-invoices-custom-div .edd-input, .edd-select, .entry-content input[type=text], .entry-content select {
    width: 100%;
 
}
  
}.m-b-lg.clearfix span.edd-add-to-cart-label {     display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; } .col-sm-8 .eddpricey, .col-sm-8 .edd_price_options {
    display: none;
}.tab-2 table {
    display: none;
}


.edd-review-review-helpful .edd-review-vote {
    background: #212121;
}.tabs img {
    display: none;
}

.tabs iframe {
    display: none;
}

div#edd-reviews {
    margin-top: 25px;
}

a {}

.tab-2 div a {
    display: none;
}nav.fes-vendor-menu ul li {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 30px;
    background: #ffffff08;
    padding-right: 30px;
  margin-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.edd-reviews-vendor-feedback-item-wrap {
    background: #131313;
    margin-top: 30px;
}
fieldset.fes-el.edd_fields.edd_fields .fes-fields {
    margin-bottom: 40px !important;
}
fieldset.fes-el.edd_fields.edd_fields div label {
    display: none;
}

th.edd-fields-name {
    display: none;
}

th.edd-fields-value {
    display: none;
}

fieldset.fes-el.edd_fields.edd_fields {
    margin-bottom: 30px !important;
}
.edd-reviews-vendor-feedback-item {
    border: none;
}

.edd-reviews-vendor-feedback-item h3 a {
    color: white !important;
}
li.fes-vendor-menu-tab.fes-vendor-vendor-feedback-tab {
    display: none;
}th.edd-reviews-vendor-feedback {
    display: none;
}

td.edd-reviews-vendor-feedback {
    display: none;
}
.edd-reviews-vendor-feedback-item p strong,a {
    color: white;
}

.edd-reviews-vendor-feedback-item h4 {
    margin-top: 30px;
}

.edd-reviews-vendor-feedback-item img {
    width: 100px;
}

.edd-reviews-vendor-feedback-item h3 {
    margin-bottom: 20px;
}
nav.fes-vendor-menu ul {
    margin-left: 0 !important;
    padding-left: 0;
}
img.fes-avatar-image {
    border-radius: 10px;
    margin-top: 20px;
    width: 150px;
}
.fes-el.text.name_of_store.storename div label {
    display: block;
    color: white;
}
input#name_of_store {
    width: 50%;
}
.fes-el.text.name_of_store.storename span {
    color: grey;
}
.edd-reviews-vendor-feedback-item {
    background: #171717;
    border: none;
}

.edd-reviews-vendor-feedback-item p strong {
    color: white;
}
.fes-el.user_bio.description textarea#description {
    background: #131313 !important;
    border: #333333 1px solid !important;
}
div#fes-vendor-announcements {
    margin-bottom: 20px;
    font-size: 18px;
}
nav.fes-vendor-menu li:hover {
    background: white;
}
.fes-comments-wrap {
    display: none;
}div#filterbox {
    margin-bottom: -10px;
    margin-top: -5px;
}h1.font-thin.h2.m-t.m-b {
    color: white !important;
}div#filterbox h4 {
    color: white !important;
}.edd_cart_item_image {
    display: none;
}input#edd_user_login,input#edd_user_pass {
    background: #191919 !important;
    border: #333333 solid 1px !important;
    margin-top: 10px;
}

fieldset#edd_login_fields {
    border: none;
}
div#edd_payment_mode_select_wrap {
    margin-bottom: 30px;
}
div#edd-card-wrap {
    width: 70%;
}#edd_checkout_login_register, #edd_checkout_user_info {
    background: #131313;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none !important;
}p.catpara {
    margin-bottom: 30px;
}
span#dropdown a i {
    font-size: 20px;
    color: white !important;
    padding: 5px;
    border: 1px solid #ffffff;
}span#dropdown a i:hover {
    color: grey !important;
}
fieldset#edd_checkout_user_info legend {
    padding-top: 0 !important;
    /* padding-bottom: 20px !important; */
}input#somfrp_user_info {
    width: 250px;
}.no-touch .lrm-form input[type=submit]:hover, .no-touch .lrm-form input[type=submit]:focus, .no-touch .lrm-form button[type=submit]:hover, .no-touch .lrm-form button[type=submit]:focus {
    background: #ffffff;
    color: black;
}div#ajax-search-results span span {
    white-space: nowrap !IMPORTANT;
    width: 200px !IMPORTANT;
    overflow: hidden !IMPORTANT;
    text-overflow: ellipsis !IMPORTANT;
    display: block;
}div#ajax-search-results span img {
    border: 1px solid white;
}
a.edd-add-to-cart.btn.btn-xs.btn-dark.blue.edd-submit.edd-has-js span {
    font-size: 14px;
}
p.lrm-form-message.lrm-is-error {
    border-left-color: white;
}p.lrm-form-message {
    margin-bottom: 20px;
    color: #636363;
}form.lrm-form {
    margin-top: 20px;
}.lrm-font-svg .lrm-switch-to--register:before {
    background: none;
}.lrm-user-modal-container {
    margin-top: 5%;
    border-radius: 0;
    background: #252525;
}
p.summary {
    display: none;
}
.lrm-user-modal-container ul.lrm-switcher li {
    font-size: 22px;
}

button.full-width.has-padding {
    background: #353535;
    font-size: 18px !important;
}

.lrm-font-svg .lrm-switch-to--login:before {
    background: none;
}

a.lrm-switch-to-link.lrm-switch-to--login.lrm-ficon-login.selected {
   
}

.lrm-form .fieldset {
    margin-top: 0;
}

.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator {
    background: white;
    border-color: #1d1c1c;
}

.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator {
    background: #1d1c1c;
}form#edd_register_form label {
    display: block;
}

form#edd_register_form input {
    width: 250px;
}form#edd_login_form label {
    display: block;
}

input#edd_user_login, input#edd_user_pass {
    width: 250px;
}


p.edd-lost-password a {
    color: white;
}

a.text-info {
    color: white;
}form#basic-user-avatar-form {
    background: #131313;
    padding: 30px;
}

form#basic-user-avatar-form img {
    border: 3px solid white;
}form#edd_profile_editor_form input, select {
    width: 100%;
}

input#edd_profile_editor_submit {
    background: #131313;
    color: white;
    border: #2b2b2b 1px solid;
    font-size: 18px;
}

form#edd_profile_editor_form legend {
    color: white;
}

.edd_success.edd-alert.edd-alert-success {
    background: #ffffff1a;
    color: white;
    border: #4c4c4c 1px solid;
}fieldset#edd_cc_fields {
    background: #212121 !important;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
    margin-bottom: 0;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields {
    padding-bottom: 30px;
}

#edd_checkout_form_wrap legend {
    margin-bottom: 0;
    color: white;
    padding-left: px;
}

div#edd_payment_mode_select_wrap {
    margin-top: 30px;
}

div#edd_secure_site_wrapper {
    margin-bottom: 15px;
}

fieldset#edd_checkout_user_info legend {
    padding-top: 60px !important;
}

#edd_checkout_form_wrap #edd_payment_mode_select {
    margin-bottom: 0px !important;
}

fieldset#edd_checkout_user_info {
    margin-top: 0 !important;
}

p#edd_final_total_wrap {
    margin-top: 20px;
}

div#edd_show_terms {
    margin-bottom: 20px;
}

div#edd_show_terms a {
    color: white;
}

#edd_checkout_form_wrap select.edd-select {
    width: 70%;
}
span.edd-reviews-verified-purchase {
    color: dimgrey;
}li.edd_review.depth-1 {
    border-bottom: 1px solid #212121;
}

ul.children {
    background: #2121216e;
}textarea#edd-reviews-review {
    width: 100%;
}

input#edd-reviews-review-title {
    width: 50%;
    height: 35px;
}

.edd-review-content {
    margin-top: 20px;
    
}

.edd-review-author.vcard b {
    color: #ffffff;
}

span.edd-reviews-average-rating-label {
   
}

.edd-reviews-total-count {
    display: none;
}

.edd-reviews-breakdown-ratings {
    margin-top: 10px;
}

span.dashicons.dashicons-star-filled {
    color: #f1c40f;
}

 

 

 .edd-reviews-form-inner label {
    text-align: left !important;
}.glsr-default .glsr-summary-stars .glsr-star {
    width: 18px !important;
    height: 14px !important;
    background-size: 14px !important;
}div#filterbox.hidea {
    display: none;
}
form#search-filter-form-244717 ul li {
    margin-right: 20px;
}

form#search-filter-form-244717 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

form#search-filter-form-244717 {
    background: #131313;
    padding: 30px;
    margin-top: 30px;    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 40px;
}.list-group-item a img {
    height: 60px;
    border: 2px white solid;
}ul#menu-info li.hidden-nav-xs.padder.m-t.m-b-sm.text-xs.text-muted {
    display: none;
}

ul#menu-info li a {
    color: #3f4340;
}div#tpbr_topbar {
    background: #fbfbfb !important;
}

div#tpbr_box {
    color: black !important;
}span#betabadge {
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 2px;
    padding-left: 5px;
}.bg-black.bg, .bg-black .bg {
    background-color: #171717 !important;
}a.mtsnb-link {
    background: #191919 !important;
    color: white !important;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    /* border-radius: 5px; */
}

    .bs-calltoaction > .row{
        display:table;
        width: calc(100% + 30px);
    }
     
        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:table-cell;
            vertical-align:middle;
        }

            .cta-contents{
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .cta-title{
                    margin: 0 auto 15px;
                    padding: 0;
                }

                .cta-desc{
                    padding: 0;
                }

                .cta-desc p:last-child{
                    margin-bottom: 0;
                }

            .cta-button{
                padding-top: 10px;
                padding-bottom: 10px;
            }

@media (max-width: 991px){
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:block;
            vertical-align:middle;
            position: relative;
        }

        .cta-contents{
            text-align: center;
        }
}



.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
    border-color:#fff;
}

.cta-desc p {
    font-size: 18px;
    color: #6b6969;
    line-height: 0;
}div#text-24 {
    margin-bottom: 50px;
}

.col-xs-6.col-sm-4.col-md-3.col-lg-2  .pos-rlt a img {
    border: 3px solid #f1f1f1;
}.item-overlay.opacity.r.bg-black {
    background: #151515;
    border: 2px solid #ffffff;
}

p.summary {
    color: #f7f7f7;
} .widget.widget_edd_cart_widget span.edd-cart-item-title {
white-space: nowrap !IMPORTANT;  
  width: 210px !IMPORTANT; 
  overflow: hidden !IMPORTANT; 
  text-overflow: ellipsis !IMPORTANT; display: block;

     }  .m-t-sm.m-b-lg a.text-ellipsis {
white-space: nowrap !IMPORTANT;  
  width: 95% !IMPORTANT; 
  overflow: hidden !IMPORTANT; 
  text-overflow: ellipsis !IMPORTANT; display: block;
     }
.private-message-link{
	background: #ffffff;
    color: #191919 !important;
    padding: 2px;
    border-radius: 4px;
    padding-left: 6px;
    margin-right: 5px;
    border: 1px solid white;
    padding-right: 6px;
    font-weight: 400;
}

.private-message-link:hover{ 
	background-color: transparent;
	background: transparent;	
	color: #fff !important;
}

#dunkles .edd_reviews_breakdown .edd-counter-back{
	background: #2d2d2d;
}div#fes-vendor-dashboard a.prod-switch-all {
    border: 1px solid #131313;
    border-radius: 4px;
    padding: 2px;
    background: #ffffff;
    color: #131313 !important;
    padding-left: 4px;
    padding-right: 4px; margin-left:3px;
}

div#fes-vendor-dashboard a.prod-switch-all:hover {
    color: #ffffff !important;
    background: #131313 !important;
}

div#fes-vendor-dashboard .alert.alert-dismissible {
    background: #212121 !important;
    border: 1px solid white !important;
    color: #dadada !important; 
    border-radius:4px !important; 
    margin-left:2px;
    margin-right:2px;
}

 td.fes-product-list-td:last-child {
    display: none;
}

table#fes-product-list tr th:last-child {
    display: none;
}

td.fes-product-list-td:nth-of-type(6) {  text-align:right; min-width:200px;max-width:250px !important; width:250px;}
td.fes-product-list-td:nth-of-type(1) { width:94px;}
td.fes-product-list-td:nth-of-type(3) { width:150px;}
td.fes-product-list-td:nth-of-type(5) { width:150px;}
td.fes-product-list-td:nth-of-type(4) { width:150px;}
table#fes-product-list th:nth-of-type(6) {text-align:right; padding-right:22px;}

td.fes-product-list-td a {
    border: 1px solid #212121;
   color:#666666;
    padding-left: 4px;
    border-radius: 4px;
    margin-right: 5px; font-size:12px;
    padding-right: 4px;
}td.fes-product-list-td a:hover {
   background:white; color:#131313;
}

nav.fes-vendor-menu li {
    margin-bottom: 0 !important;
}

span#sale select[name='sale_switch'] { margin-left:-7px; }

 span#sale {color:#b7b7b7 !important; }

td.fes-product-list-td {
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

span.download-status.published {color:green}

span.download-status.draft  {color:#bf613e}

span.download-status.pending-review  {color:#921a1a}

td.fes-product-list-td:nth-of-type(6) {padding-top:3px !important; }#edd-wl-modal h2#edd-wl-modal-label {
    color: white;
    font-size: 20px;
    margin-top: -10px !important;
    color: #c7c7c7;
}

#edd-wl-modal a.edd-wl-close {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #464646;
}

#edd-wl-modal select#user-lists {
    background: #111111;
    border: 1px solid #212121;
    font-size: 16px;
    height: 35px;
    padding-left: 5px;
}

 

#edd-wl-modal .modal-content a.edd-wl-button {
    border: 1px solid white;
    font-weight: normal !important;
    background: #191919;
    color: white;
}

#edd-wl-modal a.edd-wl-close.edd-wl-button {
    background: unset;
    border: unset;
}

#edd-wl-modal a.edd-wl-button.edd-wl-save.edd-wl-action.glyph-left span {
    color: white !important;
    font-weight: normal;
    font-size: 14px;
} #edd-wl-modal a.edd-wl-button.edd-wl-save.edd-wl-action.glyph-left   {
 margin-right:5px;
}

#edd-wl-modal .modal-header {
  
    border-bottom: 1px solid #1e1e1e;
}

#edd-wl-modal .modal-footer {
 border-top: 1px solid #1e1e1e;
 background: #191919;
}

#edd-wl-modal form.form-modal label {
    color: #484848;
}

#edd-wl-modal input#list-name {
    height: 35px;
}

#edd-wl-modal select#list-status {
    height: 35px;
    border-radius: 1px;
    padding-left: 5px;
}

body.download-template-default.single.single-download a.edd-wl-button {
    display: inline-block;
}

body.download-template-default.single.single-download td.col-1  .btn {
  
    padding: 0px;
    
    background:#212121;
    border: 1px solid transparent;
 width:25px
}body.download-template-default.single.single-download td.col-1  .btn:hover {
  
    padding: 0px;
    color:black !important;
    background:#ffffff;
    border: 1px solid transparent;
 width:25px
}body.download-template-default.single.single-download td.col-1  .btn i:hover {
  
 
    color:#151515 !important;
 
}body.download-template-default.single.single-download td.col-2:hover {
    color: white;
}
 
body.download-template-default.single.single-download td.sorting_1 a:hover {
  
    color: #616161 !important;
   
}body.download-template-default.single.single-download ul.dropdown-menu.aside-xl.dker li a {
    max-width: 310px !important;
    overflow: hidden;
    text-overflow: ellipsis;
} body.download-template-default.single.single-download  td.col-3 {
    display: none !important;
}

body.download-template-default.single.single-download th.col-3 {
    display: none !important;
}

body.download-template-default.single.single-download th.col-4 {
    width: 80px !important; text-align:center;
} body.download-template-default.single.single-download td.col-4 {
    text-align:center;
}

body.download-template-default.single.single-download   th.col-5 {
    width: 80px !important; text-align:center;
} body.download-template-default.single.single-download   td.col-5 {
    text-align:center;
}

  body.download-template-default.single.single-download   th.col-6 {
    width: 80px !important; text-align:center;
}  body.download-template-default.single.single-download    td.col-6 {
    text-align:center;
}

     body.download-template-default.single.single-download  th.col-7 {
    width: 80px !important; text-align:center;
}      body.download-template-default.single.single-download td.col-7 {
    text-align:center;
}

body.download-template-default.single.single-download th.col-1 {
    width: 10px !important; text-align:center;
} body.download-template-default.single.single-downloadtd.col-1 {
    text-align:center;
}

body.download-template-default.single.single-download th.col-1.odd.sorting_asc div {  display: none;}

body.download-template-default.single.single-download td.sorting_1 { background:#191919 !important;}

body.download-template-default.single.single-download td.sorting_1 a { padding-left:5px; color:#ffffff !important; font-size:14px}


  body.page-template-default.page .media-frame-content {
     left: 0 !important;
 }

body.page-template-default.page .media-frame-router {
     left: 0 !important;
 }

body.page-template-default.page .uploader-inline-content {
     top: 10% !important;
 } .fes-el.repeat.discount_options thead tr {
    display: contents !important;
}

.fes-el.repeat.discount_options tbody tr {
    display: contents !important;
}

 div#__wp-uploader-id-3 {
    background: #161616 !important;
}

.media-frame-content {
   background: #161616 !important;
    border-top: grey 1px solid !important;
}

.media-router .active, .media-router .media-menu-item.active:last-child {
   background: #161616 !important;
    color: white !important;
}

div#media-frame-title h1 {
    color: white; 
}

.wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {
    color: #8b8b8b !important;
    background: #343434 !important;
    border-color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none!important;
    cursor: default;
    font-weight: normal !important;
}

button#__wp-uploader-id-4 {
    background: #fcfcfc !important;
    color: #161616 !important;
    border: none !important;
}

h2.upload-instructions.drop-instructions {
    color: white !important;
}

.wp-core-ui .attachment-preview {
    position: relative;
    box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
    background: #161616 !important;
    cursor: pointer;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #161616 !important;
    border: 1px solid #292929 !important;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.wp-core-ui .attachment .filename {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-height: 100%;
    word-wrap: break-word;
    text-align: center;
    font-weight: 600;
    background: rgb(29, 29, 29) !important;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15) !important;
    color: #d9d9d9 !important;
}

.attachments-browser .media-toolbar {
    right: 300px;
    height: 72px;
    background: #151515 !important;
}

.media-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 267px;
    padding: 0 16px;
    z-index: 75;
    background: #151515 !important;
    border-left: 1px solid #333 !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}.media-sidebar a {
    color:white !important;
}

table.compat-attachment-fields {
    display: none;
}

.wp-core-ui .button-primary {
    background: #ffffff !important;
    border-color: #5d5d5d !important;
    color: #6e6d6d !important;
    text-decoration: none;
    text-shadow: none;
}

span.upload-error-filename {
    display: none;
}

.upload-error {
    padding-top: 0 !important;
    border-left: grey !important;
}.upload-errors .upload-error {
    padding: 12px;
    margin-bottom: 12px;
    background: #1f1f1f !important;
    border-left: 4px solid #9d9d9d !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

span.setting {}

label.name {}

span.setting.has-description {
    display: none;
}

p#alt-text-description {
    display: none !important;
}

span.setting {
    display: none !important;
}
 

select#media-attachment-date-filters {
    display: none;
}

input#media-search-input {
    width: 304px;
    background: #151515 !important;
}
 div#fes-vendor-dashboard .chosen-container-multi .chosen-choices {
 border: 1px solid #333333;
 background-color: #131313;
 background-image: none !important;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 9px;
}

div#fes-vendor-dashboard div.fes-form .fes-el .fes-fields input[type=text] {
    background: #131313 !important;
    border: 1px solid #333333;
    height: unset !important;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    color: #474747;
    margin-bottom: 5px;
} 
 
  
body.page-template-default.page .chosen-drop {
    background: #131313 !important; border: 1px solid #333333 !important;
} 

body.page-template-default.page li.active-result.highlighted {
    background: white !important; color:#131313 !important;
}

 

body.page-template-default.page div#media-frame-title {
 background: #0d0d0d !important;
}

 

body.page-template-default.page .upload-ui button {
    color: black !important;
    font-weight: normal;
}
 

body.page-template-default.page .media-modal-content {
    background: #0d0d0d !important;
}

 
body.page-template-default.page .wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {
    color: #b6b6b6!important;
    background: #1b1b1b!important;
    border-color: #212121!important;
    box-shadow: none!important;
    text-shadow: none!important;
    cursor: default; opacity:0.2;
}
 
 


body.page-template-default.page .media-modal {
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 160000;
    max-width: 500px;
    max-height: 350px;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
 

 
 
 
 

body.page-template-default.page .upload-ui {
    margin-top: -30px !important;
    margin-bottom: 10px !important;
}

body.page-template-default.page .uploader-inline {
    /* border: none !important; */
}

body.page-template-default.page .media-frame-content {
    border: none !important;
}

body.page-template-default.page .media-router .active, .media-router .media-menu-item.active:last-child {
    margin: -1px -1px 0;
    background: #fff;
    border: 1px solid #161616;
    border-bottom: none;
}

body.page-template-default.page div#media-frame-title h1 {
    color: grey;
    padding-left: 7px;
    font-size: 14p;
}

body.page-template-default.page .media-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 16px;
    z-index: 75;
    background: #f3f3f3;
    border-left: 1px solid #ddd;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

body.page-template-default.page input#media-search-input {
    display: none;
}

body.page-template-default.page label.media-search-input-label {
    display: none;
}

body.page-template-default.page select#media-attachment-date-filters {  display: none;}

body.page-template-default.page label.screen-reader-text {  display: none;}

body.page-template-default.page h2.media-attachments-filter-heading {  display: none;}

body.page-template-default.page .attachments-browser .media-toolbar {
    display: none;
}

body.page-template-default.page .details {
 padding-top: 10px;
}

body.page-template-default.page .attachment-details.save-ready h2 {
    display: none;
}

body.page-template-default.page form.compat-item {
    display: none;
}

body.page-template-default.page a.edit-attachment {
    display: none !important;
}

body.page-template-default.page button.button-link.delete-attachment {
    color: #3e3e3e;
}

body.page-template-default.page .filename {
    color: #8d8d8d !important;
}

body.page-template-default.page .media-router button:hover {
    color: white !important;
}

body.page-template-default.page .media-router {}

 

body.page-template-default.page .attachment-info {
    border-bottom: none;
    padding-left: 30px;
    padding-top: 30px;
}

body.page-template-default.page .media-progress-bar div {
    height: 10px;
    min-width: 20px;
    width: 0;
    background: #f1f1f1;
    border-radius: 10px;
    transition: width .3s;
}

body.page-template-default.page button.button.media-button.button-primary.button-large.media-button-select {
    color: black !important;
    font-weight: normal;
}

div#wfboxOverlay {}
 
 
  a.search-choice-close {
    height: 6px !important;
    width: 6px !important;
    background: #949494 !important;
    /* border-radius: 100px; */
    position: relative;
    margin-top: 3px;
}

div#fes-vendor-dashboard li.search-choice {
    /* padding-top: 1px; */
    margin-top: 3px !important;
}

div#fes-vendor-dashboard span.fes-help {
    display: none;
}

div#fes-vendor-dashboard table.grid-image thead {
    display: none;
}

 
 
 

div#fes-vendor-dashboard tbody.fes-variations-list-grid-image   td {
    border: 1px solid #212121;
    background: #212121 !important; padding-left:0; padding-top:0;padding-bottom:0;
}

 

div#fes-vendor-dashboard table.multiple thead,   {
    display: none;
}

div#fes-vendor-dashboard th.fes-name-column {}

div#fes-vendor-dashboard table th {
    color: #545454;
    font-weight: normal;
}

 

div#fes-vendor-dashboard input.chosen-search-input.default {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

 
 

div#fes-vendor-dashboard div.fes-form .fes-el .fes-fields input.regular-text {
    border: 1px solid #333333 !important;  
}

div#fes-vendor-dashboard select.edd-select.regular-text {margin-left:0 !important;}

div#fes-vendor-dashboard .fes-fields textarea {
    background: #131313 !important;
    border: 1px solid #333333 !important;
}

div#fes-vendor-dashboard .fes-el.radio.radio label {
    padding-left: 0;
    /* color: white !important; */
}

div#fes-vendor-dashboard ul.fes-checkbox-checklist {
    padding-left: 20px;
}
 

div#fes-vendor-dashboard input#fes-youtube_video1 {
    width: 100%;
    margin-top: 5px;
    background: #131313;
    border: #333333 1px solid;
    height: 30px;
}

div#fes-vendor-dashboard td.fes-url-choose-row {
    width: 100px;
}
 

div#fes-vendor-dashboard .fes-el.repeat.discount_options thead {
    display: contents !important;
}

div#fes-vendor-dashboard .fes-el.repeat.discount_options tr th:nth-of-type(4) {
    display: none;
}div#fes-vendor-dashboard .fes-el.repeat.discount_options tr td:nth-of-type(4) {
    display: none;
}
div#fes-vendor-dashboard a.edd-submit.button.upload_file_button {
    color: #b5b6a7;
    border: #333333 1px solid;
    border-radius: 2px;
   background:#131313; font-weight:normal;
}

div#fes-vendor-dashboard a#multiple {
 
    background: #131313;
    color: #acadac; padding:1px; padding-left:8px; padding-right:8px;
       border: #333333 1px solid;}
div#fes-vendor-dashboard a#preview_sounds {     background: #131313;
    color: #acadac; padding:1px; padding-left:8px; padding-right:8px;
    border: #333333 1px solid;}
div#fes-vendor-dashboard a#image_gallery {     background: #131313;
    color: #acadac; padding:1px; padding-left:8px; padding-right:8px;
    border: #333333 1px solid;}

div#fes-vendor-dashboard table, div#fes-vendor-dashboard table tr, div#fes-vendor-dashboard  table td {
    border: 1px solid #191919;
    background: #131313 !important;
}
div#fes-vendor-dashboard  .fes-el.file_upload.preview_sounds label {
    padding-bottom: 10px;
    padding-top: 5px;
}
div#fes-vendor-dashboard  .fes-el.multiple_pricing.multiple {
    margin-top: -22px;
}

div#fes-vendor-dashboard  .fes-el.repeat.discount_options label {
    padding-bottom: 10px;
    padding-top: 5px;
}

div#fes-vendor-dashboard  .fes-price-value input {
    width: 200px !important;
}

div#fes-vendor-dashboard  .fes-price-row {
    width: 200px !important;
}

div#fes-vendor-dashboard  tbody.fes-variations-list-multiple td.fes-url-row {
    width: 75% !important;
}

 

div#fes-vendor-dashboard  .fes-el.file_upload.image_gallery label {
    padding-bottom: 10px;
    padding-top: 10px;
}

div#fes-vendor-dashboard  .fes-el.url.youtube_video1 {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

div#fes-vendor-dashboard  .fes-el.url.youtube_video1 label {
    padding-bottom: 10px !important;
}

div#fes-vendor-dashboard  .fes-el.textarea.gear_used label {
    padding-bottom: 10px;
}
 

div#fes-vendor-dashboard .fes-label {
    margin-bottom: 0;
}

 

div#fes-vendor-dashboard .fes-label label {
    margin-bottom: 0; padding-left:2px;
}

div#fes-vendor-dashboard .fes-el.post_content.post_content label {
    margin-bottom: 1px;
}
 

div#fes-vendor-dashboard .fes-el.multiple_pricing.multiple label {
    margin-bottom: 10px;
}

div#fes-vendor-dashboard .fes-el.file_upload.image_gallery label {
    margin-bottom: 5px !important;
}

 

div#fes-vendor-dashboard fieldset.fes-el.edd_fields.edd_fields span.fes-help {
    display: block !important;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
}

div#fes-vendor-dashboard fieldset.fes-el.edd_fields.edd_fields p {
    margin-bottom: 0 !important;
}

div#fes-vendor-dashboard .fes-el.textarea.gear_used label {
    margin-bottom: 5px !important;
}
 

div#fes-vendor-dashboard ul.fes-checkbox-checklist li label {
    color: white !important;
}
 

div#fes-vendor-dashboard ul.fes-checkbox-checklist li label {
    color: white !important;
}

div#fes-vendor-dashboard .fes-fields thead {
    display: none;
}

div#fes-vendor-dashboard div#fes-vendor-dashboard div.fes-form .fes-el .fes-fields input.chosen-search-input.default {
    border: none !important;
}

div#fes-vendor-dashboard div.fes-form .fes-el .fes-fields input.chosen-search-input { border: none !important;}
 

div#fes-vendor-dashboard input.chosen-search-input {
    margin: 0 !important;
}

 

div#fes-vendor-dashboard ul.fes-checkbox-checklist li {
    color: white !important;
}

div#fes-vendor-dashboard .fes-el.radio.radio label {
    display: block;
}

 
div#fes-vendor-dashboard .edd-fields-template  label {
    /* display: block !important; */
    color:#b5b6b5;
}
 
div#fes-vendor-dashboard div#select-category input.chosen-search-input.default {padding-left:5px !important; padding-top:6px !important;}
 

 

div#fes-vendor-dashboard div.fes-form .fes-el {
 
    width: 75% !important;
 
}
 section#marzen div#myModal .modal-header  {
    display: none !important;
}
 div#product-gallery {
    display: flex;
}

div#product-gallery img {
    margin-right: 15px;
    max-height: 100px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}

div#product-gallery div {
    margin-bottom: 0 !important;
}
img.avatar {
    border: 2px solid #ffffffad;
    background: white;
}body.download-template-default.single.single-download section#marzen div {
    margin-bottom: 25px;
}
li.nite.unread { background: #151515 !important; color: white; } 
.notification .notification-items ul li a i { font-size: 40px; } 
.notification .notification-items ul li a .ncontent span { padding-top:2px; padding-bottom:0; color:#e1e1e1; font-weight:normal; } 
.notification .notification-items ul li a .ncontent  { padding-top:2px; padding-bottom:0; color:grey; } 
.notification .notification-items { position: absolute; left: -295px; width: 350px; background: #131313; display: none; border:1px solid #404040; }

 

@media screen and ( max-width: 1530px ){
.clearfix.ONE section.two {

  position:absolute; left:-250px; right:50%;width:500px;float:left;
  padding-bottom:30px;/* right: 0 !important; */position:relative;}

  .clearfix.ONE section.one {

   width:100% !important; }
}@media screen and ( max-width: 700px ){
 .clearfix.ONE section.two {
 margin-bottom:-60px;
  position:absolute; left:-150px; right:50%;width:500px;float:left;
  padding-bottom:0;/* right: 0 !important; */position:relative;}
}

 

body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#marzen {
    padding-bottom: 0;
}

body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php .edd-payment-icons img {
    max-width: 45px;
}

.clearfix.ONE section.one {
  WIDTH: 50%;
  color: GREY;
  /* padding: 1%; */
  text-align: LEFT;
  float: left;
}
.clearfix.ONE section.two {
    TEXT-ALIGN: RIGHT !IMPORTANT;
    padding-top: 35px;
    bottom: 0 !;
}

.clearfix.ONE {
    border-top: 1px solid #7a797a;
    padding-top: 30px;
    padding-bottom:64px;
}

 

.col-xs-6.col-sm-4.col-md-3.col-lg-2 {}

.widget.widget_music_post_widget {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.nav-links.m-t-md.m-b-md.clearfix {
    margin-top: 0;
}

 

p.footerlinks {
    max-width: 470px;
}

section.one p:nth-of-type(2) {
    max-width: 600px;
    color: #434343;
}

p.footerlinks strong {
    font-weight: normal;
}

p.footerlinks a:hover {
    color: grey;
}

.paymentbox span:nth-of-type(1) {
    position: relative;
    bottom: 29px;
    left: 206px;
    font-size: 12px;
    padding: 8px;
    background: #212121;
    color: grey;
}
.paymentbox span:nth-of-type(2) {
  border: 1px solid #7a797a;
    height: 415px !important;
    padding: 20px;
    padding-left: 10px;
    padding-top: 17px;
    padding-right: 10px;
    max-width: 100px !important;
}
body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php {
}body.page-template.page-template-template-parts a.thumb-lg.user i.on.md.b-white.bottom {    background: #008000 !important;
    color: #00800000 !important;
    position: relative;
    margin-left:-22px;  bottom:30px;
    border-radius: 500px;
    padding: 4px;  
    padding-top: 0; 
    padding-bottom: 0;  
    padding-left: 2px;
    width: 1px;
    font-size: 8px;
    border: 2px solid #ededed;}

body.page-template.page-template-template-parts a.thumb-lg.user img.img-circle.avatar {
    border: 2px solid #ededed;
    max-height: 97px;
    }
 

body.page-template.page-template-template-parts p.m-t-sm.user {
    text-align: center;
    margin-top: 0;
}

body.page-template.page-template-template-parts .col-xs-6.user {
    border-right: 1px solid #282828 !important;
    border-top: 1px solid #212121 !important;
    border: 1px solid #ededed;
    padding-top: 20px;
    border-bottom: 1px solid #333333 !important;
    border: 1px solid #282828;
    padding-bottom: 20px;
    background: #1f1f1f;
    border-left: 1px solid #282828;
}

body.page-template.page-template-template-parts .panel.wrapper.user {
    background: #313131;
    padding-top: 10px;
    margin-bottom: 0;
}

body.page-template.page-template-template-parts .h3.m-t-xs.m-b-xs.user {
    color: #ededed;
}

body.page-template.page-template-template-parts p.m-t-sm.user a {
    color: #aeaeae;
}

body.page-template.page-template-template-parts p.m-t-sm.user {
    margin-bottom: 0;
}

@media (min-width: 768px) {
body.page-template.page-template-template-parts .aside-lg {
    width: 250px;
}}

 

body.page-template.page-template-template-parts small.text-muted.user i.fa.fa-map-marker {
    padding-right: 2px;
}

body.page-template.page-template-template-parts .text-center.m-b.m-t.user {
    margin-bottom: 0;
}
 

body.page-template.page-template-template-parts .btn-group.btn-group-justified.m-b.user .btn-dark {
    color: #ededed !important;
    background-color: green !important;
    border-color: green !important;
}

body.page-template.page-template-template-parts .loggedin.user {
    text-align: center;
    color: #737373;
}

body.page-template.page-template-template-parts p.m-t-sm.user a {
    width: 30px !important;
}

body.page-template.page-template-template-parts a.btn.btn-success.btn-rounded.user {
    background: #ededed;
    border: #ededed;
    color: #1f1f1f !important;
}
 

body.page-template.page-template-template-parts a.btn.btn-dark.btn-rounded.user i {
    padding-right: 3px;
}
 
 .sidebar ul.milestones li span.fa {
 
    width: 16px !important;
    font-size: 13px !important;
 
}span.totalrating {    border: 1px solid #ffbe18;
    padding: 2px !important;
    border-radius: 40%;
    color: #ffbe18;
    font-size: 10px;
    padding-bottom: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    bottom: 3px !important;
    position: relative;
    left: 1px;
    padding-top: 0 !important;}

.sidebar ul.milestones li span.fa {
 color: #ffbe18 !important;
 
}

.sidebar ul.milestones li .rated span.fa {
 color: #ffbe18 !important;
 
}

.item-desc a.text-ellipsis {
 
    text-transform: capitalize;
}

.list-group-item a:nth-child(2) {
 
    text-transform: capitalize;
}

.item-desc a:nth-child(2) {
    text-transform: capitalize;
}
ul.milestones {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.sidebar .milestones .wrap-rating.listing {
    float: none;
    text-align: left;
    display: block;
    margin: 5px auto;
    position: relative;
}.download-rating .wrap-rating.listing .rating {
    display: block;
    width: 120px;
}.sidebar ul.milestones .download-rating .rated {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}.edd_download_inner:hover .item-bottom a:hover, #footer h5 span, .sidebar ul.milestones li .rated span.fa, .product-search h1 span, .product-search-bottom, .gal-item-options a:hover, .gal-item:hover .cart-added, .edd_download_inner:hover .item-options a.cart-added, .sticky .posted .featured .fa, .dashicons-star-filled:before, a:hover, .woocommerce .star-rating, .woocom-sidebar.sidebar-visible .sidebar-trigger .fa, .woocom-sidebar .sidebar-trigger .fa, .wrap-nivoslider .nivo-caption span strong span, #edd_checkout_form_wrap .edd-terms a {
    color: #ffd400;
}.sidebar ul.milestones li span.fa {
}.sidebar ul.milestones li > span {font-weight: 400; text-transform: uppercase; margin-left: 5px;}
.sidebar ul.milestones li .demo-icons {color: inherit; margin-right: 5px;}
.sidebar .milestones .download-rating {text-align: center}
.sidebar .milestones .download-rating:after {display: table; content: ''; clear: both;}
.sidebar .milestones .wrap-rating.listing {}
.download-rating .wrap-rating.listing .rating { display: block; width: 120px;}
.sidebar ul.milestones li span.fa {color: #9b9b9b;float: left;width: 17px;text-align: left !important;}
.sidebar ul.milestones .download-rating .rated {overflow: hidden; position: absolute; left: 0; top: 0;}
.lyMe iframe, .lyte iframe, .lyte .pL {
    background-image: none !important;
    /* height: 500px !important; */
}.lyMe iframe {
   display:block !important;
}


.tT {
    display: none;
}

.lyte-wrapper.fourthree {
    width: 100% !important;
    /* height: 45% !important; */
}

.lyte, .lyMe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #212121;
}

.lyMe iframe, .lyte iframe, .lyte .pL {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    background: no-repeat scroll center #080808;   border:1px solid;
    background-size: cover;
    cursor: pointer;
}

body.download-template-default.single.single-download iframe {
    display: block !important;
}
 

.gearused span a {
    text-transform: capitalize;
}

.youtubevideo {
   
}.gearused strong {
    padding-right: 5px;
}.gearused span a {
    background: #212121;
    border-radius: 4px;
    color: #616666 !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 12px;
    line-height: 2.7em;
    padding: 4px;
    /* margin-bottom: 4px; */
}

.gearused span {
    color: #151515;
}

.gearused strong {
    font-weight: normal;
}.jp-title.text-lt a {
    color: grey;
}
.jp-title.text-lt a:hover {
    color: #5b5b5b;
}
div#playlist a {
    color: #cfcfcf;
}div#playlist a:hover {
    color: grey;
}

a.play-me i {
    color: grey;
}

a.play-me i:hover {
    color: white;
}

a.play-me {}

a.jp-playlist-item-remove {
    display: none;
}.gearused {
    background: #151515;
    padding: 10px;
    padding-top: 15px !important; padding-left:15px !important; padding-bottom:15px !important;
    margin-bottom: 15px;
    color: #666666;
    border: 1px solid #666666;
    padding-right: 70px;
    margin-top: 15px !important; 
}

.gearusedleft {
    float: left;
    margin-right: 30px;
}

.gearusedleft i {
    font-size: 40px;
}

.gearusedright strong {
    font-weight: bold !important;
}
 section#marzen p strong {
    font-weight: normal;
} 
 section#marzen h3 { display:none} section#marzen h4 { display:none}  section#marzen h5 { display:none}  section#marzen h6 { display:none}  section#marzen h1 { display:none}
  section#marzen embed { display:none}  section#marzen br { display:none} section#marzen form { display:none}  section#marzen button { display:none} 

body.download-template-default.single.single-download .tab-panel {
 
    padding-top: 20px !important;
 
}

 

div#innerContainer div {
    width: 100% !important;
}

div#innerContainer img {
    display:none;
}

#innerContainer div:nth-of-type(2) {
    display: none !important;
}.single-download .licenseinfo p a {
    color: white;
}

.single-download .edd-review-metadata time {
    color: white;
}

.single-download .reply a.comment-reply-link {
    color: white;
}

.single-download .copyright_text p a {
    color: #f1f1f1;
}

.single-download .item-author a.text-sm.text-muted.text-ellipsis.m-t-xs.m-b-xs {
    color: #dedede;
}

 

.single-download .tab-panels a {
    color: white;
} 

a {font-size:13px;}

.navbar-right a.edd-remove-from-cart {
    color: #292929;
}

.navbar-right li.edd-cart-item {
    display: flex;
    font-size: 13px;
}



.navbar-right li.cart_item.edd-cart-meta.edd_total {
    font-weight: normal;
}

.navbar-right li.cart_item.edd_checkout a {
    padding-left: 6px !important;
    padding-right: 8px !important;
}

.navbar-right ul.edd-cart {
    border-bottom: 1px solid #212121;
}

ul#menu-user-menu a {
    background: #0e0e0e;
   
    font-size: 12.5px !important;
}

section#marzen h2 {
    display: none;
}

.navbar-right span.edd-cart-item-price {
    color: #626262;
}

.navbar-right span.edd-cart-item-price {
    text-align: right !important;
    margin-left: 10px;
}

.navbar-right li.cart_item.empty {color:grey;}
 

  a, a:link, a:visited {
    color: #dedede;
}

.single-download div#edd-reviews {
    border-top: none !important;
    margin-top: -20px !important;
}

.single-download span.edd-reviews-verified-purchase {
    display: none;
}

.single-download span.edit-link a {
    color: dimgrey !important;
}


.single-download .edd-review-vote {
    background: #151515 !important;
    color: grey !important;
    padding-left: 0 !important;
    border: none !important;
}


.single-download .reply {
    margin-bottom: 20px !important;
}

.single-download a.vote-no { background:white !important; color:black !important;}

.single-download a.vote-yes { background:white !important; color:black !important;}
.single-download a.vote-no:hover { background:#212121 !important; color:white !important;}

.single-download a.vote-yes:hover { background:#212121 !important; color:white !important;}
.single-download div#edd-reviews-respond h3#edd-reviews-heading {
    margin-bottom: 20px; font-size:18px !important;
}

 
.single-download p.edd-reviews-review-form-review-title {margin-bottom:20px}

.single-download p.edd-reviews-review-form-rating {margin-bottom:20px}

.single-download p.edd-reviews-review-form-review {margin-bottom:20px}

.single-download .edd-review-count {
    /* margin-left: 10px !important; */
    padding-left: 10px !important;
    padding-top: 2px !important;
    float: right !important;
}

.single-download .edd-reviews-average-rating {
    margin-bottom: 20px!important;
}

.single-download span.edd-review-meta-rating span {
    font-size: 14px;
    width: 17px;
}

.single-download .reply a:hover {
    background: white;
    color: black;
}

.single-download input#edd-reviews-review-form-submit:hover {
    background: #151515;
    border: white 1px solid;
    color: white;
}

.single-download input#edd-reviews-review-title {
    padding-left: 10px;
}
.single-download a.edd-add-to-cart.btn.btn-xs {
    margin-top: 2px;
    background: #151515 !important;
    border-radius: 2px !important;
    padding-left: 0px; padding-bottom:0;
    padding-right: 0px; padding-top:0;
    color: #f4f4f4 !important;
    border: #ffffff solid 1px !important;
    font-size: 14px !important;bottom:2px; left:3px;
}

 

.single-download .panel.wrapper-md .edd-popup a:hover {
 
   padding-left: 0;
    padding-right: 0; left:2px; paddding-top:0 !important; paddding-bottom:0 !important; height:34px; border:1px solid transparent !important; bottom:2px;
    width: 110px;
     background: #0d0d0db3 !important; 
    border-radius: 1px !important; 
    color: white !important;
 
}

.single-download a.edd-choose:hover {
    background: white;
    color: black !important;
}

 

.single-download span.edd-cart-ajax-alert {
    display: none;
}

 

.single-download #edd-modal .edd_download_purchase_form {
    margin-bottom: -10px !important;
}

 
#edd-modal .btn-xs:hover {
    background: #191919 !important;
    border: 1px solid white !important;
    color: white;
}

#edd-modal a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit  { color:#151515 !important;padding-left:15px; padding-right:20px;border:1px solid white !important; background:#ffffff !important;
padding-top:6px; padding-bottom:6px; margin-left:1px;margin-bottom:2px !important; height:34px; border-radius:2px !important;}

 #edd-modal a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit:hover  { color:#ffffff !important;padding-left:15px; padding-right:20px;border:1px solid white !important; background:#191919 !important;
padding-top:6px; padding-bottom:6px; margin-left:1px;margin-bottom:2px !important; height:34px; border-radius:2px !important;}


 

.single-download a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit {padding-left:15px; padding-right:20px;border:1px solid white !important; background:#151515 !important;
padding-top:6px; padding-bottom:6px; margin-left:1px;margin-bottom:2px !important; height:34px; border-radius:2px !important;}

.single-download a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit:hover { color:#151515 !important;padding-left:15px; padding-right:20px;border:1px solid white !important; background:#ffffff !important;
padding-top:6px; padding-bottom:6px; margin-left:1px;margin-bottom:2px !important; height:34px; border-radius:2px !important;}
div.fes-form .fes-el {
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 75% !important;
    margin-bottom:50px !important;
}

div.fes-form  .fes-submit { margin-left:0 !important; margin-top:10px !important;}
 

.fes-el.text.gear_used { margin-bottom:10px !important;}.lrm-user-modal-container-inner {
    background: #252525 !important;
}
 
ul.lrm-switcher.-is-not-login-only li a {
    font-size: 14px !important;
 
}

button.full-width.has-padding:hover {
    background: white !important;
}

button.full-width.has-padding {
    border-radius: 0;
}.error404 .page-content p {
    width: 50%;
}

.error__primes {
    color: white;
}

.error__primes span {
    font-weight: bold;
    font-size: 30px;
    color: grey;
}

.error__primes p {
    width: 75% !important;
    font-size: 20px;
}
 
@media screen and (max-width: 1160px) {
 
.textwidget .c .col-lg-2 img {display:none}
.scroll-down-btn {
    margin-top: 1px;
}
.textwidget .c .col-lg {padding-left:5px}

 }
@media screen and (max-width: 1730px) {
 
.textwidget .c .col-lg-2 img {display:none}
 

 }@media screen and (max-width: 1590px) {
 

.c .col-lg p:nth-of-type(2) {
   font-size:1.7em !important;
}

 }

 @media screen and (min-width:1110px) and (max-width: 1510px) {
 

.c .col-lg p:nth-of-type(2) {
   font-size:1.4em !important;
}

 }
 @media screen and   (max-width:  510px) {
 

.c .col-lg p:nth-of-type(2) {
   font-size:16px !important;
}

 }
  
@media only screen and (max-width: 1590px)  {

table.igsv-table.dataTable.no-footer.dtr-inline td.col-2  {display:none !important;} 

table.igsv-table.dataTable.no-footer.dtr-inline th.col-2 { display:none !important;}

}

 @media only screen and (max-width: 1055px)  {

table.igsv-table.dataTable.no-footer.dtr-inline td.col-3  {display:none !important;} 

table.igsv-table.dataTable.no-footer.dtr-inline th.col-3 { display:none !important;}

table.igsv-table.dataTable.no-footer.dtr-inline td.col-4  {display:none !important;} 

table.igsv-table.dataTable.no-footer.dtr-inline th.col-4 { display:none !important;}

table.igsv-table.dataTable.no-footer.dtr-inline td.col-5  {display:none !important;} 

table.igsv-table.dataTable.no-footer.dtr-inline th.col-5 { display:none !important;}

table.igsv-table.dataTable.no-footer.dtr-inline td.col-6  {display:none !important;} 

table.igsv-table.dataTable.no-footer.dtr-inline th.col-6 { display:none !important;}

}
 table.igsv-table.dataTable.no-footer.dtr-inline {
    width: 100% !important;
    min-width: 100% !important;
}
table.igsv-table.dataTable  {
    width: 100% !important;
    min-width: 100% !important;
} table.igsv-table.dataTable.no-footer.dtr-inline thead tr th {
    background: #212121 !important;
 
}
.dataTables_length {
    display: none;
}

.dt-buttons {
    display: none;
}

.dataTables_filter {
    display: none;
}

table.igsv-table.dataTable.no-footer.dtr-inline {
    margin-bottom: 20px;
}

 

table.igsv-table.dataTable.no-footer.dtr-inline thead tr th {
    
    color: #e7e7e7;
    font-weight: normal;
    margin-left: -5px !important;
    /* margin-left: -8px; */
    padding-left: 10px;
}

table.igsv-table.dataTable.no-footer.dtr-inline td.col-2.even {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 330px !important;
}table.igsv-table.dataTable.no-footer.dtr-inline td.col-1.odd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px !important;
}

table.igsv-table.dataTable.no-footer.dtr-inline td.col-7  {
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px !important; 
} 
 

table.igsv-table.dataTable.no-footer.dtr-inline .dataTables_info {
    color: white !important;
}
 

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
}div#filterbox ul li {
    list-style-type: none !important;
 
}

div#filterbox {
    padding-left: 0 !important;
}

div#filterbox  ul {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}
div#filterbox  form ul {
 padding-inline-start: 20px !important; margin-bottom:-10px
}

 

select.sf-input-select {
    background: #131313;
    border: 1px solid #2b2b2b;
    padding: 5px;
    min-width: 150px !important;
}#nprogress .bar {background:white !important;}.col-md-4 .list-group-item {
    padding-bottom: 10px !important;
}
 

div#ajax-search-results a {
    padding-bottom: 10px !important;
} .list-group-item {padding-bottom:0 !important;}
.col-sm-9   .list-group-item {padding-bottom:0 !important;}

body.download-template-default.single.single-download section#rauchbier {
    padding-bottom: 50px;
} body.download-template-default.single.single-download .tabset > input:checked + label:hover {
    color: black !important;
} @media screen and (max-width: 1720px) {
 .edd_reviews_breakdown .edd-counter-container-1 .edd-counter-back {
    margin-left: 0 !important;  min-width:98%;
}.edd_reviews_breakdown .edd-counter-back {
   
    margin-left:0 !important; min-width:98%;
} }

 
.edd_reviews_breakdown .edd-review-count {
  
    margin-left: 0 !important;
    padding-left: 3px;
}
@media screen and (max-width: 1350px) {
 .aboutinfo {
    display: inline-grid;
}}
.licenseinfo {
    background: #ffffff;
    padding: 20px;
}

 
.licenseinfo p.widgettitle {
    color: #151515;
}

.licenseinfo a {
    background: #151515;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
 
}
 
.licenseinfo p.widgetdesc {
    margin-bottom: 20px !important;
}.aboutinfo {
    background: #151515;
    padding: 20px;
}

p.widgettitle {
    color: white;
}

.widgetleft {
    float: left;
    width: 50%;
}

.widgetleft p:first-child {
    color: white;
}

.widgetright p:first-child {
    color: white;
}

.aboutinfo {
    padding-bottom: 10px;
}section#marzen table img {
    display: none;
}

section#marzen table {
    display: none;
}

 
section#marzen img.alignnone.size-full{
    display: none;
}

 textarea#edd-reviews-reply {
    width: 100% !important;
}

 

p.edd-reviews-review-form-review label {
    border: none !important;
}

input#edd-reviews-reply-form-submit {
    font-weight: normal !important;
    color: #151515 !important;
}
 

textarea#edd-reviews-reply {
    padding: 15px;
}

textarea#edd-reviews-review {
    padding: 10px;
} .edd_reviews_breakdown .edd-counter-container-1 .edd-counter-back {
    margin-left: 16px !important;  
}

section#marzen img.alignleft   {display:none;}

p.comment-form-cookies-consent {
    display: none;
}

.edd-reviews-form-inner label {
    border: none !important;
    padding-left: 0 !important;
}

.edd_reviews_breakdown .edd-counter-front {
    height: 25px;
    /* background: blue; */
}

.edd_reviews_breakdown .edd-counter-back {
    max-width: 94%;
    margin-left: 10px;
}
.edd_reviews_breakdown .edd-counter-back {
 height: 25px;
 background: #212121;
}
.edd_reviews_breakdown .edd-counter-container-1 .edd-counter-back {
    margin-left: 16px;
    /* margin-right: 11px; */
    /* max-width: 1112px; */
}

h2#edd-reviews-title::before {
    border-bottom: 5px solid;
    width: 300px;
    border: 1px solid white;
}

h2#edd-reviews-title {
 /* margin-top: 20px; */
 padding-top: 10px;
 margin-bottom: 15px !important;
 padding-bottom: 10px;
}
span.thumb-xs.m-r-xs img.attachment-content-grid-download.size-content-grid-download {
    width: 30px;
}
.edd-review-review-helpful .edd-review-vote {
    background: #ececec;
    color: #151515;
    border: 1px solid white;
    border-radius: 4px;
    padding: 20px;
}

a.vote-yes {
    background: #151515;
    color: #ececec;
}
.video-container {
    display: none;
}
a.vote-no {
    background: #151515;
    color: #ececec;
    border-radius: 4px;
}

a.comment-reply-link {
 background: #151515;
 color: white;
 border: 1px solid white;
 padding: 6px;
 padding-left: 10px;
 border-radius: 4px;
 font-weight: normal !important;
 padding-right: 10px;
}
h3#edd-reviews-heading {
    font-size: 14px !important;
}
.reply {
    /* margin-top: 10px !important; */
    margin-bottom: 20p;
}

.edd-review-review-helpful {
    /* border-left: 5px solid white; */
    padding-bottom: 10px !important;
}

p.edd-review-voting-feedback {}

span.author {
    /* color: white !important; */
}

a {}
.fes-vendor-dashboard-wrap {
    min-height: 59vh;
}
.edd-review-metadata a {
    color: #6d6d6d;
}

.edd-review-content {
    margin-top: 30px;
}

input#edd-reviews-review-title {
    width: 100%;
}
 

.list-group-item {
    padding-bottom: 0;
}

 
textarea#edd-reviews-review {
    border: 1px solid white;
}

.edd-review-list {
    border-top: 1px solid #ececec;
    margin-top: 30px !important;
}

p.logged-in-as {
    display: none;
}

 

img.attachment-content-grid-download.size-content-grid-download {}

body.download-template-default.single.single-download .col-sm-3 img.attachment-content-grid-download.size-content-grid-download {
    min-height: 160px;
}

body.download-template-default.single.single-download .tabset > input:checked + label {
    color: #151515;
    border: 1px solid;
    background: white;
    border-radius: 0px;
}

.edd-reviews-average-rating {
    color: white;
}

h2#edd-reviews-title span {
     padding-right: 15px !important;
     PADDING: 7PX;
     padding-left: 15px;
     color: white;
     width: 200px !important;
     border: 1px solid;
     border-radius: 0px;
 }

 

li.edd_review.depth-1 {
    border-bottom: 1px solid #ececec;
}

h3#edd-reviews-heading {
    color: white;
}

span.edd-reviews-stars-empty {
    color: white;
}

.edd-review-content {
    color: white;
}

a {}

input#edd-reviews-review-form-submit {
    font-weight: normal;
    color: #151515;
}

 @media screen and (max-width: 1590px) {
  body.download-template-default.single.single-download .tabset.product label {
    width:  100% !important;
 
}
}
 @media screen and (max-width: 1590px) {
   .tabset.product label {
    width:  100% !important;
 
}
}

@media (min-width: 768px) {
body.download-template-default.single.single-download .col-sm-3 {
    padding-right:5px;
}}h2.font-thin.m-b.m-t-none {
    color: #54524a;
}

 a.text-ellipsis {
    font-weight: normal !important;
}

 @media   (max-width: 700px) {
.c img {
   display: none;
}
a.scrollDown {
    margin-left: -15px;  
}

.c .col-lg {
    padding-left: 5px;
}}

.c .col-lg-2 { width:160px;}

 

 @media   (min-width: 768px) {
body.download-template-default.single.single-download .col-sm-3:nth-child(2) {
    width: 25% !important;
}}

body.download-template-default.single.single-download table.edd-fields.edd-fields-table-widget h5 {
    font-size: 18px !important;
}

body.download-template-default.single.single-download table.edd-fields.edd-fields-table-widget th {
    background: white !important;
    color: black;
    font-weight: normal;
    width: 50%;
}

 

body.download-template-default.single.single-download figure.gallery-item {
    margin-right: 10px;
}

body.download-template-default.single.single-download img.attachment-thumbnail.size-thumbnail {
    border: 2px solid white;
    border-radius: 4px;
}

 

body.download-template-default.single.single-download .gallery {
  margin-top:20px;
    display: flex !important;
}

body.download-template-default.single.single-download .tabset.product label {
    width: 25.3%;
 
}

body.download-template-default.single.single-download img.avatar {
    background: white;
}

 

body.download-template-default.single.single-download .tabset.product label:hover {
    color: white !important;
}

body.download-template-default.single.single-download img.attachment-content-grid-download.size-content-grid-download {
    min-width: 100%; 
    margin-bottom: 10px;
}


body.download-template-default.single.single-download h1.m-t-xs.m-b-sm.entry-title.text-black {
    font-size: 2em;
    margin-top: 16px;
}

body.download-template-default.single.single-download section#marzen div p {
    padding-right: 0 !important;
}
 

body.download-template-default.single.single-download .edd_purchase_submit_wrapper {
    margin-bottom: 10px;
}

 

body.download-template-default.single.single-download .entry-meta.clearfix.m-b {
    margin-top: 4px !important;
}

body.download-template-default.single.single-download .panel.wrapper-md {
    padding-bottom: 20px;
}

@media   (min-width: 1100px) {
body.download-template-default.single.single-download .panel.wrapper-md {
    padding-bottom: 11px;
}}@media   (max-width: 1100px) {
body.download-template-default.single.single-download .panel.wrapper-md {
    padding-bottom: 25px;
}}

 

 
 

body.download-template-default.single.single-download p.edd-reviews-not-allowed {
    background: #151515;
    border: 1px solid white;
    border-radius: 4px;
    color: #eeebeb;
}

body.download-template-default.single.single-download iframe {
    display: none;
}

body.download-template-default.single.single-download .tabset.product label {
     
    border: #1f1e1e 1px solid;
    border-radius: 0;
    padding-right: 0 !important;
    PADDING:7PX; padding-left:15px;
    border-bottom: white;
}

body.download-template-default.single.single-download .tabset > input:checked + label {
 
 
    color: #151515;
    border: 1px solid;
    
    border-radius: 0px;
}

body.download-template-default.single.single-download .tab-panel {margin-top:-5px;z-index:3000;
    padding: 30px 0;
    border-top: 1px solid #ffffff;
}

@media (min-width: 768px) {
body.download-template-default.single.single-download .col-sm-3 {
    width: 190PX;
}}

body.download-template-default.single.single-download .m-b-lg.clearfix {
    position: absolute;
    bottom:  -5PX;
    left: 130px;
}

body.download-template-default.single.single-download img.attachment-content-grid-download.size-content-grid-download {
    max-width: 158px;
}

body.download-template-default.single.single-download .m-b-lg.m-t-md {MARGIN-BOTTOM:0}
 

 

body.download-template-default.single.single-download .tabset {
    max-width: 100%;
    MARGIN-BOTTOM: -35PX;
}

body.download-template-default.single.single-download section#marzen div p {
    padding-right: 90px;
}

body.download-template-default.single.single-download p.edd-reviews-not-allowed {
    margin-top: 20px;
}section#genres {
    margin-top: 5px;   padding-bottom:70px; 
}

ul#menu-the-audiopost-toolkit {
    padding-top: 3px;
}
 

.jp-seek-bar.lt {
    margin-left: 11px;
}footer.footer.no-padder.text-center-nav-xs .bg {
    border-top: 1px solid #212121;
}

ul#menu-user-menu li a {
    color: #5e5e5e;
}div#edd_terms {
    background: #ffffff !important;
    color: #6d6d6d !important;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

div#edd_terms h4,h2 {
 
    color: #171717;
 
} @media only screen and (min-width: 2435px){
.pos-rlt img.attachment-content-grid-download.size-content-grid-download {
    width: 270px !important;
     height: 250px !important;
}}

@media only screen and (min-width: 2435px){
.item-overlay.opacity.r.bg-black {
      width: 270px !important;
     height: 250px !important;
}}.modal-window-content {
    background: white;
}p.socicons a {
    color: #212121 !important;
}.centerme p.socicons i {
    font-size: 14px !important;
}
aside.aside.bg-light.dk.white1 {
    padding-bottom: 30px;
    background: white !important;
}
 @media screen and (max-width: 770px) {
 section.w-f-md.scrollable.hover { padding-top:40px !important;   
    
}
}
 @media screen and (max-width: 770px) {
 .centerme span {
    background: green;
    position: absolute;
   top: 95px;
    left: 40vw;    
    color: white; border-radius:4px;
    padding-left: 4px;
    padding-right: 4px;
}.centerme {padding-bottom:10px !important;}
}
p.socicons i {
    font-size: 14px !important;
}
 @media screen and (min-width: 770px) {
 .centerme span {
    background: green; border-radius:4px;
    position: relative !important;
    top:10px;
    left:2% !important;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}
}
.centerme {
    background: #191919;
    margin-bottom: 40px;
    padding: 20px;
    padding-bottom: 30px; padding-top:24px;
}
.centerme span {background:green;position: absolute;margin-top: 10px !important;color:white;padding-left:4px;/* right: -2px; */padding-right:4px;}
 
.centerme img {
    border-radius: 50% !important;
    border: 5px solid #ffffff !important;
    height: 130px !important;
    width: 130px !important;
 
}
.leftalign1 {
    float: left;
    margin-right: 20px;
 
}
.sndmsg {
}
@media screen and (max-width: 1590px) {
 
 .centerme {
   
    padding-bottom: 30px !important;  
}

 }
.sndmsg2 {
    margin-top: 30px;
}

 .centerme h2 {
    color: #ffffff;
 
}
a.btn1 {   background: #ffffff;
    color: #191919 !important;
    
    padding: 2px;
    border-radius: 4px;
    padding-left: 6px;
    margin-right: 5px;
    border: 1px solid white;
    padding-right: 6px;
}a.btn2 {
    background: #ffffff;
    color: #191919 !important;
    padding: 2px;
    border-radius: 4px;
    padding-left: 6px;
    margin-right: 5px;
    border: 1px solid white;
    padding-right: 6px;
}a.btn1:hover {       background: #191919;
    color: #ffffff !important;
    
    padding: 2px;
    border-radius: 4px;
    padding-left: 6px;
    margin-right: 5px;
    border: 1px solid white;
    padding-right: 6px;
}a.btn2:hover {
    background: #191919;
    color: #ffffff !important;
    padding: 2px;
    border-radius: 4px;
    padding-left: 6px;
    margin-right: 5px;
    border: 1px solid white;
    padding-right: 6px;
}
.centerme h2 {
  
    margin-bottom: 5px;
    margin-top: 12px;
    font-size: 20px;
}

 .centerme p.socicons i {
    font-size: 14px !important;
    color: white;
}.centerme p.socicons i:hover {
    font-size: 14px !important;
    color: grey;
}
 
.centerme p i {
    margin-right: 0 !important;
    font-size: 12px !important;
    position: relative;
    top: 3px;
    padding-right: 0 !important;
}

p.socicons {
    margin-bottom: 16px;
}

section.w-f-md.scrollable.hover {}p i.dashicons.dashicons {
    margin-right: 5px;
    font-size: 16px;
}
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

 

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  display: none;
  width: 22px;
  height: 4px;
  background: #212121;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #212121;
  display: none;
}

.tabset > input:checked + label {
  /* border-color: #ccc; */
  /* border-bottom: 1px solid #fff; */
  margin-bottom: -1px;
  color: white;
  border: 1px solid;
  /* height: 45px; */
  border-radius: 4px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #212121;
}

 

 
.tabset {
  max-width: 100%;
}
.container1 {
 
 
 
  display: grid;
  grid-template-columns: 100px 100px;
  grid-row: auto auto;
}
.container1 .box {
  background-color: #fff;
  padding: 20px;
  /* border: 0.1px solid #21212114; */
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-family: sans-serif;
} a#edd-restore-cart-button {
    background: #212121 !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    border: #212121 1px solid !important;
} 
  section#genres .m-t-n-xxs {
 
    padding-bottom: 65px;
}

ul#menu-resources {
    padding-bottom: 65px !important;
}
.holler-box { background: #0a0a0a   !important; border:1px solid #80808014 !important; 
}

.holler-box img {
   width:80px !important; text-align:-webkit-center !important; margin-bottom:20px !important;
}

.changelog {
    text-align: center !important;
    text-align: -webkit-center !important;
}

h2.holler-title {
    display: none !important;
}

span.hwp-powered-by {
    display: none !important;
}

.chscroller {
    overflow: hidden !important;
    height: 154px !important;
    background: #070707  !important;
    color: #3e3e3e !important;
    overflow: scroll !important;
    margin-top: 20px !important;
    border: 1px solid #8080801f !important;
    overflow-x: hidden !important;
}.chscroller p{ padding:15px !important;border-bottom:1px solid #19191938 !important; }
.chscroller p:hover{background:#ffffff05 !important; }
.changelog h4 {
    font-size: 30px !important;
    color: white !important; 
}

.changelog h4 span {
   background:white !important;
    color: black !important; padding-left:6px !important;
    padding-right:6px !important;
}

.changelog h5 {
    font-size: 14px !important; 
    text-transform:uppercase; padding-top:10px !important; color:#232323 !important;
}
.chbutton a {margin-top:30px !important; width:400px !important;}
 

.chbutton a.btn.btn-lg.btn-block.btn-default:hover {
    /* width: 500px; */
    /* margin-top: 30px; */
    border: 1px solid black !important;
    box-shadow: none !important;
    background: #272727 !important;
    color: #ececec !important;
}

.hwp-backdrop {
   
    background-color: rgba(0, 0, 0, 0.95) !important;
}
#easy-lite-preloader img{
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}a#edd-restore-cart-button:hover {
    background: #131313 !important;
color:#ffffff !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    border: #212121 1px solid !important;
}

.dropdown-menu.bg-white {
    background: #151515 !important;
}

.navbar-form .list-group {
    max-height: 305px !important;
    overflow-y: scroll !important;
    margin-bottom: 0 !important;
}

div#ajax-search-results {
    margin-top: -6px !important;
    margin-bottom: -5px !important;
}

a#edd-save-cart-button:hover {     background: #131313 !important; border: #212121 1px solid;    margin-right: 0px; margin-left:-2px; !important;
color:#ffffff !important;} @media only screen and (min-width : 700px) { 
.item-overlay.opacity.r.bg-black {  width: 11vw  !important;
    height:  10vw !important;}
.list-group-item .pos-rlt img.attachment-content-grid-download.size-content-grid-download {width:65px; height:65px !important;}
.pos-rlt img.attachment-content-grid-download.size-content-grid-download {
    width: 11vw  !important;
    height:  10vw !important;
   
}}
 
 

  .item-desc a:nth-child(2) {
       white-space: nowrap !IMPORTANT;
    width: 85% !IMPORTANT;
    overflow: hidden !IMPORTANT;
    text-overflow: ellipsis !IMPORTANT;
    display: block;
 
}

 

 .item-overlay.opacity.r.bg-black {
    background: #151515;
    border: 2px solid #ffffff;
    max-width:11vw;
    width: 100% !important;
}

.list-group-item .pos-rlt img.attachment-content-grid-download.size-content-grid-download {width:64px !important; height:65px !important;}

.item-overlay.opacity.r.bg-black {}

@media only screen and (max-width : 700px) {  
  
  .item-overlay.opacity.r.bg-black {
 
    max-width:200px !important;
    width: 200px !important;
}
.item-overlay.opacity.r.bg-black {  width: 200px  !important;
    height:  200px !important;}
 .pos-rlt img.attachment-content-grid-download.size-content-grid-download {
    width: 200px  !important;
    height:  200px !important;
}}


.jp-progress.hidden-xs .jp-play-bar.dk {
    background: white !important;
    background-color: white !important;
}      img.attachment-content-grid-download.size-content-grid-download {
    border-radius: 4px;
    border: 2px solid #f1f1f1 !important;
 -webkit-box-shadow: 0px 0px 9px 0px rgb(21, 21, 21);
-moz-box-shadow: 0px 0px 9px 0px rgb(21, 21, 21);
box-shadow: 0px 0px 9px 0px rgb(21, 21, 21);
}

.item-desc a.text-ellipsis {
    color: #fcfcfc;
}

 

.item-desc a:nth-child(2) {
    color: #595959 !important;
}

.list-group-item  a:nth-child(2) {
     color: #595959 !important; font-size:13px;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; margin-bottom:2px}

 



.list-group-item  a:nth-child(1) {color:#f9f9f9 !important;}
 

 .list-group-item br {
    display: none;
}
 
.c {
    border-radius: 4px;
}

.bg-white.wrapper-md.r {
    border-radius: 4px;
}

.bg-info.dker.wrapper-md.r {
    border-radius: 4px;
}

.bs-calltoaction.bs-calltoaction-default {
    border-radius: 4px;
}

a.btn.btn-lg.btn-block.btn-default {
    border-radius: 4px;
}

a.btn.btn-lg.btn-block.btn-default:hover {
    background: #212121 !important;
}

img.attachment-content-grid-download.size-content-grid-download { -webkit-box-shadow: 0px 0px 9px 0px rgb(21, 21, 21);
-moz-box-shadow: 0px 0px 9px 0px rgb(21, 21, 21);
box-shadow: 0px 0px 9px 0px rgb(21, 21, 21);}

a.edd-add-to-cart.btn.btn-xs  {margin-top:2px;
    background: #1f1e1e !important;  border-radius:15px !important; padding-left: 4px;padding-right:4px; 
    color: #f4f4f4 !important; border:#1f1e1e solid 1px !important;  font-size: 12px !important; 
}a.edd-add-to-cart.btn.btn-xs:hover  {
    background: grey !important;  border-radius:15px !important; padding-left: 4px;padding-right:4px; 
    color: #1f1e1e !important; border:#1f1e1e solid 1px !important;  font-size: 12px !important; 
}


a.edd-add-to-cart.btn.btn-xs  span {
      font-size: 13px !important;
      /* padding: 4px; */
      /* padding-bottom: 20px; */ 
}

.sub-title {
    color: #747474;
}  

a.mtsnb-link {border-radius:4px;font-size:14px;}

 

.edd-popup a    {
    background: #f4f4f400 !important;
    border-radius: 15px !important;
    padding-left: 4px;
    padding-right:4px;
    color: #1f1e1e !important;
    border:#15151500 solid 1px !important;
    font-size: 12px !important;
    width:75px;
    /* padding: 4px; */
    }

    .edd-popup a:hover    { background: #f4f4f496 !important;  
    color: #1f1e1e !important;   }

.item .edd_download_purchase_form {
    width: 75px;
}

 

.list-group.list-group-lg .list-group-item a.text-ellipsis  {width:80%}

 @media (min-width: 768px){
.wpb_text_column.wpb_content_element.vc_custom_1570838237685 p {
    width: 65%;
}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon { font-size: 2em!important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner 
{ width: 4.15em!important; height: 4.15em!important; }.navbar-form .dropdown-menu {
    width: 420px;
}.navbar-form .input-group > .form-control {
    width: 400px;
}}

input.form-control.input-sm.no-border.rounded {
    background: #212121 !important;
}

 

.jp-play-bar.dk {
    background: #fdfdfd !important;
}

.bg-black.dker, .bg-black .dker {
    background-color: #191919;
}

footer.footer.nav-bar-fixed-bottom.bg-black {
    border-top: 1px solid #212121;
}

.jp-play-bar.dk {
    /* width: 48% !important; */
    /* margin-right: 15px; */
    /* padding-right: 5px; */
}

.jp-volume-bar-value.lter {
    background: #fdfdfd;
}

.filterbox {border-radius:34px !important;}

div#filterbox {
    /* border-radius: 44px !important; */
}

form#search-filter-form-244717 {
    border-radius: 4px;
}

section#genres ul.m-t-n-xxs.nav li a:hover {color:#131313 !important;}

 



p.catpara {
    color: grey;
}

section#tracks {
    padding-top: 27px;
}

div#filterbox h4 {
    font-size: 14px;
}

p.catpara a {
    color: #4f4f4f !important;
    /* background: white; */
    padding: px;
    /* padding-left: 4px; */
    text-decoration: dashed !important;
    /* padding-right: 4px; */
    border-bottom: dashed grey 1px;
}

a.active.bg-light.lter {
    color: #131313;
}

.cta-desc p {
    line-height: 1;
}

a.playlist-me.btn.btn-default.btn-icon {
    display: none;
}
ul.m-t-n-xxs.nav li a {
    color: grey;
}
div#search-5 {
    display: none;
}

.item a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit {
    background: #fdfdfd !important;
    border-radius:15px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    color: #151515 !important;
    border:#ffffff solid 1px !important;
    font-size: 12px !important;
    padding: 3px;
    margin-top: 4px;
    }

  .item   a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit:hover {    background: grey !important;
    border-radius:15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #fdfdfd !important;
    border:#2b2b2b solid 1px !important;
    font-size: 12px !important;
    padding:4px;}

 


.panel.wrapper-md .edd-popup a    {padding-left:0;padding-right:0;width: 108px;/* background:#212121 !important; */border-radius: 1px !important;color:white !important;}

.panel.wrapper-md   .edd-popup a:hover    { background: #f4f4f496 !important;  border-radius:4px !important;
    color: #1f1e1e !important;   }

.item .edd_download_purchase_form {
    width: 110px;
}


a.edd-add-to-cart.btn.btn-xs  {margin-top:2px;
    background: #1f1e1e !important;  border-radius:4px !important; padding-left: 0px;padding-right:0px;  
    color: #f4f4f4 !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
}a.edd-add-to-cart.btn.btn-xs:hover  {
    background: grey !important;  border-radius:4px !important; padding-left: 0px;padding-right:0px; 
    color: #ffffff !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
}

.tab-2 div a {
    display: inline-block;
}

a.vote-yes {margin-left:5px; margin-right:2px;background:#151515;padding:1px; border-radius:4px;padding-left:5px;padding-right:5px;}

a.vote-no {background:#151515;padding:1px; border-radius:4px;padding-left:5px;padding-right:5px;}

.edd-review-review-helpful .edd-review-vote {
    background: #ffffff;
}

p.edd-reviews-not-allowed {
    margin-top: 10px;
}

div#edd-reviews {
    border-top: 1px solid white;
}

h2#edd-reviews-title {
    color: white;font-size:14px;
}

.edd-review-content {
    background: #ffffff00;
    padding: 0;
    padding-top: 0px;
    border: 1px solid #21212100;
}

label {}

.edd_reviews_breakdown .edd-counter-container-1 .edd-counter-back {
    margin-left: 6px;
}

.edd-review-meta {
    /* margin-left: 1px; */
}

h3 {}



.panel.wrapper-md {}

a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit { background: #1f1e1e !important;  border-radius:4px !important; padding-left: 0px;padding-right:0px;  
    color: #f4f4f4 !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; padding:8px}

    a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit:hover { background: #f4f4f4 !important;  border-radius:4px !important; padding-left: 0px;padding-right:0px;  
    color: #1f1e1e !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; padding:8px}

 

body.download-template-default.single.single-download  .m-b-lg.clearfix {
    margin-bottom: -15px;
}

 

body.download-template-default.single.single-download  img.attachment-content-grid-download.size-content-grid-download {
    max-width: 271px;
}

 
 
span.badge.bg-light.pull-right {
    color: grey;
 
}

input.edd-add-to-cart.edd-no-js.btn.btn-xs.btn-dark.blue.edd-submit {}

.home section.scrollable.wrapper-lg a.edd-add-to-cart.btn.btn-xs  {
    margin-top:2px;
    padding:3px;
    background: #1f1e1e !important;
    border-radius:14px !important;
    padding-left: 0px;
    padding-right:0px;
    color: #f4f4f4 !important;
    border:#1f1e1e solid 1px !important;
    font-size: 14px !important;
} 
.home section.scrollable.wrapper-lg a.edd-add-to-cart.btn.btn-xs:hover  {margin-top:2px; padding:3px;
    background: grey !important;  border-radius:14px !important; padding-left: 0px;padding-right:0px;  
    color: #f4f4f4 !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
} 
 .home .list-group-item a.edd-add-to-cart.btn.btn-xs  {margin-top:2px; padding:3px;
    background: #1f1e1e !important;  border-radius:14px !important; padding-left: 5px;padding-right:5px;  
    color: #a5a5a5 !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
} 
 .home .list-group-item a.edd-add-to-cart.btn.btn-xs:hover  {margin-top:2px; padding:3px;
    background: grey !important;  border-radius:14px !important; padding-left: 5px;padding-right:5px;  
    color: white !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
} 

.list-group-item {}

span.edd-cart-added-alert {
    color: grey !important;
    padding-top: 5px;
}

 

.list-group.list-group-lg  a.edd-add-to-cart.btn   {margin-top:2px; padding:3px;
    background: #1f1e1e !important;  border-radius:14px !important; padding-left: 5px !important;padding-right:5px !important;  
    color: #f4f4f4 !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
} 
.list-group.list-group-lg  a.edd-add-to-cart.btn:hover   {margin-top:2px; padding:3px;
    background: #f4f4f4 !important;  border-radius:14px !important; padding-left: 5px !important;padding-right:5px !important;  
    color: #1f1e1e !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
} 

a.edd-add-to-cart.btn.btn-xs.btn-dark.blue.edd-submit.edd-has-js {}

li.cart_item.edd_checkout a {
    background: white;
    padding: 1px;
    padding-left: 4px;
    border-radius: 4px;
    color: #131313;
    padding-right: 4px;
}

li#cart li.cart_item.edd-cart-meta.edd_total {
    color: #dedede;
}

 

 .pos-rlt a.edd-add-to-cart.btn.btn-xs  {margin-top:2px; padding:3px;
    background: #1f1e1e !important;  border-radius:14px !important; padding-left: 5px !important;padding-right:5px !important;  
    color: #f4f4f4 !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
}.pos-rlt a.edd-add-to-cart.btn.btn-xs:hover  {margin-top:2px; padding:3px;
    background: grey !important;  border-radius:14px !important; padding-left: 5px !important;padding-right:5px !important;  
    color: #f4f4f4 !important; border:#1f1e1e solid 1px !important;  font-size: 14px !important; 
}

.row.row-sm img.attachment-content-grid-download.size-content-grid-download {
     max-width: 100% !important;
}

 

.col-sm-3  img.attachment-content-grid-download.size-content-grid-download {
       width: 100% !important;
}

.list-group-item img.attachment-content-grid-download.size-content-grid-download { width:64px; height:64px; }.list-group-item img.attachment-content-grid-download.size-content-grid-download:hover { width:64px; height:64px; }


@media only screen and (max-width: 700px) {
 .item-author {margin-top:15px}.edd_reviews_breakdown .edd-counter-container-1 .edd-counter-back {margin-left:0}.edd-review-count {display:none}
.col-lg-4.paymethods   {
    float: left !important;
    left: 0 !important;
    margin-left:0 !important;
    margin-top: 10px;
}.col-lg-4.paymethods p  {
    float: left !important;
    left: 0 !important;
    color: white;
}
a.navbar-brand.text-lt span.hidden-nav-xs.m-l-sm {display:none;}

 
 

 

 

a.scrollDown {
    background: white;
    padding: 4px;
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    /* margin-bottom: 20px; */
}

.scroll-down-btn {
    margin-bottom: 20px;
    margin-top: 0px;
}

i.icon-list {
    color: grey;
}

i.icon-list:hover {
    color: white;
}

.btn-link:hover, .btn-link:focus {
    color: #e7e9ead1;
    text-decoration: underline;
    background-color: transparent;
}

.nav-off-screen + * {
    background-color: #1d1d1d;}

 

span#advanced {
    display: none;
}

.navbar-form {
    box-shadow: none;
}

a.navbar-brand.text-lt span#betabadge {display:none;}

.navbar-brand img {
    max-height: 30px;
}
.edd-payment-icons {margin-left:-17px; }

.edd-payment-icons img {
    max-width: 45px;
}.c .col-lg p:nth-child(2) {
    font-size: 15px !important; color:grey;
    margin-top: 10px;
} .textwidget .bg-info.dker.wrapper-md.r {
    margin-top: 20px;
}

.btmpayments {
    display:none;
}
p.catpara {
    display:none;
}
.edd-payment-icons {
    float: left !important;  margin-bottom:10px;
}

.textwidget .col-lg-8 {
    margin-bottom: 0;
    padding-left: 0;
}div#text-20 span {font-size:15px !important;
    display: block;}}

 

.edd-review-count {}

.list-group-item .item-overlay.opacity.r.bg-black {
    background: #151515;
    border: 2px solid #ffffff;
    max-width: 100% !important;
    width: 100% !important;
    height: 64px !important;
}

 

 p.catpara {
    padding-right: 10%;
}

 

aside#nav section.w-f-md.scrollable.hover {    bottom: 60px !important;
    padding-bottom: 1px;}

 

span#dropdown {
    display: none;
}

form.navbar-form.navbar-left.m-t.m-l-n-xs {
    margin-left: -15px;
}

span#betabadge {
    display: none;
}

.bg-black .nav > li > a {
    color: #aba8a8; font-weight:normal;
}

div#ajax-search-results span img {height: 30px;border: 1px solid #f7f7f7d1 !important;}

a#post-210599 {}

div#ajax-search-results a:hover {
    background: white;
}

div#ajax-search-results a span {
    color: #999999;
}div#ajax-search-results a span:hover {
    color: #151515;
}

div#ajax-search-results {
    background: white !important;
}

div#ajax-search-results span span {
 width: 300px !IMPORTANT;
 /* padding-top: 3px; */
}

img.avatar {
    border: 2px solid #ffffffad;
}
.nav-links .page-numbers.current {
    background-color: #ffffff !IMPORTANT;
    color: black;
}
 span.m-r a {color:#4e4e4e !important;}

span.m-r {}

.item-author .avatar {
    height: 25px;
    width: 25px;
}
.page-numbers.current { background-color: #ffffff; color:black;}
.page-numbers { background-color: #131313f2; border: 1px solid #212121; color: #9c9c9c; } 
 .page-numbers { display: inline-block; background-color: #191919; padding: 6px 12px; text-align: center; float: left; margin-bottom:20px;margin-left: -1px; border: 1px solid #212121; }
.item-author a {
    color: #dedede;
}

span.edd-cart-item-title {
    color: #e4e4e4;
}

.wpb_text_column.wpb_content_element.vc_custom_1570835437461 p {
    display: none;
}

 li.fes-vendor-menu-tab.fes-vendor-earnings-tab.active i.icon.icon-earnings.icon-black {
    filter: invert(0%) sepia(95%) saturate(0%) hue-rotate(92deg) brightness(101%) contrast(100%) !important;
} 

li.fes-vendor-menu-tab.active {
    background: white;
    /* color: black !important; */
}

li.fes-vendor-menu-tab.active a  span {
    color: #191919 !important;
}

li.fes-vendor-menu-tab.active a i {
    color: #191919 !important;
}

i.icon.icon-off.icon-black {
  
    filter: invert(100%) sepia(43%) saturate(0%) hue-rotate(91deg) brightness(117%) contrast(101%);
    background-position: center;  
    background-repeat: no-repeat;  
    background-size: cover;  
    background-image: url("https://image.flaticon.com/icons/svg/992/992680.svg");
 }

i.icon.icon-earnings.icon-black {
  
      filter: invert(99%) sepia(17%) saturate(2%) hue-rotate(105deg) brightness(114%) contrast(100%) !important;
    background-position: center;  
    background-repeat: no-repeat;  
    background-size: cover;  
    background-image: url("https://image.flaticon.com/icons/svg/181/181634.svg");
}

li.fes-vendor-menu-tab.active a i.icon.icon-off.icon-black {
    background-image: url("photographer.jpg"); /* The image used */
 filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(30deg) brightness(82%) contrast(99%);    background-position: center;  
    background-repeat: no-repeat;  
    background-size: cover;  
    background-image: url("https://image.flaticon.com/icons/svg/992/992680.svg");
 }

i.icon.icon-earnings.icon-black {
    background-image: url("photographer.jpg"); /* The image used */
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(30deg) brightness(82%) contrast(99%);    background-position: center;  
    background-repeat: no-repeat;  
    background-size: cover;  
    background-image: url("https://image.flaticon.com/icons/svg/181/181634.svg");
}
nav.fes-vendor-menu ul li {
    border-radius: 5px !important;
    padding: 8px !important;
    padding-right: 20px !important;
    padding-left: 10px !important;
}
 div#edd_user_commissions_overview {
    margin-bottom: 30px !important;
}

#edd-modal .btn-xs:hover {
    background: #1e1e1e !important;
    color: #ffffff !important;
}

a.edd-add-to-cart.btn.btn-xs.btn-dark.blue.edd-submit.edd-has-js {}

#edd-modal .btn-xs {
    background: white !important;
    color: #0b0b0b !important; font-weight:400;
}

 

 

div#edd-reviews-respond form#loginform {
    display: none;
}ul#menu-resources li i {
    margin: -10px -10px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}ul#menu-resources i {
    margin-right: 10px;
}  .scroll-down-btn {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: -15px;
}

@media only screen and (min-width : 600px) { .scroll-down-btn  { display:none; }} 
@media only screen and (max-width : 1400px) { aside.aside.aside-md.bg-light.dk  { display:none; }} 

.c div {background-color: #151515;padding: 20px; }

.c .col-lg {
    padding-left: 15px;
}

.c .col-lg-2 {
    padding-top: 15px; !important; padding-bottom:5px;padding-right:20px;
}

.scroll-down-btn a {
    color: #272727;
}div#xclick {
    display: unset !important;
    float: right;
    font-size: 24px;
    background: white;
    padding: 20px;
    position: absolute;
    right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}div#xclick:hover {

    background: #191919;
    
}.bg-info.dker.wrapper-md.r span#advanced {
    position: unset;
}.textwidget section.panel.panel-default {
    background: #8c8c8c03;
}

.textwidget .row .col-lg-2 {
   margin-bottom: 20px;  
}

 
a.btn.btn-rounded.btn-sm.btn-icon.btn-default {
    margin-right: 5px;
    font-size: 18px;
    width: 46px;
    color: #151515 !important;
    padding-top: 9px;
    height: 46px;
}

.copyright_text a {
    color: #b9b9b9;
}p.summary {
    padding: 10px;
    margin-top: 20px;
    color: #ababab;
    padding-left: 13px;
    padding-right: 10px;
}.mc4wp-form-fields P {
    display: inline-flex !important;
}

.mc4wp-form-fields input[type="email"] {
    MARGIN-RIGHT: 10PX !important;
    padding-left: 10px !important;
    width: 250px !important;
}

.mc4wp-form-fields input[type="submit"] {
    background: #212121 !important;
    border: #212121 2px solid !important;
    color: #a5a3a3 !important;
}i.fas.fa-star.rated {
    color: #d2b52a;
}

i.fas.fa-star {
    padding-right: 2px;
}.featuredlabel {
    position: absolute;
    background: #920a0a;
    color: white;
    left: 3px;
    font-size: 12px;
    top: 3px;
    padding-left: 4px !important;
    padding-right: 4px !important;
}.bg-info .text-muted {
    color: grey !important;
}

.bg-white .text-muted {
    color: grey !important;
}

span.h4.m-b-xs.block {
    color: white;
}h4.font-thin.m-b {
    font-size: 30px;
}

h2.widget-title {
    color: white;
}

h3.widget-title {
    color: white;
}

 .alert.alert-success {
    color: white;
}

.alert.alert-success a {
    color: grey;
}section.no-results.not-found {
    display: none;
}ul#menu-main li.hidden-nav-xs.padder.m-t.m-b-sm.text-xs.text-muted {
    display: none;
}

ul#menu-main {
    margin-top: 10px;
}

ul#menu-main li a {
    color: #5a5a5a;
}span#edd-discount-error-wrap {
    background: #131313;
    color: #f3f3f3;
    border:#f3f3f3 solid 1px;
} tr.edd_cart_footer_row th {
    border: none !important;
}

a#edd-save-cart-button {
    background: #f7f7f7 !important;
    color: #131313 !important;
    border: none;
    margin-top:10px;
    margin-bottom:10px;
}

a.edd_discount_remove {
    margin-left: 10px;
}

.edd_errors.edd-alert.edd-alert-success {
    background-color: #ffffff;
    border-color: #131313;
    color: #131313;
}

p#edd_msg_edd_cart_save_successful a {
    color: #888888;
}p#edd_show_discount {
    background: #131313 !important;
    border: none !important;
}

a.edd_discount_link {color: #a7a7a7;}input#edd-discount {
    width: 300px !important;
}

input.edd-apply-discount.edd-submit.blue.button {
    height: 36px;
    border: none;
    color: white !important;
    background: #212121 !important;
}

p#edd-discount-code-wrap {
    background: #131313 !important;
    border: none !important;
}

span.m-r.cats a {
    margin-bottom: 7px;
} 
.item .eddpricey {
    display: none !important;
}
.edd-popup {
    position: relative;
    width: 60px;
}
.eddpricey h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color:#c7c7c7;
}
 
.edd_purchase_submit_wrapper {
    width: 60px;
}
.modal-dialog.modal-sm .edd_price_options select {
    width: 100% !important;
    height: 40px !important;
    padding-left: 10px !important;
    background: #111111;
    border: 1px solid #2b2a2a;
   
} .modal-dialog.modal-sm a.edd-wl-button.before.edd-wl-action.edd-wl-open-modal.glyph-left.no-text {
    display: none;
}.bg-black.playbtn1 {
    margin: 19px;
    position: relative;
    font-size: 35px;
    background: black !important;
    margin-left: 0;
    margin-right: 40px;
}a.playlist-me.btn.btn-default.btn-icon {
    color: #fff !important;
    float: right;
    margin-bottom: 8px;
    margin-left: 10px;
    background-color: #2b2a2a !important;
    border-color: #2f2f2f !important;
    border-radius: 20px;
}body.archive.tax-download_category .panel-body {
    padding-top: 0 !important;
    padding-left:10px!important; padding-bottom:10px !important;
}a.edd-wl-button {
    display: none;
}
a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit {
    /* padding: 10px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    }.edd_purchase_submit_wrapper a {
    /* padding: 10px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
} 
.clear.wavetable {
    margin-bottom: 28px !important;
} 
 .wvpl-position {
    top: 34% !important;
}

.wvpl-duration { top: 34% !important;}.clear.wavetable {
    margin-bottom: 28px;
}.edd_purchase_submit_wrapper a.edd-add-to-cart {
    /* padding: 10px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}span.m-r.cats a {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 1px;
    line-height: 1;
    color: #383838;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e2e2e2;
    border-radius: 10px;
} section.panel.panel-default {
    background: #212121;
    border: none;
    padding-bottom: 0 !important;
    margin-bottom: -5px;
}

.waveplayer {
  margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0;
    padding-right: 0;
}

canvas {
    height: 40% !important;
}

span.badge.bg-light.tags {
    background: #212121;
}
.wvpl-infobar {
    display: none !important;
}

.wvpl-left-box {
    display: none!important;
}body.archive.tax-download_category ul#menu-main {
     display: none; 
}

body.archive.tax-download_category aside#search_filter_register_widget-2 {
    margin-top: 10px;
}ul.sf-result > li.sf-noresult {
    float: none;
    width: 100%;
    height: 100% !important;
    margin: 0;
}li.sf-field-search input.sf-input-text {
    width: 170px;
} ul.sf-result li {
    height: 125px !important;
}

ul.sf-result img {
    margin-right: 10px;
    width: 100px;
    padding-bottom: 8px;
    padding-right: 8px;
}@media (max-width: 1250px) {
    ul.sf-result li {
    width: 100% !important;
    padding: 10px !important;
}
}

span#advanced a {
    color: #4e4e4e;
    font-size: 11px;
}ul.sf-result li {
    margin-top: 0 !important;;
}

ul.sf-result {
    margin-top: 20px;
}.advancedsearch h1 {
    color: white;
}

.advancedsearch p {
    max-width: 600px;
}

.col.asearch {
    margin-left: 20px;
    margin-right: 20px;
}form.searchandfilter.hidea {display:none;}li.sf-field-search input.sf-input-text {
    background: #131313;
    border: 1px solid #2b2b2b;
    padding: 5px;
    padding-left: 10px;
}div#xclick {
    display: none;
}

ul.sf-result > li.sf-noresult {
    margin-top: 20px !important;
}ul.sf-nav > li {
    float: left;
    margin: 0;
    margin-right: 0.1%;
}
.sf-element legend {
 border-bottom: 1px solid #ded6c9;
    color: #e4e2e2;
    font-size: 14px;margin-bottom: 10px;
    padding-bottom: 5px;
}
ul.sf-nav > li > span.sf-nav-click {
    background: #f0f0f0 !important;
    background-color: #131313f2 !important;
    border: 1px solid #272727 !important;
    color: #9c9c9c !important;
    display: inline-block;
    padding: 6px 12px !important;
    text-align: center;
    float: left;
}

 

ul.sf-nav > li > a, ul.sf-nav > li > span {
    width: 100%;
    display: block;
    padding: 5% 25%;
    border: 1px solid #cacaca !important;
    background: #f0f0f0 !important;
    background-color: #fff5f5f2 !important;
    border: 1px solid #272727 !important;
    color: #151515 !important;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    float: left;
}button.sf-button-btnsearch {
    height: 45px;
    background: white;
    border: 1px solid #2d2d2d;
    width: 200px;
}.sf-element input, .sf-element select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left:10px;
    border: 1px solid #2b2b2b !important;
    color: #b5b4b4;
    margin-bottom: 20px !important;
    background: #2b2b2b !important;
    margin: 0;
}ul.sf-result li {
    background: #131313;
    border: #232323 solid 1px;
}

ul.sf-result img {
    margin-right: 20px;
    width: 100px;
}

ul.sf-result h3 a {
    color: #9c9c9c;
 
}
ul.sf-result h3   {
   margin-bottom:10px; margin-top:10px; !important;
}

span#advanced {
    position: relative;
    top: 20px;
}section.vbox.hidea {
    display: inherit !important;
}a.edd-wl-button.before.edd-wl-action.edd-wl-open-modal.glyph-left.no-text {
    display: ;
}span.edd-wl-item-title a {
    color: #c3c3c3;
}.edd-wish-list li {
    border-bottom: 1px solid #292929;
}form.wish-list-form input,input#list-title,textarea#list-description {
    background: #131313 !important;
    border: 1px solid #292929 !important;
    color: #9c9c9c;
}.edd-wl-sharing p {
    color: #aaaaaa; font-weight:bold;
 
}a.edd-wl-button.edd-wl-action.edd-wl-share-via-email span.label {
    color: black !important;
    font-size: 14px;
}a.edd-wl-button.edd-wl-action.edd-wl-share-via-email  {
    background: white;
}a.edd-wl-button.edd-wl-action.edd-wl-share-via-email span.label:hover {
    color: white !important;
    font-size: 14px;
}a.edd-wl-button.edd-wl-action.edd-wl-share-via-email:hover  {
    background: #1b1a1a;
}.col-sm-9 .panel.wrapper-md h1.h2.m-b-md.m-t-none.font-thin {
    margin-bottom: 0;
    color: white;
}.alert-success {
    color: #696969;
    background-color: #212121;
    border-color: #b9b9b9;
}
 
.close, .close:focus {
    color: #fff !important;
    opacity: 1 !important;
}

.close:hover, .close:focus {
    color: #6d6d6d !important;
    opacity: 1 !important;
}

.col-sm-4 i.fa {
    padding-right: 5px;
}.modal-content {
    background: #191919;
    border: 11px solid #fffdfd05;
}.modal-content {}

#edd-wl-modal input[type="email"], #edd-wl-modal input[type="text"] {
    background: #131313 !important;
    border: 1px solid #272727 !important;
}

textarea#edd-wl-share-message {
       background: #131313 !important;
    border: 1px solid #272727 !important;
}div#igsv-1S5SolK3sWyxjxT0FdbPQ9ULKQ7KqzfDywYJKqczcMQA_filter {
    display: none;
}

.dataTables_scroll {
    margin-top: 15px;
}

div.dt-buttons {
    position: unset !important;
    float: none !important;
    text-align: center !important;
}

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #efedef;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 300;
	padding-top:0;
	padding-bottom:10px;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid white;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #ffffff; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 5px solid #ffffff; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 33%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 300%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -200%; }

    .tabs .tab-2:nth-child(2) [type="radio"]:checked + div {
      margin-left: -100%;    }

tr#igsv-1S5SolK3sWyxjxT0FdbPQ9ULKQ7KqzfDywYJKqczcMQA-row-1 th.col-1.odd {
    width: 681px !important;
} span.dtr-title {
    color: #b8b9b8;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #191919 !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100% !important;
}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    left: 8px !important;
    border: 1px solid white !important;
    background-color: #191919 !important;
}div#igsv-1S5SolK3sWyxjxT0FdbPQ9ULKQ7KqzfDywYJKqczcMQA_paginate {
    margin-top: 10px;
} 

table.igsv-table.dataTable.no-footer {
    border: 1px solid #151515;
}.dataTables_scrollHeadInner {
    width: 100% !important;
}.dataTables_scrollHeadInner {}

table#igsv-1S5SolK3sWyxjxT0FdbPQ9ULKQ7KqzfDywYJKqczcMQA {
    width: 100% !important;
}h1.m-t-xs.m-b-sm.entry-title.text-black {
    color: #dedede;
}

span.badge.text-u-c {
    background: grey;
    margin-right: 5px;
}fieldset.fes-el.edd_fields.edd_fields {
    margin-bottom: -10px !important;
}div.fes-form .fes-el {
    margin-bottom: 1em !important;
    padding: 0;
}td.edd-fields-value select.edd-select.regular-text {
    margin-left: 10px;
}
input#name_of_store {
  margin-left:0;
 margin-right:0;
width:100%;
}
div#edd-fields-wordpresstheme input.regular-text {
    margin-left: 10px !important;
    width:75% !important;
    background: #131313  !important;
}

div.fes-form .fes-el .fes-fields textarea {
    width: 100%;
}div#edd_user_commissions_unpaid_total {
    color: #a2a29c;
}
input#email_to_use_for_contact_form {
    background: #131313 !important;
    border: 1px solid #333333 !important;
    height: unset !important;
    margin-top: 10px;
}
div#edd_user_commissions_paid_total {
    color: #a2a29c;
}

div#edd_user_commissions_revoked_total {
    color: #a2a29c;
}table#fes-product-list td
 {
    background: #131313;
}
table#fes-product-list  
 {
    border:none !important;
}

table#fes-product-list th
 {
    background: #191919;
    border-bottom:none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    border-top: 1px solid #212121;
}

table#fes-product-list tr th {
    color: #9c9c9c;
}

.fes-product-list-status-bar {
    display: none;
}

h3#fes-products-page-title {
    display: none;
}

img.attachment-100x100.size-100x100.wp-post-image {
    width: 20%;
    border: 3px solid #212121;
}

abbr {
    margin-right: 8px;
}

table#fes-comments-table {
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121;
    width: 100%;
    border: none;
}

table#fes-comments-table th {
    background: #131313 !important;
    color: #9c9c9c;
    border: 1px solid #212121;
}

table#fes-comments-table td {
    background: #191919 !important;
    border: none;
}

 input.textfield {
    background: #191919;
    border: 1px solid #4e4e4e;
    
    padding-left: 15px;
    color: white;
    height: 35px;
}

textarea#post_content {
    background: #131313 !important;
    border: 1px solid #333333 !important;
    margin-top: 5px !important;
    color: white;
}

.fes-label {
    margin-bottom: 5px;
    color: #b5b6b5;
}

input.edd-submit.blue.button:hover {
    background: #191919 !important;
    border: 1px solid #333333 !important;
    margin-right: 10px;
    box-shadow: none !important;
color:white !important;
}

input.edd-submit.blue.button {
    background: #dcdcdc !important;
    border: 1px solid #333333 !important;
    margin-right: 10px;
    box-shadow: none !important;
    color:black !important;
}

select#edd_fields_template {
     background: #131313 !important;
     border: 1px solid #333333 !important;
     height: unset !important;
     min-width: 250px;
}

.fes-fields label {
    display: none;
}
 
table.edd-fields-template-table.widefat td, th {
    background: #191919 !important;
    border: 1px solid #212121;
    border-bottom:0 !important
}

th.edd-fields-name {
    background: #131313 !important;
}

th.edd-fields-value {
    background: #131313 !important;
}
input#post_title {
    background: #131313 !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

th.edd-fields-key {
    color: #9c9c9c;
}

td.edd-fields-value select {
    background: #131313 !important;
    border: 1px solid #333333 !important;
    height: unset !important;
    margin-top: 10px;
     
}

div.fes-form .fes-el .fes-fields input[type=text] {
    background: #131313 !important;
    border: 1px solid #333333 !important;
    height: unset !important;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 97%;
  }
div#edd_user_commissions_overview table th, table th {
    padding: 12px 16px;
    background-color: #131313;
    border-bottom: 1px solid #212121;
    color:#9c9c9c;
}div#edd_user_commissions_overview table td {
    padding: 12px 16px;
    background-color: #191919;
    border-bottom: 1px solid #212121;
 
}div#edd_user_commissions_unpaid table th, table th {
    padding: 12px 16px;
    background-color: #131313;
    border-bottom: 1px solid #212121;
    color:#9c9c9c;
}div#edd_user_commissions_unpaid table td {
    padding: 12px 16px;
    background-color: #191919;
    border-bottom: 1px solid #212121;
 
}div#edd_user_commissions_paid table th, table th {
    padding: 12px 16px;
    background-color: #131313;
    border-bottom: 1px solid #212121;
    color:#9c9c9c;
}div#edd_user_commissions_paid table td {
    padding: 12px 16px;
    background-color: #191919;
    border-bottom: 1px solid #212121;
 
}div#edd_user_commissions_revoked table th, table th {
    padding: 12px 16px;
    background-color: #131313;
    border-bottom: 1px solid #212121;
    color:#9c9c9c;
}div#edd_user_commissions_revoked table td {
    padding: 12px 16px;
    background-color: #191919;
    border-bottom: 1px solid #212121;
 
}

div#fes-vendor-dashboard table {
    border: 1px solid #191919;
}
div#fes-vendor-dashboard table, table tr, table td {
    border: 1px solid #191919;
    background:#191919 !important;
}
div#fes-vendor-dashboard table, table th {
    border: 1px solid #191919;
    background:#131313 !important;
}
div#fes-vendor-dashboard h3 {
    color: #353535;
}

div#fes-vendor-dashboard .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #212121;
color:#9c9c9c;
}
div#fes-vendor-dashboard h3 {
    color: #353535;
}

legend#fes-submission-form-title {
    border-bottom: #4e4e4e solid 2px;
    color: #d4d4d4;
}

div#fes-vendor-store-link a {
    color: darkgrey;
}
tr.edd_purchase_row th {
    color: #b3b3b3 !important;
}

#edd_user_history td, #edd_user_history th {
    border-bottom: 1px solid #212121 !important;
}a.lrm-switch-to--reset-password {
    color: #717171 !important;
}fieldset#edd_checkout_user_info input {
    background: #191919 !important;
    border: 1px solid #333333 !important;
  color:white;
}

fieldset#edd_checkout_user_info {
    margin-top: 20px;
}form.lrm-form {
    background: #252525;
}

a.lrm-switch-to-link.lrm-switch-to--login.selected {
    background: #252525 !important;
    coloR: white !important;
}

a.lrm-switch-to-link.lrm-switch-to--register {
    background: #2b2b2b;
    color: #565656;
}a.lrm-switch-to-link.lrm-switch-to--register:hover {
    background: #1f1f1f;
    color: #fff;
}

.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
    background: #3a3a3a;
}

.lrm-user-modal-container .input-text, .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=search], .lrm-user-modal-container input[type=tel], .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=url], .lrm-user-modal-container textarea {
    background-color: #1d1c1c;
    color: #b7b7b7;
    border: 1px solid #3a3a3a !important;
}

a.lrm-switch-to-link.lrm-switch-to--register.selected {
      background: #252525 !important;
    coloR: white !important;
}

a.lrm-switch-to-link.lrm-switch-to--login {
   background: #2b2b2b;
    color: #565656;
}
a.lrm-switch-to-link.lrm-switch-to--login:hover {
   background: #1f1f1f;
    color: #fff;
}
p.lrm-form-message {
    color: #bfbfbf;
}

button.full-width.has-padding:hover {
    background: #5a5959 !important;
}#edd_user_history {
    border-top: 1px solid #191919;
    border-bottom: none;
}

li.cart_item.empty {
    background: #131313;
}edd_purchase_receipt table.tr {
    background: black !important;
}

edd_purchase_receipt tbody {
    background-color: black !important;
}

table.edd-table td {
    background: #131313 !important;
}

table.edd-table th {
    background: #191919 !important;
}

table.edd-table th, table td {
    border-bottom: 1px solid #212121;
}

table.edd-table {
    width: 100%;
    border: 1px solid #212121;
    margin-bottom: 20px;
}

table.edd-table strong {
    color: #9c9c9c !important;
}

.edd_purchase_receipt_product_name {
    color: #9c9c9c;
}

body {
    color: #666666 !important;
}

li.edd_download_file a {
    color: white;
}

input#edd-purchase-button:hover {
    background: #212121;
    color: white;
}input#edd-purchase-button {
    background: white;
    color: black;
}

#edd_checkout_cart .edd_cart_header_row th {
    background: #191919;
    border: none;
}

#edd_checkout_cart td {
    background: #131313;
    border: 1px solid #212121;
}

h1.text-black.m-t-none.m-b {
   color: #848484;
}

th.edd_cart_total {
    background: #191919;
    border: 1px solid #212121 !important;
}

fieldset#edd_checkout_user_info {}

div#edd_checkout_form_wrap {
    background: #212121;
}

fieldset#edd_checkout_user_info {
    background: #131313;
    border: black;
}

p#edd_final_total_wrap {
    background: #131313 !important;
    border: none !important;
}

input#edd-purchase-button {
    background: white;
    color: black;
}
fieldset#edd_checkout_user_info {
    margin-top: -40px !important;
}
fieldset#edd_checkout_user_info legend {
    color: white;
}

tr.edd_cart_header_row th {
    color: #9c9c9c !important;
}

label.edd-label {
    color: #9c9c9c;
}

span.sf-range-values-seperator {
    color: #444343;
}

 .nav-links .page-numbers.current {
    background-color: #0e0e0e;
}

.nav-links .page-numbers {
    background-color: #131313f2;
    border: 1px solid #212121;
    color: #9c9c9c;
}
.btn-dark {
    color: #ffffff !important;
    background-color: #1f1f1f !important;
    border-color: #131313 !important;
}.btn-dark:hover {
    color: #fff !important;
    background-color: #464646 !important;
    border-color: #565656 !important;
}
.bg-black.lt, .bg-black .lt {
    background-color: #171616;
}

section.dropdown-menu.aside-xl.animated.fadeInUp.no-padder.bg-white {
    background: #131313;
}

ul.edd-cart li {
    background: #131313;
}

li.cart_item.edd_checkout {
    background: #131313;
}

span.edd-cart-item-title {
    color: #b5b6b5;
}form#search-filter-form-1097 {
    color: #b5b6b5;
}

a.text-ellipsis {
    color: #9c9c9c;
}.bg-light.dk, .bg-light .dk {
    background: #252525 !important;
}

form#search-filter-form-1097 ul {
    padding-inline-start: 15px;
    padding-inline-end: 25px;
}

.searchandfilter .noUi-connect {
    background-color: #ffffff;
}

input.sf-input-range-number.sf-range-min.sf-input-number {
    background: #131313;
    border: 1px solid #2b2b2b;
    padding-left: 3px;
}

input.sf-input-range-number.sf-range-max.sf-input-number {
    background: #131313;
    padding-left: 3px;
    border: 1px solid #2b2b2b;
}

span.sf-range-prefix {
    margin-right: 3px;
    color: white;
}

form#search-filter-form-1097 h4 {
    font-size: 12px;
    color: #4c4c4c;
}

select.sf-input-select {
    background: #131313;
    border: 1px solid #2b2b2b;
    padding: 5px;
}

.noUi-connects {
    background: #131313;
}

.meta-slider.noUi-target.noUi-ltr.noUi-horizontal {
    margin-top: 15px;
}

form#search-filter-form-1097 ul li {
    margin-block-end: -10px;
}

.bg-light {
    background-color: #313131;
    color: #788188;
}form#search-filter-form-1093 {
    float: right;
}span.topSort select.sf-input-select {
    background: #191919;
    padding: 4px;
    border: 1px #2b2b2b solid;
float:right;
    margin-right: -10px;
}.panel.wrapper-md {
    background: #151515;
}

.col-sm-2 img.img-full.m-b {
    margin-bottom: 0;
}

h1.m-t-none.m-b.text-black.h2 {
    color: white;
}

a.text-ellipsis.font-bold {
    color: #9c9c9c;
}.stars-avg-rating {
    text-align: left !important;
    font-size: unset!important;
    margin: 0 !important;
    clear: both;
}

span.rating-stars {
    font-size: 12px !important;
}.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #151515;
    border: 1px solid #29292978;
}

ul#menu-user-menu {
    background: #0e0e0e;
}

i.icon {
    color: #c1c1c1;
}.bg-black.dk, .bg-black .dk {
    background-color: #131313 !important;
}

.bg-black.bg, .bg-black .bg {
    background-color: #191919;
}

body.custom-background {
    background: #212121 !important;
}

.bg-black .nav > li:hover > a, .bg-black .nav > li:focus > a, .bg-black .nav > li:active > a, .bg-black .nav > li.active > a {
    background-color: #212121 !important;
}

.bg-light.dk, .bg-light .dk {
    background: #212121;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
::-webkit-scrollbar {
    background-color:#0a0a0a;
    width:16px
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color:#272727
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color:#191919;
    border-radius:16px;
    border:1px solid #292929
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {display:none}

.bg-white.wrapper-md.r {
    background: #151515;
}

.bg-info.dker.wrapper-md.r {
    background: #2b2b2b;
}

input.form-control.input-sm.no-border.rounded {
    background: black;
}
.bg-black .nav > li > a {
    color: #9c9c9c;
}
 
.bg-black {
    background-color: #191919;
    color: #7d94a4;
}
 

li.hidden-nav-xs.padder.m-t.m-b-sm.text-xs.text-muted {
    color: #484845 !important;
}

.bg-black .text-muted {
    color: #9c9c9c !important;
}

.bg-black .text-lt {
    color: #d4d4d4 !important;
}

.bg-black .nav .open > a {
    background-color: #131313;
}

.edd-cart-item, .edd-cart .cart_item {
    border: 1px solid #212121;
}

.bg-black a {
    color: #828282;
}
tr.edd_cart_footer_row a {
    margin-bottom: 10px !important;
}
.bg-black .caret {
    border-top-color: #afafaf;
    border-bottom-color: #3a3a3a;
}
.edd-submit.button.blue
 
.bg-white {
    background-color: #151515;
    color: #7d7d7d;
}

button.btn.btn-sm.bg-white.btn-icon.rounded {
    background: #fdfffd;
}.bg-black .nav > li > a:hover,
.bg-black .nav > li > a:focus {
  background-color: #131313;
}.list-group-item:hover   {
 border-right:5px solid #dedede;
}
td.fes-product-list-td img {
	height: 25px !important;
  	width: auto !important;
}.sweet-alert {
    background-color: #1f1f1f;
}

 

.sa-button-container button {
    color: #1f1f1f !important;
    background: white !important;
}

 
 
 
.sa-fix {
    display: none;
}

.sa-icon.sa-success.animate {
    display: none !important;
}

.sa-icon.sa-info {
    display: none !important;
}

.sa-icon.sa-warning {
    display: none;
}body.page-template-default.page .wp-core-ui .button-primary-disabled,body.page-template-default.page .wp-core-ui .button-primary.disabled,body.page-template-default.page .wp-core-ui .button-primary:disabled, body.page-template-default.page .wp-core-ui .button-primary[disabled] {
    color: #b6b6b6!important;
    background: #1b1b1b!important;
    border-color: #212121!important;
    box-shadow: none!important;
    text-shadow: none!important;
    cursor: default; opacity:0.2;
}body.page-template-default.page .media-frame-content {
    border-top: 1px solid #242424 !important;
}

body.page-template-default.page .media-router .active, .media-router .media-menu-item.active:last-child {
    margin: -1px -1px 0;
    background: #fff;
    border: 1px solid #242424;
    border-bottom: none;
}

body.page-template-default.page button#menu-item-browse {
    display: none;
}

body.page-template-default.page div#media-frame-title {
    display: none;
}body.page-template-default.page .media-frame-content {
    position: absolute;
    top: 40px;
    left: 200px;
    /* right: 0; */
    /* bottom: 61px; */
    height: auto;
    width: auto;
    margin: 0;
    overflow: auto;
    background: #fff;
    border-top: 1px solid #ddd;
}

body.page-template-default.page button#menu-item-upload {
    margin-left: -7px;
    color: grey !important;
    height: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

 

body.page-template-default.page button.media-modal-close {
    margin-top: -6px;
    margin-right: -10px;
}

body.page-template-default.page .media-frame-router {
    position: absolute;
    top: 0;
    left: 200px;
    right: 0;
    height: 36px;
    z-index: 200;
}body.page-template-default.page .upload-ui {
    margin-top: -14px !important;
    margin-bottom: 10px !important;
}

body.page-template-default.page .media-frame-toolbar .media-toolbar {
    top: auto;
    /* bottom: -67px; */
    height: auto;
    overflow: visible;
    border-top: 1px solid #242424;
}

body.page-template-default.page h2.media-frame-actions-heading.screen-reader-text {
    display: none;
}

body.page-template-default.page .upload-ui {
    margin-top: 30px !important;
}

body.page-template-default.page .media-modal-content {
    border: 1px solid #242424 !important;
}

body.page-template-default.page .attachment-details.uploading.save-ready .attachment-info {display:none}

 div#gallery-1 {
    display: none !important;
}
 
#edd-wl-modal .modal-header {
    padding-bottom: 45px;
}

li.wishlist-menu i.glyphicon.glyphicon-star {
    color: #9c9c9c !important;
}

.recommended-prods {
    padding-left: 3px;
}


.recommended-prods span.rec-reg-price {
    padding: 8px 5px !important;
}

.recommended-prods a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit {
    height:18px; padding-top:2px;
}

.widget.widget_music_post_widget a.edd_go_to_checkout.btn.btn-xs.btn-dark.blue.edd-submit {
    height:18px; padding-top:2px;
}
  
.navbar-right .notification .notification-items ul li.unread {
    background: #1b1b1b !important;
    color: #dfdfdf !important;
}
 @media (min-width: 320px) and (max-width: 780px) {
  
div#ajax-search {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-right li {float:rright;}


 

li.wishlist-menu { display:none !important}

li.notification.displayNotif { display:none !important}

div#filterbox li {
    width: 45%;
}section#genres .m-t-n-xxs {
    padding-bottom: 0 !important; margin-bottom:-40px;
}.col-lg-4.paymethods {margin-bottom:30px;}
  
}
body.page-template.page-template-template-parts.page-template-template-albums .edd-review-body a:hover {

 color:#cacaca;
 
}
 

body.page-template.page-template-template-parts.page-template-template-albums .edd-review-body a {

border: 1px solid #3c3c3c; color:grey;
padding:4px 8px 4px 8px;
border-radius:4px;
}

body.page-template.page-template-template-parts.page-template-template-albums .edd-review-meta a{ border:unset;
padding:unset;
border-radius:unset;
}

body.page-template.page-template-template-parts.page-template-template-albums .edd-review-content a{ border:unset;
padding:unset;
border-radius:unset;
}

body.page-template.page-template-template-parts.page-template-template-albums .edd-review-review-helpful a{ border:unset;
padding:unset;
border-radius:unset;
}

body.page-template.page-template-template-parts.page-template-template-albums span.edd-reviews-verified-purchase {
    background: #fdfdfd;
    border-radius: 50px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #0e0e0e;
    margin-left: 5px;  display:none;
}

body.page-template.page-template-template-parts.page-template-template-albums span.edit-link {
    display: none;
}

body.page-template.page-template-template-parts.page-template-template-albums ul.children {
    display: none;
}

body.page-template.page-template-template-parts.page-template-template-albums  li.edd_review.depth-1 {
    border-bottom: none
}

body.page-template.page-template-template-parts.page-template-template-albums li.edd_review.depth-1 {
    border-top: 1px solid #2d2d2d;
}

 

body.page-template.page-template-template-parts.page-template-template-albums .edd_reviews_breakdown {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px !important;
}

body.page-template.page-template-template-parts.page-template-template-albums .edd-review-list li:nth-of-type(1) { border-top: 1px solid #212121; margin-top:-15px}

body.page-template.page-template-template-parts.page-template-template-albums section#dunkles {
    padding-top: 0;
}

body.page-template.page-template-template-parts.page-template-template-albums span.edd-review-meta-rating .dashicons, .dashicons-before:before {
   
    width: 14px !important;
    font-size: 12px; padding-top:3px
}

body.page-template.page-template-template-parts.page-template-template-albums i.fa.fa-map-marker {
    margin-right: 2px;
}

 .clearfix.ONE {
    padding-bottom: 140px !important;
}@media screen and ( max-width: 1720px ){

.edd_reviews_breakdown .edd-counter-container-1 .edd-counter-back{
   margin-left:0 !important;
}

}

 @media screen and ( max-width: 1871px ){

.edd-review-count{
  display:none;
}

} 

body.page-template-default.page span.edd-wl-item-purchased {
    background: white;
    display: none !important;
}

body.page-template-default.page span.edd-wl-item-title span {
    display: inline-block;
}

body.page-template-default.page span.edd-wl-item-image {
    float: left;
    margin-right: 20px;
}
 

body.page-template-default.page span.edd-wl-item-title a {
   line-height:3;
}

body.page-template-default.page span.edd-wl-item-purchased {
    display: none !important;
}

body.page-template-default.page span.edd-wl-item-title-option {
    display: none !important;
} 


 
@media screen and ( min-height: 860px ){
body.page-template-default.page  .edd-wl-view {min-height:58vh;}
}@media screen and ( max-height: 920px ){
body.page-template-default.page  .edd-wl-view  {min-height:54.9vh;}
}@media screen and ( max-height: 880px ){
 body.page-template-default.page  .edd-wl-view {min-height:51.7vh;}
}
@media screen and ( max-height: 820px ){
 body.page-template-default.page  .edd-wl-view {min-height:48vh;}
}@media screen and ( max-height: 765px ){
 body.page-template-default.page  .edd-wl-view {min-height:46.2vh;}
}@media screen and ( max-height: 735px ){
body.page-template-default.page  .edd-wl-view {min-height:44.4vh;}
} 

 @media screen and ( min-height: 860px ){
body.page-template-default.page  .edd-wl-wish-lists  {min-height:58vh;}
}@media screen and ( max-height: 920px ){
body.page-template-default.page  .edd-wl-wish-lists  {min-height:54.9vh;}
}@media screen and ( max-height: 880px ){
 body.page-template-default.page  .edd-wl-wish-lists  {min-height:51.7vh;}
}
@media screen and ( max-height: 820px ){
 body.page-template-default.page  .edd-wl-wish-lists  {min-height:48vh;}
}@media screen and ( max-height: 765px ){
 body.page-template-default.page  .edd-wl-wish-lists  {min-height:46.2vh;}
}@media screen and ( max-height: 735px ){
body.page-template-default.page  .edd-wl-wish-lists  {min-height:44.4vh;}
} 

 body.page-template-default.page a.edd-wl-button {
    display: unset; 
}

 

body.page-template-default.page a.edd-wl-button a.edd-add-to-cart-from-wish-list.edd-wl-button.edd-wl-action span:hover {
    color:grey !important;  
}body.page-template-default.page a.edd-wl-button a.edd-add-to-cart-from-wish-list.edd-wl-button.edd-wl-action span  {
    font-weight:normal !important; 
}
fieldset#edd_vat_fields legend {
    padding-bottom: 20px;
}#edd_checkout_form_wrap #edd_show_vat_info {
    background: #131313 !important;
    color: #666;
    padding: 1em 1.387em !important;
    border: 1px solid #e0e0e0 !important;
}
 
p#edd_final_total_wrap {
    font-size: 20px;
    padding-left: 20px !important;
    color: white !important;
}

a.edd_vat_link {
    padding-left: 10px;
}
 fieldset#edd_vat_fields input {
    margin-top: 10px;
}
fieldset#edd_cc_address legend {
    padding-bottom: 20px;
}div#edd_vat_info_show {
    background: #131313;    margin-bottom: 20px !important;
}.mc4wp-form-basic, .mc4wp-form-theme {
    margin: 0 !important;
}div#text-22 {
    padding-top: 20px;
}body.archive.search.search-results h4 {
    color: white !important;
} a.thumb-lg.user {
    margin-bottom: 10px;
}body.home .clearfix.ONE {
    padding-bottom: 90px !important;
}
 
section.dropdown-menu.aside-xl.animated.fadeInUp.no-padder.bg-white li.cart_item.edd-cart-meta.edd_subtotal {background:#191818;}

section.dropdown-menu.aside-xl.animated.fadeInUp.no-padder.bg-white li.cart_item.edd-cart-meta.edd_cart_tax  {background:#191818;}
.clearfix.ONE .paymentbox span img {
    width: 45px !important;
}
p.viewmoresearch {
    text-align: center;
    background: #151515;
    padding-top: 5px;
}p.viewmoresearch a {
    color: #151515 !important;
 
}

p.viewmoresearch span {
    background: #ffffff;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    /* padding: 5px; */
    font-size: 12px;
    color: black !important;
}body.archive.tax-download_tag  div#filterbox { margin-right: 40px; }

body.archive.tax-download_tag h1.font-thin.h2.m-t.m-b {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

body.archive.tax-download_tag  span.prdtag {
    color: grey;
    padding-right: 10px;
}.clearfix.ONE {
    margin-top: 40px !important;
} 
 

@media screen and ( min-height: 860px ){
body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#marzen, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#rauchbier, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#dunkles
 {min-height:69.2vh;}
}@media screen and ( max-height: 920px ){
body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#marzen, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#rauchbier, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#dunkles 
 {min-height:70.9vh;}
}@media screen and ( max-height: 880px ){
body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#marzen, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#rauchbier, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#dunkles
  {min-height:68.7vh;}
}
@media screen and ( max-height: 820px ){
body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#marzen, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#rauchbier, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#dunkles
  {min-height:66.3vh;}
}@media screen and ( max-height: 765px ){
body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#marzen, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#rauchbier, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#dunkles 
 {min-height:65.2vh;}
}@media screen and ( max-height: 735px ){
body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#marzen, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#rauchbier, body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#dunkles 
{min-height:63.4vh;}
} 

 
body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#rauchbier hr {
    margin-top: 0;
    padding-bottom: 20px;
}body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php .clearfix.ONE {
  margin-top: 0 !important; 
}body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php section#rauchbier p {
    max-width:75%;
}

body.page-template.page-template-template-parts.page-template-template-albums.page-template-template-partstemplate-albums-php .tabset label:hover {
    color: white;
}.edd-review-content {
    color: #c3c3c3;
}@media screen and ( min-height: 860px ){
body.archive.tax-download_category .row.row-sm 
 {min-height:24.2vh;}
}@media screen and ( max-height: 920px ){
body.archive.tax-download_category .row.row-sm 
 {min-height:16.2vh;}
}@media screen and ( max-height: 880px ){
body.archive.tax-download_category .row.row-sm 
  {min-height:14.2vh;}
}
@media screen and ( max-height: 820px ){
body.archive.tax-download_category .row.row-sm 
  {min-height:8.2vh;}
}@media screen and ( max-height: 765px ){
body.archive.tax-download_category .row.row-sm  
 {min-height:3.2vh;}
}@media screen and ( max-height: 735px ){
body.archive.tax-download_category .row.row-sm  
{min-height:13.2vh;}
} body.page-template.page-template-template-parts.page-template-template-video.page-template-template-partstemplate-video-php .user-data h4 a {
    color: grey;
}
 

body.page-template.page-template-template-parts.page-template-template-video.page-template-template-partstemplate-video-php h1.font-thin.h2.m-t.m-b {
    margin-bottom: 30px;
}@media screen and ( min-height: 860px ){
.page-template-template-video section.scrollable.wrapper-lg
 {min-height:61.8vh;}
}@media screen and ( max-height: 920px ){
.page-template-template-video section.scrollable.wrapper-lg
 {min-height:62.9vh;}
}@media screen and ( max-height: 880px ){
.page-template-template-video section.scrollable.wrapper-lg
  {min-height:61.7vh;}
}
@media screen and ( max-height: 820px ){
.page-template-template-video section.scrollable.wrapper-lg
  {min-height:58.3vh;}
}@media screen and ( max-height: 765px ){
.page-template-template-video section.scrollable.wrapper-lg
 {min-height:54.2vh;}
}@media screen and ( max-height: 735px ){
.page-template-template-video section.scrollable.wrapper-lg 
{min-height:53.4vh;}
} 
  

@media screen and ( min-height: 860px ){
.page-template-template-video section.no-results.not-found
 {min-height:62.2vh;}
}@media screen and ( max-height: 920px ){
.page-template-template-video section.no-results.not-found
 {min-height:58.9vh;}
}@media screen and ( max-height: 880px ){
.page-template-template-video section.no-results.not-found
  {min-height:56.7vh;}
}
@media screen and ( max-height: 820px ){
.page-template-template-video section.no-results.not-found
  {min-height:53.3vh;}
}@media screen and ( max-height: 765px ){
.page-template-template-video section.no-results.not-found
 {min-height:51.2vh;}
}@media screen and ( max-height: 735px ){
.page-template-template-video section.no-results.not-found
{min-height:53.4vh;}
} 


body.page-template.page-template-template-parts.page-template-template-video section.no-results.not-found {
    display: block;
}

.page-template-template-video h1.page-title.font-thin {
    display: none;
}

.page-template-template-video header.page-header {    display: none;}

.page-template-template-video .page-content {    display: none;}

.page-template-template-video .pagination {
    margin-bottom: -35px;
    margin-top: -40px;
}

 

.page-template-template-video h1.font-thin.h2.m-t.m-b {
    margin-top: 0;
    margin-bottom: 25px !important;
} 
.fes-el.textarea.product_notes label {
    padding-bottom: 10px;
}

.fes-el.textarea.product_notes {
    margin-top: 30px;
}

.fes-el.textarea.gear_used {
    margin-top: 30px;
}

.fes-el.multiple_pricing.multiple {
    margin-bottom: 30px !important;
}a.slaask-no-padding {
    display: none;
}div#slaask-button {
    margin-right: 15px !important;
}button.btn.btn-lg.btn-block.btn-default.slaask-open-widget {
    background: black;
    color: white !important;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}.fes-login-registration.fes-login-registration-register {
    display: none;
}  
 .purchased {
 	position: absolute;
    background: #1b7310;
    color: white;
    right: 59px;
    font-size: 12px;
    top: 3px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-weight: normal;
}
table#edd_user_history td {
    padding: 8px;
}
.archive .purchased {
    right: 26px;
}body.page-template.page-template-template-parts.page-template-template-albums .purchased {
    right: 17px;
}body.page-template.page-template-template-parts.page-template-template-videos .purchased {
    right: 17px;
}
table#edd_user_history th {
    padding: 8px !important;
}
.single-download .purchased {
 	position: absolute;
    background: #1b7310;
    color: white;
    font-size: 12px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-weight: normal;
    right: 8px;
}
  .single-download .product-info .m-b-lg.m-t-md {margin-top:7px !important}

 
.home .purchased, .page-id-213076 .purchased {
	position: absolute;
    background: #1b7310;
    color: white;
    right: 18px;
    font-size: 12px;
    top: 3px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-weight: normal;
}

.checkout_purchased {
  color: white;
  background: #1b7310;
  font-weight: normal;
  font-size: 12px;
  padding-left: 3px;
  padding-right: 4px;
  border-radius: 4px;
  margin-left: 20px;
}@media (min-width: 320px) and (max-width: 540px) {
  
.row.row-sm img.attachment-content-grid-download.size-content-grid-download {
 
    max-height: 150px;
}
  
}@media (min-width: 320px) and (max-width: 540px) {
  
.item-overlay.opacity.r.bg-black {
     max-width: 164px !important;
    max-height: 150px !important;
}
  
}section#marzen {
    color: #777777;
}
.zopim {
    display: none;
}
.tabset.product label {
    color: #777777;
}
 .dropdown.dropup.wrapper-sm.clearfix  i.icon-user-follow { padding-right:10px;}

.ml-content {
    background-color: #131313;}
#modal-login .error {
    background-color: #5f5f5f;
}input#wp-submit {
    border: 1px solid #212121 !important;
}

p.mc4wp-checkbox.mc4wp-checkbox-wp-registration-form span {
    color: #5f5a5a;
    padding-left: 10px;
}

input#user-submit-register  {
    border: 1px solid #212121 !important;
}.swlrp-skin-s1.swlrp-popup-modal .swlrp-popup-left {
 
    background: #0a0a0a !important;
 
}

.swlrp-popup-modal .swlrp-title.swlrp-title-skin-t1 a.swlrp-active {
 
    border-bottom-color: #252525 !important;
    opacity: 1;
}
.swlrp-popup-modal .swlrp-title.swlrp-title-skin-t1 a {
    color: #d0d0d0 !important;
 
    border-bottom-color: #84c225 !important;
    
}.swlrp-popup-modal .swlrp-popup .swlrp-Button {
    
    border: 2px solid #dedede !important;
 
    color: #ffffff !important;
 
}.swlrp-skin-s1.swlrp-popup-modal .swlrp-LostPassword, .swlrp-skin-s1.swlrp-popup-modal .swlrp-LostPassword a, .swlrp-skin-s1.swlrp-popup-modal .swlrp-plogin, .swlrp-skin-s1.swlrp-popup-modal .swlrp-plogin a {
    
    color: #ffffff !important;
   
}.swlrp-popup-modal .swlrp-popup .swlrp-Button:hover {
    color: #fff !important;
    background: #212121 !important;
}