/**
* Theme Name: Heritaste Child
* Description: This is a child theme of Heritaste, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>
* Template: heritaste
* Version: 1.2
*/
.sec-title h2 {
    font-size: 42px;
    line-height: 48px;
}

.footer-style-three .widget-section,.footer-style-three .footer-menu, .footer-style-three .footer-bottom, .footer-style-three .footer-top:before {
	display:none;
}
.main-header .menu-right .info:before {
	display:none;
}
.navigation > li.active a {
    color: #7ed957;
}
.main-menu .navigation > li.order > a {
    border-radius: 35px;
    background: #1DBAEF;
    color: #fff;
    padding: 10px 28px !important;
	border: 1px solid transparent;
}

.main-menu .navigation > li.order > a:hover, .main-menu .navigation > li.order > a:focus {
	background:#519360;;
}
.main-menu .navigation > li.outline-button > a {
    background: #fff;
    border-radius: 35px;
    border: 1px solid #1DBAEF;
    padding: 8px 28px !important;
    color: #1DBAEF;
}

.main-menu .navigation > li.outline-button > a:hover, .main-menu .navigation > li.outline-button > a:focus {
	background:#7ed957;
	border-color:#7ed957;
	color: #fff;
}

.banner-style-four .big-text {
	display:none;
}

.theme-btn-two-outline {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #1DBAEF;
    font-family: 'Urbanist', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 19px 41px 17px 42px;
    border-radius: 35px;
    transition: all 500ms ease;
    border: 1px solid #1DBAEF;
}

.theme-btn-two-outline:hover, .theme-btn-two-outline:focus {
	background:#519360;;
	color:#fff;
	border-color:#519360;
}

.banner-style-four {
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* Location */

.location-section {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.location-box {
    display: flex;
    padding: 4px;
    border: 2px solid #1DBAEF;
    flex-wrap: nowrap;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-bottom: 16px;
	transition: all 0.2s ease 0s;
}
.location-section .sec-title h2 span {
    font-weight: normal;
    font-style: italic;
}
.map-box {
	position: relative;
    min-height: 160px;
    width: 120px;
    min-width: 150px;
    border: 2px solid #d0d9dd;
}

.map-box figure {
    display: flex;
    height: 100%;
}

.offer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: initial;
    background: #1DBAEF;
    color: #fff;
    padding: 12px 10px;
}

.location-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
    max-width: 230px;
    margin: 0 auto;
	justify-content: space-around;
}

.location-details h6 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
}

.location-details p {
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
}

.theme-btn {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Urbanist', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 24px 8px 24px;
    border-radius: 35px;
    transition: all 500ms ease;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.button-fill {
    border: 1px solid #1DBAEF;
    background: #1DBAEF;
    color: #fff;
}

.button-fill:hover, .button-fill:focus {
	background: #519360;;
	border-color: #519360;;
	color: #fff;
}

.button-outline {
    border: 1px solid #1DBAEF;
    color: #1DBAEF;
    background: transparent;
}

.button-outline:hover, .button-outline:focus {
	border: 1px solid #519360;;
    color: #fff;
    background: #519360;;
}

.light-yellow {
	background-color:#fffaf7
}
.circle-green {
    height: 10px;
    width: 10px;
    background: #3f8958;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin: 0px 4px;
}

.details-top a {
    color: #1DBAEF;
    font-size: 14px;
    font-weight: 500;
}

.details-top a:hover, .details-top a:focus {
   text-decoration:underline;
   color:#000;
}

.availablility {
    margin-top: 50px;
    text-align: center;
}

.availablility p {
    font-size: 24px;
}


/* Bowls*/
.bowls-box {
    border: 2px solid #1DBAEF;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	transition: all 0.2s ease 0s;
}
.bowls-details {
    padding: 16px !important;
}

.bowls-title h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 4px;
}

.b-image {
    display: flex;
    height: 100%;
}
.b-image img {
    width: 100%;
	object-fit: cover;
}
.bowls-details .list-style-one li {
    line-height: 20px;
    font-size: 16px;
}

.bowls-details .list-style-one li:before {
    top: 6px;
}

.bowl-price {
	color: #1DBAEF;
    font-weight: 800;
    position: absolute;
    right: 16px;
    bottom: 12px;
}



.border-line {
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Urbanist', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 19px 41px 17px 42px;
    border-radius: 35px;
    transition: all 500ms ease;
	background: #fff;
    border: 1px solid #1DBAEF;
    color: #1DBAEF;
}


.border-line:hover, .border-line:focus {
    background: #1DBAEF;
    border-color: #1DBAEF;
    color: #fff;
}


.click-note a {
    color: #1DBAEF;
	font-weight: 500;
	text-decoration: underline !important;
}
.click-note a:last-child {
    text-decoration: none !important;
}
.click-note a:hover, .click-note a:focus {
    color: #1DBAEF;
}




/* Sub Title 2 */
.sub-title2 {
	position: relative;
    display: inline-block;
    font-size: 24px;
    font-family: 'Just Another Hand', cursive;
    line-height: 30px;
    font-weight: 600;
    padding-left: 36px;
    padding-right: 0px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
	color: #3f8958;
}

.sec-title .sub-title2:before, .sec-title .sub-title2:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 27px;
	background-size:100%;
    background-repeat: no-repeat;
}

/* .sec-title .sub-title2:before {
    left: 0px;
	background-image: url(/wp-content/uploads/2023/06/freshone-kitchen-icon.png);
	
} */


/* Events */
.main-color{
	color:#7ed957
}
.second-color{
	color:#1DBAEF
}
.title-3 {
    font-size: 20px;
    font-weight: 600;
	color:#3f8958;
}

.option-heading {
    font-weight: 600;
}

.events-points {
    margin-top: 2em;
}

.events-points ul {
	margin-top: 0.25em;
    padding-left: 16px;
}
.events-points ul li {
    position: relative;
    padding-left: 28px;
}

/* .events-points ul li:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 4px;
    background-image: url(/wp-content/uploads/2023/06/check-cirle.png);
} */
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
.form-sec {
    padding: 1.5em 2.5em;
    border: 1px solid rgb(206, 212, 218);
}
.form-sec .title-3 {
    font-size: 24px;
	color: inherit;
}

.form-sec textarea.form-control {
    resize: none;
	max-height:80px;
}




/* Gift */

.gift-inner-container {
	max-width: 600px;
	margin:auto;
	margin-bottom: 50px;
}
.points ol {
    margin-left: 20px;
}
.points li {
    list-style: inherit;
    font-weight: 500;
}


/* Fresh Create */
.bg-menu {
	/* background-image: url(/wp-content/uploads/2023/06/bg-menu.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}
.tabs-box {
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
}

.menu-style-three .tab-btns .tab-btn:last-child {
	border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
	border-right:0px !important;
}


.menu-style-three .tab-btns .tab-btn:first-child {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.icon-box {
    display: flex;
}
.icon-box .icon-container {
    flex: 1;
    display: flex;
    justify-content: center;
}
.icon-box .icon-container img {
    width: 90px;
    display: block;
    margin-bottom: 8px;
}

.prod-thumb {
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.menu-style-three .tab-btns {
    border: 1px solid #1DBAEF;
}

.menu-style-three .tab-btns .tab-btn {
    border-right: 1px solid #1DBAEF !important;
}

/* Promos  Section */
.promo-section {
/* 	background-image: url(/wp-content/uploads/2023/06/bg-promos.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.any {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.chicken-bowl {
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 24px;
    color: #3f8958;
    font-weight: 700;
}

.plus-drink {
    margin-top: 1px;
    margin-bottom: 12px;
}

.promos-img {
    max-width: 750px;
    margin: 32px auto;
}
.plus-beer {
    font-weight: 600;
}

/* Tabs Control */
.tabs-box {
	position:relative;
}
.tabs-control {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.menu-style-three .tab-btns .tab-btn:hover {
    background-color: #7ed957;
}

.menu-style-three .tab-btns .tab-btn:hover h5 {
    color: #fff;
}

.menu-style-three .tab-btns .tab-btn.active-btn:hover {
    background-color: #7ed957;
}

.tabs-control .previous-button, .tabs-control .next-button {
    z-index: 2;
    position: absolute;
    top: calc(50% + 80px);
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
}

.tabs-control .previous-button {
  left: -72px;
}

.tabs-control .next-button {
   right: -72px;
}

.tabs-control i {
    font-size: 32px;
    color: #1DBAEF;
	cursor: pointer;
}



/* Banner Customize */
.banner-style-four .banner-carousel .slide-item {
    padding: 320px 0px 300px 0px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.banner-style-four .content-box {
    max-width: 655px;
    padding-left: 0px;
    position: absolute;
    top: 48%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Common */
.sec-pad {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* Hover */
.click-note a:hover {
    color: #7ed957;
}

.location-box:hover {
  transform: translateY(-4px);
  box-shadow: 2px 2px 15px 3px rgba(0,0,0,.1);
}
.bowls-box:hover {
  transform: translateY(-4px);
  box-shadow: 2px 2px 15px 3px rgba(0,0,0,.1);
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

.more-btn .theme-btn-two, .content-box .theme-btn-two {
    border: 1px solid transparent;
}


@media(max-width:767px) {
	.banner-style-four .content-box h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.banner-style-four .content-box .theme-btn-two-outline {
    margin-bottom: 20px;
}
	.menu-style-three .tab-btns{
	 border-radius: 0 !important;
}
.menu-style-three .tab-btns .tab-btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.menu-style-three .tab-btns .tab-btn:last-child {
border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-sec {
    padding: 1.5em;
}
	
.rest_name {
    font-size: 3rem !important;
    line-height: 1.25 !important;
}
.footer-logo {
    display: none;
}

.footer-top .social-links {
    margin-bottom: 12px;
}	
	
}

@media (max-width:605px) {
	.menu-style-three .tab-btns .tab-btn h5 {
		font-size: 14px !important;
		width:64px;
		line-height: initial !important;
	}
}

@media (max-width:550px) {
	.bowls-box.row.no-gutters {
		flex-direction: column;
	}
	.bowls-box .col-6 {
		max-width: 100%;
	}
	.btn-inline-sec a {
		display: block;
		margin-bottom: 20px;
		margin-right: 0 !important;
	}
	.chicken-bowl {
		font-size: 42px;
	}
	.icon-box {
    display: none;
}
	.tabs-content .col-sm-4 {
    width: 50%;
}
	.tabs-content .col-sm-4 .prod-box .prod-thumb {
    height: 120px;
    width: 120px;
}
	.menu-style-three .tab-btns .tab-btn {
		padding: 13px 0 !important;
	}

}


.loadPopup .modal-header {
    border-bottom: 0px;
    padding-bottom: 0;
}





.loadPopup  .modal-body {
    padding: 0rem 2rem 2rem;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.coming-soon {
    color: #f26722;
    font-size: 24px;
    margin-bottom: 20px;
	 text-align: center; 
	font-weight:600;
}
.coming-soon-message {
  color: #1f1f1f;
	 text-align: center; 
	}

.coming-soon-message.feelfree, .coming-soon-message.pname {
    margin-top: 16px;
}

.coming-soon-message.pname {
    font-weight: 600;
    margin-bottom: 8px;
}


@media (min-width: 800px) {
.modal-lg, .modal-xl {
    max-width: 750px;
}
}



.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}


.green-color {
    color: #358146;
}


.img-box {
    /* display: flex; */
    height: 180px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 24px;
}
         .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hoverdesk .img-box img {
    height: 100%;
}

#home {
    background-image: url(/wp-content/uploads/2023/11/Arahova-Front-Fresh-Greek-Italian-7.gif);
	background-position:right;
    display: flex;
    align-items: center;
	background-size:cover;
}
#home .sec-title * {
    color: #000;
}
#home .sec-title {
    position: relative;
    margin-bottom: 0;
    padding: 24px 0px;
}
.rest_name {
    font-size: 5rem;
    font-weight: 700;
    line-height: 5rem;
}

.tagline {
    margin-bottom: 32px;
    font-size: 20px;
}

.welcome-text {
    font-size: 20px;
}

.banner_content {
    text-align: center;
}

.footer-style-three .footer-top {
    padding: 16px 0px 16px 0px !important;
    background: #fff;
}


.footer-style-three .footer-logo img {
    height: 80px !important;
}

.bann-section .theme-btn-two {
    background: #1dbaef;
    border: 2px solid #fff;
	padding:13px 40px 13px 40px !important;
}

.bann-section .theme-btn-two:hover {
    background: #519360;
}


@media(min-width:768px) {
	#home  { height: 530px; }
	.rest_name {
    text-shadow: 2px 2px white, -2px -2px white, 2px -2px white, -2px 2px white;
    font-weight: 900;
}
	.hours-wraper {
    min-height: 348px;
}
}

.mobile-menu .menu-box, .mobile-menu .menu-backdrop {
    background: #fff !important;
}

.mobile-menu .navigation li > a , .mobile-menu .close-btn{
    color: #000000 !important;
}

/* Locations */ 

.directions {
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #1dbbef;
}

.directions:hover, .directions:focus {
   text-decoration: underline;
   color: #1dbbef;
}


.location-details {
   max-width: 100%;
}


.details-top a {
    color: #75706d;
    font-size: 12px;
    font-weight: 400;
}


.action-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}


.action-buttons .button-fill {
    width:135px;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 8px;
}

.action-buttons .button-fill:first-child {
   margin-right: 20px;
}


.location-text {
    max-width: 222px;
	margin:auto;
}

.location-details p {
   font-size: 12px;
}

.location-details h6 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
}



.location-box {
   
    padding: 0px;
    background: #f0fbff;
	margin-bottom:20px !important
   
}

.map-box {
     filter: drop-shadow(2px 1px 1px rgba(0,0,0,0.2));
     border: 0;
}

.max-container-wraper {
    width: 990px;
    margin: auto;
    max-width: 100%;
}

.hours-wraper {
    padding: 16px 24px 32px;
    text-align: center;
    border: 2px solid #1DBAEF;
    background: #f0fbff;
}


.restauratn {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
}

.openhours {
    font-size: 22px;
    color: #1f1f1f;
    font-weight: 600;
    line-height: 1.5;
}
.openclose {
    font-size: 100%;
    position: relative;
    display: inline-block;
    padding-left: 4px;
}

.address-milano {
    width: 180px;
    margin: auto;
    font-size: 12px;
    line-height: 1.2;
}

.phone-link {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    color: #1f1f1f;
    font-weight: 600;
}

.phone-link:hover, .phone-link:focus {
    color: #1DBAEF;
	text-decoration:underline;
}

.open-time {
    color: #1f1f1f;
    font-size: 16px;
    padding: 16px 0px;
}

.open-time span {
    display: block;
}

.hours-wraper .action-buttons {
    max-width: 300px;
    margin: auto;
}

/* About */
.about-home {
    background-image: url('/wp-content/uploads/2023/11/about-bg.jpg');
    background-size: cover;
    background-position: center;
}

.about-home .sec-title h2, .about-home .text p {
    color: #fff;
}


/* Gallery */

.single-gallery-carousel .owl-dots {
    text-align: center;
}

.single-gallery-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #1DBAEF ;
}

.single-gallery-carousel.owl-theme .owl-dots .owl-dot span {
    background: #ccc;
    display: block;
    margin: 0px 4px 0px 4px;
    transition: opacity 200ms ease 0s;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.single-gallery-carousel .owl-nav.disabled {
    visibility: hidden;
}

.hoverdesk .img-box img{
    transition: all .2s ease-in-out;
    /* padding: 5px; */
}
.hoverdesk .img-box img:hover {
    transform: scale(1.2);
}

.main-header .menu-right .social-links li a:hover {
    background: #519360 !important;
    border-color: #519360 !important;
}

@media (min-width:481px) {
	.hide-on-lg {
		display: none !important;
	}
}
@media (max-width:481px) {
	.hide-on-sm {
		display: none;
	}
	.img-box {
		margin-bottom:0px;
	}
	.location-box {
    flex-wrap: wrap;
}

.location-box .map-box, .location-box .map-box .location-details {
    flex: 0 0 100%;
}

.location-details {
    padding: 16px;
}
	.img-box {
		height:100%;
	}	
	
	
}


@media (max-width:767px) {
	#home .sec-title * {
    color: #fff;
}
.sec-pad {
    padding: 48px 0px 60px 0px;
}

.banner_content {
    background: #0000008f;
    padding: 40px 32px;
    max-width: 370px;
    margin: auto;
	border-radius:0.5em;
}


.bann-section .theme-btn-two {
    background: #1DBAEF;
}


}


/* Location Active */

.hoursblock {
  display: none;
}


.location-box {
    border: 2px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
}


.location-box.active {
   border-color: #1DBAEF;
   background: #f0fbff;
}

.inner-box .text {
    text-align: justify;
}




