/*
====================================================================================================
Theme Name: Konjički klub Nexe Equestrian
Theme URI: https://drap.hr
Description: Konjički klub Nexe Equestrian web site theme
Author: Drap d.o.o.
Author URI: https://www.drap.hr
Version: 1.0
Template: destinacija-fericanci
*/

@import url('../destinacija-fericanci/style.css');

.horse-attrib { display: flex; justify-content: space-between; gap: 15px; margin: 12px 0; opacity: 0; transition: .3s all ease-in-out; }
.swiper-slide:hover .horse-attrib { opacity: 1; }
.horse-attrib em { font-style: normal; }
.horse-attrib em:nth-child(2) { text-align: center; }
.horse-attrib em:nth-child(3) { text-align: right; }
.horse-attrib strong { font-weight: 400; color: #fd982d; }

.items-swiper .swiper-slide p.horse-attrib strong a { color: #fd982d; display: inline-block; }
.items-swiper .swiper-slide p.horse-attrib strong a:hover { border-bottom: 1px solid #fd982d; }

.horse-attrib strong { display: block; }

@media screen and (max-width: 767px){

	.horse-attrib { flex-direction: column; }
	.horse-attrib strong { display: inline-block; }
	.horse-attrib em { text-align: left !important; }
}

