

body 
{
	font-family: Trebuchet MS, Arial;
	font-size:0.95em;
	background-color:#444;
	margin:0px;
	padding:0px;
  background-image:url("../img/bgx.jpg");
}

h1, h2
{
  margin:0 0 8px 0;
  font-size:1.2em;
  color:#444;
}

#main
{
	width:1024px;
	background-color:#fff;
	margin:0px auto 0 auto;
	padding:30px 0;
}

#menu
{
	width:974px;
	margin:0px auto 7px auto;
	padding:10px 0 0px 0;
	text-align:right;
}

#menu a
{
	font-size:16px;
	color:#444;
	padding:2px 15px;
	text-decoration:none;
	border-right:1px solid #555;
}

#menu .selected,
#menu a:hover
{
  color:white;
  background-color:#e14848;
}

#content-container
{
  width:1024px;
}

#content
{
	width:700px;
	float:left;
	padding:0px;
	min-height:400px;
	font-family: Arial;
	font-size:0.85em;
	line-height:1.35em;
}

#content .gallery
{
  margin-top:15px;
  margin-bottom:45px;
}

#content .gallery a
{
  display:inline;  
  margin-right:10px;
}

#content .gallery a img
{
  border:1px solid #444;
  display:inline;  
  height:110px;
}

#content .gallery a img:hover
{
  border:1px solid #fff;
}

#content a
{
	color:#444;
}

#content .post img
{
	margin-bottom:15px;
	border:0px solid white;
}


#content .post img a
{
	border:0px solid white;
}

.post
{
  font-size:1.1em;
  padding:20px 45px 20px 45px; 
  color:#444;
}

#right
{
  float:right;
  width:200px;
	font-size:0.9em;
	margin-top:30px;
	margin-right:50px;
	border-left:1px solid #666;
	padding-left:40px;
	color:#444;
}

#bottom
{
  width:1024px;
  margin:0px auto 0px auto;  
  background-color:#e14848;
  border-bottom:15px solid white;
}

#bottom p
{
  color:White;
  font-size:0.8em;
  font-family:Arial, Verdana;  
  margin:0px;
  padding:5px 45px;
}

#bottom a
{
  color:White;  
}

.clear
{
	clear:both;
	background-color:White;
}

.alignleft 
{
	float:left;
	padding-right:15px;
	display:block;
}



.alignright 
{
	float:right;
	padding-left:15px;
	display:block;
}

/* objednavka form */

.wpcf7-text
{
  width:400px;
}

.wpcf7-select
{
  width:405px;  
}

.wpcf7-form-control-wrap textarea
{
  width:400px;
}

.wpcf7-submit
{
  padding:2px 25px;
  margin:10px 0;
}

.wpcf7-not-valid-tip-no-ajax
{
  color:Red;
  margin:0 6px;  
}

.wpcf7-response-output
{
  color:Red;
}

.acatering-lightbox-overlay
{
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.acatering-lightbox-overlay img
{
  max-width: 95vw;
  max-height: 95vh;
  border: 4px solid #fff;
}
.order-form input,
.order-form select,
.order-form textarea {
	width: 400px;
	max-width: 100%;
}

.order-form select {
	width: 405px;
}

.order-form button {
	padding: 2px 25px;
	margin: 10px 0;
}

.order-form .message {
	color: #e14848;
	margin-top: 10px;
}

.order-form .message.success {
	color: #2e7d32;
}

#content .contact-block {
	margin-bottom: 18px;
}

#content h2 + p {
	margin-top: 0;
}