/* Enter Your Custom CSS Here */
body, html {
	background: #fff !important;
  	font-family: 'Libre Baskerville', serif !important;
}
.site-branding{
 	margin-top: 10px !important;
    margin-bottom: 0px !important;
}
#secondary{
 	display: none; 
  	width: 0%;
}

#primary{
 	width: 100%; 
}

.site-header-menu a{
 	text-transform: uppercase; 
  	color: #aaa;
    font-size: 1.2em;
}

.site-header-menu a:hover{
  	color: #000 !important;
  	background-color: #ccc
}

.current-menu-item a{
 	color: #000 !important; 
}

.current-page-ancestor a{
  	color: #000 !important;
  	font-weight: 700 !important;
}

#masthead{
	padding-top: 0px !important;
  	margin-top: 0px !important;
}

.site-inner{
 	margin: 0px !important;
  	max-width:none !important;
}

#masthead{
 	max-width: 1320px;
  	margin: auto;
}



#content{
 	padding: 0px;
  	margin: 0px;
}

.titleGraphics{
  width: 100%;
  height: auto;
}

.titleGraphics img{
  min-width: 100%;
  height: auto
}

.site{
 	margin: 0px !important; 
}

.site-header{
 	padding: 0px !important; 
}

.site-footer .site-title:after{
	content: ''!important;
}

.site-footer {
    max-width: 1320px;
    margin: auto;
    border-top: 1px solid black;
    padding-top: 15px;
}

.entry-footer{
	max-width: 1320px;
    margin: auto;
    padding-top: 15px;
    text-align: right;
}

/* Childreen links*/

.children-links{
  	margin-bottom: 20px;
  	font-size: 80%;
    float: left;    
  	width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 1em;
}

.children-links a:link,
.children-links a:visited{
  	text-decoration: none;
  	color: #9d9d9d;
}

.children-links a:hover{
 	color: #F7A92C;
}

.children-links ul li{
 	list-style-type: none; 
}

.children-links li{
 	margin-right: 20px;
  	display: inline;
}

.children-links .current_page_item a:link,
.children-links .current_page_item a:visited{
  border-bottom: 1px solid #000;
  color: #000;
  cursor: default;
}

.children-links li:before{
 	content : " | "; 
    margin-right: 12px;
}

.children-links li:first-child:before {
	content: none;
}

.entry-content, .content-area{
  background-color: #fff;
}

.entry-content{
    max-width: 1320px;
    margin: auto;
}

.site-footer, .site-inner{
  background-color: #fff;
}


.cont2divs{
  width: 100%;
  margin: 0;
  padding: 0;
}

.leftCol{
  width: 50%;
  margin: 0px;
  float: left;
  display: inline-block;
}

.rightCol{
  width: 44%;
  margin: 0px;
  float: right;
  display: inline-block;
}

.subdescription{
  font-size: 80%;
}

.menu26{
    background-image: url("/wp-includes/banners/rosol.jpg");
    background-repeat: no-repeat;
    background-position: right 15%;
}

.menu28{ 
    background-image: url("/wp-includes/banners/przekaski.jpg");
    background-repeat: no-repeat;
    background-position: right 15%;
}

.menu30{ 
    background-image: url("/wp-includes/banners/dania_glowne.jpg");
    background-repeat: no-repeat;
    background-position: right 15%;
}


.menu32{ 
    background-image: url("/wp-includes/banners/deser.jpg");
    background-repeat: no-repeat;
    background-position: right 50%;
}

.menu34{ 
    background-image: url("/wp-includes/banners/salatki.jpg");
    background-repeat: no-repeat;
    background-position: right 15%;
}

.menu37{ 
    background-image: url("/wp-includes/banners/dodatki.jpg");
    background-repeat: no-repeat;
    background-position: right 15%;
}

@media only screen and (max-device-width: 640px){
 	.leftCol, .rightCol{
    	width: 100%;
    	display: block !important;
  	}
  	.menu26, .menu28, .menu30, .menu32, .menu34, .menu37{
    	background-image: none;
  	}	
  	.entry-header {
  		margin-right: 0px;
    	margin-left: 0px;
  	}
  
  	.leftCol{
   		padding: 16px; 
  	}
  
  	.site-title img{
    	width: 83%;
    	padding-bottom: 10px;
  	}
  	#aspexifbsidebox{
    	display: none;
  	}
}