/*
Theme Name: Werfstore
Theme URI: http://blueglass.ee/
Author: Gleb Makarov
Author URI: 
GitHub Theme URI: 
Description: 
Version: 1.0.0
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

#cennosti .elementor-shortcode{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	flex-direction: column;
	padding-top: 90px;
}

.cennosti_block{
	position: relative;
	display: flex;
	justify-content: center;
}
.cennosti_block:before {
	content: '';
	width: 150px;
	height: 150px;
	background: #EDEAE2;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(0);
}
.cennosti_block:after {
	content: '';
	width: 180px;
	height: 180px;
	border: 3px dotted #469FB4;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(0);
	animation: circlespin 35s linear infinite;
	transition: opacity 2s cubic-bezier(.645,.045,.355,1);
}
.cennosti_block .cennost{
	position: absolute;
	width: auto;
	font-size: 18px;
	line-height: 25px;
	color: #469FB4;
	border-bottom: 1px dashed #469FB4;
	z-index: 1;
	transition: color 0.3s ease, border-bottom 0.3s ease;
}
.cennosti_block .cennost:before{
	transition: background 0.3s ease;
}
.cennosti_block .cennost_title {
	white-space: nowrap;
}

.cennosti_block .cennost.item-0{
	text-align: center;
	top: -140px;
	background: #f3f1ec;
	padding: 0 5px;
	font-size: 24px;
	line-height: 32px;
	color: #469FB4;
	border-bottom: none;
	font-weight: bold;
	z-index: 1;
}
.cennosti_block .cennost.item-1,
.cennosti_block .cennost.item-2{
	left: 20px;
	cursor: pointer;
}
.cennosti_block .cennost.item-3,
.cennosti_block .cennost.item-4{
	right: 20px;
	cursor: pointer;
}
.cennosti_block .cennost.item-1,
.cennosti_block .cennost.item-4{
	bottom: -20px;
}
.cennosti_block .cennost.item-2,
.cennosti_block .cennost.item-3{
	top: -15px;
}

.cennosti_block .cennost.item-1:before,
.cennosti_block .cennost.item-2:before{
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: -40px;
	border-radius: 50%;
	background: #469FB4;
}
.cennosti_block .cennost.item-3:before,
.cennosti_block .cennost.item-4:before{
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	right: -40px;
	border-radius: 50%;
	background: #469FB4;
}


.cennosti_block .cennost.active{
	color: #A57D62;
	border-bottom: 1px dashed #A57D62;
}
.cennosti_block .cennost.active:before{
	background: #A57D62;
}

.cennosti_block .cennost_content{
	display: none;
}

.cennosti_content_holder {
	margin-top: -75px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	min-height: 150px;
}
.cennosti_content_holder .cennost_content{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease;
	margin: 0 auto 40px;
	max-width: 540px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #A57D62;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	
}
.cennosti_content_holder .cennost_content.show{
	opacity: 1;
	visibility: visible;
}

.cennosti_content_holder .cennost_content img{
	width: 150px;
	height: auto;
	margin-bottom: 60px;
	border-radius: 50%;
}

.vertical_slider .slick-slider .slick-list .slick-track{
	display: block;
}

.vertical_slider .slick-slider .slick-list {
	transition: height 0.3s ease;
}
.slick-vertical .slick-slide{
	overflow: hidden;
	transition: height 0.3s ease;
}

.slick-vertical .slick-slide.slick-active{
	display: block;
}


.team_member_trigger{
	min-height: 285px;
}


.team_member_trigger .elementor-image img {
    max-width: 220px;
}

@media (max-width: 780px){
	#cennosti .elementor-shortcode {
	    padding-top: 150px;
	}
}
@media (max-width: 540px){
	#cennosti .elementor-shortcode {
	    padding-top: 90px;
	}
	.cennosti_block .cennost{
		font-size: 12px;
		line-height: 15px;
	}
	.cennosti_block:before {
		width: 20px;
		height: 20px;
	}
	.cennosti_block:after {
		width: 60px;
		height: 60px;
	}
	.cennosti_block .cennost.item-0{
		top: -85px;
	}
	.cennosti_block .cennost.item-1,
	.cennosti_block .cennost.item-2{
		left: 10px;
	}
	.cennosti_block .cennost.item-3,
	.cennosti_block .cennost.item-4{
		right: 10px;
	}
	.cennosti_block .cennost.item-1,
	.cennosti_block .cennost.item-4{
		bottom: -10px;
	}


	.cennosti_block .cennost.item-1:before,
	.cennosti_block .cennost.item-2:before{
		top: 2px;
		left: -30px;
	}
	.cennosti_block .cennost.item-3:before,
	.cennosti_block .cennost.item-4:before{
		top: 2px;
		right: -30px;
	}

	.cennosti_content_holder {
		margin-top: 60px;
	}
	.cennosti_content_holder .cennost_content{
		font-size: 16px;
		line-height: 24px;
	}

	.cennosti_content_holder .cennost_content img{
		margin-bottom: 20px;
	}
}
