/*
	Theme Name: Rudi Web
	Description: Custom Theme For Rudi Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Vivala G-Slab';
	src: url('assets/fonts/VivalaG-Slab-Light.woff2') format('woff2'),
	url('assets/fonts/VivalaG-Slab-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #a61d1e;
	background: linear-gradient(to bottom, #a61d1e, #0f0d0d);
	background: linear-gradient(to bottom, #a61d1e, #5e2227, #342221, #0f0d0d);
	color: #fff;
	font-family: 'Vivala G-Slab', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.menu-visible{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #fff;
	text-decoration: none;
	text-decoration-thickness: 1px;
}
a:hover{
	color: rgba(255,255,255,0.7);
	text-decoration: underline;
}
.button{
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.25;
	min-width: 6.5em;
	padding: 0.625em 1em;
	text-decoration: none;
	text-align: center;
}
.button:hover{
	background-color: #fff;
	color: #a61d1e;
	text-decoration: none;
}
p,
ul,
ol{
	margin: 0 0 1.3em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,h2,h3{
	font-weight: normal;
}
h1,
.h1{
}
h2{
}
h3{
}
h4,
.h4{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	box-shadow: none; 
	display: block;
	color: #fff;
	font-family: inherit;
	font-size: 2.2rem;
	font-weight: inherit;
	line-height: 1.5;
	padding: 0.5em 0.5em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/angle-down-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 0.8em auto;
	cursor: pointer;
	color: #191919;
	padding-right: 2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea{
	height: 11em;
	padding: 0.5em 0.7em;
	resize: none;
}
input[type="submit"]{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: inherit;
	line-height: 1.25;
	padding: 0.625em 2.25em;
	text-align: center;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background: #e7873c;
	border-color: #e7873c;
	color: #fff;
}
::-webkit-input-placeholder {color:#fff; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#fff; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#fff; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#fff; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.7rem;
	margin-right: -0.7rem;
}
.form-col{
	margin-bottom: 1.4rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	width: 100%;
}
.form-col-6{
	width: 50%;
}
.form-col.form-col-submit{
	margin: 0;
	text-align: right;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.8em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	margin: 0 auto;
	max-width: 168rem;
	padding-left: 12rem;
	padding-right: 12rem;
	width: 98%;
}
.container-md{
	max-width: 128rem;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.6rem;
}
/*--------------Header--------------*/
.header{
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	text-align: left;
	transition: all 0.2s linear;
	width: 100%;
	z-index: 103;
}
.header-inner{
	padding: 8rem 9.4rem;
	position: relative;
	transition: all 0.2s linear;
	z-index: 2;
}
.header-logo{
	position: relative;
	text-align: center;
	transition: all 0.2s linear;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 3rem;
	display: block;
	transition: all 0.2s linear;
	width: auto;
}
#touch-menu{
	display: block;
	cursor: pointer;
	height: 4rem;
	left: 9.4rem;
	position: fixed;
	top: 8rem;
	width: 6rem;
	z-index: 105;
}
#touch-menu:before{
	background: #fff;
	content: "";
	display: block;
	height: 0.6rem;
	margin-top: -0.3rem;
	position: absolute;
	top: 50%;
	transition: all 0.2s linear;
	width: 2.8rem;
}
#touch-menu.on:before{
	transform: rotate(-90deg);
}
.popup-menu{
	background: rgba(166,29,30,0.6);
	backdrop-filter: blur(10px);
	display: none;
	height: 100%;
	padding: 12rem 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 102;
}
.popup-menu-inner{
	display: flex;
	align-items: center;
	height: 100%;
	overflow: auto;
	width: 100%;
}
.popup-navigation{
	font-size: 3rem;
	line-height: 1.2;
	padding: 0 3rem;
	text-align: center;
	width: 100%;
}
.popup-navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.popup-navigation li{
	display: block;
	margin-bottom: 0.4em;
	width: 100%;
}
.popup-navigation li:last-child{
	margin-bottom: 0;
}
.popup-navigation a{
	display: inline-block;
	padding: 0.1em 0;
	position: relative;
	text-decoration: none;
}
.popup-navigation a:hover{
	color: inherit;
}
.popup-navigation a:after{
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transition: all 0.2s linear;
	transform: translateX(-50%);
	width: 0;
}
.popup-navigation .current-menu-item a:after,
.popup-navigation a:hover:after{
	width: 100%;
}
.popup-logo{
	bottom: 9rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.popup-logo a{
	display: inline-block;
	vertical-align: middle;
}
.popup-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 14rem;
}
/*--------------Footer-----------*/
.footer{
	font-size: 2rem;
	line-height: 1.4;
	padding-bottom: 10.4rem;
}
.footer a{
	display: inline-block;
	text-decoration: none;
	text-decoration-thickness: 1px;
}
.footer a:hover{
	color: inherit;
	text-decoration: underline;
}
.footer .container:before{
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 4.2rem;
	width: 100%;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.footer-top-row{
	padding-bottom: 6rem;
}
.footer-col{
	padding: 0 1.5rem;
	width: 25%;
}
.footer-top-col{
	padding-bottom: 7rem;
}
.footer-widget h4{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 1.3em;
}
.footer-widget ul{
	list-style-type: none;
	padding: 0;
}
.footer-widget ul,
.footer-widget p{
	margin-bottom: 1.3em;
}
.footer-widget ul:last-child,
.footer-widget p:last-child{
	margin-bottom: 0;
}
.footer-bot-col{
	align-self: flex-end;
	width: 50%;
}
.footer-logo a{
	border: none;
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 15rem;
}
.footer-copyright{
	text-align: right;
}
/*-----------Popup----------*/
.mfpz-bg{
	background: rgba(166, 29, 30, 0.6);
	backdrop-filter: blur(10px);
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}
.mfpz-wrap{
	background: rgba(166, 29, 30, 0.6);
	backdrop-filter: blur(10px);
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	overflow: auto;
	-webkit-backface-visibility: hidden;
}
.mfpz-container{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 15px;
	box-sizing: border-box;
}
.mfpz-content{
	margin: auto;
}
.popup-block{
	background: #fff;
	border-radius: 0.5rem;
	max-width: 70rem;
	margin: 40px auto;
	position: relative;
	text-align: left;
	width: 100%;
}
.mfpz-close{
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	height: 3rem;
	position: absolute;
	top: 1.5rem;
	transition: all 0.2s linear;
	right: 1.5rem;
	width: 3rem;
	z-index: 2;
}
.mfpz-close:hover{
	background: #333;
}
.mfpz-close:before,
.mfpz-close:after{
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 25%;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 50%;
}
.mfpz-close:before{
	transform: rotate(-45deg);
}
.mfpz-close:after{
	transform: rotate(45deg);
}
.popup-banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0.5rem 0.5rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30rem;
}
.popup-banner img{
	display: block;
	height: auto;
	width: 21rem;
}
.booking-popup-label{
	background: #efefed;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 1rem 1.5rem;
}
/*----------Default---------*/
.def-content{
	text-transform: lowercase;
}
.def-content h1{
	font-size: 1.8em;
	margin: 1.2em 0 0.6em;
}
.def-content h2{
	font-size: 1.5em;
	margin: 1.2em 0 0.6em;
}
.def-content h3{
	font-size: 1.3em;
	margin: 1.2em 0 0.6em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
body.home{
	overflow: hidden;
}
body.home.loading3{
	overflow: auto;
}
body.home .header,
body.home #touch-menu,
body.home .feed-section{
	opacity: 0;
}
body.loading1 .preloader-text{
	opacity: 1;
}
body.loading2 .preloader-logo,
body.loading3 .preloader-logo,
body.loading3 .header,
body.loading3 #touch-menu,
body.loading3 .feed-section{
	opacity: 1;
}
.preloader{
	display: block;
	pointer-events: none;
	left: 0;
	height: 100vh;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.preloader-text{
	font-size: 3.3rem;
	line-height: 1;
	left: 50%;
	padding: 0 3rem;
	opacity: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s linear;
	position: absolute;
	text-align: center;
	width: 100%;
}
.preloader-logo{
	max-width: 33rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s linear;
	width: 80%;
}
.preloader-logo img{
	display: block;
	height: auto;
	width: 100%;
}
.feed-section{
	padding: 25rem 0;
	transition: all 0.5s linear;
}
.feed-row{
	max-width: 127rem;
	margin: 0 auto;
}
.feed-item{
	margin-bottom: 28.6rem;
}
.feed-type-img + .feed-type-img{
	margin-top: 63.8rem;
}
.feed-item:last-child{
	margin-bottom: 0;
}
.feed-item:nth-child(even) .feed-item-img-wrap,
.feed-item:nth-child(1) .feed-item-img-wrap{
	margin-left: auto;
}
.feed-item:nth-child(8n+1) .feed-item-img-wrap{
	margin-right: 5.5%;
}
.feed-item:nth-child(8n+5) .feed-item-img-wrap{
	margin-left: 16.5%;
}
.feed-item:nth-child(8n+6) .feed-item-img-wrap{
	margin-right: 19%;
}
.feed-item:nth-child(8n+7) .feed-item-img-wrap{
	margin-left: 9%;
}
.feed-item-img-wrap{
	max-width: 54rem;
	width: 50%;
}
.feed-item-img{
	filter: blur(15px);
	padding-top: 131%;
	position: relative;
	transition: all 0.25s linear;
}
.feed-item-img:hover{
	filter: blur(0);
}
.feed-item.visible .feed-item-img{
	filter: blur(0);
}
.feed-item-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.feed-item-text{
	font-size: 3.3rem;
    line-height: 1;
	text-align: center;
}
/*--------Events---------*/
.events-section{
	padding: 25rem 0 40rem;
}
.events-row{
	max-width: 116rem;
	margin: 0 auto;
}
.event-item-wrap{
	margin-bottom: 15rem;
}
.event-item-wrap:last-child{
	margin-bottom: 0;
}
.event-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event-item-img-col{
	max-width: 54rem;
	width: 47%;
}
.event-item-content-col{
	align-self: flex-end;
	width: 45%;
}
.event-item-img{
	padding-top: 131%;
	position: relative;
}
.event-item-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.event-item-content{
	max-width: 28em;
}
.event-item-content h3{
	font-size: 1.5em;
	margin: 0 0 1em;
	text-transform: lowercase;
}
.event-item-subtitle{
	display: block;
}
.event-item-content p{
	margin: 0 0 2em;
}
.event-item-content p:last-child{
	margin-bottom: 0;
}
.zbc-section{
	padding: 25rem 0;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1590px) {
	html{
		font-size: 0.625vw;
	}
}
@media only screen and (max-width : 991px) {
	html{
		font-size: 10px;
	}
	body.loading3 .preloader-logo{
		opacity: 0;
	}
	.container{
		padding: 0 5rem;
	}
	.header{
		display: block;
	}
	.header-inner{
		padding: 5rem 3rem;
	}
	#touch-menu{
		left: 3rem;
		top: 5rem;
	}
	.footer-top-col{
		width: 50%;
	}
	.feed-section{
		padding: 20rem 0 25rem;
	}
	.feed-item{
		margin-bottom: 25rem;
	}
	.feed-type-img + .feed-type-img{
		margin-top: 40rem;
	}
	.feed-item:first-child .feed-item-img{
		filter: blur(0);
	}
	.events-section{
		padding: 20rem 0 35rem;
	}
	.zbc-section{
		padding: 20rem 0;
	}
}
@media only screen and (max-width : 767px) {
	body{
		font-size: 1.5rem;
	}
	.container{
		padding: 0 3rem;
		width: 100%;
	}
	.header-inner{
		padding: 4rem 3rem;
	}
	.menu-visible .header-logo{
		opacity: 0;
		pointer-events: none;
	}
	.header-logo img{
		height: 3.5rem;
	}
	#touch-menu{
		top: 3.8rem;
	}
	#touch-menu:before{
		height: 0.4rem;
		margin-top: -0.2rem;
		width: 2rem;
	}
	.popup-menu{
		padding: 11rem 0;
	}
	.popup-navigation{
		font-size: 2.4rem;
	}
	.popup-logo{
		bottom: 6.5rem;
	}
	.popup-logo img{
		width: 12.2rem;
	}
	.footer{
		font-size: 1.5rem;
		padding-bottom: 4rem;
		text-align: center;
	}
	.footer-col{
		width: 100%;
	}
	.footer-top-row{
		padding-bottom: 12.5rem;
	}
	.footer-top-col{
		padding-bottom: 5rem;
	}
	.footer-top-col:last-child{
		padding-bottom: 0;
	}
	.footer-widget h4{
		margin-bottom: 0.5em;
	}
	.footer-widget p,
	.footer-widget ul{
		margin-bottom: 0.5em;
	}
	.footer-logo img{
		width: 9rem;
	}
	.footer-copyright{
		margin-top: 1.8rem;
		text-align: inherit;
	}
	.preloader-text{
		font-size: 2rem;
	}
	.preloader-logo{
		max-width: 16.6rem;
	}
	.loading3 .preloader-logo{
		opacity: 0;
	}
	.booking-popup-label{
		font-size: 1.2rem;
	}
	.feed-section{
		padding: 15rem 0;
	}
	.feed-row{
		width: 100%;
	}
	.feed-item{
		margin-bottom: 15rem;
	}
	.feed-type-img + .feed-type-img{
		margin-top: 20rem;
	}
	.feed-item-img-wrap{
		margin: 0 auto!important;
		width: 100%;
	}
	.feed-item-text{
		font-size: 2rem;
		margin: 0 auto;
		max-width: 16em;
	}
	.feed-item-text br{
		display: none;
	}
	.events-section{
		padding: 15rem 0;
	}
	.event-item-wrap{
		margin-bottom: 15rem;
	}
	.event-item{
		margin: 0 auto;
		max-width: 54rem;
	}
	.event-item-img-col{
		padding-bottom: 2.5rem;
		width: 100%;
	}
	.event-item-content-col{
		width: 100%;
	}
	.event-item-content h3{
		font-size: 2rem;
		margin-bottom: 0.5em;
	}
	.event-item-content p{
		margin-bottom: 1.5em;
	}
	.zbc-section{
		padding: 15rem 0;
	}
}
@media only screen and (min-width : 768px){
}