/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
 */

.blogck {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blogck-item {
	/*width: calc(1/3*100% - (1 - 1/3)*10px);*/
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.block-link-bottom .blogck-text {
	flex: 1 1 auto;
}

.blogck-link {
	align-self: center;
}

.pagebuilderck .blogck-image img {
	display:block;
	margin: 0 auto;
	height: 100%;
	object-fit: cover;
}

.blogck [data-state="0"] {
	display: none;
}

.blogck-image figure.imageeffectck,
.blogck-image .imageeffectck_img {
	margin: 0;
	height: 100%;
}

