/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Gloabal
# New Blog Tab
# Theme Specific
    # Reign
    # BuddyX
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Gloabal
--------------------------------------------------------------*/

i.mce-i-bold,
i.mce-i-italic,
i.mce-i-bullist,
i.mce-i-numlist,
i.mce-i-blockquote,
i.mce-i-alignleft,
i.mce-i-aligncenter,
i.mce-i-alignright,
i.mce-i-link,
i.mce-i-unlink,
i.mce-i-wp_more,
i.mce-i-strikethrough,
i.mce-i-spellchecker,
i.mce-i-fullscreen,
i.mce-i-wp_fullscreen,
i.mce-i-dfw,
i.mce-i-wp_adv,
i.mce-i-underline,
i.mce-i-alignjustify,
i.mce-i-forecolor,
i.mce-i-backcolor,
i.mce-i-pastetext,
i.mce-i-pasteword,
i.mce-i-removeformat,
i.mce-i-charmap,
i.mce-i-outdent,
i.mce-i-indent,
i.mce-i-undo,
i.mce-i-redo,
i.mce-i-help,
i.mce-i-wp_help,
i.mce-i-wp-media-library,
i.mce-i-ltr,
i.mce-i-wp_page,
i.mce-i-hr,
i.mce-i-wp_code,
i.mce-i-dashicon,
i.mce-i-remove {
  font: normal 20px/1 dashicons !important;
}

.mce-ico {
  font-family: "tinymce", Arial !important;
}

ul.peepsomb-post-tag-lists {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

ul.peepsomb-post-tag-lists li {
  display: inline-block;
  line-height: 24px;
  height: auto;
  background: #f2f2f2;
  font-size: 13px;
  margin: 4px 4px 2px 0;
  padding: 0 6px;
  padding-right: 25px;
  color: #303030;
  position: relative;
}

ul.peepsomb-post-tag-lists span.peepso-tag-remove {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-left: 1px solid #d0d0d0;
  position: absolute;
  right: 0;
  cursor: pointer;
}

ul.peepsomb-post-tag-lists span.peepso-tag-remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
# New Blog Tab
--------------------------------------------------------------*/

.ps-blogposts .ps-tabs {
  margin-bottom: 20px;
}

.peepso-member-blog-container {
  margin: 15px 0;
  padding: 15px;
}

.peepso-member-blog-post-form .ps-input__wrapper {
  margin: 20px 0 0;
}

.peepso-member-blog-post-form input[type="text"],
.peepso-member-blog-post-form input[type="password"],
.peepso-member-blog-post-form input[type="email"],
.peepso-member-blog-post-form input[type="tel"],
.peepso-member-blog-post-form input[type="search"] {
  position: relative;
  width: 100%;
}

.peepso-member-blog-post-form .ps-input__wrapper>label>span {
  margin-bottom: 5px;
  display: block;
}

select#peepso-blog-category-select {
  background-image: none;
  width: 100%;
  height: auto;
}

.peepso_member_blog_post_img_preview {
  margin-top: 10px;
}

#wp-peepso_member_blog_post_content-editor-tools .wp-switch-editor {
  height: auto;
}

.ps-blogposts__post-content span.delete-post {
  display: block;
  margin-top: 15px;
}

.ps-blogposts__post {
  height: auto;
}

.ps-blogposts .ps-tabs.ps-tabs--center.ps-profile__edit-tabs .ps-tabs__item a i.gcis {
  color: unset;
}

/*--------------------------------------------------------------
# Reign
--------------------------------------------------------------*/

.reign_peepso_active .peepso-member-blog-post-form button.wp-switch-editor:hover,
.reign_peepso_active .peepso-member-blog-post-form .wp-media-buttons button:hover {
  border-width: 1px !important;
  border-style: solid !important;
}

.post-actions {
  display: flex;
  padding-top: 12px;
  gap: 12px;
}

.post-actions span.delete-post {
  margin: 0;
}

/*--------------------------------------------------------------
# BuddyX
--------------------------------------------------------------*/
.site-wrapper .entry-content>.peepso-member-blog-container {
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
# Restriction
--------------------------------------------------------------*/

.peepso-member-blog-popup-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.peepso-member-blog-popup-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.peepso-member-blog-popup-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-open .peepso-member-blog-popup-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .peepso-member-blog-popup-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width: 799px) {
  .peepso-member-blog-popup-inner {
    margin-top: 45px;
  }
}

/*Shortcode Page Restriction CSS*/

#bpmb-pro-shortcode-page-content * {
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#bpmb-pro-shortcode-page-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.bpmb-pro-shortcode-page-frame {
  cursor: pointer;
  width: 24.5%;
  overflow: hidden;
  position: relative;
}

.bpmb-pro-shortcode-page-frame.medium {
  width: 29.5%;
}

.bpmb-pro-shortcode-page-frame.large {
  width: 100%;
}

.bpmb-pro-shortcode-page-frame:nth-child(-n + 2) {
  margin-bottom: 10px;
}

.bpmb-pro-shortcode-page-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.bpmb-pro-shortcode-page-restriction-content {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-size: 1.3em;
  font-family: inherit;
  text-transform: uppercase;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bpmb-pro-shortcode-page-restriction-content span {
  border: 2px solid #fff;
  padding: 10px 25px;
}

.bpmb-pro-shortcode-page-restriction-content .introHeading {
  font-size: 1.5em;
  font-family: inherit;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 15px;
  border: 0px;
}

.intro-text {
  font-family: inherit;
  font-size: 1.1em;
  line-height: 1.5em;
  text-transform: none;
  padding: 0 50px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.intro-text p {
  display: block;
  width: 100%;
  max-width: 100%;
}

.bpmb-pro-shortcode-page-restriction-content a {
  font-size: 1em;
  font-family: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 15px;
}

.bpmb-pro-shortcode-page-frame .bpmb-pro-shortcode-page-restriction-content {
  background: rgba(0, 0, 0, 0.3);
}

.new.blog i.gcis.gci-user::before {
  content: "\f4ff";
}

.ps-tabs.ps-tabs--center.ps-profile__edit-tabs {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

/* Hover Effects */

.bpmb-pro-shortcode-page-frame .bpmb-pro-shortcode-page-restriction-content:hover {
  background: rgba(0, 0, 0, 0.75);
}

.approve-message {
  background: #ebf9eb;
  border: 1px solid green;
  border-left: 4px solid green;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px 0;
}

.approve-message .gci-check {
  color: green;
  font-size: 14px;
  padding: 0 10px;
}

.add_peepso_member_blog_cat_row {
  display: none;
  margin-top: 15px;
}

.add_peepso_member_blog_cat_row input#peepso_member_blog_category_name {
  float: left;
  width: 84%;
  height: 40px;
  margin-right: 1%;
}

.add_peepso_member_blog_cat_row button#add_peepso_member_blog_cat {
  width: 15%;
  height: 40px;
}

#color-section-alert {
  border: 0px solid rgb(14, 14, 14);
  background-color: rgb(203, 234, 252);
  color: rgb(0, 138, 252);
  width: 100%;
  padding: 8px;
  text-shadow: #acacac;
  text-size-adjust: 5px;
  font-size: 85%;
  position: absolute;
  border-radius: 16px;
  text-align: inherit;
}

@media all and (max-width: 950px) and (min-width: 701px) {
  .bpmb-pro-shortcode-page-frame.large {
    width: 69%;
  }

  .bpmb-pro-shortcode-page-restriction-content {
    font-size: 1em;
  }

  .intro-text {
    font-size: 0.8em;
    line-height: 1.1rem;
    padding: 0 30px;
  }
}

@media all and (max-width: 700px) {
  #bpmb-pro-shortcode-page-content {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .bpmb-pro-shortcode-page-frame,
  .bpmb-pro-shortcode-page-frame.medium {
    margin-bottom: 0px;
    overflow: hidden;
    width: 49.5%;
    display: inline-block;
  }

  .bpmb-pro-shortcode-page-frame.large,
  .bpmb-pro-shortcode-page-frame.medium {
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    max-height: 150px;
  }

  .bpmb-pro-shortcode-page-frame .bpmb-pro-shortcode-page-restriction-content span {
    font-size: 0.8em;
    padding: 10px;
  }

  .bpmb-pro-shortcode-page-frame.large {
    min-height: 280px !important;
  }

  .bpmb-pro-shortcode-page-frame.large .bpmb-pro-shortcode-page-restriction-content {
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 20px;
  }

  .bpmb-pro-shortcode-page-frame.large .bpmb-pro-shortcode-page-restriction-content span {
    font-size: 1.2em;
  }

  .bpmb-pro-shortcode-page-frame img {
    display: block;
  }

  .add_peepso_member_blog_cat_row input#peepso_member_blog_category_name{
      width: 100%;
      margin:0;
  }
    .add_peepso_member_blog_cat_row button#add_peepso_member_blog_cat{
      width: 50%;
      margin-top: 5px;
    }

}