/**
 * section_posts
 * @version	2.0
 * @release	17-01-2022
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */

 .section_posts.s_padding_left_0 .global_contener.gc_gtc_2_fr
{
	grid-template-columns: 1fr calc((var(--section_contener_max_width) * 0.5) - 50px);
}

.section_posts.s_padding_right_0 .global_contener.gc_gtc_2_fr
{
	grid-template-columns: calc((var(--section_contener_max_width) * 0.5) - 50px) 1fr;
}

.section_posts .layout_mirror > *:last-child
{
	order: -1;
}

.section_posts.post_first .contener
{
	padding-top: var(--global_size_20);
	padding-bottom: var(--global_size_20);
}

/**********************************************************************************/

.section_posts.post_first
{
	--global_loader_background_image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3e%3ccircle cx='50' cy='50' r='40' stroke='%23ffffff' opacity='0' fill='none' stroke-width='1' stroke-linecap='round'%3e%3c/circle%3e%3ccircle cx='50' cy='50' r='40' stroke='%23f5ebd5' fill='none' stroke-width='8' stroke-linecap='round'%3e%3canimate attributeName='stroke-dashoffset' dur='2s' repeatCount='indefinite' from='0' to='-502'%3e%3c/animate%3e%3canimate attributeName='stroke-dasharray' dur='2s' repeatCount='indefinite' values='150.6 100.4;1 250;150.6 100.4'%3e%3c/animate%3e%3c/circle%3e%3c/svg%3e");
	background-color: var(--root_color_dark);
}

.section_posts.post_first .section_contener
{
	--section_contener_max_width: 1620px;
}

.section_posts.post_first .global_contener
{
	--max_column_gap: 125;
}

.section_posts.post_first .contener > *
{
	color: var(--root_color_lead);
}

.section_posts.post_first .content
{
	font-size: calc(var(--global_font_size_p_large)* 1);
}

.section_posts.post_first .content a
{
	color: var(--root_color_lead);
}

.section_posts.post_first .image svg
{
	position: absolute;
}

.section_posts.post_first .image img
{
	-webkit-clip-path: url(#clip_path_image);
	clip-path: url(#clip_path_image);
	--min_width: 0;
	--max_width: 842;
	--width:
		clamp(calc(var(--min_width) * 1px),
		calc((((-1 * var(--global_scm_var)) * ((var(--max_width) - var(--min_width)) / (var(--global_sc_var) - var(--global_scm_var))) + var(--min_width)) * 1px)
		+ ((var(--max_width) - var(--min_width)) / (var(--global_sc_var) - var(--global_scm_var)) * 100vw)),
		calc(var(--max_width) * 1px));
	min-width: var(--width);
}

.section_posts.post_first .link .global_link
{
	color: var(--root_color_lead);
}

.section_posts.post_first .link .global_link::after
{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 12.3008H19M19 12.3008L12 5.30078M19 12.3008L12 19.3008' stroke='%23f5ebd5' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.section_posts.post_first .link .global_button
{
/*	--global_button_color:				var(--root_color_dark);
	--global_button_background_color:	var(--root_color_lead);
	--global_button_color_h:			var(--root_color_dark);
	--global_button_background_color_h:	var(--root_color_white); */
}

/**********************************************************************************/

.section_posts.layout_padding .post
{
	background-color: var(--root_color_light);
}

.section_posts.background_grey.layout_padding .post
{
	background-color: var(--root_color_white);
}

.section_posts.layout_padding .post .contener
{
	padding-top: var(--global_size_30);
	padding-right: var(--global_size_30);
	padding-bottom: var(--global_size_30);
	padding-bottom: var(--global_size_40);
	padding-left: var(--global_size_30);
	margin-top: 0;
	position: relative;
	isolation: isolate;
}

.section_posts.layout_padding.symbol .post .contener::after
{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: var(--global_size_20);
	width: 60px;
	height: 63px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='63' viewBox='0 0 60 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.05' clip-path='url(%23clip0_341_6660)'%3e%3cpath d='M60.0004 0.00583916L60 14.6206L29.9973 23.4149L0.00195312 14.619L0.00234458 0.00390625L29.9976 8.87867L60.0004 0.00583916Z' fill='%2314332A'/%3e%3cpath d='M59.9994 25.3301L59.999 39.8795L29.9963 48.6931L0.000976562 39.8775L0.00136801 25.3281L29.9967 34.1372L59.9994 25.3301Z' fill='%2314332A'/%3e%3cpath d='M59.9984 48.4316L59.998 63.0467L29.9953 71.8407L0 63.0448L0.000391451 48.4297L29.9957 57.3045L59.9984 48.4316Z' fill='%2314332A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_341_6660'%3e%3crect width='60' height='63' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	z-index: -1;
}

/**********************************************************************************/

.section_posts .post
{
	transition: var(--global_transition);
	display: grid;
	grid-template-rows: auto 1fr;
	align-content: flex-start;
}

.section_posts .post .contener
{
	display: flex;
	flex-direction: column;
}

.section_posts .post .contener .link
{
	padding-top: var(--global_size_30);
	margin-top: auto;
}

.section_posts .post img
{
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section_posts .post .heading
{
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section_posts .post .content
{
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section_posts.effect_hover .post:hover
{
/*	box-shadow: 0 var(--global_size_10) var(--global_size_20) 0 rgba(0, 0, 0, 0.1);
	transform: translateY(calc(var(--global_size_10) * -1)); */
}

.section_posts.effect_hover.layout_padding .post:hover
{
	background-color: var(--root_color_lead);
}

.section_posts.effect_hover .post:hover img
{
/*	transform: scale(1.05, 1.05); */
}

/**********************************************************************************/

.section_posts.effect_hover .post:hover .global_link
{
	color: var(--root_color_black);
}

.section_posts.effect_hover .post:hover .global_link::after
{
	transform: translateX(5px);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 12.3008H19M19 12.3008L12 5.30078M19 12.3008L12 19.3008' stroke='%23000000' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
	.section_posts.s_padding_left_0 .global_contener.gc_gtc_2_fr
	{
		grid-template-columns: 100%
	}

	.section_posts.s_padding_right_0 .global_contener.gc_gtc_2_fr
	{
		grid-template-columns: 100%
	}

	.section_posts.s_padding_left_0
	{
		padding-right: 0;
	}

	.section_posts.s_padding_right_0
	{
		padding-left: 0;
	}

	.section_posts.s_padding_left_0 .contener 
	{
		padding-left: var(--global_padding);
		padding-right: var(--global_padding);
	}

	.section_posts.s_padding_right_0 .contener 
	{
		padding-left: var(--global_padding);
		padding-right: var(--global_padding);
	}

	.section_posts .contener
	{
		padding-top: 0;
		padding-bottom: 0;
	}

	.section_posts.post_first .contener
	{
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}