/**
 * vpost2022
 */
body { 
	margin:0;
	padding:0;
	font-family:"Roboto",sans-serif;
	color: #000;
	font-size: 1.25rem;
	line-height: 1.55em;
	font-weight: 300;
}

.post, .page {
	margin-bottom:0;
}

.section:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; 
}

.section {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

a,
a:visited {
	color: #ff8562; 
}
a:hover {
	color: #ff8562; 
}

a[href^=tel]{

}

p {
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

strong {
	font-weight: 700;
}

ul, ol {
    margin: 0 0 1.5em 0em;
    padding-inline-start: 1.5em;
}

li {
}

label {

}

h1, h2, h3 {
/*	font-family: 'Noto Serif', serif;
	color: #8c0d00;  */
	text-align: center;
}

h1 {
	margin-bottom: 2em;
}

h2 {
	font-family: Georgia,serif;
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1.1em;
/*	margin-bottom: 2em; */
}

h3 {
	text-align: left;
	font-size: 1.6rem;
	margin: 3em 0 1em 0;
}

img {
	width: 100%;
	border: none;
	margin: 0;
}
article img {
	margin: 1rem 0;
}
article img.padded {
	padding: 0 15%;
	margin: 2rem 0;
}
article img.left {
	float: left;
	width: 30.6666666667%;
	margin: 0 4% 1rem 0;
}
article img.right {
	float: right;
	width: 30.6666666667%;
	margin: 0 0 1rem 4%;
}





.button, .button:visited {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0.9rem 4.5rem;
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.55;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #ff0000;
	cursor: pointer;
}
.button:hover {
		color: #ffffff;
/*    background: #e00; 
    text-decoration: underline; */
}

article table {
	border-collapse: collapse;
}
article table th {
	padding: 0.5em;
	border-collapse: collapse;
	border: 1px solid #ccc;
	background: #eee;
}
article table td {
	padding: 0.5em;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.only-mobile,
.only-mobile {
	display: none;
}

/*--------------------------------------------------------------
# top-navigation
--------------------------------------------------------------*/
.menu-toggle {
	display: inline-block;
/*		float: right; */
	width: 2em;
	height: 2em;
	padding: 0;
	margin: 0.5rem 1rem;
	border: none;
	background-color: transparent;
	background-image: url('/wp-content/themes/vpost2022/images/menu.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	font-size: 1em;
	line-height: 1.2em;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	text-indent: -1000px;
}

.top-navigation.toggled .menu-toggle {
	background-image: url('/wp-content/themes/vpost2022/images/close.svg');
}
.menu-toggle {
	display: none;
}

.top-navigation {
	position: fixed;
	z-index: 777;
	width: 100%; 
	height: 3rem;
/*	padding: 0.75rem 1rem; */
	background-color: #b00a12;
/*	border-bottom: 1px solid #b00a12; */
	font-family: sans-serif;
}

.top-navigation ul {
	margin: 0; /*0.75rem 1rem;*/
	padding: 0;
	text-align: justify;
	/* Обнуляем для родителя*/
	line-height: 0;
	/* IE6-7*/
	text-justify: newspaper;
	zoom:1;
}

.top-navigation ul li {
	display: inline-block;
	height: 3rem;
	float: none;
	text-align: center;
	margin: 0;
	padding: 0.8em 1em;
	/* font-size: 0.9em; */
	/* IE6-7*/
	//display : inline;
	//zoom : 1;
	/* Востанавливаем у потомков, кроме последнего*/
	line-height: normal;
	/* Без него в Opera будет отступ под элементами */
	vertical-align: top;
}
.top-navigation ul li.helper {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.top-navigation ul li:hover {
	background-color: #d12e36;
}
.top-navigation a,
.top-navigation a:visited {
	color: #fff;
	text-decoration: none;
}
.top-navigation ul li:hover a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# site-branding
--------------------------------------------------------------*/
.site-logo {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
/*	padding: 2rem 3.2rem;*/
}
.site-logo img {
	width: 5rem;
}

.site-top .site-help {
	display: inline-block;
	float: right;
	padding: 2rem 3.2rem;
}
.site-top .site-help a {
	display: inline-block;
	padding: 0.5rem 4rem;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.55;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #ff0000;
}

.site-branding {
	background-color: #e6baa9;
	background-image: url('/wp-content/uploads/2022/09/babushky_t007_007.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	position: relative;
	padding: 2rem 0 0rem 0;
}
.site-branding .tint {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.4);
}
.site-branding .container {
/*
	background-repeat: no-repeat;
	background-size: auto 110%;
	background-position: 95% 0%;
*/
	padding-top: 14rem;
	padding-bottom: 1.1rem;
}
.site-branding-content {
	position: relative;
}
.site-title,
.site-description,
.site-slogan,
.site-date {
	text-align: center;
	margin: 0;
/*	color: #fff;
	font-weight: 700;*/
}
.site-slogan {
	font-family: "Georgia",serif;
	font-size: 1.3rem;
	line-height: 1.55;
}
.site-title {
	font-size: 3.8rem;
	margin: 2rem 0 1.3rem 0;
	line-height: 1;
	font-family: Georgia,serif;
	font-weight: 600;
	font-display: swap;
}
.site-description {
	width: 100%;
	margin: 0 auto 2rem auto;
	font-size: 1.4rem; /* 1.8rem; */
	line-height: 1.4;
	color: #002e42;
	font-weight: 400;
}
.site-description .button {
	position: relative;
	padding: 1rem 3rem;
	margin-top: 1rem;
}
.site-branding .leyka-scale {
	margin: 1rem 3rem 1rem 3rem;
	padding: 0;
}

/*--------------------------------------------------------------
# cards
--------------------------------------------------------------*/
.leyka_campaign_card {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
}
.leyka_campaign_card:hover {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%) !important;
}

.leyka-top {
	position: relative;
	margin-bottom: 1.5rem;
}
.leyka-top .tint {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.2);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.leyka-top:hover .tint {
	background-color: rgba(255,255,255,0.0);
}

.lk-thumbnail {
}
.lk-info {
	position: relative;
}
.lk-info .lk-title {
	margin: 0 0.5rem;
	font-size: 0.9rem;
	text-align: center;
	line-height: 1.2;
}
.lk-info .lk-title a {
	color: #000;
	text-decoration: none;
}
.lk-info .lk-description {
	margin: 0 1rem;
	font-size: 0.9rem;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}

.leyka-scale {
	padding: 0.7rem;
}
.leyka-scale-scale .target {
	height: 0.7rem;
	background: #fff;
	width: 100%;
	margin-bottom: 0rem;
}
.leyka-scale-scale .collected {
	background: #58d150;
	height: 100%;
	max-width: 100%;
}

.leyka-scale-label:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; 
}
.leyka-scale-label .collected {
	display: inline-block;
	float: left;
	color: #002e42;
	font-weight: 400;
	font-size: 1rem;
}
.leyka-scale-label .target {
	display: inline-block;
	float: right;
	color: #002e42;
	font-weight: 400;
	font-size: 1rem;
}

.leyka-scale-button {
	text-align: center;
	margin: 1rem auto 1rem auto;
}
.leyka-scale-button a {
	display: inline-block;
/*	width: 70%; */
	padding: 0.9rem 4.5rem;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	color: #ffffff;
	background-color: #ff0000;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

/*--------------------------------------------------------------
# sections
--------------------------------------------------------------*/
.section.inset {
	background-color: #efefef;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.6em;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.section.inset .six.columns div{
	display: inline-block;
	vertical-align: top;
	width: 75%;
	margin-bottom: 3rem ;
}
.section.inset img {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 0 0 0 3%;
}
.section.inset .twelve.columns {
	text-align: center;
	padding: 0 0 1rem 0;
}
.section.inset p {
}
.section.inset em {
	font-size: 1.5em;
	font-style: normal;
}
/*--------------------------------------------------------------*/
.section.emphasis p {
	text-align: center;
	font-size: 1.5rem;
	padding: 0 25%;
	line-height: 1.5em;
}
/*--------------------------------------------------------------*/
.section.purpose .container {
	margin-bottom: 3rem;
}
.section.purpose p {
	font-size: 1.1rem;
	line-height: 1.55em;
}
.section.purpose h3 {
	font-size: 1.6rem;
	line-height: 1.25em;
}
/*--------------------------------------------------------------*/
.section.options {
	background-color: #ff8c66;
	padding: 2rem 0;
}
.section.options h3 {
	color: #fff;
	text-align: center;
	font-size: 3.3rem;
	line-height: 4rem;
	font-weight: 600;
	padding-bottom: 1.3rem;
	margin: 1rem 0 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.2)
}
.section.options p {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
}
/*--------------------------------------------------------------*/
.section.recurrent .twelve.columns {
	text-align: center;
	padding: 0 0 1rem 0;
}
.section.recurrent p {
	text-align: center;
}
/*--------------------------------------------------------------*/
.section.list p {
	text-align: center;
	padding: 0 10%;
	margin-bottom: 3rem;
}
.section.list ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 20%;
/*	padding: 15px 0 5px 0; */
}
.section.list ol li {
	position: relative;
	margin: 0;
	padding: 0 0 1.2em 0;
}
.section.list ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -2.5em; 
	width: 1.7em;
	height: 1.7em;
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	text-align: center;
/*	line-height: 28px; */
/*	font-size: 18px; */
	border-radius: 50%;
/*	border: 1px solid #ef6780;*/
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.section.footer {
	background-color: #6b6b6b;
	color: #fff;
	font-weight: 300;
	padding-top: 2rem;
	padding-bottom: 2rem;
	/* margin-top: 2rem; */
}
.footer-logo {
	background-color: #ffffff;
	display: inline-block;
	padding: 0.5rem 1rem;
}
.footer-logo img {
	width: 10rem;
}
.section.footer p {
	text-align: center;
/*
	font-family: "Georgia",serif;
	font-size: 1.3rem;
	line-height: 1.3;
*/
}
.section.footer .columns:nth-child(2) p {
		text-align: right;
}

.section.footer h2 {
	color: #fff;
}
.section.footer h3 {
	margin-top: 0;
	color: #fff;
	text-align: center;
}
.section.footer a,
.section.footer a:visited {
	text-decoration: none;
	color: #ff8562;
}
.section.footer h3 a,
.section.footer h3 a:visited {
	color: #fff;
}
.section.footer a:hover {
	text-decoration: underline;
}

.smm {
	text-align: center;
	margin-bottom: 3rem;
}
.smm_item {
	display: inline-block;
}
/*
.smm_item svg {
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
*/


/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.entry-header {
	margin-top: 2rem;
}
h1.entry-title {
	margin: 0 10%;
	font-family: Georgia,serif;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1;
}
.entry-content {
	margin-bottom: 2rem;
}
.entry-content p,
p.entry-excerpt {
	text-align: center;
	font-size: 1.5rem;
}
a.close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	margin: 0;
}
a.close img {
	width: 2rem;
	height: 2rem;
	margin: 0;
}
.leyka-pf .section-title-container {
	display: none !important;
}
.leyka-pf .amount-description {
/*	display: none !important; */
}
.leyka-pf .section--cards {
	display: none !important;
}
.leyka-pf .section--periodicity {
	display: none !important;
}

.leyka-pf .section {
	padding: 0;
}
.leyka-tpl-need-help-form .section .section__fields .donor__submit input {
	background-color: #ff0000 !important;
}
.leyka-tpl-need-help-form .section .section__fields .donor__submit input:disabled {
	/* background-color: #777777 !important; */
	background-color: #ff0000 !important;
}


/*--------------------------------------------------------------*/


/* For devices less than  */
@media (max-width: 680px) and (orientation: portrait) {

}

/* For devices less than 768px */
@media (max-width: 768px) {

	body { 
		line-height: 1.3em;
	}

	p {
		font-size: 1.1rem;
	}
	h2 {
		font-size: 2.0rem;
	}

	article .two {
		display: none;
	}

	.section {
		padding-top: 0rem;
		padding-bottom: 2rem;
	}

	.only-mobile,
	.only-mobile {
		display: block;
	}
	.only-desktop,
	.only-desktop{
		display: none;
	}

	.site-logo {
		display: block;
		top: 1rem;
		left: 1rem;
	}
	.site-logo img {
		width: 3rem;
		float:left;
		display: inline;
		margin: 0 1em 1em 0;
	}

	.site-branding {
		padding: 0 0 0 0;
		background-size: auto 100%;
		background-position: 65% center;
	}
	.site-branding .container {
		padding-top: 14rem;
/*
		background-image: url('/wp-content/uploads/2022/07/top_bg.jpg');
		background-repeat: no-repeat;
		background-size: 80% auto;
		background-position: 65% -5%;
		padding-top: 16rem;
		padding-bottom: 1rem;
*/
	}
	.site-title {
		font-size: 1.9rem;
		line-height: 0.9;
		margin: 0rem 0 1rem 0;
	}
	.site-description {
		width: 90%;
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	.site-slogan {
		text-align: center;
	}
	.site-date {
		font-size: 1.0em;
	}
	.site-branding .leyka-scale {
		margin: 1rem 0rem 1rem 0rem;
		padding: 0;
	}
	.leyka-scale-label .collected,
	.leyka-scale-label .target {
		font-size: 0.9rem;
	}

	.section.inset {
		font-size: 0.9rem;
		line-height: 1.5em;
	}
	.section.emphasis p {
		padding: 0;
	}
	.section.purpose h3 {
		margin-top: 0;
	}
	.section.purpose .container {
		margin-bottom: 1rem;
	}
	.section.options h3 {
		font-size: 2.5rem;
	}
	.section.list p {
		padding: 0;
	}
	.section.list ol {
		margin-left: 5%;
	}
	
	.section.footer p,
	.section.footer .six.columns:nth-child(2) p {
		font-size: 1rem;
		text-align: center;
	}
	.footer-left {
		text-align: center;
	}
	.smm {
		text-align: center;
	}

	.entry-header {
		margin-top: 1rem;
		margin-bottom: 0; /* 1rem; */
	}
	h1.entry-title {
		font-size: 1.8rem;
		margin: 0 16% 0.5rem 10%;
		text-align: left;
	}
	.entry-content p,
	p.entry-excerpt {
		font-size: 1rem;
/*		margin: 0 20% 0 10%; */
		margin: 0 5% 0 6%;
		text-align: left;
	}
	p.entry-excerpt {
		font-size: 1.2rem;
		margin: 0 20% 0 10%;
		text-align: left;
	}
	a.close {
		top: 1rem;
		right: 1rem;
	}
	a.close img {
		width: 1.5rem;
		height: 1.5rem;
		margin: 0;
	}
	div[id*="leyka-pf-"].leyka-pf-need-help {
	    padding: 10% !important;
	    margin-bottom: 2rem;
	}

}
@media (max-width: 768px) and (orientation: portrait) {

}
@media (max-width: 768px) and (orientation: landscape) {

}

/* For devices larger than  */
@media (min-width: 1500px) {

}