
/* Upper navigation parameters */

#navigation {
    width: 75%;
	  max-width: 2600px;
}

#navigation .menu {
    width: 75%;
		max-width: 2600px;
}

#navigation ul li {
	margin: 0 0.3vw 0 0; 
}

#navigation ul li a {
	border-width: 1px 1px medium;
	border-color: #FFFFFF;
	border-bottom:none;
	border-radius: 0.25vw;
	margin: 0.2vw auto 0; 
	color: #FFFFFF;	
	font-size: 1.15vw;
	padding: 0.35vw 1vw; 

} 

/* html #navigation {
	height: 2.5vw;
} */

#navigation ul li.search {
	font-size: 1vw;
    right: 0;
	  top: 0.1vw;
	  border-radius: 0.5vw;
	border-width: 1px 1px medium;
	border-color: #FFFFFF;
	color: #FFFFFF;
	overflow: hidden; 
	text-align: right;

}

#navigation ul li.search input#searchsubmit {
	border: #ffffff 1px solid; 
	font-size: 1vw;
	background: #bbcd9b; 
	margin: 0 0 0 0.3vw; 
	color: #ffffff; 
	padding: 0.5vw; 		
	border-radius: 0.3vw;
  padding: 0.4vw; 

}


/* Header parameters */

#header h1 a {
	  font-size: 2.5vw;
	  letter-spacing: 0.04em;
	  line-height: 1.3em;
	  text-decoration:none;
  	padding: -0.1em 0.05em 0.05em 0em;
	  border-bottom: none;
	  background-image: none;

}


#header h1 a:hover {
    text-decoration: none;
	  border-bottom: none;
	  background-image: none;
		color: #6c843f;
} 

#header #desc {
	font-size: 1vw;
	letter-spacing: 0.04em;
	text-decoration: none;
  margin-top: -0.2em;
  border-bottom: none;
	background-image: none;

} 
	
#headerimage {
    background: url('https://a.bikbov.ru/wp-content/uploads/2023/11/collage10-1200_12_4.jpg') no-repeat;
	background-size: 100%;
	max-width: 100%;
  max-height: 100%;
	border-radius: 0.5em;
  height: 11.5vw;

}

#feedarea { 
	width: 10%;
  line-height: 2.8vw;
	font-size: 0.9vw;
} 



/* Main content window parameters */

#container {
    width: 77%;
	  max-width: 2600px;
		border-radius: 15px;
}

#content-main {
    width: 68%;
	  max-width: 2600px;
}

.posttitle h2 a {
  font-size: 1.6em;
	line-height: 1.3em;
	  font-family: Arial;
}

img {
  max-width: 100%;
  height: auto;
}

#content .postmetadata {
	font-size: 0.9em;
  font-family: Verdana;
	line-height: 0.7vw;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
		line-height: 1.3em;
}

#content .post-info {
	font-size: 0.9em;
  font-family: Verdana;
	line-height: 0.7vw;
	margin-top: 0.7em;
	margin-bottom: 1em;
}


p { 
	font-size: 1.3em; 
  font-family: Verdana;
}

@media screen and (min-width: 800px) { 
 p { 
  font-size: 1.3em;
   }
}

#container {
  border: #ccc 1px solid;
  background: #fff;
  margin: 0 auto;
	padding-left: 0.7vw;
	padding-right: 0.7vw;
  position: relative;
}


.more-link
{ 
	font-size: 1.4em; 
  font-family: Verdana;
	line-height: 2vw;
	color: #265e60;
}

.addtoany_share_save_container {
	border-radius: 0.5em;
	
}

.yarpp-related {
  margin-bottom: 1em;
  margin-top: 1em;
	font-size: 0.95em; 
  font-family: Verdana;
}

@media screen and (min-width: 800px) { 
	.yarpp-related {
  margin-bottom: 1em;
  margin-top: 1em;
	font-size: 1.2em; 
  font-family: Verdana;
	}
}

#content .entry li {
  line-height: 1.4em;
}

/* Sidebar parameters */

#sidebar {
	float: right; 
	width: 28%;
	max-width: 30%;
	font-size: 1.05em;
	line-height: 1.4em;

} 

#sidebar li.sidebox {
	color: #265e60;
  background-color: #fafcf6;
	border: #f7f9f3 1px dashed;
	padding: 0.01em 0.4em 0em 1.7em;
  border-radius: 1em;
	margin: 1.1em 0.1em 0.5em;
} 

#sidebar h3 {
	margin: 0.5em 0px;
  font-family: Arial;
	font-size: 1.4em;
}

#sidebar li 
{
	margin-bottom:1em;
}

#sidebar ul ul
{
	margin:0.7em 0 0 0em;
}

#sidebar ul ul ul
{
	margin:0.5em 0em 1em 1em;
}


/* Footer parameters */

#footer {
    width: 75%;
	  max-width: 2600px;
}


#footer p {
  float: left;
  width: 50%;
  line-height: 1.2em;
	font-size: 0.9vw !important;
}


/* Astra theme - mobile - parameters */

.entry-meta, .entry-meta * {
display: none;
}

.ast-footer-copyright {
	font-size: 0.8em !important; 
}

.site-content .ast-single-post-featured-section img {
	  padding-top: 2em;
    display: none;
}

.ast-separate-container .site-content .ast-single-post-featured-section + article {
    margin-top: -20px;
}

