/*! ******************************************************
*
*	Theme Name:     Astra Child
*   Author:         web3d
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       astra
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap');

/*-------General Settings-----------*/

body.rtl{
	background:#010101;
	color: #fff;
}


#overlay {
    position: fixed;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: right;
    transform-origin: right;
    z-index: 9999;
	align-items: flex-start;
	justify-content: center;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}
#overlay .menu-menu-1-container{
	margin: 0 auto;
}
#overlay .close-button{
	width: 30px;
    float: right;
    cursor: pointer;
    opacity: 0;
    order: -1;
    margin: 0 0 0 auto;
    padding: 0;
    background: rgba(0,0,0,0);
    border: 0;
}
#overlay .close-button:focus{
   border:1px dotted red; 
}
#overlay.show-menu .custom-logo{
	-webkit-animation: show-x 1s 1s forwards;
	animation: show-x 1s 1s forwards;
}
#overlay .custom-logo{
	margin: 0 auto 0 0;
	opacity:0;
	order: 1;
}
#overlay ul{
	list-style-type: none;
    margin: 10% auto 0;
    padding: 0;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#overlay ul li{
	opacity:0;
	width: 33.3%;
	text-align: center;
	display: inline-block;
}
#overlay ul li:nth-child(1),
#overlay ul li:nth-child(2),
#overlay ul li:nth-child(3){
	margin: 0 0 30px;
}
#overlay ul li:nth-child(1) a,
#overlay ul li:nth-child(2) a,
#overlay ul li:nth-child(3) a{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	padding: 15px 30px;
	margin: auto;
	border-bottom: 6px solid #f00;
}
#overlay ul li:nth-child(1) a:hover,
#overlay ul li:nth-child(2) a:hover,
#overlay ul li:nth-child(3) a:hover {
    border-bottom: 0px solid #f00;
    background: #f00;
    color: #fff;
}
#overlay ul li:nth-child(1) a::before,
#overlay ul li:nth-child(2) a::before,
#overlay ul li:nth-child(3) a::before {
    border-width: 3px 5px 3px 0;
    right: 0;
}
#overlay ul li:nth-child(1) a::after,
#overlay ul li:nth-child(2) a::after,
#overlay ul li:nth-child(3) a::after {
    border-width: 3px 0 3px 5px;
    left: 0;
}
#overlay ul li:nth-child(1) a::before,
#overlay ul li:nth-child(2) a::before,
#overlay ul li:nth-child(3) a::before, 
#overlay ul li:nth-child(1) a::after,
#overlay ul li:nth-child(2) a::after,
#overlay ul li:nth-child(3) a::after {
    content: "";
    width: 11px;
    border-style: solid;
    border-color: #fff;
    display: block;
    position: absolute;
    bottom: 10px;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#overlay ul li:nth-child(1) a:hover::before,
#overlay ul li:nth-child(2) a:hover::before,
#overlay ul li:nth-child(3) a:hover::before, 
#overlay ul li:nth-child(1) a:hover::after,
#overlay ul li:nth-child(2) a:hover::after,
#overlay ul li:nth-child(3) a:hover::after {
	bottom: 0;
	top: 0;
	width: 100%;
}
#overlay ul li a{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 20px;
	display: inline-block;
}
#overlay.show-menu .close-button{-webkit-animation:show-x 1s 1s forwards;animation:show-x 1s 1s forwards}
#overlay.show-menu li:nth-of-type(1){-webkit-animation:menu-item-anim .6s forwards 0.2s ease-in-out;animation:menu-item-anim .6s forwards 0.2s ease-in-out}
#overlay.show-menu li:nth-of-type(2){-webkit-animation:menu-item-anim .6s forwards 0.4s ease-in-out;animation:menu-item-anim .6s forwards 0.4s ease-in-out}
#overlay.show-menu li:nth-of-type(3){-webkit-animation:menu-item-anim .6s forwards 0.6s ease-in-out;animation:menu-item-anim .6s forwards 0.6s ease-in-out}
#overlay.show-menu li:nth-of-type(4){-webkit-animation:menu-item-anim .6s forwards 0.8s ease-in-out;animation:menu-item-anim .6s forwards 0.8s ease-in-out}
#overlay.show-menu li:nth-of-type(5){-webkit-animation:menu-item-anim .6s forwards 1s ease-in-out;animation:menu-item-anim .6s forwards 1s ease-in-out}
#overlay.show-menu li:nth-of-type(6){-webkit-animation:menu-item-anim .6s forwards 1.2s ease-in-out;animation:menu-item-anim .6s forwards 1.2s ease-in-out}
#overlay.show-menu li:nth-of-type(7){-webkit-animation:menu-item-anim .6s forwards 1.4s ease-in-out;animation:menu-item-anim .6s forwards 1.4s ease-in-out}
#overlay.show-menu li:nth-of-type(8){-webkit-animation:menu-item-anim .6s forwards 1.6s ease-in-out;animation:menu-item-anim .6s forwards 1.6s ease-in-out}
#overlay.show-menu li:nth-of-type(9){-webkit-animation:menu-item-anim .6s forwards 1.8s ease-in-out;animation:menu-item-anim .6s forwards 1.8s ease-in-out}
#overlay.show-menu li:nth-of-type(10){-webkit-animation:menu-item-anim .6s forwards 2s ease-in-out;animation:menu-item-anim .6s forwards 2s ease-in-out}

@-webkit-keyframes slide-menu{from{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes slide-menu{from{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}


@-webkit-keyframes show-x{from{opacity:0}to{opacity:1}}
@keyframes show-x{from{opacity:0}to{opacity:1}}
@-webkit-keyframes menu-item-anim{from{-webkit-transform:translateY(70%);transform:translateY(70%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
@keyframes menu-item-anim{from{-webkit-transform:translateY(70%);transform:translateY(70%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}


@-webkit-keyframes slide-menu-hide{from{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}
@keyframes slide-menu-hide{from{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}



#overlay{
	visibility: hidden;
	padding: 0;
	width: 0;
	height: 100vh;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	
	-moz-transform: scale(0) rotate(90deg);
	-webkit-transform: scale(0) rotate(90deg);
	-o-transform: scale(0) rotate(90deg);
	-ms-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg);
}
#overlay.show-menu{
	visibility: visible;
	padding: 2em;
	width: 100%;
	transform: none;
}
.show-menu-jo{
	overflow: hidden;
}
.show-menu-jo .home1_btn_wrapp,
.show-menu-jo .site-branding,
.show-menu-jo .social-links,
.show-menu-jo .hamburger{
	opacity:0;
}


















a:focus {
    border-color: red;
}
#primary {
    margin: 0;
}
.single #primary {
    margin: 0 0 250px;
}

#content p{
	color: #fff;
}

.single #page{
	background: url(/wp-content/uploads/2020/10/dragon.svg) no-repeat scroll 10% 0;
	z-index: 1;
    position: relative;
}
.page #page{
	background: url(/wp-content/uploads/2020/10/dragon.svg) no-repeat scroll right 0;
	z-index: 1;
    position: relative;
}
.home #page{
	background:none;
}
.single .entry-header ,
.page .entry-header {
    margin-bottom: 0;
}
.home .entry-header{
	display:none;
}
.ast-single-post .entry-title, .page-title {
    text-align: center;
	color: #ff0008;
	font-size: 30px;
	font-weight: normal;
	display: table;
	background: #000;
	padding: 0 20px;
	margin: 130px auto 0;
	z-index: 99;
	position: relative;
}
/*
#content {
	
}
#content::after {
	content: "";
    background-image: url('/wp-content/themes/astra-child/img/flowers-contact.svg');
    background-repeat: no-repeat;
    animation: 7s para infinite linear;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

@keyframes para {
	0 {
		background-position:  
			0 0;
		}
	50% {
		background-position:  
			15px 15px;
		}
	100% {
		background-position:  
			0 0;
		}
}
*/
@media (min-width: 770px){
	.row{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.col_2{
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col_3{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col_4{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col_5{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col_6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col_7{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col_8{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col_9{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col_10{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col_11{
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col_12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/*--header--*/

#masthead, .site-logo-img, .site-logo-img span, .social-links, .social-links a img, .hamburger + div{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#masthead{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	border-bottom: 2px solid #f00;
	background: #000;
}
.home #masthead{
	border-bottom:0;
	z-index: 999;
	background:none;
}
.home .main-header-container {
    height: auto;
}
#masthead.stiky {
	background-position: 100% center;
    z-index: 99999999;
    background-size: 214px;
}
.home #masthead.stiky{
	background: rgba(0,0,0,0.75);
	border-bottom: 1px solid #fff;
}
#masthead.stiky .social-links{
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	margin: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
#masthead.stiky .main-header-container {
    height: auto;
    padding: 10px 0;
}
#masthead.stiky .site-branding{
	margin-top: 10px;
}
#masthead.stiky .site-branding .site-logo-img{
	margin: 0;
	padding: 0 0 0 55px;
}
#masthead.stiky .site-branding .site-logo-img > span{
	font-size: 18px;
	top: 0;
	line-height: 0.9;
	width: 52px;
}
#masthead.stiky .site-branding .site-logo-img .custom-logo-link{}
#masthead.stiky .site-branding .site-logo-img .custom-logo-link img{
	max-width: 120px;
}

.home #masthead > .ast-container{
	max-width: 1720px;
}
.site-branding {
    order: 3;
    margin: 0 20px 0 0;
}
.home .site-branding {
    margin: 30px auto 0 0;
}
.home #masthead.stiky .site-branding{
    margin: 0 20px 0 0;
}
.site-logo-img{
	display: block;
	position: relative;
	padding: 0 0 0 75px;
}
.home .site-logo-img{
	padding: 0;
}
.site-logo-img > span{
	font-family: arial;
	color: #fff;
	font-size: 27px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
}
.site-logo-img > span > span{
	color: red;
	position: absolute;
	left: 60px;
}
.home .site-logo-img > span > span{
	left: 85px;
}
#masthead.stiky .site-branding .site-logo-img > span > span{
	left: 40px;
}

.home .site-logo-img{
	margin: 120px 0 0 0;
}

.home .site-logo-img > span{
	position: absolute;
	top: -116px;
	left: 0;
	width: 110px;
	font-size: 40px;
}
#three_buttons{
	order: 2;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home #masthead #three_buttons{
	display:none;
}
.home #masthead.stiky #three_buttons{
	display:flex;
}
.three_buttons{
	display: flex;
	margin: auto 0 36px;
}
#masthead.stiky .three_buttons{
	margin: auto 0 2px;
}
.three_buttons a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    padding: 0 20px;
    margin: -5px auto 0;
    text-align: center;
}
.three_buttons a span {
    display: block;
    font-size: 33px;
    font-family: 'Oswald',sans-serif;
    font-weight: 200;
}
.three_buttons a:hover {
    color: #f00;
}

#masthead.stiky .three_buttons a{font-size: 15px;}
#masthead.stiky .three_buttons a span{font-size: 22px;}

#menu_jo{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	order: 1;
}
#menu_jo .js-wpv-view-layout{
	margin: auto 0 0 auto;
	width: 100%;
}
.main-header-container{
	height: 150px;
}
.hamburger{
	display: flex;
	align-items: center;
	height: 40px;
	margin: 0 0 auto auto;
	cursor: pointer;
	background: rgba(0,0,0,0);
    border: 0;
}
.hamburger:hover{
   background: rgba(0,0,0,0);
}
.hamburger:focus{
    border:1px dotted red;
}
.hamburger span{
	width: 45px;
	height: 6px;
	display: block;
	background: #fff;
	border-radius: 5px;
}
.hamburger span::before{
	content: "";
	width: 100%;
	height: 6px;
	display: block;
	background: #fff;
	border-radius: 5px;
	margin: -12px 0 0;
}
.hamburger span::after{
	content: "";
	width: 100%;
	height: 6px;
	display: block;
	background: #fff;
	border-radius: 5px;
	margin: 18px 0 0;
}
#masthead.stiky .hamburger + div{
	top: 87px;
}
.social-links{
	margin: 0 0 15px;
	max-height: 50px;
}
.home .social-links {
    margin: 0 0 30px;
}
.social-links a{
	display: inline-block;
	margin-left: 10px;
	width: 40px;
}
.social-links a:hover img{
	filter: drop-shadow(2px 2px 0 #333);
	transform: translateX(-2px) translateY(-2px);
}


/*--filter--*/

.cats {
    list-style: none;
    margin: 45px 0 0;
    padding: 0;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cats > li {
    list-style: none;
    display: inline-block;
    margin: auto;
}
#post-23 .cats > li:first-child{
	margin-right:0;
}
#post-23 .cats > li:last-child{
	margin-left:0;
}
.cats > li > a {
	display: block;
	color: white;
	text-align: center;
	position: relative;
}
.cats > li > a img{
	display: block;
	margin:0 auto 25px;
	height: 50px;
	width: auto;
}
.cats > li > a span{
	position: relative;
	padding: 0 15px;
}
.cats > li > a span::before, .cats > li > a span::after {
    content: "";
    width: 0;
	border-width:0;
    border-style: solid;
    border-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cats > li > a span::before {
    right: 0;
}
.cats > li > a span::after {
    left: 0;
}
.cats > li:hover > a span::before, .cats > li > a.active span::before{
	border-width: 2px 3px 2px 0;
}
.cats > li:hover > a span::after, .cats > li > a.active span::after{
	border-width: 2px 0 2px 3px;
}
.cats > li > a.active span::before, .cats > li > a.active span::after,
.cats > li:hover > a span::before, .cats > li:hover > a span::after{
	width: 7px;
}
.cats > li > a.active, .cats > li:hover > a{
	color:#ff0008;
}
.cats > li > a[data-filter="sushi"].active::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff0008;
    position: absolute;
    bottom: -18px;
    right: 50%;
    margin: 0 -15px 0 0;
}

.cats > li > div{
	font-size: 0;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	color: #d9d9d9;
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cats > li > a + div span{
	background: #000;
	padding: 0 15px;
}
.cats > li > a.active + div{
	font-size: 24px;
	z-index: 1;
	margin: 20px 0 0;
}
.cats > li > a[data-filter="sushi"].active + div{
	margin: 130px 0 0;
}
.navBtn{
	display: none;
}

.cats > li > a.active + div:before{
    position: absolute;
    top: 52%;
    overflow: hidden;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #4d4d4d;
    right: 0;
    left: 0;
    z-index: -1;
}
#product_sub_cats{
	max-height: 0;
	overflow: hidden;
}
#product_sub_cats.active{
	max-height: 500px;
	margin: 36px 0 0;
}
#product_sub_cats_sushi{
	background: rgba(22,20,20,0.83);
	padding: 15px 40px;
	border-radius: 15px;
}
#product_sub_cats_sushi .cats{
	margin: 0;
}
#product_sub_cats_sushi .cats > li{}
#product_sub_cats_sushi .cats > li > a{
	font-size: 24px;
}
#product_sub_cats_sushi .cats > li > a::after{
	content: '';
}
#product_sub_cats_sushi .cats > li > a.active{
	color:#ff0008;
}
#product_sub_cats_sushi .cats > li > a.active + div {
    margin: 36px 0 0;
}





/*--home--*/

#home_s1{
	height: 100vh;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#jo_scene {
	background-image:		
		url('/wp-content/uploads/2015/09/flower-video-1.png'), 
		url('/wp-content/uploads/2020/10/flower-video-22.png'),
		url('/wp-content/uploads/2015/09/flower-video-3.png'),
		/*url('/wp-content/uploads/2015/09/flower-video-4.png'),*/
		url('/wp-content/uploads/2015/09/flower-video-5.png');
	background-repeat: no-repeat;
	background-position: 
		10vw 15px, 
		18vw 100px, 
		1vw 94%, 
		/*46vw 50%,*/
		90% 75%;
	animation: 6s para-home infinite linear;

	position: absolute !important;
	right: 0;
	left: 0;
	margin: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}

@keyframes para-home {
	50% {
		background-position: 
			12vw 15px, 
			21vw 100px,
			4vw 94%,
			/*44vw 50%,*/
			95% 75%;
		}
	100% {
		background-position: 
			10vw 15px, 
		    18vw 100px,
			1vw 94%,
			/*47vw 50%,*/
			90% 75%;
		}
}
#jo_scene_page{
		background-image:		
		url('/wp-content/uploads/2020/10/flower-page1.png'), 
		url('/wp-content/uploads/2020/10/flower-page2.png'),
		/*url('/wp-content/uploads/2020/10/flower-page3.png'),*/
		url('/wp-content/uploads/2020/10/flower-page4.png');
	background-repeat: repeat-y;
	background-position: 
		53% 50%, 
		2vw 100px, 
		99% 195px;
	animation: 5s para-page infinite linear;

	position: absolute !important;
	right: 0;
	left: 0;
	margin: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	opacity: 0.5;
}
@keyframes para-page {
	50% {
		background-position: 
			55% 50%, 
			0 100px, 
			96% 195px;
		}
	100% {
		background-position: 
			53% 50%, 
			2vw 100px, 
			99% 195px;
		}
}
#home_s1::after{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010101+0,010101+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(1,1,1,0) 0%, rgba(1,1,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(1,1,1,0) 0%,rgba(1,1,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(1,1,1,0) 0%,rgba(1,1,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010101', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
    content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 50%;
	z-index: 1;
}
#home_s1 .video{
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
#home_s1 .video iframe{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#home_s1 .video video{
	width: 100%;
}
.home1_btn_wrapp{
    margin: auto;
    z-index: 1;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 90px;
    right: 0;
    left: 0;
	z-index: 2;
}
.home1_btn_wrapp a{
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	padding: 25px 28px 30px;
	margin: auto;
	border-bottom: 6px solid #f00;
}
.home1_btn_wrapp a:hover{
	border-bottom: 0px solid #f00;
	background: #f00;
	color: #fff;
}
.home1_btn_wrapp a::before,
.home1_btn_wrapp a::after{
	content: "";
	width: 11px;
	border-style: solid;
	border-color: #fff;
	display: block;
	position: absolute;
	bottom: 43px;
	top: 48px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home1_btn_wrapp a::after{
	border-width: 3px 0 3px 5px;
	left: 0;
}
.home1_btn_wrapp a::before{
	border-width: 3px 5px 3px 0;
	right: 0;
}
.home1_btn_wrapp a:hover::before,
.home1_btn_wrapp a:hover::after{
	bottom: 0;
	top: 0;
	width: 100%;
}
.home1_btn_wrapp a span{
	display: block;
	font-size: 50px;
	font-family: 'Oswald',sans-serif;
	font-weight: 400;
}
.inst_wrapp .ast-container{
	max-width: 1600px;
}
body.page #sb_instagram .sb_instagram_header .sbi_header_text, body.page #sb_instagram .sb_instagram_header a,
body.home .inst_wrapp #sb_instagram .sb_instagram_header .sbi_header_text, body.home .inst_wrapp #sb_instagram .sb_instagram_header a{
    float: right;
}
body.page #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
body.home .inst_wrapp #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio{
	font-size: 35px;
    float: right;
    margin: 0 130px 0 0 !important;
}
body.home .inst_wrapp .sbi_header_text h3,
body.page #sb_instagram .sbi_header_text h3,
body.home .inst_wrapp #sb_instagram .sb_instagram_header .sbi_header_img,
body.page #sb_instagram .sb_instagram_header .sbi_header_img{
	display: none;
}
body.home .inst_wrapp #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    padding-bottom: 35px !important;
}
body.page #sb_instagram .sbi-screenreader{
	display: none !important;
}
body.home .inst_wrapp .sbi-screenreader{
    text-indent: inherit !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    text-align: right !important;
    position: absolute;
    bottom: -28px;
    font-size: 18px;
    color: #fff;
}
.home_section_slider{
max-width: 100%;
}
.home_section_item .home_section_img {
    width: 100%;
    display: inline-block;
}
.home_section_txt .mobile_hide{
	margin: 0 0 25px;
}
#home_section_wrapp{
	background: url(/wp-content/uploads/2020/10/dragon.svg) no-repeat scroll 90% 100px;
    position: relative;
}
#home_section_wrapp::before{
    content: "";
    background: url(/wp-content/uploads/2020/10/gragon-2.svg) no-repeat scroll 0 46%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#home_section_wrapp::after{
    content: "";
    background: url(/wp-content/uploads/2020/10/dragon-3.svg) no-repeat scroll 160% bottom;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#home_section_wrapp .ast-container > div{
	display: flex;
	flex-wrap: wrap;
}
#home_section_2422{order:1;}
#home_section_2425{order:2;}
#home_section_2427{order:3;}
#home_section_2420{order:4;}
.home_section_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 130px 0 175px;
	width: 100%;
}
.home_section_item .home_section_img_bg{
	order: 1;
	height: 325px;
	position: relative;
}
#home_section_2420.home_section_item .home_section_img_bg{
	background-position: center -40px;
}

@media (min-width: 770px){
	.home_section_slider{
		max-width: 60%;
		margin: auto;
	}
	.home_section_item .home_section_img{
		-ms-flex: 0 0 58%;
		flex: 0 0 58%;
		max-width: 58%;
	}
	.home_section_item .home_section_img_bg{
		-ms-flex: 0 0 58%;
		flex: 0 0 58%;
		max-width: 58%;
	}
	.home_section_item .home_section_txt{
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
		max-width: 42%;
	}
	.home_section_item:nth-child(even) .home_section_txt h2{
		justify-content: flex-end;
	}
}
.home_section_item .home_section_img_bg::before{
    content:"";
    background: url(/wp-content/uploads/2020/10/hand.png);
    width: 328px;
    height: 394px;
    position: absolute;
    left: -180px;
    top: -35px;
}
.home_section_item:nth-child(3) .home_section_img{
	order: 1;
    text-align: left;
}
.home_section_item:last-child .home_section_img{
  text-align: center;
}
.home_section_item .home_section_txt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_section_item .home_section_txt h2{
    color: #fff;
    font-size: 70px;
    display: flex;
    align-items: center;
}
.home_section_item:nth-child(even) .home_section_txt h2 span{
	order: 1;
}
.home_section_item .home_section_txt h2 img{
	margin:0 15px;
	width: 80px;
}
.home_section_item:nth-child(odd) .home_section_txt h2 img{
	transform: scaleX(-1);
}
.home_section_item .home_section_txt p{
	margin-bottom: 30px;
}
.home_section_item .home_section_txt a{
    font-size: 22px;
    font-family: 'Oswald',sans-serif;
}
#home_section_2425.home_section_item .home_section_txt a{
	float: left;
}
.red_btn{
    background: #f00;
    color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
    overflow: hidden;
}
.home .red_btn{
    width: 200px;
    height: 60px;
    border-radius: 30px;
}
.red_btn::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.red_btn:hover{
	color:#fff;
}
.red_btn:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
 
 
/*--Products--*/

#post-1726 .grid-sizer,
#post-23 .grid-sizer,
#post-1724 .grid-sizer,
#post-1050 .grid-sizer {
    width: 25%;
}
#post-1726 .gutter-sizer,
#post-23 .gutter-sizer,
#post-1724 .gutter-sizer,
#post-1050 .gutter-sizer {
    width: 0%;
}
#post-1726 .items,
#post-23 .items,
#post-1703 .items,
#post-1724 .items,
#post-1050 .items{
	margin-top: 75px;
	opacity:0;
	visibility:hidden;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.items_active #post-1726 .items,
.items_active #post-23 .items,
.items_active #post-1703 .items,
.items_active #post-1724 .items,
.items_active #post-1050 .items{
	opacity:1;
	visibility:visible;
	transform:none;
}
.ajax_loader{
	position: absolute;
	right: 50%;
	top: 240px;
}
.items_active .ajax_loader{
	opacity:0;
	visibility:hidden;
}
#post-1726 .items .item,
#post-23 .items .item,
#post-1724 .items .item,
#post-1050 .items .item{
	width: 23%;
	margin: 1%;
	float: right;
	transition: all .2s ease;
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
}
#post-1703 .items .item.beers img,
#post-1703 .items .item.wines img,
#post-1726 .items .item img,
#post-23 .items .item img,
#post-1724 .items .item img,
#post-1050 .items .item img{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: 110%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#post-1703 .items .item.beers:hover img,
#post-1703 .items .item.wines:hover img,
#post-1726 .items .item:hover img,
#post-23 .items .item:hover img,
#post-1724 .items .item:hover img,
#post-1050 .items .item:hover img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#post-1703 .items .item.beers .img_item::before,
#post-1703 .items .item.wines .img_item::before,
#post-1726 .items .img_item::before,
#post-23 .items .img_item::before,
#post-1724 .items .img_item::before,
#post-1050 .items .img_item::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
#post-1703 .items .item.beers .img_item:hover::before,
#post-1703 .items .item.wines .img_item:hover::before,
#post-1724 .items .item .img_item:hover::before,
#post-1050 .items .item .img_item:hover::before,
#post-1726 .items .img_item:hover::before,
#post-23 .items .img_item:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

#post-1724 .items .item .img_item,
#post-1726 .items .item .img_item,
#post-23 .items .item .img_item,
#post-1050 .items .item .img_item{
	height: 225px;
	width: 100%;
	background: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#post-1724 .items .item .title,
#post-1726 .items .item .title,
#post-23 .items .item .title,
#post-1050 .items .item .title{
	display: block;
	height: 80px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}
#post-1724 .item .desc,
#post-1703 .item .desc,
#post-1726 .item .desc,
#post-23 .item .desc,
#post-1050 .item .desc {
    display: none;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    z-index: 999999999999999999999999999;
}
.popup .content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    width: 600px;
    box-shadow: 0 0 20px black;
    background: black;
    padding: 0;
	color: #fff;
}
.popup .close {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 5px;
    font-size: 30px;
    line-height: 1;
    color: red;
}
.popup img {
    width: 100%;
    margin: 0;
}
.popup .price {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: red;
    border-radius: 50%;
    font-size: 20px;
}
.popup h3 {
    text-align: right;
    padding: 10px 15px 0;
    font-size: 30px;
    margin: 0;
	color: #fff;
	font-weight: 400;
}
.popup .desc {
    text-align: right;
    padding: 0 15px 0 100px;
    min-height: 50px;
    max-height: 110px;
    overflow-y: auto;
	margin: 0 0 20px;
}
.popup .desc p{
	font-size: 20px;
	margin-bottom: 0;
}

/*--Products Cocktails--*/

.page-id-1703 #content {
    background: none;
}
#post-1703 .grid-sizer {
    width: 50%;
}
#post-1703 .gutter-sizer {
    width: 0%;
}
#post-1703 .cats{
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 40px;
}
#post-1703 .items{
	margin-top: 90px;
}
#post-1703 .items.mt80 {
    margin-top: 120px;
}
#post-1703 .items .item{
	width: 23%;
	margin: 1%;
	float: right;
	
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	right: auto !important;
	left: auto !important;
}
#post-1703 .items .item.cocktails{
	width: 48%;
	display: flex;
	margin: 0 0 70px;
}




@media (min-width: 770px){
	#post-1703 .items .item.cocktails:nth-last-child(9) .img_item,
	#post-1703 .items .item.cocktails:nth-last-child(8) .img_item,
	#post-1703 .items .item.cocktails:nth-last-child(5) .img_item,
	#post-1703 .items .item.cocktails:nth-last-child(4) .img_item,
	#post-1703 .items .item.cocktails:nth-last-child(1) .img_item{
	  order: 1;
	}
	#post-1703 .items .item.cocktails:nth-last-child(9) .txt_item > div,
	#post-1703 .items .item.cocktails:nth-last-child(8) .txt_item > div,
	#post-1703 .items .item.cocktails:nth-last-child(5) .txt_item > div,
	#post-1703 .items .item.cocktails:nth-last-child(4) .txt_item > div,
	#post-1703 .items .item.cocktails:nth-last-child(1) .txt_item > div {
	  padding: 0 0 0 30px;
	}
	#post-1703 .items .item.cocktails:nth-child(even){
		margin-left:2%;
	}
	#post-1703 .items .item.cocktails:nth-child(odd){
		margin-right:2%;
	}
}




#post-1703 .items .item .img_item{
	width: 100%;
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
	overflow: hidden;
}
#post-1703 .items .item.cocktails .img_item{
	height: 350px;
}
#post-1703 .items .item .txt_item > div{
	padding: 0 30px 0 0;
}
#post-1703 .items .item .txt_item{
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#post-1703 .items .item .img_item img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: 180%;
}
#post-1703 .items .item .txt_item .title{
    text-align: center;
    display: block;
    line-height: 1.1;
}
#post-1703 .items .item.cocktails .txt_item .title{
	font-size: 40px;
	line-height: 1.4;
	text-align: right;
}
#post-1703 .items .item.cocktails .txt_item .desc{
	display: block;
}
#post-1703 .items .item .txt_item .desc p{
	margin: 0;
	font-size: 24px;
}

/*--Products Business--*/

#post-1724 .cats > li > a span,
#post-1050 .cats > li > a span {
    text-align: center;
    display: block;
    line-height: 1;
	height: 52px;
}
#post-1724 .cats > li:last-child > a img,
#post-1050 .cats > li:last-child > a img{
	margin: 0 auto 35px;
}
#post-1724 .items.mt80,
#post-1050 .items.mt80 {
    margin-top: 120px;
}

/*--Jobs--*/

#jobs_wrapp{
	padding: 0 0 70px;
}
#jobs_wrapp .job_wrapp_title{
    display: flex;
	align-items: center;
    margin: 20px auto 50px;
}
#jobs_wrapp .job_wrapp_title h2{
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
}
#jobs_wrapp .job_wrapp_title img{
    transform: scaleX(-1);
    margin: 0 0 0 50px;
}
#jobs_wrapp .job_wrapp_title h3{
    color: #fff;
    font-size: 36px;
    margin: 0;
}

.job_item{
	display: inline-block;
    margin: 0 0 20px;
}
.job_title h3{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    padding: 0 10px 8px;
    margin: 0 auto 10px;
    border-bottom: 8px solid #f00;
    display: inline-block;
}
.job_txt p{
	margin: 0;
}
.red_btn.job_link{
	width: 104px;
	height: 44px;
	border-radius: 20px;
	float: left;
	margin: 30px 0 0;
	font-size: 30px;
}
#job_wrapp .col_8{
	padding-right: 25px;
}
#job_wrapp p{
	margin-bottom: 15px;
}
#job_wrapp h2{
	color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    padding: 0 10px 8px;
    margin: 0 calc(33.333% + 25px) 20px auto;
    border-bottom: 8px solid #f00;
    display: inline-block;
	font-family: 'Assistant',sans-serif;
}
#job_wrapp img{
	margin-top: 13px;
}

.phone_job,
.phone_mail{
	width: 50%;
	float: right;
	margin: 50px 0 0;
}

.phone_job a{
	color: #f00;
	font-size: 40px;
}
.phone_mail a{
	width: 248px;
	height: 58px;
	border-radius: 30px;
	font-size: 30px;
	margin: 0 auto 0 0;
}
.single .post-navigation{
	display:none !important;
}

/*--Contact US--*/

.page-id-33 #content{
	background-position: 10% 170px;
}
.page-id-33 #content::before {
    content: "";
    background: url(/wp-content/uploads/2020/10/gragon-2.svg) no-repeat scroll 0 bottom;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transform: scaleX(-1);
}

/*@media (min-width: 770px){
	.page-id-1050 #content::after,
	.page-id-1703 #content::after,
	.page-id-23 #content::after,
	.page-id-33 #content::after {
		content: "";
		background: url(/wp-content/themes/astra-child/img/flowers-contact.svg) no-repeat scroll 0 0;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		display: block;
	}
}*/

.page-id-33 #primary {
    margin: 0 0 300px;
}
#contact_wrapp{
	
}
#contact_wrapp h2{
	font-family: 'Assistant',sans-serif;
	color: #fff;
	font-size: 36px;
	font-weight: 2;
	margin: 20px 0 100px;
}
#contact_wrapp h2 img{
	transform: scaleX(-1);
	margin: 0 0 0 30px;
	width: 70px;
}
#contact_wrapp .contact_info{
	padding: 20px 90px 0 40px;
	line-height: 1.2;
}
#contact_wrapp .contact_info h3{
	color: #fff;
	font-size: 36px;
}
#contact_wrapp .contact_info p,
#contact_wrapp .contact_info h3{
	margin-bottom: 25px;
}
#contact_wrapp .phone_contact{
	margin-bottom: 17px;
}
#contact_wrapp .phone_contact a{
	color: #fff;
	font-size: 36px;
}
#contact_wrapp .phone_contact img{
	margin: 0 0 0 20px;
}
#contact_wrapp .phone_contact img.white_filter{
	filter: brightness(0) invert(1);
}
#contact_wrapp .waze{
	padding: 0 45px;
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	display: block;
	margin: 0 0 55px;
}
#contact_wrapp .waze img{
	width: 50px;
	margin: 0 0 0 7px;
}
#contact_wrapp .remarks{
	padding: 0 45px;
	line-height: 1.2;
}

#contact_wrapp form{
	padding: 0 90px;
}
#contact_wrapp form p{
	margin: 0;
	display: inline-block;
	width: 100%;
}
#contact_wrapp form span.wpcf7-form-control-wrap{
	position: relative;
	margin: 0 0 20px;
	display: block;
}
#contact_wrapp form div > label{
	position: absolute;
	right: 30px;
	top: 10px;
	opacity: 0;
	z-index: -5;
}

#contact_wrapp form span textarea,
#contact_wrapp form span input{
	height: 55px;
	border-radius: 30px;
	border: 0;
	padding: 0 20px;
	font-weight: 400;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
	opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity:1;
}
#contact_wrapp form span textarea{
	padding: 7px 20px 0;
}
.cf_number{
	width: 18%;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
.wpcf7 input[type="url"]:active, .wpcf7 input[type="email"]:active, .wpcf7 input[type="tel"]:active,
.wpcf7 input[type="url"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus{
    direction: ltr;
}
#contact_wrapp form input[type="submit"]{
	background: #c11414;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 248px;
	border-radius: 30px;
	font-size: 30px;
	margin: 0 auto 0 0;
	padding: 0;
	height: 55px;
}
#contact_wrapp form input[type="submit"]:hover{
	background: #991212;
	color: #fff;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
.clear140{
	height: 140px;
	display: block;
	width: 100%;
}

/*--footer--*/

footer .ast-footer-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .ast-small-footer-section{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 400;
}
footer .copyright{
	margin: 0 0 0 auto;
}
footer .footer_menu{
	margin: auto;
}
footer .footer_menu a{
	margin: 0 10px;
}
footer .credit{
	margin: 0 auto 0 0;
}
footer .credit a{}
footer .credit img{
	margin: -3px 0 0 3px;
}


/*--EVENT--*/
.event_wrapp{
	padding: 100px 0;
}
.event_wrapp hr{
    margin: 50px 0;
}
.event_wrapp hr:last-child{
    display:none;
}
.event_img{
	order: 1;
}
.event_text{
    padding: 0 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.event_text h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    width: 100%;
    line-height: 1.1;
    position: relative;
    padding: 0;
    margin: 30px 0 10px;
    display: inline-block;
    font-family: 'Assistant',sans-serif;
}
.event_text p{
	margin: 0;
    width: 100%;
}
.date{
    font-size: 90px;
    font-family: 'Oswald',sans-serif;
    width: 100%;
    line-height: 1;
}
.phone_event{
    width: 100%;
    margin: auto 0 0;
    line-height: 1;
}
.phone_event a{
    color: #fff;
    font-size: 40px;
}
.phone_event a span{
    font-size: 60px;
    font-family: 'Oswald',sans-serif;
}
.contact_event{
	padding: 0 0 200px;
}
.contact_event form{
    display: flex;
}
.contact_event form p{
	margin: 0;
}
.contact_event form label{
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: -1;
}
.contact_event form > div{
	margin: 0 0 0 15px;
    position: relative;
}
.contact_event input {
    height: 55px;
    border-radius: 30px;
    border: 0;
    padding: 0 20px !important;
	font-weight: 400;
}
.contact_event  input[type="submit"] {
    background: #c11414;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 248px;
    border-radius: 30px;
    font-size: 30px;
    margin: 0 auto 0 0;
    padding: 0;
    height: 55px;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    background: #fff;
    color: #000;
}


/*-- App --*/
.logo-app{
	display: flex;
}
.logo-app .site-logo-img {
    margin: 100px auto 0;
	padding: 0;
}
.logo-app .site-logo-img > span {
    position: absolute;
    top: -95px;
    left: 0;
    width: 110px;
    font-size: 30px;
	line-height: 1;
}
.logo-app .site-logo-img > span > span {
    left: 67px;
}








.main_screen{
	margin: 0 -20px;
}
.main_screen .menu_part{
    color: #fff;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    padding: 4vw 4vw 3vw;
    margin: auto;
    border-bottom: 1.15vw solid #f00;
	display: table;
	text-align: center;
}
.main_screen .menu_part::before, .main_screen .menu_part::after {
    content: "";
    width: 1.6vw;
    border-style: solid;
    border-color: #fff;
    display: block;
    position: absolute;
    bottom: 7.4vw;
	top: 7vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main_screen .menu_part::before {
    border-width: 1px 3px 1px 0;
    right: 0;
}
.main_screen .menu_part::after {
    border-width: 1px 0 1px 3px;
    left: 0;
}
.menu_all .cocktail_app_wrapp .cocktail_app,
.menu_all .menu_app_wrapp .menu_part,
.main_screen .menu_part.del{
	margin: 0 0 0 auto;
}
.main_screen .menu_part.menu_link{
	margin: 0 0 10vw auto;
}

.menu_all .lunch_app_wrapp .lunch_app,
.main_screen .menu_part.order{
	margin: 0 auto 0 0;
}
.main_screen .menu_part span{
    display: block;
    font-size: 7.7vw;
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
	line-height: 1.2;
}
.main_screen .lunch_app_wrapp span{
	font-size: 6.9vw;
}
.main_screen .menu_link_wrapp{
	background-image: url(/wp-content/uploads/2020/12/EXPLORE.png);
	padding: 0 8.3vw 0 0;
	height: 41.6vw;
	display: flex;
	align-items: center;
	background-size: 43%;
	background-position: center left;
	background-repeat: no-repeat;
	position: relative;
}
.main_screen .menu_link_wrapp::before{
	content:"";
	background:url(/wp-content/uploads/2015/09/flower-4.png) no-repeat scroll center / contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 37%;
	top: 0;
}
.main_screen .order_wrapp{
	background-image: url(/wp-content/uploads/2020/12/EXPERIENCE.png);
	padding: 0 0 0 8.3vw;
	height: 68vw;
	display: flex;
	align-items: center;
	background-size: 48%;
	background-position: center right;
	background-repeat: no-repeat;
	margin: -10vw auto -13vw;
	position: relative;
}
.main_screen .order_wrapp::before{
    content: "";
    background: url(/wp-content/uploads/2015/09/flower-4.png) no-repeat scroll center / contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 42%;
    top: 11vw;
}
.main_screen .del_wrapp{
	background-image: url(/wp-content/uploads/2020/12/DELIVERY.png);
	padding: 0 8.3vw 0 0;
	height: 60vw;
	display: flex;
	align-items: center;
	background-size: 57%;
	background-position: center left;
	background-repeat: no-repeat;
	position: relative;
}
.main_screen .del_wrapp::before{
	content: "";
    background: url(/wp-content/uploads/2020/12/flowers-3.png) no-repeat scroll center / contain;
    width: 50.5vw;
    height: 22.2vw;
    position: absolute;
    right: 10%;
    top: -5vw;
}


.menu_all .menu_app_wrapp{
	background-image: url(/wp-content/uploads/2018/04/evening.png);
	padding: 0 8.3vw 0 0;
	height: 40vw;
	display: flex;
	align-items: center;
	background-size: 53%;
	background-position: center left;
	background-repeat: no-repeat;
	position: relative;
}
.main_screen .menu_app_wrapp::before{
	content:"";
	background:url(/wp-content/uploads/2015/09/flower-4.png) no-repeat scroll center / contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 37%;
	top: 0;
}
.menu_all .lunch_app_wrapp{
	background-image: url(/wp-content/uploads/2018/04/blanch.png);
	padding: 0 0 0 8vw;
	height: 46vw;
	display: flex;
	align-items: center;
	background-size: 38%;
	background-position: center right;
	background-repeat: no-repeat;
	position: relative;
}
.main_screen .lunch_app_wrapp::before{
    content: "";
    background: url(/wp-content/uploads/2015/09/flower-4.png) no-repeat scroll center / contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 42%;
    top: 5vw;
}
.menu_all .cocktail_app_wrapp{
	background-image: url(/wp-content/uploads/2018/04/cocktal.png);
	padding: 0 8.3vw 0 0;
	height: 50vw;
	display: flex;
	align-items: center;
	background-size: 60%;
	background-position: center left;
	background-repeat: no-repeat;
	position: relative;
}
.main_screen .cocktail_app_wrapp::before{
	content: "";
	background: url(/wp-content/uploads/2020/12/flowers-2.png) no-repeat scroll center / contain;
	width: 38.8vw;
	height: 22.2vw;
	position: absolute;
	right: 12%;
	top: -7vw;
}

.views-template-template-app #page,
.views-template-template-app-menu #page{
    background: #000;
}
.views-template-template-app #jo_scene_page,
.views-template-template-app-menu #jo_scene_page{
    display: none;
}



.views-template-template-app #jo_scene_page,
.views-template-template-app-menu #jo_scene_page,
.page-id-1724 #jo_scene_page,
.page-id-1726 #jo_scene_page,
.views-template-template-app #app-content,
.views-template-template-app-menu #app-content,
.page-id-1724 #app-content,
.page-id-1726 #app-content,
.page-id-1724 #pojo-a11y-toolbar.pojo-a11y-toolbar-left,
.page-id-1724 #masthead, 
.page-id-1724 #masthead + header,
.page-id-1726 #pojo-a11y-toolbar.pojo-a11y-toolbar-left,
.page-id-1726 #masthead, 
.page-id-1726 #masthead + header,
.views-template-template-app #pojo-a11y-toolbar.pojo-a11y-toolbar-left, 
.views-template-template-app #masthead, 
.views-template-template-app #masthead + header,
.views-template-template-app-menu #pojo-a11y-toolbar.pojo-a11y-toolbar-left, 
.views-template-template-app-menu #masthead, 
.views-template-template-app-menu #masthead + header{
    display: none !important;
}






@media (max-width: 1440px){
	#masthead{background-position: 50% center;}
	.cats > li > a{font-size: 24px;}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.popup {
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.popup .content {
		position: absolute;
		top: 0;
		left: 25%;
		margin-top: 0;
		margin-left: 0;
		width: 50%;
	}
}
@media (min-width: 770px){
	.pc_hide{display: none;}
}
@media (max-width: 769px){
	.parallax, .mobile_hide, footer .footer_menu, #scene, #three_buttons, .home #masthead.stiky #three_buttons{display: none;}
	.home_section_item .home_section_img_bg::before, #home_s1::after {content: none;}
	
	#overlay.show-menu{padding: 2em 1em;flex-wrap: wrap;}
	#overlay .custom-logo {order: 0;width: 40%;}
	#overlay ul{width: 100%;margin: auto;}
	#overlay ul li{width: 100%;}
	#overlay ul li a{font-size: 18px;margin: 0 0 20px;}
	#overlay ul li:nth-child(1) a, #overlay ul li:nth-child(2) a, #overlay ul li:nth-child(3) a{border-bottom: 4px solid #f00;font-size: 20px;}
	#overlay ul li:nth-child(1) a::before, #overlay ul li:nth-child(2) a::before, #overlay ul li:nth-child(3) a::before {border-width: 2px 3px 2px 0;}
	#overlay ul li:nth-child(1), #overlay ul li:nth-child(2), #overlay ul li:nth-child(3) {margin: 0 0 20px;}
	
	#overlay ul li:nth-child(1){order: 1;}
	#overlay ul li:nth-child(2){order: 3;}
	#overlay ul li:nth-child(3){order: 2;}
	#overlay ul li:nth-child(4){order: 6;}
	#overlay ul li:nth-child(5){order: 4;}
	#overlay ul li:nth-child(6){order: 7;}
	#overlay ul li:nth-child(7){order: 9;}
	#overlay ul li:nth-child(8){order: 5;}
	#overlay ul li:nth-child(9){order: 8;}
	
	#overlay.show-menu li:nth-of-type(1){-webkit-animation:menu-item-anim .6s forwards 1s ease-in-out;animation:menu-item-anim .6s forwards 1s ease-in-out}
	#overlay.show-menu li:nth-of-type(2){-webkit-animation:menu-item-anim .6s forwards 1.2s ease-in-out;animation:menu-item-anim .6s forwards 1.2s ease-in-out}
	#overlay.show-menu li:nth-of-type(3){-webkit-animation:menu-item-anim .6s forwards 1.6s ease-in-out;animation:menu-item-anim .6s forwards 1.6s ease-in-out}
	#overlay.show-menu li:nth-of-type(4){-webkit-animation:menu-item-anim .6s forwards 1.8s ease-in-out;animation:menu-item-anim .6s forwards 1.8s ease-in-out}
	#overlay.show-menu li:nth-of-type(5){-webkit-animation:menu-item-anim .6s forwards 2s ease-in-out;animation:menu-item-anim .6s forwards 2s ease-in-out}
	#overlay.show-menu li:nth-of-type(6){-webkit-animation:menu-item-anim .6s forwards 2.2s ease-in-out;animation:menu-item-anim .6s forwards 2.2s ease-in-out}
	#overlay.show-menu li:nth-of-type(7){-webkit-animation:menu-item-anim .6s forwards 2.4s ease-in-out;animation:menu-item-anim .6s forwards 2.4s ease-in-out}
	#overlay.show-menu li:nth-of-type(8){-webkit-animation:menu-item-anim .6s forwards 2.6s ease-in-out;animation:menu-item-anim .6s forwards 2.6s ease-in-out}
	#overlay.show-menu li:nth-of-type(9){-webkit-animation:menu-item-anim .6s forwards 2.8s ease-in-out;animation:menu-item-anim .6s forwards 2.8s ease-in-out}
	#overlay.show-menu li:nth-of-type(10){-webkit-animation:menu-item-anim .6s forwards 3s ease-in-out;animation:menu-item-anim .6s forwards 3s ease-in-out}
	
	.app-content{display: flex;flex-wrap: wrap;background: #000;padding: 25px 0;}
	.app-content a{width: 40%;}
	.app-content a.app_store{margin: 0 auto 0 10px;}
	.app-content a.play_market{margin: 0 10px 0 auto;}
	
	.site-branding, .home .site-branding, .home #masthead.stiky .site-branding{margin: 0 auto 0 0;}
	.page #content{background-size: cover;}
	
	body, button, input, select, textarea, .ast-button, .ast-custom-button{font-size: 20px;}
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {margin-bottom: 10px;}
	.entry-content p {margin-bottom: 1em;}
	.home #masthead {padding: 10px 0;}
	#masthead.stiky{border-bottom: 1px solid #fff;}
	#masthead {padding: 10px 0;border: 0;}
	#masthead .site-branding .site-logo-img .custom-logo-link img, #masthead.stiky .site-branding .site-logo-img .custom-logo-link img{max-width: 100px;}
    #masthead .site-branding .site-logo-img span, #masthead.stiky .site-branding .site-logo-img span{font-size: 14px;width: 40px;top: 0;}
	#masthead .site-branding .site-logo-img, #masthead.stiky .site-branding .site-logo-img{padding: 0 0 0 44px;margin: 0;}
	#menu_jo .js-wpv-view-layout{display: none;}
	#masthead.stiky .main-header-container {padding: 0;}
	#masthead.stiky .site-branding {margin-top: 0;}
 	.home .site-branding {margin: 0 auto 0 0;}
	.hamburger {height: 32px;margin: auto 0;}
	.hamburger span {width: 40px;height: 5px;}
	.hamburger span::before {height: 5px;margin: -11px 0 0;}
	.hamburger span::after {height: 5px;margin: 17px 0 0;}
	
	.hamburger_close span {width: 44px;}
	.hamburger_close span::before {height: 6px;margin:0;}
	.hamburger_close span::after {height: 6px;margin: -6px 0 0;}
	.hamburger_close{top: 2px;}
	
	.hamburger.active + div{top: 56px;}
	#masthead.stiky .hamburger.active + div {top: 57px;}
	.home .hamburger.active + div{box-shadow: none;}
	.hamburger.active + div{padding: 20px;top: 56px;right: -20px;left: -20px;}
	.hamburger + div ul li{max-width: 50%;}
	
	.main-header-container {height: auto;}
	.ast-single-post .entry-title, .page-title{font-size: 26px;margin: 75px auto 0;z-index: 9;}
	.single .entry-header, .page .entry-header {position: relative;}
	.single .entry-header::after, .page .entry-header::after{content:"";position: absolute;width: 100%;height: 2px;right: 0;left: 0;top: 50%;background: red;}
	#jo_scene{height: 56vw;background-size: 20%;overflow: hidden;}
	#content{animation: 70s para infinite linear;}
	@keyframes para {
	0 {
		background-position:  
			-150% -10%;
		}
	50% {
		background-position:  
			150% -12%;
		}
	100% {
		background-position:  
			-150% -10%;
		}
	}
	
	/*--HOME--*/
	.home #content{margin: 66px 0 0;}
	#home_s1::before {position: absolute;background-position: center 0;background-size: contain;height: auto;right: 0;left: 0;top: 0;bottom: 0;}
	#home_s1{height: auto;}
	#home_s1 .video{position: relative;}
	
	#home_s1 .video::after {
		background: -moz-linear-gradient(top, rgba(1,1,1,0) 0%, rgba(1,1,1,1) 100%);
		background: -webkit-linear-gradient(top, rgba(1,1,1,0) 0%,rgba(1,1,1,1) 100%);
		background: linear-gradient(to bottom, rgba(1,1,1,0) 0%,rgba(1,1,1,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010101', endColorstr='#010101',GradientType=0 );
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		top: 50%;
	}
	.home1_btn_wrapp{margin: auto;flex-wrap: wrap;position: relative;bottom: auto;}
	.home1_btn_wrapp a{font-size: 24px;padding: 15px 20px;border-bottom: 5px solid #f00;width: 80%;margin: 10px auto 15px;}
	.home1_btn_wrapp a span{font-size: 30px;}
	.home1_btn_wrapp a::before, .home1_btn_wrapp a::after {bottom: 15px;top: 25px;}
	.home1_btn_wrapp a:hover {border-bottom: 5px solid rgba(0,0,0,0);}
	
	.home_section_item{padding: 40px 0;}
	.home_section_item .home_section_txt h2{font-size: 40px;margin: 0 0 15px;}
	.home_section_item:nth-child(2n+1) .home_section_txt h2 img{order: -1;}
	.home_section_item .home_section_txt h2 img {margin: 0 0 0 15px;transform: scaleX(-1);width: 40px;}
	
	.home_section_item .home_section_img_bg {padding: 65vw 0 0;height: auto;background-size: contain;background-repeat: no-repeat;width: 100%;}
	#home_section_2420.home_section_item .home_section_img_bg {background-position: center 0;}
	
	.home_section_item .home_section_img{order: 1;height: auto;}
	.home_section_item:nth-child(3) .home_section_img, .home_section_item:last-child .home_section_img{text-align: right;}
	.home_section_item .home_section_img > img{margin: 0 auto 15px;height: 40vw;width: auto;}
	.home .red_btn {width: 200px;height: 44px;margin: 20px 0 0;}
	
	#home_section_wrapp{background-size: 75%;background-position: 0 0;}
	#home_section_wrapp::before {background-size: 90%;background-position: 0 center;}
	#home_section_wrapp::after {background-size: 140%;background-position: 30px bottom;}
	
	#sb_instagram #sbi_images{padding: 10px 5px !important;}
	body.page #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio, body.home .inst_wrapp #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio{font-size: 24px;margin: 0 !important;}
	body.home .inst_wrapp #sb_instagram.sbi_col_4 #sbi_images .sbi_item {padding-bottom: 0 !important;width: 50% !important;}
	.home_section_slider .slick-slide img{max-height: 120px;}
	.home_section_item .home_section_img .pc_hide p{text-align: right;}
	#home_section_2425, #home_section_2420{justify-content: flex-end;}
	.home_section_item:nth-child(3) .home_section_img, #home_section_2420.home_section_item .home_section_img_bg{text-align: left;}
	.home_section_item:nth-child(3) .home_section_img .red_btn, #home_section_2420.home_section_item .home_section_img_bg .red_btn{margin: 20px auto 0 0;}
	
	/*--MENU--*/
	
	.navBtn {display: block;margin: 10px 0 0;}
	.cats{max-height: 0;position: relative;}
	.cats > li > a{font-size: 16px;display: none;}
	.cats > li > a img, #post-1050 .cats > li > a img, #post-1724 .cats > li > a img{margin: 0 auto 5px;max-width: 30px;height: auto;}
	.navBtn.active + .cats {max-height: 1000px;flex-wrap: wrap;margin: 30px -15px 0;background: #000;padding: 10px 0;}
	.navBtn.active + .cats > li > a{display: block;}
	#post-23 .cats > li:first-child {margin-right: auto;}
	#post-23 .cats > li:last-child {margin-left: auto;}
	.cats > li{width: 33.333%;margin-bottom: 10px;}
	.cats > li > a.active + div{bottom: -25px;font-size: 25px;}
	.navBtn.active + .cats > li > a.active + div{bottom: -52px;}
	
	.navBtn h3.nav-title-cat{color: red;text-align: center;}
	.navBtnIn span {
		width: 30px;
		height: 2px;
		padding: 0;
		margin: 6px auto;
		overflow: hidden;
		display: block;
		text-indent: -500px;
		background-color: red;
		transition: all 500ms ease 0s;
		-o-transition: all 500ms ease 0s;
		-ms-transition: all 500ms ease 0s;
		-webkit-transition: all 500ms ease 0s;
		-webkit-transform-origin: center center;
		-moz-transform-origin: center center;
		transform-origin: center center;
	}
	.navBtn.active .narrowOne {transform: rotate(45deg);transition: ease-in-out 0.3s;margin: -1px auto;}
	.navBtn.active .narrowtwo {display: none;transition: ease-in-out 0.3s;}
	.navBtn.active .narrowthree {transform: rotate(-45deg);transition: ease-in-out 0.3s;margin: -1px auto;}
	.page-id-23 #content {background-position: 0 0;}
	.cats > li > a[data-filter="sushi"].active::before {content: none;}
	.cats > li:hover > a span::before, .cats > li > a.active span::before {border-width: 1px 2px 1px 0;}
	.cats > li:hover > a span::after, .cats > li > a.active span::after {border-width: 1px 0 1px 2px;}	
	#post-1726 .items .item .title, #post-23 .items .item .title, #post-1050 .items .item .title, #post-1724 .items .item .title{height: 55px;}
	#product_sub_cats_sushi{padding: 15px 15px 0;}
	#product_sub_cats_sushi .cats {background: none;padding: 20px 0 0;}
	#product_sub_cats_sushi .cats > div {display: none;}
	#product_sub_cats_sushi .cats > li{width: 100%;margin: auto;}
	#product_sub_cats_sushi .cats > li > a {font-size: 16px;border-bottom: 1px solid red;padding: 0 0 5px;margin-bottom: 5px;}
	#product_sub_cats_sushi .cats > li:last-child > a{border-bottom:none;}
	#product_sub_cats.active {overflow: inherit;}
	#product_sub_cats_sushi .cats > li > a.active + div {margin: 0;top: -140px;bottom: auto;}
	#post-1050 .cats > li > a span, #post-1724 .cats > li > a span{height: 36px;display: flex;align-items: center;justify-content: center;}
	#post-1050 .cats > li:last-child > a img, #post-1724 .cats > li:last-child > a img{margin: 0 auto 5px;}
	#post-1726 .items .item, #post-23 .items .item, #post-1050 .items .item, #post-1724 .items .item {width: 48%;}
	/*#post-1726 .items .item img, #post-23 .items .item img, #post-1050 .items .item img, #post-1724 .items .item img{position: relative;}*/
	#post-1726 .items .item .img_item, #post-23 .items .item .img_item, #post-1050 .items .item .img_item, #post-1724 .items .item .img_item{height: 35vw;}
	
	.page-id-23 #primary, .page-id-1050 #primary, .page-id-1703 #primary{padding-top: 5px;}
	#post-1726 .items, #post-23 .items, #post-1050 .items, #post-1724 .items {margin-top: 50px;}
	
	.popup .content {position: relative;top: auto;left: auto;margin: 50px 2% 0;width:96%; padding: 60px 20px;}
	.popup img {margin: 25px auto 0;}
	.popup h3{font-size: 22px;}
	.popup .desc{padding: 0 15px;}
	.popup .desc p {font-size: 16px;}
	
	
	
	#post-1703 .items .item .txt_item .desc p {font-size: 20px;}
	#post-1703 .items .item.cocktails {width: 100%;margin: 0 0 50px !important;}
	#post-1703 .items .item .img_item img{max-width: inherit;height: 100%;width: auto;}
	#post-1703 .items .item.cocktails .img_item {height: auto;width: 50%;}
	#post-1703 .items .item.cocktails .txt_item .title{display: none;}
	#post-1703 .items .item.cocktails {flex-wrap: wrap;}
	#post-1703 .items .item.cocktails > .title.pc_hide{width: 100%;color: #fff;font-size: 30px;margin: 0 auto 8px;display: block;}
	#post-1703 .items .item.cocktails .txt_item{width: 50%;line-height: 1.2;}
	
	
	#post-1703 .items .item.cocktails:nth-last-child(15) .img_item, 
	#post-1703 .items .item.cocktails:nth-last-child(13) .img_item, 
	#post-1703 .items .item.cocktails:nth-last-child(11) .img_item, 
	#post-1703 .items .item.cocktails:nth-last-child(9) .img_item, 
	#post-1703 .items .item.cocktails:nth-last-child(7) .img_item, 
	#post-1703 .items .item.cocktails:nth-last-child(5) .img_item, 
	#post-1703 .items .item.cocktails:nth-last-child(3) .img_item, 
	#post-1703 .items .item.cocktails:nth-last-child(1) .img_item {
		order: 1;
	}
	#post-1703 .items .item.cocktails:nth-last-child(15) .txt_item > div, 
	#post-1703 .items .item.cocktails:nth-last-child(13) .txt_item > div, 
	#post-1703 .items .item.cocktails:nth-last-child(11) .txt_item > div, 
	#post-1703 .items .item.cocktails:nth-last-child(9) .txt_item > div, 
	#post-1703 .items .item.cocktails:nth-last-child(7) .txt_item > div, 
	#post-1703 .items .item.cocktails:nth-last-child(5) .txt_item > div, 
	#post-1703 .items .item.cocktails:nth-last-child(3) .txt_item > div, 
	#post-1703 .items .item.cocktails:nth-last-child(1) .txt_item > div {padding: 0 0 0 15px;}
	
	#post-1703 .items .item .txt_item > div {padding: 0 15px 0 0;}
	#post-1703 .cats{padding: 0;}
	
	#post-1703 .items .item {width: 48%;margin-bottom: 50px;}
	#post-1703 .items .item > .title.pc_hide{display: none;}
	#post-1703 .items.mt80 {margin-top: 50px;}
	#post-1703 .items .item .img_item{height: 40vw;}
	
	/*--JOB--*/
	
	#jobs_wrapp .job_wrapp_title h2{font-size: 40px;}
	#jobs_wrapp .job_wrapp_title{}
	#jobs_wrapp .job_wrapp_title img{display: none;}
	#jobs_wrapp .job_wrapp_title h2{font-size: 40px;}
	#jobs_wrapp .job_wrapp_title h2::before{content:"";background: url(/wp-content/uploads/2020/10/dragon-boolet.png) no-repeat scroll center right / contain;width: 50px;height: 50px;}
	#jobs_wrapp .job_wrapp_title h3{font-size: 24px;line-height: 1.2;}
	#jobs_wrapp .job_wrapp_title div{}
	
	.job_title h3{font-size: 24px;}
	.red_btn.job_link {height: 36px; margin: 0;font-size: 24px;}
	
	#job_wrapp h2{margin: 0 0 20px auto;}
	#job_wrapp .col_8 {padding: 15px 0 0 0;}
	.phone_job, .phone_mail {width: 100%;float: none;margin: 45px 0 0;text-align: center;}
	.phone_job a{font-size: 36px;}
	.phone_mail a {width: 100%;height: 50px;font-size: 24px;margin: 0 auto 0 0;}
	.single #primary {margin: 0 0 50px;}
	
	/*--EVENT--*/
	
	.event_wrapp {padding: 20px 0;}
	.event_text {padding: 20px 0 0;}
	.date{font-size: 45px;}
	.event_text h2{font-size: 25px;margin: 20px 0 10px;}
	.phone_event a{font-size: 30px;}
	.phone_event a span{font-size: 40px;}
	.phone_event{margin: 20px 0;line-height: 1.4;}
	.contact_event form{flex-wrap: wrap;}
	.contact_event form > div {margin: 0 0 15px;width: 100%;}
	.contact_event input {height: 44px;font-size: 16px;}
	.contact_event input[type="submit"]{width: 100%;height: 44px;line-height: 44px;}
	.contact_event form p{width: 100%;}
	.contact_event {padding: 0 0 80px;}
	
	/*--CONTACT--*/
	
	#contact_wrapp h2{font-size: 30px;margin: 20px 0;}
	#contact_wrapp h2 img{display: none;}
	#contact_wrapp .contact_info {padding: 20px 0 0 0;font-size: 20px;}
	
	#contact_wrapp .phone_contact a {font-size: 28px;}
	#contact_wrapp .phone_contact img {margin: 0 0 0 15px;width: 30px;}
	.clear140 {height: 40px;}
	#contact_wrapp .waze{font-size: 28px;margin: 10px 0 40px;display: flex;padding: 0;}
	#contact_wrapp .waze img{width: 40px;min-width: 40px;}
	#contact_wrapp .remarks {padding: 0;font-size: 20px;}
	#contact_wrapp form {padding: 50px 0;}
	#contact_wrapp form span textarea{height: 66px;}
	#contact_wrapp form span input {height: 44px;}
	#contact_wrapp form input[type="submit"]{width: 100%;height: 44px;line-height: 44px;}
	.page-id-33 #primary {margin: 0 0 50px;}
	
	#contact_wrapp form span textarea, #contact_wrapp form span input{font-size: 16px;}

	/*--FOOTER--*/
	
	footer .ast-small-footer-section{flex-wrap: wrap;}
	footer .copyright{width: 100%;margin: 0;}
	footer .credit{width: 100%;margin: 0;}
}