/* header */
button.wp-block-navigation__responsive-container-open {
	color:#000;
}
span.wp-block-navigation-item__label {
	color:#000;
}

.wp-block-navigation-item a:before  , .wp-block-navigation-item.current-menu-item a:before
{
	color:#000;
	background-color:#000;
}
.site-header {
    border-bottom-color: rgb(210, 210, 210);
    border-bottom-width: 2px;
}
h1 , .breadcrumb-box {
    max-width: 1400px;
        margin: 0 auto!important;
}
h1 {
	padding-top: 0.75rem;
}
li {
		    font-size: 1.3rem;
	}

@media (max-width:600px ) {
	header span.wp-block-navigation-item__label {
		color:#ffffff;
	}
}
.single-blog-group {
	max-width: 1400px;
	margin: 0 auto;
}
.single-blog-group .featured-image img{
	max-width: 1410px;
	max-height: 640px;
}

.category-date-row span , .category-date-row time , .category-date-row a{
 	font-size: 0.688rem;
    line-height: 1.63636em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    text-decoration: none;	  	
}
.category-date-row {
	gap:25px!important;
}


h1.wp-block-post-title {
	margin: -.05em 0 17px;
}
input#submit {
	 	font-size: 1rem !important;
    color: #000000 !important;
    background-color: #FFD531 !important;
    font-weight: 700;
    font-family: "Noir Pro";
    border-radius: 0;
    box-shadow: none;
    line-height: inherit;
    text-decoration: none;
}
textarea#comment , input#author , input#email , input#url{
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 24px;
    margin: 0 0 35px;
    outline: 0;
    padding: 7px 0 14px;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}
p.comment-form-comment label , p.logged-in-as , form#commentform label {
	font-size: 11px;
    line-height: 1.63636em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
}
p.logged-in-as {
	display: flex;
	gap:30px;
}

/* koumpia prev kai next */
.post-navigation-link-next a {
    color: transparent; 
    display: inline-block; 
    width: 50px; 
    height: 50px; 
    background-color: #FFD531; 
    position: relative; 
    border: 1px solid transparent; 
}

.post-navigation-link-next a::after {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/05/arrow-right-line-svgrepo-com.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; 
    top: 0;
    left: 20%;
}
.post-navigation-link-previous a::after {
	 content: "";
    display: block;
    width: 60%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/05/arrow-left-line-svgrepo-com.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; 
    top: 0;
    left: 20%;

}

.post-navigation-link-next .wp-block-post-navigation-link__arrow-next {
    display: none; 
}
.wp-block-post-navigation-link a {
    color: transparent; 
    display: inline-block; 
    width: 50px; 
    height: 50px; 
    background-color: #FFD531; 
    position: relative; 
    border: 1px solid transparent; 
    transition: transform 0.3s ease; 
}



.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous,
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: none; /* Κρύβει τα βέλη */
}

/* Στυλ για Hover Εφέ */
.post-navigation-link-next a:hover {
    transform: translateX(10px); /* Κίνηση προς τα δεξιά */
}

.post-navigation-link-previous a:hover {
    transform: translateX(-10px); /* Κίνηση προς τα αριστερά */
}


@media only screen and (max-width: 1512px) {
    h1 {
        font-size: 70px;
     }
    h2 {
        font-size: 54px;
     }
     h3 {
        font-size: 38px;
     }
     .single-blog-group {
	     padding-left: 2.777%;
	     padding-right:2.777%;
     }
}
@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 64px;
     }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 34px;
     }
     .
}
@media only screen and (max-width: 680px) {
    h1 {
        font-size: 50px;
     }
    
    h2 {
        font-size: 42px;
    }
    .qodef-h3, h3 {
        font-size: 30px;
    }
    li {
		    font-size: 1.1rem;
	}

}