/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2022 | 06:15:20 */
.swpm-partial-protection {
  display: none; }

.swpm-logged-label {
  margin: 1rem 0; }

.swpm-logged-logout-link a {
  color			: green; }
  .swpm-logged-logout-link a:after {
    font-family	: "Font Awesome 5 Free";
    content		: "\f2f6";
    font-weight	: 700; }

.swpm-login-link {
  color			: green; }
  .swpm-login-link:after {
    font-family	: "Font Awesome 5 Free";
    content		: "\f2f6";
    font-weight	: 700; }

.swpm-post-not-logged-in-msg {
  width			: 100%;
  max-width		: 1000px;
  height			: 100%;
  display			: flex;
  flex-wrap		: wrap;
  justify-content	: center;
  align-items		: center;
  align-content	: center;
  margin			: auto; }
  .swpm-post-not-logged-in-msg img {
    width			: 100%;
    max-width		: 500px;
    height			: auto;
    margin-bottom	: 2rem; }
  .swpm-post-not-logged-in-msg div {
    height		: 3rem;
    text-align	: center; }
