/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* minimum height */
div#fl-main-content {
    min-height: 75vh;
}

/*** Newsletters ***/
.nl-wrapper {
  width: 100%;
}

.nl-post-title {
  width: 80%;
  float: left;
  padding: 0; /* Consistent vertical padding */
  margin: 0;
}

.nl-post-title p.fl-post-title {
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

.nl-content {
  width: 20%;
  float: right;
  text-align: right;
  padding: 0; /* Consistent vertical padding */
  margin: 0;
}

.nl-content a {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}

/* Main post item styling with consistent padding */
.fl-post-feed-post {
  padding: 5px 0; /* Uniform padding for all items */
  overflow: hidden; /* Clears floats */
  border-bottom: 1px solid #e6e6e6; /* Default bottom border */
}

/* Top border only for the first item */
.fl-post-feed-post:first-child {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}

/* Top border only for the first item */
.fl-post-feed-post:last-child {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

/* Style to hide empty <p> tags */
p:empty {
  display: none;
}

/*** Bulletin Archives ***/
.cpm-archive-navigation {
  text-align: center;
  margin-top: 20px;
}

.cpm-archive-navigation a {
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}

.cpm-archive-navigation a:hover {
  background-color: #ddd;
}

.separator {
  display: inline;
}

.fl-node-cdprig9qwhkm .fl-menu .menu .sub-menu > li {
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #1a69a4;
}

.fl-node-cdprig9qwhkm .fl-menu .menu .sub-menu > li:last-child {
    border-bottom: none;
}

.mp_wrapper.mp_login_form {
    width: 50%;
}

input#user_login, input#user_pass {
    background-color: #1a69a4;
	color: #ffffff;
}

#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 20px;
    margin-top: 0;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}

@media (max-width: 800px) {
    .mp_wrapper.mp_login_form {
        width: 90%; /* Adjusted for smaller screens */
		padding-left: 5%;
    }
}