/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

.category-life-chronicles, .category-messages-in-a-bottle{
	border:solid 1px lightgrey;
	min-height:750px;
}

.container-video-small{
	width: 256px;
	height: 450px;
	margin: 0 auto;
}

.container-video-smallest{
	width: 190px;
	height: 350px;
	margin: 0 auto;

}


.container-video-widescreen{
	width: 512px;
	height: 270px;
	margin: 0 auto;
}


.zn-sidebar-widget h4 strong {
	color:#006400;
}

.zn_text_box h3{
	font-weight:700;
}


.pagination-container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #f9f9f9;
}

.pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
}

.pagination li a {
  display: block;
  padding: 8px 14px;
  text-decoration: none;
  background-color: #eee;
  color: #333;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: background-color 0.3s;
  font-size: 16px;
}

.pagination li a:hover {
  background-color: #ddd;
}

.pagination li a.active {
  background-color: #007BFF;
  color: white;
  border-color: #007BFF;
}

.pagination li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 480px) {
  .pagination li a {
    padding: 6px 10px;
    font-size: 14px;
  }
}
