/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
html {
	background: black;
}
.grecaptcha-badge {
	visibility: hidden;
}
.mw-900 {
	max-width: 900px !important;
}
.mb-0 {
	margin-bottom: 0px;
}
.p-0 {
	padding: 0px !important;
}
.et_pb_row {
	max-width: unset;	
}

.privacy-policy #main-content a {
	text-decoration: underline;
	color: #fff;
}
.privacy-policy #main-content a:hover {
	text-decoration: none;
}

/* wider response screen */
@media (max-width: 980px) {
	.et_pb_row,
	#main-header .container,
	body.privacy-policy .container {
		width: calc(100% - 40px);	
	}
}

/* privacy policy */
body.privacy-policy #page-container, 
body.privacy-policy #main-content {
	background: #000;
}

/* menu top section */
.menu-top-section {
	margin-top: -80px;
}
.menu-top-section .et_pb_fullwidth_header {
	height: 60vh;
	display: flex;
}

/* hp section with video */
#video-section {
	height: 90vh;
	margin-top: -80px;
}
#video-section .et_pb_section_video {
	height: 100%;
	padding: 0px !important;
	display: flex;
}
#video-section .header-content {
	padding: 0px;
	margin: auto;
	width: 100%;
    max-width: 750px;	
}
.slider-buttons {
	margin-top: 6px;
}
@media (max-width: 509px) {
	.slider-buttons {
		display: inline-grid;
	}
	.slider-buttons .ml-24 {
		margin-left: 0px !important;
		margin-top: 16px;
	}
}
h1 {
	line-height: normal !important;
	font-size: 46px;
}
@media (max-width: 767px) {
	 h1 {
		font-size: 35px !important;
	}
}

/* food menu */
.btn-menu {
	border: 1px solid white;
	padding: 10px 0px;
	-webkit-transition: all 0.15s ease-in-out !important;
	-o-transition: all 0.15s ease-in-out !important;
	transition: all 0.15s ease-in-out !important;	
}
.btn-menu .et_pb_text_inner {
	line-height: 0;	
}
.btn-menu h4 {
	padding: 0px;
	margin-top: 12px;
}
.btn-menu:hover h4 {
	color: black;	
}
.btn-menu:hover {
	background: white;
}
.btn-menu:hover img:not(.no-hover-fill) {
	filter: invert(1);
}
.btn-menu:hover img.pizza-italy {
	content: url("/wp-content/uploads/2025/10/pizze-classiche-italiane-cerna.svg");
}

#d-links .et_pb_module,
#d-links-2 .et_pb_module {
	cursor: pointer;
}

#d-links .btn-menu:not(.btn-active),
#d-links-2 .btn-menu:not(.btn-active) {
	opacity: 0.6;
	transition: all ease 0.25s;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0)
}

#d-links .btn-menu:hover {
	opacity: 1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

#d-links-2 .btn-menu:hover {
	opacity: 1;
}

.menu-hidden {
	display: none;
}
.menu-section > .et_pb_equal_columns.et_pb_gutters2 {
	padding-left: 20px;
	padding-bottom: 0px;
}
@media(min-width:981px) {
	#d-links-2 .et_pb_column {
		padding: 40px;
		width: 380px;
		max-width: 100%;
		left: 50%;
		position: absolute;
		transform: translatex(-50%);
		text-align: right;
	}
}

@media(max-width:980px) {
	.menu-hidden {
		display: block;
	}
	#d-links-2 .et_pb_column {
		padding: 30px;
	}
	/* #d-links-2 .et_pb_column{
      display:flex;
      flex-wrap:wrap;
    }   
    #d-links-2 .et_pb_column > div{
      width:33.3%
    }*/
}

@media(min-width:519px) {
	.d-item .et_pb_module_header {
		width: 80%;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.d-item .et_pb_team_member_image {
		margin-right: 20px !important;
		float: left;
		max-width: 120px;
	}
	.d-item .et_pb_member_position {
		position: absolute;
		top: 3px;
		right: 10px;
		max-width: 20%;
	}
}

@media(max-width: 980px) {
	.et_pb_column .d-item.et_pb_team_member:last-child {
		margin-bottom: 15px !important;
	}
	.menu-section {
		padding-bottom: 0px !important;
	}
	.menu-section .et_pb_row .et_pb_column_3_4 {
		width: calc(100% - 50px) !important;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	.menu-section .et_pb_row .et_pb_column_1_4 {
		width: 40px !important;
	}
	.menu-section .et_pb_row .et_pb_column_1_4 img {
		width: 40px;
	}
	.menu-section.bigger-icon .et_pb_row .et_pb_column_3_4 {
		width: calc(100% - 70px) !important;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	.menu-section.bigger-icon .et_pb_row .et_pb_column_1_4 {
		width: 60px !important;
	}
	.menu-section.bigger-icon .et_pb_row .et_pb_column_1_4 img {
		width: 60px;
	}	
}

@media(max-width:520px) {
	.d-item .et_pb_module_header {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.d-item .et_pb_team_member_image {
		max-width: 100%;
	}
	.d-item .et_pb_team_member_description {
		display: grid !important;
	}
	.d-item .et_pb_module_header {
		order: 1;
	}
	.d-item .et_pb_member_position {
		order: 3;
	}
	.d-item div {
		order: 2;
	}
}

/* orange categories */
.menu-section .et_pb_row .et_pb_text_inner h2,
.menu-section .et_pb_row .et_pb_text_inner p,
.sub-category h2 {
	color: #f18815 !important;
}
.menu-section:not(#classiche-italiane) .et_pb_image_wrap img {
	filter: brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(1200%) hue-rotate(356deg) brightness(98%) contrast(95%);
}


/* normal menu customization */
header:not(.et-fixed-header) {
	background-color: transparent !important;
}
#top-menu a, #main-header {
	transition: none !important;
	box-shadow: none !important;
	font-weight: normal;
}
#main-header .container {
	max-width: 100%;
}
#top-menu li a, .et_mobile_menu li a, h1, h2 {
	text-transform: uppercase;
	letter-spacing: 4px;
}
.et_fixed_nav #main-header {
    position: fixed;
}
#top-menu li {
	display: inline-flex;
	padding-right: 12px;
}
#top-menu li.menu-item:after {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    width: 20px;
    height: 20px;
}
#top-menu li.menu-item:nth-child(1):after {
	background-image: url("/wp-content/uploads/2025/10/icon01.svg");
	margin-top: -2px;
}
#top-menu li.menu-item:nth-child(2):after {
	background-image: url("/wp-content/uploads/2025/10/icon02.svg");
}
#top-menu li.menu-item:nth-child(3):after {
	background-image: url("/wp-content/uploads/2025/10/icon03.svg");
	margin-top: -2px;
}
#top-menu li.menu-item:nth-child(4):after {
	background-image: url("/wp-content/uploads/2025/10/icon04.svg");
}
#top-menu li.menu-item:nth-child(5):after {
	background-image: url("/wp-content/uploads/2025/10/icon01.svg");
	margin-top: -2px;
}
#top-menu li.menu-item:nth-child(6):after {
	background-image: url("/wp-content/uploads/2025/10/icon02.svg");
}
@media only screen and (min-width: 981px) {
    #logo {
        max-height: 70% !important;
		height: 70% !important;
    }
}

/* mobile menu customization */
body, .mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
	color: #fff !important;	
}
.et_mobile_menu {
	border-top: 1px solid #fff !important;
}
.et_mobile_menu li a {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.et_fixed_nav.et_show_nav #page-container {
	padding-top: 80px !important;
}
/* breakpoint burger menu change */
@media only screen and (min-width: 1261px) {
	#main-header .container {
		width: 95%;	
	}
}
@media only screen and (max-width: 1260px) {
	#top-menu-nav {
		display: none;
	}
	#et_mobile_nav_menu {
		display: block;
	}
}

/* typography, colors & spacing */
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
h2 {
	line-height: 32px;
}
h3 {
	font-weight: 700;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-12 {
	margin-bottom: 12px !important;
}
.ml-24 {
	margin-left: 24px !important;
}
.grey-text {
	color: #808080;
}
.link {
	color: #fff;
}
.link:hover {
	text-decoration: underline;
}
.b-black {
	background-color: #000;
}

/* custom list styles */
#et-main-area ul li:not(.et_pb_social_icon) {
	margin-bottom: 8px;
    display: flex;
    line-height: 2em;
}
#et-main-area ol li:not(.et_pb_social_icon) {
   line-height: 2em;	
}
#et-main-area ol {
	padding-left: 28px;
	list-style-position: outside;
}
#et-main-area ul:not(.et_pb_social_media_follow) {
    margin: 0;
    padding: 0;
    list-style: none;
}
#et-main-area ul li:not(.et_pb_social_icon):before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/10/icon05.svg");
    background-repeat: no-repeat;
	background-size: contain;
    margin-right: 8px;
	margin-top: 0.5em;
    flex-shrink: 0;	
}

/* sections styles */
/*
#slider {
	margin-top: -80px;
}
#slider .et_pb_slide {
	min-height: 100vh;
}

#slider .et_pb_slide .et_pb_slide_description {
	padding: 0px !important;
	text-shadow: none;	
}
#slider .et-pb-arrow-prev:before, #slider .et-pb-arrow-next:before {
    content: "";
	background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
	background-repeat: no-repeat;
}
#slider .et-pb-arrow-prev:before {
	background-image: url("/wp-content/uploads/2023/10/left.svg");
}
#slider .et-pb-arrow-next:before {
	background-image: url("/wp-content/uploads/2023/10/right.svg");
}
@media (max-width: 390px) {
	#slider .et_pb_slide h1 {
		font-size: 38px;
	}
	#slider .et_pb_slide h2 {
		font-size: 22px;
	}
	#slider .slider-buttons .ml-24 {
		margin-left: 0px !important;
		margin-top: 16px;
	}
	#slider .slider-buttons {
		width: min-content;
    	margin-left: auto;
		margin-right: auto;
	}
}*/
@media (min-width: 981px) {
	.vh-100 {
		height: calc(100vh - 54px);
	}
	.vh-100 .et_pb_row {
		display: flex;
		align-items: center;
		height: -webkit-fill-available;
	}
	#kontakt {
		display: flex;
	}
	#kontakt.vh-100 .et_pb_row {
		align-items: unset;
		height: unset;
	} 
}
@media (max-width: 980px) {
	#pizza-pub .et_pb_row, #pribeh .et_pb_row {
		display: flex;
		flex-wrap: wrap;	
	}
	#pizza-pub .et_pb_row .et_pb_column:nth-child(1), #pribeh .et_pb_row .et_pb_column:nth-child(1) {
		order: 2;
		margin-bottom: 0px;
	}
	#pizza-pub .et_pb_row .et_pb_column:nth-child(2), #pribeh .et_pb_row .et_pb_column:nth-child(2) {
		order: 1;
		margin-bottom: 30px;
	}
	
}

/* sticky button customization */
.sb-label {
	font-family: 'Futura PT Light';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px !important;
	margin-right: 0px !important;
}
.sticky-buttons.-right-center .sb-label:before {
	display: none !important;
}
.sticky-buttons.-right-center {
	top: 200px !important;
}
.sticky-buttons a:hover .sb-label {
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sticky-buttons.show-pizza .sb-label, .sticky-buttons.show-pizza .sb-icon {
	visibility: visible !important;
	opacity: 1 !important;
}
#sticky-buttons-1.show-pizza li:nth-child(1) .sb-icon {
	color: #fff;
	background: #000;
}
#sticky-buttons-1.show-pizza li:nth-child(1) .sb-label {
	color: #000;
	background: #fff;
}
.sticky-buttons.show-pizza .hide-pizza {
	visibility: hidden;
	opacity: 0;	
}
/* button styles */
.btn, .wpcf7-submit, .et_pb_posts a.more-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	height: 48px;
	padding: 12px 24px;
	border: 2px solid transparent;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out !important;
	-o-transition: all 0.15s ease-in-out !important;
	transition: all 0.15s ease-in-out !important;
	font-family: 'Futura PT Light';
    text-transform: uppercase;
    letter-spacing: 4px;	
}
.btn:hover, .wpcf7-submit:hover, .et_pb_posts a.more-link:hover {
	text-decoration: none;
}
.btn:focus, .wpcf7-submit:focus, .et_pb_posts a.more-link:focus {
	outline: 0;
}
.btn-primary, .wpcf7-submit, .et_pb_posts a.more-link {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-primary:hover, .wpcf7-submit:hover, .et_pb_posts a.more-link:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.btn-xs {
	height: 28px !important;
	font-size: 12px !important;
	padding: 6px 8px !important;
}
.btn-sm {
	height: 36px !important;
	font-size: 14px !important;
	padding: 8px 16px !important;
}
.btn-lg {
	height: 60px !important;
	padding: 16px 36px !important;
	font-size: 20px !important;
}

/* form customizations */
#formular .et_pb_code {
	display: flex;
    justify-content: center;	
}
@media (min-width: 540px) {
	#formular .et_pb_code .et_pb_code_inner {
		min-width: 500px;
	}
}
@media (max-width: 539px) {
	#formular .et_pb_code .et_pb_code_inner {
		min-width: 100%;
	}
}
.wpcf7 select,
.wpcf7 input[type=date] {
	cursor: pointer;
}
.wpcf7 select {
	background-position: right 12px center;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='10' viewBox='0 0 10 6' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l5 6 5-6z'/></svg>");
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0px;
	margin-right: 0px;
}
.wpcf7-form-control-wrap {
	display: grid;
}
.wpcf7-form a {
	color: #fff;
	text-decoration: underline;
}
.wpcf7-form a:hover {
	text-decoration: none;
}
.wpcf7-form p {
	padding-bottom: 16px;
}
.wpcf7-form  p:last-of-type {
	margin-top: 12px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-form label.error {
	color: #dc3232 !important;
	display: block;
    padding-left: 0px;
    font-size: 12px;
    line-height: 1em;
	margin-top: 8px;
}
.theme_4.wpcf7-form input:not([type='checkbox']).error, .theme_4.wpcf7-form select.error, .theme_4.wpcf7-form textarea.error {
	border: 1px solid #dc3232 !important;
}
input.text, input.title, input[type=date], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	border: 1px solid transparent !important;
	width: 100%;
	padding: 12px;
}
input[type=radio], span.wpcf7-list-item-label {
	cursor: pointer;
}
.wpcf7-list-item {
	margin: 0px;
}
.wpcf7-spinner {
	display: none;
}

/* popup maker */
.pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 0.50) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.pum-theme-default-theme .pum-container {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05), 0 0 24px 0 rgba(0,0,0,0.05);
	padding: 60px 60px 50px 60px;
	border: none;
}
.pum-theme-default-theme .pum-content + .pum-close  {
	margin-top: 20px;
    margin-right: 20px;
    border: none;
    padding: 0px;
    line-height: 0px;
    text-shadow: none;
    box-shadow: none;
}
button.pum-close.popmake-close {
	font-size: 0px !important;
}
button.pum-close.popmake-close:after {
	content: "";
	background-image: url(/wp-content/uploads/2025/10/close.svg);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}