/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-headerbar {
    background: url("/templates/yoo_eat/images/header-bg.jpg");
}
.tm-isblog.fooldal .tm-block-light {
  background-image:  url("/images/fooldal-bg.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.tm-isblog.fooldal .tm-block-light .tartalom{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
body {
	background-image:  url("/templates/yoo_eat/images/site-bg.jpg");
    background-color: #ead7d9;
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;
}
.headeraddress {
    background: rgba(0,0,0, 0.7);
    padding: 15px;
}
.headeraddress p {
    color: #fff;
}
.headeraddress a {
    color: #fff;
}
.headeraddress a:hover {
    color: #fff;
	text-decoration: underline;
}
#bfFileQueue, #bfSubmitMessage {width: 250px;}
.control-group input {
    height: auto;
    min-height: auto !important;
    line-height: inherit;
}
#gbtext {
    height: 200px;
    width: 90%;
}
@media only screen and (max-width: 530px) {
.uk-navbar-center {
    max-width: 85%;
}
}