/* Site Presets */
:root {
	--header_height:144px;
}
img {
	max-width:100%;
	display: block;
}
ul {
	list-style:inside;
}
html, body {
	scroll-behavior:smooth;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:32px;
}
.bebas {
	font-family: 'Bebas Neue', sans-serif;
}
.lato {
	font-family: 'Lato', sans-serif;
}
html[lang="el"], html[lang="el"] body, html[lang="el"] .lato {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
}
html[lang="el"] .bebas {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
}
html[lang="el"] .section-title {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
}
html[lang="el"] .main-menu li a {
	font-family: 'Sofia Sans Semi Condensed', sans-serif;
}
html[lang="el"] .events .event_wrapper {
	padding-right: 0;
}
a { 
	color: #fff;
	text-decoration:none;
	transition: all ease-in-out 250ms;
}
a:hover {
	color:inherit;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
}
h1 {
	font-size:50px;
}
h2 {
	font-size:45px;
}
h3 {
	font-size:25px;
}
h4 {
	font-size:20px;
}
.net22-image {
	width:45px;
	margin-top:-5px;
	display: inline;
	margin-left: 5px;
}



/* Telos Site Presets */

/* Burger */
.burger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}
.burger .line {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.burger .line1 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.burger .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 2;
}
.burger .line3 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
html.mobile-menu-visible .burger .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
html.mobile-menu-visible .burger .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 2;
}
html.mobile-menu-visible .burger .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
@media(max-width:1024px) {
	html.mobile-menu-visible {
		overflow: hidden;
	}
}
.burger-wrapper {
	display: none;
}
/* TELOS BURGER */

/* active header scroll background color */
.header-scrolled {
	background: rgb(12 12 13);
	z-index:2;
}

/* Navigation */
.mobile__menu-wrapper {
	display:none;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 50px;
	display:flex;
	justify-content:space-between;
	z-index:3;
	transition: all ease-in-out 250ms;
}
.main-menu {
	display: flex;
	column-gap: 40px;
	list-style:none;

}
.main-menu li a {
	color:#fff;
	font-family: 'Bebas Neue', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	letter-spacing: 2px;
}
.main-menu li a::after, .main-menu li a::before {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #fff;
	transition: all ease-in-out 250ms;
}
.main-menu li a::after{
	bottom: -10px;
}
.main-menu li a::before{
	top: -10px;
}
.main-menu li a:hover::after, .main-menu li a:hover::before {
	width:100%;
	transition:all ease-in-out 250ms;
}
.intro img {
	width: 100%;
	object-fit: cover;
	height:100vh;
}

.lang-wrapper {
	color:#fff;
	cursor: pointer;
	text-transform: uppercase;
	padding-left:26px;
}
.lang-drop .current__lang-name {
	font-size: 20px;
	padding-right: 10px;
}
a.current__lang-name:hover {
	color: rgba(184, 115, 51, 1); 
}

.reservations {
	color:#fff;
	display:flex;
	align-items: baseline;
	cursor: pointer;
	letter-spacing:2px;
	padding-right:26px;
}
.reservations a:hover{
	color: rgba(184, 115, 51, 1); 
}

.btn {
	border: 2px solid white;
	background-color: transparent;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	align-items: center;
	justify-content: center;
	display: flex;

}
.btn:hover {
	color: rgba(184, 115, 51, 1); 
}
.intro {
	position: relative;
}

.intro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #392D3B;
	opacity: 44%;
}

.navigation-actions {
	display: flex;
	align-items: center;
}
.navigation {
	border-right: 1px solid #707070;
	padding: 15px ;
	margin-right: 35px;
}

/* Telos Navigation */

/*  Svg Border Under Title */
.section-title.center {
	margin-left: auto;
	text-align: center;
	padding-left: 30px;
}


/* INTRO SECTION */

.intro h1 {
	color: #fff;
	border: 4px solid #fff;
	font-size: 77px;
	line-height: 77px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding:20px 45px;
}


.centered  {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}

/* ABOUT US SECTION  */
.about {
	background-color:rgba(57, 45, 59, 75%);
	padding: 100px;
	background-image: url(/wp-content/uploads/2023/08/fbckicon.svg);
	background-repeat: no-repeat;
	background-position: -329px;
}
.about h2 {
	text-align: left;
	font-size: 62px;
	color: #fff;
	letter-spacing: 2px;
}
.about__col-left .text {
	margin-top:45px;
}
.about__col-left{
	width:700px;
}
.about p {
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}

.imgabout {
	border-radius: 40px 40px 40px 0px;
	width:100%;
	height:100%;
	object-fit:cover;
}
.about__col-right {
	max-width:575px;
	width:100%;
}
.container.about-cols {
	width: 1450px;
	margin:auto;
	display:flex;
	column-gap:140px;
	align-items: center;
	justify-content:center;
	min-height: calc(100vh - var(--header_height));
}


/* OUR MENU SECTION */
.menu {
	background-color: rgba(66,54,58);
	padding: 60px 100px 100px;
}
.container.menu_col {
	width:1450px;
	margin:auto;
	display:flex;
	align-items: center;
	flex-direction: column;
	min-height: calc(100vh - var(--header_height));
}
.menu h2{
	font-size: 60px;
	margin-top: 60px;
}
ul.categories-list {
	font-size: 35px;
	color: #fff;
	display: flex;
	column-gap: 20px;
	padding-top: 38px;
	list-style: none;
	letter-spacing:2px;
}

.menu-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 114px;
	padding-top: 75px;
}
.menu-item__single {
	color: #fff;
	padding-top: 68px;
}
.menu-item__single img {
	border-radius: 40px 40px 40px 0;
	margin: auto;
	max-height: 200px;
	object-fit: cover;
}
h3.menu-item__single-title {
	font-size: 35px;
	padding-top: 45px;
	text-align: center;
	position: relative;
	letter-spacing:2px;
	text-transform: uppercase;
}
li.categories-list__single {
	cursor:pointer;
	padding-top: 10px;
	position:relative;
	padding-left: 30px;
	padding-bottom:10px;
}
.categories-list__single.active::before {
	content: url('/wp-content/uploads/2023/08/symbol.svg');
	position: absolute;
	left:0;

}
li.categories-list__single:not(.active) {
	color: #6B626C;
}

.menu-item__single-text {
	font-size: 15px;
	text-align: center;
	padding-top: 25px;
	line-height: 20px;
}
h3.menu-item__single-title::after {
	display: block;
	content: '';
	width: 146px;
	background-color: #fff;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-top: 10px;
	transform: translateX(-50%);
}




/* MEAT SECTION */
.meat {
	background-size: cover;
	padding:200px;
	position: relative;
}

.container.meat-cols {
	width: 1366px;
	margin:auto;
	display:flex;
	align-items:center;
	flex-direction:column;
	text-align:center;
	justify-content:center;
	min-height: calc(100vh - var(--header_height));
}
.meat_col1 {
	z-index: 1;
}
.meat_col2 {
	z-index: 1;
	margin-top:100px;
}
.meat::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #392D3B;
	opacity: 44%;
}
.meat h2 {
	color: #fff;
	border: 5px solid #fff;
	padding:30px 65px;
	font-size: 77px;
	line-height: 77px;
	text-align: center;
	word-wrap:break-word;
	letter-spacing:3px;
}

.meatcenter {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.meat p {
	color: #fff;
	font-size: 52px;
	line-height: 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.subtext {
	margin-top:30px;
}
/* CELLAR SECTION */

.cellar{
	background-color:rgba(57, 45, 59, 75%);
	padding: 100px;
	background-image: url(/wp-content/uploads/2023/08/fbckicon.svg);
	background-repeat: no-repeat;
	background-position: -329px;
}

.cellar__col-right {
	max-width: 575px;
	width: 100%;
}
.container.cellar-cols {
	width: 1535px;
	margin:auto;
	display:flex;
	column-gap:100px;
	align-items: center;
	justify-content:center;
	min-height: calc(100vh - var(--header_height));
}
.cellar__col-left .text {
	margin-top:50px;
}
.cellar__col-left{
	width: 740px;
}
.cellar h2 {
	font-size: 62px;
	text-align: left;
	color: #fff;

}
.cellar p {
	text-align: left;
	font-size: 20px;
	color: #fff;
	line-height:28px;
}

.winescellar {
	border-radius: 40px 40px 40px 0px;
	width:100%;
	height:100%;
	object-fit:cover;
}



/* GAALLERY SECTION */
.gallery {
	background-size: cover;
	display:flex;
	justify-content:center;
	position:relative;
}
.galimg{
	background-size: cover;
	width: 100%;
}
.gallery:hover {
	transition: all ease-in-out 250ms;
	filter: grayscale(0.4);
}
.container_gal{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - var(--header_height));
}
.gallery h2 {
	color: #fff;
	border: 2px solid white;
	padding: 40px 10px;
	font-size: 64px;
	line-height: 77px;
	text-align: center;
	letter-spacing:3px;
}
.galcenter{
	margin-top: 200px;
	display: flex;
	align-items: center;
	justify-content:center;
}
.gallery-images a:not(.gallery-item-1) {
	display:none;
}
.gallery-item-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* MUSIC SECTION */
.music {
	background-color: #42363A;
	display: flex;
	justify-content: center;
	padding: 90px 0 130px;
}
.container.music_cols{
	width:1180px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: calc(100vh - var(--header_height));
}

.music h4{
	color:#fff;
	font-size:45px;
	padding-top: 31px;
	text-align: center;
	letter-spacing:2px;
}

.livemusic {
	opacity: 46%;
	height: 308px;
	width: 650px;
	object-fit:cover;
}
.par_event {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 83px;
	padding-top: 78px;
}
.events {
	display: flex;
	flex-direction: column;
	min-height:400px;
}
.event_wrapper {
	display: flex;
	border-bottom: 1px solid #fff;
	max-width: 400px;
	padding-top: 6px;
	padding-right: 75px;
}

h3.event_title {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	letter-spacing: 3px;
	padding-left: 25px;
}
.music p {
	font-size: 17px;
	color: #fff;
}
.time_event{
	padding-left: 25px;
}

.date_event {
	color: #A29C9C;
	font-size: 40px;
	line-height: 33px;
	max-width: 70px;
	text-align: center;
	text-transform:uppercase;
}
/* Map section */
.findus {
	position:relative;
	min-height: calc(100vh - var(--header_height));
}
#contact-map {
	min-height:inherit;
}
.informations {
	display: flex;
	justify-content: flex-start;
	border: 2px solid #554c4f;
	background-color: #554c4f;
	width: 490px;
	height: 391px;
	margin-left: 240px;
	margin-bottom: 125px;
	position:absolute;
	bottom:0;
	padding-left: 50px;
}
.informations h2 {
	font-size: 55px;
	color: #fff;
	line-height: 62px;
	padding-top: 30px;

}
.informations h3 {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	padding-top: 55px;
	cursor: pointer;
}

.informations p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	padding-top: 32px;
	cursor: pointer;
}
/* Footer */
.sub-footer {
	background-color: #5A5151;
	width:100%;
	font-family: 'Lato',sans-serif;;
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}

.copyright{
	word-spacing: 5px;
	display: flex;
	align-items: flex-end;
	margin-top: 31px;
	margin-bottom: 26px;
	margin-left: 98px;
}

.social {
	display: flex;
	align-items: baseline;
	margin-top: 31px;
	font-size:25px;
	cursor: pointer;
}

.social img {
	margin-right: 15px;
}

.created-by {
	word-spacing: 5px;
	display: flex;
	align-items: flex-end;
	margin-top: 31px;
	margin-bottom: 26px;
	margin-right: 30px;
	cursor: pointer;
}

/* FOOTER END */



/* 404 */
.error__page-wrapper {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:40px;
	padding:20px;
}
.error__page-wrapper .section-title {
	text-align:center;
}
.error__page-cta {
	color: var(--first);
	font-size: 22px;
	position: relative;
	padding-bottom:10px;
}
.error__page-cta::after {
	content:'';
	background-color:var(--first);
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:1px;
	transition:all ease-in-out 250ms;
}
.error__page-cta:hover::after {
	width:100%;
}
.error__page-cta:hover {
	color: var(--first);
}
/* End 404 */




/**STEAKS PAGE***/
#steaks{
	position:relative;
}
.background-icon{
	transform: translateX(409px);
	position: absolute;
	right: -0;
	bottom: 29%;
	overflow: hidden;
}
.background-icon img{
	height: 100%;
	width: 100%;
	overflow:hidden;
}



.about.steak p{
	text-align:center;
}
.about.steak .section-title{
	margin-right:0;
	max-width:unset;

}
.about.steak h2{
	text-align:center;
}



.steaks-section_container {
	max-width: 970px;
	margin-inline: auto;
	margin-top: 95px;
	width: 100%;
	margin-bottom:230px;

}

.steaks-section_container h2,.steaks-section_container h3{
	font-family: 'Bebas Neue', sans-serif;
}

.steaks-section_container .steak-cols:not(:first-child) {
	margin-top: 150px;
}



.steaks-item_title h2::before {
	content: url(/wp-content/uploads/2025/02/brown_symbol-1.svg);
	padding-right:20px;
}


.steaks-item_title h2{
	margin-bottom: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A88686;
	font-size: 60px;
	position:relative;
}

.steak-item_single {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	margin-top:50px;
}
.steak-item_single p {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.steak-name{
	color:#ADA3A3;
	font-size:40px;
	font-weight:normal;
}


/*END STEAKS****/