/*------------------------------------------------------------------
[Table of contents]

1. Basic WP styles
2. Titles
3. Header
4. Our Menu - Offers
5. Navigation
6. Footer
7. Contact page
8. Blog
9. Comments
10. Error page
11. Sidebar
-------------------------------------------------------------------*/
@font-face {
    font-family: 'BonvenoCF';
    font-style: normal;
    font-weight: 200;
    src: local('BonvenoCF'), url('fonts/BonvenoCF-Light.woff') format('woff');
}

/*------------------------------------------------------------------
[1. Basic WP styles ]
------------------------------------------------------------------*/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.tagcloud a,
.single-search-categories a,
.albertos-contact-form input.wpcf7-submit,
.post-categories-names a,
a.post-read-more,
.post-tags a,
input#submit.submit,
a.error-page-url,
.widget select:hover,
input#searchsubmit {
    background-color: ;
}

.tagcloud a:hover,
a:hover,
span.page-title-icon,
span.page-title-icon:before,
.single-offer-category-filter li a.selected,
.single-offer-price, .single-offer-cart,
ul#menu-main-nav-menu li.current_page_item a,
ul#menu-main-nav-menu li a:hover,
.mobile-menu-wrapper ul.mobile-menu li a:hover,
.mobile-menu-wrapper ul.mobile-menu li.current_page_item a,
.footer-socials ul.socials-sh li a:hover,
.footer-content a:hover,
.contact-middle span:before,
ul.post-details li span.post-detail-icon,
.post-detail-single a:hover {
    color: ;
}
a:focus, a:hover
{
outline: none;
text-decoration: none;
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
color:#97A688;
text-decoration: none;
}


.header-wrapper {}

.page-bg {
    background-image: url(../upload/bg-pizza2.jpg);
}

.logoImage {
    width: 190px;
}

.logoImageRetina {
    width: 190px;
}

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.albertos-contact-form input,
.albertos-contact-form textarea,
textarea#comment,
input#author,
input#email,
input#url,
.recentcomments a,
.widget_search input#s {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.wf-loading html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.albertos-contact-form input,
.albertos-contact-form textarea,
textarea#comment,
input#author,
input#email,
input#url,
.recentcomments a,
.widget_search input#s,
{
    opacity: 0;
}

.ie.wf-loading html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.albertos-contact-form input,
.albertos-contact-form textarea,
textarea#comment,
input#author,
input#email,
input#url,
.recentcomments a,
.widget_search input#s,
{
    visibility: hidden;
}

ul#menu-main-nav-menu li a,
input#searchsubmit,
a.single-search-title,
.single-search-categories a,
h1,
h2,
h3,
h4,
h5,
h6,
h1.page-title,
.single-offer-category-filter li a,
.single-offer-title,
.single-offer-price,
.single-offer-cart,
.single-offer-menu2-title,
.single-offer-menu2-price,
.mobile-menu-wrapper ul.mobile-menu li a,
.contact-detail-title,
.albertos-contact-form input.wpcf7-submit,
h1.post-title a,
h1.post-title-single,
.post-categories-names a,
a.post-read-more,
.post-tags a,
input#submit.submit,
cite.fn,
cite.fn a,
.reply a,
.error-content1,
a.error-page-url,
.widget select,
#calendar_wrap caption,
.recentcomments,
.widget_rss ul li a,
.widget_rss cite {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.wf-loading ul#menu-main-nav-menu li a,
input#searchsubmit,
a.single-search-title,
.single-search-categories a,
h1,
h2,
h3,
h4,
h5,
h6,
h1.page-title,
.single-offer-category-filter li a,
.single-offer-title,
.single-offer-price,
.single-offer-cart,
.single-offer-menu2-title,
.single-offer-menu2-price,
.mobile-menu-wrapper ul.mobile-menu li a,
.contact-detail-title,
.albertos-contact-form input.wpcf7-submit,
h1.post-title a,
h1.post-title-single,
.post-categories-names a,
a.post-read-more,
.post-tags a,
input#submit.submit,
cite.fn,
cite.fn a,
.reply a,
.error-content1,
a.error-page-url,
.widget select,
#calendar_wrap caption,
.recentcomments,
.widget_rss ul li a,
.widget_rss cite,
{
    opacity: 0;
}

.ie.wf-loading ul#menu-main-nav-menu li a,
input#searchsubmit,
a.single-search-title,
.single-search-categories a,
h1,
h2,
h3,
h4,
h5,
h6,
h1.page-title,
.single-offer-category-filter li a,
.single-offer-title,
.single-offer-price,
.single-offer-cart,
.single-offer-menu2-title,
.single-offer-menu2-price,
.mobile-menu-wrapper ul.mobile-menu li a,
.contact-detail-title,
.albertos-contact-form input.wpcf7-submit,
h1.post-title a,
h1.post-title-single,
.post-categories-names a,
a.post-read-more,
.post-tags a,
input#submit.submit,
cite.fn,
cite.fn a,
.reply a,
.error-content1,
a.error-page-url,
.widget select,
#calendar_wrap caption,
.recentcomments,
.widget_rss ul li a,
.widget_rss cite,
{
    visibility: hidden;
}
html, body, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	letter-spacing: 0;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 2;
	font-family: 'BonvenoCF', sans-serif;
	letter-spacing: 0.5px;
}

html, body {
	margin:0;
   	padding:0;
   	height:100%;
   	-webkit-font-smoothing: antialiased; 
}

body {
	background: #f5f5f5;
}

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.sticky { }
.bypostauthor { }
.textaligncenter { text-align: center; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }

p {
	margin-bottom: 10px;
}

strong, b {
	font-weight: 700;
	color: #000;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #000;
}

a:hover {
	color: #97A688;
}

.display-none { 
	display: none;
}
.display-block {
	display: block;
}

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

.table_view {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}


body {
	word-break: break-word;
}

.global-wrapper {
	min-height:100%;
	position: relative;
	overflow: hidden;
}

.label
{
	padding: 3px;
    font-size: 8px;
    cursor:help;
    bottom: 3px;
    position: relative;
}
.label-image
{
    cursor:help;
}
.wrapper-special {
	position: relative;
}
.menu-wrapper
{
	    margin-left: -10px;
}
.container-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
    margin-left: 267px;
	display: flex;
}
.Home_nadpis
{
	z-index: 6; white-space: nowrap; font-size: 100px; line-height: 100px; font-weight: 400; 
	/*color: rgba(250, 185, 64, 1.00);*/
	color: #000;
	    font-family: 'BonvenoCF', sans-serif;
	font-family: 'BonvenoCF', sans-serif;
	background-color:rgba(36, 36, 36, 1.00);
	background-color:#D5DED9;
	border-radius:10px 10px 10px 10px;
}
.Home_subnadpis
{
z-index: 5; white-space: nowrap; font-size: 72px; line-height: 72px; font-weight: 400; color: rgba(255, 255, 255, 1.00);    font-family: 'BonvenoCF', sans-serif;text-shadow:0px 2px 2px rgba(0, 0, 0, 0.6);
font-family: 'BonvenoCF', sans-serif;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus
{
	outline: none;
	box-shadow: none;
}
#container {
    width: 720px;
    float: left;
    margin-top: 100px;
    z-index: 2;
    position: relative;
    margin-right: 20px;
}
#container.recept {
	max-width: 705px;
    width: 60%;
}
#container.recept div.videnia{
	float: right;   
	 font-size: 12px;
	 align-items: center;
    display: flex;
}
#basket {
    width: 360px;
    float: left;
    margin-top: 104px;
    z-index: 3;
   /*font-family: 'BonvenoCF', sans-serif;*/
	    font-family: 'BonvenoCF', sans-serif;
    position: relative;
}
#basket.sticky
{
	  top: 0;
	  position: fixed;
	  margin-top: 5px;
}
#basket.sticky_bottom
{
	  bottom: 0;
	  position: fixed;
	  margin-bottom: 10px;
}
#basket h2
{
	color:#000000;
	margin-bottom: 0;
	line-height: 1;
	    font-family: 'BonvenoCF', sans-serif;
	font-size: 23px;
	border-bottom: 1px solid #242424;
    padding: 15px 0px 15px 0px;
    margin: 0 25px;

} 
#basket .page-title-inner
{
	/*padding: 12px 23px 12px 20px;*/
	margin-left: 35px;
}

.page-bg {
    top: 0;
    left: 250px;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 0;
	background-image: url(../upload/bg-pizza2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	    
}

.page-wrapper {
	background: #DCE4E0;
	padding: 40px;
	padding-left: 25px;
}
.page-wrapper.jed_listok {
	background: #DCE4E0;
	/*padding: 40px;*/
	padding-left: 1px;
    padding-right: 1px;
	    padding-top: 0px;
		    padding-bottom: 0px;
}
.page-wrapper.recepty {

	/*padding: 40px;*/
	padding-left: 1px;

}
.page-wrapper.denne_menu_container {
	background: #DCE4E0;
}

#obsah_kosika{
	padding: 40px;
    padding-right: 23px;
}
.page-wrapper:not(#obsah_kosika):not(#obsah_kosika_mobil)::before

 {
  content: "";
  position: absolute;
  left: 0;
    top: 98px;
    bottom: 40px;
  width: 1px;
  background-color: #242424;
}
/*#filters::before
{
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 0;
  width: 1px;
  background-color: black;
}*/
.page-wrapper ul,
.page-wrapper ol {
	/*margin-bottom: 30px;*/
}

ul li {
	margin-left: 8px;
	margin-right: 5px;
}
.dropdown-menu > li > a {

	padding: 3px 3px;
}
.text-muted {
    color: #777;
    font-size: 11px;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
}
ul li li {
	margin-left: 36px;
}

ol li {
	margin-left: 25px;
}

ol li li {
	margin-left: 50px;
}


 blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
 blockquote p:last-child {
	margin-bottom: 0;
}
 code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
 pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
 pre code {
	display: block;
}
 abbr
 dfn
 acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
 address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

 embed,
 iframe,
 object,
 video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 dl {
	margin: 0 1.714285714rem;
	margin-bottom: 30px;
}
 dt {
	font-weight: bold;
	line-height: 1.714285714;
	color: #000;
}
 dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

  table,
  th,
  td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
 table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
 td {
	padding: 6px 10px 6px 6px;
}
table th {
	color: #000;
	font-weight: 700;
}

 embed,  iframe,  object,  video {
    max-width: 100%;
}

 dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}

.pagination-wrapper .alignleft {
	margin-left: 10px; 
	margin-bottom: 20px;
}

.pagination-wrapper .alignright {
	margin-right: 10px;  
	margin-bottom: 20px;
}

.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
	color: #888;
}

.post-password-form input[name="post_password"] { 
	background: #fff;
	color: #888;
	padding: 10px;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #eee;
	outline: none;
}

.post-password-form input[name="Submit"] { 
	background: #000;
	color: #fff;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 1px solid #000;
}
.post-password-form input[name="Submit"]:hover { 
	cursor: pointer;
}

.ares .tp-bullet {
	width: 10px;
	height: 10px;
	position: absolute;
	background: none;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	background: #fff;
}

.ares .tp-bullet:hover, .ares .tp-bullet.selected {
	width: 20px;
	height: 20px;
	margin-left: -5px;
	margin-top: -5px;
	background: #fff;
}


.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.wpb_button {
    margin-bottom: 100px !important;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner {
    padding-top: 100px !important;
}


.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 100px !important;
}

/*------------------------------------------------------------------
[1.1. MODAL ]
------------------------------------------------------------------*/
.custom-checkbox.checkbox, .custom-checkbox.checkbox-inline, .custom-radio.radio, .custom-radio.radio-inline, .checkbox-icon.checkbox, .checkbox-icon.checkbox-inline {
    padding-left: 0px;
   
}
.checkbox, .radio, .checkbox label, .radio label, .checkbox-inline, .radio-inline, .checkbox-inline label, .radio-inline label {
    height: 19px;
    margin-bottom: 0px;
    padding-left:0px;
    margin-top: 0px;
    font-weight: normal;
    font-size:11.5px;
    font-family: 'BonvenoCF', sans-serif;
    white-space: nowrap;
}
.single-offer-content
{
	font-weight: normal;
    font-size:13px;
}
.single-offer-content small
{
	line-height: 12px;
    font-size: 9px;
    display: inline-block;
}
.radio, .checkbox {
    position: relative;
    display: block;
}
#myModal .checkbox
{
	display: flex;
}
.modal-price
{
	float: left;
	color: #B31B34;
	font-size: 24px;
	margin-top: -8px;
}

#submit_contact
{
	background: transparent;
	    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
	color: #000;
	
}
.modal-dialog {

    max-width: 850px;
    width:calc(100% - 20px);
	
}
#myModalcart .modal-dialog {

    margin-top:90px;
}
.modal-header {
   border-bottom: 0px;

    margin-left: -25px;
    margin-right: -30px;
}

.modal-footer {
    border-top: 0px;
	margin-left: -25px;
    margin-right: -30px;
}
/*.modal-body::before {
    content: "";
  position: absolute;
  bottom: 0;
    left: 30px;
    right: 30px;
  height: 1px;
  background-color: #000; 
}
/*.modal-body::after {
    content: "";
  position: absolute;
  top: 0;
    left: 30px;
    right: 30px;
  height: 1px;
  background-color: #000; 
}*/
.modal-body
{
	background-color: #DCE4E0;
	padding:15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.modal-content
{
	background-color: #DCE4E0;
	border-radius: 4px;
	padding-left: 30px;
	padding-right: 30px;
}
.modal-footer .quantity_picker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    display: flex;
    float: left;
    height: 34px;
    text-align: center;
    border: 0;
    line-height: 28px;
    margin-top: 2px;
}
.left
{
	float:left;
}

.modal-footer .quantity_picker .quantity {
    /*width: 34px;*/
    font-weight: normal;
    cursor: pointer;
    padding: 4px 11px;
   font-family: 'BonvenoCF', sans-serif;
   font-size: 20px;
    margin-top: 3px;
	white-space: nowrap; 
}
.modal-footer .single-offer-price {
    width: auto;
    margin-left: 25px;
}
.btn {
	border-radius: 0;
	background: none;
}
.btn-menej {
   	margin-right: -4px;
    padding: 0px 10px;
    background-color: #DCE4E0;
    font-size: 21px;
	    width: 34px;
}
.btn-viac {
    margin-right: -4px;
    padding: 0px 10px;
    background-color: #DCE4E0;
    font-size: 21px;
	    width: 34px;
}
#tel_info
{
	    font-size: 12px;
}
.btn-menej:focus, .btn-viac:focus
{
	outline: none;
	font-size: 20px;
    font-weight: 600;
    scale: 1.1;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"]{

    margin-left: -14px;
}
.control-label
{
	/*color: #97A688;*/
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.btn-add-cart
{
	color: #000000;
	/*background-color: #DCE4E0;*/
	
	margin-top: 8px;
}
 .btn:hover {

    font-weight: 600;
    scale: 1.1;
}
.btn.btn-viac:hover, .btn.btn-menej:hover {
	font-size: 21px;
    font-weight: 600;
    scale: 1.1;
}
.btn-spat
{
	float: left;
	margin-top: 8px;
}
/*------------------------------------------------------------------
[end of 1. Basic WP styles]
------------------------------------------------------------------*/

.small_error
{
	 font-family: 'BonvenoCF', sans-serif;
	font-size:10px;
	text-align:left;
	color: red;
	margin-bottom: 0px;
}
.ml35
{
	margin-left:35px;
}
form#obj_form
{
	 font-family: 'BonvenoCF', sans-serif;
}
input.error
{
	border: 2px solid #f03f03;
	border-radius: 3px;
}
.error_text
{
	color: #f03f03;
}
/*------------------------------------------------------------------
[2. Titles ]
------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	    font-family: 'BonvenoCF', sans-serif;
}

h1 {
	font-size: 32px;
	letter-spacing: 0;
	margin-bottom: 25px;
}
h2 {
	font-size: 28px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
h4 {
	font-size: 20px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
h6 {
	font-size: 16px;
	margin-bottom: 20px;
}


.page-title-inner {
    line-height: 1;
    background: #D5DED9;
    display: inline-flex;
	margin-left: 40px;
	/*border-left: 6px solid #97A688;*/
	color: #000000;
}

h1.page-title {
    float: right;
    margin-bottom: 0;
    line-height: 1;
    color: #000000;
        font-family: 'BonvenoCF', sans-serif;
    font-size: 30px;
    margin-top: 3px;
 
    border-bottom: 1px solid #242424;
	padding: 15px 15px 12px 15px;
    margin: 0 35px;
}

span.page-title-icon {
    display: inline;
   color: #000000;
	margin-right: 15px
}

span.page-title-icon:before {
    display: inline;
    color: #000000;
    font-size: 38px;
}

.page-title-icon-image > img, .offer-menu2-icon-image > img {
    max-width: 40px;
    max-height: 40px;
}

/*------------------------------------------------------------------
[end of 2. Titles]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[3. Header ]
------------------------------------------------------------------*/
.header-wrapper {
    width: 267px;
    height: 100%;
    /*background-image: url(../images/bg-menu.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
   display: flex;
    position: fixed;
    z-index: 2;
    padding: 0 20px;
    background-color: #D5DED9;
    overflow: auto;
    flex-direction: column;
    justify-content: space-between;

}

body.admin-bar .header-wrapper {
	top: 0px;
}

.logoImageRetina {
    display: none;
}

.logo {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 15px;
}


/*------------------------------------------------------------------
[end of 3. Header ]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 4. Our Menu - Offers ]
------------------------------------------------------------------*/	
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.single-offer-category-filter {
    float: left;
    list-style: none;
    text-align: right;
   /* border-right: 1px solid #242424;
    border-left: 1px solid #242424;*/
    padding-right: 16px;
 
    width: 182px;
	background-color: #DCE4E0;
	padding-top: 35px;
    padding-bottom: 35px;
	height: 100%;
	 background-image: linear-gradient(to bottom, transparent 40px, black 40px, black calc(100% - 40px), transparent calc(100% - 40px));
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 100%;
}
.single-offer-category-filter.recepty_filter{
	background: #DCE4E0;
}

ul.single-offer-category-filter li {
       margin-left: 0;
}

.offer-menu-items {
    margin-left: 192px;
}

.single-offer-category-filter li  {
    margin: 10px 0;
}
.single-offer-category-item
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.single-offer-category-filter li a {
    text-transform: uppercase;
    /*    font-family: 'BonvenoCF', sans-serif;*/
	    font-family: 'BonvenoCF', sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}

.single-offer-category-filter li a.selected {
    color: #97A688;
}

#fullwidth-container {
    width: 100%;
    float: left;
    margin-top: 100px;
    z-index: 2;
    position: relative;
}

.offer-menu2-items {
    margin-left: -15px;
    margin-right: -15px;
}


.offer-menu2-item-single {
    position: relative;
    margin-bottom: 50px;
    float: left;
    padding: 0 15px;
}

.offer-menu2-thumb {
    display: block;
    line-height: 0;
    position: absolute;
    top: 28px;
    left: 43px;
    z-index: 9;
}

.offer-menu2-thumb-image {
    display: block;
    line-height: 0;
    position: absolute;
    top: 28px;
    left: 43px;
}

.offer-menu2-shadow {
    background: url(../images/shadow-frame.png) no-repeat;
    width: 369px;
    height: 17px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.single-offer-title {
    font-size: 22px;
    color: #242424;
   font-family: 'BonvenoCF', sans-serif;
        font-family: 'BonvenoCF', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}

.single-offer-details {
    float: left;
    width: 360px;
	margin-right: 10px;
	padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.single-offer-details p { 
	margin-bottom: 0;
	/*font-size:12px;*/
	font-family: 'BonvenoCF', sans-serif;
 
 }

.single-offer-price {
    float: left;
    width: 95px;
    font-size: 30px;
    color: #000000;
        font-family: 'BonvenoCF', sans-serif;
    line-height: 1;
    text-align: right;
    margin-top: 4px;
}
.single-offer-cart {
       float: left;
    /* width: 62px; */
    font-size: 30px;
    color: #97A688;
    font-family: 'BonvenoCF', sans-serif;
    line-height: 1;
    text-align: right;
    /* padding-right: 11px; */
    margin-top: 5px;
    margin-left: 15px;
	white-space: nowrap;
}
.single-offer-cart .addToCart {
	width: 34px;
    height: 34px;
    display: inline-block;
    float: right;
}
 .euro {
    font-size: 20px;
    padding-left:4px;
}

.single-offer-item { margin-bottom: 20px; }
.single-offer-item:hover{
	 background:#D5DED9;
}
span.offer-menu2-icon {
    float: left;
    width: 70px;
	color: #242424;
}

span.offer-menu2-icon:before {
    font-size: 46px;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.offer-menu2-details {
    margin-left: 70px;
    width: 300px;
}

.single-offer-menu2-title {
    font-size: 30px;
    color: #242424;
   font-family: 'BonvenoCF', sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}

.single-offer-menu2-price {
    font-size: 26px;
    color: #9b040c;
   font-family: 'BonvenoCF', sans-serif;
    line-height: 1;
}

.archive .offer-menu-items {
    margin-left: 0;
}
.archive .single-offer-details {
    width: 560px;
}

.offer-menu2-items .offer-menu2-item-single:nth-child(3n+1){
   clear: both;
} 
.mini_card_logo
{
	border: 1px solid #c5c2c2;
    max-height: 20px;
    padding: 1px;
    top: 3px;
    position: relative;
    height: auto;
    max-width: 31px;
    margin-left: 3px;
	
}
/*------------------------------------------------------------------
[end of 4. Our Menu - Offers ]
------------------------------------------------------------------*/
.isotope-item.recept-list
{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	width: 100%;
	cursor: pointer;
	max-width: 300px;
	height: auto;
	min-height: 450px;
	margin: 2px 5px 27px 23px;
}
.isotope-item.recept-list > .description
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 450px;
	align-items: flex-end;
}
.isotope-item.recept-list  .recept-title
{
	color: #fdfdfd;
    background-color: #00000078;
    /* opacity: 0.4; */
    padding: 15px 25px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.isotope-item.recept-list .recept-footer
{
	display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding: 12px;
    /* width: 100%; */
	border-radius: 20px 0px 20px 0px;
    background-color: #00000078;
}
.recept_detail div.uvod 
{
	font-size: 15px;
	margin-top: 18px;
    margin-bottom: 18px;
}
.recept_detail div.zaver 
{
		font-size: 14px;
}
.recept_detail div.ingrediencie, .recept_detail div.ingrediencie p, .recept_detail div.ingrediencie ul , .recept_detail div.ingrediencie li  
{
		font-size: 12px !important;
		margin-bottom: 0px;
}
.recept_detail div.recept , .recept_detail div.recept p, .recept_detail div.recept ul, .recept_detail div.recept li
{
		font-size: 12px !important;
		margin-bottom: 0px;
}
.recept_detail div.ingrediencie ul li {
	margin-left: 18px !important;
	margin-right: 5px;
}
.recept_detail div ul, .recept_detail div ol
{
	margin-bottom: 10px !important;
}

/*------------------------------------------------------------------
[start of 5. Navigation ]
------------------------------------------------------------------*/
ul.sf-menu {
    list-style: none;
    text-align: center;
    list-style-position: inside;
}

ul.sf-menu li {
    list-style: none;
    text-align: center;
    list-style-position: inside;
	padding: 0;
	margin: 0;
}

ul.sf-menu li a {
    /*color: #D5DED9;*/
   
    font-family: 'BonvenoCF', sans-serif;
    
    font-size: 23px;
    line-height: 1.6;
    text-transform: uppercase;
}

ul.sf-menu li.current_page_item a, ul.sf-menu li a:hover {
    color: #97A688;
}

ul.sf-menu li ul li  {
    font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

ul.sf-menu li ul li a {
    font-size: 16px;
	line-height: 1;
}



a.added_to_cart.wc-forward {
    margin-left: 13px;
    color: #c60a14;
}

/* cart icon */
.menu-shop-basket {
	display:none;
	margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}        
                  

.add-contents:before {
   /* font-family: WooCommerce; */
    content: "+";
    font-size: 24px;
    font-style: normal;
    /* font-weight: 400; */
    /* padding-right: 5px; */
    /* vertical-align: top; */
    color: #000000;
   /* background: #97A688;*/
    padding: 6px;
    /* border-radius: 3px 3px 3px 3px; */
    top: -7px;
    display: inline;
    /* position: inherit; */
    width: 30px;
    height: 30px;
    position: relative;
    font-weight: 600;
    /* margin-top: 13px; */
    padding: 1px 7px 5px;
}
.add-contents:hover {
    text-decoration: none;
		 font-weight: 600;
  scale: 1.2;
}
.add-contents:hover:before {
/*background: #000000;
    color: #97A688;*/
    cursor: pointer;

}
.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 32px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
    color: #97A688;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents:hover:before {
    color: #97A688;
}
.cart-contents-count {
    color: #000;
    background-color: #97A688;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 0px;
    line-height: 1;
    font-family: 'Open Sans', Arial, sans-serif;
    vertical-align: top;
    border-radius: 50% !important;
    width: 26px !important;
    height: 26px !important;
    display: inline-block;
    text-align: center;
}


/* mobile menu */

.mobile-menu-wrapper {
	display: none;
}

.mobile-menu-wrapper {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.85);
	display: none;
	position: absolute;
	height: auto;
	z-index: 11;
	float: left;
	margin-bottom: 30px;
	display: none;
}

.mobile-menu-wrapper ul {
	list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu  li {
	display: block;
	margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu  li:before {
	content: '';
}

.mobile-menu-wrapper ul.mobile-menu  li a {
	padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu  li li a {
	padding-left: 60px;
}

.mobile-menu-wrapper ul.mobile-menu  li li  li a  {
	padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu li a {
    width: 100%;
    padding: 12px 20px 10px;
    display: block;
    color: #D5DED9;
    border-bottom: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
   font-family: 'BonvenoCF', sans-serif;
}

.mobile-menu-wrapper ul.mobile-menu  li a:hover, .mobile-menu-wrapper ul.mobile-menu  li.current_page_item a {
	color: #97A688;
	background: rgba(0,0,0,0.6); 
}

.menu-icons-inside {
	width: 100%;
	text-align: center;
    display: none;
}	
.menu-icon {
	position: relative;
	cursor: pointer;
	color: #fff;
	float: none;
	height: 26px;
	margin-right: 11px;
    margin-top: 11px;
	display: inline-block;
}

.menu-icon:hover {
	color: #fff;
}

.menu-icon-close {
	display: none;
}

.menu-icon.menu-icon-close {
	font-size: 48px;
	top: 3px;
	right: 25px;
}

.menu-icon-create {
	display: inline-block;
	width: 23px;
	height: 2px;
	position: relative;
	top: 12px;
	vertical-align: bottom;
	background: #fff;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	float: left;
}

.menu-icon-create:after, .menu-icon-create:before {	
	position: absolute;
	content: '';
	display: inline-block;
	width: 23px;
	height: 2px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	outline: 1px solid transparent;
	left: 0;
	background: #fff;	
}
.menu-icon-create:before {
	top: -8px;
}

.menu-icon-create:after {
	top: 8px;
}

.menu-icon.opened .menu-icon-create:before {
	top: 100%;
	-webkit-transform: rotate(-48deg) translate(2px, 0);
	-moz-transform: rotate(-48deg) translate(2px, 0);
	-ms-transform: rotate(-48deg) translate(2px, 0);
	-o-transform: rotate(-48deg) translate(2px, 0);
	transform: rotate(-48deg) translate(2px, 0)
}

.menu-icon.opened .menu-icon-create:after{
	-webkit-transform: rotate(45deg) translate(0, 1px);
	-moz-transform: rotate(45deg) translate(0, 1px);
	-ms-transform: rotate(45deg) translate(0, 1px);
	-o-transform: rotate(45deg) translate(0, 1px);
	transform: rotate(45deg) translate(0, 1px);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.menu-icon.opened  .menu-icon-create { 
	background: none;
}

/*------------------------------------------------------------------
[end of 5. Navigation ]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 6. Footer ]
------------------------------------------------------------------*/
.footer {
   /* position: absolute;
    bottom: 8px;
	padding: 0 20px 0 0;*/

	position: relative;
    bottom: 6px;
    /* padding: 0 20px 0 0; */
    margin-top: 15px;

}
#slider-eng-menu #flag
{
    width: 74px;
    height: auto;
    box-shadow: 0px 1px 5px 3px rgb(0,0,0);
    -webkit-box-shadow: 0px 1px 5px 3px rgb(0,0,0);
	-moz-box-shadow: 0px 1px 5px 3px rgb(0,0,0);
}
.footer-socials ul.socials-sh {
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
}
.footer-socials ul.socials-sh li {
    display: inline;
    margin: 0;
    padding: 0;
}
.footer-socials ul.socials-sh li a {
    color: #c6b08c;
	font-size: 20px;
	margin: 0 3px;
}
.footer-socials ul.socials-sh li a:hover {
    color: #97A688;
}

.footer-content {
    color: #000;
    text-align: center;
    border-top: 1px solid #000;
    padding-top: 10px;
    line-height: 1.6;
    padding-bottom: 0px;
	font-family: 'BonvenoCF', sans-serif;
}

.footer-content a {
    font-family: 'BonvenoCF', sans-serif;
}

.footer-content a:hover {
     color: #97A688;
}

.footer2 {
    display: none;
    width: 100%;
    background: #D5DED9;
    position: relative;
    float: left;
}

/*------------------------------------------------------------------
[end of 6. Footer ]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[start of denne menu. Footer ]
------------------------------------------------------------------*/
.denne_menu_container small{
    line-height: 14px;
    font-size: 11px;
    display: inline-block;
}
 
.denne_menu .row { display: inline-block; width: 100%;    margin-left: 0px;    margin-right: 0px;  }

.denne_menu .row .nadpis { display: inline-block; width: 100px; float:left; }
.denne_menu .row .detail { display: inline-block; width: 540px; float: left;}
.denne_menu .row .detail .polozka-menu{ display: flex}
.denne_menu .row .detail .popis {display: inline-block; float:left;width: 463px;     margin-bottom: 15px;}
.denne_menu .row .detail .polozka_cena {display: inline-block; float:left; padding-left: 26px;font-weight: 600;width:98px}
.denne_menu .row .detail .polozka_kosik {display: inline-block; float:left; padding-left: 26px;font-weight: 600;width:68px}
.denne_menu .row .detail .polozka_kosik .single-offer-cart {margin-top:-5px;}

/*------------------------------------------------------------------
[start of 7. Contact page ]
------------------------------------------------------------------*/
.contact-maps {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -50px;
    margin-bottom: 30px;
}

.contact-details { display: inline-block; width: 50%; float: left; padding-right: 30px;}
.contact-form-wrapper {  width: 50%; float: left;}

.contact-detail {margin-bottom: 30px}

#thx_message
{
	color:green;
}

#thx_message.error
{
	color:red;
}
.contact-detail-title {
   font-family: 'BonvenoCF', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.contact-middle {
    float: left;
	margin: 0 40px 0 40px
}

.contact-middle span:before {
    color: #97A688;
    font-size: 100px;
	line-height: 1;
}

.albertos-contact-form {
	float: left;
	width: 100%;
}
.albertos-contact-form input,
input.wpcf7-submit,
.albertos-contact-form textarea {
	padding: 25px 30px;
    color: #c6b08c;
	font-size: 14px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 8px; 
	-webkit-appearance: none;
    background: #242424;
    border: none;
    font-family: 'BonvenoCF', sans-serif;
}
.contact-submit2
{
	float: right;
    margin-top: -95px;
}
.albertos-contact-form input::-webkit-input-placeholder,
.albertos-contact-form textarea::-webkit-input-placeholder {
    color: #c6b08c;
	font-size: 14px;
}

.albertos-contact-form textarea {
	max-height: 200px;
	resize: none;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

.albertos-contact-form input.wpcf7-submit, .wpcf7-submit {
	color: #242424;
	font-size: 14px;
	text-transform: uppercase;
	background: #97A688;
	padding: 16px 44px;
	-webkit-appearance: none;
	width: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 12px;
	        font-family: 'BonvenoCF', sans-serif;
}
.albertos-contact-form input.wpcf7-submit:hover, .wpcf7-submit:hover {
	background: #242424;
	color: #fff;
	cursor: pointer;
}

/*------------------------------------------------------------------
[end of 7. Contact page ]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 8. Blog ]
------------------------------------------------------------------*/
h1.post-title  {
	text-align: center;
}

h1.post-title a,
h1.post-title-single {
   font-family: 'BonvenoCF', sans-serif;
    font-size: 38px;
    text-transform: none;
    line-height: 1;
    color: #242424;
    text-align: center;
}

h1.post-title a:hover {
    color: #444;
}

.post-categories {
    text-align: center;
	margin-bottom: 30px;
}

.post-categories-names a {
    background: #97A688;
    color: #242424;
    text-align: center;
    padding: 5px 10px;
	margin: 0 5px;
	text-transform: uppercase;
	 font-family: 'BonvenoCF', sans-serif;
	font-size: 12px;
    line-height: 1;
}

.post-categories-names a:hover {
    background: #242424;
    color: #D5DED9;
}

ul.post-details {
	background: #242424;
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

ul.post-details li {
	display: inline-block;
	color: #D5DED9;
	font-size: 14px;
	line-height: 1;
	margin-right: 30px
}

ul.post-details li a {
	color: #D5DED9;
	font-size: 14px;
	line-height: 1;
}

ul.post-details li span.post-detail-icon {
	font-size: 32px;
	line-height: 1;
	position: relative;
	top: 8px;
	margin-right: 10px;
    color: #97A688;
}

.post-read-more-wrap { 
    text-align: left;
    margin: 0px 0 25px;
    border-bottom: 1px solid #878787;
    padding-bottom: 30px;
}

a.post-read-more {
	background: #97A688;
	color: #242424;
	 font-family: 'BonvenoCF', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 30px 11px;
	text-align: center;
	line-height: 1;
}
a.post-read-more:hover {
	background: #242424;
	color: #fff;
}

.post-detail-single a:hover {
    color: #97A688;
}


.view-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: #fff;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
}

.view-overlay-bg  {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
    display: block;
	top: 0;
}

a.post-type-link {
	overflow: hidden;
	position: relative;
	display: block;
}

a.post-type-link img {
	float: left;
}

a:hover .view-overlay-bg,
a:hover .view-overlay-icon {
	opacity: 1;
	visibility: visible;
}

/* single post */

.post-inside-wrap > img {
    float: left;
}

.post-tags {
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.post-tags a {
    background: #97A688;
    color: #242424;
    padding: 3px 7px;
	margin-right: 5px;
	 font-family: 'BonvenoCF', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

.post-tags a:hover {
    background: #242424;
    color: #fff;
}

.sticky .post-inside-wrap {
    padding: 15px;
    border: 3px solid #000;
}

/*------------------------------------------------------------------
[end of 8. Blog ]
------------------------------------------------------------------*/
.parts
{
	/* font-family: 'BonvenoCF', sans-serif;*/
}
.control
{
	position: relative;
	margin-bottom: 10px;
	height: auto;
}
.control.radio
{
	margin-left: 70px;
}
.control.submit
{
	text-align: right;
}
.control.finish
{
	    text-align: center;
    margin-top: 20px;
}
.control label
{
	width:105px;
	/* font-family: 'BonvenoCF', sans-serif;*/
	font-size: 14px;
	 display: inline-block;
    vertical-align: top;
	
}
.image_succes
{
    display: block;
    text-align: center;
    margin: 35px 0;
}
.sumary label
{
	width:120px;
	    font-family: 'BonvenoCF', sans-serif;
	font-size: 14px;
	    display: inline-block;
    vertical-align: top;	
    font-weight: bold;
}
.sumary .control {
    margin-bottom: 0px;
	
}
.flex
{
	display:flex;
}
.flex-center
{
	align-content: center;
	justify-content: center;
	display: flex;
}
.flex1
{
	flex: 1;
	padding: 10px;
}
.control.radio label {
    width: 75px;
    text-align: left;
    height: auto;
	padding-left: 5px;
	    vertical-align: baseline;
}
.control.radio .row.disabled label, 
.control.radio .row.disabled label strong {
   color: #959595;
}
     
.radio input[type="radio"] {
	float: left;
	margin-top: 8px;
	position: relative;
	display: inline-block;
	vertical-align: top;
    }
.control textarea
{
	width:74%;
}
.dager
{
	color:red;
}
.posts-wrapper .control input[type="text"], .posts-wrapper .control input[type="tel"],  .posts-wrapper .control input[type="email"], .posts-wrapper .control textarea, .posts-wrapper .control select
{
	border-radius: 4px;
    border: 1px solid #ccc;
    /padding: 3px;
    padding: 4px 8px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #333;
    text-decoration: none;
    background-color: #D5DED9;
    outline: 0;
}
.bootstrap-select>.btn {
    padding: 4px 8px;
}
.bootstrap-select
{
	width:250px;
}
/*------------------------------------------------------------------
[start of 9. Comments ]
------------------------------------------------------------------*/
h3.comment-reply-title {
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
}

h1.comment-main-title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
}

/* comments form */
textarea#comment {
	background: #242424;
	border: none;
	padding: 25px 30px;
	color: #D5DED9;
	font-size: 14px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 8px;
	-webkit-appearance: none;
	font-weight: 400;
	font-family: 'BonvenoCF', sans-serif;
	resize: none;
}

input#author,
input#email,
input#url {
	background: #242424;
	border: none;
	padding: 25px 30px;
	color: #D5DED9;
	font-size: 14px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 8px;
	-webkit-appearance: none;
	font-weight: 400;
	font-family: 'BonvenoCF', sans-serif;
}

input#author::-webkit-input-placeholder,
input#email::-webkit-input-placeholder,
textarea#comment::-webkit-input-placeholder {
    color: #D5DED9;
	font-size: 14px;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}


span.required { display: none; }

input#submit.submit {
	color: #242424;
	font-size: 14px;
	text-transform: uppercase;
	background: #97A688;
	padding: 15px 40px;
	-webkit-appearance: none;
	width: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 12px;
	 font-family: 'BonvenoCF', sans-serif;
	border: none;
}

input#submit.submit:hover {
	background: #242424;
	color: #fff;
	cursor: pointer;
}

p.comment-notes {
    color: #555;
    font-style: normal;
    font-size: 12px;
}

.wpb_wrapper p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #959595;
	font-weight: 400;
	line-height: 2.4;
	margin-bottom: 20px;
}
.comment-author.vcard {
	float: left;
	width: auto;
    margin-bottom: 30px;
}

span.says { display: none; }

.comment-author img {
	float: left;
}

cite.fn {
	position: relative;
	margin-left: 120px;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	color: #242424;
	font-size: 16px;
   font-family: 'BonvenoCF', sans-serif;
}
cite.fn a {
	position: relative;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	color: #242424;
	font-size: 16px;
   font-family: 'BonvenoCF', sans-serif;
}

a.comment-date {
	color: #555;
	font-size: 12px;
	font-weight: 400;
}

.reply {
	margin-left: 120px;
} 

.reply a {
	font-size: 14px;
	text-transform: uppercase;
	color: #242424;
	padding: 0;
	padding-bottom: 5px;
	cursor: pointer;
	background: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	 font-family: 'BonvenoCF', sans-serif;
}
.reply a:hover {
	color: #555;
}

.comment-content {
	margin-left: 120px;
}

.comment-content p {
    color: #555;
    margin-top: 10px;
}

.all-comments {
	list-style: none;
}

.all-comments > li {
	display: inline-block;
    width: 100%;
}

.comment-meta.commentmetadata {
	margin-left: 120px;
}

em.comment-awaiting-moderation {
	margin-left: 20px;
	font-size: 12px;
	font-style: normal;
}

p.logged-in-as,
p.logged-in-as a {
	color: #555;
	font-size: 12px;
}

#respond.comment-respond {
	display: block;
}
.all-comments ul.children li {
	margin-top: 0px;
	display: inline-block;
	margin-bottom: -30px;
    width: auto;
}

.all-comments ul.children li ul.children li {
	margin-top: 0px;
	display: inline-block;
	margin-bottom: 23px;
	width: auto;
}

.all-comments ul li {
	margin-left: 50px !important;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-comment {margin-bottom: 0;}

.page-wrapper ul.children {
    margin-bottom: 0px;
}
/*------------------------------------------------------------------
[end of 9. Comments ]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[start of 10. Error Page ]
------------------------------------------------------------------*/
.error-content1 {
	color: #242424;
	font-size: 200px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
   font-family: 'BonvenoCF', sans-serif;
    margin-top: -20px
}
.error-content2 {
	color: #242424;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.error-content3 {
	color: #777;
	font-size: 18px;
	text-align: center;
}

.error-button { text-align: center; }

a.error-page-url {
	color: #242424;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 40px;
	background: #97A688;
	padding: 10px 15px;
   font-family: 'BonvenoCF', sans-serif;
}

a.error-page-url:hover {
	color: #fff;
	background: #242424;
}
/*------------------------------------------------------------------
[end of 10. Error Page ]
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[start of 11. Sidebar ]
------------------------------------------------------------------*/
.index-page .main-blog {
    width: 410px;
    float: left;
    margin-right: 20px;
}

.index-page .main-blog .post-inside-wrap {
    margin-bottom: 30px;
}

.index-page .sidebar {
    width: 220px;
    float: left;
	border-left: 1px solid #eae2d5;
	padding-left: 20px;
}

.index-page h1.post-title a {
    font-size: 28px;
}

.index-page .page-wrapper ul { margin-bottom: 0; }

.sidebar {
    text-align: center;
}

h3.sidebar-title {
    text-align: center;
    font-size: 18px;
	margin-bottom: 10px;
}

.widget ul {
    list-style: none;
}
.widget ul li {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.widget select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 180px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #D5DED9;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	font-size: 14px;
	  text-transform: uppercase;
	  background: #242424;
	 padding: 16px 20px 17px 30px;
	 font-family: 'BonvenoCF', sans-serif;
	  border-radius: 0;
	  margin-left: 0;
	border: none;
	display: block;
    margin: 0 auto;
}
.widget select:hover {
	color: #242424;
	  background: #97A688;
}

.widget {
	margin-bottom: 50px;
}

/* calendar */
#calendar_wrap caption {
	color: #fff;
	background: #242424;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
   font-family: 'BonvenoCF', sans-serif;
}
#calendar_wrap th {
	color: #212121;
	font-weight: 700;
	border: none;
	font-size: 14px;
}
#calendar_wrap td {
    text-align: center;
    color: #555;
    text-decoration: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    padding: 0;
}
#calendar_wrap td.pad {
	color: #242424;
	border: none;
}
#calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}
.calendar_wrap table, .calendar_wrap td, .calendar_wrap th, table#wp-calendar { border: none; }

.calendar_wrap caption {
	color: #fff;
	background: #242424;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
}
.calendar_wrap td#today {
	color: #242424;
}

.calendar_wrap th {
	color: #212121;
	font-weight: 700;
	border: none;
	font-size: 14px;
}
.calendar_wrap td {
	text-align: center;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
.calendar_wrap td.pad {
	color: #242424;
	border: none;
}
.calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}

.recentcomments a {
    display: block;
    font-family: 'BonvenoCF', sans-serif;
	color: #555;
	font-size: 14px;
	line-height: 1
}

.recentcomments a:hover {
	color: #242424;
}

.recentcomments  {
    color: #242424;
   font-family: 'BonvenoCF', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px !important;
	display: block !important;
}


/* rss */
.widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
  
	list-style: none;
	color: #242424;
}
.widget_rss ul li a {
	color: #242424;
	padding-left: 0 !important;
	font-size: 16px;
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
   font-family: 'BonvenoCF', sans-serif;
}
.widget_rss ul li a:hover {
	color: #555;
}

.widget_rss span.rss-date {
    font-size: 12px;
    color: #999;
    width: auto;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
    margin-top: 5px;
}

.widget_rss .rssSummary {
	color: #555;
	margin-bottom: 5px;
	line-height: 1.8;
}

.widget_rss cite { 
	color: #242424; 
   font-family: 'BonvenoCF', sans-serif;
}

.index-page ul.post-details {
    margin-bottom: 15px;
}

/* sidebar search widget */
.widget_search .screen-reader-text {
	display: none;
}

.search-form { position: relative; }
div.widget_search.search_page_search_form { margin: 20px 0; }

.widget_search input#s {
	width: 100%;
	background: #242424;
	border: none;
	color: #D5DED9;
	padding: 10px 15px;
	font-size: 16px;
	margin-bottom: 10px;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	font-family: 'BonvenoCF', sans-serif;
}

input#searchsubmit {
    border: none;
    background: #97A688;
    color: #242424;
   font-family: 'BonvenoCF', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
}

input#searchsubmit:hover {
    cursor: pointer;
    background: #242424;
    color: #D5DED9;
}
.pointer {
    cursor: pointer;
}

/* cloud tags */
.tagcloud {
    display: block;
    margin-top: 20px;
}
.tagcloud a {
	color: #242424;
	font-size: 13px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	text-decoration: none;
	border-radius: 10px;
	padding: 7px 12px;
	line-height: 1;
    background: #97A688;
}
.tagcloud a:hover {
	color: #97A688;
    background: #242424;
}

.wp-caption { background: none; }
.sidebar p.wp-caption-text {margin-top: -25px;}
.screen-reader-text {display: none;}

a.single-search-title {
	 font-family: 'BonvenoCF', sans-serif;
	font-size: 28px;
	text-transform: none;
	line-height: 1;
	color: #242424;
	text-align: center;
}

a.single-search-title:hover {
    color: #444;
}

.single-search-categories {margin-bottom: 5px;}

.single-search-categories a {
    background: #97A688;
    color: #242424;
    text-align: center;
    padding: 5px 10px;
	margin: 0 5px 0 0;
	text-transform: uppercase;
	 font-family: 'BonvenoCF', sans-serif;
	font-size: 12px;
    line-height: 1;
}

.single-search-categories a:hover {
    background: #242424;
    color: #D5DED9;
}

a.single-search-date {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.single-search-item {margin-bottom: 30px;}


#slider-objednaj-si-online
{
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(250, 185, 64, 0.7);
  border-radius: 50%;
  /*-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
  
  /*-webkit-animation: pulsate 1s infinite cubic-bezier(0.66, 0, 0, 1);*/

 /* -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
  font-family: 'BonvenoCF', sans-serif;

}
#slider-objednaj-si-online:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(250, 185, 64, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(250, 185, 64, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(250, 185, 64, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(250, 185, 64, 0);}}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 320px;
}
/*-----------------------------------------------------------------*/
.denne_menu_container.other_day {
    margin-bottom: 10px !important;
}.denne_menu_container.other_day >h2{
	font-size: 16px !important;
    letter-spacing: 0px;
    margin-bottom: 10px !important;
}
.denne_menu_container.other_day .denne_menu .row .detail .popis
{
	margin-bottom: 0px !important;;
	font-size: 10px;
	float: none;
	width: 100%;
}
.denne_menu_container.other_day .denne_menu .row .nadpis {
	font-size: 12px !important;;
}
.denne_menu_container.other_day .denne_menu .row .detail .polozka_cena
{
	font-size: 11px !important;;
	display: none !important;
}
.denne_menu_container.other_day .denne_menu .row
{
	display: block;
}
.lang_flag
{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.lang_flag >div,
.lang_flag >img
{
	width: 26px;
	font-family: 'BonvenoCF', sans-serif;
	box-sizing: content-box;
	cursor: pointer;
	border-right: 1px solid black;
    margin-right: 8px;
	font-size: 16px;
	padding-right: 6px;
}
.lang_flag >div:hover
{
	outline: none;
    font-weight: 600;

}

.lang_flag >div:last-child,
.lang_flag >img:last-child
{
	border-right: none;
}
.lang_flag >img.active
{
	border: 2px solid #fcba2e;
}
.lang_flag >img:first-child
{
	margin-right:5px;
}
/*------------------------------------------------------------------
[ end of style.css ]
------------------------------------------------------------------*/
