/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/*  Memberpress Stylings     */
/*****************************/

/* 1. Unautorised content box */
.mp_wrapper {
  max-width: 900px;
  margin: 36px auto;
}

.mepr-unauthorized-excerpt {
  max-width: 600px;
  margin: 0 auto;
}

.mepr-login-form-wrap {
  max-width: 85%;
  margin: 0 auto;
}

.mp_wrapper .button.mp-hide-pw.hide-if-no-js {
  display: none;
}

.mepr-unauthorized-message {
  position: relative;
  top: -20px;
  width: 100%;
  border: 4px solid #f427dc;
  border-radius: 18px;
  text-align: center;
  padding: 20px 5px 0 5px;
}

#paywall-logo {
  border-radius: 5px !important;
  margin-bottom: -15px;
}

.paywall-continue {
  margin-bottom: 10px;
}

.mepr-unauthorized-message h1 {
  max-width: 80%;
  margin: auto;
  font-size: 28px;
  color: #242021;
}

div.mepr-unauthorized-excerpt {
  position: relative;
}
div.mepr-unauthorized-excerpt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px -200px 100px -100px #fff;
  box-shadow: inset 0px -200px 100px -100px #fff;
  pointer-events: none;
}

.button_subscribe {
  background-color: #f427dc;
  width: 30%;
  min-width: 120px;
  padding: 12px;
  margin: 15px auto;
}

.button_subscribe a {
  color: #fff;
}
.unobtrusive {
  color: #242021;
}
/**************************************/
/*  Subscription option page styling  */
/**************************************/

.sub-options .wp-block-column {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 4px !important;
}

.sub-options h3 {
  padding: 15px 0;
}

.sub-options li {
  padding-right: 15px;
  margin-bottom: 10px;
}

.sub-options .wp-block-buttons {
  text-align: center;
  margin-bottom: 20px;
}

.sub-options .wp-block-button__link {
  background-color: #82b7c6 !important;
  color: #fff !important;
  padding: 5px 10px !important;
  border-radius: 5px;
  font-weight: 300;
  font-size: 140%;
}

/***********************************/
/*   Subsription Price List stlyes */
/***********************************/
.mepr-price-boxes {
  flex-wrap: wrap;
}
.mepr-price-box {
  position: relative;
  /*max-width: 33%;*/
}

.mepr-price-box-title {
  font-weight: bold !important;
}
.mepr-price-box {
  min-width: 190px;
  margin: 4px 4px !important;
  border-left: 1px solid #ddd;
  border-radius: 6px;
  display: inline-block;
  max-width: 45%;
}

.mepr-price-box-head {
  padding: 10px 0px 10px 0 !important;
}

.mepr-price-box-price {
  min-height: 100px;
  font-size: 28px !important;
  padding-bottom: 10px !important;
}
.mepr-most-popular {
  border-radius: 6px 6px 0 0;
}

.mepr-price-box-heading {
  min-height: 150px;
}
.mepr-price-box-benefits {
  min-height: 170px;
  padding: 10px 0px 10px 0 !important;
}

.mepr-price-box-benefits-item {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

.mepr-price-box-foot {
  display: none;
}

.mepr-price-box-footer {
  padding-bottom: 55px;
  font-weight: bold;
}
.mepr-price-box-foot .mepr-price-box-button {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.mepr-price-box-button a {
  background-color: #f427dc !important;
  color: #fff !important;
  padding: 5px 10px !important;
}
.mepr-price-box-button {
  width: 150px;
  margin: 0 auto;
}
