.single-download .feature-table {
  border: 1px solid #f2f2f2;
  width: 100%;
}
.single-download .feature-table th,
.single-download .feature-table td:not(.pll_feature_name) {
  text-align: center;
}
.single-download .feature-table tr {
  height: 44px;
}
.single-download .feature-table th {
  background: #a03f3f;
  color: #ffffff;
  vertical-align: middle;
  font-weight: 700;
  padding: 0 5px;
}
.single-download .feature-table td {
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}
.single-download .feature-table .dashicons.dashicons-yes {
  color: #6CC180;
}
.single-download .feature-table .dashicons.dashicons-no {
  color: #a03f3f;
}
.single-download .feature-table .odd {
  background: #f9f9f9;
}
.single-download .feature-table .odd:hover {
  background: #f3f3f3;
}
.single-download .feature-table .even {
  background: #ffffff;
}
.single-download .feature-table .even:hover {
  background: #f3f3f3;
}
.single-download .price_line td {
  font-weight: bold;
  font-size: 1.2em;
}

.pll_cta {
  background-color: #3d3d3d;
  color: #F1F1F1;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  right: 0;
  height: 350px;
  padding: 50px 0;
}
.pll_cta .pll_cta_content {
  margin: 0 auto;
  width: 1200px;
  padding: 0 40px;
  line-height: 60px;
  color: #fafafa;
  text-align: center;
  font-size: 2.5em;
}

.pll_feature {
  display: flex;
  margin: 40px 0;
}
.pll_feature .panel-grid-cell {
  width: 50%;
}
.pll_feature.img-right {
  flex-direction: row-reverse;
}
.pll_feature.img-left {
  flex-direction: row;
}
.pll_feature .feature-text,
.pll_feature .feature-img {
  width: 50%;
}
.pll_feature .feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pll_btn {
  background: #a03f3f;
  color: #fff;
  padding: 1em 2em;
  font-size: 1.15rem;
  border-radius: 5px;
}
.pll_btn:hover {
  background: #af4545;
  color: #F1F1F1;
}

/**
Responsive
 */
@media only screen and (max-width: 1024px) {
  .pll_cta .pll_cta_content {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .pll_cta {
    height: auto;
  }
}
@media only screen and (max-width: 420px) {
  .pll_cta .pll_cta_content {
    font-size: 1.2em;
    padding: 0;
  }

  .features {
    display: flex;
    flex-direction: column;
  }

  .pll_feature {
    display: initial;
    margin: 20px 0 0 0;
  }
  .pll_feature .feature-text {
    width: auto;
  }
}
.tabs {
  border: 2px solid #a03f3f;
  margin-bottom: 20px;
}
.tabs .tablist {
  background: #a03f3f;
}
.tabs .tablist button {
  border-radius: 0px;
}
.tabs .tablist button[aria-selected=true] {
  background: #ffffff;
  color: #a03f3f;
}
.tabs .tablist button:hover {
  background: #ffffff;
  color: #a03f3f;
}
.tabs .tablist th {
  background: #3d3d3d;
}
.tabs .edd-no-downloads,
.tabs .edd-no-purchases {
  text-align: center;
  padding-top: 1.5em;
}

#license-button input.edd_sl_license_key {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
