/*
    Theme Name: BuzzMag Child
    Theme URI: http://www.flatlayers.com/themes/buzzmag
    Author: FlatLayers
    Author URI: http://www.flatlayers.com
    Description: BuzzMag Theme Child
    Template: buzzmag
    Version: 2.2
    License: GNU/GPL Version 2 or later. 
    License URI: http://www.gnu.org/licenses/gpl.html 
    Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, theme-options
    Text Domain: buzzmag-child
*/
.wpcf7 input.btn-fullwid {
    width: 100%;
    font-size: 16px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 0.5em 7px;
    border: 1px solid #00a0d2;
    font-size: 14px;
}
.fl-category a {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  max-width: none !important;
  display: inline !important;
}

.single-post .breadcrumbs a::before,
.single .breadcrumbs a::before {
  content: none !important;
  display: none !important;
  background: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}




/* Category tag background (red) */
.fl-category a {
  display: inline-block !important;
  background: #e60000 !important;
  color: #ffffff !important;
  padding: 3px 8px;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
}

.fl-category a:hover {
  background: #b80000 !important;
}






/* AIOSEO Breadcrumbs – readable on all images */
.aioseo-breadcrumbs {
  display: inline-block;
  margin: 12px 0 16px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
}

.aioseo-breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

.aioseo-breadcrumbs a:hover {
  text-decoration: underline;
}

.aioseo-breadcrumbs-separator {
  margin: 0 6px;
  opacity: 0.8;
}

/* Highlight current breadcrumb (current post) */
.aioseo-breadcrumbs span {
  font-weight: 600;
  color: #ffffff;
}

/* Make previous breadcrumb links slightly muted */
.aioseo-breadcrumbs a {
  color: rgba(255, 255, 255, 0.75);
}

/* Optional: small visual separation for current page */
.aioseo-breadcrumbs span::before {
  content: "› ";
  opacity: 0.6;
}



	/* ========================================
   Post Navigation (Home, Previous, Next)
   ======================================== */
.fl-post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.fl-post-navigation .nav-previous,
.fl-post-navigation .nav-home,
.fl-post-navigation .nav-next {
  flex: 1;
}

.fl-post-navigation .nav-previous {
  text-align: left;
}

.fl-post-navigation .nav-home {
  text-align: center;
}

.fl-post-navigation .nav-next {
  text-align: right;
}

.fl-post-navigation a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: #333;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

.fl-post-navigation a:hover {
  background: #e60000;
  color: #ffffff !important;
}

.fl-post-navigation .nav-previous a i {
  margin-right: 8px;
}

.fl-post-navigation .nav-home a i {
  margin-right: 8px;
}

.fl-post-navigation .nav-next a i {
  margin-left: 8px;
}

.fl-post-navigation .nav-next a {
  justify-content: flex-end;
}

.fl-post-navigation .nav-home a {
  justify-content: center;
}




