/*
Theme Name: 	spacious-child
Description: 	Child theme of spacious
Author: 	Andrei Alioshyn
Template:	spacious
Version: 	0.0.1
*/

@import url("../spacious/style.css");

/*-----------------------------------Похожие записи----------------------------*/
#related_posts{margin:20px 0;float: left;width: 100%; }
#related_posts ul {margin-left: -14px;width: 700px;}
#box-cel{
min-height: 217px;
border:1px solid #bbb;
border-radius:3px;
float: left;
list-style: none;
margin: 1px;
padding: 5px;
text-align: center;
width: 159px;
}
#box-cel:hover{
background:#F9E9C2;
border: 1px dashed #39B6F9;
}
.post{
text-align: left;
hyphens: auto;
}
/*------------------Логотипы для приёма платежей от Альфа-банка----------------*/
.pays {
	width: 50%;
	padding-top: 20px;
	float: right;
	text-align: right;
}
@media (max-width: 800px) {
	.pays {
		width: 100%;
	}
}
/*------------------В статье раздела Блог хочу сделать расстояние между пунктами----------------*/
.li__post li {
	margin-top: 13px;
}
.li__post:last {
	margin-top: 0px;
}
/*------------------Стили для согласия пользователя в подвале сайта----------------*/
.cookie-wrapper {
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100vw;
	position: fixed;
	bottom: 0px;
	color: #292929;
	background: rgba(250, 250, 250, 0.75);
}
	.cookie-b {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.cookie-b__message{
		width: 100%;
		margin-right: 8px;
	}
	
	.cookie-f {
		padding: 20px 3.85878489% 20px 3.69458128%;
		min-width: 30%;/*посмотреть флексы детальнее*/
	}

	.cookie-f__buttons {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.cookie-f__buttons-accept{
		cursor: pointer;
	}
	.cookie-f__buttons-reject{
		cursor: pointer;
	}
	.cookie-f__buttons-more{
		margin: 0 6px;
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
		cursor: pointer;
		font-size: 14px;
	}
	.cookie-f__buttons-more:hover{
		text-decoration: underline;
		color: #0FBE7C;
	}