/*
Theme Name: Nintos
Theme URI: https://nintos.gr
Template: hello-elementor
Author: Stefanos Missin
Author URI: https://stefanosmissin.com
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1747471495
Updated: 2025-05-17 08:44:55

*/


.header-menu li a:hover{
	text-decoration: underline;
}

.footer-menu li{
	padding-left: 20px;
}
.footer-menu li::before{
	  content: "";
		position: absolute;
		left: 0;
		top: 9px;
		width: 16px;
		height: 16px;
		background: url('https://nintos.sterse.gr/wp-content/uploads/2025/05/li-icon.svg') no-repeat center center;
		background-size: contain;
}

.footer-menu li a:hover{
	text-decoration: underline;
}

.blog-section{
	max-width: 1250px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28px;
	
}

.blog-section .blog-card{
		width: 100%;
}

@media screen and (min-width: 601px){
	.blog-section .blog-card{
		width: calc(50% - 20px);
	}
}

@media screen and (min-width: 993px){
	.blog-section .blog-card{
		width: calc(33% - 28px);
	}
}

.blog-section .blog-card .content-box{
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	padding: 15px 29px;
	align-items: center;
	
}

.blog-section .blog-card .content-box .title{

	color: #283B6A;
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.blog-section .blog-card .content-box .link{
	background: #00BCD4;
	display: inline-block;
	padding: 10px 28px;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #FFF;
	font-family: 'Ubuntu';
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border: 2px solid #00BCD4;
	transition: .5s all;
	margin-top: 40px;
}

.blog-section .blog-card .content-box .link:hover{
	background: transparent;
	color:#00BCD4;
	transition: .5s all;
}


.bio-years ul{
	margin-top: -10px;
}

.bio-years .e-con-inner{
	position: relative !important;
	
}

.bio-years .e-con-inner::before{
  content: "";
  position: absolute;
  left: 21px;
  top: 0px;
  bottom: 0;
  width: 2px;
  background-color: #283B6A;
	height: 92%;
}

@media screen and (max-width: 767px){
	.bio-years .e-con-inner::before{
		left: 12px;
		height: 88%;
	}
}

.custom-breadcrumb {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 20px;
	color: #fff;
}

.custom-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: text-decoration 0.2s ease-in-out;
}

.custom-breadcrumb a:hover {
  text-decoration: underline;
}

.custom-breadcrumb span {
  color: #fff;
}



/*INNER SIDEBAR*/

#inner-sidebar{
	background: #283B6A;
	padding: 70px 20px; 
}



#inner-sidebar nav ul{
	list-style:none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin:	0;
	gap: 8px;
}

#inner-sidebar nav ul li a{
	background: #fff;
	padding: 22px 30px;
	transition: .5s all;
	color: #00BCD4;
	font-family: 'Ubuntu';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
}



#inner-sidebar nav ul li.active a{
	color: #fff;
	background: #00BCD4;
}

#inner-sidebar nav ul li:hover a{
	color: #fff;
	transition: .5s all;
	background:#00BCD4;
	transition: .5s all;
	cursor: pointer;
}

@media screen and (max-width: 767px){
	#inner-sidebar{
		background: #283B6A;
		padding: 40px 10px; 
	}
	#inner-sidebar nav ul li a{
		font-size: 16px;
	}
}
