/*
Theme Name: Norwegian Buhund
Theme URI: https://athemes.com/theme/sydney
Template: sydney-pro-ii
Author: Inter-Arc
Author URI: https://inter-arc.net
Version: 1.0.1.1747385148
Updated: 2025-05-16 08:45:48

*/

.buboxes {
	text-align:center;
	max-width: 1280px;
	margin: auto;
}

.bubox-box {
  background-color:wheat;
  border: black 2px solid;
  padding:10px;
  margin:10px;
  border-radius:10px;
}

.bubox-words {
	min-height:200px;
}

.wp-block-latest-posts li {
	background-color:wheat;
	border: black 2px solid;
	padding:10px;
	margin:10px;
	border-radius:10px;
}

.wp-block-latest-posts a {
	font-weight: bold;
}

.sya_postcontent {
	background-color:wheat;
	border: black 2px solid;
	padding:10px;
	margin:10px;
	border-radius:10px;
}

.sya_date {
	font-weight: bold;
	color: black;
}

.sya_postcontent a {
	font-weight: bold;
	color: red !important;
}

/* YEARS */
.yearpage-list {
	width: 1000px;
  display: flex;
  flex-wrap: wrap; 
  list-style-type: none;
  gap: 4px;
}

.yearpage-container {
   position: relative;
}

.yearpage-box {
  width: 240px;
  height: 180px;
   background-color:wheat;
  border: 1px solid #000;
  padding:10px;
  margin:10px;
  border-radius:10px;
}

.yearpage-box:hover {
  padding: 8px;
  border: 3px solid #000;
}

.yearpage-box > * {
	background-color:wheat;
  border: 1px solid #000;
  padding:10px;
  margin:10px;
  border-radius:10px;
}

.yearpage-tick {
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 14px;
  top: 14px;
  width: 22px;
  height: 22px;
}


/* EVENTS */

.eventpage-container {
   position: relative;
}

.eventpage-box {
  width: calc(100vw - 50px);
  padding: 10px;
  margin: 10px;
  /*
   	border: 2px dotted rgb(96 139 168);display: flex;
  	flex-wrap: wrap;
	*/
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}


.eventpage-box > * {
    text-align: center;
    border: 2px solid rgb(96 139 168);
    padding: 20px 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 140px;
}
 
.eventpage-box > *:hover {
    background-color: #47774d;
    border-color: #47774d;
    color: #fff;
}
 
.eventpage-box > * a {
    color: #47774d;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
 
.eventpage-box > *:hover a {
    color: #fff;
}
 
.eventpage-card-title {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 6px;
}
 
.eventpage-card-date {
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: auto;
}
 
.eventpage-card-link {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 16px;
}

.yearpage-box:hover {
    background-color: #47774d;
    border-color: #47774d;
}

.yearpage-box:hover a,
.yearpage-box:hover h2 {
    color: #fff !important;
}
 


.clickable {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  background-image: url(https://norwegianbuhund.co.uk/wp-content/uploads/2025/05/Site-Icon.png);
  background-repeat:no-repeat;
  background-color: white;
  background-size: 25%;
  background-position: bottom right;
}



/* SHOW LANDING PAGE */

.bubox-box {
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.bubox-box:hover {
    background-color: #47774d;
}

.bubox-box:hover h3,
.bubox-box:hover h4,
.bubox-box:hover a {
    color: #fff !important;
}

/* END SHOW LANDING PAGE */


/*!
 * Justified Gallery - v3.1.0
 * http://miromannino.com/projects/justified-gallery/
 * https://miromannino.github.io/Justified-Gallery/ ** NEW SITE
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}

.justified-gallery a {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.justified-gallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none
}

.justified-gallery a .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}

.justified-gallery .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%
}

.justified-gallery .spinner span {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

