#newsletter-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  display: none;
}
@media screen and (max-width: 990px) {
  #newsletter-popup {
    display: none !important;
  }
}
#newsletter-popup #newsletter-container {
  width: 772px;
  height: 323px;
  position: absolute;
  left: 50%;
  top: 195px;
  margin-left: -386px;
  background-image: url('../images/newsletter_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
}
#newsletter-popup #newsletter-container .close-popup {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  right: -56px;
  top: -56px;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  font-family: 'Roboto Slab', sans-serif;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  cursor: pointer;
}
#newsletter-popup #newsletter-container .close-popup:hover {
  background-color: #ffffff;
  color: #262626;
}
#newsletter-popup #newsletter-container h2 {
  color: #ffffff;
  margin: 0 0 16px 0;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
}
#newsletter-popup #newsletter-container p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
}
#newsletter-popup #newsletter-container .mc4wp-form {
  font-size: 0;
  padding-top: 40px;
}
#newsletter-popup #newsletter-container .mc4wp-form input[type=email] {
  width: 260px;
  height: 54px;
  line-height: 54px;
  padding: 0 22px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #b1b1b1;
  border: 0;
  background-color: #ffffff;
  outline: 0;
  float: left;
}
#newsletter-popup #newsletter-container .mc4wp-form input[type=email]:focus {
  color: #262626;
}
#newsletter-popup #newsletter-container .mc4wp-form input[type=submit] {
  width: 144px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 0;
  background-color: #262626;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  outline: 0;
}
#newsletter-popup #newsletter-container .mc4wp-form input[type=submit]:hover {
  background-color: #db001b;
}
#newsletter-popup #newsletter-container .mc4wp-form .mc4wp-response {
  clear: both;
}
#newsletter-popup #newsletter-container .mc4wp-form .mc4wp-response .mc4wp-alert {
  padding-top: 16px;
}
#newsletter-popup #newsletter-container .mc4wp-form .mc4wp-response .mc4wp-alert p {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
#choose-subscription {
  background-color: #ffffff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.12);
  padding-bottom: 60px;
}
#choose-subscription header {
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 1080px) {
  #choose-subscription header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#choose-subscription header ul#breadcrumbs {
  float: right;
  list-style: none;
  font-size: 0;
  margin-top: 38px;
}
@media screen and (max-width: 1080px) {
  #choose-subscription header ul#breadcrumbs {
    display: none;
  }
}
#choose-subscription header ul#breadcrumbs li {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-left: 14px;
}
#choose-subscription header ul#breadcrumbs li:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  background-image: url('../images/breadcrumb_next.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 8px;
}
#choose-subscription header ul#breadcrumbs li:last-child:after {
  display: none;
}
#choose-subscription header ul#breadcrumbs li .current {
  color: #db001b;
}
#choose-subscription header ul#breadcrumbs li a {
  color: #a4a4a4;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}
#choose-subscription header ul#breadcrumbs li a:hover {
  color: #db001b;
}
#choose-subscription header h1 {
  line-height: 36px;
  font-size: 36px;
}
#choose-subscription header h1 span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #565656;
}
#choose-subscription section img.alignleft {
  margin-right: 55px;
  margin-top: 20px;
  margin-left: 20px;
}
#choose-subscription section .mepr-price-menu.custom {
  display: none !important;
}
#choose-subscription section #memberships {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  #choose-subscription section #memberships {
    display: none;
  }
}
#choose-subscription section #memberships #memberships-options {
  font-size: 0;
  width: 100%;
  padding-left: 220px;
}
#choose-subscription section #memberships #memberships-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #cacaca;
  height: 111px;
  width: 100%;
  display: flex;
}
#choose-subscription section #memberships #memberships-options ul li {
  width: 50%;
  height: 111px;
  border-left: 1px solid #cacaca;
  background-color: #797979;
  display: inline-block;
  padding-top: 20px;
  position: relative;
  vertical-align: top;
}
#choose-subscription section #memberships #memberships-options ul li h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
}

#choose-subscription section #memberships #memberships-options ul li h5:nth-of-type(2) {
  margin-top: 5px;
}

#choose-subscription section #memberships #memberships-options ul li h4 {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 800;
  margin: 8px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

#choose-subscription section #memberships #memberships-options ul li h4 small {
  font-size: 14px;
  font-weight: 300;
}

#choose-subscription section #memberships #memberships-options ul li.bigger {
  width: 202px;
  background-color: #222222;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}
#choose-subscription section #memberships #memberships-details .membership-row {
  display: flex;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-description {
  border-left: 1px solid #cacaca;
  display: table-cell;
  padding: 0 16px;
  width: 220px;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-description.first {
  border-top: 1px solid #cacaca;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-description.last {
  border-bottom: 1px solid #cacaca;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-description .membership-description-inner {
  padding: 20px 0;
  border-bottom: 1px solid #cacaca;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-description .membership-description-inner.last {
  border-bottom: 0;
  float: none;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-description .membership-description-inner h6 {
  margin: 0;
  padding: 0;
  color: #1e1d1e;
  font-size: 14px;
  font-weight: 700;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-description .membership-description-inner p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #565656;
  font-weight: 400;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-description .membership-description-inner.inactive h6,
#choose-subscription section #memberships #memberships-details .membership-row .membership-description .membership-description-inner.inactive p {
  opacity: 0.5;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-separator {
  display: table-cell;
  width: 16px;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-features {
  display: flex;
  font-size: 0;
  text-align: right;
  border-right: 1px solid #cacaca;
  flex: 0 0 calc(100% - 220px);
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-features .membership-feature {
  display: inline-flex;
  border-left: 1px solid #cacaca;
  width: 50%;
  height: 100%;
  padding: 0 20px;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-features .membership-feature.bigger {
  width: 202px;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-features .membership-feature .membership-feature-inner {
  display: inline-block;
  border-bottom: 1px solid #cacaca;
  height: 100%;
  width: 100%;
  position: relative;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-features .membership-feature .membership-feature-inner.last {
  border-bottom: 0;
}
#choose-subscription section #memberships #memberships-details .membership-row .membership-features .membership-feature .membership-feature-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -15px;
}
#choose-subscription section #memberships #memberships-buttons {
  width: 100%;
  padding-left: 220px;
}
#choose-subscription section #memberships #memberships-buttons ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  width: 100%;
}
#choose-subscription section #memberships #memberships-buttons ul li {
  display: inline-block;
  width: calc(100% / 4);
  border-left: 1px solid #cacaca;
  padding: 16px;
}
#choose-subscription section #memberships #memberships-buttons ul li.bigger {
  width: 202px;
}
#choose-subscription section #memberships #memberships-buttons ul li a {
  background-color: #db001b;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  font-size: 14px;
  font-weight: 700;
  display: block;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  max-width: 144px;
  margin: 0 auto;
}
#choose-subscription section #memberships #memberships-buttons ul li a:hover {
  background-color: #ff0f2d;
}
#choose-subscription section #memberships-mobile {
  display: none;
}
@media screen and (max-width: 1080px) {
  #choose-subscription section #memberships-mobile {
    display: block;
  }
}
#choose-subscription section #memberships-mobile .membership {
  margin-top: 21px;
}
#choose-subscription section #memberships-mobile .membership .membership-title {
  background-color: #797979;
  text-align: center;
  height: 94px;
  padding-top: 20px;
}
#choose-subscription section #memberships-mobile .membership .membership-title h2 {
  color: #ffffff;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 1;
}
#choose-subscription section #memberships-mobile .membership .membership-title p {
  color: #ffffff;
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
#choose-subscription section #memberships-mobile .membership .membership-details {
  border: 1px solid #cacaca;
  border-top: 0;
  padding: 28px 24px;
  margin: 0;
}
#choose-subscription section #memberships-mobile .membership .membership-details ul {
  margin: 0 0 7px 0;
  list-style: none;
  padding: 0;
}
#choose-subscription section #memberships-mobile .membership .membership-details ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 46px;
  background-image: url('../images/check.png');
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 28px 21px;
  min-height: 26px;
}
#choose-subscription section #memberships-mobile .membership .membership-details ul li p {
  font-size: 13px;
  color: #565656;
  margin: 0;
  padding: 0;
}
#choose-subscription section #memberships-mobile .membership .membership-details ul li p b {
  color: #1e1d1e;
  font-weight: 700;
}
#choose-subscription section #memberships-mobile .membership .membership-details ul li.inactive p {
  opacity: 0.5;
}
#choose-subscription section #memberships-mobile .membership .membership-details a {
  display: block;
  width: 143px;
  height: 38px;
  line-height: 38px;
  background-color: #db001b;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.footer-newsletter {
  height: 110px;
  background-image: url('../images/footer_newsletter.png');
  background-position: center;
  background-repeat: repeat-x;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .footer-newsletter {
    display: none;
  }
}
.footer-newsletter .container {
  max-width: 1015px;
  width: 96%;
}
.footer-newsletter h2 {
  float: left;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  width: 50%;
  line-height: 36px;
  margin: 22px 0 0 0;
}
.footer-newsletter h2 span {
  opacity: 0.7;
  font-size: 15px;
  display: block;
}
.footer-newsletter .mc4wp-form {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 0;
  padding-top: 24px;
}
.footer-newsletter .mc4wp-form input[type=email] {
  width: 260px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
  outline: 0;
  -webkit-box-shadow: inset 4px 4px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 4px 4px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 4px 4px 5px 0px rgba(0, 0, 0, 0.12);
  border: 0;
  line-height: 64px;
  font-size: 14px;
  color: #b1b1b1;
  padding: 0 22px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.footer-newsletter .mc4wp-form input[type=email]:focus {
  color: #ad0015;
}
.footer-newsletter .mc4wp-form input[type=submit] {
  width: 143px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: 0;
  background-color: #262626;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.footer-newsletter .mc4wp-form input[type=submit]:hover {
  background-color: #ff0f2d;
}
#membership-product {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.12);
  max-width: 1020px;
  width: 96%;
}
#membership-product header {
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 1080px) {
  #membership-product header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#membership-product header ul#breadcrumbs {
  float: right;
  list-style: none;
  font-size: 0;
  margin-top: 38px;
}
@media screen and (max-width: 1080px) {
  #membership-product header ul#breadcrumbs {
    display: none;
  }
}
#membership-product header ul#breadcrumbs li {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-left: 14px;
}
#membership-product header ul#breadcrumbs li:after {
  content: '';
  display: inline-block;
  margin-left: 14px;
  background-image: url('../images/breadcrumb_next.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 8px;
}
#membership-product header ul#breadcrumbs li:last-child:after {
  display: none;
}
#membership-product header ul#breadcrumbs li .current {
  color: #db001b;
}
#membership-product header ul#breadcrumbs li a {
  color: #a4a4a4;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}
#membership-product header ul#breadcrumbs li a:hover {
  color: #db001b;
}
#membership-product header h1 {
  line-height: 36px;
  font-size: 36px;
  margin: 20px 0;
}
@media screen and (max-width: 1080px) {
  #membership-product header h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
#membership-product header h1 b,
#membership-product header h1 strong {
  font-weight: 400;
  color: #db001b;
}
#membership-product .product-content {
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  #membership-product .product-content {
    padding: 0 15px 15px 15px;
  }
}
#membership-product .product-content p {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #565656;
}

body.memberpressproduct-template .mepr_error {
  margin-bottom: 0 !important;
}

#membership-product .product-content .mp_wrapper {
  border: 1px solid #cacaca;
  padding: 40px 32px;
  margin-top: 32px;
  font-size: 14px;
  /*            &:last-child {
                margin-top: 0;
                border-top: 0;
            }
            
            &:first-child {
                margin-top: 32px !important;
                border-top: 1px solid #cacaca !important;
            }*/
}
#membership-product .product-content .mp_wrapper .mp_wrapper {
  display: none;
}
@media screen and (max-width: 1080px) {
  #membership-product .product-content .mp_wrapper {
    padding: 15px 7px 40px 7px;
    margin-top: 15px;
  }
}
#membership-product .product-content .mp_wrapper .mepr_price {
  display: none !important;
}
#membership-product .product-content .mp_wrapper .mp-form-row {
  width: 50% !important;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #membership-product .product-content .mp_wrapper .mp-form-row {
    width: 100% !important;
  }
}
#membership-product .product-content .mp_wrapper .mp-form-row .mp-form-label {
  font-size: 14px;
  color: #565656;
}
#membership-product .product-content .mp_wrapper .mp-form-row input[type=text],
#membership-product .product-content .mp_wrapper .mp-form-row input[type=email],
#membership-product .product-content .mp_wrapper .mp-form-row select,
#membership-product .product-content .mp_wrapper .mp-form-row input[type=password] {
  font-size: 14px !important;
  color: #565656;
  margin-top: 8px;
}
#membership-product .product-content .mp_wrapper .mp-form-row select {
  -webkit-appearance: none;
  appearance: none;
  background: #efefef;
}
#membership-product .product-content .mp_wrapper .mp-form-row.mepr_coupon {
  width: auto !important;
  margin-left: -32px;
  margin-right: -32px;
  display: block;
  background-color: #fbfbfb;
  padding: 24px 40px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 1080px) {
  #membership-product .product-content .mp_wrapper .mp-form-row.mepr_coupon {
    margin-left: -7px;
    margin-right: -7px;
    padding: 24px 15px;
  }
}
#membership-product .product-content .mp_wrapper .mp-form-row.mepr_coupon input[type=text] {
  width: calc(50% - 16px) !important;
}
@media screen and (max-width: 767px) {
  #membership-product .product-content .mp_wrapper .mp-form-row.mepr_coupon input[type=text] {
    width: 100% !important;
  }
}
#membership-product .product-content .mp_wrapper .mp-form-row#mepr_payment_method {
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-top: 23px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #membership-product .product-content .mp_wrapper .mp-form-row#mepr_payment_method {
    padding-top: 0;
  }
}
#membership-product .product-content .mp_wrapper .mepr_payment_method {
  background-color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
}
@media screen and (max-width: 767px) {
  #membership-product .product-content .mp_wrapper .mepr_payment_method {
    float: none;
  }
}
#membership-product .product-content .mp_wrapper .mepr_payment_method span.mepr-payment-method-icon {
  margin: 0;
  line-height: 1;
  padding: 0;
}
#membership-product .product-content .mp_wrapper .mepr_payment_method .mepr-payment-method-label-text {
  display: none !important;
}
#membership-product .product-content .mp_wrapper .mepr_payment_method .mepr-payment-method {
  margin-bottom: 0;
  width: 100% !important;
}
#membership-product .product-content .mp_wrapper .mepr-payment-method-desc-text {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #db001b;
  padding: 0;
  margin: 0;
}
#membership-product .product-content .mp_wrapper .mepr-submit {
  float: right;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  width: 143px;
  height: 40px;
  border: 0;
  text-transform: uppercase;
  background-color: #db001b;
  border-bottom: 2px solid #d9d9d9;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-top: 40px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #membership-product .product-content .mp_wrapper .mepr-submit {
    float: none;
    display: block;
    margin: 20px auto 0 auto;
  }
}
#membership-product .product-content .mp_wrapper .mepr-submit:hover {
  background-color: #ff0f2d;
}
#membership-product .product-content .mp_wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
#membership-product .product-content .mp-table {
  border: 0 !important;
  margin-bottom: 0;
}
#membership-product .product-content .mp-table tfoot {
  display: none;
}
#membership-product .product-content .mp-table th {
  font-size: 18px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  color: #db001b;
  border: 0 !important;
}
#membership-product .product-content .mp-table td {
  border: 0 !important;
  font-size: 14px;
  color: #565656;
  font-weight: 700;
}
#membership-product .product-content .mp-table td.mp-currency-cell {
  text-align: left;
  font-weight: 400;
}
#membership-product .product-content #payment-form .mepr_spacer {
  width: auto;
  margin-left: -32px;
  margin-right: -32px;
  margin-top: 18px;
  height: 1px;
  background-color: #cecece;
}
@media screen and (max-width: 1080px) {
  #membership-product .product-content #payment-form .mepr_spacer {
    margin-left: -7px;
    margin-right: -7px;
  }
}
#membership-product .product-content #payment-form .mepr-submit {
  display: block;
  margin: 40px auto 0 auto;
  float: none;
}
.top-banner-advertise {
  z-index: 1;
  position: relative;
}

.have-coupon-link {
  display: none;
}
/*# sourceMappingURL=additional.css.map */