.hide_if_logged_out {
  display: none !important;
}

.logged-in .hide_if_logged_in {
  display: none !important;
}
.logged-in .hide_if_logged_out {
  display: block !important;
}

.btn.btn-lg, .login-wrapper .login-form-container #wp-submit {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
  border-radius: 4px;
  max-width: 290px;
  margin: 0 auto;
  min-width: 220px;
  height: 50px !important;
  line-height: 50px !important;
}
.btn.btn-lg:hover, .login-wrapper .login-form-container #wp-submit:hover {
  text-decoration: none !important;
}

.be-subscribe img {
  max-width: 100%;
}
.be-subscribe .content p {
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}
.be-subscribe .flex-col {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
}
.be-subscribe .flex-col .image, .be-subscribe .flex-col .content {
  width: 50%;
}
.login-wrapper .be-subscribe .flex-col .image, .login-wrapper .be-subscribe .flex-col .content {
  width: 100%;
}
@media (max-width: 500px) {
  .be-subscribe .flex-col {
    flex-direction: column;
  }
  .be-subscribe .flex-col .image, .be-subscribe .flex-col .content {
    width: 100%;
  }
}
.be-subscribe .flex-col .content {
  padding-left: 10px;
  text-align: left;
}
.be-subscribe .flex-col .content p {
  text-align: left;
}
.be-subscribe .buyurl {
  text-align: center;
}

.be-content-restriction-widget table {
  width: 100%;
  color: #333;
  font-weight: 600;
}
.be-content-restriction-widget table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.be-content-restriction-widget table td.restrict-label {
  color: #333;
  padding: 10px 10% 10px 0;
}
.be-content-restriction-widget table td.restrict-value {
  text-align: center;
}
.be-content-restriction-widget .posts_read td {
  text-align: left !important;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 0;
}
.be-content-restriction-widget .posts_read ul {
  margin: 0;
  padding: 0;
}
.be-content-restriction-widget .posts_read ul li {
  padding: 0 0 12px;
  margin: 0 0 10px;
  list-style-position: inside;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
.be-content-restriction-widget .posts_read ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.be-content-restriction-widget .posts_read ul li a {
  font-size: 16px;
  line-height: 20px;
}
.be-content-restriction-widget .view-articles {
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.75em;
}

.restrict-single-cta {
  position: relative;
  padding: 20px;
  margin: 20px 0;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  text-align: center;
}
.restrict-single-cta.logged-out {
  background-color: #f0f0f0;
}
.restrict-single-cta .title {
  font-size: 20px;
  font-weight: bold;
}
.restrict-single-cta .title.small {
  font-weight: normal;
  font-size: 15px;
}
.restrict-single-cta hr {
  margin: 30px 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.restrict-single-cta .or {
  top: -18px;
  background-color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  padding: 5px;
  width: 36px;
  height: 36px;
  line-height: 24px;
  margin-bottom: 0;
}
.restrict-single-cta::before {
  content: '';
  background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 50%, white 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 50%, white 100%);
  background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 50%, white 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 50%, white 100%);
  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 50%, white 100%);
  position: absolute;
  top: -54px;
  left: 0;
  width: 100%;
  height: 50px;
}

.login-wrapper .login-form-container #wp-submit {
  width: 100%;
  height: 57px !important;
  line-height: 57px !important;
  padding: 0;
}

.bs-login input[type=text],
.bs-login input[type=password],
.bs-login input[type=email], #wp_tivel_tasting_form input[type=text],
#wp_tivel_tasting_form input[type=password],
#wp_tivel_tasting_form input[type=email] {
  height: 50px;
  padding: 15px;
  color: #333;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: none;
}
.bs-login input[type="submit"], #wp_tivel_tasting_form input[type="submit"] {
  margin: 0 auto;
  width: 100%;
}

.be-featured-product.bog {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
