/*
Theme Name: Šport center Prodnik
Template: hello-elementor
Author: OpenAI
Version: 1.0
Description: Child theme for Hello Elementor.
*/

.swiper-slide-next > .e-flex > .e-con-inner > .e-flexbox-base {
    min-height: 45vh !important;
		transition: 500ms;
}
.elementor-element-22637f2 > .hoverGrow {
    transition: 300ms;
}
.hoverGrow:hover{
	flex-grow: 1.2;
}
.price-list-table {
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.price-list-table tr:not(:first-child) {
    border-bottom: 1px solid #E0E0E0 !important;
}

.price-list-table tr:nth-child(odd)>th,
.price-list-table tr:nth-child(odd)>td,
.price-list-table tr:nth-child(even)>td {
	background-color: #fff !important;
	border: none;
	padding: 10px 20px;
}
.price-list-table td:first-child {
  text-align:left;
}
#post-loop-tittle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
#post-loop-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flaoting-elements {
    display: flex;
	flex-direction: column;
    position: fixed;
    z-index: 98;
    bottom: 10%;
    left: 0px;
	row-gap: 10px;
}
.floating-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
	transition: 300ms ease-in-out;
    transform: translateX(-75%);
	cursor: pointer;
}
.floating-box:hover {
    transform: translateX(0%);
}
.visit-us-box {
    background: #078307;
    color: #fff;
    font-family: 'Nunito';
}
.contact-us-box {
    background: #009DD1;
    font-family: 'Nunito';
    color: #fff;
}
.panovirtual-tour {
    background: #583827;
    font-family: 'Nunito';
    color: #fff;
}
.floating-box-text p {
    margin: 0px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Poppins';
}
.floating-box-text a {
	color: #fff !important;
	font-family: 'Nunito';
	z-index: 99;
}
.floating-box-text {
    padding-right: 20px;
	flex-grow: 1;
}