@charset "utf-8";
/*
Theme Name: Business Casual
Theme URI: https://www.xtendify.com/en/product/94-Business_Casual_for_WordPress
Author: Vikas Singhal (tB3)
Author URI: http://twitter.com/Xtendify
Description: Elegant and Casual theme for businesses.
Version: 1.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/* Custom CSS */
#content a { color: #333333}

#content a:hover,
#content a:focus {
  color: #333333;
  text-decoration: none;
}

#suurseiklus{
  height: 80px;
  width: 80px;
}

.brand a:hover, .brand a:focus  {
    color: #fff;
}
.widget-footer > ul ul { 
    padding-left:0px;
    list-style-type: none;
}

a {
    color: #777777
}
a:hover, a:focus {
    color: #333333;
    text-decoration: none;
}

.home .intro-text {
  display: none;
  
}

.home .main-hr {
  display: none;
}

.homepage-intro-text {
  text-transform: uppercase;
    font-size: 2.0em;
    font-weight: 400;
    letter-spacing: 1px;
}

.lang-item {
  list-style-type: none;
  display: inline;
  float:right;
  margin-right:10px;
}

.divTable {
  display: table;
  margin: 0 auto;
  width:90%;
}

.divRow {
  display: table-row;
}

.divCell {
  display: table-cell;
}

.menuTextWrapper {
  width:90%;
  margin: 0 auto;
}

.foodCell {
  width: 80%;
}

.priceCell {
  width: 15%;
  visibility: visible;
}

.justified {
  text-align: justify;
}

.leader-logo {
	float: right;
	max-width: 480px;
	width: 100%;
}