/*
 Theme Name:   Harakhan Kennel Theme
 Theme URI:    https://generatepress.com
 Description:  Harakhan Kennel Theme (GeneratePress child theme)
 Author:       Ana Balog
 Author URI:   https://anabalog-design.com
 Template:     generatepress
 Version:      0.1
*/

body {
	overflow-x: hidden; /* Hide horizontal scrollbar */
}
#masthead > div{
	padding-top: 10px;
	padding-bottom: 10px;
}

.pattern-bg {
  background-image: url("https://test.harakhankennel.com/wp-content/uploads/2025/11/pattern.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: scroll;
  background-color: #ffffff;
  background-size: auto;
}
.h-border, .h-border-white {
  position: relative;      
  display: inline-block;  
  text-align: center;
  padding: 7px 0; 
}

.h-border::before, .h-border::after {
  content: "";
  position: absolute;
  left: 50%;            
  width: 70%;
  height: 2px;
  background-color: #000;  
  transform: translateX(-50%); 
}

.h-border-white::before, .h-border-white::after {
  content: "";
  position: absolute;
  left: 50%;            
  width: 20%;
  height: 2px;
  background-color: #fff;  
  transform: translateX(-50%); 
}
.h-border::before, .h-border-white::before {
  top: 0;                    
}

.h-border::after, .h-border-white::after {
  bottom: 0;                
}
ul.link-list {
  list-style: none;           /* uklanja bullet-e */
  display: flex;              /* stavke u red */
  justify-content: center;    /* centriranje horizontalno */
  gap: 15px;
  padding: 0;
  margin: 0;
}

ul.link-list li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  transition: color 0.3s ease;
}

ul.link-list li a:hover {
  color: #bf1e2d;
}
.site-info{
	display: none;
}