.post-date{
	background: #f4f4f4;
	padding: 4px;
	margin: 3px 0;
	display: block;
}

.post-thumb{
	width: 100%;
}

.paginate-link{
	margin: 30px 0;
}

.paginate-link strong{
	padding: 8px 13px;
	margin: 5px;
	background: #f4f4f4;
	border: 1px #ccc solid;
}

a.paginate-link{
	padding: 8px 13px;
	margin: 5px;
	background: #f4f4f4;
	border: 1px #ccc solid;
}

.cat-delete{
	display: inline;
}

/*New CSS 06 May 2025*/

  body {
	background-color: #ffffff;
	font-family: Fakt,AvenirNext-Medium,Segoe UI,sans-serif;
  }
  /*.home-navigation__item {
	cursor: pointer;
	flex: 1;
	font-family: FaktCondensed,AvenirNextCondensed-Medium,Segoe UI,sans-serif;
	font-size: 16px;
	font-weight: 900 !important;
	padding: 16px 8px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
  }*/
  .home-navigation__item {
	cursor: pointer;
	flex: auto;
	font-family: FaktCondensed,AvenirNextCondensed-Medium,Segoe UI,sans-serif;
	font-size: 14px;
	font-weight: 900 !important;
	padding: 5px 0px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
  }
  .home-navigation__item.active a{
	  cursor: pointer;
	  color: #000000;
  }
  a.nav-link{
	color: #00000085 !important
  }
  .top-nav {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 0px 0;
  }
  .top-nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 0;
	padding: 0;
  }
  .top-nav li a {
	text-transform: uppercase;
	font-weight: 900;
	color: #888888;
	text-decoration: none;
  }
  .top-nav li a:hover {
	border-bottom: 0px solid #000;
  }
  .card-custom {
	border: 2px solid #eeeeee !important;
	border-radius: 12px !important;
	background-color: #fff !important;
  }
  .card-img-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	object-fit: cover;
	/*height: 220px;*/
	height: auto;
  }
  .card-header {
	padding: 15px 15px 5px !important;
	margin-bottom: 0 !important;
	background-color: transparent !important;
	border-bottom: none !important;
  }
  .card-body {
	padding: 15px !important;
  }
  .flip-header {
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
  }
  .post-title {
	font-size: 24px;
	font-weight: 500;
  }
  .post-title a{
	  cursor: pointer;
	  font-size: 24px;
	  font-weight: 500;
	  color: #333;
	  text-decoration: none;
  }
  .post-meta {
	padding: 15px 0px;
	font-size: 14px;
	color: #555;
  }
  .flip-actions {
	display: flex;
	justify-content: space-between;
	font-size: 19px;
	padding: 20px 15px 20px;
	color: #555;
  }
  .flip-actions i {
	margin-right: 6px;
  }
  .flip-actions .action {
	cursor: pointer;
  }

  /* Ensure equal height columns */
  .card-custom {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
  }
  .card-body {
	flex-grow: 1; /* Ensure body takes up remaining space */
  }

  /* Footer without top border */
  footer {
	border-top: none;
  }
  
  /* Custom Header Styling */
  header {
	border-bottom: 1px solid #e6e6e6;
	position: sticky;
	top: 0;
	z-index: 1030;
  }

  /* Adjust SVG logo height and spacing if needed */
  .navbar-brand svg {
	height: 30px;
  }

  /* Search input fine-tuning */
  .input-group .form-control {
	border-radius: 0.375rem;
  }

  /* Optional: add hover effect to nav links */
  .nav-link:hover {
	color: #007bff;
	text-decoration: none;
  }
  .image-hide{
	  display: none !important;
  }

  /* Handle nested dropdowns */
.dropdown-menu{
	box-shadow: 1px 2px 6px #000 !important;
}
.dropdown-item:hover {
	color: #333 !important;
	background-color: #ffa90b !important;
 } 

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Breadcrumbs */
.breadcrumbs {
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	margin-top: -48px;
  }
  .breadcrumbs a {
	color: #fff;
	text-decoration: none;
  }
  .breadcrumbs a:hover {
	text-decoration: underline;
  }
  .text-desc{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 16px;
	margin-top: 8px;
  }
  .text-desc-a{
	  font-size: 18px;
	  line-height: 32px;
  }
  .img-thumbnail{
	  border: none; border-radius: 0px;padding: 0px;
	  }
  .image-hide{
	  display: none !important;
  }
  
   .navbar-expand-xl .navbar-nav .dropdown-menu {
    min-height: auto;
    overflow-y: scroll;
  }